Release v29.1.0 (from 7030c9d4b37f307467b71dc4c4029989ac015d31)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1667],{11667:(e,t,i)=>{i.d(t,{LineToolRiskRewardBase:()=>N,registerReversibleTool:()=>E,roundValue:()=>M});var s=i(50279),r=i(50151),n=i(11542),o=i(8025),c=i(93280),a=i(74079),l=i(29875),u=i(76386),h=i(76050),d=i(98558),p=i(19063);class _ extends d.PriceAxisView{constructor(e,t){super(),this._source=e,this._data=t}_updateRendererData(e,t,i){if(e.visible=!1,!this._showAxisLabel())return;const s=this._source.priceScale();if(0===this._source.points().length||null===s||s.isEmpty())return;const r=this._source.ownerSource(),n=null!==r?r.firstValue():null;if(null===n)return;const o=this._data.priceProperty.value(),c=(0,p.resetTransparency)(this._data.colorProperty.value());i.background=c,i.textColor=this.generateTextColor(c),i.coordinate=s.priceToCoordinate(o,n),e.text=s.formatPrice(o,n),e.visible=!0}_showAxisLabel(){return this._source.properties().childs().showPriceLabels.value()||this._source.model().selection().isSelected(this._source)}}var y=i(12988);class P extends y.Property{constructor(e,t){super(),this._lineSource=e,this._pointIndex=t}value(){const e=this._lineSource.points(),t=e[this._pointIndex]?e[this._pointIndex].price:this._lineSource.normalizedPoints()[this._pointIndex].price;return this._formatAndParsePrice(t)}state(){return this.value()}merge(e,t){return this.setValue(e),t?[]:null}_formatAndParsePrice(e){const t=(0,r.ensureNotNull)(this._lineSource.ownerSource()),i=t.defaultFormatter?.()||t.formatter();if(i.parse){const t=i.format(e),s=i.parse(t);return s.res?s.value:e}return e}}class S extends P{constructor(e){super(e,0)}setValue(e){if(this._lineSource.isSourceHidden()){const t=this._lineSource.normalizedPoints();return t[this._pointIndex].price=parseFloat(e.toString()),void this._lineSource.restorePoints(t,[])}const t=this._lineSource.points()[this._pointIndex];this._lineSource.startChanging(this._pointIndex,t),t.price=parseFloat(e.toString()),this._lineSource.setPoint(this._pointIndex,t),this._lineSource.recalculate(),this._lineSource.model().updateSource(this._lineSource),this._listeners.fire(this,""),this._lineSource.endChanging(!1,!1),this._lineSource.syncPriceLevels()}}class v extends P{constructor(e){super(e,1)}value(){const e=this._lineSource.stopPrice();return this._formatAndParsePrice(e)}setValue(e){const t=Math.round(Math.abs(e-this._lineSource.entryPrice())*this._lineSource.ownerSourceBase());this._lineSource.properties().childs().stopLevel.setValue(t),this._lineSource.syncPriceLevels()}}class m extends P{constructor(e){super(e,2)}value(){const e=this._lineSource.profitPrice();return this._formatAndParsePrice(e)}setValue(e){const t=Math.round(Math.abs(e-this._lineSource.entryPrice())*this._lineSource.ownerSourceBase());this._lineSource.properties().childs().profitLevel.setValue(t),this._lineSource.syncPriceLevels()}}var f,g=i(37265),b=i(928),x=i(44672),w=i(77148),C=i(29023),k=i(45126),R=i(64147),L=i(92184),V=i(29137),A=i(19466);function M(e){return parseFloat(e.toFixed(2))}!function(e){
|
||||
e[e.InitialVersion=1]="InitialVersion",e[e.CurrentVersion=2]="CurrentVersion"}(f||(f={}));const I=new Map;function E(e,t){I.set(e,t)}const z=new k.TranslatedString("reverse {tool}",n.t(null,void 0,i(66643)));class N extends l.LineDataSource{constructor(e,t,s,n){super(e,t,s,n),this._hasEditableCoordinates=new R.WatchedValue(!1),this._studySource=null,this._metaInfo=null,this._riskInChange=!1,this._syncStateExclusions.push("points","entryPrice","stopPrice","targetPrice","stopLevel","profitLevel","riskSize","qty","amountTarget","amountStop");const o=this._metaInfo?.inputs.find((e=>"account_currency"===e.id)),a=t.childs().currency.value();o&&!o.options.includes(a)&&t.childs().currency.setValue(o.defval),o&&t.childs().currency.subscribe(this,this._updateStudySource),this.version=2,t.hasChild("stopLevel")||t.hasChild("profitLevel")||(t.addProperty("stopLevel",0),t.addProperty("profitLevel",0),this.ownerSourceChanged().subscribe(this,(()=>{const i=(0,r.ensureNotNull)(e.timeScale().visibleBarsStrictRange()),s=i.firstBar(),n=i.lastBar(),o=(0,r.ensureNotNull)(this.ownerSource()),a=o.priceScale();if(a){let e=(0,r.ensureNotNull)(o.priceRange(s,n,{targetPriceScale:a,scaleSeriesOnly:a?.isScaleSeriesOnly()}));if(a.isLog()){const t=a.logicalToPrice(e.minValue()),i=a.logicalToPrice(e.maxValue());e=new c.PriceRange(t,i)}if(e&&!e.isEmpty()){const i=Math.round(.2*e.length()*this.ownerSourceBase());t.merge({stopLevel:i,profitLevel:i})}}}),!0)),t.hasChild("entryPointCurrencyRate")||t.addProperty("entryPointCurrencyRate",1),t.hasChild("closePointCurrencyRate")||t.addProperty("closePointCurrencyRate",1);const l=t.childs();l.stopLevel.subscribe(this,this.recalculate),l.stopLevel.subscribe(null,(()=>{this.properties().childs().stopPrice.fireChanged()})),l.profitLevel.subscribe(this,this.recalculate),l.profitLevel.subscribe(null,(()=>{this.properties().childs().targetPrice.fireChanged()})),t.addChild("entryPrice",new S(this)),t.addChild("stopPrice",new v(this)),t.addChild("targetPrice",new m(this)),t.hasChild("riskSize")||t.addProperty("riskSize",0),t.hasChild("qty")||t.addProperty("qty",0),t.hasChild("amountTarget")||t.addProperty("amountTarget",l.accountSize.value()),t.hasChild("amountStop")||t.addProperty("amountStop",l.accountSize.value()),["riskSize","qty","amountTarget","amountStop","currency","entryPointCurrencyRate","closePointCurrencyRate"].forEach((e=>{t.addExcludedKey(e,1)})),["qty","amountTarget","amountStop","currency","entryPointCurrencyRate","closePointCurrencyRate"].forEach((e=>{t.addExcludedKey(e,4)})),l.risk.subscribe(this,this._recalculateRiskSize),l.accountSize.subscribe(this,this._recalculateRiskSize),l.riskDisplayMode.subscribe(this,this._recalculateRisk),l.riskDisplayMode.subscribe(this,this._recalculateRiskSize),l.entryPrice.subscribe(this,this._recalculateRiskSize),l.stopPrice.subscribe(this,this._recalculateRiskSize),l.profitLevel.subscribe(this,this._recalculateRiskSize),l.profitLevel.subscribe(this,this.syncPriceLevels.bind(this)),l.stopLevel.subscribe(this,this._recalculateRiskSize),
|
||||
l.stopLevel.subscribe(this,this.syncPriceLevels.bind(this)),l.qty.subscribe(this,this._recalculateRiskSize),this.ownerSourceChanged().subscribe(null,((e,t)=>{e&&e.barsProvider().dataUpdated().unsubscribeAll(this),t&&t.barsProvider().dataUpdated().subscribe(this,this._onSeriesUpdated)})),this.pointAdded().subscribe(this,(e=>{switch(e){case h.RiskRewardPointIndex.Entry:case h.RiskRewardPointIndex.Close:this._recalculateRiskSize(),this._recalculateQty()}this._updateStudySource()})),this.pointChanged().subscribe(this,(e=>{switch(e){case h.RiskRewardPointIndex.Entry:case h.RiskRewardPointIndex.Close:this._recalculateRiskSize(),this._recalculateQty()}this._updateStudySource()})),l.riskDisplayMode.value()===u.RiskDisplayMode.Percentage&&l.risk.value()>100&&l.riskDisplayMode.setValueSilently(u.RiskDisplayMode.Money),l.entryPrice.subscribe(this,this._recalculateQty),l.stopPrice.subscribe(this,this._recalculateQty),l.riskSize.subscribe(this,this._recalculateQty),l.entryPrice.subscribe(this,this._recalculateAmount),l.profitLevel.subscribe(this,this._recalculateAmount),l.stopLevel.subscribe(this,this._recalculateAmount),l.accountSize.subscribe(this,this._recalculateAmount),l.riskSize.subscribe(this,this._recalculateAmount),l.qty.subscribe(this,this._recalculateAmount),this._entryPriceAxisView=new _(this,{colorProperty:l.linecolor,priceProperty:l.entryPrice}),this._stopPriceAxisView=new _(this,{colorProperty:l.stopBackground,priceProperty:l.stopPrice}),this._profitPriceAxisView=new _(this,{colorProperty:l.profitBackground,priceProperty:l.targetPrice}),[l.entryPointCurrencyRate,l.closePointCurrencyRate].forEach((e=>{e.subscribe(this,(()=>{this._recalculateAmount(),this._recalculateRiskSize(),this._recalculateQty()}))})),Promise.all([i.e(2870),i.e(2211),i.e(1583)]).then(i.bind(i,1971)).then((({RiskRewardPaneView:t})=>{const i=[new t(this,e)];this._setPaneViews(i)}))}destroy(){this.ownerSource()?.barsProvider().dataUpdated().unsubscribeAll(this),this.ownerSourceChanged().unsubscribeAll(this),this._studySource?.destroy(),super.destroy()}availableCurrencies(){const e=(0,r.ensureDefined)(this._metaInfo?.inputs.find((e=>"account_currency"===e.id)));return(0,r.ensureDefined)(e.options)}setOwnerSource(e){super.setOwnerSource(e);const t=this.ownerSource();t&&t.symbolSource().symbolInfo()&&(this._recalculateAmount(),this._recalculateRiskSize(),this._recalculateQty())}pointsCount(){return 2}priceAxisPoints(){if(!this._points.length)return[];const e=this._points[0],t=this._properties.childs();return[{...e,price:t.stopPrice.value()},{...e,price:t.entryPrice.value()},{...e,price:t.targetPrice.value()}]}priceAxisViews(e,t){return this.isSourceHidden()||t!==this.priceScale()||this._model.paneForSource(this)!==e?null:[this._entryPriceAxisView,this._stopPriceAxisView,this._profitPriceAxisView]}updateAllViews(e){this.isActualSymbol()&&this.properties().childs().visible.value()&&((0,b.hideAllDrawings)().value()&&this.userEditEnabled()||(super.updateAllViews(e),this._entryPriceAxisView.update(e),this._stopPriceAxisView.update(e),
|
||||
l.stopLevel.subscribe(this,this.syncPriceLevels.bind(this)),l.qty.subscribe(this,this._recalculateRiskSize),this.ownerSourceChanged().subscribe(null,((e,t)=>{e&&e.barsProvider().dataUpdated().unsubscribeAll(this),t&&t.barsProvider().dataUpdated().subscribe(this,this._onSeriesUpdated)})),this.pointAdded().subscribe(this,(e=>{switch(e){case h.RiskRewardPointIndex.Entry:case h.RiskRewardPointIndex.Close:this._recalculateRiskSize(),this._recalculateQty()}this._updateStudySource()})),this.pointChanged().subscribe(this,(e=>{switch(e){case h.RiskRewardPointIndex.Entry:case h.RiskRewardPointIndex.Close:this._recalculateRiskSize(),this._recalculateQty()}this._updateStudySource()})),l.riskDisplayMode.value()===u.RiskDisplayMode.Percentage&&l.risk.value()>100&&l.riskDisplayMode.setValueSilently(u.RiskDisplayMode.Money),l.entryPrice.subscribe(this,this._recalculateQty),l.stopPrice.subscribe(this,this._recalculateQty),l.riskSize.subscribe(this,this._recalculateQty),l.entryPrice.subscribe(this,this._recalculateAmount),l.profitLevel.subscribe(this,this._recalculateAmount),l.stopLevel.subscribe(this,this._recalculateAmount),l.accountSize.subscribe(this,this._recalculateAmount),l.riskSize.subscribe(this,this._recalculateAmount),l.qty.subscribe(this,this._recalculateAmount),this._entryPriceAxisView=new _(this,{colorProperty:l.linecolor,priceProperty:l.entryPrice}),this._stopPriceAxisView=new _(this,{colorProperty:l.stopBackground,priceProperty:l.stopPrice}),this._profitPriceAxisView=new _(this,{colorProperty:l.profitBackground,priceProperty:l.targetPrice}),[l.entryPointCurrencyRate,l.closePointCurrencyRate].forEach((e=>{e.subscribe(this,(()=>{this._recalculateAmount(),this._recalculateRiskSize(),this._recalculateQty()}))})),Promise.all([i.e(6290),i.e(9116),i.e(1200),i.e(1583)]).then(i.bind(i,1971)).then((({RiskRewardPaneView:t})=>{const i=[new t(this,e)];this._setPaneViews(i)}))}destroy(){this.ownerSource()?.barsProvider().dataUpdated().unsubscribeAll(this),this.ownerSourceChanged().unsubscribeAll(this),this._studySource?.destroy(),super.destroy()}availableCurrencies(){const e=(0,r.ensureDefined)(this._metaInfo?.inputs.find((e=>"account_currency"===e.id)));return(0,r.ensureDefined)(e.options)}setOwnerSource(e){super.setOwnerSource(e);const t=this.ownerSource();t&&t.symbolSource().symbolInfo()&&(this._recalculateAmount(),this._recalculateRiskSize(),this._recalculateQty())}pointsCount(){return 2}priceAxisPoints(){if(!this._points.length)return[];const e=this._points[0],t=this._properties.childs();return[{...e,price:t.stopPrice.value()},{...e,price:t.entryPrice.value()},{...e,price:t.targetPrice.value()}]}priceAxisViews(e,t){return this.isSourceHidden()||t!==this.priceScale()||this._model.paneForSource(this)!==e?null:[this._entryPriceAxisView,this._stopPriceAxisView,this._profitPriceAxisView]}updateAllViews(e){this.isActualSymbol()&&this.properties().childs().visible.value()&&((0,b.hideAllDrawings)().value()&&this.userEditEnabled()||(super.updateAllViews(e),this._entryPriceAxisView.update(e),this._stopPriceAxisView.update(e),
|
||||
this._profitPriceAxisView.update(e)))}migrateVersion(e,t,i){if(1===e&&this._points.length>=1){const e=[];e.push(this._points[0]);let t=this._points[0];if(t={price:t.price,index:this._getClosePointIndex(t.index),interval:this._properties.childs().interval.value()},e.push(t),this._points[1]&&e.push(this._points[1]),this._points[2]&&e.push(this._points[2]),this._points=e,this._timePoint.length>=1){const t=[],i=this._timePoint[0];t.push(i);const s={price:i.price,time_t:i.time_t,offset:this._getClosePointIndex(i.offset)};t.push(s),this._timePoint[1]&&e.push(this._points[1]),this._timePoint[2]&&e.push(this._points[2]),this._timePoint=t}}}restoreExternalState(e){if(!(0,g.isNumber)(e.entryPrice))return void super.restoreExternalState(e);let t;if(this.isActualSymbol())t=e;else{const{entryPrice:i,...s}=e,[r]=this._timePoint;r.price=i,t=s}this.properties().merge(t)}addPoint(e,t,i){e.price=this._roundPrice(e.price),super.addPoint(e,void 0,!0);const s={price:e.price,index:this._getClosePointIndex(e.index)};super._addPointIntenal(s,void 0,!0);const r=this._calculateActualEntry(e,s);if(r){super._addPointIntenal(r,void 0,!0);const e=this._findClosePoint(r,s);e&&super._addPointIntenal(e,void 0,!0)}return this._lastPoint=null,this._normalizePoints(),this.createServerPoints(),!0}setPoint(e,t,i,s){if(this.isSourceHidden())return;const r=this.properties().childs();switch(this._muteSyncLineStyle(),e){case 0:this._changeEntryPoint({...t,interval:this._model.mainSeries().interval()});break;case 2:r.stopPrice.setValue(this.prepareStopPrice(t.price));break;case 3:r.targetPrice.setValue(this.prepareProfitPrice(t.price));break;case 1:t.price=this._points[0].price,super.setPoint(1,t),this.recalculate()}this._unmuteSyncLineStyleWithoutApplyingChanges(),s||this.syncPriceLevels()}getPoint(e){if(this.isSourceHidden())return null;switch(e){case 0:return this._points[0];case 1:return{index:this._points[1].index,price:this._points[0].price};case 2:return{index:this._points[0].index,price:this.stopPrice()};case 3:return{index:this._points[0].index,price:this.profitPrice()}}return null}setPoints(e){this.isSourceHidden()||(this._muteSyncLineStyle(),super.setPoints(e),this.recalculate(),this._unmuteSyncLineStyleWithoutApplyingChanges(),this.syncPriceLevels())}start(){super.start(),this.recalculate()}startMoving(e,t,i,s){const n=(0,r.ensureDefined)(e.logical);n.price=this._roundPrice(n.price),super.startMoving(e,t,i)}move(e,t,i,s){const n=(0,r.ensureDefined)(e.logical);n.price=this._roundPrice(n.price),super.move(e,t,i),this.recalculate(),this._entryPriceAxisView.update((0,x.sourceChangeEvent)(this.id()))}axisPoints(){if(!this._points[h.RiskRewardPointIndex.ActualEntry])return[];const e=this._points[h.RiskRewardPointIndex.ActualEntry];let t=null;if(4===this._points.length)t=this._points[h.RiskRewardPointIndex.ActualClose];else{const e=this.lastBarData();if(!e)return[];t={index:e.index,price:e.closePrice}}return[e,t]}recalculateStateByData(){this.recalculate()}recalculate(){if(0===this.points().length)return
|
||||
;const e=this.properties().childs(),t=e.targetPrice.value(),i=e.stopPrice.value(),s=[this._points[0],this._points[1]],r=this._calculateActualEntry(this.points()[0],this.points()[1]),n=this._model.mainSeries().interval();if(r){s.push({...r,interval:n});const e=this._findClosePoint(r,this.points()[1]);e&&s.push({...e,interval:n})}this._points=s,t!==e.targetPrice.value()&&e.targetPrice.fireChanged(),i!==e.stopPrice.value()&&e.stopPrice.fireChanged()}syncPriceLevels(){const e=this.linkKey().value();if(e){const t=this.properties().childs();this._syncLineStyleChanges(e,{entryPrice:t.entryPrice.value(),stopLevel:t.stopLevel.value(),profitLevel:t.profitLevel.value()})}}entryPrice(){const e=this.points();return 0===e.length?this._timePoint[0].price:e[0].price}lastBarData(){const e=this.ownerSource()?.barsProvider();if(!e)return null;const t=e.bars().firstIndex(),i=e.bars().lastIndex();if(null===t||null===i||isNaN(t)||isNaN(i))return null;const s=this.points();if(4===s.length){const e=s[h.RiskRewardPointIndex.ActualClose];return e.index<t?null:{closePrice:e.price,index:Math.min(i,e.index)}}const n=s[h.RiskRewardPointIndex.Close];if(n.index<t)return null;const c=Math.min(i,n.index),a=e.bars().search(c,o.PlotRowSearchMode.NearestLeft);return null===a?null:{closePrice:(0,r.ensure)(a.value[4]),index:a.index}}ownerSourceBase(){const e=this.ownerSource()?.symbolSource().symbolInfo();return e?e.pricescale/e.minmov:100}getOrderTemplate(){return null}template(){const e=this.properties().childs(),t=super.template();return t.stopLevel=e.stopLevel.value(),t.profitLevel=e.profitLevel.value(),t}async additionalActions(e){return{actions:[new C.Action({actionId:"Chart.LineTool.RiskReward.Reverse",options:{checkable:!1,label:n.t(null,void 0,i(64489)),onExecute:()=>{const t=z.format({tool:(0,V.getTranslatedStringForSource)(A.TitleDisplayTarget.StatusLine,this)});e.beginUndoMacro(t);const i=function(e,t){const i=e.points(),s=e.zorder(),n=(0,r.ensureNotNull)(t.model().paneForSource(e)),o=(0,r.ensureNotNull)(e.ownerSource()),c=(0,r.ensureDefined)(I.get(e.toolname)),a=c.propertiesFactory(t.model().backgroundTheme().spawnOwnership(),e.properties().state()),l=e.linkKey().value(),u=l?w.CreateLineToolSyncMode.ForceOn:w.CreateLineToolSyncMode.ForceOff,h=t.createLineTool({pane:n,point:i[0],linkKey:l?(0,L.randomHash)():void 0,linetool:c.targetToolName,properties:a,ownerSource:o,synchronizationMode:u,sharingMode:e.sharingMode().value()});return h&&(t.startChangingLinetool(h,h.points()[1],1),t.changeLinePoint(i[1]),t.endChangingLinetool(!1),t.insertBefore([h],e),h.setZorder(s)),t.removeSource(e,!1),h}(this,e);e.endUndoMacro(),i&&e.model().selectionMacro((e=>{e.addSourceToSelection(i,null)}))}}})],placement:"CustomAction"}}_entryPointCurrencyRate(){return this.properties().childs().entryPointCurrencyRate.value()}_closePointCurrencyRate(){return this.properties().childs().closePointCurrencyRate.value()}_ignoreSourceEvent(e){return super._ignoreSourceEvent(e)&&e.sourceId!==this._model.mainSeries().id()}_applyTemplateImpl(e){
|
||||
const{targetPrice:t,stopPrice:i,entryPrice:s,...r}=e;super._applyTemplateImpl(r);const n=this.properties().childs();void 0!==e.stopLevel&&n.stopLevel.setValue(e.stopLevel),void 0!==e.profitLevel&&n.profitLevel.setValue(e.profitLevel)}_propertiesStateExclusions(){return[...super._propertiesStateExclusions(),"entryPrice","stopPrice","targetPrice"]}_correctPoints(e,t){if(!this.isActualSymbol())return!1;const i=super._correctPoints(e.slice(0,this.pointsCount()),t);for(let t=0;t<e.length;t++){const i=e[t];i.price=this._roundPrice(i.price)}return i}async _getPropertyDefinitionsViewModelClass(){return(await Promise.all([i.e(3401),i.e(3889),i.e(8009),i.e(6204),i.e(1963),i.e(8537)]).then(i.bind(i,2243))).RiskRewardDefinitionsViewModel}_recalculateRiskSize(){if(this._riskInChange)return;const e=this.properties().childs(),t=e.risk.value(),i=e.riskDisplayMode.value(),s=e.accountSize.value();i===u.RiskDisplayMode.Percentage?e.riskSize.setValue(t/100*s):t>s?(e.risk.setValue(s),e.riskSize.setValue(s)):e.riskSize.setValue(t)}_roundPrice(e){const t=this.ownerSourceBase();return Math.round(e*t)/t}_ownerSourcePointValue(){return this.ownerSource()?.symbolSource().symbolInfo()?.pointvalue??1}_onSourceHiddenMayChange(){super._onSourceHiddenMayChange(),this._updateStudySource()}static _configureProperties(e){l.LineDataSource._configureProperties(e),e.addExcludedKey("stopLevel",1),e.addExcludedKey("profitLevel",1),e.addExcludedKey("stopPrice",1),e.addExcludedKey("targetPrice",1),e.addExcludedKey("entryPrice",1)}_onSeriesUpdated(e,t,i){this.isSourceHidden()||this._points.length<2||null!==i&&i.index>Math.max(this._points[0].index,this._points[1].index)||this.recalculateStateByData()}_recalculateRisk(){const e=this.properties().childs(),t=e.riskDisplayMode.value(),i=e.riskSize.value(),s=e.accountSize.value();let r=e.risk.value();r=t===u.RiskDisplayMode.Percentage?M(i/s*100):M(s/100*r),this._riskInChange=!0,e.risk.setValue(parseFloat(this._riskFormatter(t).format(r,{ignoreLocaleNumberFormat:!0}))),this._riskInChange=!1}_recalculateAmount(){if(0===this.points().length)return;const e=this.properties().childs(),t=e.accountSize.value(),i=e.entryPrice.value(),s=e.qty.value(),r=e.stopPrice.value(),n=e.targetPrice.value(),o=this._ownerSourcePointValue();e.amountTarget.setValue(this._amountTarget(t,n,i,s,o)),e.amountStop.setValue(this._amountStop(t,r,i,s,o))}_recalculateQty(){if(0===this.points().length)return;const e=this.properties().childs(),t=e.entryPrice.value(),i=e.stopPrice.value(),s=e.riskSize.value(),r=this._entryPointCurrencyRate(),n=null===r?NaN:s/(Math.abs(t-i)*this._ownerSourcePointValue()*r);e.qty.setValue(n)}_calculateActualEntry(e,t){const i=this.ownerSource();if(!i)return null;const s=i.barsProvider().bars();if(s.isEmpty())return null;const n=(0,r.ensureNotNull)(s.firstIndex()),o=Math.max(e.index,n),c=e.price,a=(0,r.ensureNotNull)(s.lastIndex()),l=Math.min(a,t.index-1);for(const e of s.rangeIterator(o,l+1)){const t=e.value;if(null!==t&&(0,r.ensure)(t[2])>=c&&(0,r.ensure)(t[3])<=c)return{index:e.index,price:c}}return null}
|
||||
_riskFormatter(e){return e===u.RiskDisplayMode.Percentage?(0,a.getNumericFormatter)(2):(0,a.getNumericFormatter)()}_getClosePointIndex(e){const t=this._model.timeScale(),i=Math.round(t.width()/t.barSpacing());return e+Math.max(3,Math.round(.15*i))}_findClosePoint(e,t){const i=this.ownerSource();if(!i)return null;const s=i.barsProvider().bars(),n=(0,r.ensureNotNull)(s.firstIndex()),o=Math.max(e.index,n),c=(0,r.ensureNotNull)(s.lastIndex()),a=Math.min(c,t.index-1);for(const e of s.rangeIterator(o,a+1)){const t=e.value;if(null===t)continue;const i=this._checkStopPrice(t);if(null!=i)return{index:e.index,price:i}}return null}_changeEntryPoint(e){const t=this.properties().childs(),i=t.stopPrice.value(),s=t.targetPrice.value(),r=1/this.ownerSourceBase(),n=Math.min(i,s)+r,o=Math.max(i,s)-r;e.price=Math.max(n,Math.min(o,this._roundPrice(e.price))),this.setPoints([e,{...this._points[1],price:e.price}]),t.stopPrice.setValue(i),t.targetPrice.setValue(s)}_updateStudySource(){if(!this._metaInfo)return;const e=this._properties.childs().currency.value(),t=this._model.mainSeries(),i="NONE"!==e&&e!==t.currency()&&!this.isSourceHidden();if(!i&&this._studySource?(this._studySource.destroy(),this._studySource=null,this._properties.childs().entryPointCurrencyRate.setValue(1),this._properties.childs().closePointCurrencyRate.setValue(1)):i&&!this._studySource&&(this._studySource=new RiskRewardStudyDataSource(this._model.chartApi(),t.seriesSource()),this._studySource.nonSeriesData().subscribe((e=>{e&&(this._properties.childs().entryPointCurrencyRate.setValue(e.currency_ratio[0]),this._properties.childs().closePointCurrencyRate.setValue(e.currency_ratio[1]??e.currency_ratio[0]))}))),this._studySource&&this._points.length>=2){const i=this._model.timeScale(),r=t.data().bars().firstIndex(),n=t.data().bars().lastIndex();if(null===r||null===n)return;const o=Math.min(n,Math.max(r,this._points[0].index)),c=Math.min(n,Math.max(r,this._points[1].index)),a=i.indexToTimePoint(o),l=i.indexToTimePoint(c);if(null!==a&&null!==l){const t={...this._studySource.inputs(),start_time:1e3*a,end_time:1e3*l,entry_price:this.entryPrice(),target_price:this.profitPrice(),stop_price:this.stopPrice(),account_currency:e};(0,s.default)(t,this._studySource.inputs())||this._studySource.setInputs(t),this._studySource.isStarted()||this._studySource.start()}}}}},76386:(e,t,i)=>{var s;i.d(t,{RiskDisplayMode:()=>s}),function(e){e.Percentage="percents",e.Money="money"}(s||(s={}))},76050:(e,t,i)=>{var s;i.d(t,{RiskRewardPointIndex:()=>s}),function(e){e[e.Entry=0]="Entry",e[e.Close=1]="Close",e[e.ActualEntry=2]="ActualEntry",e[e.ActualClose=3]="ActualClose"}(s||(s={}))}}]);
|
||||
const{targetPrice:t,stopPrice:i,entryPrice:s,...r}=e;super._applyTemplateImpl(r);const n=this.properties().childs();void 0!==e.stopLevel&&n.stopLevel.setValue(e.stopLevel),void 0!==e.profitLevel&&n.profitLevel.setValue(e.profitLevel)}_propertiesStateExclusions(){return[...super._propertiesStateExclusions(),"entryPrice","stopPrice","targetPrice"]}_correctPoints(e,t){if(!this.isActualSymbol())return!1;const i=super._correctPoints(e.slice(0,this.pointsCount()),t);for(let t=0;t<e.length;t++){const i=e[t];i.price=this._roundPrice(i.price)}return i}async _getPropertyDefinitionsViewModelClass(){return(await Promise.all([i.e(6406),i.e(3889),i.e(8009),i.e(8056),i.e(8537)]).then(i.bind(i,2243))).RiskRewardDefinitionsViewModel}_recalculateRiskSize(){if(this._riskInChange)return;const e=this.properties().childs(),t=e.risk.value(),i=e.riskDisplayMode.value(),s=e.accountSize.value();i===u.RiskDisplayMode.Percentage?e.riskSize.setValue(t/100*s):t>s?(e.risk.setValue(s),e.riskSize.setValue(s)):e.riskSize.setValue(t)}_roundPrice(e){const t=this.ownerSourceBase();return Math.round(e*t)/t}_ownerSourcePointValue(){return this.ownerSource()?.symbolSource().symbolInfo()?.pointvalue??1}_onSourceHiddenMayChange(){super._onSourceHiddenMayChange(),this._updateStudySource()}static _configureProperties(e){l.LineDataSource._configureProperties(e),e.addExcludedKey("stopLevel",1),e.addExcludedKey("profitLevel",1),e.addExcludedKey("stopPrice",1),e.addExcludedKey("targetPrice",1),e.addExcludedKey("entryPrice",1)}_onSeriesUpdated(e,t,i){this.isSourceHidden()||this._points.length<2||null!==i&&i.index>Math.max(this._points[0].index,this._points[1].index)||this.recalculateStateByData()}_recalculateRisk(){const e=this.properties().childs(),t=e.riskDisplayMode.value(),i=e.riskSize.value(),s=e.accountSize.value();let r=e.risk.value();r=t===u.RiskDisplayMode.Percentage?M(i/s*100):M(s/100*r),this._riskInChange=!0,e.risk.setValue(parseFloat(this._riskFormatter(t).format(r,{ignoreLocaleNumberFormat:!0}))),this._riskInChange=!1}_recalculateAmount(){if(0===this.points().length)return;const e=this.properties().childs(),t=e.accountSize.value(),i=e.entryPrice.value(),s=e.qty.value(),r=e.stopPrice.value(),n=e.targetPrice.value(),o=this._ownerSourcePointValue();e.amountTarget.setValue(this._amountTarget(t,n,i,s,o)),e.amountStop.setValue(this._amountStop(t,r,i,s,o))}_recalculateQty(){if(0===this.points().length)return;const e=this.properties().childs(),t=e.entryPrice.value(),i=e.stopPrice.value(),s=e.riskSize.value(),r=this._entryPointCurrencyRate(),n=null===r?NaN:s/(Math.abs(t-i)*this._ownerSourcePointValue()*r);e.qty.setValue(n)}_calculateActualEntry(e,t){const i=this.ownerSource();if(!i)return null;const s=i.barsProvider().bars();if(s.isEmpty())return null;const n=(0,r.ensureNotNull)(s.firstIndex()),o=Math.max(e.index,n),c=e.price,a=(0,r.ensureNotNull)(s.lastIndex()),l=Math.min(a,t.index-1);for(const e of s.rangeIterator(o,l+1)){const t=e.value;if(null!==t&&(0,r.ensure)(t[2])>=c&&(0,r.ensure)(t[3])<=c)return{index:e.index,price:c}}return null}_riskFormatter(e){
|
||||
return e===u.RiskDisplayMode.Percentage?(0,a.getNumericFormatter)(2):(0,a.getNumericFormatter)()}_getClosePointIndex(e){const t=this._model.timeScale(),i=Math.round(t.width()/t.barSpacing());return e+Math.max(3,Math.round(.15*i))}_findClosePoint(e,t){const i=this.ownerSource();if(!i)return null;const s=i.barsProvider().bars(),n=(0,r.ensureNotNull)(s.firstIndex()),o=Math.max(e.index,n),c=(0,r.ensureNotNull)(s.lastIndex()),a=Math.min(c,t.index-1);for(const e of s.rangeIterator(o,a+1)){const t=e.value;if(null===t)continue;const i=this._checkStopPrice(t);if(null!=i)return{index:e.index,price:i}}return null}_changeEntryPoint(e){const t=this.properties().childs(),i=t.stopPrice.value(),s=t.targetPrice.value(),r=1/this.ownerSourceBase(),n=Math.min(i,s)+r,o=Math.max(i,s)-r;e.price=Math.max(n,Math.min(o,this._roundPrice(e.price))),this.setPoints([e,{...this._points[1],price:e.price}]),t.stopPrice.setValue(i),t.targetPrice.setValue(s)}_updateStudySource(){if(!this._metaInfo)return;const e=this._properties.childs().currency.value(),t=this._model.mainSeries(),i="NONE"!==e&&e!==t.currency()&&!this.isSourceHidden();if(!i&&this._studySource?(this._studySource.destroy(),this._studySource=null,this._properties.childs().entryPointCurrencyRate.setValue(1),this._properties.childs().closePointCurrencyRate.setValue(1)):i&&!this._studySource&&(this._studySource=new RiskRewardStudyDataSource(this._model.chartApi(),t.seriesSource()),this._studySource.nonSeriesData().subscribe((e=>{e&&(this._properties.childs().entryPointCurrencyRate.setValue(e.currency_ratio[0]),this._properties.childs().closePointCurrencyRate.setValue(e.currency_ratio[1]??e.currency_ratio[0]))}))),this._studySource&&this._points.length>=2){const i=this._model.timeScale(),r=t.data().bars().firstIndex(),n=t.data().bars().lastIndex();if(null===r||null===n)return;const o=Math.min(n,Math.max(r,this._points[0].index)),c=Math.min(n,Math.max(r,this._points[1].index)),a=i.indexToTimePoint(o),l=i.indexToTimePoint(c);if(null!==a&&null!==l){const t={...this._studySource.inputs(),start_time:1e3*a,end_time:1e3*l,entry_price:this.entryPrice(),target_price:this.profitPrice(),stop_price:this.stopPrice(),account_currency:e};(0,s.default)(t,this._studySource.inputs())||this._studySource.setInputs(t),this._studySource.isStarted()||this._studySource.start()}}}}},76386:(e,t,i)=>{var s;i.d(t,{RiskDisplayMode:()=>s}),function(e){e.Percentage="percents",e.Money="money"}(s||(s={}))},76050:(e,t,i)=>{var s;i.d(t,{RiskRewardPointIndex:()=>s}),function(e){e[e.Entry=0]="Entry",e[e.Close=1]="Close",e[e.ActualEntry=2]="ActualEntry",e[e.ActualClose=3]="ActualClose"}(s||(s={}))}}]);
|
||||
@@ -1,4 +0,0 @@
|
||||
"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2211],{32211:(e,t,i)=>{i.d(t,{InplaceTextLineSourcePaneView:()=>_,inplaceEditHandlers:()=>u});var o=i(50151),n=i(11542),s=i(19063),r=i(91676),a=i(27916),l=i(56468),c=i(69186),h=i(72791);const d=n.t(null,void 0,i(6060));function u(e){const t=(t,i)=>{i.sourceWasSelected&&e(t)};return{areaName:l.AreaName.Text,executeDefaultAction:{doubleClickHandler:!0,doubleTapHandler:!0},clickHandler:t,tapHandler:t}}class _ extends a.LineSourcePaneView{constructor(e,t,i,o,n){super(e,t),this._textInfo=new r.WatchedObject({}),this._isTextEditModeActivated=!1,this._textWasEdited=!1,this._showTextEditor=i,this._hideTextEditor=o,this._onSelectionChangeCb=n,this._editableTextSpawn=this._source.editableText().spawn(),this._editableTextSpawn.subscribe((()=>this._updateTextWasEditable()))}destroy(){this._editableTextSpawn.destroy()}setSelectionRange(e){this._selectionRange=e}closeTextEditor(){this._textWasEdited=!1,this._isTextEditModeActivated=!1,this._hideTextEditor?.()}_placeHolderMode(e){return!this._isTextEditMode()&&this._model.hoveredSource()===this._source&&0===this._model.hoveredSourceOrigin()&&(!e||this._model.lastHittestData()?.areaName!==l.AreaName.AnchorPoint)&&!(0,c.lastMouseOrTouchEventInfo)().isTouch&&!this._source.editableTextProperties().text.value()&&this._model.selection().isSelected(this._source)}_updateTextWasEditable(){this._textWasEdited=!0}_textCursorType(){return this._model.selection().isSelected(this._source)&&!this._model.sourcesBeingMoved().includes(this._source)?h.PaneCursorType.Text:void 0}_updateInplaceText(e){this._textInfo.setValue(e),this._model.selection().isSelected(this._source)||this.closeTextEditor();const t=this._source.textEditingEl();t&&this._activateEditMode(t)}_tryActivateEditMode(e,t){const i=(0,o.ensureNotNull)(t.target instanceof HTMLElement?t.target.closest(".chart-gui-wrapper"):null);this._activateEditMode(i)}_isTextEditMode(){return this._isTextEditModeActivated}_textData(){return this._text()||(this._textWasEdited?"":d)}_textColor(){const e=this._source.editableTextProperties().textColor.value();return this._text()?e:(0,s.generateColor)(e,50,!0)}_inplaceTextHighlight(){const e=this._source.editableTextStyle();return this._selectionRange?{selectionHighlight:{start:this._selectionRange[0],end:this._selectionRange[1],color:(0,s.generateColor)(e.selectionColor,80,!0)}}:{}}_activateEditMode(e){this._showTextEditor?.(e,this._textInfo,d,this.closeTextEditor.bind(this),(e=>this._onSelectionChangeCb?.(e))),this._isTextEditModeActivated=!0}_text(){return this._isTextEditMode()?this._source.editableText().value():this._source.editableTextProperties().text.value()}}},27916:(e,t,i)=>{i.d(t,{LineSourcePaneView:()=>x,createLineSourcePaneViewPoint:()=>p,thirdPointCursorType:()=>_});var o=i(19625),n=i(50151),s=i(69186),r=i(56468),a=i(11064),l=i(36036),c=i(72791),h=i(17330);const d=o.colorsPalette["color-tv-blue-600"];var u;function _(e,t){const i=t.x-e.x,o=t.y-e.y,n=Math.abs(Math.atan2(i,o))
|
||||
;return n>Math.PI/4&&n<3*Math.PI/4?c.PaneCursorType.VerticalResize:c.PaneCursorType.HorizontalResize}function p(e,t){return e.pointIndex=t,e}!function(e){e[e.RegularAnchorRadius=6]="RegularAnchorRadius",e[e.TouchAnchorRadius=13]="TouchAnchorRadius",e[e.RegularStrokeWidth=1]="RegularStrokeWidth",e[e.TouchStrokeWidth=3]="TouchStrokeWidth",e[e.RegularSelectedStrokeWidth=3]="RegularSelectedStrokeWidth",e[e.TouchSelectedStrokeWidth=0]="TouchSelectedStrokeWidth"}(u||(u={}));class x{constructor(e,t){this._invalidated=!0,this._points=[],this._middlePoint=null,this._selectionRenderers=[],this._lineAnchorRenderers=[],this._source=e,this._model=t}priceToCoordinate(e){const t=this._source.priceScale();if(null===t)return null;const i=this._source.ownerSource(),o=null!==i?i.firstValue():null;return null===o?null:t.priceToCoordinate(e,o)}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(e,t={}){let i=this._getPoints();this._model.lineBeingCreated()===this._source&&(i=i.slice(0,-1));const o=this._source.points(),n=i.map(((e,t)=>{const i=o[t],n=(0,l.lineSourcePaneViewPointToLineAnchorPoint)(e);return i&&(n.snappingPrice=i.price,n.snappingIndex=i.index),n}));e.append(this.createLineAnchor({...t,points:n},0))}createLineAnchor(e,t){const i=e.points.map((e=>e.point));if(this.isLocked()){const o=this._getSelectionRenderer(t);return o.setData({bgColors:this._lineAnchorColors(i),points:e.points,visible:this.areAnchorsVisible(),hittestResult:r.HitTarget.Regular,barSpacing:this._model.timeScale().barSpacing()}),o}const o=(0,s.lastMouseOrTouchEventInfo)().isTouch,n=this._getLineAnchorRenderer(t),a=this.isHoveredSource()?this._model.lastHittestData()?.pointIndex??null:null;return n.setData({...e,color:this.anchorColor(),backgroundColors:this._lineAnchorColors(i),hoveredPointIndex:a,linePointBeingEdited:this.isBeingEdited()?this._model.linePointBeingEdited():null,radius:this._anchorRadius(),strokeWidth:o?u.TouchStrokeWidth:u.RegularStrokeWidth,selected:this.isSelectedSource(),selectedStrokeWidth:o?u.TouchSelectedStrokeWidth:u.RegularSelectedStrokeWidth,visible:this.areAnchorsVisible(),clickHandler:e.clickHandler}),n}_anchorRadius(){return(0,s.lastMouseOrTouchEventInfo)().isTouch?u.TouchAnchorRadius:u.RegularAnchorRadius}_lineAnchorColors(e){const t=(0,n.ensureNotNull)(this._model.paneForSource(this._source)).height();return e.map((e=>this._model.backgroundColorAtYPercentFromTop(e.y/t)))}_updateImpl(e){this._points=[];this._model.timeScale().isEmpty()||this._validatePriceScale()&&(this._source.points().forEach(((e,t)=>{const i=this._source.pointToScreenPoint(e);i&&this._points.push(p(i,t))})),
|
||||
2===this._points.length&&(this._middlePoint=this._source.calcMiddlePoint(this._points[0],this._points[1])),this._invalidated=!1)}_validatePriceScale(){const e=this._source.priceScale();return null!==e&&!e.isEmpty()}_getSource(){return this._source}_getPoints(){return this._points}_getModel(){return this._model}_height(){const e=this._source.priceScale();return null!==e?e.height():0}_width(){return this._model.timeScale().width()}_needLabelExclusionPath(e,t){const i=this._source.properties().childs();return"middle"===(t??i.vertLabelsAlign.value())&&(0,h.needTextExclusionPath)(e)}_addAlertRenderer(e,t,i=this._source.properties().linecolor.value()){}_getAlertRenderer(e,t=this._source.properties().linecolor.value(),i){return null}_getSelectionRenderer(e){for(;this._selectionRenderers.length<=e;)this._selectionRenderers.push(new a.SelectionRenderer);return this._selectionRenderers[e]}_getLineAnchorRenderer(e){for(;this._lineAnchorRenderers.length<=e;)this._lineAnchorRenderers.push(new l.LineAnchorRenderer);return this._lineAnchorRenderers[e]}}},36036:(e,t,i)=>{i.d(t,{LineAnchorRenderer:()=>S,lineSourcePaneViewPointToLineAnchorPoint:()=>T,mapLineSourcePaneViewPointToLineAnchorPoint:()=>P});var o=i(86441),n=i(34026),s=i(50151),r=i(37743),a=i(37265),l=i(56468),c=i(72791),h=i(61993),d=i(30125);function u(e,t,i,o){const{point:n}=t,s=i+o/2;(0,r.drawRoundRect)(e,n.x-s,n.y-s,2*s,2*s,(i+o)/2),e.closePath(),e.lineWidth=o}function _(e,t,i,o){e.globalAlpha=.2,u(e,t,i,o),e.stroke(),e.globalAlpha=1}function p(e,t,i,o){u(e,t,i-o,o),e.fill(),e.stroke()}function x(e,t,i,o){const{point:n}=t;e.globalAlpha=.2,e.beginPath(),e.arc(n.x,n.y,i+o/2,0,2*Math.PI,!0),e.closePath(),e.lineWidth=o,e.stroke(),e.globalAlpha=1}function g(e,t,i,o){const{point:n}=t;e.beginPath(),e.arc(n.x,n.y,i-o/2,0,2*Math.PI,!0),e.closePath(),e.lineWidth=o,e.fill(),e.stroke()}class S extends d.BitmapCoordinatesPaneRenderer{constructor(e){super(),this._data=e??null}setData(e){this._data=e}hitTest(e){if(null===this._data||this._data.disableInteractions)return null;const{radius:t,points:i}=this._data,o=t+(0,h.interactionTolerance)().anchor;for(const t of i){if(t.point.subtract(e).length()<=o)return new l.HitTestResult(t.hitTarget??l.HitTarget.ChangePoint,{areaName:l.AreaName.AnchorPoint,pointIndex:t.pointIndex,cursorType:t.cursorType??c.PaneCursorType.Default,activeItem:t.activeItem,snappingPrice:t.snappingPrice,snappingIndex:t.snappingIndex,nonDiscreteIndex:t.nonDiscreteIndex,possibleMovingDirections:t.possibleMovingDirections,clickHandler:this._data.clickHandler,tapHandler:this._data.clickHandler})}return null}doesIntersectWithBox(e){return null!==this._data&&this._data.points.some((t=>(0,n.pointInBox)(t.point,e)))}_drawImpl(e){if(null===this._data||!this._data.visible)return;const t=[],i=[],o=[],n=[];for(let e=0;e<this._data.points.length;++e){const s=this._data.points[e],r=this._data.backgroundColors[e];s.square?(t.push(s),i.push(r)):(o.push(s),n.push(r))}t.length&&this._drawPoints(e,t,i,p,_),o.length&&this._drawPoints(e,o,n,g,x)}_drawPoints(e,t,i,n,r){
|
||||
const{context:l,horizontalPixelRatio:c,verticalPixelRatio:h}=e,d=(0,s.ensureNotNull)(this._data),u=d.radius;let _=Math.max(1,Math.floor((d.strokeWidth||2)*c));d.selected&&(_+=Math.max(1,Math.floor(c/2)));const p=Math.max(1,Math.floor(c));let x=Math.round(u*c*2);x%2!=p%2&&(x+=1);const g=p%2/2;l.strokeStyle=d.color;for(let e=0;e<t.length;++e){const s=t[e];if(!((0,a.isInteger)(s.pointIndex)&&d.linePointBeingEdited===s.pointIndex)){l.fillStyle=i[e];if(n(l,{...s,point:new o.Point(Math.round(s.point.x*c)+g,Math.round(s.point.y*h)+g)},x/2,_),!d.disableInteractions){if(null!==d.hoveredPointIndex&&s.pointIndex===d.hoveredPointIndex){const e=Math.max(1,Math.floor(d.selectedStrokeWidth*c));let t=Math.round(u*c*2);t%2!=p%2&&(t+=1);r(l,{...s,point:new o.Point(Math.round(s.point.x*c)+g,Math.round(s.point.y*h)+g)},t/2,e)}}}}}}function T(e,t=e.pointIndex,i,o,n,s,r,a,l,c){return{point:e,pointIndex:t,cursorType:i,square:o,hitTarget:n,snappingPrice:s,snappingIndex:r,nonDiscreteIndex:a,activeItem:l,possibleMovingDirections:c}}function P(e){return T(e)}}}]);
|
||||
@@ -1,5 +1,5 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2544],{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,s)=>{"use strict";s.d(t,{useIsomorphicLayoutEffect:()=>i});var n=s(50959);function i(e,t){("undefined"==typeof window?n.useEffect:n.useLayoutEffect)(e,t)}},36383:(e,t,s)=>{"use strict";s.d(t,{useOutsideEvent:()=>r});var n=s(50959),i=s(43010),o=s(27267);function r(e){const{click:t,mouseDown:s,touchEnd:r,touchStart:l,handler:a,reference:u}=e,c=(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:s,touchEnd:r,touchStart:l},n=u?u.current:c.current;return(0,o.addOutsideEventListener)(d.current,n,a,document,e)}),[t,s,r,l,a]),u||c}},9745:(e,t,s)=>{"use strict";s.d(t,{Icon:()=>i});var n=s(50959);const i=n.forwardRef(((e,t)=>{const{icon:s="",title:i,ariaLabel:o,ariaLabelledby:r,ariaHidden:l,...a}=e,u=!!(i||o||r);return n.createElement("span",{role:"img",...a,ref:t,"aria-label":o,"aria-labelledby":r,"aria-hidden":l||!u,title:i,dangerouslySetInnerHTML:{__html:s}})}))},83021:(e,t,s)=>{"use strict";s.d(t,{SubmenuContext:()=>i,SubmenuHandler:()=>o});var n=s(50959);const i=n.createContext(null);function o(e){const[t,s]=(0,n.useState)(null),o=(0,n.useRef)(null),r=(0,n.useRef)(new Map);return(0,n.useEffect)((()=>()=>{null!==o.current&&clearTimeout(o.current)}),[]),n.createElement(i.Provider,{value:{current:t,setCurrent:function(e){null!==o.current&&(clearTimeout(o.current),o.current=null);null===t?s(e):o.current=setTimeout((()=>{o.current=null,s(e)}),100)},registerSubmenu:function(e,t){return r.current.set(e,t),()=>{r.current.delete(e)}},isSubmenuNode:function(e){return Array.from(r.current.values()).some((t=>t(e)))}}},e.children)}},99663:(e,t,s)=>{"use strict";s.d(t,{Slot:()=>i,SlotContext:()=>o});var n=s(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 o=n.createContext(null)},67961:(e,t,s)=>{"use strict";s.d(t,{OverlapManager:()=>r,getRootOverlapManager:()=>a});var n=s(50151),i=s(34811);class o{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 r{constructor(e=document){this._storage=new o,this._windows=new Map,this._index=0,this._document=e,this._container=e.createDocumentFragment()}setContainer(e){const t=this._container,s=null===e?this._document.createDocumentFragment():e;!function(e,t){Array.from(e.childNodes).forEach((e=>{e.nodeType===Node.ELEMENT_NODE&&t.appendChild(e)}))}(t,s),this._container=s}registerWindow(e){this._storage.has(e)||this._storage.add(e)}ensureWindow(e,t={position:"fixed",direction:"normal"}){
|
||||
const s=this._windows.get(e);if(void 0!==s)return s;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,s)=>{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 l=new WeakMap;function a(e=document){const t=e.getElementById("overlap-manager-root");if(null!==t)return(0,n.ensureDefined)(l.get(t));{const t=new r(e),s=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 l.set(s,t),t.setContainer(s),e.body.appendChild(s),t}}var u;!function(e){e[e.BaseZindex=150]="BaseZindex"}(u||(u={}))},99054:(e,t,s)=>{"use strict";s.d(t,{setFixedBodyState:()=>u});const n=(()=>{let e;return()=>{if(void 0===e){const t=document.createElement("div"),s=t.style;s.visibility="hidden",s.width="100px",s.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 o=i.offsetWidth;t.parentNode?.removeChild(t),e=n-o}return e}})();function i(e,t,s){null!==e&&e.style.setProperty(t,s)}function o(e,t){return getComputedStyle(e,null).getPropertyValue(t)}function r(e,t){return parseInt(o(e,t))}let l=0,a=!1;function u(e){const{body:t}=document,s=t.querySelector(".widgetbar-wrap");if(e&&1==++l){const e=o(t,"overflow"),l=r(t,"padding-right");"hidden"!==e.toLowerCase()&&t.scrollHeight>t.offsetHeight&&(i(s,"right",`${n()}px`),t.style.paddingRight=`${l+n()}px`,a=!0),t.classList.add("i-no-scroll")}else if(!e&&l>0&&0==--l&&(t.classList.remove("i-no-scroll"),a)){i(s,"right","0px");let e=0;0,t.scrollHeight<=t.clientHeight&&(e-=n()),t.style.paddingRight=(e<0?0:e)+"px",a=!1}}},90692:(e,t,s)=>{"use strict";s.d(t,{MatchMedia:()=>i});var n=s(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,s)=>{"use strict";s.d(t,{MenuContext:()=>n});const n=s(50959).createContext(null)},27317:(e,t,s)=>{"use strict";s.d(t,{DEFAULT_MENU_THEME:()=>_,Menu:()=>v});var n=s(50959),i=s(97754),o=s.n(i),r=s(50151),l=s(9859),a=s(14729),u=s(50655),c=s(59064),d=s(67961),h=s(4741),p=s(83021),m=s(64706),f=s(67797);const _=f;var g;!function(e){e[e.IndentFromWindow=0]="IndentFromWindow"}(g||(g={}));class v 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:s}=this.props,n=(0,r.ensureNotNull)(this._containerRef);let i=n.getBoundingClientRect();const o=document.documentElement.clientHeight,a=document.documentElement.clientWidth,u=this.props.closeOnScrollOutsideOffset??0;let c=o-0-u;const d=i.height>c;if(d){(0,r.ensureNotNull)(this._scrollWrapRef).style.overflowY="scroll",i=n.getBoundingClientRect()}const{width:h,height:p}=i,m="function"==typeof s?s({contentWidth:h,contentHeight:p,availableWidth:a,availableHeight:o}):s,f=m?.indentFromWindow?.left??0,_=a-(m.overrideWidth??h)-(m?.indentFromWindow?.right??0),g=(0,l.clamp)(m.x,f,Math.max(f,_)),v=(m?.indentFromWindow?.top??0)+u,y=o-(m.overrideHeight??p)-(m?.indentFromWindow?.bottom??0);let b=(0,l.clamp)(m.y,v,Math.max(v,y));if(m.forbidCorrectYCoord&&b<m.y&&(c-=m.y-b,b=m.y),t&&void 0!==this.props.closeOnScrollOutsideOffset&&m.y<=this.props.closeOnScrollOutsideOffset)return void this._handleGlobalClose(!0);const w=m.overrideHeight??(d?c:void 0);this.setState({appearingMenuHeight:t?this.state.appearingMenuHeight:w,appearingMenuWidth:t?this.state.appearingMenuWidth:m.overrideWidth,appearingPosition:{x:g,y:b},isMeasureValid:!0},(()=>{this.props.doNotRestorePosition||this._restoreScrollPosition(),e&&e()}))},this._restoreScrollPosition=()=>{
|
||||
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,s)=>{"use strict";s.d(t,{MenuContext:()=>n});const n=s(50959).createContext(null)},27317:(e,t,s)=>{"use strict";s.d(t,{DEFAULT_MENU_THEME:()=>_,Menu:()=>v});var n=s(50959),i=s(97754),o=s.n(i),r=s(50151),l=s(9859),a=s(14729),u=s(50655),c=s(59064),d=s(67961),h=s(26709),p=s(83021),m=s(64706),f=s(67797);const _=f;var g;!function(e){e[e.IndentFromWindow=0]="IndentFromWindow"}(g||(g={}));class v 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:s}=this.props,n=(0,r.ensureNotNull)(this._containerRef);let i=n.getBoundingClientRect();const o=document.documentElement.clientHeight,a=document.documentElement.clientWidth,u=this.props.closeOnScrollOutsideOffset??0;let c=o-0-u;const d=i.height>c;if(d){(0,r.ensureNotNull)(this._scrollWrapRef).style.overflowY="scroll",i=n.getBoundingClientRect()}const{width:h,height:p}=i,m="function"==typeof s?s({contentWidth:h,contentHeight:p,availableWidth:a,availableHeight:o}):s,f=m?.indentFromWindow?.left??0,_=a-(m.overrideWidth??h)-(m?.indentFromWindow?.right??0),g=(0,l.clamp)(m.x,f,Math.max(f,_)),v=(m?.indentFromWindow?.top??0)+u,y=o-(m.overrideHeight??p)-(m?.indentFromWindow?.bottom??0);let b=(0,l.clamp)(m.y,v,Math.max(v,y));if(m.forbidCorrectYCoord&&b<m.y&&(c-=m.y-b,b=m.y),t&&void 0!==this.props.closeOnScrollOutsideOffset&&m.y<=this.props.closeOnScrollOutsideOffset)return void this._handleGlobalClose(!0);const w=m.overrideHeight??(d?c:void 0);this.setState({appearingMenuHeight:t?this.state.appearingMenuHeight:w,appearingMenuWidth:t?this.state.appearingMenuWidth:m.overrideWidth,appearingPosition:{x:g,y:b},isMeasureValid:!0},(()=>{this.props.doNotRestorePosition||this._restoreScrollPosition(),e&&e()}))},this._restoreScrollPosition=()=>{
|
||||
const e=document.activeElement,t=(0,r.ensureNotNull)(this._containerRef);if(null!==e&&t.contains(e))try{e.scrollIntoView()}catch(e){}else(0,r.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,r.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=c.globalCloseDelegate,customRemeasureDelegate:t}=this.props;e.subscribe(this,this._handleGlobalClose),t?.subscribe(null,this._handleCustomRemeasureDelegate),window.addEventListener("resize",this._resize);const s=null!==this.context;this._hotkeys||s||(this._hotkeys=h.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=c.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":s,"aria-labelledby":i,"aria-activedescendant":r,"aria-hidden":l,"aria-describedby":c,"aria-invalid":d,children:h,minWidth:_,theme:g=f,className:v,maxHeight:b,onMouseOver:w,onMouseOut:x,onKeyDown:C,onFocus:S,onBlur:E}=this.props,{appearingMenuHeight:R,appearingMenuWidth:M,appearingPosition:W,isMeasureValid:T}=this.state,O={"--ui-kit-menu-max-width":`${W&&W.x}px`,maxWidth:"calc(100vw - var(--ui-kit-menu-max-width) - 6px)"};return n.createElement(m.MenuContext.Provider,{value:this},n.createElement(p.SubmenuHandler,null,n.createElement(u.SlotContext.Provider,{value:this._manager
|
||||
},n.createElement("div",{id:e,role:t,"aria-label":s,"aria-labelledby":i,"aria-activedescendant":r,"aria-hidden":l,"aria-describedby":c,"aria-invalid":d,className:o()(v,g.menuWrap,!T&&g.isMeasuring),style:{height:R,left:W&&W.x,minWidth:_,position:"fixed",top:W&&W.y,width:M,...this.props.limitMaxWidth&&O},"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:a.preventDefaultForContextMenu,tabIndex:this.props.tabIndex,onMouseOver:w,onMouseOut:x,onKeyDown:C,onFocus:S,onBlur:E},n.createElement("div",{className:o()(g.scrollWrap,!this.props.noMomentumBasedScroll&&g.momentumBased),style:{overflowY:void 0!==R?"scroll":"auto",maxHeight:b},onScrollCapture:this._handleScroll,ref:this._handleScrollWrapRef},n.createElement(y,{className:g.menuBox},h)))),n.createElement(u.Slot,{reference:this._handleSlot})))}update(e){e?this._resizeForced():this._resize()}focus(e){this._containerRef?.focus(e)}blur(){this._containerRef?.blur()}}function y(e){const t=(0,r.ensureNotNull)((0,n.useContext)(p.SubmenuContext)),s=n.useRef(null);return n.createElement("div",{ref:s,className:e.className,onMouseOver:function(e){if(!(null!==t.current&&e.target instanceof Node&&(n=e.target,s.current?.contains(n))))return;var n;t.isSubmenuNode(e.target)||t.setCurrent(null)},"data-name":"menu-inner"},e.children)}v.contextType=p.SubmenuContext},29197:(e,t,s)=>{"use strict";s.d(t,{CloseDelegateContext:()=>o});var n=s(50959),i=s(59064);const o=n.createContext(i.globalCloseDelegate)},42842:(e,t,s)=>{"use strict";s.d(t,{Portal:()=>u,PortalContext:()=>c});var n=s(50959),i=s(32227),o=s(55698),r=s(67961),l=s(34811),a=s(99663);class u extends n.PureComponent{constructor(){super(...arguments),this._uuid=(0,o.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(l.FOCUS_TRAP_DATA_ATTRIBUTE)&&e.setAttribute(l.FOCUS_TRAP_DATA_ATTRIBUTE,"true"),this.props["aria-hidden"]&&e.setAttribute("aria-hidden","true"),i.createPortal(n.createElement(c.Provider,{value:this},this.props.children),e)}moveToTop(){this._manager().moveToTop(this._uuid)}_manager(){return null===this.context?(0,r.getRootOverlapManager)():this.context}}u.contextType=a.SlotContext;const c=n.createContext(null)},50655:(e,t,s)=>{"use strict";s.d(t,{Slot:()=>n.Slot,SlotContext:()=>n.SlotContext});var n=s(99663)}}]);
|
||||
4
charting_library/bundles/3960.2cda395cf5c2cfa1f887.js
Normal file
4
charting_library/bundles/3960.2cda395cf5c2cfa1f887.js
Normal file
@@ -0,0 +1,4 @@
|
||||
"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3960],{73174:(e,t,o)=>{o.r(t),o.d(t,{getCoordinateXMetaInfo:()=>b,getCoordinateYMetaInfo:()=>T,getCoordinatesPropertiesDefinitions:()=>x,getSelectionCoordinatesPropertyDefinition:()=>C});var i=o(50151),n=o(11542),r=o(45126),a=o(44672),l=o(60265);class s extends l.UndoCommand{constructor({lineToolId:e,chartModel:t,newPositionPoints:o}){super(null),this._pointState=null,this._lineToolId=e,this._model=t,this._newPositionPoints=o}redo(){const e=(0,i.ensureNotNull)(this._model.dataSourceForId(this._lineToolId));this._pointState=[e.normalizedPoints(),e.points()],e.startChanging(),e.moveLineTool(this._newPositionPoints),this._model.updateSource(e),e.updateAllViews((0,a.sourceChangeEvent)(e.id())),e.syncMultichartState(e.endChanging(!0,!1))}undo(){if(this._pointState){const e=(0,i.ensureNotNull)(this._model.dataSourceForId(this._lineToolId));e.startChanging(),e.restorePoints(...this._pointState),this._model.updateSource(e),e.updateAllViews((0,a.sourceChangeEvent)(e.id())),e.syncMultichartState(e.endChanging(!0,!1))}}}var d=o(32097),c=o(64147),u=o(12988),h=o(91682);const p=-5e4,m=15e3,g=new r.TranslatedString("change price Y coordinate",n.t(null,void 0,o(11737))),f=new r.TranslatedString("change bar X coordinate",n.t(null,void 0,o(2066))),v=new r.TranslatedString("move drawings",n.t(null,void 0,o(76261)));function T(e,t,o){return{property:(0,d.convertToDefinitionProperty)(e,t.price,g),info:{typeY:1,stepY:o}}}function b(e,t){return{property:(0,d.convertToDefinitionProperty)(e,t.bar,f),info:{typeX:0,minX:new c.WatchedValue(p),maxX:new c.WatchedValue(m),stepX:new c.WatchedValue(1)}}}function x(e,t,o,i,n,r){const a=b(e,t),l=T(e,t,i);return(0,d.createCoordinatesPropertyDefinition)({x:a.property,y:l.property},{id:(0,h.removeSpaces)(`${r}Coordinates${n}`),title:n,...a.info,...l.info})}const _=/^([+*\-\/]?)((?:\d*)|(?:\d+\.\d*))$/;function y(e,t,o){const n=new u.Property(""),r=(0,d.makeProxyDefinitionProperty)(n.weakReference());return r.setValue=r=>{try{const n=r.match(_);if(!n)return;const[,a,l]=n;if(!l.length)return;const d=o(parseFloat(l));if("/"===a&&(0===d.price||0===d.index))return;t.withMacro(v,(()=>{e.filter((e=>!e.isSourceHidden())).forEach((e=>{const o=e.points();let n;switch(a){case"":{const e=(0,i.ensureDefined)(o[0]);let{index:t=e.index,price:r=e.price}=d;r-=e.price,t-=e.index,n=o.map((e=>({...e,index:e.index+t,price:e.price+r})));break}case"-":case"+":{let{index:e=0,price:t=0}=d;"-"===a&&(e*=-1,t*=-1),n=o.map((o=>({...o,index:o.index+e,price:o.price+t})));break}case"*":{const{index:e=1,price:t=1}=d;n=o.map((o=>({...o,index:o.index*e,price:o.price*t})));break}case"/":{const{index:e=1,price:t=1}=d;n=o.map((o=>({...o,index:o.index/e,price:o.price/t})));break}}t.undoHistory().pushUndoCommand(new s({lineToolId:e.id(),chartModel:t.model(),newPositionPoints:n}))}))}))}finally{n.setValue("",!0)}},r}function C(e,t){const i=y(e,t,(e=>({index:e}))),r=y(e,t,(e=>({price:e})));return(0,d.createSelectionCoordinatesPropertyDefinition)({x:i,y:r},{
|
||||
id:"SourcesCoordinates",title:n.t(null,void 0,o(44272)),mathOperationsX:"+",mathOperationsY:"+/*",modeX:"integer",modeY:"float"})}},91335:(e,t,o)=>{o.d(t,{createTextStyleDefinition:()=>P});var i=o(11542),n=o(45126),r=o(32097),a=o(91682);const l=new n.TranslatedString("change {toolName} text visibility",i.t(null,void 0,o(56634))),s=new n.TranslatedString("change {toolName} text color",i.t(null,void 0,o(64500))),d=new n.TranslatedString("change {toolName} text font size",i.t(null,void 0,o(21781))),c=new n.TranslatedString("change {toolName} text font bold",i.t(null,void 0,o(24701))),u=new n.TranslatedString("change {toolName} text font italic",i.t(null,void 0,o(42694))),h=new n.TranslatedString("change {toolName} text",i.t(null,void 0,o(66668))),p=new n.TranslatedString("change {toolName} labels alignment vertical",i.t(null,void 0,o(31689))),m=new n.TranslatedString("change {toolName} labels alignment horizontal",i.t(null,void 0,o(88277))),g=new n.TranslatedString("change {toolName} labels direction",i.t(null,void 0,o(61160))),f=new n.TranslatedString("change {toolName} text background visibility",i.t(null,void 0,o(31133))),v=new n.TranslatedString("change {toolName} text background color",i.t(null,void 0,o(22231))),T=new n.TranslatedString("change {toolName} text border visibility",i.t(null,void 0,o(58704))),b=new n.TranslatedString("change {toolName} text border width",i.t(null,void 0,o(35423))),x=new n.TranslatedString("change {toolName} text border color",i.t(null,void 0,o(36666))),_=new n.TranslatedString("change {toolName} text wrap",i.t(null,void 0,o(39587))),y=i.t(null,void 0,o(79468)),C=i.t(null,void 0,o(38408)),w=i.t(null,void 0,o(7560));function P(e,t,o,i){const n={},P={id:`${(0,a.removeSpaces)(o.originalText())}Text`,title:i.customTitles&&i.customTitles.text||""};if(void 0!==t.showText&&(n.checked=(0,r.convertToDefinitionProperty)(e,t.showText,l.format({toolName:o}))),void 0!==t.textColor&&(n.color=(0,r.getColorDefinitionProperty)(e,t.textColor,t.transparency||null,s.format({toolName:o}))),void 0!==t.fontSize&&(n.size=(0,r.convertToDefinitionProperty)(e,t.fontSize,d.format({toolName:o}))),void 0!==t.bold&&(n.bold=(0,r.convertToDefinitionProperty)(e,t.bold,c.format({toolName:o}))),void 0!==t.italic&&(n.italic=(0,r.convertToDefinitionProperty)(e,t.italic,u.format({toolName:o}))),void 0!==t.text&&(n.text=(0,r.convertToDefinitionProperty)(e,t.text,h.format({toolName:o})),P.isEditable=Boolean(i.isEditable),P.isMultiLine=Boolean(i.isMultiLine)),void 0!==t.vertLabelsAlign&&(n.alignmentVertical=(0,r.convertToDefinitionProperty)(e,t.vertLabelsAlign,p.format({toolName:o})),P.alignmentVerticalItems=i.alignmentVerticalItems),void 0!==t.horzLabelsAlign&&(n.alignmentHorizontal=(0,r.convertToDefinitionProperty)(e,t.horzLabelsAlign,m.format({toolName:o})),P.alignmentHorizontalItems=i.alignmentHorizontalItems),void 0!==t.textOrientation&&(n.orientation=(0,r.convertToDefinitionProperty)(e,t.textOrientation,g.format({toolName:o}))),void 0!==t.backgroundVisible&&(n.backgroundVisible=(0,
|
||||
r.convertToDefinitionProperty)(e,t.backgroundVisible,f.format({toolName:o}))),void 0!==t.backgroundColor){let i=null;void 0!==t.backgroundTransparency&&(i=t.backgroundTransparency),n.backgroundColor=(0,r.getColorDefinitionProperty)(e,t.backgroundColor,i,v.format({toolName:o}))}return void 0===t.backgroundVisible&&void 0===t.backgroundColor||(P.backgroundTitle=i.customTitles&&i.customTitles.backgroundTitle||y),void 0!==t.borderVisible&&(n.borderVisible=(0,r.convertToDefinitionProperty)(e,t.borderVisible,T.format({toolName:o}))),void 0!==t.borderWidth&&(n.borderWidth=(0,r.convertToDefinitionProperty)(e,t.borderWidth,b.format({toolName:o}))),void 0!==t.borderColor&&(n.borderColor=(0,r.getColorDefinitionProperty)(e,t.borderColor,null,x.format({toolName:o}))),void 0===t.borderVisible&&void 0===t.borderColor&&void 0===t.borderWidth||(P.borderTitle=i.customTitles&&i.customTitles.borderTitle||C),void 0!==t.wrap&&(n.wrap=(0,r.convertToDefinitionProperty)(e,t.wrap,_.format({toolName:o})),P.wrapTitle=i.customTitles&&i.customTitles.wrapTitle||w),(0,r.createTextPropertyDefinition)(n,P)}},69113:(e,t,o)=>{o.r(t),o.d(t,{LineToolBalloon:()=>V});var i=o(50151),n=o(11542),r=o(32679),a=o(24362),l=o(12988),s=o(73305),d=o(45126),c=o(91335),u=o(18009);const h=n.t(null,void 0,o(70320));class p extends u.LineDataSourceDefinitionsViewModel{_textPropertyDefinitions(){const e=this._source.properties().childs();return{definitions:[(0,c.createTextStyleDefinition)(this._propertyApplier,{textColor:e.color,fontSize:e.fontsize,text:e.text,backgroundColor:e.backgroundColor,backgroundTransparency:e.transparency,borderColor:e.borderColor},new d.TranslatedString(this._source.name(),this._source.translatedType()),{isEditable:!0,isMultiLine:!0,customTitles:{text:h}})]}}}var m,g=o(19063),f=o(68979),v=o(15938),T=o(27916),b=o(36036),x=o(95201),_=o(11064),y=o(56468),C=o(86441),w=o(34026),P=o(63273),S=o(7114),N=o(75919);!function(e){e[e.Radius=15]="Radius",e[e.TailApexXOffsetFromTextStart=20]="TailApexXOffsetFromTextStart",e[e.TailHeight=9]="TailHeight"}(m||(m={}));class k extends N.MediaCoordinatesPaneRenderer{constructor(){super(...arguments),this._geometryCache={innerHeight:NaN,textHorizontalPadding:NaN,innerWidth:NaN,paddingLeft:NaN},this._geomertryCacheInvalidated=!0,this._data=null}setData(e){this._data=e,this._geomertryCacheInvalidated=!0}hitTest(e){if(null===this._data||0===this._data.points.length)return null;const t=this._data.points[0].x-(this._geometryCache.paddingLeft+20),o=this._data.points[0].y-(this._geometryCache.innerHeight+9),i=(0,C.box)(new C.Point(t,o),new C.Point(t+this._geometryCache.innerWidth,o+this._geometryCache.innerHeight));return(0,w.pointInBox)(e,i)?new y.HitTestResult(y.HitTarget.MovePoint,{areaName:y.AreaName.Text}):null}_drawImpl(e){if(null===this._data||0===this._data.points.length)return;const t=e.context;t.font=this._data.font;const o=this._measureInfo(t,this._data.label,this._data.fontSize),{paddingLeft:i,innerHeight:n,innerWidth:r,textHorizontalPadding:a}=o;t.textAlign=(0,P.isRtl)()?"right":"left"
|
||||
;const l=this._data.points[0].x-(i+20),s=this._data.points[0].y-(n+9);t.translate(l,s),t.beginPath(),t.moveTo(24,n),t.lineTo(15,n),t.arcTo(-1e3,0,1e3,0,n/2),t.lineTo(r-15,0),t.arcTo(1e3,n,-1e3,n,n/2),t.lineTo(33,n),t.quadraticCurveTo(33,n+4,35,n+9),t.quadraticCurveTo(27,n+6,24,n),t.fillStyle=this._data.backgroundColor,t.fill(),t.strokeStyle=this._data.borderColor,t.lineWidth=2,t.stroke(),t.closePath(),t.textBaseline="middle",t.fillStyle=this._data.color,t.fillText(this._data.label,i+a,n/2)}_measureInfo(e,t,o){if(this._geomertryCacheInvalidated){const i=e.measureText(t),n=o,r=15,a=Math.round(n/1.3),l=i.width+2*r,s=n+2*a,d=(0,S.calcTextHorizontalShift)(e,i.width);this._geometryCache={paddingLeft:r,innerWidth:l,innerHeight:s,textHorizontalPadding:d},this._geomertryCacheInvalidated=!1}return this._geometryCache}}class D extends T.LineSourcePaneView{constructor(e,t){super(e,t),this._balloonRenderer=new k,this._renderer=null}renderer(e){return this._invalidated&&this._updateImpl(e),this._renderer}_updateImpl(e){super._updateImpl(e);const t=this._source.properties().childs(),o={points:this._points,color:t.color.value(),borderColor:t.borderColor.value(),backgroundColor:(0,g.generateColor)(t.backgroundColor.value(),t.transparency.value()),font:(0,f.makeFont)(t.fontsize.value(),v.CHART_FONT_FAMILY),fontSize:t.fontsize.value(),label:t.text.value()};if(this._balloonRenderer.setData(o),1===o.points.length){const e=new x.CompositeRenderer;return e.append(this._balloonRenderer),e.append(new _.SelectionRenderer({points:o.points.map(b.mapLineSourcePaneViewPointToLineAnchorPoint),bgColors:this._lineAnchorColors(o.points),visible:this.areAnchorsVisible(),barSpacing:this._model.timeScale().barSpacing(),hittestResult:y.HitTarget.MovePoint})),void(this._renderer=e)}this._renderer=this._balloonRenderer}}const I=n.t(null,void 0,o(9818));class V extends a.InplaceTextLineDataSource{constructor(e,t,o,i){super(e,t??V.createProperties(e.backgroundTheme().spawnOwnership()),o,i),this._createPaneView()}pointsCount(){return 1}name(){return"Balloon"}template(){const e=super.template();return e.text=this.properties().childs().text.value(),e}shouldBeRemovedOnDeselect(){return""===this._properties.childs().text.value().trim()}editableTextProperties(){(0,i.assert)(!1,"unexpected method call")}static createProperties(e,t){const o=new r.DefaultProperty({defaultName:"linetoolballoon",state:t,theme:e});return this._configureProperties(o),o}_applyTemplateImpl(e){super._applyTemplateImpl(e),this.properties().childs().text.setValue(e.text)}async _getPropertyDefinitionsViewModelClass(){return p}_createPaneView(){this._setPaneViews([new D(this,this._model)])}static _configureProperties(e){super._configureProperties(e),e.hasChild("text")||e.addChild("text",new l.Property(this._defaultText)),e.addExcludedKey("text",1),e.addChild("linesColors",new s.LineToolColorsProperty([e.childs().borderColor])),e.addChild("textsColors",new s.LineToolColorsProperty([e.childs().color]))}}V._defaultText=I}}]);
|
||||
@@ -1,4 +0,0 @@
|
||||
"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6204],{73174:(e,t,i)=>{i.r(t),i.d(t,{getCoordinateXMetaInfo:()=>y,getCoordinateYMetaInfo:()=>b,getCoordinatesPropertiesDefinitions:()=>T,getSelectionCoordinatesPropertyDefinition:()=>x});var o=i(50151),n=i(11542),r=i(45126),l=i(44672),a=i(60265);class s extends a.UndoCommand{constructor({lineToolId:e,chartModel:t,newPositionPoints:i}){super(null),this._pointState=null,this._lineToolId=e,this._model=t,this._newPositionPoints=i}redo(){const e=(0,o.ensureNotNull)(this._model.dataSourceForId(this._lineToolId));this._pointState=[e.normalizedPoints(),e.points()],e.startChanging(),e.moveLineTool(this._newPositionPoints),this._model.updateSource(e),e.updateAllViews((0,l.sourceChangeEvent)(e.id())),e.syncMultichartState(e.endChanging(!0,!1))}undo(){if(this._pointState){const e=(0,o.ensureNotNull)(this._model.dataSourceForId(this._lineToolId));e.startChanging(),e.restorePoints(...this._pointState),this._model.updateSource(e),e.updateAllViews((0,l.sourceChangeEvent)(e.id())),e.syncMultichartState(e.endChanging(!0,!1))}}}var d=i(32097),c=i(64147),p=i(12988),u=i(91682);const h=-5e4,v=15e3,g=new r.TranslatedString("change price Y coordinate",n.t(null,void 0,i(11737))),m=new r.TranslatedString("change bar X coordinate",n.t(null,void 0,i(2066))),f=new r.TranslatedString("move drawings",n.t(null,void 0,i(76261)));function b(e,t,i){return{property:(0,d.convertToDefinitionProperty)(e,t.price,g),info:{typeY:1,stepY:i}}}function y(e,t){return{property:(0,d.convertToDefinitionProperty)(e,t.bar,m),info:{typeX:0,minX:new c.WatchedValue(h),maxX:new c.WatchedValue(v),stepX:new c.WatchedValue(1)}}}function T(e,t,i,o,n,r){const l=y(e,t),a=b(e,t,o);return(0,d.createCoordinatesPropertyDefinition)({x:l.property,y:a.property},{id:(0,u.removeSpaces)(`${r}Coordinates${n}`),title:n,...l.info,...a.info})}const P=/^([+*\-\/]?)((?:\d*)|(?:\d+\.\d*))$/;function w(e,t,i){const n=new p.Property(""),r=(0,d.makeProxyDefinitionProperty)(n.weakReference());return r.setValue=r=>{try{const n=r.match(P);if(!n)return;const[,l,a]=n;if(!a.length)return;const d=i(parseFloat(a));if("/"===l&&(0===d.price||0===d.index))return;t.withMacro(f,(()=>{e.filter((e=>!e.isSourceHidden())).forEach((e=>{const i=e.points();let n;switch(l){case"":{const e=(0,o.ensureDefined)(i[0]);let{index:t=e.index,price:r=e.price}=d;r-=e.price,t-=e.index,n=i.map((e=>({...e,index:e.index+t,price:e.price+r})));break}case"-":case"+":{let{index:e=0,price:t=0}=d;"-"===l&&(e*=-1,t*=-1),n=i.map((i=>({...i,index:i.index+e,price:i.price+t})));break}case"*":{const{index:e=1,price:t=1}=d;n=i.map((i=>({...i,index:i.index*e,price:i.price*t})));break}case"/":{const{index:e=1,price:t=1}=d;n=i.map((i=>({...i,index:i.index/e,price:i.price/t})));break}}t.undoHistory().pushUndoCommand(new s({lineToolId:e.id(),chartModel:t.model(),newPositionPoints:n}))}))}))}finally{n.setValue("",!0)}},r}function x(e,t){const o=w(e,t,(e=>({index:e}))),r=w(e,t,(e=>({price:e})));return(0,d.createSelectionCoordinatesPropertyDefinition)({x:o,y:r},{
|
||||
id:"SourcesCoordinates",title:n.t(null,void 0,i(44272)),mathOperationsX:"+",mathOperationsY:"+/*",modeX:"integer",modeY:"float"})}},91335:(e,t,i)=>{i.d(t,{createTextStyleDefinition:()=>S});var o=i(11542),n=i(45126),r=i(32097),l=i(91682);const a=new n.TranslatedString("change {toolName} text visibility",o.t(null,void 0,i(56634))),s=new n.TranslatedString("change {toolName} text color",o.t(null,void 0,i(64500))),d=new n.TranslatedString("change {toolName} text font size",o.t(null,void 0,i(21781))),c=new n.TranslatedString("change {toolName} text font bold",o.t(null,void 0,i(24701))),p=new n.TranslatedString("change {toolName} text font italic",o.t(null,void 0,i(42694))),u=new n.TranslatedString("change {toolName} text",o.t(null,void 0,i(66668))),h=new n.TranslatedString("change {toolName} labels alignment vertical",o.t(null,void 0,i(31689))),v=new n.TranslatedString("change {toolName} labels alignment horizontal",o.t(null,void 0,i(88277))),g=new n.TranslatedString("change {toolName} labels direction",o.t(null,void 0,i(61160))),m=new n.TranslatedString("change {toolName} text background visibility",o.t(null,void 0,i(31133))),f=new n.TranslatedString("change {toolName} text background color",o.t(null,void 0,i(22231))),b=new n.TranslatedString("change {toolName} text border visibility",o.t(null,void 0,i(58704))),y=new n.TranslatedString("change {toolName} text border width",o.t(null,void 0,i(35423))),T=new n.TranslatedString("change {toolName} text border color",o.t(null,void 0,i(36666))),P=new n.TranslatedString("change {toolName} text wrap",o.t(null,void 0,i(39587))),w=o.t(null,void 0,i(79468)),x=o.t(null,void 0,i(38408)),_=o.t(null,void 0,i(7560));function S(e,t,i,o){const n={},S={id:`${(0,l.removeSpaces)(i.originalText())}Text`,title:o.customTitles&&o.customTitles.text||""};if(void 0!==t.showText&&(n.checked=(0,r.convertToDefinitionProperty)(e,t.showText,a.format({toolName:i}))),void 0!==t.textColor&&(n.color=(0,r.getColorDefinitionProperty)(e,t.textColor,t.transparency||null,s.format({toolName:i}))),void 0!==t.fontSize&&(n.size=(0,r.convertToDefinitionProperty)(e,t.fontSize,d.format({toolName:i}))),void 0!==t.bold&&(n.bold=(0,r.convertToDefinitionProperty)(e,t.bold,c.format({toolName:i}))),void 0!==t.italic&&(n.italic=(0,r.convertToDefinitionProperty)(e,t.italic,p.format({toolName:i}))),void 0!==t.text&&(n.text=(0,r.convertToDefinitionProperty)(e,t.text,u.format({toolName:i})),S.isEditable=Boolean(o.isEditable),S.isMultiLine=Boolean(o.isMultiLine)),void 0!==t.vertLabelsAlign&&(n.alignmentVertical=(0,r.convertToDefinitionProperty)(e,t.vertLabelsAlign,h.format({toolName:i})),S.alignmentVerticalItems=o.alignmentVerticalItems),void 0!==t.horzLabelsAlign&&(n.alignmentHorizontal=(0,r.convertToDefinitionProperty)(e,t.horzLabelsAlign,v.format({toolName:i})),S.alignmentHorizontalItems=o.alignmentHorizontalItems),void 0!==t.textOrientation&&(n.orientation=(0,r.convertToDefinitionProperty)(e,t.textOrientation,g.format({toolName:i}))),void 0!==t.backgroundVisible&&(n.backgroundVisible=(0,
|
||||
r.convertToDefinitionProperty)(e,t.backgroundVisible,m.format({toolName:i}))),void 0!==t.backgroundColor){let o=null;void 0!==t.backgroundTransparency&&(o=t.backgroundTransparency),n.backgroundColor=(0,r.getColorDefinitionProperty)(e,t.backgroundColor,o,f.format({toolName:i}))}return void 0===t.backgroundVisible&&void 0===t.backgroundColor||(S.backgroundTitle=o.customTitles&&o.customTitles.backgroundTitle||w),void 0!==t.borderVisible&&(n.borderVisible=(0,r.convertToDefinitionProperty)(e,t.borderVisible,b.format({toolName:i}))),void 0!==t.borderWidth&&(n.borderWidth=(0,r.convertToDefinitionProperty)(e,t.borderWidth,y.format({toolName:i}))),void 0!==t.borderColor&&(n.borderColor=(0,r.getColorDefinitionProperty)(e,t.borderColor,null,T.format({toolName:i}))),void 0===t.borderVisible&&void 0===t.borderColor&&void 0===t.borderWidth||(S.borderTitle=o.customTitles&&o.customTitles.borderTitle||x),void 0!==t.wrap&&(n.wrap=(0,r.convertToDefinitionProperty)(e,t.wrap,P.format({toolName:i})),S.wrapTitle=o.customTitles&&o.customTitles.wrapTitle||_),(0,r.createTextPropertyDefinition)(n,S)}},23720:(e,t,i)=>{i.r(t),i.d(t,{FibTimezoneDefinitionsViewModel:()=>C,availableAlignmentHorizontalItems:()=>D,availableAlignmentVerticalItems:()=>S});var o=i(50151),n=i(11542),r=i(45126),l=i(32097),a=i(18009),s=i(30699),d=i(64147),c=i(91682),p=i(95166);const u=new r.TranslatedString("change {title} level {index} line visibility",n.t(null,void 0,i(51403))),h=new r.TranslatedString("change {title} level {index} line color",n.t(null,void 0,i(664))),v=new r.TranslatedString("change {title} level {index} line width",n.t(null,void 0,i(97870))),g=new r.TranslatedString("change {title} level {index} line style",n.t(null,void 0,i(64707))),m=new r.TranslatedString("change {title} level {index} line coeff",n.t(null,void 0,i(27154))),f=new r.TranslatedString("change {title} all lines color",n.t(null,void 0,i(59577))),b=new r.TranslatedString("change {title} background visibility",n.t(null,void 0,i(30839))),y=new r.TranslatedString("change {title} background transparency",n.t(null,void 0,i(13783))),T=new r.TranslatedString("change {title} labels visibility",n.t(null,void 0,i(93340))),P=new r.TranslatedString("change {title} labels alignment",n.t(null,void 0,i(55612))),w=n.t(null,void 0,i(28683)),x=n.t(null,void 0,i(79468)),_=n.t(null,void 0,i(5119)),S=[{id:s.VerticalAlign.Bottom,value:s.VerticalAlign.Top,title:n.t(null,void 0,i(97118))},{id:s.VerticalAlign.Middle,value:s.VerticalAlign.Middle,title:n.t(null,void 0,i(68833))},{id:s.VerticalAlign.Top,value:s.VerticalAlign.Bottom,title:n.t(null,void 0,i(27567))}],D=[{id:s.HorizontalAlign.Left,value:s.HorizontalAlign.Left,title:n.t(null,void 0,i(11626))},{id:s.HorizontalAlign.Center,value:s.HorizontalAlign.Center,title:n.t(null,void 0,i(24197))},{id:s.HorizontalAlign.Right,value:s.HorizontalAlign.Right,title:n.t(null,void 0,i(50421))}];class C extends a.LineDataSourceDefinitionsViewModel{_stylePropertyDefinitions(){const e=[],t=this._source.properties().childs(),i=this._source.name(),n=(0,
|
||||
c.removeSpaces)(i),a=new r.TranslatedString(i,this._source.translatedType()),s=this._source.levelsCount();for(let i=1;i<=s;i++){const o=t[`level${i}`].childs(),r=(0,l.createLeveledLinePropertyDefinition)({checked:(0,l.convertToDefinitionProperty)(this._propertyApplier,o.visible,u.format({title:a,index:i})),color:(0,l.getColorDefinitionProperty)(this._propertyApplier,o.color,null,h.format({title:a,index:i})),width:(0,l.convertToDefinitionProperty)(this._propertyApplier,o.linewidth,v.format({title:a,index:i})),style:(0,l.convertToDefinitionProperty)(this._propertyApplier,o.linestyle,g.format({title:a,index:i})),level:(0,l.convertToDefinitionProperty)(this._propertyApplier,o.coeff,m.format({title:a,index:i}))},{id:`${n}LineLevel${i}`});e.push(r)}const C=(0,l.createColorPropertyDefinition)({color:(0,l.getColorDefinitionProperty)(this._propertyApplier,new p.CollectibleColorPropertyUndoWrapper((0,o.ensureNotNull)(this._source.lineColorsProperty()),this._propertyApplier,null),null,f.format({title:a}),!0)},{id:`${n}AllLineColor`,title:w});e.push(C);const A=(0,l.createTransparencyPropertyDefinition)({checked:(0,l.convertToDefinitionProperty)(this._propertyApplier,t.fillBackground,b.format({title:a})),transparency:(0,l.convertToDefinitionProperty)(this._propertyApplier,t.transparency,y.format({title:a}))},{id:`${n}Background`,title:x});e.push(A);const N=(0,l.createTwoOptionsPropertyDefinition)({checked:(0,l.convertToDefinitionProperty)(this._propertyApplier,t.showLabels,T.format({title:a})),option1:(0,l.convertToDefinitionProperty)(this._propertyApplier,t.horzLabelsAlign,P.format({title:a})),option2:(0,l.convertToDefinitionProperty)(this._propertyApplier,t.vertLabelsAlign,P.format({title:a}))},{id:`${n}Labels`,title:_,optionsItems1:new d.WatchedValue(D),optionsItems2:new d.WatchedValue(S)});return e.push(N),{definitions:e}}}},95166:(e,t,i)=>{i.d(t,{CollectibleColorPropertyDirectWrapper:()=>a,CollectibleColorPropertyUndoWrapper:()=>l});var o=i(50151),n=i(12988);class r extends n.Property{constructor(e){super(),this._listenersMappers=[],this._isProcess=!1,this._baseProperty=e}destroy(){this._baseProperty.destroy(),super.destroy()}value(){const e=this._baseProperty.value();return"mixed"===e?"":e}visible(){return this._baseProperty.visible()}setValue(e){this._isProcess=!0,this._baseProperty.setValue(""===e?"mixed":e,void 0,{applyValue:this._applyValue.bind(this)}),this._isProcess=!1,this._listenersMappers.forEach((e=>{e.method.call(e.obj,this,"")}))}subscribe(e,t){const i=i=>{this._isProcess||t.call(e,this,"")},o={obj:e,method:t,callback:i};this._listenersMappers.push(o),this._baseProperty.subscribe(e,i)}unsubscribe(e,t){const i=(0,o.ensureDefined)(this._listenersMappers.find((i=>i.obj===e&&i.method===t))?.callback);this._baseProperty.unsubscribe(e,i)}unsubscribeAll(e){this._baseProperty.unsubscribeAll(e)}}class l extends r{constructor(e,t,i){super(e),this._propertyApplier=t,this._undoText=i}_applyValue(e,t){this._propertyApplier.setProperty(e,t,this._undoText)}}class a extends r{_applyValue(e,t){e.setValue(t)}}}}]);
|
||||
4
charting_library/bundles/8056.35e7c7e55a0c335968c5.js
Normal file
4
charting_library/bundles/8056.35e7c7e55a0c335968c5.js
Normal file
@@ -0,0 +1,4 @@
|
||||
"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8056],{73174:(e,t,i)=>{i.r(t),i.d(t,{getCoordinateXMetaInfo:()=>_,getCoordinateYMetaInfo:()=>m,getCoordinatesPropertiesDefinitions:()=>x,getSelectionCoordinatesPropertyDefinition:()=>w});var n=i(50151),r=i(11542),o=i(45126),l=i(44672),s=i(60265);class a extends s.UndoCommand{constructor({lineToolId:e,chartModel:t,newPositionPoints:i}){super(null),this._pointState=null,this._lineToolId=e,this._model=t,this._newPositionPoints=i}redo(){const e=(0,n.ensureNotNull)(this._model.dataSourceForId(this._lineToolId));this._pointState=[e.normalizedPoints(),e.points()],e.startChanging(),e.moveLineTool(this._newPositionPoints),this._model.updateSource(e),e.updateAllViews((0,l.sourceChangeEvent)(e.id())),e.syncMultichartState(e.endChanging(!0,!1))}undo(){if(this._pointState){const e=(0,n.ensureNotNull)(this._model.dataSourceForId(this._lineToolId));e.startChanging(),e.restorePoints(...this._pointState),this._model.updateSource(e),e.updateAllViews((0,l.sourceChangeEvent)(e.id())),e.syncMultichartState(e.endChanging(!0,!1))}}}var c=i(32097),d=i(64147),p=i(12988),h=i(91682);const u=-5e4,f=15e3,y=new o.TranslatedString("change price Y coordinate",r.t(null,void 0,i(11737))),v=new o.TranslatedString("change bar X coordinate",r.t(null,void 0,i(2066))),g=new o.TranslatedString("move drawings",r.t(null,void 0,i(76261)));function m(e,t,i){return{property:(0,c.convertToDefinitionProperty)(e,t.price,y),info:{typeY:1,stepY:i}}}function _(e,t){return{property:(0,c.convertToDefinitionProperty)(e,t.bar,v),info:{typeX:0,minX:new d.WatchedValue(u),maxX:new d.WatchedValue(f),stepX:new d.WatchedValue(1)}}}function x(e,t,i,n,r,o){const l=_(e,t),s=m(e,t,n);return(0,c.createCoordinatesPropertyDefinition)({x:l.property,y:s.property},{id:(0,h.removeSpaces)(`${o}Coordinates${r}`),title:r,...l.info,...s.info})}const P=/^([+*\-\/]?)((?:\d*)|(?:\d+\.\d*))$/;function T(e,t,i){const r=new p.Property(""),o=(0,c.makeProxyDefinitionProperty)(r.weakReference());return o.setValue=o=>{try{const r=o.match(P);if(!r)return;const[,l,s]=r;if(!s.length)return;const c=i(parseFloat(s));if("/"===l&&(0===c.price||0===c.index))return;t.withMacro(g,(()=>{e.filter((e=>!e.isSourceHidden())).forEach((e=>{const i=e.points();let r;switch(l){case"":{const e=(0,n.ensureDefined)(i[0]);let{index:t=e.index,price:o=e.price}=c;o-=e.price,t-=e.index,r=i.map((e=>({...e,index:e.index+t,price:e.price+o})));break}case"-":case"+":{let{index:e=0,price:t=0}=c;"-"===l&&(e*=-1,t*=-1),r=i.map((i=>({...i,index:i.index+e,price:i.price+t})));break}case"*":{const{index:e=1,price:t=1}=c;r=i.map((i=>({...i,index:i.index*e,price:i.price*t})));break}case"/":{const{index:e=1,price:t=1}=c;r=i.map((i=>({...i,index:i.index/e,price:i.price/t})));break}}t.undoHistory().pushUndoCommand(new a({lineToolId:e.id(),chartModel:t.model(),newPositionPoints:r}))}))}))}finally{r.setValue("",!0)}},o}function w(e,t){const n=T(e,t,(e=>({index:e}))),o=T(e,t,(e=>({price:e})));return(0,c.createSelectionCoordinatesPropertyDefinition)({x:n,y:o},{
|
||||
id:"SourcesCoordinates",title:r.t(null,void 0,i(44272)),mathOperationsX:"+",mathOperationsY:"+/*",modeX:"integer",modeY:"float"})}},53749:(e,t,i)=>{i.d(t,{createLineStyleDefinition:()=>m});var n=i(11542),r=i(45126),o=i(32097),l=i(91682);const s=new r.TranslatedString("change {toolName} line visibility",n.t(null,void 0,i(24550))),a=new r.TranslatedString("change {toolName} line width",n.t(null,void 0,i(19541))),c=new r.TranslatedString("change {toolName} line style",n.t(null,void 0,i(66429))),d=new r.TranslatedString("change {toolName} line color",n.t(null,void 0,i(24059))),p=new r.TranslatedString("change {toolName} line extending left",n.t(null,void 0,i(18773))),h=new r.TranslatedString("change {toolName} line left end",n.t(null,void 0,i(21474))),u=new r.TranslatedString("change {toolName} line extending right",n.t(null,void 0,i(43823))),f=new r.TranslatedString("change {toolName} line right end",n.t(null,void 0,i(54827))),y=n.t(null,void 0,i(3554)),v=n.t(null,void 0,i(61856)),g=n.t(null,void 0,i(87430));function m(e,t,i,n,r){const m={},_={id:`${(0,l.removeSpaces)(i.originalText())}${n}`,title:r&&r.line||y};return void 0!==t.showLine&&(m.checked=(0,o.convertToDefinitionProperty)(e,t.showLine,s.format({toolName:i}))),void 0!==t.lineWidth&&(m.width=(0,o.convertToDefinitionProperty)(e,t.lineWidth,a.format({toolName:i}))),void 0!==t.lineStyle&&(m.style=(0,o.convertToDefinitionProperty)(e,t.lineStyle,c.format({toolName:i}))),void 0!==t.lineColor&&(m.color=(0,o.getColorDefinitionProperty)(e,t.lineColor,null,d.format({toolName:i}))),void 0!==t.extendLeft&&(m.extendLeft=(0,o.convertToDefinitionProperty)(e,t.extendLeft,p.format({toolName:i})),_.extendLeftTitle=r&&r.extendLeftTitle||v),void 0!==t.leftEnd&&(m.leftEnd=(0,o.convertToDefinitionProperty)(e,t.leftEnd,h.format({toolName:i}))),void 0!==t.extendRight&&(m.extendRight=(0,o.convertToDefinitionProperty)(e,t.extendRight,u.format({toolName:i})),_.extendRightTitle=r&&r.extendRightTitle||g),void 0!==t.rightEnd&&(m.rightEnd=(0,o.convertToDefinitionProperty)(e,t.rightEnd,f.format({toolName:i}))),(0,o.createLinePropertyDefinition)(m,_)}},56641:(e,t,i)=>{i.d(t,{PitchBaseDefinitionsViewModel:()=>b});var n=i(50151),r=i(11542),o=i(45126),l=i(53749),s=i(18009),a=i(32097),c=i(91682),d=i(95166)
|
||||
;const p=new o.TranslatedString("change {title} extend lines",r.t(null,void 0,i(76295))),h=new o.TranslatedString("change {title} level {index} line visibility",r.t(null,void 0,i(51403))),u=new o.TranslatedString("change {title} level {index} line color",r.t(null,void 0,i(664))),f=new o.TranslatedString("change {title} level {index} line width",r.t(null,void 0,i(97870))),y=new o.TranslatedString("change {title} level {index} line style",r.t(null,void 0,i(64707))),v=new o.TranslatedString("change {title} level {index} line coeff",r.t(null,void 0,i(27154))),g=new o.TranslatedString("change {title} all lines color",r.t(null,void 0,i(59577))),m=new o.TranslatedString("change {title} background visibility",r.t(null,void 0,i(30839))),_=new o.TranslatedString("change {title} background transparency",r.t(null,void 0,i(13783))),x=r.t(null,{context:"study"},i(29291)),P=r.t(null,void 0,i(28683)),T=r.t(null,void 0,i(79468)),w=r.t(null,void 0,i(819));class b extends s.LineDataSourceDefinitionsViewModel{_stylePropertyDefinitions(){const e=[],t=this._source.properties(),i=t.childs(),r=this._source.name(),s=(0,c.removeSpaces)(r),b=new o.TranslatedString(r,this._source.translatedType());t.hasChild("extendLines")&&e.push((0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(this._propertyApplier,i.extendLines,p.format({title:b}))},{id:`${s}ExtendLines`,title:w}));const S=i.median.childs(),D=(0,l.createLineStyleDefinition)(this._propertyApplier,{lineColor:S.color,lineStyle:S.linestyle,lineWidth:S.linewidth},b,"Median",{line:x});e.push(D);const C=this._source.levelsCount();for(let t=0;t<=C;t++){const n=i[`level${t}`].childs(),r=(0,a.createLeveledLinePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(this._propertyApplier,n.visible,h.format({title:b,index:t+1})),color:(0,a.getColorDefinitionProperty)(this._propertyApplier,n.color,null,u.format({title:b,index:t+1})),width:(0,a.convertToDefinitionProperty)(this._propertyApplier,n.linewidth,f.format({title:b,index:t+1})),style:(0,a.convertToDefinitionProperty)(this._propertyApplier,n.linestyle,y.format({title:b,index:t+1})),level:(0,a.convertToDefinitionProperty)(this._propertyApplier,n.coeff,v.format({title:b,index:t+1}))},{id:`${s}LineLevel${t+1}`});e.push(r)}const k=(0,a.createColorPropertyDefinition)({color:(0,a.getColorDefinitionProperty)(this._propertyApplier,new d.CollectibleColorPropertyUndoWrapper((0,n.ensureNotNull)(this._source.lineColorsProperty()),this._propertyApplier,null),null,g.format({title:b}),!0)},{id:`${s}AllLineColor`,title:P});e.push(k);const N=(0,a.createTransparencyPropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(this._propertyApplier,i.fillBackground,m.format({title:b})),transparency:(0,a.convertToDefinitionProperty)(this._propertyApplier,i.transparency,_.format({title:b}))},{id:`${s}Background`,title:T});return e.push(N),{definitions:e}}}},15399:(e,t,i)=>{i.d(t,{LevelsProperty:()=>y});var n=i(90054),r=i(16738),o=i(37265),l=i(32679),s=i(35039);const a={prefixes:[""],range:[0,0],
|
||||
names:["coeff","color","visible","linestyle","linewidth"],typecheck:{pack:()=>Object(),unpack:()=>[]}};function c(e,t,i,n){return n.push(i[t]),n}function d(e,t,i,n){return n[t]=i[e],n}function p(){return[]}function h(){return{}}function u(e,t,i){return i.prefixes.forEach((n=>{const r=n+"level";for(let n=i.range[0];n<=i.range[1];n++)if(e[r+n]&&(0,o.isSameType)(e[r+n],t.typecheck())){let o=t.tpl();i.names.forEach(((i,l)=>{o=t.fill(""+l,i,e[r+n],o)})),e[r+n]=o}})),e}function f(e,t,i){return i(e,{tpl:h,fill:d,typecheck:t.typecheck.unpack},t)}class y extends l.DefaultProperty{constructor(e){const{levelsIterator:t=u,map:i={},...n}=e,r={...a,...i};n.state&&(n.state=f(n.state,r,t)),super(n),this._map=r,this._levelsIterator=t}state(e,t,i){const n=super.state(e,t);return i?n:(r=n,o=this._map,(0,this._levelsIterator)(r,{tpl:p,fill:c,typecheck:o.typecheck.pack},o));var r,o}preferences(){return(0,l.extractState)(this.state(this._excludedDefaultsKeys,void 0,!0),this._allDefaultsKeys)}applyTemplate(e,t){this.mergeAndFire((0,l.extractState)((0,r.default)((0,n.default)(t),f(e,this._map,this._levelsIterator)),this._allStateKeys,this._excludedTemplateKeys))}saveDefaults(){this._useUserPreferences&&(0,s.saveDefaults)(this._defaultName,this.preferences())}clone(){return new y(this._options())}merge(e,t){return super.merge(this._map?f(e,this._map,this._levelsIterator):e,t)}_options(){return{...super._options(),map:{...this._map},levelsIterator:this._levelsIterator}}}},95166:(e,t,i)=>{i.d(t,{CollectibleColorPropertyDirectWrapper:()=>s,CollectibleColorPropertyUndoWrapper:()=>l});var n=i(50151),r=i(12988);class o extends r.Property{constructor(e){super(),this._listenersMappers=[],this._isProcess=!1,this._baseProperty=e}destroy(){this._baseProperty.destroy(),super.destroy()}value(){const e=this._baseProperty.value();return"mixed"===e?"":e}visible(){return this._baseProperty.visible()}setValue(e){this._isProcess=!0,this._baseProperty.setValue(""===e?"mixed":e,void 0,{applyValue:this._applyValue.bind(this)}),this._isProcess=!1,this._listenersMappers.forEach((e=>{e.method.call(e.obj,this,"")}))}subscribe(e,t){const i=i=>{this._isProcess||t.call(e,this,"")},n={obj:e,method:t,callback:i};this._listenersMappers.push(n),this._baseProperty.subscribe(e,i)}unsubscribe(e,t){const i=(0,n.ensureDefined)(this._listenersMappers.find((i=>i.obj===e&&i.method===t))?.callback);this._baseProperty.unsubscribe(e,i)}unsubscribeAll(e){this._baseProperty.unsubscribeAll(e)}}class l extends o{constructor(e,t,i){super(e),this._propertyApplier=t,this._undoText=i}_applyValue(e,t){this._propertyApplier.setProperty(e,t,this._undoText)}}class s extends o{_applyValue(e,t){e.setValue(t)}}}}]);
|
||||
6
charting_library/bundles/9116.594e0953a1b91260594c.js
Normal file
6
charting_library/bundles/9116.594e0953a1b91260594c.js
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9116,1277],{32211:(e,t,i)=>{i.d(t,{InplaceTextLineSourcePaneView:()=>_,inplaceEditHandlers:()=>u});var n=i(50151),o=i(11542),s=i(19063),r=i(91676),a=i(27916),l=i(56468),d=i(69186),h=i(72791);const c=o.t(null,void 0,i(6060));function u(e){const t=(t,i)=>{i.sourceWasSelected&&e(t)};return{areaName:l.AreaName.Text,executeDefaultAction:{doubleClickHandler:!0,doubleTapHandler:!0},clickHandler:t,tapHandler:t}}class _ extends a.LineSourcePaneView{constructor(e,t,i,n,o){super(e,t),this._textInfo=new r.WatchedObject({}),this._isTextEditModeActivated=!1,this._textWasEdited=!1,this._showTextEditor=i,this._hideTextEditor=n,this._onSelectionChangeCb=o,this._editableTextSpawn=this._source.editableText().spawn(),this._editableTextSpawn.subscribe((()=>this._updateTextWasEditable()))}destroy(){this._editableTextSpawn.destroy()}setSelectionRange(e){this._selectionRange=e}closeTextEditor(){this._textWasEdited=!1,this._isTextEditModeActivated=!1,this._hideTextEditor?.()}_placeHolderMode(e){return!this._isTextEditMode()&&this._model.hoveredSource()===this._source&&0===this._model.hoveredSourceOrigin()&&(!e||this._model.lastHittestData()?.areaName!==l.AreaName.AnchorPoint)&&!(0,d.lastMouseOrTouchEventInfo)().isTouch&&!this._source.editableTextProperties().text.value()&&this._model.selection().isSelected(this._source)}_updateTextWasEditable(){this._textWasEdited=!0}_textCursorType(){return this._model.selection().isSelected(this._source)&&!this._model.sourcesBeingMoved().includes(this._source)?h.PaneCursorType.Text:void 0}_updateInplaceText(e){this._textInfo.setValue(e),this._model.selection().isSelected(this._source)||this.closeTextEditor();const t=this._source.textEditingEl();t&&this._activateEditMode(t)}_tryActivateEditMode(e,t){const i=(0,n.ensureNotNull)(t.target instanceof HTMLElement?t.target.closest(".chart-gui-wrapper"):null);this._activateEditMode(i)}_isTextEditMode(){return this._isTextEditModeActivated}_textData(){return this._text()||(this._textWasEdited?"":c)}_textColor(){const e=this._source.editableTextProperties().textColor.value();return this._text()?e:(0,s.generateColor)(e,50,!0)}_inplaceTextHighlight(){const e=this._source.editableTextStyle();return this._selectionRange?{selectionHighlight:{start:this._selectionRange[0],end:this._selectionRange[1],color:(0,s.generateColor)(e.selectionColor,80,!0)}}:{}}_activateEditMode(e){this._showTextEditor?.(e,this._textInfo,c,this.closeTextEditor.bind(this),(e=>this._onSelectionChangeCb?.(e))),this._isTextEditModeActivated=!0}_text(){return this._isTextEditMode()?this._source.editableText().value():this._source.editableTextProperties().text.value()}}},24362:(e,t,i)=>{i.d(t,{InplaceTextLineDataSource:()=>b,InplaceTextUndoCommand:()=>P});var n=i(50279),o=i(50151),s=i(86441),r=i(19625),a=i(24377),l=i(11542),d=i(45126),h=i(88960),c=i(64147),u=i(60265),_=i(29875),p=i(44672),x=i(85719);const g={selectionColor:(0,r.getHexColorByName)("color-tv-blue-500"),cursorColor:(0,r.getHexColorByName)("color-black")
|
||||
},T={selectionColor:(0,r.getHexColorByName)("color-white"),cursorColor:(0,r.getHexColorByName)("color-white")};class P extends u.UndoCommand{constructor(e,t,n,o){super(new d.TranslatedString("change {title} text",l.t(null,void 0,i(57122))).format({title:new d.TranslatedString(t.name(),t.translatedType())}),!0,!x.lineToolsDoNotAffectChartInvalidation),this._sourceId=t.id(),this._model=e,this._oldValue=n,this._newValue=o,this._changeVisibility=!1===t.editableTextProperties().textVisible?.value()}redo(){const e=this._source();this._textProperty(e).setValue(this._newValue),this._changeVisibility&&this._textVisibilityProperty(e)?.setValue(!0)}undo(){const e=this._source();this._textProperty(e).setValue(this._oldValue),this._changeVisibility&&this._textVisibilityProperty(e)?.setValue(!1)}_textProperty(e){return e.editableTextProperties().text}_textVisibilityProperty(e){return e.editableTextProperties().textVisible}_source(){return(0,o.ensureNotNull)(this._model.dataSourceForId(this._sourceId))}}class b extends _.LineDataSource{constructor(e,t,n,o){super(e,t,n,o),this._container=null,this._editableText=new c.WatchedValue(""),this._activateTextEditingEl=null,this._paneView=null,this._selectionData={},this._cursorPaneView=null,this._cursorPosition=null,this._editingOnCreation=!1,this._editingActivationTime=null,this._editableText.subscribe((()=>{this.updateAllViewsAndRedraw((0,p.sourceChangeEvent)(this.id()))})),this._isDarkBackground=(0,h.combine)(((e,t)=>{if(null===t)return this._model.dark().value();const i=(0,a.blendRgba)((0,a.parseRgba)(e),(0,a.parseRgba)(t));return"black"===(0,a.rgbToBlackWhiteString)([i[0],i[1],i[2]],150)}),this._model.backgroundColor().spawnOwnership(),this._createDataSourceBackgroundColorWV()),Promise.all([i.e(6290),i.e(9116),i.e(1200),i.e(1583)]).then(i.bind(i,15852)).then((t=>{this._cursorPaneView=new t.InplaceTextCursorPaneView(this,e),this._additionalCursorDataGetters&&(this._cursorPaneView.setAdditionalCursorData(...this._additionalCursorDataGetters),null!==this._cursorPosition&&(this._cursorPaneView.setCursorPosition(this._cursorPosition),e.updateSource(this)))}))}destroy(){this._isDarkBackground.destroy(),this._editableText.unsubscribe(),this._closeTextEditor(),super.destroy()}editableTextStyle(){return{...this._isDarkBackground.value()?T:g}}removeIfEditableTextIsEmpty(){return!1}activateEditingOnCreation(){return!1}topPaneViews(e){return e.hasDataSource(this)&&!window.TradingView.printing&&this._cursorPaneView?(this._cursorPaneView.update((0,p.sourceChangeEvent)(this.id())),[this._cursorPaneView]):null}dataAndViewsReady(){return super.dataAndViewsReady()&&null!==this._cursorPaneView}editableText(){return this._editableText}textEditingEl(){return this._activateTextEditingEl}activateTextEditingOn(e,t){this._activateTextEditingEl=e,this._editingOnCreation=!!t,this._editingActivationTime=performance.now(),this.updateAllViewsAndRedraw((0,p.sourceChangeEvent)(this.id()))}deactivateTextEditing(){this._closeTextEditor()}textEditingActivationTime(){return this._editingActivationTime}
|
||||
onSelectionChange(e){const t={};if(void 0!==e){const{start:i,end:n}=e;i===n?t.cursorPosition=i:t.selectionRange=[Math.min(i,n),Math.max(i,n)]}(0,n.default)(t,this._selectionData)||(this._selectionData=t,this._paneViews.forEach((e=>{e.forEach((e=>{"setSelectionRange"in e&&e.setSelectionRange(t.selectionRange)}))})),this._cursorPaneView?this._cursorPaneView.setCursorPosition(t.cursorPosition):this._cursorPosition=t.cursorPosition??null,this.updateAllViewsAndRedraw((0,p.sourceChangeEvent)(this.id())))}setAdditionalCursorData(e,t){this._cursorPaneView?this._cursorPaneView.setAdditionalCursorData(e,t):this._additionalCursorDataGetters=[e,t]}_updateAllPaneViews(e){super._updateAllPaneViews(e),this._cursorPaneView?.update(e)}async _openTextEditor(e,t,n,r,a){if(null!==this._container)return;null===this._editingActivationTime&&(this._editingActivationTime=performance.now()),this._activateTextEditingEl=null,this._cursorPosition=null,this._container=document.createElement("div"),this._container.style.position="absolute",this._container.style.top="0",this._container.style.bottom="0",this._container.style.left="0",this._container.style.right="0",this._container.style.overflow="hidden",this._container.style.pointerEvents="none",e.appendChild(this._container);const{updateChartEditorText:l,closeChartEditorText:d}=await Promise.all([i.e(4556),i.e(2227),i.e(5592)]).then(i.bind(i,99514));if(null===this._container||this._isDestroyed)return;this._closeChartEditorText=d;const{text:h,textColor:c,wordWrap:u}=this.editableTextProperties(),{forbidLineBreaks:_,maxLength:x}=this.editableTextStyle();this._editableText.setValue(h.value());const g=this.isFixed()?(0,o.ensureDefined)(this.fixedPoint()):(0,o.ensureNotNull)(this.pointToScreenPoint(this._points[0])),T={position:(0,s.point)(g.x,g.y),textInfo:t,placeholder:n,text:this._editableText,textColor:c,wordWrap:u,forbidLineBreaks:_,maxLength:x,onClose:r,onSelectionChange:a,onContextMenu:this.onContextMenu?this.onContextMenu.bind(this):void 0};l(this._container,T),this.updateAllViewsAndRedraw((0,p.sourceChangeEvent)(this.id()))}_closeTextEditor(){null===this._container||this._isDestroyed||(this._editingActivationTime=null,this._saveEditedText(),this._editingOnCreation=!1,this.onSelectionChange(),this._closeChartEditorText?.(this._container),this._closeChartEditorText=void 0,this._container.remove(),this._container=null,this.updateAllViewsAndRedraw((0,p.sourceChangeEvent)(this.id())))}_saveEditedText(){const e=this.editableTextProperties().text.value(),t=this._editableText.value();e!==t&&(this._editingOnCreation?this.editableTextProperties().text.setValue(t):this._model.undoModel().undoHistory().pushUndoCommand(this._changeEditableTextUndoCommand(e,t)))}_changeEditableTextUndoCommand(e,t){return new P(this._model,this,e,t)}_createDataSourceBackgroundColorWV(){return new c.WatchedValue(null).readonly().ownership()}}},27916:(e,t,i)=>{i.d(t,{LineSourcePaneView:()=>x,createLineSourcePaneViewPoint:()=>p,thirdPointCursorType:()=>_})
|
||||
;var n=i(19625),o=i(50151),s=i(69186),r=i(56468),a=i(11064),l=i(36036),d=i(72791),h=i(17330);const c=n.colorsPalette["color-tv-blue-600"];var u;function _(e,t){const i=t.x-e.x,n=t.y-e.y,o=Math.abs(Math.atan2(i,n));return o>Math.PI/4&&o<3*Math.PI/4?d.PaneCursorType.VerticalResize:d.PaneCursorType.HorizontalResize}function p(e,t){return e.pointIndex=t,e}!function(e){e[e.RegularAnchorRadius=6]="RegularAnchorRadius",e[e.TouchAnchorRadius=13]="TouchAnchorRadius",e[e.RegularStrokeWidth=1]="RegularStrokeWidth",e[e.TouchStrokeWidth=3]="TouchStrokeWidth",e[e.RegularSelectedStrokeWidth=3]="RegularSelectedStrokeWidth",e[e.TouchSelectedStrokeWidth=0]="TouchSelectedStrokeWidth"}(u||(u={}));class x{constructor(e,t){this._invalidated=!0,this._points=[],this._middlePoint=null,this._selectionRenderers=[],this._lineAnchorRenderers=[],this._source=e,this._model=t}priceToCoordinate(e){const t=this._source.priceScale();if(null===t)return null;const i=this._source.ownerSource(),n=null!==i?i.firstValue():null;return null===n?null:t.priceToCoordinate(e,n)}anchorColor(){return c}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(e,t={}){let i=this._getPoints();this._model.lineBeingCreated()===this._source&&(i=i.slice(0,-1));const n=this._source.points(),o=i.map(((e,t)=>{const i=n[t],o=(0,l.lineSourcePaneViewPointToLineAnchorPoint)(e);return i&&(o.snappingPrice=i.price,o.snappingIndex=i.index),o}));e.append(this.createLineAnchor({...t,points:o},0))}createLineAnchor(e,t){const i=e.points.map((e=>e.point));if(this.isLocked()){const n=this._getSelectionRenderer(t);return n.setData({bgColors:this._lineAnchorColors(i),points:e.points,visible:this.areAnchorsVisible(),hittestResult:r.HitTarget.Regular,barSpacing:this._model.timeScale().barSpacing()}),n}const n=(0,s.lastMouseOrTouchEventInfo)().isTouch,o=this._getLineAnchorRenderer(t),a=this.isHoveredSource()?this._model.lastHittestData()?.pointIndex??null:null;return o.setData({...e,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:e.clickHandler}),o}_anchorRadius(){return(0,s.lastMouseOrTouchEventInfo)().isTouch?u.TouchAnchorRadius:u.RegularAnchorRadius}_lineAnchorColors(e){const t=(0,o.ensureNotNull)(this._model.paneForSource(this._source)).height();return e.map((e=>this._model.backgroundColorAtYPercentFromTop(e.y/t)))}
|
||||
_updateImpl(e){this._points=[];this._model.timeScale().isEmpty()||this._validatePriceScale()&&(this._source.points().forEach(((e,t)=>{const i=this._source.pointToScreenPoint(e);i&&this._points.push(p(i,t))})),2===this._points.length&&(this._middlePoint=this._source.calcMiddlePoint(this._points[0],this._points[1])),this._invalidated=!1)}_validatePriceScale(){const e=this._source.priceScale();return null!==e&&!e.isEmpty()}_getSource(){return this._source}_getPoints(){return this._points}_getModel(){return this._model}_height(){const e=this._source.priceScale();return null!==e?e.height():0}_width(){return this._model.timeScale().width()}_needLabelExclusionPath(e,t){const i=this._source.properties().childs();return"middle"===(t??i.vertLabelsAlign.value())&&(0,h.needTextExclusionPath)(e)}_addAlertRenderer(e,t,i=this._source.properties().linecolor.value()){}_getAlertRenderer(e,t=this._source.properties().linecolor.value(),i){return null}_getSelectionRenderer(e){for(;this._selectionRenderers.length<=e;)this._selectionRenderers.push(new a.SelectionRenderer);return this._selectionRenderers[e]}_getLineAnchorRenderer(e){for(;this._lineAnchorRenderers.length<=e;)this._lineAnchorRenderers.push(new l.LineAnchorRenderer);return this._lineAnchorRenderers[e]}}},36036:(e,t,i)=>{i.d(t,{LineAnchorRenderer:()=>T,lineSourcePaneViewPointToLineAnchorPoint:()=>P,mapLineSourcePaneViewPointToLineAnchorPoint:()=>b});var n=i(86441),o=i(34026),s=i(50151),r=i(37743),a=i(37265),l=i(56468),d=i(72791),h=i(61993),c=i(30125);function u(e,t,i,n){const{point:o}=t,s=i+n/2;(0,r.drawRoundRect)(e,o.x-s,o.y-s,2*s,2*s,(i+n)/2),e.closePath(),e.lineWidth=n}function _(e,t,i,n){e.globalAlpha=.2,u(e,t,i,n),e.stroke(),e.globalAlpha=1}function p(e,t,i,n){u(e,t,i-n,n),e.fill(),e.stroke()}function x(e,t,i,n){const{point:o}=t;e.globalAlpha=.2,e.beginPath(),e.arc(o.x,o.y,i+n/2,0,2*Math.PI,!0),e.closePath(),e.lineWidth=n,e.stroke(),e.globalAlpha=1}function g(e,t,i,n){const{point:o}=t;e.beginPath(),e.arc(o.x,o.y,i-n/2,0,2*Math.PI,!0),e.closePath(),e.lineWidth=n,e.fill(),e.stroke()}class T extends c.BitmapCoordinatesPaneRenderer{constructor(e){super(),this._data=e??null}setData(e){this._data=e}hitTest(e){if(null===this._data||this._data.disableInteractions)return null;const{radius:t,points:i}=this._data,n=t+(0,h.interactionTolerance)().anchor;for(const t of i){if(t.point.subtract(e).length()<=n)return new l.HitTestResult(t.hitTarget??l.HitTarget.ChangePoint,{areaName:l.AreaName.AnchorPoint,pointIndex:t.pointIndex,cursorType:t.cursorType??d.PaneCursorType.Default,activeItem:t.activeItem,snappingPrice:t.snappingPrice,snappingIndex:t.snappingIndex,nonDiscreteIndex:t.nonDiscreteIndex,possibleMovingDirections:t.possibleMovingDirections,clickHandler:this._data.clickHandler,tapHandler:this._data.clickHandler})}return null}doesIntersectWithBox(e){return null!==this._data&&this._data.points.some((t=>(0,o.pointInBox)(t.point,e)))}_drawImpl(e){if(null===this._data||!this._data.visible)return;const t=[],i=[],n=[],o=[];for(let e=0;e<this._data.points.length;++e){
|
||||
const s=this._data.points[e],r=this._data.backgroundColors[e];s.square?(t.push(s),i.push(r)):(n.push(s),o.push(r))}t.length&&this._drawPoints(e,t,i,p,_),n.length&&this._drawPoints(e,n,o,g,x)}_drawPoints(e,t,i,o,r){const{context:l,horizontalPixelRatio:d,verticalPixelRatio:h}=e,c=(0,s.ensureNotNull)(this._data),u=c.radius;let _=Math.max(1,Math.floor((c.strokeWidth||2)*d));c.selected&&(_+=Math.max(1,Math.floor(d/2)));const p=Math.max(1,Math.floor(d));let x=Math.round(u*d*2);x%2!=p%2&&(x+=1);const g=p%2/2;l.strokeStyle=c.color;for(let e=0;e<t.length;++e){const s=t[e];if(!((0,a.isInteger)(s.pointIndex)&&c.linePointBeingEdited===s.pointIndex)){l.fillStyle=i[e];if(o(l,{...s,point:new n.Point(Math.round(s.point.x*d)+g,Math.round(s.point.y*h)+g)},x/2,_),!c.disableInteractions){if(null!==c.hoveredPointIndex&&s.pointIndex===c.hoveredPointIndex){const e=Math.max(1,Math.floor(c.selectedStrokeWidth*d));let t=Math.round(u*d*2);t%2!=p%2&&(t+=1);r(l,{...s,point:new n.Point(Math.round(s.point.x*d)+g,Math.round(s.point.y*h)+g)},t/2,e)}}}}}}function P(e,t=e.pointIndex,i,n,o,s,r,a,l,d){return{point:e,pointIndex:t,cursorType:i,square:n,hitTarget:o,snappingPrice:s,snappingIndex:r,nonDiscreteIndex:a,activeItem:l,possibleMovingDirections:d}}function b(e){return P(e)}}}]);
|
||||
@@ -17,7 +17,7 @@ const{color:e,hsv:t,inputColor:n}=this.state;return o.createElement("div",{class
|
||||
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,i.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:r}=this.props,{inputOpacity:a,isPointerDragged:i}=this.state,c={color:e||void 0};return o.createElement("div",{className:l.opacity},o.createElement("div",{className:s(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},o.createElement("div",{className:l.opacitySliderGradient,style:{backgroundImage:`linear-gradient(90deg, transparent, ${e})`}}),o.createElement("div",{className:l.opacityPointerWrap},o.createElement("div",{className:s(l.pointer,i&&l.dragged),style:{left:100*t+"%"},ref:this._refPointer}))),!n&&o.createElement("div",{className:l.opacityInputWrap},o.createElement("input",{type:"text",className:l.opacityInput,value:a,onChange:this._handleInput}),o.createElement("span",{className:l.opacityInputPercent},"%")))}_dragSubscribe(){const e=(0,r.ensureNotNull)(this._container).ownerDocument;e&&(e.addEventListener("mouseup",this._mouseUp),e.addEventListener("mousemove",this._mouseMove))}_dragUnsubscribe(){const e=(0,r.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)}}},6914:(e,t,n)=>{"use strict";n.d(t,{basic:()=>i,extended:()=>c,white:()=>s});var o=n(19625);const s=o.colorsPalette["color-white"],r=["ripe-red","tan-orange","banana-yellow","iguana-green","minty-green","sky-blue","tv-blue","deep-blue","grapes-purple","berry-pink"],a=[200,300,400,500,600,700,800,900].map((e=>`color-cold-gray-${e}`));a.unshift("color-white"),a.push("color-black"),r.forEach((e=>{a.push(`color-${e}-500`)}));const i=a.map((e=>o.colorsPalette[e])),l=[];[100,200,300,400,700,900].forEach((e=>{r.forEach((t=>{l.push(`color-${t}-${e}`)}))}));const c=l.map((e=>o.colorsPalette[e]))},59054:(e,t,n)=>{"use strict";n.d(t,{ControlDisclosureView:()=>v})
|
||||
;var o=n(50959),s=n(97754),r=n.n(s),a=n(38528),i=n(67029),l=n(78274),c=n(4523),u=n(9745),d=n(2948),p=n(61442);function h(e){const{isDropped:t}=e;return o.createElement(u.Icon,{className:r()(p.icon,t&&p.dropped),icon:d})}function m(e){const{className:t,disabled:n,isDropped:s}=e;return o.createElement("span",{className:r()(p.button,n&&p.disabled,t)},o.createElement(h,{isDropped:s}))}var g=n(99505);const v=o.forwardRef(((e,t)=>{const{listboxId:n,className:s,listboxClassName:u,listboxTabIndex:d,hideArrowButton:p,matchButtonAndListboxWidths:h,popupPosition:v,disabled:f,isOpened:b,scrollWrapReference:y,repositionOnScroll:C,closeOnHeaderOverlap:x,listboxReference:_,size:w="small",onClose:E,onOpen:S,onListboxFocus:T,onListboxBlur:N,onListboxKeyDown:I,buttonChildren:k,children:P,caretClassName:D,buttonContainerClassName:B,listboxAria:M,...O}=e,R=(0,o.useRef)(null),V=!p&&o.createElement(l.EndSlot,null,o.createElement(m,{isDropped:b,disabled:f,className:D}));return o.createElement(c.PopupMenuDisclosureView,{buttonRef:R,listboxId:n,listboxClassName:u,listboxTabIndex:d,isOpened:b,onClose:E,onOpen:S,listboxReference:_,scrollWrapReference:y,onListboxFocus:T,onListboxBlur:N,onListboxKeyDown:I,listboxAria:M,matchButtonAndListboxWidths:h,popupPosition:v,button:o.createElement(i.ControlSkeleton,{...O,"data-role":"listbox",disabled:f,className:r()(g.button,s),size:w,ref:(0,a.useMergedRefs)([R,t]),middleSlot:o.createElement(l.MiddleSlot,null,o.createElement("span",{className:r()(g["button-children"],p&&g.hiddenArrow,B)},k)),endSlot:V}),popupChildren:P,repositionOnScroll:C,closeOnHeaderOverlap:x})}));v.displayName="ControlDisclosureView"},56512:(e,t,n)=>{"use strict";n.d(t,{useCustomColors:()=>c});var o=n(50959),s=n(56840),r=n(76422);function a(e,t){(0,o.useEffect)((()=>(r.subscribe(e,t,null),()=>{r.unsubscribe(e,t,null)})),[e,t])}var i,l=n(24377);function c(){const[e,t]=(0,o.useState)((0,s.getJSON)("pickerCustomColors",[]));a("add_new_custom_color",(n=>t(u(n,e)))),a("remove_custom_color",(n=>t(d(n,e))));const n=(0,o.useCallback)((t=>{const n=t?(0,l.parseRgb)(t):null;e.some((e=>null!==e&&null!==n&&(0,l.areEqualRgb)((0,l.parseRgb)(e),n)))||(r.emit("add_new_custom_color",t),(0,s.setJSON)("pickerCustomColors",u(t,e)))}),[e]),i=(0,o.useCallback)((t=>{(t>=0||t<e.length)&&(r.emit("remove_custom_color",t),(0,s.setJSON)("pickerCustomColors",d(t,e)))}),[e]);return[e,n,i]}function u(e,t){const n=t.slice();return n.push(e),n.length>29&&n.shift(),n}function d(e,t){return t.filter(((t,n)=>e!==n))}!function(e){e.SettingsKey="pickerCustomColors",e.GlobalAddEventName="add_new_custom_color",e.GlobalRemoveEventName="remove_custom_color",e[e.MaxColors=29]="MaxColors"}(i||(i={}))},90405:(e,t,n)=>{"use strict";n.d(t,{Select:()=>C});var o=n(50959),s=n(43010),r=n(22064),a=n(38528),i=n(16921),l=n(16396),c=n(90484),u=n(20057);var d=n(36762),p=n(26597),h=n(59054),m=n(36104),g=n(63273),v=n(65630);function f(e){return!e.readonly}function b(e,t){return t?.id??(0,r.createDomId)(e,"item",t?.value)}function y(e){const{selectedItem:t,placeholder:n}=e
|
||||
;if(!t)return o.createElement("span",{className:v.placeholder},n);const s=t.selectedContent??t.content??t.value;return o.createElement("span",null,s)}const C=o.forwardRef(((e,t)=>{const{id:n,menuClassName:v,menuItemClassName:C,tabIndex:x,disabled:_,highlight:w,intent:E,hideArrowButton:S,placeholder:T,addPlaceholderToItems:N=!1,value:I,"aria-labelledby":k,onFocus:P,onBlur:D,onClick:B,onChange:M,onKeyDown:O,repositionOnScroll:R=!0,openMenuOnEnter:V=!0,"aria-describedby":L,"aria-invalid":F,...W}=e;let{items:A}=e;if(T&&N){A=[{value:void 0,content:T,id:(0,r.createDomId)(n,"placeholder")},...A]}const{listboxId:H,isOpened:q,isFocused:z,buttonTabIndex:U,listboxTabIndex:Z,highlight:G,intent:K,open:Y,onOpen:$,close:j,toggle:J,buttonFocusBindings:Q,onButtonClick:X,buttonRef:ee,listboxRef:te,buttonAria:ne}=(0,m.useControlDisclosure)({id:n,disabled:_,buttonTabIndex:x,intent:E,highlight:w,onFocus:P,onBlur:D,onClick:B}),oe=A.filter(f),se=oe.find((e=>e.value===I)),[re,ae]=o.useState(T&&N?oe[0].value:se?.value),[ie,le,ce]=(0,i.useKeepActiveItemIntoView)({activeItem:se});(0,s.useIsomorphicLayoutEffect)((()=>ae(se?.value)),[I]);const ue=(0,r.joinDomIds)(k,n),de=ue.length>0?ue:void 0,pe=(0,o.useMemo)((()=>({role:"listbox","aria-labelledby":k,"aria-activedescendant":b(n,se)})),[k,se]),he=(0,o.useCallback)((e=>e.value===re),[re]),me=(0,o.useCallback)((()=>(j(),M&&M(re))),[j,M,re]),ge=(0,d.useItemsKeyboardNavigation)("vertical",g.isRtl,oe,he,(e=>{ae(e.value)}),!1,{next:[40],previous:[38]}),ve=(0,p.useKeyboardToggle)(J,q||V),fe=(0,p.useKeyboardToggle)(me),be=(0,p.useKeyboardClose)(q,Ee),ye=(0,p.useKeyboardOpen)(q,Y),Ce=(0,p.useKeyboardEventHandler)([ve,be,ye]),xe=(0,p.useKeyboardEventHandler)([ge,fe,be]),_e=function(e){const t=(0,o.useRef)(""),n=(0,o.useMemo)((()=>(0,c.default)((()=>{t.current=""}),500)),[]),s=(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,s(t.current,e),n())}),[n,s])}(((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&&M&&(n.stopPropagation(),q||Y(),M(o.value))}));return o.createElement(h.ControlDisclosureView,{...W,...ne,...Q,id:n,role:"button",tabIndex:U,"aria-owns":ne["aria-controls"],"aria-haspopup":"listbox","aria-labelledby":de,disabled:_,hideArrowButton:S,isFocused:z,isOpened:q,highlight:G,intent:K,ref:(0,a.useMergedRefs)([ee,t]),onClick:X,onOpen:function(){ce(se,{duration:0}),$()},onClose:Ee,onKeyDown:function(e){Ce(e),O&&O(e);e.defaultPrevented||_e(e)},listboxId:H,listboxTabIndex:Z,listboxClassName:v,listboxAria:pe,"aria-describedby":L,"aria-invalid":F,listboxReference:te,scrollWrapReference:ie,onListboxKeyDown:function(e){xe(e),e.defaultPrevented||_e(e)},buttonChildren:o.createElement(y,{selectedItem:se??null,
|
||||
placeholder:T}),repositionOnScroll:R},A.map(((e,t)=>{if(e.readonly)return o.createElement(o.Fragment,{key:`readonly_item_${t}`},e.content);const s=b(n,e);return o.createElement(l.PopupMenuItem,{key:s,id:s,className:C,role:"option","aria-selected":I===e.value,isActive:re===e.value,label:e.content??e.value,onClick:we,onClickArg:e.value,isDisabled:e.disabled,reference:t=>le(e,t)})})));function we(e){M&&(M(e),ae(e))}function Ee(){ae(se?.value),j()}}));C.displayName="Select"},90692:(e,t,n)=>{"use strict";n.d(t,{MatchMedia:()=>s});var o=n(50959);class s extends o.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,n)=>{"use strict";n.d(t,{MenuContext:()=>o});const o=n(50959).createContext(null)},27317:(e,t,n)=>{"use strict";n.d(t,{DEFAULT_MENU_THEME:()=>v,Menu:()=>b});var o=n(50959),s=n(97754),r=n.n(s),a=n(50151),i=n(9859),l=n(14729),c=n(50655),u=n(59064),d=n(67961),p=n(4741),h=n(83021),m=n(64706),g=n(67797);const v=g;var f;!function(e){e[e.IndentFromWindow=0]="IndentFromWindow"}(f||(f={}));class b extends o.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:n}=this.props,o=(0,a.ensureNotNull)(this._containerRef);let s=o.getBoundingClientRect();const r=document.documentElement.clientHeight,l=document.documentElement.clientWidth,c=this.props.closeOnScrollOutsideOffset??0;let u=r-0-c;const d=s.height>u;if(d){(0,a.ensureNotNull)(this._scrollWrapRef).style.overflowY="scroll",s=o.getBoundingClientRect()}const{width:p,height:h}=s,m="function"==typeof n?n({contentWidth:p,contentHeight:h,availableWidth:l,availableHeight:r}):n,g=m?.indentFromWindow?.left??0,v=l-(m.overrideWidth??p)-(m?.indentFromWindow?.right??0),f=(0,
|
||||
placeholder:T}),repositionOnScroll:R},A.map(((e,t)=>{if(e.readonly)return o.createElement(o.Fragment,{key:`readonly_item_${t}`},e.content);const s=b(n,e);return o.createElement(l.PopupMenuItem,{key:s,id:s,className:C,role:"option","aria-selected":I===e.value,isActive:re===e.value,label:e.content??e.value,onClick:we,onClickArg:e.value,isDisabled:e.disabled,reference:t=>le(e,t)})})));function we(e){M&&(M(e),ae(e))}function Ee(){ae(se?.value),j()}}));C.displayName="Select"},90692:(e,t,n)=>{"use strict";n.d(t,{MatchMedia:()=>s});var o=n(50959);class s extends o.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,n)=>{"use strict";n.d(t,{MenuContext:()=>o});const o=n(50959).createContext(null)},27317:(e,t,n)=>{"use strict";n.d(t,{DEFAULT_MENU_THEME:()=>v,Menu:()=>b});var o=n(50959),s=n(97754),r=n.n(s),a=n(50151),i=n(9859),l=n(14729),c=n(50655),u=n(59064),d=n(67961),p=n(26709),h=n(83021),m=n(64706),g=n(67797);const v=g;var f;!function(e){e[e.IndentFromWindow=0]="IndentFromWindow"}(f||(f={}));class b extends o.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:n}=this.props,o=(0,a.ensureNotNull)(this._containerRef);let s=o.getBoundingClientRect();const r=document.documentElement.clientHeight,l=document.documentElement.clientWidth,c=this.props.closeOnScrollOutsideOffset??0;let u=r-0-c;const d=s.height>u;if(d){(0,a.ensureNotNull)(this._scrollWrapRef).style.overflowY="scroll",s=o.getBoundingClientRect()}const{width:p,height:h}=s,m="function"==typeof n?n({contentWidth:p,contentHeight:h,availableWidth:l,availableHeight:r}):n,g=m?.indentFromWindow?.left??0,v=l-(m.overrideWidth??p)-(m?.indentFromWindow?.right??0),f=(0,
|
||||
i.clamp)(m.x,g,Math.max(g,v)),b=(m?.indentFromWindow?.top??0)+c,y=r-(m.overrideHeight??h)-(m?.indentFromWindow?.bottom??0);let C=(0,i.clamp)(m.y,b,Math.max(b,y));if(m.forbidCorrectYCoord&&C<m.y&&(u-=m.y-C,C=m.y),t&&void 0!==this.props.closeOnScrollOutsideOffset&&m.y<=this.props.closeOnScrollOutsideOffset)return void this._handleGlobalClose(!0);const x=m.overrideHeight??(d?u:void 0);this.setState({appearingMenuHeight:t?this.state.appearingMenuHeight:x,appearingMenuWidth:t?this.state.appearingMenuWidth:m.overrideWidth,appearingPosition:{x:f,y:C},isMeasureValid:!0},(()=>{this.props.doNotRestorePosition||this._restoreScrollPosition(),e&&e()}))},this._restoreScrollPosition=()=>{const e=document.activeElement,t=(0,a.ensureNotNull)(this._containerRef);if(null!==e&&t.contains(e))try{e.scrollIntoView()}catch(e){}else(0,a.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,a.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=u.globalCloseDelegate,customRemeasureDelegate:t}=this.props;e.subscribe(this,this._handleGlobalClose),t?.subscribe(null,this._handleCustomRemeasureDelegate),window.addEventListener("resize",this._resize);const n=null!==this.context;this._hotkeys||n||(this._hotkeys=p.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=u.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":n,"aria-labelledby":s,"aria-activedescendant":a,"aria-hidden":i,"aria-describedby":u,"aria-invalid":d,children:p,minWidth:v,theme:f=g,className:b,maxHeight:C,onMouseOver:x,onMouseOut:_,onKeyDown:w,onFocus:E,onBlur:S}=this.props,{appearingMenuHeight:T,appearingMenuWidth:N,appearingPosition:I,isMeasureValid:k}=this.state,P={"--ui-kit-menu-max-width":`${I&&I.x}px`,maxWidth:"calc(100vw - var(--ui-kit-menu-max-width) - 6px)"};return o.createElement(m.MenuContext.Provider,{value:this},o.createElement(h.SubmenuHandler,null,o.createElement(c.SlotContext.Provider,{value:this._manager},o.createElement("div",{id:e,role:t,"aria-label":n,"aria-labelledby":s,"aria-activedescendant":a,"aria-hidden":i,"aria-describedby":u,"aria-invalid":d,className:r()(b,f.menuWrap,!k&&f.isMeasuring),style:{height:T,left:I&&I.x,minWidth:v,position:"fixed",top:I&&I.y,width:N,...this.props.limitMaxWidth&&P},"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:l.preventDefaultForContextMenu,tabIndex:this.props.tabIndex,onMouseOver:x,onMouseOut:_,onKeyDown:w,onFocus:E,onBlur:S},o.createElement("div",{className:r()(f.scrollWrap,!this.props.noMomentumBasedScroll&&f.momentumBased),style:{overflowY:void 0!==T?"scroll":"auto",maxHeight:C},onScrollCapture:this._handleScroll,ref:this._handleScrollWrapRef},o.createElement(y,{className:f.menuBox},p)))),o.createElement(c.Slot,{reference:this._handleSlot})))}update(e){e?this._resizeForced():this._resize()}focus(e){this._containerRef?.focus(e)}blur(){this._containerRef?.blur()}}function y(e){const t=(0,a.ensureNotNull)((0,o.useContext)(h.SubmenuContext)),n=o.useRef(null);return o.createElement("div",{ref:n,className:e.className,onMouseOver:function(e){if(!(null!==t.current&&e.target instanceof Node&&(o=e.target,n.current?.contains(o))))return;var o;t.isSubmenuNode(e.target)||t.setCurrent(null)},"data-name":"menu-inner"},e.children)}b.contextType=h.SubmenuContext},29197:(e,t,n)=>{"use strict";n.d(t,{CloseDelegateContext:()=>r});var o=n(50959),s=n(59064);const r=o.createContext(s.globalCloseDelegate)},42842:(e,t,n)=>{"use strict";n.d(t,{Portal:()=>c,PortalContext:()=>u});var o=n(50959),s=n(32227),r=n(55698),a=n(67961),i=n(34811),l=n(99663);class c extends o.PureComponent{constructor(){super(...arguments),this._uuid=(0,r.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(i.FOCUS_TRAP_DATA_ATTRIBUTE)&&e.setAttribute(i.FOCUS_TRAP_DATA_ATTRIBUTE,"true"),this.props["aria-hidden"]&&e.setAttribute("aria-hidden","true"),s.createPortal(o.createElement(u.Provider,{value:this},this.props.children),e)}moveToTop(){this._manager().moveToTop(this._uuid)}_manager(){return null===this.context?(0,a.getRootOverlapManager)():this.context}}c.contextType=l.SlotContext;const u=o.createContext(null)},50655:(e,t,n)=>{"use strict";n.d(t,{Slot:()=>o.Slot,SlotContext:()=>o.SlotContext});var o=n(99663)},27246:e=>{e.exports={titleWrap:"titleWrap-Izz3hpJc",groupFooter:"groupFooter-Izz3hpJc"}},92359:e=>{e.exports={wrapper:"wrapper-JXHzsa7P"}},48286:e=>{e.exports={inlineRow:"inlineRow-D8g11qqA"}},80779:e=>{e.exports={container:"container-QyF09i7Y",hasTooltip:"hasTooltip-QyF09i7Y",datePickerWrapper:"datePickerWrapper-QyF09i7Y",timePickerWrapper:"timePickerWrapper-QyF09i7Y"}},97650:e=>{e.exports={input:"input-ZOx_CVY3",symbol:"symbol-ZOx_CVY3",checkbox:"checkbox-ZOx_CVY3",label:"label-ZOx_CVY3",dropdownMenu:"dropdownMenu-ZOx_CVY3",sessionStart:"sessionStart-ZOx_CVY3",sessionEnd:"sessionEnd-ZOx_CVY3",sessionInputContainer:"sessionInputContainer-ZOx_CVY3",sessionDash:"sessionDash-ZOx_CVY3",inputGroup:"inputGroup-ZOx_CVY3",textarea:"textarea-ZOx_CVY3",inlineGroup:"inlineGroup-ZOx_CVY3",hasTooltip:"hasTooltip-ZOx_CVY3"}},85027:e=>{e.exports={content:"content-tBgV1m0B",cell:"cell-tBgV1m0B",inner:"inner-tBgV1m0B",first:"first-tBgV1m0B",inlineCell:"inlineCell-tBgV1m0B",fill:"fill-tBgV1m0B",top:"top-tBgV1m0B",topCenter:"topCenter-tBgV1m0B",offset:"offset-tBgV1m0B",inlineRow:"inlineRow-tBgV1m0B",grouped:"grouped-tBgV1m0B",separator:"separator-tBgV1m0B",groupSeparator:"groupSeparator-tBgV1m0B",big:"big-tBgV1m0B",adaptive:"adaptive-tBgV1m0B",checkableTitle:"checkableTitle-tBgV1m0B"}},30584:e=>{e.exports={wrap:"wrap-QutFvTLS",labelWrap:"labelWrap-QutFvTLS",label:"label-QutFvTLS",hasTooltip:"hasTooltip-QutFvTLS"}},60090:(e,t,n)=>{"use strict";n.d(t,{bind:()=>a,setter:()=>i});var o=n(50959),s=n(27032),r=n(27365);function a(e){var t;return t=class extends o.PureComponent{constructor(){super(...arguments),this._onChange=(e,t,n)=>{const{setValue:o}=this.context,{onChange:s}=this.props;i(o,s)(e,t,n)}}render(){const{input:t}=this.props,{values:n,model:s}=this.context;return o.createElement(e,{...this.props,value:n[t.id],tzName:(0,r.getTimezoneName)(s),onChange:this._onChange})}},t.contextType=s.PropertyContext,t}function i(e,t){return(n,o,s)=>{e(o,n,s),t&&t(n,o,s)}}},27032:(e,t,n)=>{"use strict";n.d(t,{PropertyContainer:()=>m,PropertyContext:()=>h});var o=n(50959),s=n(50151),r=n(9343),a=n(11542),i=n(45126),l=n(79036),c=n(85719),u=n(56530);const d=(0,r.getLogger)("Platform.GUI.StudyInputPropertyContainer"),p=new i.TranslatedString("change {propertyName} property",a.t(null,void 0,n(25167))),h=o.createContext(null);class m extends o.PureComponent{constructor(e){super(e),this._setValue=(e,t,n)=>{const{property:o,model:r,study:a}=this.props,h=!(0,l.isStudy)(a),m=(0,s.ensureDefined)(o.child(e))
|
||||
@@ -1,6 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ar:["#{count} (عمود)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ar:["(سعر الفتح + أعلى سعر+ أدنى سعر + سعر الإغلاق)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ar:["(أعلى سعر+ أدنى سعر + سعر الإغلاق)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ar:["(أعلى سعر + أدنى سعر)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ar:["تلوين الأعمدة طبقًا للإغلاق السابق"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},84831:e=>{e.exports={en:["Close line"],ar:["خط الإغلاق"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ar:["تعديل البيانات لأرباح الأسهم"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ar:["ضبط لتغييرات العقود"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},3159:e=>{e.exports={en:["Bottom line"],ar:["الخط السفلي"]}},74406:e=>{e.exports={en:["Body"],ar:["الجزء الرئيسي"]}},333:e=>{e.exports={en:["Borders"],ar:["إطارات"]}},42398:e=>{e.exports={en:["Base"],ar:["نقطة الأساس"]}},28975:e=>{e.exports={en:["Base level"],ar:["مستوى الأساس"]}},71776:e=>{e.exports={en:["Down"],ar:["للأسفل"]}},17611:e=>{e.exports={en:["Down bars"],ar:["الشموع الهابطة"]}},23743:e=>{e.exports={en:["Down color"],ar:["لون الإنخفاض"]}},48225:e=>{e.exports={en:["Data modification"],ar:["تعديل البيانات"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},16564:e=>{e.exports={en:["Default"],ar:["افتراضي"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ar:["خلفية ساعات التداول الإلكترونية"]}},819:e=>{e.exports={en:["Extend lines"],ar:["تمديد الخطوط"]}},41129:e=>{e.exports={en:["Fill"],ar:["ملئ"]}},61112:e=>{e.exports={en:["Fill top area"],ar:["إملئ المنطقة العلوية"]}},73185:e=>{e.exports={en:["Fill bottom area"],ar:["ملء المنطقة السفلية"]}},886:e=>{e.exports={en:["HLC bars"],ar:["أعمدة (الأعلى - الأدنى - الإغلاق)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},56359:e=>{e.exports={en:["High line"],ar:["خط أعلى مستوى"]}},47326:e=>{e.exports={en:["Integer"],ar:["عدد صحيح"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},64075:e=>{e.exports={en:["Override min tick"],ar:["تجاوز الحد الأدنى للتيك"]}},34579:e=>{e.exports={en:["Low line"],ar:["خط أدنى مستوى"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},13350:e=>{e.exports={en:["Pearson's R"],ar:["معامل بيرسون"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ar:["خلفية ما قبل/بعد الجلسة"]}},59766:e=>{e.exports={en:["Precision"],ar:["الدقة"]}},84684:e=>{e.exports={en:["Price source"],ar:["مصدر السعر"]}},
|
||||
73466:e=>{e.exports={en:["Projection up bars"],ar:["إسقاط الأعمدة الصاعدة"]}},77430:e=>{e.exports={en:["Projection candles"],ar:["شموع الإسقاط"]}},88367:e=>{e.exports={en:["Projection down bars"],ar:["إسقاط الأعمدة الهابطة"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ar:["عرض الأسعار الحقيقية على مقياس السعر (بدلًا من سعر هيكن آشي)"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},32163:e=>{e.exports={en:["Wick"],ar:["ظل الشمعة"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},89349:e=>{e.exports={en:["Top line"],ar:["الخط العلوي"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},20215:e=>{e.exports={en:["Thin bars"],ar:["أعمدة نحيفة"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},77073:e=>{e.exports={en:["Timezone"],ar:["توقيت"]}},22691:e=>{e.exports={en:["Up"],ar:["أعلى"]}},23091:e=>{e.exports={en:["Up color"],ar:["لون الإرتفاع"]}},36957:e=>{e.exports={en:["Up bars"],ar:["الشموع الصاعدة"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ar:["استخدم التسوية في أقرب وقت على الفاصل الزمني اليومي"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},21105:e=>{e.exports={en:["candle"],ar:["شمعة"]}},27068:e=>{e.exports={en:["change HLC bars"],ar:["تغيير أعمدة HLC"]}},86866:e=>{e.exports={en:["change area fill color"],ar:["تغيير لون المنطقة"]}},89346:e=>{e.exports={en:["change area line width"],ar:["تغيير عرض خط المنطقة"]}},29605:e=>{e.exports={en:["change area line color"],ar:["تغيير لون خطوط المنطقة"]}},4640:e=>{e.exports={en:["change area price source"],ar:["تغيير مصدر سعر المنطقة"]}},42190:e=>{e.exports={en:["change base level"],ar:["تغيير مستوى الأساس"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ar:["تغيير لون قاع خط الأساس"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ar:["تغيير لون قاع خط الأساس"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ar:["تغيير لون المنطقة السفلية لخط الأساس"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ar:["تغيير لون المنطقة العليا لخط الأساس"]}},68609:e=>{e.exports={en:["change baseline price source"],ar:["تغيير مصدر السعر الأساسي"]}},69044:e=>{e.exports={en:["change baseline top line color"],ar:["تغيير لون خطوط خط الأساس"]}},68197:e=>{e.exports={en:["change baseline top line width"],ar:["تغيير عرض أعلى الخط الأساسي"]}},33464:e=>{e.exports={en:["change bar up color"],ar:["تغيير لون العمود الصاعد"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},59622:e=>{e.exports={en:["change bar down color"],ar:["تغيير لون العمود الهابط"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ar:["تغيير لون الأعمدة بناءً على الإغلاق السابق"]}},88324:e=>{e.exports={en:["change column up color"],ar:["تغيير لون الأعمدة الصاعد"]}},93890:e=>{e.exports={en:["change column down color"],ar:["تغيير لون الأعمدة الهابطة"]
|
||||
}},4727:e=>{e.exports={en:["change column price source"],ar:["تغيير مصدر سعر العمود"]}},82063:e=>{e.exports={en:["change decimal places"],ar:["تغيير المنازل العشرية"]}},44223:e=>{e.exports={en:["change extended hours color"],ar:["تغيير لون الساعات الممددة"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ar:["تغيير ساعات التداول الإلكترونية"]}},6026:e=>{e.exports={en:["change high-low body color"],ar:["تغيير لون جسم أعلى-أدنى"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ar:["تغيير وضوح جسم أعلى-أدنى"]}},46844:e=>{e.exports={en:["change high-low border color"],ar:["تغيير لون حدود أعلى-أدنى"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ar:["تغيير وضوح حدود أعلى-أدنى"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ar:["تغيير وضوح ملصقات أعلى-أدنى"]}},56961:e=>{e.exports={en:["change high-low labels color"],ar:["تغيير لون ملصقات أعلى-أدنى"]}},88640:e=>{e.exports={en:["change line color"],ar:["تغيير لون الخط"]}},41837:e=>{e.exports={en:["change line price source"],ar:["تغيير مصدر سعر الخط"]}},48339:e=>{e.exports={en:["change line width"],ar:["تغيير عرض الخط"]}},38730:e=>{e.exports={en:["change post market color"],ar:["تغيير لون ما بعد الجلسة"]}},44371:e=>{e.exports={en:["change pre market color"],ar:["تغيير لون ما قبل الجلسة"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},16241:e=>{e.exports={en:["change range bars style"],ar:["تغيير نمط أعمدة النطاق"]}},65821:e=>{e.exports={en:["change range thin bars"],ar:["تغيير نطاق الأعمدة الرقيقة"]}},75487:e=>{e.exports={en:["change renko wick down color"],ar:["تغيير لون ذيل رينكو الهابط"]}},92277:e=>{e.exports={en:["change renko wick up color"],ar:["تغيير لون ذيل الرينكو الصاعد"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ar:["تغيير وضوح ذيل الرينكو"]}},91109:e=>{e.exports={en:["change study overlay min tick"],ar:["تغيير تراكب أدنى تيك في الدراسة"]}},82924:e=>{e.exports={en:["change study overlay style"],ar:["تغيير نمط تراكب الدراسة"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ar:["تغيير عرض الأسعار الحقيقية على مقياس السعر (بدلًا من سعر هيكن آشي)"]}},60834:e=>{e.exports={en:["change thin bars"],ar:["تغيير الأعمدة الرقيقة"]}},78509:e=>{e.exports={en:["change {title} base line color"],ar:["تغيير لون خط القاعدة {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],ar:["تغيير نمط خط القاعدة {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],ar:["تغيير وضوح خط القاعدة {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],ar:["تغيير عرض خط القاعدة {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],ar:["تغيير لون الخط الأدنى {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],ar:["تغيير نمط الخط الأدنى {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],ar:["تغيير وضوح الخط الأدنى {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],
|
||||
ar:["تغيير عرض الخط الأدنى {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ar:["تغيير تمديد الخط {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],ar:["تغيير عرض {title} pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],ar:["تغيير وضوح الخط العلوي {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],ar:["تغيير عرض الخط العلوي {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],ar:["تغيير لون الخط العلوي {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],ar:["تغيير نمط الخط العلوي {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ar:["تغيير لون حدود {candleType} الصاعد"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ar:["تغيير لون {candleType} الصاعد"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ar:["تغيير لون ذيل {candleType} الهابط"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ar:["تغيير لون ذيل {candleType} الصاعد"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ar:["تغيير وضوح ذيل {candleType}"]}},60608:e=>{e.exports={
|
||||
en:["change {candleType} body visibility"],ar:["تغيير وضوح الجسم {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ar:["تغيير وضوح حدود {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ar:["تغيير لون حدود {candleType} الهابط"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ar:["تغيير لون {candleType} الهابط"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ar:["تغيير لون حدود عمود {chartType} الهابط"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ar:["تغيير لون حدود عمود {chartType} الصاعد"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ar:["تغيير لون {chartType} الهابط"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ar:["تغيير لون الإسقاط لحدود عمود {chartType} الصاعد"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ar:["تغيير لون عمود الإسقاط {chartType} الهابط"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ar:["تغيير لون عمود الإسقاط {chartType} الصاعد"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ar:["تغيير لون {chartType} الصاعد"]}},66110:e=>{e.exports={en:["change {inputName} property"],ar:["تغيير خاصية {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ar:["ضبط لبيانات توزيعات الأرباح"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ar:["ضبط لتغييرات العقد"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},92598:e=>{e.exports={en:["hollow candles"],ar:["شموع مفرغة"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},57243:e=>{e.exports={en:["range","ranges"],ar:["نطاق","نطاق","نطاق","نطاقات","نطاق","نطاق"]}},70282:e=>{e.exports={en:["renko"],ar:["رينكو"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ar:["استخدام التسوية عند الإغلاق على الفاصل الزمني اليومي"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],
|
||||
ar:["{value} عشرية","{value} عشرية","{value} عشرية","{value} عشرية","{value} عشرية","{value} عشرية"]}}}]);
|
||||
6
charting_library/bundles/ar.1190.9767233fd3baf9052411.js
Normal file
6
charting_library/bundles/ar.1190.9767233fd3baf9052411.js
Normal file
@@ -0,0 +1,6 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ar:["#{count} (عمود)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ar:["(سعر الفتح + أعلى سعر+ أدنى سعر + سعر الإغلاق)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ar:["(أعلى سعر+ أدنى سعر + سعر الإغلاق)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ar:["(أعلى سعر + أدنى سعر)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ar:["تلوين الأعمدة طبقًا للإغلاق السابق"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},84831:e=>{e.exports={en:["Close line"],ar:["خط الإغلاق"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ar:["تعديل البيانات لأرباح الأسهم"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ar:["ضبط لتغييرات العقود"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},3159:e=>{e.exports={en:["Bottom line"],ar:["الخط السفلي"]}},74406:e=>{e.exports={en:["Body"],ar:["الجزء الرئيسي"]}},333:e=>{e.exports={en:["Borders"],ar:["إطارات"]}},42398:e=>{e.exports={en:["Base"],ar:["نقطة الأساس"]}},28975:e=>{e.exports={en:["Base level"],ar:["مستوى الأساس"]}},71776:e=>{e.exports={en:["Down"],ar:["للأسفل"]}},17611:e=>{e.exports={en:["Down bars"],ar:["الشموع الهابطة"]}},23743:e=>{e.exports={en:["Down color"],ar:["لون الإنخفاض"]}},48225:e=>{e.exports={en:["Data modification"],ar:["تعديل البيانات"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},16564:e=>{e.exports={en:["Default"],ar:["افتراضي"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ar:["خلفية ساعات التداول الإلكترونية"]}},819:e=>{e.exports={en:["Extend lines"],ar:["تمديد الخطوط"]}},41129:e=>{e.exports={en:["Fill"],ar:["ملئ"]}},61112:e=>{e.exports={en:["Fill top area"],ar:["إملئ المنطقة العلوية"]}},73185:e=>{e.exports={en:["Fill bottom area"],ar:["ملء المنطقة السفلية"]}},886:e=>{e.exports={en:["HLC bars"],ar:["أعمدة (الأعلى - الأدنى - الإغلاق)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},56359:e=>{e.exports={en:["High line"],ar:["خط أعلى مستوى"]}},47326:e=>{e.exports={en:["Integer"],ar:["عدد صحيح"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},64075:e=>{e.exports={en:["Override min tick"],ar:["تجاوز الحد الأدنى للتيك"]}},34579:e=>{e.exports={en:["Low line"],ar:["خط أدنى مستوى"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},13350:e=>{e.exports={en:["Pearson's R"],ar:["معامل بيرسون"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ar:["خلفية ما قبل/بعد الجلسة"]}},59766:e=>{e.exports={en:["Precision"],ar:["الدقة"]}},84684:e=>{e.exports={en:["Price source"],ar:["مصدر السعر"]
|
||||
}},73466:e=>{e.exports={en:["Projection up bars"],ar:["إسقاط الأعمدة الصاعدة"]}},77430:e=>{e.exports={en:["Projection candles"],ar:["شموع الإسقاط"]}},88367:e=>{e.exports={en:["Projection down bars"],ar:["إسقاط الأعمدة الهابطة"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ar:["عرض الأسعار الحقيقية على مقياس السعر (بدلًا من سعر هيكن آشي)"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},32163:e=>{e.exports={en:["Wick"],ar:["ظل الشمعة"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},89349:e=>{e.exports={en:["Top line"],ar:["الخط العلوي"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},20215:e=>{e.exports={en:["Thin bars"],ar:["أعمدة نحيفة"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},77073:e=>{e.exports={en:["Timezone"],ar:["توقيت"]}},22691:e=>{e.exports={en:["Up"],ar:["أعلى"]}},23091:e=>{e.exports={en:["Up color"],ar:["لون الإرتفاع"]}},36957:e=>{e.exports={en:["Up bars"],ar:["الشموع الصاعدة"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ar:["استخدم التسوية في أقرب وقت على الفاصل الزمني اليومي"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},21105:e=>{e.exports={en:["candle"],ar:["شمعة"]}},27068:e=>{e.exports={en:["change HLC bars"],ar:["تغيير أعمدة HLC"]}},86866:e=>{e.exports={en:["change area fill color"],ar:["تغيير لون المنطقة"]}},89346:e=>{e.exports={en:["change area line width"],ar:["تغيير عرض خط المنطقة"]}},29605:e=>{e.exports={en:["change area line color"],ar:["تغيير لون خطوط المنطقة"]}},4640:e=>{e.exports={en:["change area price source"],ar:["تغيير مصدر سعر المنطقة"]}},42190:e=>{e.exports={en:["change base level"],ar:["تغيير مستوى الأساس"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ar:["تغيير لون قاع خط الأساس"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ar:["تغيير لون قاع خط الأساس"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ar:["تغيير لون المنطقة السفلية لخط الأساس"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ar:["تغيير لون المنطقة العليا لخط الأساس"]}},68609:e=>{e.exports={en:["change baseline price source"],ar:["تغيير مصدر السعر الأساسي"]}},69044:e=>{e.exports={en:["change baseline top line color"],ar:["تغيير لون خطوط خط الأساس"]}},68197:e=>{e.exports={en:["change baseline top line width"],ar:["تغيير عرض أعلى الخط الأساسي"]}},33464:e=>{e.exports={en:["change bar up color"],ar:["تغيير لون العمود الصاعد"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},59622:e=>{e.exports={en:["change bar down color"],ar:["تغيير لون العمود الهابط"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ar:["تغيير لون الأعمدة بناءً على الإغلاق السابق"]}},88324:e=>{e.exports={en:["change column up color"],ar:["تغيير لون الأعمدة الصاعد"]}},93890:e=>{e.exports={en:["change column down color"],
|
||||
ar:["تغيير لون الأعمدة الهابطة"]}},4727:e=>{e.exports={en:["change column price source"],ar:["تغيير مصدر سعر العمود"]}},82063:e=>{e.exports={en:["change decimal places"],ar:["تغيير المنازل العشرية"]}},44223:e=>{e.exports={en:["change extended hours color"],ar:["تغيير لون الساعات الممددة"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ar:["تغيير ساعات التداول الإلكترونية"]}},6026:e=>{e.exports={en:["change high-low body color"],ar:["تغيير لون جسم أعلى-أدنى"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ar:["تغيير وضوح جسم أعلى-أدنى"]}},46844:e=>{e.exports={en:["change high-low border color"],ar:["تغيير لون حدود أعلى-أدنى"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ar:["تغيير وضوح حدود أعلى-أدنى"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ar:["تغيير وضوح ملصقات أعلى-أدنى"]}},56961:e=>{e.exports={en:["change high-low labels color"],ar:["تغيير لون ملصقات أعلى-أدنى"]}},88640:e=>{e.exports={en:["change line color"],ar:["تغيير لون الخط"]}},41837:e=>{e.exports={en:["change line price source"],ar:["تغيير مصدر سعر الخط"]}},48339:e=>{e.exports={en:["change line width"],ar:["تغيير عرض الخط"]}},38730:e=>{e.exports={en:["change post market color"],ar:["تغيير لون ما بعد الجلسة"]}},44371:e=>{e.exports={en:["change pre market color"],ar:["تغيير لون ما قبل الجلسة"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},16241:e=>{e.exports={en:["change range bars style"],ar:["تغيير نمط أعمدة النطاق"]}},65821:e=>{e.exports={en:["change range thin bars"],ar:["تغيير نطاق الأعمدة الرقيقة"]}},75487:e=>{e.exports={en:["change renko wick down color"],ar:["تغيير لون ذيل رينكو الهابط"]}},92277:e=>{e.exports={en:["change renko wick up color"],ar:["تغيير لون ذيل الرينكو الصاعد"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ar:["تغيير وضوح ذيل الرينكو"]}},91109:e=>{e.exports={en:["change study overlay min tick"],ar:["تغيير تراكب أدنى تيك في الدراسة"]}},82924:e=>{e.exports={en:["change study overlay style"],ar:["تغيير نمط تراكب الدراسة"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ar:["تغيير عرض الأسعار الحقيقية على مقياس السعر (بدلًا من سعر هيكن آشي)"]}},60834:e=>{e.exports={en:["change thin bars"],ar:["تغيير الأعمدة الرقيقة"]}},78509:e=>{e.exports={en:["change {title} base line color"],ar:["تغيير لون خط القاعدة {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],ar:["تغيير نمط خط القاعدة {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],ar:["تغيير وضوح خط القاعدة {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],ar:["تغيير عرض خط القاعدة {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],ar:["تغيير لون الخط الأدنى {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],ar:["تغيير نمط الخط الأدنى {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],ar:["تغيير وضوح الخط الأدنى {title}"]}},64615:e=>{e.exports={
|
||||
en:["change {title} down line width"],ar:["تغيير عرض الخط الأدنى {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ar:["تغيير تمديد الخط {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],ar:["تغيير عرض {title} pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],ar:["تغيير وضوح الخط العلوي {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],ar:["تغيير عرض الخط العلوي {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],ar:["تغيير لون الخط العلوي {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],ar:["تغيير نمط الخط العلوي {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ar:["تغيير لون حدود {candleType} الصاعد"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ar:["تغيير لون {candleType} الصاعد"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ar:["تغيير لون ذيل {candleType} الهابط"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ar:["تغيير لون ذيل {candleType} الصاعد"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ar:["تغيير وضوح ذيل {candleType}"]}},60608:e=>{
|
||||
e.exports={en:["change {candleType} body visibility"],ar:["تغيير وضوح الجسم {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ar:["تغيير وضوح حدود {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ar:["تغيير لون حدود {candleType} الهابط"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ar:["تغيير لون {candleType} الهابط"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ar:["تغيير لون حدود عمود {chartType} الهابط"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ar:["تغيير لون حدود عمود {chartType} الصاعد"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ar:["تغيير لون {chartType} الهابط"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ar:["تغيير لون الإسقاط لحدود عمود {chartType} الصاعد"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ar:["تغيير لون عمود الإسقاط {chartType} الهابط"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ar:["تغيير لون عمود الإسقاط {chartType} الصاعد"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ar:["تغيير لون {chartType} الصاعد"]}},66110:e=>{e.exports={en:["change {inputName} property"],ar:["تغيير خاصية {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ar:["ضبط لبيانات توزيعات الأرباح"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ar:["ضبط لتغييرات العقد"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},92598:e=>{e.exports={en:["hollow candles"],ar:["شموع مفرغة"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},57243:e=>{e.exports={en:["range","ranges"],ar:["نطاق","نطاق","نطاق","نطاقات","نطاق","نطاق"]}},70282:e=>{e.exports={en:["renko"],ar:["رينكو"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ar:["استخدام التسوية عند الإغلاق على الفاصل الزمني اليومي"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],
|
||||
ar:["{value} عشرية","{value} عشرية","{value} عشرية","{value} عشرية","{value} عشرية","{value} عشرية"]}}}]);
|
||||
3
charting_library/bundles/ar.1308.d1a986137a3ad4cdfe66.js
Normal file
3
charting_library/bundles/ar.1308.d1a986137a3ad4cdfe66.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},17129:e=>{e.exports={en:["Bottom labels"],ar:["عناوين سفلية"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},81356:e=>{e.exports={en:["Grid"],ar:["شبكة"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},65e3:e=>{e.exports={en:["Left labels"],ar:["العناوين اليسرى"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},58557:e=>{e.exports={en:["Price levels"],ar:["مستويات السعر"]}},64489:e=>{e.exports={en:["Reverse"],ar:["انعكاس"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},28971:e=>{e.exports={en:["Right labels"],ar:["ملصقات على اليمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},74939:e=>{e.exports={en:["Top labels"],ar:["عناوين القمة"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},58476:e=>{e.exports={en:["Time levels"],ar:["مستويات الوقت"]}},28683:e=>{e.exports={en:["Use one color"],ar:["استخدم لون واحد"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ar:["تغيير لون كل الخطوط {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],ar:["تغيير وضوح الملصقات السفلى {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ar:["تغيير وضوح الخلفية {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],ar:["تغيير وضوح شبكة {title}"]}},36467:e=>{e.exports={en:["change {title} grid line color"],ar:["تغيير وضوح الملصقات العليا {title}"]}},54244:e=>{e.exports={en:["change {title} grid line style"],ar:["تغيير نمط خط الشبكة {title}"]}},30127:e=>{e.exports={en:["change {title} grid line width"],ar:["تغيير لون شبكة الخطوط {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={
|
||||
en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ar:["تغيير معامل خط مستوى {title} {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ar:["تغيير لون خط مستوى {title} {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ar:["تغيير وضوح مستوى خط {title} {index}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],ar:["تغيير وضوح الملصقات اليسرى {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},50762:e=>{e.exports={en:["change {title} reverse"],ar:["تغيير {title} المعكوس"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],ar:["تغيير وضوح الملصقات اليمنى {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],ar:["تغيير وضوح الملصقات العليا {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},77114:e=>{e.exports={en:["erase level line"],ar:["محو خط المستوى"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={
|
||||
en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
3
charting_library/bundles/ar.1427.8971bd84437c851f01a9.js
Normal file
3
charting_library/bundles/ar.1427.8971bd84437c851f01a9.js
Normal file
@@ -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)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},61856:e=>{e.exports={en:["Extend left line"],ar:["تمديد الخط الأيسر"]}},87430:e=>{e.exports={en:["Extend right line"],ar:["تمديد الخط الأيمن"]}},95279:e=>{e.exports={en:["Full circles"],ar:["دوائر كاملة"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},79650:e=>{e.exports={en:["Levels"],ar:["مستويات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},51574:e=>{e.exports={en:["Trend line"],ar:["خط الاتجاه"]}},28683:e=>{e.exports={en:["Use one color"],ar:["استخدم لون واحد"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ar:["تغيير لون كل الخطوط {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ar:["تغيير وضوح الخلفية {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],ar:["تغيير وضوح الدوائر الكاملة {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ar:["تغيير معامل خط مستوى {title} {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ar:["تغيير لون خط مستوى {title} {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ar:["تغيير وضوح مستوى خط {title} {index}"]}},
|
||||
97870:e=>{e.exports={en:["change {title} level {index} line width"],ar:["تغيير عرض خط مستوى {title} {index}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ar:["تغيير وضوح المستويات {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ar:["تغيير وضوح خط {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ar:["تغيير عرض خط {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ar:["تغيير لون خط {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ar:["تغيير خط {toolName} الممتد إلى اليسار"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ar:["تغيير خط {toolName} الممتد إلى اليمين"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ar:["تغيير النهاية اليسرى لخط {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ar:["تغيير النهاية يمين خط {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ar:["تغيير نمط خط {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},77114:e=>{e.exports={en:["erase level line"],ar:["محو خط المستوى"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{
|
||||
e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
2
charting_library/bundles/ar.1432.d43e80e1d49b8e361fa5.js
Normal file
2
charting_library/bundles/ar.1432.d43e80e1d49b8e361fa5.js
Normal file
@@ -0,0 +1,2 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},61856:e=>{e.exports={en:["Extend left line"],ar:["تمديد الخط الأيسر"]}},87430:e=>{e.exports={en:["Extend right line"],ar:["تمديد الخط الأيمن"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ar:["تغيير اللون لخلفية {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={
|
||||
en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ar:["تغيير وضوح خط {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ar:["تغيير عرض خط {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ar:["تغيير لون خط {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ar:["تغيير خط {toolName} الممتد إلى اليسار"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ar:["تغيير خط {toolName} الممتد إلى اليمين"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ar:["تغيير النهاية اليسرى لخط {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ar:["تغيير النهاية يمين خط {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ar:["تغيير نمط خط {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
@@ -1,3 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1606,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},34974:e=>{e.exports={en:["Label border"],ar:["حواف الملصق"]}},73863:e=>{e.exports={en:["Label background"],ar:["خلفية العنوان"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},97575:e=>{e.exports={en:["Line color"],ar:["لون الخط"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},69437:e=>{e.exports={en:["change {title} border color"],ar:["تغيير لون حدود {title}"]}},19298:e=>{e.exports={en:["change {title} border visibility"],ar:["تغيير وضوح حدود {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ar:["تغيير اللون لخلفية {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},7455:e=>{e.exports={en:["change {title} line color"],ar:["تغيير لون الخط {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={
|
||||
en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]
|
||||
}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
3
charting_library/bundles/ar.2303.a9546f2924221b57a144.js
Normal file
3
charting_library/bundles/ar.2303.a9546f2924221b57a144.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={
|
||||
en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},
|
||||
35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
@@ -1,3 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,6113,359],{55517:e=>{e.exports={en:["Add"],ar:["إضافة"]}},29619:e=>{e.exports={en:["Add custom color"],ar:["إضافة لون مخصص"]}},80936:e=>{e.exports={en:["Opacity"],ar:["الشفافية"]}},97349:e=>{e.exports={en:["Fr"],ar:["الجمعة"]}},30961:e=>{e.exports={en:["Mo"],ar:["الاثنين"]}},94748:e=>{e.exports={en:["Sa"],ar:["السبت"]}},75005:e=>{e.exports={en:["Su"],ar:["الأحد"]}},92578:e=>{e.exports={en:["We"],ar:["الأربعاء"]}},8765:e=>{e.exports={en:["Th"],ar:["الخميس"]}},9135:e=>{e.exports={en:["Tu"],ar:["الثلاثاء"]}},53288:e=>{e.exports={en:["animals & nature"],ar:["الحيوانات والطبيعة"]}},21311:e=>{e.exports={en:["activity"],ar:["أنشطة"]}},90678:e=>{e.exports={en:["food & drink"],ar:["الطعام والشراب"]}},6715:e=>{e.exports={en:["flags"],ar:["أعلام"]}},98355:e=>{e.exports={en:["objects"],ar:["أشياء"]}},43438:e=>{e.exports={en:["smiles & people"],ar:["الابتسامات والأشخاص"]}},40457:e=>{e.exports={en:["symbols"],ar:["رموز"]}},88906:e=>{e.exports={en:["recently used"],ar:["مستخدَمٌ حديثاً"]}},28562:e=>{e.exports={en:["travel & places"],ar:["السفر والأماكن"]}},24716:e=>{e.exports={en:["Another symbol"],ar:["رمز آخر"]}},41256:e=>{e.exports={en:["Back"],ar:["عودة"]}},94849:e=>{e.exports={en:["Main chart symbol"],ar:["رمز الرسم البياني الرئيسي"]}},53174:e=>{e.exports={en:["Right"],ar:["حق"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ar:["الأجندة حاليًا في عام {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ar:["الأجندة حاليًا في السنوات من {year_start} إلى {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ar:["الأجندة حاليًا في شهر {month}"]}},4543:e=>{e.exports={en:["Cancel"],ar:["إلغاء"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},63245:e=>{e.exports={en:["Change symbol"],ar:["تغيير الرمز"]}},54613:e=>{e.exports={en:["Chart"],ar:["الرسوم البيانية"]}},47742:e=>{e.exports={en:["Close menu"],ar:["إغلاق القائمة"]}},34040:e=>{e.exports={en:["All sources"],ar:["كل المصادر"]}},96413:e=>{e.exports={en:["Apply defaults"],ar:["تطبيق الإعدادات الافتراضية"]}},77571:e=>{e.exports={en:["Apply to all"],ar:["تفعيل على الكل"]}},28896:e=>{e.exports={en:["April"],ar:["أبريل"]}},11081:e=>{e.exports={en:["August"],ar:["أغسطس"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},42358:e=>{e.exports={en:["Bond"],ar:["سند"]}},68043:e=>{e.exports={en:["Gradient"],ar:["متدرج"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],ar:['هل تريد حقًا حذف قالب الرسم البياني "{name}"؟']}},27390:e=>{e.exports={en:["Dotted line"],ar:["خط منقط"]}},88123:e=>{e.exports={en:["Dashed line"],ar:["خط متقطع"]}},90082:e=>{e.exports={en:["December"],ar:["ديسمبر"]}},55319:e=>{e.exports={en:["Decrease"],ar:["تخفيض"]}},78734:e=>{e.exports={en:["Description"],ar:["الوصف"]}},81069:e=>{e.exports={en:["February"],ar:["فبراير"]}},3570:e=>{e.exports={en:["Friday"],ar:["الجمعة"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},8854:e=>{e.exports={en:["Hidden"],
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"],ar:["إضافة"]}},29619:e=>{e.exports={en:["Add custom color"],ar:["إضافة لون مخصص"]}},80936:e=>{e.exports={en:["Opacity"],ar:["الشفافية"]}},97349:e=>{e.exports={en:["Fr"],ar:["الجمعة"]}},30961:e=>{e.exports={en:["Mo"],ar:["الاثنين"]}},94748:e=>{e.exports={en:["Sa"],ar:["السبت"]}},75005:e=>{e.exports={en:["Su"],ar:["الأحد"]}},92578:e=>{e.exports={en:["We"],ar:["الأربعاء"]}},8765:e=>{e.exports={en:["Th"],ar:["الخميس"]}},9135:e=>{e.exports={en:["Tu"],ar:["الثلاثاء"]}},53288:e=>{e.exports={en:["animals & nature"],ar:["الحيوانات والطبيعة"]}},21311:e=>{e.exports={en:["activity"],ar:["أنشطة"]}},90678:e=>{e.exports={en:["food & drink"],ar:["الطعام والشراب"]}},6715:e=>{e.exports={en:["flags"],ar:["أعلام"]}},98355:e=>{e.exports={en:["objects"],ar:["أشياء"]}},43438:e=>{e.exports={en:["smiles & people"],ar:["الابتسامات والأشخاص"]}},40457:e=>{e.exports={en:["symbols"],ar:["رموز"]}},88906:e=>{e.exports={en:["recently used"],ar:["مستخدَمٌ حديثاً"]}},28562:e=>{e.exports={en:["travel & places"],ar:["السفر والأماكن"]}},24716:e=>{e.exports={en:["Another symbol"],ar:["رمز آخر"]}},41256:e=>{e.exports={en:["Back"],ar:["عودة"]}},94849:e=>{e.exports={en:["Main chart symbol"],ar:["رمز الرسم البياني الرئيسي"]}},53174:e=>{e.exports={en:["Right"],ar:["حق"]}},7861:e=>{e.exports={en:["Calendar is currently on year {year}"],ar:["الأجندة حاليًا في عام {year}"]}},65728:e=>{e.exports={en:["Calendar is currently on years from {year_start} to {year_end}"],ar:["الأجندة حاليًا في السنوات من {year_start} إلى {year_end}"]}},99470:e=>{e.exports={en:["Calendar is currently on {month}"],ar:["الأجندة حاليًا في شهر {month}"]}},4543:e=>{e.exports={en:["Cancel"],ar:["إلغاء"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},63245:e=>{e.exports={en:["Change symbol"],ar:["تغيير الرمز"]}},54613:e=>{e.exports={en:["Chart"],ar:["الرسوم البيانية"]}},47742:e=>{e.exports={en:["Close menu"],ar:["إغلاق القائمة"]}},34040:e=>{e.exports={en:["All sources"],ar:["كل المصادر"]}},96413:e=>{e.exports={en:["Apply defaults"],ar:["تطبيق الإعدادات الافتراضية"]}},77571:e=>{e.exports={en:["Apply to all"],ar:["تفعيل على الكل"]}},28896:e=>{e.exports={en:["April"],ar:["أبريل"]}},11081:e=>{e.exports={en:["August"],ar:["أغسطس"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},42358:e=>{e.exports={en:["Bond"],ar:["سند"]}},68043:e=>{e.exports={en:["Gradient"],ar:["متدرج"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],ar:['هل تريد حقًا حذف قالب الرسم البياني "{name}"؟']}},27390:e=>{e.exports={en:["Dotted line"],ar:["خط منقط"]}},88123:e=>{e.exports={en:["Dashed line"],ar:["خط متقطع"]}},90082:e=>{e.exports={en:["December"],ar:["ديسمبر"]}},55319:e=>{e.exports={en:["Decrease"],ar:["تخفيض"]}},78734:e=>{e.exports={en:["Description"],ar:["الوصف"]}},81069:e=>{e.exports={en:["February"],ar:["فبراير"]}},3570:e=>{e.exports={en:["Friday"],ar:["الجمعة"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},8854:e=>{e.exports={en:["Hidden"],
|
||||
ar:["مخفي"]}},39832:e=>{e.exports={en:["Increase"],ar:["زيادة"]}},200:e=>{e.exports={en:["January"],ar:["يناير"]}},6608:e=>{e.exports={en:["July"],ar:["يوليو"]}},61487:e=>{e.exports={en:["June"],ar:["يونيو"]}},37997:e=>{e.exports={en:["October"],ar:["أكتوبر"]}},55450:e=>{e.exports={en:["Offset"],ar:["اعتماد مقاصة"]}},19295:e=>{e.exports={en:["Ok"],ar:["موافق"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},28603:e=>{e.exports={en:["Line style"],ar:["نمط الخط"]}},19573:e=>{e.exports={en:["Monday"],ar:["الاثنين"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},37117:e=>{e.exports={en:["More"],ar:["المزيد"]}},25734:e=>{e.exports={en:["May"],ar:["مايو"]}},93878:e=>{e.exports={en:["March"],ar:["مارس"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ar:["لا توجد أسواق تطابق المعايير التي عينتها"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ar:["لا توجد رموز تطابق معاييرك"]}},4607:e=>{e.exports={en:["November"],ar:["نوفمبر"]}},65353:e=>{e.exports={en:["Normal"],ar:["عادي"]}},69102:e=>{e.exports={en:["Next year"],ar:["العام القادم"]}},17538:e=>{e.exports={en:["Next years"],ar:["السنوات القادمة"]}},92790:e=>{e.exports={en:["Next month"],ar:["الشهر القادم"]}},71300:e=>{e.exports={en:["Number format is invalid."],ar:["تنسيق الرقم غير صالح."]}},28628:e=>{e.exports={en:["Sources"],ar:["مصادر"]}},88686:e=>{e.exports={en:["Solid"],ar:["ثابت"]}},30348:e=>{e.exports={en:["Saturday"],ar:["السبت"]}},8573:e=>{e.exports={en:["Search"],ar:["بحث"]}},57640:e=>{e.exports={en:["Select source"],ar:["اختر مصدراً"]}},32179:e=>{e.exports={en:["September"],ar:["سبتمبر"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],ar:["القيمة المحددة أكبر من الحد الأقصى للأداة والتي تبلغ {max}."]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],ar:["القيمة المحددة أقل من الحد الأدنى للأداة والتي تبلغ {min}."]}},61480:e=>{e.exports={en:["Sunday"],ar:["الأحد"]}},70235:e=>{e.exports={en:["Switch to months"],ar:["قم بالتبديل إلى الأشهر"]}},91245:e=>{e.exports={en:["Switch to dates"],ar:["التبديل إلى التواريخ"]}},71961:e=>{e.exports={en:["Switch to years"],ar:["التحول إلى السنوات"]}},95481:e=>{e.exports={en:["Symbol"],ar:["رمز"]}},74007:e=>{e.exports={en:["Symbol & description"],ar:["الرمز والوصف"]}},51165:e=>{e.exports={en:["Symbol Search"],ar:["بحث عن الرموز"]}},27254:e=>{e.exports={en:["Please enter the right date"],ar:["الرجاء إدخال التاريخ بالشكل الصحيح"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ar:["الرجاء إدخال التاريخ بالشكل الصحيح يوم- شهر- سنة"]}},93984:e=>{e.exports={en:["Previous month"],ar:["الشهر السابق"]}},75776:e=>{e.exports={en:["Previous year"],ar:["السنة الماضية"]}},44701:e=>{e.exports={en:["Previous years"],ar:["السنوات السابقة"]}},89984:e=>{e.exports={en:["Remove color"],ar:["إزالة اللون"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ar:["إزالة الرموز التعبيرية المحددة"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},94226:e=>{
|
||||
e.exports={en:["Wednesday"],ar:["الأربعاء"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},79137:e=>{e.exports={en:["Thursday"],ar:["الخميس"]}},54971:e=>{e.exports={en:["Thickness"],ar:["السُّمْك"]}},82160:e=>{e.exports={en:["Tuesday"],ar:["الثلاثاء"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],ar:["استخدم علامات رياضية خاصة لتحل محل الرسومات المحددة: + ، - ، / ، * للسعر و + ، - لفهرس العمود."]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},66181:e=>{e.exports={en:["Years"],ar:["الأعوام"]}},70932:e=>{e.exports={en:["commodity"],ar:["السلع"]}},79599:e=>{e.exports={en:["cfd"],ar:["عقود الفروقات"]}},29426:e=>{e.exports={en:["change opacity"],ar:["تغيير درجة الشفافية"]}},31675:e=>{e.exports={en:["change color"],ar:["تغيير اللون"]}},28818:e=>{e.exports={en:["change line style"],ar:["تغير نمط الخط"]}},73281:e=>{e.exports={en:["change thickness"],ar:["تغيير السماكة"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},5741:e=>{e.exports={en:["close"],ar:["سعر الإغلاق"]}},46128:e=>{e.exports={en:["crypto"],ar:["العملات الرقمية"]}},47268:e=>{e.exports={en:["dr"],ar:["إيصال إيداع"]}},406:e=>{e.exports={en:["e.g. +1"],ar:["على سبيل المثال +1"]}},49957:e=>{e.exports={en:["e.g. /2"],ar:["/2"]}},54094:e=>{e.exports={en:["economy"],ar:["اقتصاد"]}},17770:e=>{e.exports={en:["forex"],ar:["فوركس"]}},4723:e=>{e.exports={en:["futures"],ar:["العقود الآجلة"]}},59319:e=>{e.exports={en:["high"],ar:["أعلى سعر"]}},96008:e=>{e.exports={en:["hl2"],ar:["أعلى سعر+أقل سعر /2"]}},91189:e=>{e.exports={en:["hlc3"],ar:["أعلى سعر+أقل سعر+الإغلاق /3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],ar:["مؤشر"]}},90250:e=>{e.exports={en:["indices"],ar:["المؤشرات"]}},52793:e=>{e.exports={en:["ohlc4"],ar:["أعلى سعر+أقل سعر+الأفتتاح+الإغلاق/4"]}},83584:e=>{e.exports={en:["open"],ar:["الأفتتاح"]}},41902:e=>{e.exports={en:["low"],ar:["أقل سعر"]}},76752:e=>{e.exports={en:["stock"],ar:["سهم"]}}}]);
|
||||
@@ -1,2 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},61856:e=>{e.exports={en:["Extend left line"],ar:["تمديد الخط الأيسر"]}},87430:e=>{e.exports={en:["Extend right line"],ar:["تمديد الخط الأيمن"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},
|
||||
68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ar:["تغيير وضوح خط {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ar:["تغيير عرض خط {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ar:["تغيير لون خط {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ar:["تغيير خط {toolName} الممتد إلى اليسار"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ar:["تغيير خط {toolName} الممتد إلى اليمين"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ar:["تغيير النهاية اليسرى لخط {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ar:["تغيير النهاية يمين خط {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ar:["تغيير نمط خط {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
2
charting_library/bundles/ar.2787.b95db3c8cfe7fab3c811.js
Normal file
2
charting_library/bundles/ar.2787.b95db3c8cfe7fab3c811.js
Normal file
@@ -0,0 +1,2 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},61856:e=>{e.exports={en:["Extend left line"],ar:["تمديد الخط الأيسر"]}},87430:e=>{e.exports={en:["Extend right line"],ar:["تمديد الخط الأيمن"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]
|
||||
}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ar:["تغيير وضوح خط {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ar:["تغيير عرض خط {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ar:["تغيير لون خط {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ar:["تغيير خط {toolName} الممتد إلى اليسار"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ar:["تغيير خط {toolName} الممتد إلى اليمين"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ar:["تغيير النهاية اليسرى لخط {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ar:["تغيير النهاية يمين خط {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ar:["تغيير نمط خط {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
@@ -1 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2870],{71682:e=>{e.exports={en:["in"]}},72630:e=>{e.exports={en:["Closed"],ar:["أغلقت"]}},18741:e=>{e.exports={en:["Open"],ar:["مفتوح"]}},95931:e=>{e.exports={en:["Cancel Order"],ar:["إلغاء أمر"]}},59783:e=>{e.exports={en:["Close Position"],ar:["إغلاق صفقة"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},47545:e=>{e.exports={en:["FAILURE"],ar:["لم تنجح"]}},1472:e=>{e.exports={en:["Head"],ar:["رأس"]}},27443:e=>{e.exports={en:["Left Shoulder"],ar:["الكتف الأيسر"]}},67710:e=>{e.exports={en:["Modify Order"],ar:["تعديل الأمر"]}},26409:e=>{e.exports={en:["SUCCESS"],ar:["نجاح"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],ar:["وقف:{stopChange} ({stopChangePercent}) {stopChangePip}، الكمية:{amount}"]}},24927:e=>{e.exports={en:["Protect Position"],ar:["حماية المركز"]}},10780:e=>{e.exports={en:["Qty: {qty}"],ar:["كمية:{qty}"]}},98818:e=>{e.exports={en:["Reverse Position"],ar:["عكس الصفقة"]}},14719:e=>{e.exports={en:["Right Shoulder"],ar:["الكتف الأيمن"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],ar:["نسبة المخاطرة/العائد: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],ar:["هدف:{profitChange} ({profitChangePercent}) {profitChangePip}، الكمية:{amount}"]}},44994:e=>{e.exports={en:["distance: {number} px"],ar:["مسافة: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],ar:["{status} الهدف والخسارة:{pnl}"]}}}]);
|
||||
@@ -1,2 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},33004:e=>{e.exports={en:["Counterclockwise"],ar:["عكس عقارب الساعة"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],ar:["تغيير عكس عقارب الساعة {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},46040:e=>{e.exports={en:["change {title} line width"],ar:["تغيير عرض الخط {title}"]}},7455:e=>{e.exports={en:["change {title} line color"],ar:["تغيير لون الخط {title}"]}},30843:e=>{e.exports={en:["change {title} line style"],ar:["تغيير نمط الخط {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={
|
||||
en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
2
charting_library/bundles/ar.3181.259d07263a732c089332.js
Normal file
2
charting_library/bundles/ar.3181.259d07263a732c089332.js
Normal file
@@ -0,0 +1,2 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},33004:e=>{e.exports={en:["Counterclockwise"],ar:["عكس عقارب الساعة"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],ar:["تغيير عكس عقارب الساعة {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},46040:e=>{e.exports={en:["change {title} line width"],ar:["تغيير عرض الخط {title}"]}},7455:e=>{e.exports={en:["change {title} line color"],ar:["تغيير لون الخط {title}"]}},30843:e=>{e.exports={en:["change {title} line style"],ar:["تغيير نمط الخط {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={
|
||||
en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
3
charting_library/bundles/ar.3355.c5e027afabcecc85b871.js
Normal file
3
charting_library/bundles/ar.3355.c5e027afabcecc85b871.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},74872:e=>{e.exports={en:["Label"],ar:["عنوان"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},49765:e=>{e.exports={en:["change {title} background color"],ar:["تغيير اللون لخلفية {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},
|
||||
71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],
|
||||
ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
@@ -1 +1 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],ar:["الحيوانات والطبيعة"]}},21311:e=>{e.exports={en:["activity"],ar:["أنشطة"]}},90678:e=>{e.exports={en:["food & drink"],ar:["الطعام والشراب"]}},6715:e=>{e.exports={en:["flags"],ar:["أعلام"]}},98355:e=>{e.exports={en:["objects"],ar:["أشياء"]}},43438:e=>{e.exports={en:["smiles & people"],ar:["الابتسامات والأشخاص"]}},40457:e=>{e.exports={en:["symbols"],ar:["رموز"]}},88906:e=>{e.exports={en:["recently used"],ar:["مستخدَمٌ حديثاً"]}},28562:e=>{e.exports={en:["travel & places"],ar:["السفر والأماكن"]}},4543:e=>{e.exports={en:["Cancel"],ar:["إلغاء"]}},47742:e=>{e.exports={en:["Close menu"],ar:["إغلاق القائمة"]}},69207:e=>{e.exports={en:["Add to favorites"],ar:["اضف إلى القائمة التفضيلات"]}},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."],ar:["هل تريد حقًا حذف تنسيق الرسم '{name}'؟ احذف الحساب نهائيًا ستختفي رسوماتك وهذا التصميم إلى الأبد."]}},43222: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."],ar:["هل تريد حقًا حذف تنسيق الرسم '{name}' الذي يحتوي على {n_drawings_on_n_symbols}؟ احذف الحساب نهائيًا ستختفي رسوماتك وهذا التصميم إلى الأبد."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"],ar:["تاريخ التعديل (الأقدم أولاً)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],ar:["تاريخ التعديل (الأحدث أولاً)"]}},11478:e=>{e.exports={en:["Layout name"],ar:["اسم التنسيق"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],ar:["اسم التنسيق (A إلى Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],ar:["اسم التنسيق (Z إلى A)"]}},21355:e=>{e.exports={en:["Layouts"],ar:["التنسيقات"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"],ar:["لا توجد تخطيطات مطابقة للمعايير الخاصة بك"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"],ar:["تصنيف حسب اسم التنسيق، وتاريخ التعديل"]}},8573:e=>{e.exports={en:["Search"],ar:["بحث"]}},85106:e=>{e.exports={en:["Remove from favorites"],ar:["حذف من القائمة المفضلة"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ar:["إزالة الرموز التعبيرية المحددة"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],ar:["على {amount} من الرموز","على {amount} من الرموز","على {amount} من الرموز","على {amount} من الرموز","على {amount} من الرموز","على {amount} من الرموز"]}}}]);
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],ar:["الحيوانات والطبيعة"]}},21311:e=>{e.exports={en:["activity"],ar:["أنشطة"]}},90678:e=>{e.exports={en:["food & drink"],ar:["الطعام والشراب"]}},6715:e=>{e.exports={en:["flags"],ar:["أعلام"]}},98355:e=>{e.exports={en:["objects"],ar:["أشياء"]}},43438:e=>{e.exports={en:["smiles & people"],ar:["الابتسامات والأشخاص"]}},40457:e=>{e.exports={en:["symbols"],ar:["رموز"]}},88906:e=>{e.exports={en:["recently used"],ar:["مستخدَمٌ حديثاً"]}},28562:e=>{e.exports={en:["travel & places"],ar:["السفر والأماكن"]}},4543:e=>{e.exports={en:["Cancel"],ar:["إلغاء"]}},47742:e=>{e.exports={en:["Close menu"],ar:["إغلاق القائمة"]}},69207:e=>{e.exports={en:["Add to favorites"],ar:["اضف إلى القائمة التفضيلات"]}},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."],ar:["هل تريد حقًا حذف تنسيق الرسم '{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."],ar:["هل تريد حقًا حذف تنسيق الرسم '{name}' الذي يحتوي على {n_drawings_on_n_symbols}؟ احذف الحساب نهائيًا ستختفي رسوماتك وهذا التصميم إلى الأبد."]}},55108:e=>{e.exports={en:["Date modified (oldest first)"],ar:["تاريخ التعديل (الأقدم أولاً)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],ar:["تاريخ التعديل (الأحدث أولاً)"]}},11478:e=>{e.exports={en:["Layout name"],ar:["اسم التنسيق"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],ar:["اسم التنسيق (A إلى Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],ar:["اسم التنسيق (Z إلى A)"]}},21355:e=>{e.exports={en:["Layouts"],ar:["التنسيقات"]}},63269:e=>{e.exports={en:["No layouts matched your criteria"],ar:["لا توجد تخطيطات مطابقة للمعايير الخاصة بك"]}},5191:e=>{e.exports={en:["Sort by layout name, date changed"],ar:["تصنيف حسب اسم التنسيق، وتاريخ التعديل"]}},8573:e=>{e.exports={en:["Search"],ar:["بحث"]}},85106:e=>{e.exports={en:["Remove from favorites"],ar:["حذف من القائمة المفضلة"]}},47550:e=>{e.exports={en:["Remove selected emoji"],ar:["إزالة الرموز التعبيرية المحددة"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],ar:["على {amount} من الرموز","على {amount} من الرموز","على {amount} من الرموز","على {amount} من الرموز","على {amount} من الرموز","على {amount} من الرموز"]}}}]);
|
||||
3
charting_library/bundles/ar.3367.8357e9248b9de0310231.js
Normal file
3
charting_library/bundles/ar.3367.8357e9248b9de0310231.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}
|
||||
},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={
|
||||
en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
@@ -1,10 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3401,2787,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ar:["#{count} (عمود)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},26381:e=>{e.exports={en:["#1 (bar)"],ar:["#1 (عمود)"]}},37814:e=>{e.exports={en:["#1 (price)"],ar:["#1 (سعر)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],ar:["#1 (سعر، عمود)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],ar:["# 1 (الوضع العمودي، عمود)"]}},29291:e=>{e.exports={en:["Median"],ar:["متوسط"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],ar:["مُعامِلات كنسب مئوية"]}},47370:e=>{e.exports={en:["Color"],ar:["لون"]}},89735:e=>{e.exports={en:["Compact stats mode"],ar:["احصائيات الوضع المدمج"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},87145:e=>{e.exports={en:["Cash"],ar:["السيولة النقدية"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},4518:e=>{e.exports={en:["Change in pips"],ar:["التغيير بالنقاط"]}},9074:e=>{e.exports={en:["Change price offset"],ar:["تغيير تعويض السعر"]}},390:e=>{e.exports={en:["Angle"],ar:["زاوية"]}},36335:e=>{e.exports={en:["Angles"],ar:["زوايا"]}},97668:e=>{e.exports={en:["Account size"],ar:["حجم الحساب"]}},93857:e=>{e.exports={en:["Always show stats"],ar:["أظهر الاحصائيات دائماً"]}},59129:e=>{e.exports={en:["Arcs"],ar:["أقواس"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],ar:["متوسط أعلى-أدنى لأقل تيك"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},17129:e=>{e.exports={en:["Bottom labels"],ar:["عناوين سفلية"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},333:e=>{e.exports={en:["Borders"],ar:["إطارات"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},58375:e=>{e.exports={en:["Background #1"],ar:["الخلفية #1"]}},89073:e=>{e.exports={en:["Bars range"],ar:["نطاق الأعمدة"]}},81356:e=>{e.exports={en:["Grid"],ar:["شبكة"]}},62374:e=>{e.exports={en:["Date/time range"],ar:["نطاق التاريخ/الوقت"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},3369:e=>{e.exports={en:["Distance"],ar:["مسافة"]}},71310:e=>{e.exports={en:["Emoji pin"],ar:["دبوس الرموز التعبيرية"]}},6002:e=>{e.exports={en:["Entry price"],ar:["سعر صفقة التداول"]}},1337:e=>{e.exports={en:["Extend"],ar:["تمديد"]}},76410:e=>{e.exports={en:["Extend bottom"],ar:["تمديد لأسفل"]}},25112:e=>{e.exports={en:["Extend left"],ar:["تمديد لليسار"]}},61856:e=>{e.exports={en:["Extend left line"],ar:["تمديد الخط الأيسر"]}},819:e=>{e.exports={en:["Extend lines"],ar:["تمديد الخطوط"]}},25188:e=>{e.exports={en:["Extend lines left"],ar:["تمديد الخطوط لليسار"]}},79192:e=>{e.exports={en:["Extend lines right"],ar:["تمديد الخطوط يميناً"]}},68461:e=>{e.exports={en:["Extend right"],ar:["تمديد لليمين"]}},87430:e=>{e.exports={en:["Extend right line"],ar:["تمديد الخط الأيمن"]}},71397:e=>{e.exports={en:["Extend top"],ar:["تمديد لأعلى"]}},2573:e=>{e.exports={en:["Font size"],ar:["حجم الخط"]}},71525:e=>{e.exports={en:["Failure text"],
|
||||
ar:["نص الإخفاق"]}},28357:e=>{e.exports={en:["Failure background"],ar:["خلفية الإخفاق"]}},84885:e=>{e.exports={en:["Fans"],ar:["مراوح"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],ar:["مستويات فيبوناتشي استنادا على المقياس اللوغاريتمي"]}},95279:e=>{e.exports={en:["Full circles"],ar:["دوائر كاملة"]}},49275:e=>{e.exports={en:["HL bars"],ar:["أعمدة الارتفاع والانخفاض"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},81169:e=>{e.exports={en:["Invalid URL"],ar:["رابط غير صالح"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},91612:e=>{e.exports={en:["Inside"],ar:["بالداخل"]}},98136:e=>{e.exports={en:["OC bars"],ar:["أعمدة OC"]}},46005:e=>{e.exports={en:["Original"],ar:["أصلي"]}},74045:e=>{e.exports={en:["Lot size"],ar:[" حجم العقد"]}},71571:e=>{e.exports={en:["Lower band #1"],ar:["الحد السفلي"]}},91889:e=>{e.exports={en:["Lower band #2"],ar:["النطاق السفلي #2"]}},83301:e=>{e.exports={en:["Lower band #3"],ar:["النطاق السفلي #3"]}},74872:e=>{e.exports={en:["Label"],ar:["عنوان"]}},73863:e=>{e.exports={en:["Label background"],ar:["خلفية العنوان"]}},79650:e=>{e.exports={en:["Levels"],ar:["مستويات"]}},36937:e=>{e.exports={en:["Levels line"],ar:["خط المستويات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},65e3:e=>{e.exports={en:["Left labels"],ar:["العناوين اليسرى"]}},32982:e=>{e.exports={en:["Line - HL/2"],ar:["خط - ارتفاع / انخفاض / 2"]}},80332:e=>{e.exports={en:["Line - open"],ar:["خط - افتتاح"]}},30216:e=>{e.exports={en:["Line - close"],ar:["خط- إغلاق"]}},18387:e=>{e.exports={en:["Line - high"],ar:["خط - ارتفاع"]}},53880:e=>{e.exports={en:["Line - low"],ar:["خط - انخفاض"]}},3214:e=>{e.exports={en:["Mode"],ar:["الوضع"]}},70382:e=>{e.exports={en:["Modified Schiff"],ar:["شيف المعدل"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},68286:e=>{e.exports={en:["Middle line"],ar:["خط الوسط"]}},12516:e=>{e.exports={en:["Middle point"],ar:["نقطة المنتصف"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],ar:["في المرة القادمة يمكنك استخدام {shortcut} للصق السريع"]}},14279:e=>{e.exports={en:["Source background"],ar:["خلفية المصدر"]}},64598:e=>{e.exports={en:["Source border"],ar:["إطار المصدر"]}},88479:e=>{e.exports={en:["Source text"],ar:["نص المصدر"]}},69904:e=>{e.exports={en:["Schiff"],ar:["سكيف"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},26754:e=>{e.exports={en:["Stats"],ar:["الإحصائيات"]}},16053:e=>{e.exports={en:["Stats position"],ar:["موقف الإحصائيات"]}},33310:e=>{e.exports={en:["Stop color"],ar:["لون وقف الخسارة"]}},23814:e=>{e.exports={en:["Stop level"],ar:["مستوى وقف الخسارة"]}},23971:e=>{e.exports={en:["Success text"],ar:["نص النجاح"]}},90431:e=>{e.exports={en:["Success background"],ar:["خلفية النجاح"]}},73525:e=>{e.exports={en:["Percent change"],ar:["التغيير في المئة"]}},33120:e=>{e.exports={en:["Percents"],ar:["نسب مئوية"]}},83840:e=>{e.exports={en:["Price"],ar:["سعر"]}},97273:e=>{e.exports={
|
||||
en:["Price label"],ar:["ملصق السعر"]}},42747:e=>{e.exports={en:["Price labels"],ar:["عنوان السعر"]}},58557:e=>{e.exports={en:["Price levels"],ar:["مستويات السعر"]}},62362:e=>{e.exports={en:["Price range"],ar:["المدى السعري"]}},78393:e=>{e.exports={en:["Price/bar ratio"],ar:["نسبة السعر/العمود"]}},29416:e=>{e.exports={en:["Prices"],ar:["أسعار"]}},67852:e=>{e.exports={en:["Profit level"],ar:["مستوى جني الأرباح"]}},27177:e=>{e.exports={en:["Ranges and ratio"],ar:["نطاقات ونِسب"]}},64489:e=>{e.exports={en:["Reverse"],ar:["انعكاس"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},28971:e=>{e.exports={en:["Right labels"],ar:["ملصقات على اليمين"]}},63886:e=>{e.exports={en:["Risk"],ar:["مخاطرة"]}},32998:e=>{e.exports={en:["Wave"],ar:["الموجة"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},32163:e=>{e.exports={en:["Wick"],ar:["ظل الشمعة"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},74939:e=>{e.exports={en:["Top labels"],ar:["عناوين القمة"]}},95631:e=>{e.exports={en:["Target background"],ar:["خلفية الهدف"]}},79622:e=>{e.exports={en:["Target border"],ar:["إطار الهدف"]}},3560:e=>{e.exports={en:["Target color"],ar:["لون الهدف:"]}},59264:e=>{e.exports={en:["Target text"],ar:["نص الهدف"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},54971:e=>{e.exports={en:["Thickness"],ar:["السُّمْك"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},56822:e=>{e.exports={en:["Time label"],ar:["ملصق الوقت"]}},58476:e=>{e.exports={en:["Time levels"],ar:["مستويات الوقت"]}},19788:e=>{e.exports={en:["Transparency"],ar:["الشفافية"]}},51574:e=>{e.exports={en:["Trend line"],ar:["خط الاتجاه"]}},21315:e=>{e.exports={en:["Upper band #1"],ar:["الحد العلوي"]}},65448:e=>{e.exports={en:["Upper band #2"],ar:["النطاق العلوي #2"]}},64848:e=>{e.exports={en:["Upper band #3"],ar:["النطاق العلوي #3"]}},28683:e=>{e.exports={en:["Use one color"],ar:["استخدم لون واحد"]}},5682:e=>{e.exports={en:["VWAP"],ar:["متوسط السعر المرجح بحجم التداول"]}},37644:e=>{e.exports={en:["Volume"],ar:["حجم التداول"]}},60092:e=>{e.exports={en:["Values"],ar:["القِيم"]}},29566:e=>{e.exports={en:["Variance"],ar:["التباين"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},3894:e=>{e.exports={en:["change angle"],ar:["تغيير الزاوية"]}},77931:e=>{e.exports={en:["change arrow color"],ar:["تغيير لون السهم"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},77883:e=>{e.exports={en:["change flag color"],ar:["تغيير لون العلم"]}},83842:e=>{e.exports={en:["change image"]}},65309:e=>{e.exports={en:["change image transparency"],ar:["تغيير شفافية الصورة"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},74883:e=>{e.exports={en:["change top margin"],ar:["تغيير الهامش العلوي"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],ar:["تغيير إحداثيات الوضع الرأسي Y"]}},83030:e=>{e.exports={
|
||||
en:["change {title} VWAP line color"],ar:["تغيير لون خط VWAP {title}"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],ar:["تغيير عرض خط VWAP {title}"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],ar:["تغيير وضوح معامل {title} كنسبة رؤية"]}},49442:e=>{e.exports={en:["change {title} color"],ar:["تغيير لون {title}"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],ar:["تغيير الوضع المدمج لإحصائيات {title}"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],ar:["تغيير لون حدود {title} الصاعدة"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],ar:["تغيير وضوح حدود {title} الصاعدة"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],ar:["تغيير لون حدود {title} الهابطة"]}},80022:e=>{e.exports={en:["change {title} candle down color"],ar:["تغيير لون شموع {title} الهابطة"]}},21631:e=>{e.exports={en:["change {title} candle up color"],ar:["تغيير لون شموع {title} الصاعدة"]}},33589:e=>{e.exports={en:["change {title} candle wick color"],ar:["تغيير لون ظلال شموع {title}"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],ar:["تغيير وضوح ظلال شموع {title}"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"],ar:["تغيير وضوح نقاط تغير {title}"]}},91600:e=>{e.exports={en:["change {title} currency"],ar:["تغيير {title} العملة"]}},59288:e=>{e.exports={en:["change {title} angle visibility"],ar:["تغيير وضوح زاوية {title}"]}},99232:e=>{e.exports={en:["change {title} account size"],ar:["تغيير حجم الحساب {title}"]}},80390:e=>{e.exports={en:["change {title} always show stats"],ar:["تغيير {title} لتظهر دائما الإحصائيات"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ar:["تغيير لون كل الخطوط {title}"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],ar:["تغيير لون خط أقواس {title} {index}"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],ar:["تغيير عرض خط أقواس {title} {index}"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],ar:["تغيير وضوح أقواس {title} {index}"]}},39393:e=>{e.exports={en:["change {title} average HL value"],ar:["تغيير قيمة متوسط أعلى-أدنى {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],ar:["تغيير وضوح الملصقات السفلى {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ar:["تغيير وضوح الخلفية {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ar:["تغيير اللون لخلفية {title}"]}},2788:e=>{e.exports={en:["change {title} background color 1"],ar:["تغيير اللون 1 لخلفية {title}"]}},47108:e=>{e.exports={en:["change {title} background color 2"],ar:["تغيير اللون 2 لخلفية {title}"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],ar:["تغيير وضوح نطاق الأعمدة {title}"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],ar:["تغيير وضوح شبكة {title}"]}},36467:e=>{e.exports={
|
||||
en:["change {title} grid line color"],ar:["تغيير وضوح الملصقات العليا {title}"]}},54244:e=>{e.exports={en:["change {title} grid line style"],ar:["تغيير نمط خط الشبكة {title}"]}},30127:e=>{e.exports={en:["change {title} grid line width"],ar:["تغيير لون شبكة الخطوط {title}"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],ar:["تغيير وضوح نطاق التاريخ/الوقت {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},86650:e=>{e.exports={en:["change {title} degree"],ar:["تغيير درجة {title}"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],ar:["تغيير وضوح المسافة {title}"]}},73247:e=>{e.exports={en:["change {title} emoji"],ar:["تغيير الرمز التعبيري {title}"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],ar:["تغيير وضوح الرموز التعبيرية {title}"]}},91534:e=>{e.exports={en:["change {title} entry price"],ar:["تغيير سعر الدخول {title}"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],ar:["تغيير التمديد لأسفل {title}"]}},35139:e=>{e.exports={en:["change {title} extend left"],ar:["تغيير التمديد لليسار {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ar:["تغيير تمديد الخط {title}"]}},30126:e=>{e.exports={en:["change {title} extend top"],ar:["تغيير التمديد لأعلى {title}"]}},58052:e=>{e.exports={en:["change {title} extending left"],ar:["تغيير التمديد لليسار {title}"]}},74867:e=>{e.exports={en:["change {title} extending right"],ar:["تغيير التمديد لليمين {title}"]}},10390:e=>{e.exports={en:["change {title} extension"],ar:["تغيير امتداد {title}"]}},58406:e=>{e.exports={en:["change {title} failure text color"],ar:["تغيير لون نص عدم نجاح {title}"]}},91321:e=>{e.exports={en:["change {title} failure background color"],ar:["تغيير لون خلفية عدم نجاح {title}"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],ar:["تغيير وضوح خط المروحة {title} {index}"]}},6298:e=>{e.exports={en:["change {title} fan {index} line width"],ar:["تغيير عرض خط المروحة {title} {index}"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],ar:["تغيير لون خط مروحة {title} {index}"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],ar:["تغيير وضوح المراوح {title}"]}},1716:e=>{e.exports={en:["change {title} fans line color"],ar:["تغيير لون خط المراوح {title}"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],ar:["تغيير مستويات فيبوناتشي {title} على أساس المقياس اللوغاريتمي"]}},10643:e=>{e.exports={en:["change {title} flipped"],ar:["تغيير {title} المقلوب"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],ar:["تغيير وضوح الدوائر الكاملة {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},86993:e=>{e.exports={en:["change {title} image background color"],ar:["تغيير لون خلفية الصورة {title}"]}},54087:e=>{e.exports={
|
||||
en:["change {title} lot size"],ar:["تغيير حجم اللوت {title}"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],ar:["تغيير لون خط النطاق السفلي {title}"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],ar:["تغيير وضوح خط النطاق السفلي {title}"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],ar:["تغيير عرض خط النطاق السفلي {title}"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],ar:["تغيير لون خط النطاق السفلي #2 {title}"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],ar:["تغيير وضوح خط النطاق السفلي #2 {title}"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],ar:["تغيير عرض خط النطاق السفلي #2 {title}"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],ar:["تغيير لون خط النطاق السفلي #3 {title}"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],ar:["تغيير وضوح خط النطاق السفلي #3 {title}"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],ar:["تغيير عرض خط النطاق السفلي #3 {title}"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ar:["تغيير محاذاة الملصقات {title}"]}},19658:e=>{e.exports={en:["change {title} labels font size"],ar:["تغيير حجم خط الملصقات {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],ar:["تغيير وضوح الملصقات {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ar:["تغيير معامل خط مستوى {title} {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ar:["تغيير لون خط مستوى {title} {index}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ar:["تغيير نمط خط مستوى {title} {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ar:["تغيير وضوح مستوى خط {title} {index}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ar:["تغيير عرض خط مستوى {title} {index}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ar:["تغيير وضوح المستويات {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],ar:["تغيير وضوح الملصقات اليسرى {title}"]}},57462:e=>{e.exports={en:["change {title} mode"],ar:["تغيير وضع {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],ar:["تغيير وضوح نقطة المنتصف {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},55134:e=>{e.exports={en:["change {title} mirrored"],ar:["تغيير {title} المعكوس"]}},63047:e=>{e.exports={en:["change {title} source background color"],ar:["تغيير لون خلفية المصدر {title}"]}},93889:e=>{e.exports={en:["change {title} source border color"],ar:["تغيير لون حدود المصدر {title}"]}},45833:e=>{e.exports={
|
||||
en:["change {title} source text color"],ar:["تغيير لون نص المصدر {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},98463:e=>{e.exports={en:["change {title} style"],ar:["تغيير نمط {title}"]}},86722:e=>{e.exports={en:["change {title} stats position"],ar:["تغيير موضع الإحصائيات {title}"]}},26598:e=>{e.exports={en:["change {title} stop color"],ar:["تغيير لون الإيقاف {title}"]}},45438:e=>{e.exports={en:["change {title} stop level"],ar:["تغيير مستوى الإيقاف {title}"]}},27503:e=>{e.exports={en:["change {title} stop price"],ar:["تغيير سعر الإيقاف {title}"]}},71715:e=>{e.exports={en:["change {title} success text color"],ar:["تغيير لون نص نجاح {title}"]}},80428:e=>{e.exports={en:["change {title} success background color"],ar:["تغيير لون خلفية نجاح {title}"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"],ar:["تغيير وضوح نسبة تغير {title}"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],ar:["تغيير وضوح ملصقات أسعار {title}"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],ar:["تغيير وضوح ملصقات أسعار {title}"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],ar:["تغيير وضوح ملصقات أسعار {title}"]}},727:e=>{e.exports={en:["change {title} price visibility"],ar:["تغيير وضوح أسعار {title}"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],ar:["تغيير وضوح أسعار {title}"]}},64330:e=>{e.exports={en:["change {title} profit level"],ar:["تغيير مستوى الربح {title}"]}},12073:e=>{e.exports={en:["change {title} profit price"],ar:["تغيير سعر ربح {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],ar:["تغيير {title} المعكوس"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],ar:["تغيير وضوح الملصقات اليمنى {title}"]}},79875:e=>{e.exports={en:["change {title} risk"],ar:["تغيير مخاطرة {title}"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],ar:["تغيير وضع عرض الخاطرة {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},60111:e=>{e.exports={en:["change {title} width"],ar:["تغيير عرض {title}"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],ar:["تغيير وضوح الملصقات العليا {title}"]}},25987:e=>{e.exports={en:["change {title} target background color"],ar:["تغيير لون خلفية الهدف {title}"]}},24138:e=>{e.exports={en:["change {title} target border color"],ar:["تغيير لون إطارات الهدف {title}"]}},10504:e=>{e.exports={en:["change {title} target color"],ar:["تغيير لون الهدف {title}"]}},32230:e=>{e.exports={en:["change {title} target text color"],ar:["تغيير لون نص الهدف {title}"]}},30353:e=>{e.exports={en:["change {title} text visibility"],ar:["تغيير رؤية نص {title}"]}},94455:e=>{e.exports={en:["change {title} text alignment"],ar:["تغيير محاذاة نص {title}"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],
|
||||
ar:["تغيير وضوح ملصقات وقت {title}"]}},51085:e=>{e.exports={en:["change {title} transparency"],ar:["تغيير وضوح {title}"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],ar:["تغيير لون خط النطاق العلوي {title}"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],ar:["تغيير وضوح خط النطاق العلوي {title}"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],ar:["تغيير عرض خط النطاق العلوي {title}"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],ar:["تغيير لون خط النطاق العلوي #2 {title}"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"],ar:["تغيير وضوح خط النطاق العلوي #2 {title}"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],ar:["تغيير عرض خط النطاق العلوي #2 {title}"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],ar:["تغيير لون خط النطاق العلوي #3 {title}"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],ar:["تغيير وضوح خط النطاق العلوي #3 {title}"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],ar:["تغيير عرض خط النطاق العلوي #3 {title}"]}},36336:e=>{e.exports={en:["change {title} volume visibility"],ar:["تغيير رؤية وحدة التخزين {title}"]}},23171:e=>{e.exports={en:["change {title} variance value"],ar:["تغيير قيمة التباين {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ar:["تغيير وضوح خط {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ar:["تغيير عرض خط {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ar:["تغيير لون خط {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ar:["تغيير خط {toolName} الممتد إلى اليسار"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ar:["تغيير خط {toolName} الممتد إلى اليمين"]}},21474:e=>{e.exports={
|
||||
en:["change {toolName} line left end"],ar:["تغيير النهاية اليسرى لخط {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ar:["تغيير النهاية يمين خط {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ar:["تغيير نمط خط {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},61218:e=>{e.exports={en:["backgrounds color"],ar:["لون الخلفية"]}},48433:e=>{e.exports={en:["backgrounds filled"],ar:["تم ملء الخلفيات"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},24621:e=>{e.exports={en:["lines color"],ar:["لون الخط"]}},96400:e=>{e.exports={en:["lines style"],ar:["نمط الخط"]}},41594:e=>{e.exports={en:["lines width"],ar:["عرض الخط"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},59012:e=>{e.exports={en:["show price"],ar:["عرض السعر"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},44461:e=>{e.exports={en:["text color"],ar:["لون النص"]}},3539:e=>{e.exports={
|
||||
en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
59
charting_library/bundles/ar.3786.99bfb372318533e2d1c4.js
Normal file
59
charting_library/bundles/ar.3786.99bfb372318533e2d1c4.js
Normal file
@@ -0,0 +1,59 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{53310:e=>{e.exports={en:["Re"],ar:["إعادة"]}},85119:e=>{e.exports={en:["Dark"],ar:["داكن"]}},96870:e=>{e.exports={en:["Light"],ar:["فاتح"]}},85886:e=>{e.exports={en:["d"],ar:["يوم"]}},44634:e=>{e.exports={en:["h"],ar:["ساعة"]}},5977:e=>{e.exports={en:["m"],ar:["دقيقة"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],ar:["نسخة {title}"]}},38691:e=>{e.exports={en:["D"],ar:["يوم"]}},77995:e=>{e.exports={en:["M"],ar:["شهر"]}},93934:e=>{e.exports={en:["R"],ar:["نطاق"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],ar:["أسبوع"]}},38048:e=>{e.exports={en:["h"],ar:["ساعة"]}},68430:e=>{e.exports={en:["m"],ar:["دقيقة"]}},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"],ar:["%K"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],ar:["مستوى اللون -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],ar:["مستوى اللون -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],ar:["مستوى اللون -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],ar:["مستوى اللون -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],ar:["مستوى اللون 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],ar:["مستوى اللون 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],ar:["مستوى اللون 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],ar:["مستوى اللون 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],ar:["مستوى اللون 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],ar:["مستوى اللون 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],ar:["مستوى اللون 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],ar:["مستوى اللون 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],ar:["مستوى اللون 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],ar:["مستوى اللون 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],ar:["مستوى اللون 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],ar:["مستوى اللون 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],ar:["الفترة الأولى"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],ar:["مستوى اللون 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],ar:["مستوى اللون 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],ar:["الفترة الثانية"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],ar:["مستوى اللون 3.618"]},e.exports["3.65 Level Color_input"]={
|
||||
en:["3.65 Level Color"],ar:["مستوى اللون 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],ar:["الفترة الثالثة"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],ar:["مستوى اللون 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],ar:["الفترة الرابعة"]},e.exports["5th Period_input"]={en:["5th Period"],ar:["الفترة الخامسة"]},e.exports["6th Period_input"]={en:["6th Period"],ar:["الفترة السادسة"]},e.exports.ADR_B_input={en:["ADR_B"],ar:["DADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],ar:["تحسين مؤشر متوسط الحركة الاتجاهية"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],ar:["تحسين مؤشر متوسط الحركة الاتجاهية"]},e.exports.ADX_input={en:["ADX"],ar:["متوسط مؤشر الاتجاه (ADX)"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],ar:["مضاعف ATR"]},e.exports["ATR length_input"]={en:["ATR length"],ar:["فترة حساب ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"],ar:["متوسط المدى الحقيقي ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],ar:["تجميع/توزيع"]},e.exports["All items_combobox_input"]={en:["All items"],ar:["جميع المواد"]},e.exports.All_input={en:["All"],ar:["كل"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],ar:["فترة التثبيت"]},e.exports["Another symbol_input"]={en:["Another symbol"],ar:["رمز آخر"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],ar:["أرون هابط"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],ar:["أرون صاعد"]},e.exports.Average_input={en:["Average"],ar:["متوسط"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],ar:["فترات حساب المتوسّط"]},e.exports.Back_input={en:["Back"],ar:["عودة"]},e.exports["Bands style_input"]={en:["Bands style"],ar:["نمط الحدود"]},e.exports.Bar_input={en:["Bar"],ar:["عمود"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],ar:["فترات خط الأساس"]},e.exports["Base Line_input"]={en:["Base Line"],ar:["خط الأساس"]},e.exports.Basis_input={en:["Basis"],ar:["أساس"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],ar:["حدود بولنجر %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],ar:["عرض حدود بولنجر"]},e.exports.Borders_input={en:["Borders"],ar:["حدود"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],ar:["طريقة تعيين حجم الصندوق"]},e.exports["Box size_input"]={en:["Box size"],ar:["حجم المربع"]},e.exports.CCI_input={en:["CCI"],ar:["مؤشر قناة السلع، CCI"]},e.exports.CHOP_input={en:["CHOP"],ar:["نطاق تقلب سعري (نطاق شوب)"]},e.exports.Cancel_input={en:["Cancel"],ar:["إلغاء"]},e.exports.Candles_input={en:["Candles"],ar:["الشموع"]},e.exports.Centered_input={en:["Centered"],ar:["مركزي"]},e.exports.Century_input={en:["Century"],ar:["قرن"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],ar:["مؤشر شايكين"]},e.exports["Chande MO_input"]={en:["Chande MO"],ar:["مؤشر زخم اتشاند"]},e.exports.Close_input={en:["Close"],ar:["إغلاق"]},e.exports["Color 0_input"]={en:["Color 0"],ar:["لون 0"]},e.exports["Color 1_input"]={en:["Color 1"],
|
||||
ar:["لون 1"]},e.exports["Color 2_input"]={en:["Color 2"],ar:["لون 2"]},e.exports["Color 3_input"]={en:["Color 3"],ar:["لون 3"]},e.exports["Color 4_input"]={en:["Color 4"],ar:["لون 4"]},e.exports["Color 5_input"]={en:["Color 5"],ar:["لون 5"]},e.exports["Color 6_input"]={en:["Color 6"],ar:["لون 6"]},e.exports["Color 7_input"]={en:["Color 7"],ar:["لون 7"]},e.exports["Color 8_input"]={en:["Color 8"],ar:["لون 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],ar:["تلوين الأعمدة طبقًا للإغلاق السابق"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],ar:["تلوين الأعمدة طبقًا للإغلاق السابق"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],ar:["فترات خط التحويل"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],ar:["خط التحويل"]},e.exports.Correlation_input={en:["Correlation"],ar:["علاقة ارتباط"]},e.exports.Count_input={en:["Count"],ar:["عد"]},e.exports.Crosses_input={en:["Crosses"],ar:["تقاطعات"]},e.exports.Custom_input={en:["Custom"],ar:["ُمخصص"]},e.exports.DEMA_input={en:["DEMA"],ar:["المتوسط المتحرك الأسي المزدوج DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],ar:["طول مؤشر الاتجاه"]},e.exports.DPO_input={en:["DPO"],ar:["مؤشر تذبذب السعر"]},e.exports.D_input={en:["D"],ar:["يوم"]},e.exports.Day_input={en:["Day"],ar:["يوم"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],ar:["أيام في السنة"]},e.exports.Decade_input={en:["Decade"],ar:["عقد"]},e.exports.Delta_input={en:["Delta"],ar:["دلتا"]},e.exports.Depth_input={en:["Depth"],ar:["عمق"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],ar:["مؤشر تذبذب السعر"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],ar:["تطوير نقطة التغير"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],ar:["الإنحراف (%)"]},e.exports.Deviation_input={en:["Deviation"],ar:["الانحراف"]},e.exports.Divisor_input={en:["Divisor"],ar:["المقام (المقسوم عليه)"]},e.exports["Down Volume_input"]={en:["Down Volume"],ar:["تراجع حجم التداول"]},e.exports["Down bars_input"]={en:["Down bars"],ar:["الأعمدة الهابطة"]},e.exports["Down color_input"]={en:["Down color"],ar:["لون هابط"]},e.exports["Down fractals_input"]={en:["Down fractals"],ar:["فركتلات هابطة"]},e.exports.EOM_input={en:["EOM"],ar:["بيانات نهاية الشهر"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],ar:["كل (ما قبل الجلسة، الجلسة، ما بعد الجلسة)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],ar:["مؤشر قوى إلدر"]},e.exports["Equality Line_input"]={en:["Equality Line"],ar:["خط المساواة"]},e.exports.Exponential_input={en:["Exponential"],ar:["أسي"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],ar:["إمتداد نقطة التغير إلى اليمين"]},e.exports["Extend Right_input"]={en:["Extend Right"],ar:["تمديد لليمين"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],ar:["تمديد VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],ar:["تمديد VAL Right"]},
|
||||
e.exports["Extend to last bar_input"]={en:["Extend to last bar"],ar:["مد إلى آخر شمعة أو عمود بياني"]},e.exports.Falling_input={en:["Falling"],ar:["هابط"]},e.exports["Fast Length_input"]={en:["Fast Length"],ar:["طول الخط السريع"]},e.exports["Fast length_input"]={en:["Fast length"],ar:["طول الخط السريع"]},e.exports.Fill_input={en:["Fill"],ar:["تنفيذ"]},e.exports.Fisher_input={en:["Fisher"],ar:["تحويلة فيشر"]},e.exports.Growing_input={en:["Growing"],ar:["صاعد"]},e.exports["HLC bars_input"]={en:["HLC bars"],ar:["الأعمدة HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],ar:["مربع الأعمدة الإحصائية"]},e.exports.Histogram_input={en:["Histogram"],ar:["أعمدة أحصائية"]},e.exports["Hull MA_input"]={en:["Hull MA"],ar:["متوسط متحرك هال"]},e.exports.Increment_input={en:["Increment"],ar:["ازدياد"]},e.exports.Indicator_input={en:["Indicator"],ar:["مؤشر"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],ar:["الأداة 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],ar:["الأداة 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],ar:["طول EMA 1 للمستثمر"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],ar:["طول EMA 2 للمستثمر"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],ar:["طول EMA 3 للمستثمر"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],ar:["طول EMA 4 للمستثمر"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],ar:["طول EMA 5 للمستثمر"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],ar:["طول EMA 6 للمستثمر"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],ar:["طول الفك"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"],ar:["فك"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],ar:["ملصقات المركز"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],ar:["الملصقات على مقياس السعر"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],ar:["الفترات المتأخرة"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],ar:["مدى التأخير"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],ar:["فترات المناوبة الرائدة"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],ar:["الفترة الرائدة A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],ar:["الفترة الرائدة B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],ar:["الفترة الرائدة B"]},e.exports["Length EMA_input"]={en:["Length EMA"],ar:["طول المتوسط المتحرك الأسي"]},e.exports["Length MA_input"]={en:["Length MA"],ar:["طول المتوسط المتحرك"]},e.exports.Length1_input={en:["Length1"],ar:["طول 1"]},e.exports.Length2_input={en:["Length2"],ar:["طول 2"]},e.exports.Length3_input={en:["Length3"],ar:["طول 3"]},e.exports.Length_input={en:["Length"],ar:["طول"]},e.exports.Level_input={en:["Level"],ar:["مستوى"]},e.exports["Levels Format_input"]={en:["Levels Format"],ar:["تنسيق المستويات"]},
|
||||
e.exports.Limit_input={en:["Limit"],ar:["حد"]},e.exports.Line_input={en:["Line"],ar:["خط"]},e.exports["Lips Length_input"]={en:["Lips Length"],ar:["طول الشفاه"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"],ar:["الشفاه"]},e.exports["Long Length_input"]={en:["Long Length"],ar:["طويل"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],ar:["قيمة معدل تغير كبيرة"]},e.exports["Long length_input"]={en:["Long length"],ar:["مسافة طول كبيرة"]},e.exports["Long period_input"]={en:["Long period"],ar:["فترة زمنية طويلة"]},e.exports.Long_input={en:["Long"],ar:["شراء"]},e.exports["Lower Band_input"]={en:["Lower Band"],ar:["الحد السفلي"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],ar:["انحراف أدنى"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],ar:["النسبة المئوية الدنيا"]},e.exports.LowerLimit_input={en:["LowerLimit"],ar:["حد أدنى"]},e.exports.Lower_input={en:["Lower"],ar:["أدنى"]},e.exports["MA Length_input"]={en:["MA Length"],ar:["طول المتوسط المتحرك"]},e.exports.MACD_input={en:["MACD"],ar:["الماكد"]},e.exports.MA_input={en:["MA"],ar:["المتوسط المتحرك"]},e.exports.MF_input={en:["MF"],ar:["التدفق النقدي"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"],ar:["على مدى شهري"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"],ar:["رمز الرسم البياني الرئيسي"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],ar:["النسبة المئوية لإغلاقات السوق"]},e.exports["Market only_input"]={en:["Market only"],ar:["السوق فقط"]},e.exports["Max value_input"]={en:["Max value"],ar:["القيمة العظمى"]},e.exports.Median_input={en:["Median"],ar:["قيمة متوسطة"]},e.exports.Method_input={en:["Method"],ar:["طريقة"]},e.exports.Middle_input={en:["Middle"],ar:["منتصف"]},e.exports.Minimize_input={en:["Minimize"],ar:["تصغير"]},e.exports.Month_input={en:["Month"],ar:["شهر"]},e.exports.Move_input={en:["Move"],ar:["حركة"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"],ar:["متعدد الأطر الزمنية"]},e.exports.Multiplier_input={en:["Multiplier"],ar:["متضاعف"]},e.exports.NV_input={en:["NV"],ar:["شركة عامة nv"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],ar:["لم يتم إخيار شيء"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],ar:["عدد الصفوف"]},e.exports["Number of line_input"]={en:["Number of line"],ar:["عدد الخطوط"]},e.exports.OSC_input={en:["OSC"],ar:["مؤشر متذبذب"]},e.exports.Offset_input={en:["Offset"],ar:["موازن"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"],ar:["مؤشر obv"]},e.exports["One step back building_input"]={en:["One step back building"],ar:["خطوة واحدة إلى الوراء"]},e.exports.Oscillator_input={en:["Oscillator"],ar:["مؤشر متذبذب"]},e.exports.Overbought_input={en:["Overbought"],ar:["تشبع شرائي"]},e.exports.Oversold_input={en:["Oversold"],ar:["تشبع بيعي"]},e.exports.POC_input={en:["POC"],ar:["نقطة التغير"]},e.exports.PVT_input={en:["PVT"],ar:["اتجاه حجم تداول الأسعار"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"],
|
||||
ar:["بارابوليك سار"]},e.exports.Percent_input={en:["Percent"],ar:["نسبة مئوية"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"],ar:["النسبة المئوية LTP ({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"],ar:["النسبة المئوية LTP"]},e.exports.Percentage_input={en:["Percentage"],ar:["النسبة المئوية"]},e.exports.Period_input={en:["Period"],ar:["الفترة الزمنية"]},e.exports.Periods_input={en:["Periods"],ar:["الفترات"]},e.exports["Phantom bars_input"]={en:["Phantom bars"],ar:["قيم التداول الخاطئة"]},e.exports.Placement_input={en:["Placement"],ar:["وضع"]},e.exports.Plot_input={en:["Plot"],ar:["ارسم"]},e.exports["Plots Background_input"]={en:["Plots Background"],ar:["خلفية الرسومات"]},e.exports["Post-market only_input"]={en:["Post-market only"],ar:["ما بعد الجلسة فقط"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],ar:["ما قبل الجلسة فقط"]},e.exports["Price source_input"]={en:["Price source"],ar:["مصدر السعر"]},e.exports.Price_input={en:["Price"],ar:["سعر"]},e.exports["Projection down bars_input"]={en:["Projection down bars"],ar:["إسقاط الأعمدة الهابطة"]},e.exports["Projection down color_input"]={en:["Projection down color"],ar:["تقليل درجة لون العرض"]},e.exports["Projection up bars_input"]={en:["Projection up bars"],ar:["إسقاط الأعمدة الصاعدة"]},e.exports["Projection up color_input"]={en:["Projection up color"],ar:["زيادة درجة لون العرض"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"],ar:["طول معدل التغير"]},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"],ar:["معدل التغير"]},e.exports["RSI Length_input"]={en:["RSI Length"],ar:["طول مؤشر القوى النسبية"]},e.exports["RSI Source_input"]={en:["RSI Source"],ar:["مصدر مؤشر القوى النسبية"]},e.exports.RSI_input={en:["RSI"],ar:["مؤشر القوى النسبية"]},e.exports.RVGI_input={en:["RVGI"],ar:["مؤشر النشاط النسبي"]},e.exports.RVI_input={en:["RVI"],ar:["مؤشر النشاط النسبي"]},e.exports.Range_input={en:["Range"],ar:["النطاق"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"],ar:["معدل تغير فترة المراقبة"]},e.exports["Reversal amount_input"]={en:["Reversal amount"],ar:["قيمة الإنعكاس"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],ar:["الفترات المتعاقبة"]},e.exports["Row Size_input"]={en:["Row Size"],ar:["حجم الصف"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],ar:["تخطيط الصفوف"]},e.exports.SMALen1_input={en:["SMALen1"],ar:["المتوسط المتحرك البسيط 1"]},e.exports.SMALen2_input={en:["SMALen2"],ar:["المتوسط المتحرك البسيط 2"]},e.exports.SMALen3_input={en:["SMALen3"],ar:["المتوسط المتحرك البسيط 3"]},e.exports.SMALen4_input={en:["SMALen4"],ar:["المتوسط المتحرك البسيط 4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"],ar:["مؤشر إرجوديك SMI"]},e.exports.SMI_input={en:["SMI"],ar:["مؤشر إرجوديك SMI"]},e.exports.Session_input={en:["Session"],ar:["جلسة"]},
|
||||
e.exports.Sessions_input={en:["Sessions"],ar:["الجلسات"]},e.exports.Shapes_input={en:["Shapes"],ar:["أشكال"]},e.exports["Short Length_input"]={en:["Short Length"],ar:["قصير"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"],ar:["معدل التغير القصير"]},e.exports["Short length_input"]={en:["Short length"],ar:["قصير"]},e.exports["Short period_input"]={en:["Short period"],ar:["فترة زمنية قصيرة"]},e.exports.Short_input={en:["Short"],ar:["بيع"]},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)"],ar:["عرض الأسعار الحقيقية على مقياس السعر (بدلًا من سعر هيكن آشي)"]},e.exports.SigLen_input={en:["SigLen"],ar:["إشارة"]},e.exports.Sig_input={en:["Sig"],ar:["إشارة"]},e.exports.Sigma_input={en:["Sigma"],ar:["سيجما"]},e.exports["Signal Length_input"]={en:["Signal Length"],ar:["إشارة"]},e.exports["Signal line period_input"]={en:["Signal line period"],ar:["فترة خط اإلشارة"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],ar:["تحسين الإشارة"]},e.exports.Signal_input={en:["Signal"],ar:["إشارة"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"],ar:["المتوسط المتحرك البسيط (كمتذبذب)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"],ar:["المتوسط المتحرك البسيط (كخط فردي)"]},e.exports.Simple_input={en:["Simple"],ar:["بسيط"]},e.exports["Slow Length_input"]={en:["Slow Length"],ar:["طول الخط البطيء"]},e.exports["Slow length_input"]={en:["Slow length"],ar:["بطيء"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"],ar:["طول التحسين"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],ar:["خط التحسين"]},e.exports.Smoothing_input={en:["Smoothing"],ar:["تحسين"]},e.exports.Source_input={en:["Source"],ar:["مصدر"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],ar:["الأخطاء المعيارية"]},e.exports.Start_input={en:["Start"],ar:["ابدأ"]},e.exports.StdDev_input={en:["StdDev"],ar:["الانحراف المعياري"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],ar:["طول الاستوكاستك"]},e.exports.Style_input={en:["Style"],ar:["النمط"]},e.exports.Symbol_input={en:["Symbol"],ar:["رمز"]},e.exports.TEMA_input={en:["TEMA"],ar:["المتوسط المتحرك الأسي الثلاثي"]},e.exports.TRIX_input={en:["TRIX"],ar:["مؤشر TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"],ar:["طول الأسنان"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"]},e.exports.Teeth_input={en:["Teeth"],ar:["الأسنان"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],ar:['علامة سعرية "تك" لكل صف']},e.exports.Timeframe_input={en:["Timeframe"],ar:["إطار زمني"]},e.exports.Total_input={en:["Total"],ar:["إجمالي"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],ar:["طول 1 EMA للمتداول"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],ar:["طول 2 EMA للمتداول"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],ar:["طول 3 EMA للمتداول"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"],ar:["طول 4 EMA للمتداول"]},
|
||||
e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],ar:["طول 5 EMA للمتداول"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],ar:["طول 6 EMA للمتداول"]},e.exports.Traditional_input={en:["Traditional"],ar:["تقليدي"]},e.exports.Trigger_input={en:["Trigger"],ar:["إشارة الدخول (الزناد)"]},e.exports.Type_input={en:["Type"],ar:["نوع"]},e.exports.UO_input={en:["UO"],ar:["مؤشر ألتميت"]},e.exports["Up Volume_input"]={en:["Up Volume"],ar:["حجم تداول صاعد"]},e.exports["Up bars_input"]={en:["Up bars"],ar:["الأعمدة الصاعدة"]},e.exports["Up color_input"]={en:["Up color"],ar:["لون صاعد"]},e.exports["Up fractals_input"]={en:["Up fractals"],ar:["فركتلات صاعدة"]},e.exports["Up/Down_input"]={en:["Up/Down"],ar:["صعود/هبوط"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],ar:["طول الصعود أو الهبوط"]},e.exports["Upper Band_input"]={en:["Upper Band"],ar:["الحد العلوي"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],ar:["الانحراف العلوي"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],ar:["النسبة المئوية العليا"]},e.exports.UpperLimit_input={en:["UpperLimit"],ar:["الانحراف العلوي"]},e.exports.Upper_input={en:["Upper"],ar:["العلوي"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],ar:["استخدام الانحراف السفلي"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],ar:["استخدام الانحراف العلوي"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"],ar:["متوسط السعر المرجح بحجم التداول VWAP"]},e.exports.VWMA_input={en:["VWMA"],ar:["المتوسط المتحرك المرجح بحجم التداول"]},e.exports["Value Area Down_input"]={en:["Value Area Down"],ar:["منطقة هبوط مهمة"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],ar:["منطقة صعود مهمة"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],ar:["حجم منطقة مهمة"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],ar:["حجم منطقة مهمة"]},e.exports["Value Area_input"]={en:["Value Area"],ar:["منطقة مهمة"]},e.exports.Value_input={en:["Value"],ar:["قيمة"]},e.exports["Values in status line_input"]={en:["Values in status line"],ar:["القيم في سطر الحالة"]},e.exports.Volume_input={en:["Volume"],ar:["حجم تداول"]},e.exports["WMA Length_input"]={en:["WMA Length"],ar:["طول المتوسط المتحرك المرجح بحجم التداول"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"],ar:["انتظر إغلاق الإطار الزمني"]},e.exports.Week_input={en:["Week"],ar:["أسبوع"]},e.exports.Weighted_input={en:["Weighted"],ar:["مُرجّح"]},e.exports.Wick_input={en:["Wick"],ar:["فتيل"]},e.exports.Wicks_input={en:["Wicks"],ar:["ظلال"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],ar:["تهذيب التحركات بطريقة وايلدر"]},e.exports["Window Size_input"]={en:["Window Size"],ar:["حجم النافذة"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],ar:["سنة"]},e.exports["Zero Line_input"]={en:["Zero Line"],ar:["خط الصفر"]},e.exports.Zero_input={en:["Zero"],ar:["صفر"]},e.exports.fastLength_input={
|
||||
en:["fastLength"],ar:["طول الخط السريع"]},e.exports.from_input={en:["from"],ar:["من"]},e.exports.increment_input={en:["increment"],ar:["ازدياد"]},e.exports.isCentered_input={en:["isCentered"],ar:["متمركز"]},e.exports.len_input={en:["len"],ar:["طول"]},e.exports.length14_input={en:["length14"],ar:["طول 14"]},e.exports.length28_input={en:["length28"],ar:["طول 28"]},e.exports.length7_input={en:["length7"],ar:["طول 7"]},e.exports.lengthRSI_input={en:["lengthRSI"],ar:["طول مؤشر القوى النسبية"]},e.exports.lengthStoch_input={en:["lengthStoch"],ar:["طول الاستوكاستك"]},e.exports.length_input={en:["length"],ar:["طول"]},e.exports.long_input={en:["long"],ar:["شراء"]},e.exports.longlen_input={en:["longlen"],ar:["طويل"]},e.exports.maximum_input={en:["maximum"],ar:["الأقصى"]},e.exports.mult_input={en:["mult"],ar:["مضاعف"]},e.exports.p_input={en:["p"],ar:["P"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],ar:["الدقة"]},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"],ar:["بيع"]},e.exports.shortlen_input={en:["shortlen"],ar:["قصير"]},e.exports["show MA_input"]={en:["show MA"],ar:["عرض المتوسط المتحرك"]},e.exports.siglen_input={en:["siglen"],ar:["الإشارة"]},e.exports.signalLength_input={en:["signalLength"],ar:["طول الإشارة"]},e.exports.slowLength_input={en:["slowLength"],ar:["طول الخط البطئ"]},e.exports.smalen1_input={en:["smalen1"],ar:["المتوسط المتحرك البسيط 1"]},e.exports.smalen2_input={en:["smalen2"],ar:["المتوسط المتحرك البسيط 2"]},e.exports.smalen3_input={en:["smalen3"],ar:["المتوسط المتحرك البسيط 3"]},e.exports.smalen4_input={en:["smalen4"],ar:["المتوسط المتحرك البسيط 4"]},e.exports.smoothD_input={en:["smoothD"],ar:["d المحسنة"]},e.exports.smoothK_input={en:["smoothK"],ar:["k المحسنة"]},e.exports.start_input={en:["start"],ar:["بداية"]},e.exports.sym_input={en:["sym"],ar:["رمز"]},e.exports.to_input={en:["to"],ar:["إلى"]},e.exports.useTrueRange_input={en:["useTrueRange"],ar:["استخدام المدى الحقيقي"]},e.exports.x_input={en:["x"],ar:["X"]},e.exports["yay Color 0_input"]={en:["yay Color 0"],ar:["سنوي لون 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"],ar:["سنوي لون 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"],ar:["{number} عنصر","{number} عنصر","{number} عنصر","{number} عناصر","{number} عنصراً","{number} عنصراً"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"],ar:["النسبة المئوية LTP ({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"],ar:["تقليدي"]}},35359:e=>{e.exports={en:["Post"],ar:["بعد"]}},93866:e=>{e.exports={en:["Pre"],ar:["قبل"]}},75163:e=>{e.exports={en:["Invert scale"],ar:["عكس المقياس"]}},35210:e=>{e.exports={en:["Indexed to 100"],ar:["مدرجة إلى 100"]}},31340:e=>{e.exports={en:["Logarithmic"],ar:["لوغاريتمي"]}},19405:e=>{e.exports={en:["No overlapping labels"],ar:["بدون ملصقات متداخلة"]}},34954:e=>{
|
||||
e.exports={en:["Percent"],ar:["نسبة مئوية"]}},55300:e=>{e.exports={en:["Regular"],ar:["عادي"]}},8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"],ar:["ساعات التداول الإلكتروني"]}},36862:e=>{e.exports={en:["Extended trading hours"],ar:["ساعات التداول المُمددة"]}},7807:e=>{e.exports={en:["POST"],ar:["بعد"]}},46273:e=>{e.exports={en:["PRE"],ar:["قبل"]}},50434:e=>{e.exports={en:["Postmarket"],ar:["ما بعد الإغلاق"]}},59330:e=>{e.exports={en:["Premarket"],ar:["ما قبل الافتتاح"]}},35342:e=>{e.exports={en:["RTH"],ar:["ساعات التداول العادية"]}},84246:e=>{e.exports={en:["Regular trading hours"],ar:["ساعات التداول العادية"]}},13132:e=>{e.exports={en:["May"],ar:["مايو"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],ar:["*جميع أنماط الشموع*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"],ar:["حجم 24 ساعة"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"],ar:["ارتفاع/انخفاض لمدة 52 أسبوعًا"]},e.exports.ASI_study={en:["ASI"],ar:["مؤشر الموجة التراكمي"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"],ar:["طفل مهجور — هبوطي"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],ar:["طفل مهجور — صاعد"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"],ar:["مذبذب المسرع"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],ar:["الحسابات المستحقة الدفع"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],ar:["الحسابات المستحقة القبض - التجارة، الصافي"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],ar:["ذمم مدينة، إجمالي"]},e.exports.Accruals_study={en:["Accruals"],ar:["المستحقات"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],ar:["المرتبات المستحقة"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],ar:["الإهلاك المتراكم، الإجمالي"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],ar:["تجميع/توزيع"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],ar:["مؤشر الموجة التراكمي"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],ar:["رأس المال الإضافي المدفوع/فائض رأس المال"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],ar:["خط الصعود والهبوط"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],ar:["نسبة الصعود للتراجع"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],ar:["نسبة الصعود/ للتراجع (بالأعمدة)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"],ar:["مؤشر الصعود/التراجع"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"],ar:["الدخل/المصروفات الأخرى بعد الضريبة"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"],ar:["جميع نماذج الرسم البياني"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"]},
|
||||
e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"],ar:["إهلاك الرسوم المؤجلة"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"],ar:["إهلاك الأصول غير الملموسة"]},e.exports.Amortization_study={en:["Amortization"],ar:["الإهلاك"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"],ar:["بروفايل أحجام التداول المثبت"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],ar:["متوسط متحرك أرنو ليجو"]},e.exports.Aroon_study={en:["Aroon"],ar:["آرون"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],ar:["دوران الأصول"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],ar:["بروفايل أحجام التداول المثبت تلقائيًا"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],ar:["تمديد فيبوناتشي تلقائي"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"],ar:["تصحيحات فيبوناتشي الآلية"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"],ar:["بيتشفورك تلقائي"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"],ar:["متوسط النطاق اليومي"]},e.exports["Average Day Range_study"]={en:["Average Day Range"],ar:["متوسط المدى اليومي"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],ar:["مؤشر متوسط الحركة الاتجاهية"]},e.exports["Average Price_study"]={en:["Average Price"],ar:["متوسط السعر"]},e.exports["Average True Range_study"]={en:["Average True Range"],ar:["متوسط المدى الحقيقي"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],ar:["متوسط الأسهم الأساسية القائمة"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],ar:["المتذبذب الرهيب Awesome Oscillator"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],ar:["الديون المعدومة / الحسابات المشكوك فيها"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],ar:["ميزان القوة"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],ar:["استراتيجية العمود الصاعد الهابط"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],ar:["ربحية السهم الأساسية"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],ar:["ربحية السهم الأساسية (EPS الأساسية)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],ar:["نمط العلم الهبوطي"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"],ar:["نموذج العلم المثلث"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],ar:["نطاقات بولنجر %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],ar:["بتوجيه من استراتيجية حدود بولنجر"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],ar:["استراتيجية حدود بولنجر"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],ar:["عرض حدود بولنجر"]},e.exports["Bollinger Bands_study"]={
|
||||
en:["Bollinger Bands"],ar:["نطاقات بولنجر"]},e.exports["Book value per share_study"]={en:["Book value per share"],ar:["القيمة الدفترية للسهم"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"],ar:["مؤشر قوة الشراء والبيع"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"],ar:["نموذج العلم الصاعد"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"],ar:["نمط العلم الصاعد"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],ar:["عائد إعادة الشراء %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],ar:["نسبة تكلفة البضائع المباعة على الإيرادات"]},e.exports.CRSI_study={en:["CRSI"],ar:["مؤشر القوى النسبية لكونرز"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],ar:["التزامات رأس المال والتأجير التشغيلي"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"],ar:["نفقات رأس المال - الأصول الثابتة"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],ar:["نفقات رأس المال - الأصول الأخرى"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],ar:["النفقات الرأسمالية"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],ar:["التزامات الإيجار الرأسمالي"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],ar:["النقدية وما شابهها"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],ar:["النقدية والاستثمارات قصيرة الأجل"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],ar:["دورة تحويل النقدية"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],ar:["العائد النقدي من الأنشطة المالية"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],ar:["العائد النقدي من الأنشطة الاستثمارية"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],ar:["العائد النقدي من الأنشطة التشغيلية"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],ar:["نسبة السيولة النقدية إلى الدين"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],ar:["مؤشر التدفق النقدي لشايكين"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],ar:["مؤشر شايكين"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],ar:["تّقلب شايكن"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"],ar:["وقف اتشاند كرول"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"],ar:["مؤشر زخم اتشاند"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],ar:["التغيير في حسابات الدفع"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],ar:["التغيير في حسابات القبض"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],ar:["التغيير في المصاريف المتراكمة"]},e.exports["Change in inventories_study"]={
|
||||
en:["Change in inventories"],ar:["التغيير في المخزونات"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],ar:["التغيير في الأصول/المطلوبات الأخرى"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],ar:["التغيير في الضرائب المستحقة"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],ar:["تغيّر رأس المال العامل"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"],ar:["استراتيجية كسر القناة"]},e.exports["Chop Zone_study"]={en:["Chop Zone"],ar:["نطاق تقلب سعري (نطاق شوب)"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],ar:["مؤشر التقلب السعري"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"],ar:["مؤشر قناة السلع"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"],ar:["توزيعات الأرباح العادية المدفوعة"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],ar:["الأسهم العادية، الإجمالي"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"],ar:["تعادل الأسهم العادية/القيمة الدفترية"]},e.exports.Compare_study={en:["Compare"],ar:["قارن"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],ar:["تعبيرات شرطية"]},e.exports["Connors RSI_study"]={en:["Connors RSI"],ar:["مؤشر القوى النسبية لكونرز"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"],ar:["مؤشر القوة النسبية لكونرز"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],ar:["استراتيجية الصعود/الهبوط المتتابع"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],ar:["منحنى كوبوك"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],ar:["ترابط - لوغاريتمي"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],ar:["معامل الارتباط"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],ar:["تكلفة السلع المباعة"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],ar:["تكلفة السلع"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],ar:["مؤشر حجم التداول التراكمي"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"],ar:["نموذج الكوب والعروة"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"],ar:["الجزء الحالي من الديون طويلة الأجل وعقود الإيجار الرأسمالية"]},e.exports["Current ratio_study"]={en:["Current ratio"],ar:["النسبة الجارية"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"],ar:["الغطاء السحابي المظلم — هبوطي"]},e.exports["Days inventory_study"]={en:["Days inventory"],ar:["أيام الجرد"]},e.exports["Days payable_study"]={en:["Days payable"],ar:["أيام الدفع"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],ar:["أيام المبيعات المعلقة"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"],ar:["نسبة الدين إلى EBITDA"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],
|
||||
ar:["نسبة الدين إلى الأصول"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],ar:["نسبة الدين إلى حقوق الملكية"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],ar:["نسبة الدين إلى الإيرادات"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"],ar:["الدخل المؤجل الجاري"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],ar:["الدخل المؤجل غير الجاري"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],ar:["الأصول الضريبية المؤجلة"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"],ar:["المطلوبات الضريبية المؤجلة"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],ar:["الضرائب المؤجلة (التدفق النقدي)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],ar:["الإهلاك والإطفاء"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],ar:["الإهلاك والإطفاء (التدفق النقدي)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],ar:["الإهلاك/النضوب"]},e.exports.Depreciation_study={en:["Depreciation"],ar:["الاستهلاك"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"],ar:["مؤشر التذبذب السعري"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],ar:["الربح للسهم المخفف"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],ar:["ربحية السهم المخففة (EPS المخففة)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],ar:["صافي الدخل المخفف المتاح للمساهمين العاديين"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],ar:["الأسهم المخففة القائمة"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"],ar:["تعديل التخفيف"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"],ar:["مؤشر الحركة الاتجاهية"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],ar:["الحركة الاتجاهية"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],ar:["العمليات المتوقفة"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],ar:["مؤشر الانفراج السعري"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],ar:["نسبة توزيع الأرباح %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"],ar:["عائد توزيعات الأرباح الموزّع %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],ar:["أرباح مستحقة الدفع"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],ar:["توزيعات الأرباح لكل سهم - إصدار أولي للأسهم العادية"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"],ar:["دوجي ستار — هبوطي"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"],ar:["دوجي ستار — صاعد"]},e.exports.Doji_study={en:["Doji"],ar:["نموذج الدوجي"]},
|
||||
e.exports["Donchian Channels_study"]={en:["Donchian Channels"],ar:["قنوات دونشيان"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],ar:["نمط القيعان المزدوجة"]},e.exports["Double EMA_study"]={en:["Double EMA"],ar:["متوسط متحرك أسي مزدوج"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],ar:["نمط القمة المزدوجة"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"],ar:["فجوة تاسوكي هابطة — هبوطي"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"],ar:["دوجي اليعسوب — صاعد"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"],ar:["هامش EBITDA %"]},e.exports.EBITDA_study={en:["EBITDA"],ar:["الأرباح قبل خصم ضرائب الفائدة والاستهلاك والتخفيف"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"],ar:["تقاطع المتوسط المتحرك الأسي"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],ar:["نمو ربحية السهم لعام واحد"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],ar:["نمو ربحية السهم المخففة لعام واحد"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],ar:["توقعات ربحية السهم"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],ar:["عائد الأرباح"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"],ar:["سهولة الحركة"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],ar:["سهولة الحركة"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],ar:["معدل الفائدة الفعلي على الدين%"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],ar:["مؤشر قوى إلدر"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"],ar:["مؤشر قوى إلدر"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"],ar:["مؤشر قوى إلدر"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"],ar:["نمط موجة إليوت"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"],ar:["الابتلاع — هبوطي"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"],ar:["الابتلاع — صاعد"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],ar:["قيمة المؤسسة إلى EBIT"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],ar:["قيمة المؤسسة إلى نسبة EBITDA"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],ar:["قيمة المؤسسة إلى نسبة الإيرادات"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],ar:["قيمة المؤسسة"]},e.exports.Envelope_study={en:["Envelope"],ar:["مظروف"]},e.exports.Envelopes_study={en:["Envelopes"],ar:["أغلفة"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"],ar:["حقوق الملكية في الأرباح"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],ar:["نسبة حقوق الملكية إلى الأصول"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"],ar:["نجمة دوجي المسائية — هبوطي"]},
|
||||
e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"],ar:["نجمة المساء — هبوطي"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"],ar:["طرق السقوط الثلاثة — هبوطي"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],ar:["نمط الوتد الهابط"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"],ar:["نافذة هبوطية — هبوطي"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],ar:["أنشطة التمويل - مصادر أخرى"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],ar:["أنشطة التمويل - استخدامات أخرى"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"],ar:["تحويلة فيشر"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],ar:["بروفايل حجم التداول بنطاق ثابت"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],ar:["النطاق الثابت"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],ar:["الأسهم المعومة القائمة"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],ar:["هامش التدفق النقدي الحر %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],ar:["التدفق النقدي الحر"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"],ar:["عامل Fulmer H"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],ar:["الأموال المحققة من الأنشطة التشغيلية"]},e.exports.Gaps_study={en:["Gaps"],ar:["الفجوات السعرية"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"],ar:["نسبة السمعة الحسنة إلى الأصول"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"],ar:["السمعة الحسنة، صافي"]},e.exports["Graham's number_study"]={en:["Graham's number"],ar:["رقم جراهام"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"],ar:["دوجي Gravestone — هبوطي"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],ar:["استراتيجية جشعة"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],ar:["هامش الربح %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],ar:["نسبة إجمالي الربح إلى الأصول"]},e.exports["Gross profit_study"]={en:["Gross profit"],ar:["الربح الإجمالي"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],ar:["إجمالي الممتلكات/المصانع/المعدات"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],ar:["المتوسط المتحرك المتعدد جوبي"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"],ar:["هارامي — صاعد"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"],ar:["الرجل المعلق — هبوطي"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"],ar:["هارامي — هبوطي"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"],ar:["هرامي — صاعد"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"],ar:["تقاطع هرامي - هابط"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"],
|
||||
ar:["تقاطع هارامي - صاعد"]},e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"],ar:["نموذج الرأس والكتفين"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],ar:["التقلبات التاريخية"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],ar:["متوسط متحرك هال"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"],ar:["سحابة إيتشيموكو"]},e.exports.Ichimoku_study={en:["Ichimoku"],ar:["إيشيموكو"]},e.exports.Impairments_study={en:["Impairments"],ar:["اعتلالات"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],ar:["استراتيجية العمود الداخلي"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],ar:["ائتمانات ضريبة الدخل"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],ar:["ضريبة الدخل، الحالية - الأجنبية"]},e.exports["Income tax payable_study"]={en:["Income tax payable"],ar:["ضريبة الدخل المستحقة"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],ar:["ضريبة الدخل، الحالية - المحلية"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],ar:["ضريبة الدخل، الحالي"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],ar:["ضريبة الدخل المؤجلة - محلية"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],ar:["ضريبة الدخل المؤجلة - أجنبية"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],ar:["ضريبة الدخل المؤجلة"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"],ar:["الفوائد الرأسمالية"]},e.exports["Interest coverage_study"]={en:["Interest coverage"],ar:["تغطية الفائدة"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],ar:["حساب الفائدة على الديون"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],ar:["مصروفات الفوائد، صافي الفوائد الرأسمالية"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],ar:["المخزونات - البضائع الجاهزة"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],ar:["المخزونات - المدفوعات المرحلية وغيرها"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],ar:["المخزونات - المواد الخام"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],ar:["الجرد - أعمال تحت التنفيذ"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],ar:["نسبة المخزون إلى الإيرادات"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],ar:["معدل دوران المخزون"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"],ar:["نمط الرسم البياني للكوب والعروة المقلوب"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"],ar:["المطرقة المقلوبة — صاعد"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={
|
||||
en:["Inverted Head and Shoulders Chart Pattern"],ar:["نموذج الرأس والكتفين المقلوب"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"],ar:["أنشطة الاستثمار - مصادر أخرى"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],ar:["أنشطة الاستثمار - استخدامات أخرى"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],ar:["استثمارات في شركات تابعة غير موحدة"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],ar:["إصدار الديون طويلة الأجل"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],ar:["إصدار/سحب الديون، الصافي"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],ar:["إصدار/سحب الديون طويلة الأجل"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],ar:["إصدار/سحب ديون أخرى"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],ar:["إصدار/سحب الديون قصيرة الأجل"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],ar:["إصدار/سحب الأسهم، الصافي"]},e.exports["KZ index_study"]={en:["KZ index"],ar:["مؤشر KZ"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],ar:["استراتيجية قناة كيلتنر"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],ar:["استراتيجية قنوات كيلتنر"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],ar:["قناة كلتنر"]},e.exports["Key stats_study"]={en:["Key stats"],ar:["الإحصائيات الرئيسية"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"],ar:["Kicking — هبوطي"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"],ar:["Kicking — صاعد"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],ar:["مؤشر كلنجر"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"],ar:["أعرف الأشياء المؤكدة"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],ar:["متوسط المربعات الصغرى المتحرك"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],ar:["مصاريف الدعوى القانونية"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],ar:["قناة الانحدار الخطي"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],ar:["منحنى الانحدار الخطي"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"],ar:["ميل الانحدار الخطي"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],ar:["الانحدار الخطي"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],ar:["نِسَب السيولة"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"],ar:["الظل السفلي الطويل — صاعد"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"],ar:["الظل العلوي الطويل — هبوطي"]},e.exports["Long term debt excl. lease liabilities_study"]={
|
||||
en:["Long term debt excl. lease liabilities"],ar:["الديون طويلة الأجل بدون مطلوبات الإيجار"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],ar:["نسبة الدين طويل الأجل إلى إجمالي الأصول"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"],ar:["نسبة الدين طويل الأجل إلى إجمالي حقوق الملكية"]},e.exports["Long term debt_study"]={en:["Long term debt"],ar:["الدين طويل الأجل"]},e.exports["Long term investments_study"]={en:["Long term investments"],ar:["الاستثمار الطويل الأجل"]},e.exports["MA Cross_study"]={en:["MA Cross"],ar:["تقاطع المتوسط المتحرك"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],ar:["تقاطع المتوسط المتحرك مع الأسي"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"],ar:["تقاطع المتوسط المتحرك/الأسي"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],ar:["استراتيجية MACD"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"],ar:["قاعدة الأغلبية"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],ar:["القيمة السوقية"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"],ar:["ماروبوزو بلاك — هبوطي"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"],ar:["ماروبوزو وايت — صاعد"]},e.exports["Mass Index_study"]={en:["Mass Index"],ar:["مؤشر الكتلة"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],ar:["ماكجينلي ديناميك"]},e.exports["Median Price_study"]={en:["Median Price"],ar:["السعر الوسيط"]},e.exports.Median_study={en:["Median"],ar:["متوسط"]},e.exports["Minority interest_study"]={en:["Minority interest"],ar:["فوائد الأقلية"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],ar:["مصاريف متنوعة غير تشغيلية"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],ar:["استراتيجية الزخم"]},e.exports.Momentum_study={en:["Momentum"],ar:["زخم"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],ar:["مؤشر التدفق النقدي MFI"]},e.exports["Money Flow_study"]={en:["Money Flow"],ar:["التدفق النقدي"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],ar:["مراحل القمر"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"],ar:["نجمة دوجي الصباحية — صاعد"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"],ar:["نجمة الصباح — صاعد"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],ar:["المتوسط المتحرك المتكيف"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],ar:["قناة المتوسط المتحرك"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"],ar:["مؤشر التقارب والتباعد للمُتوسطات المُتحرِّكة"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],ar:["تقارب وتباعد المتوسطات المتحركة macd"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],ar:["المتوسط المتحرك المزدوج"]},
|
||||
e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],ar:["المتوسط المتحرك الأسي"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"],ar:["المتوسط المتحرك هامينج"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],ar:["المتوسط المتحرك المُعدل"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],ar:["المتوسط المتحرك المتعدد"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],ar:["شريط المتوسط المتحرك"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"],ar:["المتوسط المتحرك البسيط"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],ar:["المتوسط المتحرك الثلاثي"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],ar:["المتوسط المتحرك المرجح"]},e.exports["Moving Average_study"]={en:["Moving Average"],ar:["المتوسط المتحرك"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],ar:["تقاطع المتوسطات المتحركة"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],ar:["تقاطع خطي المتوسطات المتحركة"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],ar:["الرسم البياني المتعدد الإطارات الزمنية"]},e.exports["Net Volume_study"]={en:["Net Volume"],ar:["صافي حجم التداول"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],ar:["صافي قيمة الأصول المتداولة للسهم"]},e.exports["Net debt_study"]={en:["Net debt"],ar:["صافي الدين"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],ar:["صافي الدخل (التدفق النقدي)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"],ar:["صافي الدخل قبل العمليات المتوقفة"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],ar:["صافي الدخل لكل موظف"]},e.exports["Net income_study"]={en:["Net income"],ar:["صافي الدخل"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],ar:["صافي الأصول غير الملموسة"]},e.exports["Net margin %_study"]={en:["Net margin %"],ar:["صافي الهامش %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],ar:["صافي الممتلكات/المصانع/المعدات"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],ar:["البنود غير النقدية"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],ar:["حقوق الأقلية غير المسيطرة"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"],ar:["الدخل غير التشغيلي، باستثناء مصروفات الفوائد"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],ar:["الدخل غير التشغيلي، الإجمالي"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],ar:["دخل الفوائد غير التشغيلية"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],ar:["سندات القبض - طويلة الأجل"]},e.exports["Notes payable_study"]={en:["Notes payable"],ar:["سندات الدفع"]},
|
||||
e.exports["Number of employees_study"]={en:["Number of employees"],ar:["عدد الموظفين"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],ar:["عدد المساهمين"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],ar:["مؤشر OBV"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"],ar:["على العنق — هبوطي"]},e.exports["Open Interest_study"]={en:["Open Interest"],ar:["العقود المفتوحة"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],ar:["عائد أرباح التشغيل %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],ar:["مصاريف التشغيل (باستثناء كلفة المبيعات)"]},e.exports["Operating income_study"]={en:["Operating income"],ar:["دخل التشغيل"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],ar:["مطلوبات الإيجار التشغيلي"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],ar:["هامش التشغيل %"]},e.exports["Other COGS_study"]={en:["Other COGS"],ar:["كلفة منتجات مباعة أخرى"]},e.exports["Other common equity_study"]={en:["Other common equity"],ar:["الأسهم العادية الأخرى"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],ar:["تكلفة السلع المباعة، أخرى"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],ar:["الأصول المتداولة الأخرى، الإجمالي"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],ar:["المطلوبات الحالية الأخرى"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],ar:["رسوم استثنائية أخرى"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],ar:["عناصر أخرى للتدفقات النقدية التمويلية، إجمالي"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],ar:["صافي الأصول الأخرى غير الملموسة"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],ar:["عناصر أخرى للتدفقات النقدية الاستثمارية، إجمالي"]},e.exports["Other investments_study"]={en:["Other investments"],ar:["استثمارات أخرى"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],ar:["المطلوبات الأخرى، الإجمالي"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"],ar:["الأصول الأخرى طويلة الأجل، الإجمالي"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],ar:["الالتزامات الأخرى غير المتداولة، إجمالي"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],ar:["مصاريف تشغيلية أخرى، الإجمالي"]},e.exports["Other receivables_study"]={en:["Other receivables"],ar:["المستحقات الأخرى"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],ar:["ديون أخرى قصيرة الأجل"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],ar:["استراتيجية العمود الخارجي"]},e.exports.Overlay_study={en:["Overlay"],ar:["تركيب فوق الرسم البياني الرئيسي"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],
|
||||
ar:["نسبة السعر إلى نمو الأرباح"]},e.exports["Paid in capital_study"]={en:["Paid in capital"],ar:["رأس المال المدفوع"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],ar:["استراتيجية البارابوليك سار"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],ar:["مؤشر البارابوليك سار"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],ar:["بروفايل أحجام التداول الدوري"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"],ar:["Piercing — صاعد"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],ar:["استراتيجية الإمتداد المحوري"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],ar:["أعلى وأدنى النقاط المحورية"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],ar:["النقاط المحورية القياسية"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],ar:["استراتيجية الانعكاس المحوري"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],ar:["توزيعات أرباح الأسهم الممتازة المدفوعة"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],ar:["توزيعات أرباح الأسهم الممتازة"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],ar:["الأسهم الممتازة والقيمة الدفترية"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],ar:["النفقات المدفوعة مسبقاً"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],ar:["حقوق الملكية قبل اقتطاع الضرائب في الأرباح"]},e.exports["Pretax income_study"]={en:["Pretax income"],ar:["الدخل قبل الضرائب"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],ar:["استراتيجية قناة الأسعار"]},e.exports["Price Channel_study"]={en:["Price Channel"],ar:["قناة سعرية"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],ar:["مؤشر التذبذب السعري"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],ar:["اتجاه حجم التداول للأسعار"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],ar:["نسبة السعر إلى الربحية مستقبلاً"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],ar:["نسبة السعر إلى المبيعات مستقبلاً"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],ar:["نسبة السعر إلى القيمة الدفترية"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"],ar:["نسبة السعر إلى التدفقات النقدية"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],ar:["نسبة السعر إلى الربحية"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],ar:["نسبة السعر إلى التدفق النقدي الحر"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"],ar:["نسبة السعر إلى المبيعات"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],ar:["نسبة السعر إلى القيمة الدفترية الملموسة"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],ar:["نِسَب الربحية"]},
|
||||
e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],ar:["مخصصات المخاطر والرسوم"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],ar:["شراء الاستثمارات"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],ar:["شراء/امتلاك الأعمال"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],ar:["شراء/بيع الأعمال، صافي"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],ar:["شراء/بيع الاستثمارات، صافي"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],ar:["نسبة الجودة"]},e.exports["Quick ratio_study"]={en:["Quick ratio"],ar:["نسبة السيولة السريعة"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],ar:["استراتيجية مؤشر القوة النسبية"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],ar:["معدل التغير"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],ar:["نمط المستطيل"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],ar:["تخفيض الديون طويلة الأجل"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"],ar:["مؤشر القوة النسبية"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],ar:["مؤشر النشاط النسبي"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"],ar:["مؤشر التقلب النسبي"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"],ar:["الحجم النسبي في الوقت"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"],ar:["إعادة شراء الأسهم العادية والممتازة"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],ar:["نسبة البحث والتطوير إلى الإيرادات"]},e.exports["Research & development_study"]={en:["Research & development"],ar:["البحث والتطوير"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],ar:["رسوم إعادة الهيكلة"]},e.exports["Retained earnings_study"]={en:["Retained earnings"],ar:["الأرباح المحتفظ بها"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],ar:["العائد على الأصول %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],ar:["العائد على حقوق الملكية%"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],ar:["العائد على حقوق الملكية المعدل إلى القيمة الدفترية %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],ar:["العائد إلى رأس المال المستثمر %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],ar:["العائد على الأصول الملموسة%"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"],ar:["العائد على حقوق الملكية الملموسة %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"],ar:["تقديرات الإيرادات"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],ar:["نمو الإيرادات لسنة"]},
|
||||
e.exports["Revenue per employee_study"]={en:["Revenue per employee"],ar:["الإيرادات لكل موظف"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"],ar:["ثلاث طرق متصاعدة — صاعدة"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],ar:["نمط الوتد الصاعد"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"],ar:["نافذة صاعدة — صاعد"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"],ar:["Rob Booker — ADX اختراق"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],ar:["Rob Booker — النقاط المحورية خلال اليوم"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],ar:["Rob Booker — تباين Knoxville"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],ar:["Rob Booker — النقاط المحورية الفائتة"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"],ar:["Rob Booker — ارتداد"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],ar:["Rob Booker — محاور شبح زيف"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],ar:["مؤشر إرجوديك SMI"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],ar:["مؤشر إرجوديك SMI"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],ar:["مؤشر إرجوديك SMI"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],ar:["بيع الأسهم العادية والممتازة"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],ar:["بيع الأصول الثابتة والأعمال"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"],ar:["بيع/استحقاق الاستثمارات"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],ar:["بيع/ مصاريف إدارية/عامة، أخرى"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],ar:["المبيعات/مصاريف إدارية/عامة، إجمالي"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],ar:["أحجام تداول الجلسة HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],ar:["بروفايل أحجام التداول الجلسة HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],ar:["بروفايل أحجام التداول للجلسة"]},e.exports["Session Volume_study"]={en:["Session Volume"],ar:["حجم تداول الفترة"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],ar:["حقوق المساهمين"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],ar:["نسبة إعادة شراء الأسهم %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"],ar:["شهاب — هبوطي"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],ar:["الديون قصيرة الأجل باستثناء الجزء الحالي من الديون طويلة الأجل"]},
|
||||
e.exports["Short term debt_study"]={en:["Short term debt"],ar:["دين قصير الأجل"]},e.exports["Short term investments_study"]={en:["Short term investments"],ar:["استثمارات قصيرة الأجل"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"],ar:["نسبة سلون %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],ar:["المتوسط المتحرك المحسن"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],ar:["نِسَب الملاءة"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"],ar:["نموذج القمة الدوراة البيعي"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"],ar:["نموذج القمة الدوارة"]},e.exports["Springate score_study"]={en:["Springate score"],ar:["تصنيف سبرينجيت"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],ar:["الانحراف المعياري"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"],ar:["نطاقات الخطأ معياري"]},e.exports["Standard Error_study"]={en:["Standard Error"],ar:["خطأ معياري"]},e.exports.Stoch_study={en:["Stoch"],ar:["ستوكاستيك"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"],ar:["مؤشر زخم الاستوكاستك"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],ar:["ستوكاستك القوة النسبية (STOCH RSI)"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],ar:["استراتيجية الاستوكاستك البطئ"]},e.exports.Stochastic_study={en:["Stochastic"],ar:["مؤشر ستوكاستك"]},e.exports.SuperTrend_study={en:["SuperTrend"],ar:["سوبرترند"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],ar:["استراتيجية Supertrend"]},e.exports.Supertrend_study={en:["Supertrend"],ar:["سوبرترند"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],ar:["معدل النمو المستدام"]},e.exports.TRIX_study={en:["TRIX"],ar:["مؤشر TRIX"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],ar:["القيمة الدفترية الملموسة للسهم"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],ar:["نسبة الأسهم العادية الملموسة"]},e.exports.Taxes_study={en:["Taxes"],ar:["الضرائب"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],ar:["استراتيجية التقييمات الفنية"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],ar:["التصنيف الفني"]},e.exports.Technicals_study={en:["Technicals"],ar:["تحليلات فنية"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"],ar:["ثلاثة غربان سوداء — هبوطي"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"],ar:["ثلاثة جنود بيض — صاعد"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"],ar:["متوسط السعر المرجح بالوقت"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],ar:["Tobin's Q (تقريبي)"]},e.exports["Total assets_study"]={en:["Total assets"],ar:["إجمالي الأصول"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],ar:["إجمالي التوزيعات النقدية المدفوعة"]},
|
||||
e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],ar:["إجمالي الأسهم العادية القائمة"]},e.exports["Total current assets_study"]={en:["Total current assets"],ar:["إجمالي الأصول المتداولة"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],ar:["إجمالي المطلوبات الحالية"]},e.exports["Total debt_study"]={en:["Total debt"],ar:["إجمالي المديونية"]},e.exports["Total equity_study"]={en:["Total equity"],ar:["إجمالي حقوق المساهمين"]},e.exports["Total inventory_study"]={en:["Total inventory"],ar:["إجمالي المخزون"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"],ar:["إجمالي المطلوبات وحقوق المساهمين"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],ar:["إجمالي المطلوبات"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],ar:["إجمالي الأصول غير المتداولة"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],ar:["إجمالي المطلوبات غير الجارية"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],ar:["إجمالي النفقات التشغيلية"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],ar:["إجمالي الذمم المدينة، الصافي"]},e.exports["Total revenue_study"]={en:["Total revenue"],ar:["إجمالي الإيرادات"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"],ar:["جلسات التداول"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],ar:["سندات على الخزانة - عادي"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],ar:["مؤشر قوة الاتجاه"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"],ar:["تراي ستار — هبوطي"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"],ar:["تراي ستار — صاعد"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],ar:["نمط المثلث"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],ar:["نمط القيعان الثلاثية"]},e.exports["Triple EMA_study"]={en:["Triple EMA"],ar:["المتوسط المتحرك الأسي الثلاثي"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],ar:["نمط القمم الثلاثية"]},e.exports["True Strength Index_study"]={en:["True Strength Index"],ar:["مؤشر القوة الحقيقية"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],ar:["مؤشر القوة الحقيقية TSI"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"],ar:["Tweezer Top — هبوطي"]},e.exports["Typical Price_study"]={en:["Typical Price"],ar:["السعر النموذجي"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],ar:["مؤشر Ultimate Oscillator"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],ar:["الربح / الخسارة غير المحققة"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],ar:["الدخل/المصروفات غير العادية"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],ar:["أعلى/أدنى حجم"]},e.exports["Upside Tasuki Gap - Bullish_study"]={
|
||||
en:["Upside Tasuki Gap - Bullish"],ar:["فجوة تاسوكي — صاعد"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],ar:["VWAP مثبت تلقائي"]},e.exports.VWAP_study={en:["VWAP"],ar:["متوسط السعر المرجح بحجم التداول VWAP"]},e.exports.VWMA_study={en:["VWMA"],ar:["المتوسط المتحرك المرجح بحجم التداول VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],ar:["نِسَب القيمة"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],ar:["متوسط السعر المرئي"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],ar:["بروفايل حجم التداول بالنطاق المرئي"]},e.exports["Visible Range_study"]={en:["Visible Range"],ar:["نطاق مرئي"]},e.exports.Vol_study={en:["Vol"],ar:["حجم تداول"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"],ar:["التّقلب بحساب أسعار الإغلاق"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],ar:["مؤشرالتّقلب"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],ar:["التّقلب O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],ar:["وقف الخسارة حسب تقلب السوق"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"],ar:["التّقلب بحساب أسعار الإغلاق بدون اتجاه"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],ar:["استراتيجية وقف فولتي إكسبان Volty Expan Close"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],ar:["متذبذب حجم التداول"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],ar:["متوسط السعر المرجح بحجم التداول"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],ar:["المتوسط المتحرك المرجح بحجم التداول"]},e.exports.Volume_study={en:["Volume"],ar:["حجم التداول"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],ar:["مؤشر فورتكس Vortex"]},e.exports["Williams %R_study"]={en:["Williams %R"],ar:["%R ويليامز"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],ar:["مؤشر ويليامز أليجيتور"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],ar:["فراكتال ويليامز"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],ar:["فركتلات وليامز"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],ar:["نطاق ويليامز النسبي"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"],ar:["مؤشر قناة السلع، ووديز Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"],ar:["مؤشر الزيجزاج"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"],ar:["تصنيف Zmijewski"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"],ar:["بروفايل أحجام التداول المثبت"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"],ar:["بروفايل حجم التداول بنطاق ثابت"]}},24261:e=>{e.exports={en:["Vol"],ar:["حجم تداول"]}},67736:e=>{e.exports={en:["Minor"],ar:["أصغر"]}},922:e=>{e.exports={en:["Minute"],ar:["دقيقة"]}},91405:e=>{e.exports={en:["Text"],ar:["نص"]}},78972:e=>{e.exports={en:["Couldn't copy"],ar:["تعذر النسخ"]}},10615:e=>{e.exports={en:["Couldn't cut"],
|
||||
ar:["تعذر القطع"]}},81518:e=>{e.exports={en:["Couldn't paste"],ar:["تعذر اللصق"]}},83140:e=>{e.exports={en:["Countdown to bar close"],ar:["العد التنازلي لإغلاق العمود البياني"]}},10871:e=>{e.exports={en:["Colombo"],ar:["كولومبو"]}},55761:e=>{e.exports={en:["Columns"],ar:["الأعمدة"]}},9818:e=>{e.exports={en:["Comment"],ar:["تعليق"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],ar:["قارن أو اضف رمز"]}},12086:e=>{e.exports={en:["Compilation error"],ar:["خطأ في التحويل."]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],ar:["تأكد من إزالة الرسومات المقفلة"]}},48141:e=>{e.exports={en:["Confirm Inputs"],ar:["تأكيد المدخلات"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],ar:["تأكيد إزالة نتائج الدراسة"]}},38917:e=>{e.exports={en:["Copenhagen"],ar:["بورصة كوبنهاجن"]}},49680:e=>{e.exports={en:["Copy"],ar:["نسخ"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],ar:["نسخ تصميم الرسم البياني"]}},63553:e=>{e.exports={en:["Copy price"],ar:["نسخ السعر"]}},65736:e=>{e.exports={en:["Cairo"],ar:["القاهرة"]}},25381:e=>{e.exports={en:["Callout"],ar:["نص تفسيري"]}},45054:e=>{e.exports={en:["Candles"],ar:["شموع"]}},30948:e=>{e.exports={en:["Caracas"],ar:["كاراكاس"]}},70409:e=>{e.exports={en:["Casablanca"],ar:["الدار البيضاء"]}},37276:e=>{e.exports={en:["Change"],ar:["تغيير"]}},85124:e=>{e.exports={en:["Change Symbol"],ar:["تغيير الرمز"]}},2569:e=>{e.exports={en:["Change interval"],ar:["تغيير الفترة"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],ar:["تغيير النطاق الزمني اضغط على الرقم أو الفاصلة"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],ar:["رمز التغيير. ابدأ بكتابة اسم الرمز"]}},48566:e=>{e.exports={en:["Change scale currency"],ar:["تغيير عملة المقياس"]}},85110:e=>{e.exports={en:["Change scale unit"],ar:["تغيير وحدة المقياس"]}},56275:e=>{e.exports={en:["Chart #{index}"],ar:["الرسم البياني رقم {index}"]}},39950:e=>{e.exports={en:["Chart Properties"],ar:["خصائص الرسم البياني"]}},98856:e=>{e.exports={en:["Chart by TradingView"],ar:["رسم بياني من TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],ar:["رسم لـ {symbol}، {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],ar:["صورة الرسم البياني نسخت للحافظة {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],ar:["تم نسخ رمز تضمين صورة الرسم البياني إلى الحافظة {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],ar:["جزر تشاتام"]}},72452:e=>{e.exports={en:["Chicago"],ar:["شيكاغو"]}},50349:e=>{e.exports={en:["Chongqing"],ar:["تشونغتشينغ"]}},91944:e=>{e.exports={en:["Circle"],ar:["دائرة"]}},14985:e=>{e.exports={en:["Click to set a point"],ar:["انقر لتحديد نقطة"]}},12537:e=>{e.exports={en:["Clone"],ar:["نسخة مكررة"]}},62578:e=>{e.exports={en:["Close"],ar:["إغلاق"]}},264:e=>{e.exports={en:["Create limit order"],ar:["إنشاء أمر معلق"]}},6969:e=>{e.exports={en:["Cross"],ar:["تقاطع"]}},74334:e=>{e.exports={en:["Cross Line"],ar:["الخط المتقاطع"]}},59396:e=>{e.exports={en:["Currencies"],ar:["العملات"]}},20177:e=>{e.exports={
|
||||
en:["Current interval and above"],ar:["الفاصل الزمني الحالي وما فوق"]}},494:e=>{e.exports={en:["Current interval and below"],ar:["الفاصل الزمني الحالي وأدناه"]}},60668:e=>{e.exports={en:["Current interval only"],ar:["الفاصل الزمني الحالي فقط"]}},78609:e=>{e.exports={en:["Curve"],ar:["منحنى"]}},87380:e=>{e.exports={en:["Cycle"],ar:["دورة"]}},84031:e=>{e.exports={en:["Cyclic Lines"],ar:["خطوط دورية"]}},93191:e=>{e.exports={en:["Cypher Pattern"],ar:["نمط سيفر"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],ar:["يوجد بالفعل تنسيق بهذا الاسم"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],ar:["يوجد بالفعل تنسيق بهذا الاسم. هل تريد تعويضه عليه؟"]}},46712:e=>{e.exports={en:["ABCD Pattern"],ar:["نموذج ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"],ar:["أمستردام"]}},24185:e=>{e.exports={en:["Anchor"],ar:["التثبيت"]}},42630:e=>{e.exports={en:["Anchorage"],ar:["التثبيت"]}},42669:e=>{e.exports={en:["Anchored Text"],ar:["نص مُثبّت"]}},84541:e=>{e.exports={en:["Anchored VWAP"],ar:["VWAP مُثبّت"]}},77401:e=>{e.exports={en:["Access error"],ar:["خطأ في الوصول"]}},46501:e=>{e.exports={en:["Add Symbol"],ar:["إضافة رمز"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],ar:["إضافة مؤشر مالي لـ {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],ar:["إضافة مؤشر/إستراتيجية على {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],ar:["أضف هذا المؤشر المالي إلى التنسيق بالكامل"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],ar:["أضف هذا المقياس المالي إلى المفضلة"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],ar:["أضف هذا المؤشر إلى التنسيق بالكامل"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],ar:["أضف هذا المؤشر إلى المفضلة"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],ar:["أضف هذه الاستراتيجية إلى التنسيق بالكامل"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],ar:["أضف هذا الرمز إلى التنسيق بالكامل"]}},426:e=>{e.exports={en:["Adelaide"],ar:["أديلايد"]}},40452:e=>{e.exports={en:["Always invisible"],ar:["مختفي دائمًا"]}},36299:e=>{e.exports={en:["Always visible"],ar:["ظاهر وموجود دائمًا"]}},58026:e=>{e.exports={en:["All intervals"],ar:["كل الفواصل الزمنية"]}},78358:e=>{e.exports={en:["Apply default"],ar:["تطبيق الوضع الافتراضي"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],ar:["تطبيق هذه المؤشرات على التنسيق بالكامل"]}},27072:e=>{e.exports={en:["Apr"],ar:["أبريل"]}},59324:e=>{e.exports={en:["Arc"],ar:["قوس"]}},34456:e=>{e.exports={en:["Area"],ar:["مساحة"]}},11858:e=>{e.exports={en:["Arrow"],ar:["سهم"]}},34247:e=>{e.exports={en:["Arrow Down"],ar:["سهم لأسفل"]}},36352:e=>{e.exports={en:["Arrow Marker"],ar:["علامة السهم"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],ar:["علامة السهم تُشير للأسفل"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],ar:["علامة السهم تُشير لليسار"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],ar:["علامة السهم تُشير لليمين"]}},
|
||||
62453:e=>{e.exports={en:["Arrow Mark Up"],ar:["علامة السهم تُشير للأعلى"]}},77231:e=>{e.exports={en:["Arrow Up"],ar:["سهم لأعلى"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],ar:["عشق أباد"]}},72445:e=>{e.exports={en:["At close"],ar:["عند الإغلاق"]}},73702:e=>{e.exports={en:["Athens"],ar:["أثينا"]}},21469:e=>{e.exports={en:["Auto"],ar:["تلقائي"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],ar:["تلقائي (تناسب البيانات مع حجم الشاشة)"]}},46450:e=>{e.exports={en:["Aug"],ar:["أغسطس"]}},21841:e=>{e.exports={en:["Average close price label"],ar:["ملصق متوسط سعر الإغلاق"]}},16138:e=>{e.exports={en:["Average close price line"],ar:["خط متوسط سعر الإغلاق"]}},73025:e=>{e.exports={en:["Avg"],ar:["متوسط"]}},87580:e=>{e.exports={en:["Azores"],ar:["جزر الأزور"]}},73905:e=>{e.exports={en:["Bogota"],ar:["بوجوتا"]}},90594:e=>{e.exports={en:["Bahrain"],ar:["البحرين"]}},70540:e=>{e.exports={en:["Balloon"],ar:["بالون"]}},47045:e=>{e.exports={en:["Bangkok"],ar:["بانكوك"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],ar:["إعادة تشغيل الأعمدة Bar Replay غير متاح لهذا النوع من الرسوم البيانية. هل تريد الخروج من Bar Replay؟"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],ar:["لا تتوفر ميزة Bar Replay لهذا الرمز. هل تريد الخروج من Bar Replay؟"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],ar:["إعادة تشغيل الشريط غير متاح لهذه الفترة الزمنية. هل تريد الخروج من Bar Replay؟"]}},27377:e=>{e.exports={en:["Bars"],ar:["أعمدة"]}},81994:e=>{e.exports={en:["Bars Pattern"],ar:["نمط الأعمدة"]}},59213:e=>{e.exports={en:["Baseline"],ar:["خط الأساس"]}},71797:e=>{e.exports={en:["Belgrade"],ar:["بلغراد"]}},64313:e=>{e.exports={en:["Berlin"],ar:["برلين"]}},43539:e=>{e.exports={en:["Brush"],ar:["فرشاة"]}},91499:e=>{e.exports={en:["Brussels"],ar:["بروكسل"]}},70876:e=>{e.exports={en:["Bratislava"],ar:["براتيسلافا"]}},55481:e=>{e.exports={en:["Bring forward"],ar:["تقديمه للأمام"]}},17293:e=>{e.exports={en:["Bring to front"],ar:["وضعه في المقدمة"]}},79336:e=>{e.exports={en:["Brisbane"],ar:["بريزبان"]}},33672:e=>{e.exports={en:["Bucharest"],ar:["بوخاريست"]}},20313:e=>{e.exports={en:["Budapest"],ar:["بودابست"]}},25282:e=>{e.exports={en:["Buenos Aires"],ar:["بوينس آيرس"]}},46768:e=>{e.exports={en:["By TradingView"],ar:["بواسطة TradingView"]}},54280:e=>{e.exports={en:["Go to date"],ar:["الذهاب إلى تاريخ"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],ar:["انتقل إلى {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],ar:["OK"]}},47460:e=>{e.exports={en:["Gann Box"],ar:["صندوق جان"]}},48683:e=>{e.exports={en:["Gann Fan"],ar:["مروحة جان"]}},44763:e=>{e.exports={en:["Gann Square"],ar:["مربع جان"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],ar:["مربع جان ثابت"]}},46808:e=>{e.exports={en:["Ghost Feed"],ar:["مسار تخيّلي"]}},57726:e=>{e.exports={en:["Grand supercycle"],ar:["الموجة الدورية العظمى"]}},15096:e=>{e.exports={
|
||||
en:["Do you really want to delete indicator template '{name}' ?"],ar:["هل تريد حقًا حذف قالب المؤشر '{name}'؟"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],ar:["هل تريد فعلا مسح هذه الدراسة وكل محتوياتها؟"]}},77125:e=>{e.exports={en:["Double Curve"],ar:["منحنى مزدوج"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],ar:["انقر نقرًا مزدوجًا فوق أي حافة لإعادة تعيين شبكة التنسيق"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],ar:["انقر مرتيين لإنهاء المسار"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],ar:["انقر مرتيين لإنهاء الشكل متعدد الخطوط"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],ar:["انقر نقرًا مزدوجًا على أي حافة لإعادة ضبط شبكة التنسيق"]}},57131:e=>{e.exports={en:["Data Provided by"],ar:["البيانات مقدمة من قبل"]}},22677:e=>{e.exports={en:["Date"],ar:["التاريخ"]}},85444:e=>{e.exports={en:["Date Range"],ar:["المدى الزمني"]}},47017:e=>{e.exports={en:["Date and Price Range"],ar:["نطاق التاريخ والسعر"]}},32084:e=>{e.exports={en:["Dec"],ar:["ديسمبر"]}},23403:e=>{e.exports={en:["Degree"],ar:["درجة"]}},27358:e=>{e.exports={en:["Denver"],ar:["دينفر Denver"]}},24959:e=>{e.exports={en:["Dhaka"],ar:["داكا"]}},15179:e=>{e.exports={en:["Diamond"],ar:["شكل الماسة (المعين)"]}},91544:e=>{e.exports={en:["Disjoint Channel"],ar:["قناة منفصلة"]}},70132:e=>{e.exports={en:["Displacement"],ar:["إزاحة"]}},93864:e=>{e.exports={en:["Drawings toolbar"],ar:["شريط أدوات الرسم"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],ar:["ارسم خطًا أفقيًا عند {price}"]}},23650:e=>{e.exports={en:["Dubai"],ar:["دبي"]}},79716:e=>{e.exports={en:["Dublin"],ar:["دابلن"]}},73456:e=>{e.exports={en:["Emoji"],ar:["رمز تعبيري"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],ar:["ادخل اسم تصميم الرسم البياني الجديد"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],ar:["موجة إليوت التصحيحية (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],ar:["موجة إليوت الثنائية المركبة (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],ar:["موجة إليوت الدافعة (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],ar:["موجة إليوت المثلثة (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],ar:["موجة إليوت الثلاثية المركبة (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],ar:["بيضاوي"]}},52788:e=>{e.exports={en:["Extended Line"],ar:["خط ممتد"]}},86905:e=>{e.exports={en:["Exchange"],ar:["بورصة التداول"]}},19271:e=>{e.exports={en:["Existing pane above"],ar:["جزء موجود أعلاه"]}},46545:e=>{e.exports={en:["Existing pane below"],ar:["جزء موجود أدناه"]}},20138:e=>{e.exports={en:["Forecast"],ar:["التوقعات"]}},2507:e=>{e.exports={en:["Feb"],ar:["فبراير"]}},59005:e=>{e.exports={en:["Fib Channel"],ar:["قناة فيبوناتشي"]}},82330:e=>{e.exports={en:["Fib Circles"],ar:["دوائر فيبوناتشي"]}},55986:e=>{e.exports={en:["Fib Retracement"],ar:["تصحيح فيبوناتشي"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],ar:["أقواس فيبوناتشي المقاومة للسرعة"]}},
|
||||
2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],ar:["مروحة فيبوناتشي المقاومة للسرعة"]}},39014:e=>{e.exports={en:["Fib Spiral"],ar:["حلزون فيبوناتشي"]}},30622:e=>{e.exports={en:["Fib Time Zone"],ar:["منطقة فيبوناتشي الزمنية"]}},85042:e=>{e.exports={en:["Fib Wedge"],ar:["وتد فيبوناتشي"]}},33885:e=>{e.exports={en:["Flag"],ar:["علم"]}},14600:e=>{e.exports={en:["Flag Mark"],ar:["علامة تمييز"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],ar:["قمة / قاع مسطح"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],ar:["جزء الكسر غير صحيح"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],ar:["لم تعد الدراسات الأساسية متوفرة على الرسوم البيانية"]}},31561:e=>{e.exports={en:["Kolkata"],ar:["كولكاتا"]}},54533:e=>{e.exports={en:["Kathmandu"],ar:["كاتماندو"]}},83490:e=>{e.exports={en:["Kagi"],ar:["كاجي"]}},70913:e=>{e.exports={en:["Karachi"],ar:["كراتشي"]}},76614:e=>{e.exports={en:["Kuwait"],ar:["الكويت"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],ar:["كوالا لمبور"]}},99906:e=>{e.exports={en:["HLC area"],ar:["منطقة HLC."]}},34491:e=>{e.exports={en:["Ho Chi Minh"],ar:["هوشي منه"]}},13459:e=>{e.exports={en:["Hollow candles"],ar:["شموع مفرغة"]}},48861:e=>{e.exports={en:["Hong Kong"],ar:["هونج كونج"]}},79668:e=>{e.exports={en:["Honolulu"],ar:["هونولولو"]}},21795:e=>{e.exports={en:["Horizontal Line"],ar:["خط أفقي"]}},25487:e=>{e.exports={en:["Horizontal Ray"],ar:["شعاع أفقي"]}},21928:e=>{e.exports={en:["Head and Shoulders"],ar:["نموذج الرأس والكتفين"]}},63876:e=>{e.exports={en:["Heikin Ashi"],ar:["هايكين آشي"]}},48203:e=>{e.exports={en:["Helsinki"],ar:["بورصة هلسنكي"]}},27298:e=>{e.exports={en:["Hide"],ar:["إخفاء"]}},47074:e=>{e.exports={en:["Hide all"],ar:["إخفاء الكل"]}},52563:e=>{e.exports={en:["Hide all drawings"],ar:["إخفاء جميع أدوات الرسم"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],ar:["إخفاء كل الرسومات والمؤشرات"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],ar:["إخفاء كافة الرسومات والمؤشرات والمراكز والأوامر"]}},78525:e=>{e.exports={en:["Hide all indicators"],ar:["إخفاء كل المؤشرات"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],ar:["إخفاء كل المراكز والأوامر"]}},3217:e=>{e.exports={en:["Hide drawings"],ar:["إخفاء الرسومات"]}},97878:e=>{e.exports={en:["Hide events on chart"],ar:["إخفاء الأحداث على الرسم البياني"]}},72351:e=>{e.exports={en:["Hide indicators"],ar:["إخفاء المؤشرات"]}},28345:e=>{e.exports={en:["Hide marks on bars"],ar:["إخفاء العلامات على الأعمدة"]}},92226:e=>{e.exports={en:["Hide positions & orders"],ar:["إخفاء المراكز والأوامر"]}},78254:e=>{e.exports={en:["High"],ar:["أعلى سعر"]}},98236:e=>{e.exports={en:["High-low"],ar:["أعلى-أدنى"]}},99479:e=>{e.exports={en:["High and low price labels"],ar:["ملصقات أعلى وأدنى السعر"]}},33766:e=>{e.exports={en:["High and low price lines"],ar:["خطوط أعلى وأدنى سعر"]}},69476:e=>{e.exports={en:["Highlighter"],ar:["لون مُميِز"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],
|
||||
ar:["الرسم البياني كبير جدًا، يرجى زيادة {boldHighlightStart}حجم الصف{boldHighlightEnd} في نافذة الإعدادات."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],ar:["الرسم البياني كبير جدًا، يرجى زيادة {boldHighlightStart}تيك لكل صف{boldHighlightEnd} في نافذة الإعدادات."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ar:["الرسم البياني كبير جدًا، يرجى تقليل {boldHighlightStart}حجم الصف{boldHighlightEnd} في نافذة الإعدادات."]}},68065:e=>{e.exports={en:["Image"],ar:["صورة"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],ar:["لا يتم دعم الفواصل الزمنية الأقل من {resolution} لـ {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],ar:["متوسط"]}},14285:e=>{e.exports={en:["Invalid Symbol"],ar:["رمز غير صحيح"]}},52969:e=>{e.exports={en:["Invalid symbol"],ar:["رمز غير صحيح"]}},37189:e=>{e.exports={en:["Invert scale"],ar:["عكس المقياس"]}},89999:e=>{e.exports={en:["Indexed to 100"],ar:["مدرجة إلى 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],ar:["ملصقات قيمة المؤشرات"]}},54418:e=>{e.exports={en:["Indicators name labels"],ar:["ملصق اسم المؤشر"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],ar:["المؤشرات والمقاييس والاستراتيجيات. اضغط على سلاش"]}},15992:e=>{e.exports={en:["Info Line"],ar:["خط المعلومات"]}},87829:e=>{e.exports={en:["Insert indicator"],ar:["إدخال مؤشر"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],ar:["داخل الرسم البياني بيتش فورك"]}},37913:e=>{e.exports={en:["Icon"],ar:["أيقونة"]}},78326:e=>{e.exports={en:["Istanbul"],ar:["إسطنبول"]}},39585:e=>{e.exports={en:["Johannesburg"],ar:["جوهانسبرج"]}},14995:e=>{e.exports={en:["Jakarta"],ar:["بورصة جاكرتا"]}},62310:e=>{e.exports={en:["Jan"],ar:["يناير"]}},36057:e=>{e.exports={en:["Jerusalem"],ar:["القدس"]}},53786:e=>{e.exports={en:["Jul"],ar:["يوليو"]}},429:e=>{e.exports={en:["Jun"],ar:["يونيو"]}},67560:e=>{e.exports={en:["Juneau"],ar:["جونو"]}},62329:e=>{e.exports={en:["On the left"],ar:["على اليسار"]}},55813:e=>{e.exports={en:["On the right"],ar:["على اليمين"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],ar:["يتم دعم الفواصل الزمنية {availableResolutions} فقط لـ {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],ar:["عفوا!"]}},51221:e=>{e.exports={en:["Object Tree"],ar:["عناصر الرسم البياني"]}},12179:e=>{e.exports={en:["Oct"],ar:["أكتوبر"]}},16610:e=>{e.exports={en:["Open"],ar:["افتتاح"]}},27884:e=>{e.exports={en:["Open layout. Press period"],ar:["تنسيق مفتوح. فترة الضغط"]}},75722:e=>{e.exports={en:["Oslo"],ar:["أوسلو"]}},65318:e=>{e.exports={en:["Low"],ar:["أدنى سعر"]}},51077:e=>{e.exports={en:["Lock"],ar:["غلق"]}},79777:e=>{e.exports={en:["Lock/unlock"],ar:["إغلاق/ فتح"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],ar:["قفل خط المؤشر العمودي بمرور الوقت"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],
|
||||
ar:["قفل نسبة السعر للعمود البياني"]}},16170:e=>{e.exports={en:["Logarithmic"],ar:["لوغاريتمي"]}},19439:e=>{e.exports={en:["London"],ar:["لندن"]}},74832:e=>{e.exports={en:["Long Position"],ar:["صفقة شراء"]}},28733:e=>{e.exports={en:["Los Angeles"],ar:["لوس أنجلوس"]}},85924:e=>{e.exports={en:["Label Down"],ar:["إشارة لأسفل"]}},52402:e=>{e.exports={en:["Label Up"],ar:["إشارة لأعلى"]}},5119:e=>{e.exports={en:["Labels"],ar:["عناوين"]}},19931:e=>{e.exports={en:["Lagos"],ar:["بورصة لاغوس"]}},63815:e=>{e.exports={en:["Last day change"],ar:["تغيير اليوم الأخير"]}},59444:e=>{e.exports={en:["Lima"],ar:["بورصة ليما"]}},3554:e=>{e.exports={en:["Line"],ar:["خط"]}},9394:e=>{e.exports={en:["Line with markers"],ar:["خط بعلامات"]}},43588:e=>{e.exports={en:["Line break"],ar:["خط فاصل"]}},56982:e=>{e.exports={en:["Lines"],ar:["الخطوط"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],ar:["تم نسخ رابط صورة الرسم البيانية إلى الحافظة {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],ar:["لشبونة"]}},81038:e=>{e.exports={en:["Luxembourg"],ar:["لوكسمبورغ"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],ar:["حرّك النقطة لتغيير موضع المُثبّت ثم اضغط لوضعه"]}},35049:e=>{e.exports={en:["Move to"],ar:["حرك إلى"]}},26493:e=>{e.exports={en:["Move scale to left"],ar:["حرك المقياس إلى اليسار"]}},40789:e=>{e.exports={en:["Move scale to right"],ar:["حرك المقياس إلى اليمين"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],ar:["شيف بيتش فورك المعدل"]}},93907:e=>{e.exports={en:["More settings"],ar:["المزيد من الإعدادات"]}},64039:e=>{e.exports={en:["Moscow"],ar:["موسكو"]}},52066:e=>{e.exports={en:["Madrid"],ar:["مدريد"]}},38365:e=>{e.exports={en:["Malta"],ar:["مالطا"]}},48991:e=>{e.exports={en:["Manila"],ar:["مانيلا"]}},92767:e=>{e.exports={en:["Mar"],ar:["مارس"]}},73332:e=>{e.exports={en:["Mexico City"],ar:["مدينة المكسيك"]}},88314:e=>{e.exports={en:["Merge all scales into one"],ar:["دمج كل المقاييس في مقياس واحد"]}},54215:e=>{e.exports={en:["Mixed"],ar:["مختلط"]}},24866:e=>{e.exports={en:["Micro"],ar:["صغيرة"]}},87957:e=>{e.exports={en:["Millennium"],ar:["ألفية"]}},14724:e=>{e.exports={en:["Minuette"],ar:["موجة إليوت الذرية"]}},78273:e=>{e.exports={en:["Minuscule"],ar:["حرف صغير"]}},9865:e=>{e.exports={en:["Muscat"],ar:["مسقط"]}},96935:e=>{e.exports={en:["N/A"],ar:["غير متاح"]}},36252:e=>{e.exports={en:["No data here"],ar:["لا توجد بيانات هنا"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],ar:["بدون مقياس ثابت (ملء الشاشة)"]}},9140:e=>{e.exports={en:["No sync"],ar:["لا مزامنة"]}},50910:e=>{e.exports={en:["No volume data"],ar:["بيانات الحجم غير موجودة"]}},99024:e=>{e.exports={en:["No, keep them"],ar:["لا، احتفظ بها"]}},94389:e=>{e.exports={en:["Note"],ar:["ملاحظة"]}},26899:e=>{e.exports={en:["Nov"],ar:["نوفمبر"]}},67891:e=>{e.exports={en:["Norfolk Island"],ar:["جزيرة نورفولك"]}},40977:e=>{e.exports={en:["Nairobi"],ar:["نيروبي"]}},40544:e=>{e.exports={en:["New York"],ar:["نيويورك"]}},66103:e=>{e.exports={en:["New Zealand"],ar:["نيوزلندا"]}},15512:e=>{e.exports={
|
||||
en:["New pane above"],ar:["جزء جديد أعلاه"]}},52160:e=>{e.exports={en:["New pane below"],ar:["جزء جديد أدناه"]}},94600:e=>{e.exports={en:["Nicosia"],ar:["نيقوسيا"]}},73013:e=>{e.exports={en:["Something went wrong"],ar:["حدث خطأ ما"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],ar:["حدث خطأ ما عند إنشاء المؤشر."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],ar:["حدث خطأ ما، الرجاء المحاولة مرة أخرى في وقت لاحق."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],ar:["حفظ التنسيق الجديد للرسم البياني"]}},76266:e=>{e.exports={en:["Save as"],ar:["حفظ باسم"]}},55502:e=>{e.exports={en:["San Salvador"],ar:["سان سلفادور"]}},30231:e=>{e.exports={en:["Santiago"],ar:["بورصة سانتياغو"]}},91912:e=>{e.exports={en:["Sao Paulo"],ar:["ساو باولو"]}},43931:e=>{e.exports={en:["Scale currency"],ar:["عملة المقياس"]}},43758:e=>{e.exports={en:["Scale price chart only"],ar:["نطاق الرسم البياني للسعر فقط"]}},40012:e=>{e.exports={en:["Scale unit"],ar:["وحدة المقياس"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],ar:["سكيف بيتش فورك"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],ar:["يمكن أن لا يتم تحديث النص البرمجي المكتوب إذا غادرت الصفحة."]}},32514:e=>{e.exports={en:["Settings"],ar:["إعدادات"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],ar:["الجزء الثاني غير صحيح."]}},75594:e=>{e.exports={en:["Security info"],ar:["معلومات الرمز"]}},21973:e=>{e.exports={en:["Send to back"],ar:["إرسال للمؤخرة"]}},71179:e=>{e.exports={en:["Send backward"],ar:["إرسال إلى الخلف"]}},26820:e=>{e.exports={en:["Seoul"],ar:["سيول"]}},6816:e=>{e.exports={en:["Sep"],ar:["سبتمبر"]}},94031:e=>{e.exports={en:["Session"],ar:["فترة"]}},83298:e=>{e.exports={en:["Session volume profile"],ar:["بروفايل أحجام التداول للجلسة"]}},66707:e=>{e.exports={en:["Session breaks"],ar:["راحات جلسة التداول"]}},1852:e=>{e.exports={en:["Shanghai"],ar:["شنغهاي"]}},8075:e=>{e.exports={en:["Short Position"],ar:["صفقة بيع على المكشوف"]}},98334:e=>{e.exports={en:["Show"],ar:["عرض"]}},85891:e=>{e.exports={en:["Show all drawings"],ar:["عرض كل الرسومات"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],ar:["عرض كل الرسومات والمؤشرات"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],ar:["إظهار كافة الرسومات والمؤشرات والمراكز والأوامر"]}},98753:e=>{e.exports={en:["Show all indicators"],ar:["عرض كل المؤشرات"]}},55418:e=>{e.exports={en:["Show all ideas"],ar:["عرض جميع الأفكار"]}},20506:e=>{e.exports={en:["Show all positions & orders"],ar:["إظهار المراكز والأوامر"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],ar:["إظهار تبديل العقد المستمر"]}},81465:e=>{e.exports={en:["Show contract expiration"],ar:["إظهار انتهاء صلاحية العقد"]}},29449:e=>{e.exports={en:["Show dividends"],ar:["عرض توزيعات الأرباح"]}},37113:e=>{e.exports={en:["Show earnings"],ar:["عرض الأرباح"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],ar:["عرض جميع الأفكار للمستخدمين الذين يتم متابعتهم"]}},62986:e=>{e.exports={en:["Show latest news"],
|
||||
ar:["عرض آخر الأخبار"]}},44020:e=>{e.exports={en:["Show my ideas only"],ar:["عرض أفكاري فقط"]}},50849:e=>{e.exports={en:["Show splits"],ar:["عرض تقسيمات الأسهم"]}},67751:e=>{e.exports={en:["Signpost"],ar:["لافتة"]}},77377:e=>{e.exports={en:["Singapore"],ar:["سنغافورة"]}},39090:e=>{e.exports={en:["Sine Line"],ar:["منحنى الجيب"]}},66205:e=>{e.exports={en:["Square"],ar:["مربع"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],ar:["تم تجاوز الحد الأقصى للدراسات : {number} دراسة لكل نسق\nبرجاء حذب البعض"]}},92516:e=>{e.exports={en:["Style"],ar:["نمط"]}},61507:e=>{e.exports={en:["Stack on the left"],ar:["انحياز لليسار"]}},97800:e=>{e.exports={en:["Stack on the right"],ar:["انحياز لليمين"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],ar:["ابدأ باستخدام وضع التنقل باستخدام لوحة المفاتيح. اضغط على {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],ar:["البقاء في وضع الرسم"]}},69217:e=>{e.exports={en:["Step line"],ar:["خط متدرج"]}},43114:e=>{e.exports={en:["Sticker"],ar:["ملصق"]}},86716:e=>{e.exports={en:["Stockholm"],ar:["بورصة ستوكهولم"]}},1145:e=>{e.exports={en:["Submicro"],ar:["موجة مجهرية فرعية"]}},63375:e=>{e.exports={en:["Submillennium"],ar:["موجة الألفية الثانوية"]}},30585:e=>{e.exports={en:["Subminuette"],ar:["فاصل الدقيقة في موجات اليوت"]}},67948:e=>{e.exports={en:["Supercycle"],ar:["الموجة الدورية العليا"]}},3348:e=>{e.exports={en:["Supermillennium"],ar:["موجة الألفية العظمى"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],ar:["قم بالتبديل إلى {resolution}"]}},31622:e=>{e.exports={en:["Sydney"],ar:["سيدني"]}},70963:e=>{e.exports={en:["Symbol Error"],ar:["خطأ في الرمز"]}},32390:e=>{e.exports={en:["Symbol name label"],ar:["ملصق اسم الرمز"]}},10127:e=>{e.exports={en:["Symbol last price label"],ar:["ملصق آخر قيمة للرمز"]}},39079:e=>{e.exports={en:["Sync globally"],ar:["مزامنة شاملة"]}},46607:e=>{e.exports={en:["Sync in layout"],ar:["مزامنة مع كل الرسوم البيانية"]}},76519:e=>{e.exports={en:["Point & figure"],ar:["النقطة والرقم"]}},39949:e=>{e.exports={en:["Polyline"],ar:["متعدد الخطوط"]}},371:e=>{e.exports={en:["Path"],ar:["مسار"]}},59256:e=>{e.exports={en:["Parallel Channel"],ar:["قناة متوازية"]}},61879:e=>{e.exports={en:["Paris"],ar:["باريس"]}},35140:e=>{e.exports={en:["Paste"],ar:["لصق"]}},6919:e=>{e.exports={en:["Percent"],ar:["نسبة مئوية"]}},24436:e=>{e.exports={en:["Perth"],ar:["بِرث"]}},14055:e=>{e.exports={en:["Phoenix"],ar:["فونيكس"]}},34156:e=>{e.exports={en:["Pitchfan"],ar:["بتشفان"]}},19634:e=>{e.exports={en:["Pitchfork"],ar:["بيتش فورك"]}},86631:e=>{e.exports={en:["Pin"],ar:["شبك"]}},33110:e=>{e.exports={en:["Pin to new left scale"],ar:["ثبت على مقياس أيسر جديد"]}},28280:e=>{e.exports={en:["Pin to new right scale"],ar:["ثبت على مقياس أيمن جديد"]}},14115:e=>{e.exports={en:["Pin to left scale"],ar:["ثبت إلى المقياس الأيسر"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],ar:["ثبت على المقياس الأيسر (مخفي)"]}},81054:e=>{e.exports={en:["Pin to right scale"],
|
||||
ar:["ثبت إلى المقياس الأيمن"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],ar:["ثبت على المقياس الأيمن (مخفي)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],ar:["تثبيت إلى المقياس (الآن يسار)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],ar:["تثبيت مقياس الرسم (الأن لا مقياس محدد)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],ar:["تثبيت إلى المقياس (الآن يمين)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],ar:["ثبت على مقياس ({label} جديد)"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],ar:["ثبت إلى المقياس {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],ar:["ثبت على المقياس {label} (مخفي)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],ar:["تم التثبيت إلى المقياس الأيسر"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],ar:["تم التثبيت على المقياس الأيسر (مخفي)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],ar:["تم التثبيت إلى المقياس الأيمن"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],ar:["ثبت على المقياس الأيمن (مخفي)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],ar:["ثبت على المقياس {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],ar:["تم التثبيت على المقياس {label} (مخفي)"]}},71566:e=>{e.exports={en:["Plus button"],ar:["زر زائد"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],ar:["يرجى منحنا إذن الكتابة للحافظة في متصفحك أو الضغط على {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],ar:["براغ"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],ar:["اضغط لمدة مطولة على {key} أثناء التكبير للحفاظ على موضع الرسم البياني"]}},91282:e=>{e.exports={en:["Price Label"],ar:["ملصق السعر"]}},97512:e=>{e.exports={en:["Price Note"],ar:["بطاقة السعر"]}},68941:e=>{e.exports={en:["Price Range"],ar:["المدى السعري"]}},66123:e=>{e.exports={en:["Price format is invalid."],ar:["صيغة السعر غير صحيحة"]}},72926:e=>{e.exports={en:["Price line"],ar:["خط السعر"]}},59189:e=>{e.exports={en:["Primary"],ar:["أوًلي"]}},75747:e=>{e.exports={en:["Projection"],ar:["مسقط"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],ar:["تم نشره على {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"],ar:["قطر"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],ar:["بحث سريع. اضغط على {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],ar:["مستطيل مائل"]}},52961:e=>{e.exports={en:["Rome"],ar:["روما"]}},50318:e=>{e.exports={en:["Ray"],ar:["شعاع"]}},55169:e=>{e.exports={en:["Range"],ar:["مدى"]}},13386:e=>{e.exports={en:["Reykjavik"],ar:["بورصة ريكيافيك"]}},26001:e=>{e.exports={en:["Rectangle"],ar:["مستطيل"]}},48236:e=>{e.exports={en:["Redo"],ar:["إعادة"]}},2460:e=>{e.exports={en:["Regression Trend"],ar:["إتجاه الإنحدار"]}},67410:e=>{e.exports={en:["Remove"],ar:["حذف"]}},3061:e=>{e.exports={
|
||||
en:["Remove this financial metric from favorites"],ar:["أزل هذا المقياس المالي من المفضلة"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],ar:["أزل هذا المؤشر من المفضلة"]}},86285:e=>{e.exports={en:["Remove {drawings}"],ar:["إزالة {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],ar:["إزالة {drawings} و{indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],ar:["إزالة {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],ar:["إعادة تسمية الرسم البياني"]}},88130:e=>{e.exports={en:["Renko"],ar:["رينكو"]}},75246:e=>{e.exports={en:["Reset chart view"],ar:["إعادة تعيين عرض الرسم البياني"]}},88853:e=>{e.exports={en:["Reset points"],ar:["نقاط إعادة الضبط"]}},15332:e=>{e.exports={en:["Reset price scale"],ar:["إعادة تعيين مقياس السعر"]}},54170:e=>{e.exports={en:["Reset time scale"],ar:["إعادة تعيين مقياس الزمن"]}},37974:e=>{e.exports={en:["Riyadh"],ar:["الرياض"]}},94022:e=>{e.exports={en:["Riga"],ar:["بورصة ريغا"]}},60630:e=>{e.exports={en:["Runtime error"],ar:["خطأ وقت التشغيل"]}},66719:e=>{e.exports={en:["Warning"],ar:["تحذير"]}},5959:e=>{e.exports={en:["Warsaw"],ar:["وارسو"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],ar:["طوكيو"]}},10095:e=>{e.exports={en:["Toronto"],ar:["تورنتو"]}},17981:e=>{e.exports={en:["Table"],ar:["الطاولة"]}},11034:e=>{e.exports={en:["Taipei"],ar:["طرابلس"]}},79995:e=>{e.exports={en:["Tallinn"],ar:["بورصة تالين"]}},6686:e=>{e.exports={en:["Tehran"],ar:["طهران"]}},93553:e=>{e.exports={en:["Template"],ar:["قالب"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],ar:["لا يوفر المزود بيانات أحجام التداول لهذا الرمز."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],ar:["لا يمكن تحميل عرض المنشور. يُرجى إيقاف إمتدادات المتصفح الخاص بك وإعادة المحاولة."]}},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."],ar:["استغرقت معالجة الطلب وقتًا طويلاً. تأكد من أن لديك اتصال إنترنت مستقر. إذا استمرت المشكلة، حاول تقليل طول الفاصل الزمني المطلوب."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],ar:["لا توجد بيانات للفترة المحددة والإطار الزمني للرسم البياني."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],ar:["هذا الملف كبير جدًا. الحد الأقصى للحجم هو {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],ar:["هذا المؤشر لا يمكن تطبيقه على مؤشر آخر"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],ar:["يحتوي هذا النص البرمجي على خطأ. يرجى الاتصال بمؤلفها."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],ar:["هذا النص البرمجي هو بدعوة فقط. لطلب الوصول، يرجى الاتصال بالمؤلف."]}},47773:e=>{e.exports={
|
||||
en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],ar:["هذا الرمز متاح فقط في {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],ar:["نموذج الثلاث موجات"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],ar:["الفواصل الزمنية المستندة إلى التيك غير متوفرة لـ {ticker}."]}},12806:e=>{e.exports={en:["Time"],ar:["الوقت"]}},20909:e=>{e.exports={en:["Time zone"],ar:["المنطقة الزمنية"]}},46852:e=>{e.exports={en:["Time Cycles"],ar:["الدورات الزمنية"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],ar:["فرص الوقت والأسعار"]}},66823:e=>{e.exports={en:["Trade"],ar:["تداول"]}},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"],ar:["Tradingview تفاعلية ولديها أوامر لاستخدامها مع قارئ الشاشة. فيما يلي قائمة بأوامر لوحة المفاتيح المتاحة للتفاعل على المنصة"]}},35757:e=>{e.exports={en:["Trend Angle"],ar:["زاوية الإتجاه"]}},97339:e=>{e.exports={en:["Trend Line"],ar:["خط الاتجاه"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],ar:["امتداد فيبوناتشي الاتجاهي"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],ar:["فيبوناتشي الزمني الاتجاهي"]}},1671:e=>{e.exports={en:["Triangle"],ar:["مثلث"]}},76152:e=>{e.exports={en:["Triangle Down"],ar:["مثلث هابط"]}},90148:e=>{e.exports={en:["Triangle Pattern"],ar:["نموذج المثلث"]}},21236:e=>{e.exports={en:["Triangle Up"],ar:["مثلث صاعد"]}},21007:e=>{e.exports={en:["Tunis"],ar:["تونس"]}},1833:e=>{e.exports={en:["UTC"],ar:["بالتوقيت العالمي المنسق"]}},14804:e=>{e.exports={en:["Undo"],ar:["تراجع"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],ar:["خطأ غير متوقع في وضع الاختبار الخلفي العميق. اتصل بالدعم للحصول على مزيد من المعلومات."]}},15432:e=>{e.exports={en:["Units"],ar:["وحدات"]}},11768:e=>{e.exports={en:["Unknown error"],ar:["خطأ غير معروف"]}},99894:e=>{e.exports={en:["Unlock"],ar:["فتح"]}},75546:e=>{e.exports={en:["Unsupported interval"],ar:["فاصل زمني غير مدعوم"]}},8580:e=>{e.exports={en:["User-defined error"],ar:["خطأ معرّف من قبل المستخدم"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],ar:["بروفايل حجم التداول بنطاق ثابت"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],ar:["مؤشر بروفايل حجم التداول متاح فقط على عضوياتنا المدفوعة."]}},93722:e=>{e.exports={en:["Volume candles"],ar:["شموع الحجم"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],ar:["لا يتم توفير بيانات الحجم في بيانات BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],ar:["بصمة الحجم"]}},32838:e=>{e.exports={en:["Vancouver"],ar:["فانكوفر"]}},29535:e=>{e.exports={en:["Vertical Line"],ar:["خط رأسي"]}},23160:e=>{e.exports={en:["Vienna"],ar:["فيينا"]}},60534:e=>{e.exports={en:["Vilnius"],ar:["بورصة فيلنيوس"]}},40091:e=>{e.exports={en:["Visibility"],ar:["الظهور"]}},54853:e=>{e.exports={en:["Visibility on intervals"],
|
||||
ar:["الوضوح على الفواصل الزمنية"]}},58302:e=>{e.exports={en:["Visible on tap"],ar:["مرئي عند النقر"]}},10309:e=>{e.exports={en:["Visible on mouse over"],ar:["مرئية عند تمرير الفأرة"]}},4077:e=>{e.exports={en:["Visual order"],ar:["الترتيب المرئي"]}},11316:e=>{e.exports={en:["X Cross"],ar:["تقاطع"]}},42231:e=>{e.exports={en:["XABCD Pattern"],ar:["XABCD نموذج"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],ar:["لا يمكنك رؤية النقاط المحورية على هذا الإطار الزمني"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],ar:["لقد قمت بإغلاق الرسومات على هذا الرمز. هل تريد إزالة الرسومات المقفلة أيضًا؟"]}},53168:e=>{e.exports={en:["Yangon"],ar:["يانجون"]}},93123:e=>{e.exports={en:["Yes, remove them"],ar:["نعم، قم بإزالتها"]}},62859:e=>{e.exports={en:["Zurich"],ar:["زيوريخ"]}},47977:e=>{e.exports={en:["change Elliott degree"],ar:["تغيير درجة إليوت"]}},61557:e=>{e.exports={en:["change no overlapping labels"],ar:["تغيير الملصقات غير متداخلة"]}},76852:e=>{e.exports={en:["change average close price label visibility"],ar:["تغيير وضوح ملصق متوسط إغلاق السعر"]}},1022:e=>{e.exports={en:["change average close price line visibility"],ar:["تغيير وضوح خط سعر الإغلاق السابق"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],ar:["تغيير وضوح ملصقات سعري البيع والشراء"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],ar:["تغيير وضوح خط سعري البيع والشراء"]}},32302:e=>{e.exports={en:["change currency"],ar:["تغيير العملة"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],ar:["تغيير تنسيق الرسم البياني إلى {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],ar:["تغيير رؤية تبديل العقد المستمر"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],ar:["تغيير وضوح العد التنازلي لعمود الإغلاق"]}},16979:e=>{e.exports={en:["change date range"],ar:["تغيير نطاق التاريخ"]}},53929:e=>{e.exports={en:["change dividends visibility"],ar:["تغيير وضوح توزيعات الأرباح"]}},6119:e=>{e.exports={en:["change events visibility on chart"],ar:["تغيير وضوح الأحداث على الرسم البياني"]}},6819:e=>{e.exports={en:["change earnings visibility"],ar:["تغيير وضوح الأرباح"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],ar:["تغيير وضوح انتهاء صلاحية العقود الآجلة"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],ar:["تغيير وضوح ملصقات أعلى سعر وأدنى سعر"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],ar:["تغيير وضوح خطوط أعلى سعر وأدنى سعر"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],ar:["وضوح ملصقات تغير المؤشرات"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],ar:["وضوح ملصقات تغيير المؤشرات"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],ar:["تغيير عرض آخر الأخبار والأفكار"]}},88849:e=>{e.exports={en:["change linking group"],ar:["تغيير مجموعة الربط"]}},14691:e=>{e.exports={en:["change pane height"],
|
||||
ar:["تغيير ارتفاع الجزء"]}},96379:e=>{e.exports={en:["change plus button visibility"],ar:["تغيير وضوح زر +"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],ar:["تغيير وضوح ملصق أسعار ما قبل/بعد الجلسة"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],ar:["تغيير وضوح خط أسعار ما قبل/بعد الجلسة"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],ar:["تغيير وضوح خط سعر الإغلاق السابق"]}},8662:e=>{e.exports={en:["change price line visibility"],ar:["تغيير خط السعر"]}},2509:e=>{e.exports={en:["change price to bar ratio"],ar:["تغيير السعر إلى نسبة العمود"]}},32829:e=>{e.exports={en:["change resolution"],ar:["تغيير النطاق"]}},35400:e=>{e.exports={en:["change symbol"],ar:["تغيير الرمز"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],ar:["تغيير وضوح ملصقات رمز"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],ar:["تغيير وضوح آخر قيمة للرمز"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],ar:["تغيير وضوح قيمة الإغلاق للرمز"]}},87041:e=>{e.exports={en:["change session"],ar:["تغيير الجلسة"]}},38413:e=>{e.exports={en:["change session breaks visibility"],ar:["تغيير وضوح فواصل الجلسة"]}},49965:e=>{e.exports={en:["change series style"],ar:["تغيير نمط السلسلة"]}},47474:e=>{e.exports={en:["change splits visibility"],ar:["تغيير وضوح تقسيمات الأسهم"]}},20137:e=>{e.exports={en:["change timezone"],ar:["تغيير المنطقة الزمنية"]}},85975:e=>{e.exports={en:["change unit"],ar:["تغيير الوحدة"]}},1924:e=>{e.exports={en:["change visibility"],ar:["تغيير الرؤية"]}},84331:e=>{e.exports={en:["change visibility at current interval"],ar:["تغيير وضوح الفاصل الزمني الحالي"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],ar:["تغيير الوضوح في الفاصل الزمني الحالي وما فوقه"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],ar:["تغيير الوضوح في الفاصل الزمني الحالي وأدناه"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],ar:["تغيير الوضوح في جميع الفترات"]}},94566:e=>{e.exports={en:["charts by TradingView"],ar:["الرسوم البيانية بواسطة TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],ar:["أدوات نسخ الخط"]}},46219:e=>{e.exports={en:["create line tools group"],ar:["أنشئ مجموعة أدوات الخطوط"]}},95394:e=>{e.exports={en:["create line tools group from selection"],ar:["إنشاء مجموعة أدوات الخطوط من الخيارات المتاحة"]}},12898:e=>{e.exports={en:["create {tool}"],ar:["إنشاء {tool}"]}},94227:e=>{e.exports={en:["cut sources"],ar:["مصادر القطع"]}},11500:e=>{e.exports={en:["cut {title}"],ar:["قص {title}"]}},63869:e=>{e.exports={en:["anchor objects"],ar:["عناصر مثبتة"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],ar:["إضافة أداة الخطوط {lineTool} لمجموعة {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],ar:["إضافة أداة (أدوات) الخط إلى المجموعة {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],
|
||||
ar:["أضف هذا المؤشر المالي إلى التنسيق بالكامل"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],ar:["أضف هذا المؤشر إلى التنسيق بالكامل"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],ar:["أضف هذه الاستراتيجية إلى التنسيق بالكامل"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],ar:["أضف هذا الرمز إلى التنسيق بالكامل"]}},4128:e=>{e.exports={en:["align to 45 degrees"],ar:["محاذاة إلى 45 درجة"]}},68231:e=>{e.exports={en:["apply chart theme"],ar:["تطبيق مظهر الرسم البياني"]}},99551:e=>{e.exports={en:["apply all chart properties"],ar:["تطبيق كافة خصائص الرسم البياني"]}},89720:e=>{e.exports={en:["apply drawing template"],ar:["تطبيق قالب الرسم"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],ar:["تطبيق إعدادات المصنع الافتراضية على المصادر المختارة"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],ar:["تطبيق المؤشرات على التنسيق بأكمله"]}},69604:e=>{e.exports={en:["apply study template {template}"],ar:["تطبيق قالب الدراسة {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],ar:["تطبيق مظهر أشرطة الأدوات"]}},1979:e=>{e.exports={en:["bring group {title} forward"],ar:["جلب المجموعة {title} إلى الأمام"]}},53159:e=>{e.exports={en:["bring {title} to front"],ar:["جلب {title} إلى المقدمة"]}},41966:e=>{e.exports={en:["bring {title} forward"],ar:["حرّك {title} للأمام"]}},44676:e=>{e.exports={en:["by TradingView"],ar:["بواسطة TradingView"]}},58850:e=>{e.exports={en:["date range lock"],ar:["تجميد النطاق الزمني"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],ar:["استثناء أدوات الخطوط من المجموعة {group}"]}},13017:e=>{e.exports={en:["hide {title}"],ar:["إخفاء {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],ar:["إخفاء العلامات على الأعمدة"]}},56558:e=>{e.exports={en:["interval lock"],ar:["قفل الفاصل"]}},6830:e=>{e.exports={en:["invert scale"],ar:["عكس المقياس"]}},48818:e=>{e.exports={en:["insert {title}"],ar:["أدخل {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],ar:["أدخل {title} بعد {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],ar:["أدخل {title} بعد {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],ar:["أدخل {title} قبل {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],ar:["أدخل {title} قبل {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],ar:["تحميل قالب الرسم الافتراضي"]}},62011:e=>{e.exports={en:["loading..."],ar:["تحميل..."]}},76104:e=>{e.exports={en:["lock {title}"],ar:["تثبيت {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],ar:["غلق المجموعة {group}"]}},18942:e=>{e.exports={en:["lock objects"],ar:["قفل العنصر"]}},98277:e=>{e.exports={en:["move"],ar:["تحريك"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],ar:["انقل {title} إلى مقياس يسار جديد"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],ar:["انقل {title} إلى مقياس جديد على اليسار"]}},64077:e=>{e.exports={en:["move all scales to left"],
|
||||
ar:["حرك كل المقاييس إلى اليسار"]}},19013:e=>{e.exports={en:["move all scales to right"],ar:["حرك كل المقاييس إلى اليمين"]}},52510:e=>{e.exports={en:["move drawing(s)"],ar:["نقل الرسم (الرسومات)"]}},79209:e=>{e.exports={en:["move left"],ar:["حرك يسارًا"]}},60114:e=>{e.exports={en:["move right"],ar:["حرّك يمينًا"]}},44854:e=>{e.exports={en:["move scale"],ar:["حرك المقياس"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],ar:["اجعل {title} بدون مقياس محدد (ملء الشاشة)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],ar:["اجعل المجموعة {group} غير مرئية"]}},45987:e=>{e.exports={en:["make group {group} visible"],ar:["اجعل المجموعة {group} مرئية"]}},78055:e=>{e.exports={en:["merge down"],ar:["دمج لأسفل"]}},41866:e=>{e.exports={en:["merge to pane"],ar:["دمج في جزء"]}},52458:e=>{e.exports={en:["merge up"],ar:["دمج لأعلى"]}},90091:e=>{e.exports={en:["n/a"],ar:["لا يوجد"]}},94981:e=>{e.exports={en:["scale price"],ar:["مقياس السعر"]}},63796:e=>{e.exports={en:["scale price chart only"],ar:["نطاق الرسم البياني للسعر فقط"]}},70771:e=>{e.exports={en:["scale time"],ar:["وقت المقياس"]}},42070:e=>{e.exports={en:["scroll"],ar:["تمرير"]}},87840:e=>{e.exports={en:["scroll time"],ar:["وقت التمرير"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],ar:["تعيين إستراتيجية اختيار مقياس السعر على {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],ar:["أرسل {title} للخلف"]}},5005:e=>{e.exports={en:["send {title} to back"],ar:["أرسل {title} إلى الخلف"]}},69546:e=>{e.exports={en:["send group {title} backward"],ar:["أرسل المجموعة {title} إلى الخلف"]}},63934:e=>{e.exports={en:["share line tools globally"],ar:["مشاركة أدوات الخط بشكل شامل"]}},90221:e=>{e.exports={en:["share line tools in layout"],ar:["مشاركة أدوات الخط في التنسيق"]}},13336:e=>{e.exports={en:["show all ideas"],ar:["عرض جميع التحاليل"]}},91395:e=>{e.exports={en:["show ideas of followed users"],ar:["عرض جميع التحاليل للمستخدمين الذين يتم متابعتهم"]}},57460:e=>{e.exports={en:["show my ideas only"],ar:["عرض تحاليلي فقط"]}},4114:e=>{e.exports={en:["stay in drawing mode"],ar:["البقاء في وضع الرسم"]}},3350:e=>{e.exports={en:["stop syncing drawing"],ar:["إيقاف مزامنة الرسم"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],ar:["وقف أداة (أدوات) مزامنة الخط"]}},53278:e=>{e.exports={en:["symbol lock"],ar:["قفل الرمز"]}},91677:e=>{e.exports={en:["sync time"],ar:["وقت المزامنة"]}},3140:e=>{e.exports={en:["powered by"],ar:["مدعوم من"]}},92800:e=>{e.exports={en:["powered by TradingView"],ar:["بواسطة TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],ar:["لصق الرسم"]}},1064:e=>{e.exports={en:["paste indicator"],ar:["لصق مؤشر"]}},57010:e=>{e.exports={en:["paste {title}"],ar:["لصق {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],ar:["ثبت على المقياس الأيسر"]}},7495:e=>{e.exports={en:["pin to right scale"],ar:["ثبت إلى المقياس الأيمن"]}},81566:e=>{e.exports={en:["pin to scale {label}"],ar:["ثبت على المقياس {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],ar:["إعادة ترتيب الأجزاء"]}},60806:e=>{
|
||||
e.exports={en:["remove all indicators"],ar:["إزالة جميع المؤشرات"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],ar:["إزالة جميع المؤشرات وأدوات الرسم"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],ar:["إزالة أدوات الخط الفارغة غير المحددة"]}},30538:e=>{e.exports={en:["remove drawings"],ar:["حذف الرسومات"]}},1193:e=>{e.exports={en:["remove drawings group"],ar:["تغيير المنازل العشرية"]}},38199:e=>{e.exports={en:["remove line data sources"],ar:["إزالة مصادر خط البيانات"]}},93333:e=>{e.exports={en:["remove pane"],ar:["إزالة جزء"]}},94543:e=>{e.exports={en:["remove {title}"],ar:["إزالة {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],ar:["حذف مجموعة أدوات الخطوط {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],ar:["تغيير اسم المجموعة {group} إلى {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],ar:["إعادة تعيين أحجام التنسيق"]}},3323:e=>{e.exports={en:["reset scales"],ar:["إعادة تعيين المقاييس"]}},17336:e=>{e.exports={en:["reset time scale"],ar:["إعادة تعيين مقياس الزمن"]}},47418:e=>{e.exports={en:["resize layout"],ar:["تغيير حجم التنسيق"]}},85815:e=>{e.exports={en:["restore defaults"],ar:["استعادة الإعدادات الافتراضية"]}},96881:e=>{e.exports={en:["restore study defaults"],ar:["استعادة الإعدادات الافتراضية للدراسة"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],ar:["تبديل حالة اللوحة المكبرة"]}},42240:e=>{e.exports={en:["toggle auto scale"],ar:["تبديل المقياس التلقائي"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],ar:["تبديل حالة اللوحة المطوية"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],ar:["تبديل الفهرس إلى مقياس 100"]}},49695:e=>{e.exports={en:["toggle lock scale"],ar:["تبديل قفل المقياس"]}},49403:e=>{e.exports={en:["toggle log scale"],ar:["تبديل المقياس اللوغاريتمي"]}},98994:e=>{e.exports={en:["toggle percentage scale"],ar:["تبديل مقياس النسبة المئوية"]}},80688:e=>{e.exports={en:["toggle regular scale"],ar:["تبديل المقياس العادي"]}},46807:e=>{e.exports={en:["track time"],ar:["وقت المسار"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],ar:["وقف تشغيل مشاركة أدوات الخط"]}},99234:e=>{e.exports={en:["unanchor objects"],ar:["عناصر غير مثبتة"]}},23230:e=>{e.exports={en:["unlock objects"],ar:["تحرير العنصر"]}},74590:e=>{e.exports={en:["unlock group {group}"],ar:["فتح المجموعة {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],ar:["تحرير {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],ar:["إلغاء الاندماج في الجزء السفلي الجديد"]}},79443:e=>{e.exports={en:["unmerge up"],ar:["فصل"]}},46453:e=>{e.exports={en:["unmerge down"],ar:["إلغاء الدمج لأسفل"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],ar:["نوع رسم {chartStyle} غير متاح حاليًا للفواصل الزمنية القائمة على التيك."]}},41643:e=>{e.exports={en:["{count} bars"],ar:["{count} أعمدة"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],ar:["{symbol} تم تفريغ القوائم المالية عن طريق TradingView"]}},40947:e=>{e.exports={
|
||||
en:["{userName} published on {customer}, {date}"],ar:["نشر {userName} على {customer} في {date}"]}},91084:e=>{e.exports={en:["zoom"],ar:["تكبير"]}},49856:e=>{e.exports={en:["zoom in"],ar:["تكبير"]}},73638:e=>{e.exports={en:["zoom out"],ar:["تصغير"]}},41807:e=>{e.exports={en:["day","days"],ar:["يوم","يوم","يومين","أيام","يوم","يوم"]}},42328:e=>{e.exports={en:["hour","hours"],ar:["ساعة","ساعة","ساعة","ساعات","ساعة","ساعة"]}},98393:e=>{e.exports={en:["month","months"],ar:["شهر","شهر","شهر","أشهر","شهرًا","شهرًا"]}},78318:e=>{e.exports={en:["minute","minutes"],ar:["دقيقة","دقيقة","دقيقتين","دقائق","دقيقة","دقيقة"]}},33232:e=>{e.exports={en:["second","seconds"],ar:["ثانية","ثانية","ثانيتان","ثوان","ثانية","ثانية"]}},89937:e=>{e.exports={en:["range","ranges"],ar:["نطاق","نطاق","نطاق","نطاقات","نطاق","نطاق"]}},48898:e=>{e.exports={en:["week","weeks"],ar:["أسبوع","أسبوع","أسبوعين","أسابيع","أسبوع","أسبوع"]}},11913:e=>{e.exports={en:["tick","ticks"],ar:["تيك","تيك","تيك","تيك","تيك","تيك"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],ar:["{amount} من الرسوم ","{amount} من الرسوم ","{amount} من الرسوم ","{amount} من الرسوم ","{amount} من الرسوم ","{amount} من الرسوم "]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],ar:["{amount} من المؤشرات","{amount} من المؤشرات","{amount} من المؤشرات","{amount} من المؤشرات","{amount} من المؤشرات","{amount} من المؤشرات"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],ar:["{count}ش","{count}ش","{count}ش","{count}ش","{count}ش","{count}ش"]}},47801:e=>{e.exports={en:["{count}d","{count}d"],ar:["{count}ي","{count}ي","{count}ي","{count}ي","{count}ي","{count}ي"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],ar:["{count}س","{count}س","{count}س","{count}س","{count}س","{count}س"]}},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"],ar:["صناديق مؤشرات سندات الخزانة قصيرة الأجل Schwab"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"],ar:["صندوق مؤشرات أسهم الشركات الأعلى عائد من 0 إلى 5 سنوات"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],ar:["مؤشر S&P/ASX للأسهم الاسترالية 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],ar:["مؤشر S&P/ASX للأسهم الاسترالية 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],ar:["مؤشر S&P/ASX 200"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],ar:["دولار أسترالي/ دولار كندي"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],ar:["دولار أسترالي/ فرنك سويسري"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],ar:["دولار أسترالي/ ين ياباني"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],ar:["دولار أسترالي/ دولار نيوزلاندي"]},e.exports["#AUDRUB-symbol-description"]={
|
||||
en:["Australian Dollar / Russian Ruble"],ar:["دولار أسترالي/ روبل روسي"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],ar:["دولار أسترالي/ دولار أمريكي"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],ar:["مؤشر S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],ar:["بيتكوين كاش / يورو"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],ar:["بيتكوين كاش/ دولار أمريكي"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],ar:["مؤشر BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],ar:["مؤشر بورصة استانبول 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],ar:["بيتكون / مؤشر الدولار الأمريكي"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],ar:["مؤشر IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],ar:["مؤشر Bovespa"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],ar:["مؤشر IBrasil"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],ar:["مؤشر Brazil 50"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"],ar:["شركة فورد للسيارات"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],ar:["مؤشر S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],ar:["ريال برازيلي/ ين ياباني"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],ar:["مؤشر S&P BSE Sensex"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ar:["بتكوين / دولار كندي"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],ar:["بتكوين/ يوان صيني"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],ar:["بتكوين/ يورو"]},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"],ar:["بتكوين/ وون كوري جنوبي"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],ar:["بيتكوين / روبل روسي"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],ar:["بيتكوين / بات تايلندي"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],ar:["بتكوين/ دولار أمريكي"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],ar:["بيتكوين جولد / دولار أمريكي"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],ar:["مؤشر بيرو العام S&P / BVL (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],ar:["مؤشر بورصة الأوراق المالية بساو باولو"]},e.exports["#CADJPY-symbol-description"]={
|
||||
en:["Canadian Dollar / Japanese Yen"],ar:["دولار كندي/ ين ياباني"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],ar:["الدولار الكندي/الدولار الأمريكي"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],ar:["مؤشر S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ar:["مؤشر تقلب S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],ar:["العقود الآجلة لسندات الخزينة"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],ar:["العقود الآجلة للذرة"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],ar:["العقود الآجلة لوجبة فول الصويا"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],ar:["العقود الآجلة لسندات الخزينة لأجل 10 سنوات"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],ar:["العقود الآجلة للشوفان"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],ar:["العقود الآجلة للفائدة الفديرالية 30 يوم"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],ar:["العقود الآجلة للأرز"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],ar:["عقود الآجلة لفول الصويا"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],ar:["عقود القمح الآجلة"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],ar:["عقود Mini الآجلة لفول الصويا"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],ar:["عقود Mini الآجلة للقمح"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],ar:["عقود داو جونز 30 الاجلة E-MINI ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],ar:["فرنك سويسري/ ين ياباني"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],ar:["الفرنك السويسري/الدولار الأمريكي"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],ar:["العقود الآجلة للبيتكوين CME"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],ar:["العقود الآجلة-النقدية للزبدة (مستمرة: العقد الحالي الأمامي)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],ar:["العقود الآجلة للماشية المغذية"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],ar:["العقود الآجلة للحم الخنزير خالي الدهن Lean Hogs"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],ar:["العقود الآجلة للماشية الحية"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],ar:["عقود E-mini الآجلة لليورو"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],ar:["عقود E-mini الآجلة لـ S&P 500"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],ar:["عقود E-mini آجلة للين الياباني"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],ar:["عقود NASDAQ 100 E-MINI الآجلة"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],
|
||||
ar:["العقود الآجلة لمؤشر E-Mini Russell 2000"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],ar:["العقود الآجلة للألومينوم الأوروبي Premium"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],ar:["العقود الآجلة للألومينيوم MW U.S. Transaction Premium Platts (25MT)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],ar:["العقود الآجلة للذهب"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],ar:["عقود النحاس الآجلة"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],ar:["العقود الآجلة للفضة"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],ar:["عقود E-mini الآجلة للنحاس"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],ar:["عقود (Mini) الآجلة للفضة"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],ar:["عقود (Mini) الآجلة للذهب"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],ar:["عقود الفروقات السعرية للنحاس"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],ar:["عقود الفروقات السعرية للذرة"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],ar:["عقود الفروقات السعرية للقطن"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],ar:["إجمالي القيمة السوقية للعملات الرقمية بالدولار الأمريكي"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],ar:["مؤشر DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],ar:["مؤشر متوسط داو جونز المركب"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],ar:["مؤشر داو جونز للسلع - العنصر الزراعي المغطى"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],ar:["مؤشر داو جونز للسلع - كاكاو"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],ar:["مؤشر داو جونز للسلع - الطاقة"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],ar:["مؤشر داو جونز للسلع - ذهب"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],ar:["مؤشر داو جونز للسلع - حبوب"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],ar:["مؤشر داو جونز للسلع - نيكل"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],ar:["مؤشر داو جونز للسلع - البن"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],ar:["مؤشر داو جونز للسلع - السكر"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],ar:["مؤشر داو جونز للسلع - فضة"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ar:["مؤشر متوسط داو جونز الصناعي"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],ar:["مؤشر متوسط داو جونز للنقل"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],
|
||||
ar:["مؤشر متوسط داو جونز الخدمي"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],ar:["مؤشر داو جونز للفحم في الولايات المتحدة"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],ar:["مؤشر EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],ar:["ايثيريوم كلاسيك/بيتكوين"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"],ar:["إيثريوم كلاسيك / يورو"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],ar:["ايثيريوم كلاسيك/دولار أمريكي"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"],ar:["إيثيريوم/بيتكوين"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"],ar:["الإيثيريوم / يورو"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],ar:["الإيثيريوم / جنيه بريطاني"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],ar:["الإيثيريوم / ين ياباني"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],ar:["إيثيريوم / وون كوريا الجنوبية"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],ar:["إيثيريوم / البات التايلندي"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],ar:["اثيريوم/دولار أمريكي"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],ar:["سند دين باليورو"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],ar:["يورو / دولار أسترالي"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],ar:["يورو/ ريال برازيلي"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],ar:["يورو / دولار كندي"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],ar:["يورو / فرنك سويسرى"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],ar:["يورو / جنيه إسترليني"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],ar:["يورو / ين يابانى"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],ar:["يورو / كرونا نرويجي"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],ar:["يورو / دولار نيوزيلاندى"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],ar:["مؤشر AEX"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],ar:["مؤشر BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],ar:["مؤشر CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],ar:["يورو/ روبل روسي"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],ar:["يورو / روبل روسي"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],ar:["يورو / كورونة سويدية"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],ar:["يورو / ليره تركية"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],ar:["يورو / دولار أمريكى"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],ar:["مؤشر يورو ستوكس 50"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"],
|
||||
ar:["US SmallCap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],ar:["مؤشر كاك 40 CAC"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],ar:["الناتج المحلي الإجمالي، مقرب لأقرب علامة عشرية واحدة"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],ar:["إجمالي تعداد السكان: تشمل جميع الأعمار والقوات المسلحة في الخارج"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],ar:["معدل البطالة المدنية"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],ar:["مؤشر FTSE بورصة ماليزيا KLCI"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."],ar:["شركة كي ترونيك."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],ar:["مؤشر S&P/ASX"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ar:["متوسط مؤشر داو جونز الصناعي"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],ar:["جنيه إسترليني / دولار أسترالي"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],ar:["جنيه إسترليني / دولار كندي"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],ar:["جنيه إسترليني / فرنك سويسري"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],ar:["جنيه إسترليني / يورو"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],ar:["جنيه إسترليني / ين ياباني"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],ar:["جنيه إسترليني / دولار نيوزيلندي"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],ar:["جنيه بريطاني / زلوتي بولندي"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],ar:["جنيه إسترليني / روبل روسي"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],ar:["جنيه إسترليني / دولار أمريكي"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],ar:["مؤشر داكس"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ar:["ألفابيت إنك (جوجل) فئة C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ar:["شركة ألفابت (شركة جوجل) الفئة أ"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],ar:["مؤشر بورصة وارسو 20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],ar:["مؤشر هانج سينج Hang Seng"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],ar:["العقود الآجلة لمؤشر الدولار الأمريكي"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],ar:["مؤشر IDX المركب"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],ar:["مؤشر الشركات الصينية هانغ سنغ"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],ar:["مؤشر جاكارتا المركب"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],
|
||||
ar:["مؤشر KLCI الماليزي"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],ar:["مؤشر MIB"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],ar:["مؤشر Euro Stoxx 50"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],ar:["مؤشر بورصة سينغافورة"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],ar:["مؤشر تايوان المرجح"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],ar:["مؤشر شنغاهاي المركب"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],ar:["يوتا / دولار أمريكي"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],ar:["مؤشر Japan 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],ar:["ين ياباني / وون كورى"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],ar:["ين ياباني / روبل روسي"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],ar:["الين الياباني/الدولار الأمريكي"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"],ar:["شركة لوك أويل"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],ar:["لايتكوين / ريال برازيلي"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],ar:["لايتكوين / بيتكوين"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],ar:["لايتكوين/دولار"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],ar:["لونا / الدولار الأمريكي"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],ar:["العقود الآجلة للنفط خام برنت"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],ar:["مؤشر أسعار الأسهم في بورصة موسكو"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],ar:["مؤشر بورصة موسكو"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],ar:["العقود الآجلة لمؤشر MICEX"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],ar:["عقود مؤشر بورصة موسكو الآجلة"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],ar:["العقود الآجلة لمؤشر RTS"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],ar:["مؤشر نظام التداول الروسي RTS"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"],ar:["شركة روسال المتحدة العمومية المحدودة"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"],ar:["بنك SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],ar:["Microsoft شركة مايكروسوفت"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],ar:["مؤشر ناسداك 100 CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"],ar:["شركة Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],
|
||||
ar:["Alphabet Inc (Google) الفئة C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ar:["Alphabet Inc (Google) الفئة A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],ar:["مؤشر PHLX لقطاع الإسكان"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],ar:["عقود صناديق تداول المؤشرات لسندات الخزينة لأجل 7-10 سنوات"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],ar:["صناديق مؤشرات سندات الخزانة 3-7 سنوات Ishares"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],ar:["مؤشر ناسداك المركب"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."],ar:["لوسيد موتور"]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],ar:["مؤشر ناسداك 100"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],ar:["مؤشر PHLX لقطاع خدمات النفط"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"],ar:["صناديق مؤشرات سندات الخزانة 1-3 سنوات Ishares"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],ar:["مؤشر فيلادلفيا لأشباه الموصلات"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],ar:["صناديق مؤشرات سندات الخزانة أكثر من 20 سنة Ishares"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],ar:["مؤشر PHLX للقطاع الخدمي"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],ar:["مؤشر PHLX لقطاع الذهب والفضة"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"],ar:["سهم شركة زسكلار"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],ar:["نيو / دولار أمريكي"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],ar:["غاز طبيعى (خطوط أنابيب هنري هاب)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],ar:["مؤشر Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],ar:["مؤشر Nifty 50"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],ar:["العقود الآجلة للإيثانول NY Ethanol"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],ar:["عقود الكاكاو الآجلة"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],ar:["عقود خام النفط الخفيف الآجلة"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],ar:["العقود الآجلة للديزل منخفض الكبريت NY Harbor ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],ar:["عقود القهوة الآجلة"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],ar:["عقود الغاز الطبيعي الآجلة"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],ar:["العقود الآجلة للبلاديوم"]},
|
||||
e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],ar:["العقود الآجلة للبلاتين"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],ar:["العقود الآجلة للغاز الطبيعي RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],ar:["عقود القطن الآجلة"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],ar:["عقود E-mini الآجلة للغاز الطبيعي"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],ar:["عقود E-mini الآجلة لخام النفط الخفيف"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],ar:["عقود E-mini الآجلة للجازولين"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],ar:["مجموعة علي بابا القابضة المحدودة"]},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"],ar:["مؤشر NYSE المركب"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],ar:["مؤشر AMEX المركب"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],ar:["مؤشر السوق الرئيسي NYSE ARCA"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],ar:["دولار نيوزيلندي / ين ياباني"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],ar:["دولار نيوزيلندي / دولار أمريكي"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],ar:["المؤشر الشامل للسوق النيوزيلاندي S&P/NZX"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],ar:["مؤشر S & P / NZX 50 الإجمالي"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],ar:["الغاز الطبيعي"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],ar:["مؤشر ستاندرد أند بورز S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],ar:["نحاس"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],ar:["مؤشر كوبنهاجن OMX 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],ar:["مؤشر OMX Helsinki 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],ar:["مؤشر OMX Riga Gross"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],ar:["مؤشر OMX Stockholm 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],ar:["مؤشر OMX Tallinn Gross"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],ar:["مؤشر OMX Vilnius Gross"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"],ar:["صندوق مؤشرات الأسهم اليابانية"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],ar:["مؤشر QE"]},e.exports["#RTS-symbol-description"]={
|
||||
en:["Russian RTS Index"],ar:["مؤشر RTS الروسي"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],ar:["مؤشر Russell 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],ar:["مؤشر Russell 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],ar:["مؤشر Russell 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"],ar:["شركة الاتصالات العالمية العامة"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"],ar:["شركة فورد للسيارات"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],ar:["مؤشر السوق السويسري"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],ar:["سولانا / الدولار الأمريكي"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],ar:["عقود الفروقات السعرية لفول الصويا"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],ar:["مؤشر S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],ar:["مؤشر S&P جولدمان ساكس للسلع"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],ar:["ستاندرد أند بورز 500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],ar:["مؤشر قيمة S&P 500"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],ar:["مؤشر ستاندرد آند بورز 500"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],ar:["عقود الفروقات السعرية للسكر"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],ar:["مؤشر Shenzhen"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."],ar:["سهم مسك تداول"]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],ar:["مؤشر تداول السعودي لجميع الأسهم"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],ar:["مؤشر TA-35"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],ar:["مؤشر S&P/TSX المركب"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],ar:["صناديق مؤشرات بورصة باريس S&P/TSX 60"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],ar:["السندات الحكومية الاسترالية 10 سنوات"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الاسترالية 10 سنوات"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],ar:["مؤشر الدولار الأسترالي"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],ar:["مؤشر الجنيه البريطاني"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],ar:["سندات الحكومة الكندية لـ10 سنوات"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],ar:["عائد سندات الحكومة الكندية لـ10 سنوات"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],ar:["مؤشر كاك 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],ar:["السندات الحكومية الصينية 10 سنوات"]},
|
||||
e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الصينية 10 سنوات"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],ar:["مؤشر الدولار الكندي"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],ar:["السندات الحكومية الألمانية 10 سنوات"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الألمانية 10 سنوات"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],ar:["مؤشر داكس"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ar:["مؤشر داو جونز التصنيعي"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],ar:["موشر الدولار الأمريكي"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],ar:["السندات الحكومية الإسبانية لأجل 10 سنوات"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الإسبانية لأجل 10 سنوات"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"],ar:["سندات اليورو"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],ar:["مؤشر اليورو"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],ar:["السندات الحكومية الفرنسية 10 سنوات"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الفرنسية 10 سنوات"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],ar:["السندات الحكومية البريطانية لأجل سنتين"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],ar:["السندات الحكومية البريطانية لأجل 10 سنوات"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية البريطانية لأجل 10 سنوات"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],ar:["الذهب (دولار أمريكي/أونصة)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],ar:["مؤشر Hang Seng للشركات الصينية"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],ar:["مؤشر IBEX 35 الإسباني"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],ar:["السندات الحكومية الإندونيسية 3 سنوات"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],ar:["السندات الحكومية الإندونيسية 10 سنوات"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],ar:["عائد سندات الحكومة الأندونيسية لـ10 سنوات"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],ar:["السندات الحكومية الهندية 10 سنوات"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],ar:["عوائد سندات الحكومه الهنديه لـ 10 سنوات"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],ar:["السندات الحكومية الإيطالية 10 سنوات"]},
|
||||
e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],ar:["عوائد سندات الحكومه الإيطالية لأجل 10 سنوات"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],ar:["مؤشر الولايات المتحدة المركب"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],ar:["السندات الحكومية اليابانبة 10 سنوات"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],ar:["عوائد سندات الحكومة اليابانية لـ 10 سنوت"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],ar:["مؤشر الين الياباني"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],ar:["مؤشر أسعار الأسهم المركب في كوريا"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],ar:["السندات الحكومية الكورية 10 سنوات"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الكورية 10 سنوات"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],ar:["السندات الحكومية الماليزية لأجل 10 سنوات"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الماليزية لأجل 10 سنوات"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],ar:["مؤشر ناسداك 100"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],ar:["مؤشر Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],ar:["سندات الحكومة الهولندية لـ10 سنوات"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],ar:["عائد سندات الحكومة الهولندية لـ10 سنوات"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],ar:["مؤشر NYSE المركب"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],ar:["سندات الحكومة النيوزلندية لـ10 سنوات"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],ar:["عائد سندات الحكومة النيوزلندية لـ10 سنوات"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],ar:["البلاديوم (دولار أمريكي/أونصة)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],ar:["عوائد السندات الحكومية البولندية لأجل 5 سنوات"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية البولندية لأجل 10 سنوات"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],ar:["عقود الفروقات السعرية للبلاتين (دولار أمريكي/أونصة)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],ar:["السندات الحكومية البرتغالية 10 سنوات"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية البرتغالية 10 سنوات"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],ar:["مؤشر Top 40 جنوب أفريقيا"]},e.exports["#TVC:SILVER-symbol-description"]={
|
||||
en:["CFDs on Silver (US$ / OZ)"],ar:["الفضة (دولا أمريكي/أونصة)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],ar:["ستاندرد أند بورز 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],ar:["مؤشر السوق السويسري"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],ar:["مؤشر Straits Times"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],ar:["مؤشر Euro Stoxx 50"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],ar:["مؤشر الفرنك السويسري"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],ar:["السندات الحكومية التركية 10 سنوات"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية التركية أجل 10 سنوات"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],ar:["عقود الفروقات لنفط خام برنت"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],ar:["السندات الحكومية الأمريكية لأجل سنتين"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],ar:["عوائد السندات الحكومية الأمريكية لأجل سنتان"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],ar:["السندات الحكومية الأمريكية 5 سنوات"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],ar:["عوائد السندات الحكومية الأمريكية لأجل 5 سنوات"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],ar:["السندات الحكومية الأمريكية 10 سنوات"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الأمريكية لأجل 10 سنوات"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],ar:["سندات الخدانة الحكومية لأجل 30 سنة"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],ar:["عقود الفروقات السعرية للنفط الخام WTI"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ar:["مؤشر تّقلب S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],ar:["مؤشر عملة الدولار النيوزيلاندي"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],ar:["مؤشر بورصة تايوان المرجح"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],ar:["مؤشر رأس المال المرجعي في تايوان"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],ar:["شركة تويتر"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],ar:["مؤشر فوتسي 100"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],ar:["عقود الفروقات السعرية للنفط (خام برنت)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],ar:["Uniswap / الدولار الأمريكي"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ar:["مؤشر متوسط داو جونز الصناعي"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],
|
||||
ar:["الدولار الأمريكي/الدولار الأسترالي"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],ar:["دولار أمريكي / ريال برازيلي"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],ar:["دولار أمريكي / دولار كندي"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],ar:["دولار أمريكي / فرنك سويسري"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],ar:["دولار أمريكي / يوان صيني"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],ar:["دولار أمريكي / كورونا دنماركية"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],ar:["الدولار الأمريكي/اليورو"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],ar:["الدولار الأمريكي/الجنيه البريطاني"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],ar:["دولار أمريكي / دولار هونج كونج"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],ar:["دولار أمريكي / فورنت مجري"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],ar:["دولار أمريكي / روبية"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],ar:["الدولار الأمريكي / الشيكل الإسرائيلي"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],ar:["دولار أمريكي / روبية هندية"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],ar:["دولار أمريكي / ين ياباني"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],ar:["دولار أمريكي / وون كوري"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],ar:["دولار أمريكي / بيزو مكسيكي"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],ar:["الدولار الأمريكي/الدولار النيوزيلاندي"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],ar:["دولار أمريكي / بيزو مكسيكي"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],ar:["دولار أمريكي / زلوتى بولندي"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],ar:["دولار أمريكي / روبل روسي"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],ar:["دولار أمريكي / روبل روسي غدا"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],ar:["دولار أمريكي / كورونا سويدية"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],ar:["دولار أمريكي / دولار سنغافوري"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],ar:["دولار أمريكي / بات تايلندي"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],ar:["دولار أمريكي / ليرة تركية"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],ar:["الدولار الأمريكي / الراند الجنوب إفريقي"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],ar:["عقود الفروقات السعرية للنفط الخام (WTI )"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],
|
||||
ar:["عقود الفروقات السعرية للقمح"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],ar:["دولار أمريكي / معدن الفضة"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],ar:["الذهب / دولار أمريكي"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ar:["بيتكوين/دولار كندي"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],ar:["مؤشر داكس"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],ar:["مونيرو / دولار أمريكي"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],ar:["عقود فروقات معدن البالاديوم"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],ar:["معدن البلاتين / دولار أمريكي"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],ar:["ريبيل / بيتكوين"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],ar:["ريبيل / يورو"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],ar:["ريبيل / دولار أمريكي"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],ar:["زد كاش / دولار أمريكي"]}}}]);
|
||||
@@ -1,59 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3948],{53310:e=>{e.exports={en:["Re"],ar:["إعادة"]}},85119:e=>{e.exports={en:["Dark"],ar:["داكن"]}},96870:e=>{e.exports={en:["Light"],ar:["فاتح"]}},85886:e=>{e.exports={en:["d"],ar:["يوم"]}},44634:e=>{e.exports={en:["h"],ar:["ساعة"]}},5977:e=>{e.exports={en:["m"],ar:["دقيقة"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],ar:["نسخة {title}"]}},38691:e=>{e.exports={en:["D"],ar:["يوم"]}},77995:e=>{e.exports={en:["M"],ar:["شهر"]}},93934:e=>{e.exports={en:["R"],ar:["نطاق"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],ar:["أسبوع"]}},38048:e=>{e.exports={en:["h"],ar:["ساعة"]}},68430:e=>{e.exports={en:["m"],ar:["دقيقة"]}},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"],ar:["%K"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],ar:["مستوى اللون -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],ar:["مستوى اللون -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],ar:["مستوى اللون -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],ar:["مستوى اللون -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],ar:["مستوى اللون 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],ar:["مستوى اللون 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],ar:["مستوى اللون 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],ar:["مستوى اللون 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],ar:["مستوى اللون 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],ar:["مستوى اللون 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],ar:["مستوى اللون 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],ar:["مستوى اللون 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],ar:["مستوى اللون 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],ar:["مستوى اللون 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],ar:["مستوى اللون 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],ar:["مستوى اللون 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],ar:["الفترة الأولى"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],ar:["مستوى اللون 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],ar:["مستوى اللون 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],ar:["الفترة الثانية"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],ar:["مستوى اللون 3.618"]},e.exports["3.65 Level Color_input"]={
|
||||
en:["3.65 Level Color"],ar:["مستوى اللون 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],ar:["الفترة الثالثة"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],ar:["مستوى اللون 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],ar:["الفترة الرابعة"]},e.exports["5th Period_input"]={en:["5th Period"],ar:["الفترة الخامسة"]},e.exports["6th Period_input"]={en:["6th Period"],ar:["الفترة السادسة"]},e.exports.ADR_B_input={en:["ADR_B"],ar:["DADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],ar:["تحسين مؤشر متوسط الحركة الاتجاهية"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],ar:["تحسين مؤشر متوسط الحركة الاتجاهية"]},e.exports.ADX_input={en:["ADX"],ar:["متوسط مؤشر الاتجاه (ADX)"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],ar:["مضاعف ATR"]},e.exports["ATR length_input"]={en:["ATR length"],ar:["فترة حساب ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"],ar:["متوسط المدى الحقيقي ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],ar:["تجميع/توزيع"]},e.exports["All items_combobox_input"]={en:["All items"],ar:["جميع المواد"]},e.exports.All_input={en:["All"],ar:["كل"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],ar:["فترة التثبيت"]},e.exports["Another symbol_input"]={en:["Another symbol"],ar:["رمز آخر"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],ar:["أرون هابط"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],ar:["أرون صاعد"]},e.exports.Average_input={en:["Average"],ar:["متوسط"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],ar:["فترات حساب المتوسّط"]},e.exports.Back_input={en:["Back"],ar:["عودة"]},e.exports["Bands style_input"]={en:["Bands style"],ar:["نمط الحدود"]},e.exports.Bar_input={en:["Bar"],ar:["عمود"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],ar:["فترات خط الأساس"]},e.exports["Base Line_input"]={en:["Base Line"],ar:["خط الأساس"]},e.exports.Basis_input={en:["Basis"],ar:["أساس"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],ar:["حدود بولنجر %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],ar:["عرض حدود بولنجر"]},e.exports.Borders_input={en:["Borders"],ar:["حدود"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],ar:["طريقة تعيين حجم الصندوق"]},e.exports["Box size_input"]={en:["Box size"],ar:["حجم المربع"]},e.exports.CCI_input={en:["CCI"],ar:["مؤشر قناة السلع، CCI"]},e.exports.CHOP_input={en:["CHOP"],ar:["نطاق تقلب سعري (نطاق شوب)"]},e.exports.Cancel_input={en:["Cancel"],ar:["إلغاء"]},e.exports.Candles_input={en:["Candles"],ar:["الشموع"]},e.exports.Centered_input={en:["Centered"],ar:["مركزي"]},e.exports.Century_input={en:["Century"],ar:["قرن"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],ar:["مؤشر شايكين"]},e.exports["Chande MO_input"]={en:["Chande MO"],ar:["مؤشر زخم اتشاند"]},e.exports.Close_input={en:["Close"],ar:["إغلاق"]},e.exports["Color 0_input"]={en:["Color 0"],ar:["لون 0"]},e.exports["Color 1_input"]={en:["Color 1"],
|
||||
ar:["لون 1"]},e.exports["Color 2_input"]={en:["Color 2"],ar:["لون 2"]},e.exports["Color 3_input"]={en:["Color 3"],ar:["لون 3"]},e.exports["Color 4_input"]={en:["Color 4"],ar:["لون 4"]},e.exports["Color 5_input"]={en:["Color 5"],ar:["لون 5"]},e.exports["Color 6_input"]={en:["Color 6"],ar:["لون 6"]},e.exports["Color 7_input"]={en:["Color 7"],ar:["لون 7"]},e.exports["Color 8_input"]={en:["Color 8"],ar:["لون 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],ar:["تلوين الأعمدة طبقًا للإغلاق السابق"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],ar:["تلوين الأعمدة طبقًا للإغلاق السابق"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],ar:["فترات خط التحويل"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],ar:["خط التحويل"]},e.exports.Correlation_input={en:["Correlation"],ar:["علاقة ارتباط"]},e.exports.Count_input={en:["Count"],ar:["عد"]},e.exports.Crosses_input={en:["Crosses"],ar:["تقاطعات"]},e.exports.Custom_input={en:["Custom"],ar:["ُمخصص"]},e.exports.DEMA_input={en:["DEMA"],ar:["المتوسط المتحرك الأسي المزدوج DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],ar:["طول مؤشر الاتجاه"]},e.exports.DPO_input={en:["DPO"],ar:["مؤشر تذبذب السعر"]},e.exports.D_input={en:["D"],ar:["يوم"]},e.exports.Day_input={en:["Day"],ar:["يوم"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],ar:["أيام في السنة"]},e.exports.Decade_input={en:["Decade"],ar:["عقد"]},e.exports.Delta_input={en:["Delta"],ar:["دلتا"]},e.exports.Depth_input={en:["Depth"],ar:["عمق"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],ar:["مؤشر تذبذب السعر"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],ar:["تطوير نقطة التغير"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],ar:["الإنحراف (%)"]},e.exports.Deviation_input={en:["Deviation"],ar:["الانحراف"]},e.exports.Divisor_input={en:["Divisor"],ar:["المقام (المقسوم عليه)"]},e.exports["Down Volume_input"]={en:["Down Volume"],ar:["تراجع حجم التداول"]},e.exports["Down bars_input"]={en:["Down bars"],ar:["الأعمدة الهابطة"]},e.exports["Down color_input"]={en:["Down color"],ar:["لون هابط"]},e.exports["Down fractals_input"]={en:["Down fractals"],ar:["فركتلات هابطة"]},e.exports.EOM_input={en:["EOM"],ar:["بيانات نهاية الشهر"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],ar:["كل (ما قبل الجلسة، الجلسة، ما بعد الجلسة)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],ar:["مؤشر قوى إلدر"]},e.exports["Equality Line_input"]={en:["Equality Line"],ar:["خط المساواة"]},e.exports.Exponential_input={en:["Exponential"],ar:["أسي"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],ar:["إمتداد نقطة التغير إلى اليمين"]},e.exports["Extend Right_input"]={en:["Extend Right"],ar:["تمديد لليمين"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],ar:["تمديد VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],ar:["تمديد VAL Right"]},
|
||||
e.exports["Extend to last bar_input"]={en:["Extend to last bar"],ar:["مد إلى آخر شمعة أو عمود بياني"]},e.exports.Falling_input={en:["Falling"],ar:["هابط"]},e.exports["Fast Length_input"]={en:["Fast Length"],ar:["طول الخط السريع"]},e.exports["Fast length_input"]={en:["Fast length"],ar:["طول الخط السريع"]},e.exports.Fill_input={en:["Fill"],ar:["تنفيذ"]},e.exports.Fisher_input={en:["Fisher"],ar:["تحويلة فيشر"]},e.exports.Growing_input={en:["Growing"],ar:["صاعد"]},e.exports["HLC bars_input"]={en:["HLC bars"],ar:["الأعمدة HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],ar:["مربع الأعمدة الإحصائية"]},e.exports.Histogram_input={en:["Histogram"],ar:["أعمدة أحصائية"]},e.exports["Hull MA_input"]={en:["Hull MA"],ar:["متوسط متحرك هال"]},e.exports.Increment_input={en:["Increment"],ar:["ازدياد"]},e.exports.Indicator_input={en:["Indicator"],ar:["مؤشر"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],ar:["الأداة 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],ar:["الأداة 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],ar:["طول EMA 1 للمستثمر"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],ar:["طول EMA 2 للمستثمر"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],ar:["طول EMA 3 للمستثمر"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],ar:["طول EMA 4 للمستثمر"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],ar:["طول EMA 5 للمستثمر"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],ar:["طول EMA 6 للمستثمر"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],ar:["طول الفك"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"],ar:["فك"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],ar:["ملصقات المركز"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],ar:["الملصقات على مقياس السعر"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],ar:["الفترات المتأخرة"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],ar:["مدى التأخير"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],ar:["فترات المناوبة الرائدة"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],ar:["الفترة الرائدة A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],ar:["الفترة الرائدة B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],ar:["الفترة الرائدة B"]},e.exports["Length EMA_input"]={en:["Length EMA"],ar:["طول المتوسط المتحرك الأسي"]},e.exports["Length MA_input"]={en:["Length MA"],ar:["طول المتوسط المتحرك"]},e.exports.Length1_input={en:["Length1"],ar:["طول 1"]},e.exports.Length2_input={en:["Length2"],ar:["طول 2"]},e.exports.Length3_input={en:["Length3"],ar:["طول 3"]},e.exports.Length_input={en:["Length"],ar:["طول"]},e.exports.Level_input={en:["Level"],ar:["مستوى"]},e.exports["Levels Format_input"]={en:["Levels Format"],ar:["تنسيق المستويات"]},
|
||||
e.exports.Limit_input={en:["Limit"],ar:["حد"]},e.exports.Line_input={en:["Line"],ar:["خط"]},e.exports["Lips Length_input"]={en:["Lips Length"],ar:["طول الشفاه"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"],ar:["الشفاه"]},e.exports["Long Length_input"]={en:["Long Length"],ar:["طويل"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],ar:["قيمة معدل تغير كبيرة"]},e.exports["Long length_input"]={en:["Long length"],ar:["مسافة طول كبيرة"]},e.exports["Long period_input"]={en:["Long period"],ar:["فترة زمنية طويلة"]},e.exports.Long_input={en:["Long"],ar:["شراء"]},e.exports["Lower Band_input"]={en:["Lower Band"],ar:["الحد السفلي"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],ar:["انحراف أدنى"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],ar:["النسبة المئوية الدنيا"]},e.exports.LowerLimit_input={en:["LowerLimit"],ar:["حد أدنى"]},e.exports.Lower_input={en:["Lower"],ar:["أدنى"]},e.exports["MA Length_input"]={en:["MA Length"],ar:["طول المتوسط المتحرك"]},e.exports.MACD_input={en:["MACD"],ar:["الماكد"]},e.exports.MA_input={en:["MA"],ar:["المتوسط المتحرك"]},e.exports.MF_input={en:["MF"],ar:["التدفق النقدي"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"],ar:["على مدى شهري"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"],ar:["رمز الرسم البياني الرئيسي"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],ar:["النسبة المئوية لإغلاقات السوق"]},e.exports["Market only_input"]={en:["Market only"],ar:["السوق فقط"]},e.exports["Max value_input"]={en:["Max value"],ar:["القيمة العظمى"]},e.exports.Median_input={en:["Median"],ar:["قيمة متوسطة"]},e.exports.Method_input={en:["Method"],ar:["طريقة"]},e.exports.Middle_input={en:["Middle"],ar:["منتصف"]},e.exports.Minimize_input={en:["Minimize"],ar:["تصغير"]},e.exports.Month_input={en:["Month"],ar:["شهر"]},e.exports.Move_input={en:["Move"],ar:["حركة"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"],ar:["متعدد الأطر الزمنية"]},e.exports.Multiplier_input={en:["Multiplier"],ar:["متضاعف"]},e.exports.NV_input={en:["NV"],ar:["شركة عامة nv"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],ar:["لم يتم إخيار شيء"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],ar:["عدد الصفوف"]},e.exports["Number of line_input"]={en:["Number of line"],ar:["عدد الخطوط"]},e.exports.OSC_input={en:["OSC"],ar:["مؤشر متذبذب"]},e.exports.Offset_input={en:["Offset"],ar:["موازن"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"],ar:["مؤشر obv"]},e.exports["One step back building_input"]={en:["One step back building"],ar:["خطوة واحدة إلى الوراء"]},e.exports.Oscillator_input={en:["Oscillator"],ar:["مؤشر متذبذب"]},e.exports.Overbought_input={en:["Overbought"],ar:["تشبع شرائي"]},e.exports.Oversold_input={en:["Oversold"],ar:["تشبع بيعي"]},e.exports.POC_input={en:["POC"],ar:["نقطة التغير"]},e.exports.PVT_input={en:["PVT"],ar:["اتجاه حجم تداول الأسعار"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"],
|
||||
ar:["بارابوليك سار"]},e.exports.Percent_input={en:["Percent"],ar:["نسبة مئوية"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"],ar:["النسبة المئوية LTP ({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"],ar:["النسبة المئوية LTP"]},e.exports.Percentage_input={en:["Percentage"],ar:["النسبة المئوية"]},e.exports.Period_input={en:["Period"],ar:["الفترة الزمنية"]},e.exports.Periods_input={en:["Periods"],ar:["الفترات"]},e.exports["Phantom bars_input"]={en:["Phantom bars"],ar:["قيم التداول الخاطئة"]},e.exports.Placement_input={en:["Placement"],ar:["وضع"]},e.exports.Plot_input={en:["Plot"],ar:["ارسم"]},e.exports["Plots Background_input"]={en:["Plots Background"],ar:["خلفية الرسومات"]},e.exports["Post-market only_input"]={en:["Post-market only"],ar:["ما بعد الجلسة فقط"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],ar:["ما قبل الجلسة فقط"]},e.exports["Price source_input"]={en:["Price source"],ar:["مصدر السعر"]},e.exports.Price_input={en:["Price"],ar:["سعر"]},e.exports["Projection down bars_input"]={en:["Projection down bars"],ar:["إسقاط الأعمدة الهابطة"]},e.exports["Projection down color_input"]={en:["Projection down color"],ar:["تقليل درجة لون العرض"]},e.exports["Projection up bars_input"]={en:["Projection up bars"],ar:["إسقاط الأعمدة الصاعدة"]},e.exports["Projection up color_input"]={en:["Projection up color"],ar:["زيادة درجة لون العرض"]},e.exports.Q_input={en:["Q"]},e.exports["ROC Length_input"]={en:["ROC Length"],ar:["طول معدل التغير"]},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"],ar:["معدل التغير"]},e.exports["RSI Length_input"]={en:["RSI Length"],ar:["طول مؤشر القوى النسبية"]},e.exports["RSI Source_input"]={en:["RSI Source"],ar:["مصدر مؤشر القوى النسبية"]},e.exports.RSI_input={en:["RSI"],ar:["مؤشر القوى النسبية"]},e.exports.RVGI_input={en:["RVGI"],ar:["مؤشر النشاط النسبي"]},e.exports.RVI_input={en:["RVI"],ar:["مؤشر النشاط النسبي"]},e.exports.Range_input={en:["Range"],ar:["النطاق"]},e.exports["Rate of Change Lookback_input"]={en:["Rate of Change Lookback"],ar:["معدل تغير فترة المراقبة"]},e.exports["Reversal amount_input"]={en:["Reversal amount"],ar:["قيمة الإنعكاس"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],ar:["الفترات المتعاقبة"]},e.exports["Row Size_input"]={en:["Row Size"],ar:["حجم الصف"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],ar:["تخطيط الصفوف"]},e.exports.SMALen1_input={en:["SMALen1"],ar:["المتوسط المتحرك البسيط 1"]},e.exports.SMALen2_input={en:["SMALen2"],ar:["المتوسط المتحرك البسيط 2"]},e.exports.SMALen3_input={en:["SMALen3"],ar:["المتوسط المتحرك البسيط 3"]},e.exports.SMALen4_input={en:["SMALen4"],ar:["المتوسط المتحرك البسيط 4"]},e.exports["SMI Ergodic Oscillator_input"]={en:["SMI Ergodic Oscillator"],ar:["مؤشر إرجوديك SMI"]},e.exports.SMI_input={en:["SMI"],ar:["مؤشر إرجوديك SMI"]},e.exports.Session_input={en:["Session"],ar:["جلسة"]},
|
||||
e.exports.Sessions_input={en:["Sessions"],ar:["الجلسات"]},e.exports.Shapes_input={en:["Shapes"],ar:["أشكال"]},e.exports["Short Length_input"]={en:["Short Length"],ar:["قصير"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"],ar:["معدل التغير القصير"]},e.exports["Short length_input"]={en:["Short length"],ar:["قصير"]},e.exports["Short period_input"]={en:["Short period"],ar:["فترة زمنية قصيرة"]},e.exports.Short_input={en:["Short"],ar:["بيع"]},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)"],ar:["عرض الأسعار الحقيقية على مقياس السعر (بدلًا من سعر هيكن آشي)"]},e.exports.SigLen_input={en:["SigLen"],ar:["إشارة"]},e.exports.Sig_input={en:["Sig"],ar:["إشارة"]},e.exports.Sigma_input={en:["Sigma"],ar:["سيجما"]},e.exports["Signal Length_input"]={en:["Signal Length"],ar:["إشارة"]},e.exports["Signal line period_input"]={en:["Signal line period"],ar:["فترة خط اإلشارة"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],ar:["تحسين الإشارة"]},e.exports.Signal_input={en:["Signal"],ar:["إشارة"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"],ar:["المتوسط المتحرك البسيط (كمتذبذب)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"],ar:["المتوسط المتحرك البسيط (كخط فردي)"]},e.exports.Simple_input={en:["Simple"],ar:["بسيط"]},e.exports["Slow Length_input"]={en:["Slow Length"],ar:["طول الخط البطيء"]},e.exports["Slow length_input"]={en:["Slow length"],ar:["بطيء"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"],ar:["طول التحسين"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],ar:["خط التحسين"]},e.exports.Smoothing_input={en:["Smoothing"],ar:["تحسين"]},e.exports.Source_input={en:["Source"],ar:["مصدر"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],ar:["الأخطاء المعيارية"]},e.exports.Start_input={en:["Start"],ar:["ابدأ"]},e.exports.StdDev_input={en:["StdDev"],ar:["الانحراف المعياري"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],ar:["طول الاستوكاستك"]},e.exports.Style_input={en:["Style"],ar:["النمط"]},e.exports.Symbol_input={en:["Symbol"],ar:["رمز"]},e.exports.TEMA_input={en:["TEMA"],ar:["المتوسط المتحرك الأسي الثلاثي"]},e.exports.TRIX_input={en:["TRIX"],ar:["مؤشر TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"],ar:["طول الأسنان"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"]},e.exports.Teeth_input={en:["Teeth"],ar:["الأسنان"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],ar:['علامة سعرية "تك" لكل صف']},e.exports.Timeframe_input={en:["Timeframe"],ar:["إطار زمني"]},e.exports.Total_input={en:["Total"],ar:["إجمالي"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],ar:["طول 1 EMA للمتداول"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],ar:["طول 2 EMA للمتداول"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],ar:["طول 3 EMA للمتداول"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"],ar:["طول 4 EMA للمتداول"]},
|
||||
e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],ar:["طول 5 EMA للمتداول"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],ar:["طول 6 EMA للمتداول"]},e.exports.Traditional_input={en:["Traditional"],ar:["تقليدي"]},e.exports.Trigger_input={en:["Trigger"],ar:["إشارة الدخول (الزناد)"]},e.exports.Type_input={en:["Type"],ar:["نوع"]},e.exports.UO_input={en:["UO"],ar:["مؤشر ألتميت"]},e.exports["Up Volume_input"]={en:["Up Volume"],ar:["حجم تداول صاعد"]},e.exports["Up bars_input"]={en:["Up bars"],ar:["الأعمدة الصاعدة"]},e.exports["Up color_input"]={en:["Up color"],ar:["لون صاعد"]},e.exports["Up fractals_input"]={en:["Up fractals"],ar:["فركتلات صاعدة"]},e.exports["Up/Down_input"]={en:["Up/Down"],ar:["صعود/هبوط"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],ar:["طول الصعود أو الهبوط"]},e.exports["Upper Band_input"]={en:["Upper Band"],ar:["الحد العلوي"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],ar:["الانحراف العلوي"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],ar:["النسبة المئوية العليا"]},e.exports.UpperLimit_input={en:["UpperLimit"],ar:["الانحراف العلوي"]},e.exports.Upper_input={en:["Upper"],ar:["العلوي"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],ar:["استخدام الانحراف السفلي"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],ar:["استخدام الانحراف العلوي"]},e.exports["VI +_input"]={en:["VI +"]},e.exports["VI -_input"]={en:["VI -"]},e.exports.VWAP_input={en:["VWAP"],ar:["متوسط السعر المرجح بحجم التداول VWAP"]},e.exports.VWMA_input={en:["VWMA"],ar:["المتوسط المتحرك المرجح بحجم التداول"]},e.exports["Value Area Down_input"]={en:["Value Area Down"],ar:["منطقة هبوط مهمة"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],ar:["منطقة صعود مهمة"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],ar:["حجم منطقة مهمة"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],ar:["حجم منطقة مهمة"]},e.exports["Value Area_input"]={en:["Value Area"],ar:["منطقة مهمة"]},e.exports.Value_input={en:["Value"],ar:["قيمة"]},e.exports["Values in status line_input"]={en:["Values in status line"],ar:["القيم في سطر الحالة"]},e.exports.Volume_input={en:["Volume"],ar:["حجم تداول"]},e.exports["WMA Length_input"]={en:["WMA Length"],ar:["طول المتوسط المتحرك المرجح بحجم التداول"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"],ar:["انتظر إغلاق الإطار الزمني"]},e.exports.Week_input={en:["Week"],ar:["أسبوع"]},e.exports.Weighted_input={en:["Weighted"],ar:["مُرجّح"]},e.exports.Wick_input={en:["Wick"],ar:["فتيل"]},e.exports.Wicks_input={en:["Wicks"],ar:["ظلال"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],ar:["تهذيب التحركات بطريقة وايلدر"]},e.exports["Window Size_input"]={en:["Window Size"],ar:["حجم النافذة"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],ar:["سنة"]},e.exports["Zero Line_input"]={en:["Zero Line"],ar:["خط الصفر"]},e.exports.Zero_input={en:["Zero"],ar:["صفر"]},e.exports.fastLength_input={
|
||||
en:["fastLength"],ar:["طول الخط السريع"]},e.exports.from_input={en:["from"],ar:["من"]},e.exports.increment_input={en:["increment"],ar:["ازدياد"]},e.exports.isCentered_input={en:["isCentered"],ar:["متمركز"]},e.exports.len_input={en:["len"],ar:["طول"]},e.exports.length14_input={en:["length14"],ar:["طول 14"]},e.exports.length28_input={en:["length28"],ar:["طول 28"]},e.exports.length7_input={en:["length7"],ar:["طول 7"]},e.exports.lengthRSI_input={en:["lengthRSI"],ar:["طول مؤشر القوى النسبية"]},e.exports.lengthStoch_input={en:["lengthStoch"],ar:["طول الاستوكاستك"]},e.exports.length_input={en:["length"],ar:["طول"]},e.exports.long_input={en:["long"],ar:["شراء"]},e.exports.longlen_input={en:["longlen"],ar:["طويل"]},e.exports.maximum_input={en:["maximum"],ar:["الأقصى"]},e.exports.mult_input={en:["mult"],ar:["مضاعف"]},e.exports.p_input={en:["p"],ar:["P"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],ar:["الدقة"]},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"],ar:["بيع"]},e.exports.shortlen_input={en:["shortlen"],ar:["قصير"]},e.exports["show MA_input"]={en:["show MA"],ar:["عرض المتوسط المتحرك"]},e.exports.siglen_input={en:["siglen"],ar:["الإشارة"]},e.exports.signalLength_input={en:["signalLength"],ar:["طول الإشارة"]},e.exports.slowLength_input={en:["slowLength"],ar:["طول الخط البطئ"]},e.exports.smalen1_input={en:["smalen1"],ar:["المتوسط المتحرك البسيط 1"]},e.exports.smalen2_input={en:["smalen2"],ar:["المتوسط المتحرك البسيط 2"]},e.exports.smalen3_input={en:["smalen3"],ar:["المتوسط المتحرك البسيط 3"]},e.exports.smalen4_input={en:["smalen4"],ar:["المتوسط المتحرك البسيط 4"]},e.exports.smoothD_input={en:["smoothD"],ar:["d المحسنة"]},e.exports.smoothK_input={en:["smoothK"],ar:["k المحسنة"]},e.exports.start_input={en:["start"],ar:["بداية"]},e.exports.sym_input={en:["sym"],ar:["رمز"]},e.exports.to_input={en:["to"],ar:["إلى"]},e.exports.useTrueRange_input={en:["useTrueRange"],ar:["استخدام المدى الحقيقي"]},e.exports.x_input={en:["x"],ar:["X"]},e.exports["yay Color 0_input"]={en:["yay Color 0"],ar:["سنوي لون 0"]},e.exports["yay Color 1_input"]={en:["yay Color 1"],ar:["سنوي لون 1"]},e.exports["{number} item_combobox_input"]={en:["{number} item","{number} items"],ar:["{number} عنصر","{number} عنصر","{number} عنصر","{number} عناصر","{number} عنصراً","{number} عنصراً"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"],ar:["النسبة المئوية LTP ({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"],ar:["تقليدي"]}},75163:e=>{e.exports={en:["Invert scale"],ar:["عكس المقياس"]}},35210:e=>{e.exports={en:["Indexed to 100"],ar:["مدرجة إلى 100"]}},31340:e=>{e.exports={en:["Logarithmic"],ar:["لوغاريتمي"]}},19405:e=>{e.exports={en:["No overlapping labels"],ar:["بدون ملصقات متداخلة"]}},34954:e=>{e.exports={en:["Percent"],ar:["نسبة مئوية"]}},55300:e=>{e.exports={en:["Regular"],ar:["عادي"]}},
|
||||
8029:e=>{e.exports={en:["ETH"]}},34647:e=>{e.exports={en:["Electronic trading hours"],ar:["ساعات التداول الإلكتروني"]}},36862:e=>{e.exports={en:["Extended trading hours"],ar:["ساعات التداول المُمددة"]}},7807:e=>{e.exports={en:["POST"],ar:["بعد"]}},46273:e=>{e.exports={en:["PRE"],ar:["قبل"]}},50434:e=>{e.exports={en:["Postmarket"],ar:["ما بعد الإغلاق"]}},59330:e=>{e.exports={en:["Premarket"],ar:["ما قبل الافتتاح"]}},35342:e=>{e.exports={en:["RTH"],ar:["ساعات التداول العادية"]}},84246:e=>{e.exports={en:["Regular trading hours"],ar:["ساعات التداول العادية"]}},13132:e=>{e.exports={en:["May"],ar:["مايو"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],ar:["*جميع أنماط الشموع*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"],ar:["حجم 24 ساعة"]},e.exports["52 Week High/Low_study"]={en:["52 Week High/Low"],ar:["ارتفاع/انخفاض لمدة 52 أسبوعًا"]},e.exports.ASI_study={en:["ASI"],ar:["مؤشر الموجة التراكمي"]},e.exports["Abandoned Baby - Bearish_study"]={en:["Abandoned Baby - Bearish"],ar:["طفل مهجور — هبوطي"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],ar:["طفل مهجور — صاعد"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"],ar:["مذبذب المسرع"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],ar:["الحسابات المستحقة الدفع"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],ar:["الحسابات المستحقة القبض - التجارة، الصافي"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],ar:["ذمم مدينة، إجمالي"]},e.exports.Accruals_study={en:["Accruals"],ar:["المستحقات"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],ar:["المرتبات المستحقة"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],ar:["الإهلاك المتراكم، الإجمالي"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],ar:["تجميع/توزيع"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],ar:["مؤشر الموجة التراكمي"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],ar:["رأس المال الإضافي المدفوع/فائض رأس المال"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],ar:["خط الصعود والهبوط"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],ar:["نسبة الصعود للتراجع"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],ar:["نسبة الصعود/ للتراجع (بالأعمدة)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"],ar:["مؤشر الصعود/التراجع"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"],ar:["الدخل/المصروفات الأخرى بعد الضريبة"]},e.exports["All Chart Patterns_study"]={en:["All Chart Patterns"],ar:["جميع نماذج الرسم البياني"]},e.exports["Altman Z-score_study"]={en:["Altman Z-score"]},e.exports["Amortization of deferred charges_study"]={en:["Amortization of deferred charges"],
|
||||
ar:["إهلاك الرسوم المؤجلة"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"],ar:["إهلاك الأصول غير الملموسة"]},e.exports.Amortization_study={en:["Amortization"],ar:["الإهلاك"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"],ar:["بروفايل أحجام التداول المثبت"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],ar:["متوسط متحرك أرنو ليجو"]},e.exports.Aroon_study={en:["Aroon"],ar:["آرون"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],ar:["دوران الأصول"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],ar:["بروفايل أحجام التداول المثبت تلقائيًا"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],ar:["تمديد فيبوناتشي تلقائي"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"],ar:["تصحيحات فيبوناتشي الآلية"]},e.exports["Auto Pitchfork_study"]={en:["Auto Pitchfork"],ar:["بيتشفورك تلقائي"]},e.exports["Average Daily Range_study"]={en:["Average Daily Range"],ar:["متوسط النطاق اليومي"]},e.exports["Average Day Range_study"]={en:["Average Day Range"],ar:["متوسط المدى اليومي"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],ar:["مؤشر متوسط الحركة الاتجاهية"]},e.exports["Average Price_study"]={en:["Average Price"],ar:["متوسط السعر"]},e.exports["Average True Range_study"]={en:["Average True Range"],ar:["متوسط المدى الحقيقي"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],ar:["متوسط الأسهم الأساسية القائمة"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],ar:["المتذبذب الرهيب Awesome Oscillator"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],ar:["الديون المعدومة / الحسابات المشكوك فيها"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],ar:["ميزان القوة"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],ar:["استراتيجية العمود الصاعد الهابط"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],ar:["ربحية السهم الأساسية"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],ar:["ربحية السهم الأساسية (EPS الأساسية)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],ar:["نمط العلم الهبوطي"]},e.exports["Bearish Pennant Chart Pattern_study"]={en:["Bearish Pennant Chart Pattern"],ar:["نموذج العلم المثلث"]},e.exports["Beneish M-score_study"]={en:["Beneish M-score"]},e.exports["Bollinger Bands %B_study"]={en:["Bollinger Bands %B"],ar:["نطاقات بولنجر %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],ar:["بتوجيه من استراتيجية حدود بولنجر"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],ar:["استراتيجية حدود بولنجر"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],ar:["عرض حدود بولنجر"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],ar:["نطاقات بولنجر"]},e.exports["Book value per share_study"]={
|
||||
en:["Book value per share"],ar:["القيمة الدفترية للسهم"]},e.exports["Bull Bear Power_study"]={en:["Bull Bear Power"],ar:["مؤشر قوة الشراء والبيع"]},e.exports["Bullish Flag Chart Pattern_study"]={en:["Bullish Flag Chart Pattern"],ar:["نموذج العلم الصاعد"]},e.exports["Bullish Pennant Chart Pattern_study"]={en:["Bullish Pennant Chart Pattern"],ar:["نمط العلم الصاعد"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],ar:["عائد إعادة الشراء %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],ar:["نسبة تكلفة البضائع المباعة على الإيرادات"]},e.exports.CRSI_study={en:["CRSI"],ar:["مؤشر القوى النسبية لكونرز"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],ar:["التزامات رأس المال والتأجير التشغيلي"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"],ar:["نفقات رأس المال - الأصول الثابتة"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],ar:["نفقات رأس المال - الأصول الأخرى"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],ar:["النفقات الرأسمالية"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],ar:["التزامات الإيجار الرأسمالي"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],ar:["النقدية وما شابهها"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],ar:["النقدية والاستثمارات قصيرة الأجل"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],ar:["دورة تحويل النقدية"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],ar:["العائد النقدي من الأنشطة المالية"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],ar:["العائد النقدي من الأنشطة الاستثمارية"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],ar:["العائد النقدي من الأنشطة التشغيلية"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],ar:["نسبة السيولة النقدية إلى الدين"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],ar:["مؤشر التدفق النقدي لشايكين"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],ar:["مؤشر شايكين"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],ar:["تّقلب شايكن"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"],ar:["وقف اتشاند كرول"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"],ar:["مؤشر زخم اتشاند"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],ar:["التغيير في حسابات الدفع"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],ar:["التغيير في حسابات القبض"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],ar:["التغيير في المصاريف المتراكمة"]},e.exports["Change in inventories_study"]={en:["Change in inventories"],ar:["التغيير في المخزونات"]},
|
||||
e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],ar:["التغيير في الأصول/المطلوبات الأخرى"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],ar:["التغيير في الضرائب المستحقة"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],ar:["تغيّر رأس المال العامل"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"],ar:["استراتيجية كسر القناة"]},e.exports["Chop Zone_study"]={en:["Chop Zone"],ar:["نطاق تقلب سعري (نطاق شوب)"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],ar:["مؤشر التقلب السعري"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"],ar:["مؤشر قناة السلع"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"],ar:["توزيعات الأرباح العادية المدفوعة"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],ar:["الأسهم العادية، الإجمالي"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"],ar:["تعادل الأسهم العادية/القيمة الدفترية"]},e.exports.Compare_study={en:["Compare"],ar:["قارن"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],ar:["تعبيرات شرطية"]},e.exports["Connors RSI_study"]={en:["Connors RSI"],ar:["مؤشر القوى النسبية لكونرز"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"],ar:["مؤشر القوة النسبية لكونرز"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],ar:["استراتيجية الصعود/الهبوط المتتابع"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],ar:["منحنى كوبوك"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],ar:["ترابط - لوغاريتمي"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],ar:["معامل الارتباط"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],ar:["تكلفة السلع المباعة"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],ar:["تكلفة السلع"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],ar:["مؤشر حجم التداول التراكمي"]},e.exports["Cup and Handle Chart Pattern_study"]={en:["Cup and Handle Chart Pattern"],ar:["نموذج الكوب والعروة"]},e.exports["Current portion of LT debt and capital leases_study"]={en:["Current portion of LT debt and capital leases"],ar:["الجزء الحالي من الديون طويلة الأجل وعقود الإيجار الرأسمالية"]},e.exports["Current ratio_study"]={en:["Current ratio"],ar:["النسبة الجارية"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"],ar:["الغطاء السحابي المظلم — هبوطي"]},e.exports["Days inventory_study"]={en:["Days inventory"],ar:["أيام الجرد"]},e.exports["Days payable_study"]={en:["Days payable"],ar:["أيام الدفع"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],ar:["أيام المبيعات المعلقة"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"],ar:["نسبة الدين إلى EBITDA"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],ar:["نسبة الدين إلى الأصول"]},
|
||||
e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],ar:["نسبة الدين إلى حقوق الملكية"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],ar:["نسبة الدين إلى الإيرادات"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"],ar:["الدخل المؤجل الجاري"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],ar:["الدخل المؤجل غير الجاري"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],ar:["الأصول الضريبية المؤجلة"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"],ar:["المطلوبات الضريبية المؤجلة"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],ar:["الضرائب المؤجلة (التدفق النقدي)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],ar:["الإهلاك والإطفاء"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],ar:["الإهلاك والإطفاء (التدفق النقدي)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],ar:["الإهلاك/النضوب"]},e.exports.Depreciation_study={en:["Depreciation"],ar:["الاستهلاك"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"],ar:["مؤشر التذبذب السعري"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],ar:["الربح للسهم المخفف"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],ar:["ربحية السهم المخففة (EPS المخففة)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],ar:["صافي الدخل المخفف المتاح للمساهمين العاديين"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],ar:["الأسهم المخففة القائمة"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"],ar:["تعديل التخفيف"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"],ar:["مؤشر الحركة الاتجاهية"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],ar:["الحركة الاتجاهية"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],ar:["العمليات المتوقفة"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],ar:["مؤشر الانفراج السعري"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],ar:["نسبة توزيع الأرباح %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"],ar:["عائد توزيعات الأرباح الموزّع %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],ar:["أرباح مستحقة الدفع"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],ar:["توزيعات الأرباح لكل سهم - إصدار أولي للأسهم العادية"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"],ar:["دوجي ستار — هبوطي"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"],ar:["دوجي ستار — صاعد"]},e.exports.Doji_study={en:["Doji"],ar:["نموذج الدوجي"]},e.exports["Donchian Channels_study"]={
|
||||
en:["Donchian Channels"],ar:["قنوات دونشيان"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],ar:["نمط القيعان المزدوجة"]},e.exports["Double EMA_study"]={en:["Double EMA"],ar:["متوسط متحرك أسي مزدوج"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],ar:["نمط القمة المزدوجة"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"],ar:["فجوة تاسوكي هابطة — هبوطي"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"],ar:["دوجي اليعسوب — صاعد"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"],ar:["هامش EBITDA %"]},e.exports.EBITDA_study={en:["EBITDA"],ar:["الأرباح قبل خصم ضرائب الفائدة والاستهلاك والتخفيف"]},e.exports.EBIT_study={en:["EBIT"]},e.exports["EMA Cross_study"]={en:["EMA Cross"],ar:["تقاطع المتوسط المتحرك الأسي"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],ar:["نمو ربحية السهم لعام واحد"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],ar:["نمو ربحية السهم المخففة لعام واحد"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],ar:["توقعات ربحية السهم"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],ar:["عائد الأرباح"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"],ar:["سهولة الحركة"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],ar:["سهولة الحركة"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],ar:["معدل الفائدة الفعلي على الدين%"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],ar:["مؤشر قوى إلدر"]},e.exports["Elder's Force Index_study"]={en:["Elder's Force Index"],ar:["مؤشر قوى إلدر"]},e.exports["Elders Force Index_study"]={en:["Elders Force Index"],ar:["مؤشر قوى إلدر"]},e.exports["Elliott Wave Chart Pattern_study"]={en:["Elliott Wave Chart Pattern"],ar:["نمط موجة إليوت"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"],ar:["الابتلاع — هبوطي"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"],ar:["الابتلاع — صاعد"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],ar:["قيمة المؤسسة إلى EBIT"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],ar:["قيمة المؤسسة إلى نسبة EBITDA"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],ar:["قيمة المؤسسة إلى نسبة الإيرادات"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],ar:["قيمة المؤسسة"]},e.exports.Envelope_study={en:["Envelope"],ar:["مظروف"]},e.exports.Envelopes_study={en:["Envelopes"],ar:["أغلفة"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"],ar:["حقوق الملكية في الأرباح"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],ar:["نسبة حقوق الملكية إلى الأصول"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"],ar:["نجمة دوجي المسائية — هبوطي"]},e.exports["Evening Star - Bearish_study"]={
|
||||
en:["Evening Star - Bearish"],ar:["نجمة المساء — هبوطي"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"],ar:["طرق السقوط الثلاثة — هبوطي"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],ar:["نمط الوتد الهابط"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"],ar:["نافذة هبوطية — هبوطي"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],ar:["أنشطة التمويل - مصادر أخرى"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],ar:["أنشطة التمويل - استخدامات أخرى"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"],ar:["تحويلة فيشر"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],ar:["بروفايل حجم التداول بنطاق ثابت"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],ar:["النطاق الثابت"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],ar:["الأسهم المعومة القائمة"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],ar:["هامش التدفق النقدي الحر %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],ar:["التدفق النقدي الحر"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"],ar:["عامل Fulmer H"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],ar:["الأموال المحققة من الأنشطة التشغيلية"]},e.exports.Gaps_study={en:["Gaps"],ar:["الفجوات السعرية"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"],ar:["نسبة السمعة الحسنة إلى الأصول"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"],ar:["السمعة الحسنة، صافي"]},e.exports["Graham's number_study"]={en:["Graham's number"],ar:["رقم جراهام"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"],ar:["دوجي Gravestone — هبوطي"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],ar:["استراتيجية جشعة"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],ar:["هامش الربح %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],ar:["نسبة إجمالي الربح إلى الأصول"]},e.exports["Gross profit_study"]={en:["Gross profit"],ar:["الربح الإجمالي"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],ar:["إجمالي الممتلكات/المصانع/المعدات"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],ar:["المتوسط المتحرك المتعدد جوبي"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"],ar:["هارامي — صاعد"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"],ar:["الرجل المعلق — هبوطي"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"],ar:["هارامي — هبوطي"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"],ar:["هرامي — صاعد"]},e.exports["Harami Cross - Bearish_study"]={en:["Harami Cross - Bearish"],ar:["تقاطع هرامي - هابط"]},e.exports["Harami Cross - Bullish_study"]={en:["Harami Cross - Bullish"],ar:["تقاطع هارامي - صاعد"]},
|
||||
e.exports["Head and Shoulders Chart Pattern_study"]={en:["Head and Shoulders Chart Pattern"],ar:["نموذج الرأس والكتفين"]},e.exports["Historical Volatility_study"]={en:["Historical Volatility"],ar:["التقلبات التاريخية"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],ar:["متوسط متحرك هال"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"],ar:["سحابة إيتشيموكو"]},e.exports.Ichimoku_study={en:["Ichimoku"],ar:["إيشيموكو"]},e.exports.Impairments_study={en:["Impairments"],ar:["اعتلالات"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],ar:["استراتيجية العمود الداخلي"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],ar:["ائتمانات ضريبة الدخل"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],ar:["ضريبة الدخل، الحالية - الأجنبية"]},e.exports["Income tax payable_study"]={en:["Income tax payable"],ar:["ضريبة الدخل المستحقة"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],ar:["ضريبة الدخل، الحالية - المحلية"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],ar:["ضريبة الدخل، الحالي"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],ar:["ضريبة الدخل المؤجلة - محلية"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],ar:["ضريبة الدخل المؤجلة - أجنبية"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],ar:["ضريبة الدخل المؤجلة"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"],ar:["الفوائد الرأسمالية"]},e.exports["Interest coverage_study"]={en:["Interest coverage"],ar:["تغطية الفائدة"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],ar:["حساب الفائدة على الديون"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],ar:["مصروفات الفوائد، صافي الفوائد الرأسمالية"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],ar:["المخزونات - البضائع الجاهزة"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],ar:["المخزونات - المدفوعات المرحلية وغيرها"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],ar:["المخزونات - المواد الخام"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],ar:["الجرد - أعمال تحت التنفيذ"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],ar:["نسبة المخزون إلى الإيرادات"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],ar:["معدل دوران المخزون"]},e.exports["Inverted Cup and Handle Chart Pattern_study"]={en:["Inverted Cup and Handle Chart Pattern"],ar:["نمط الرسم البياني للكوب والعروة المقلوب"]},e.exports["Inverted Hammer - Bullish_study"]={en:["Inverted Hammer - Bullish"],ar:["المطرقة المقلوبة — صاعد"]},e.exports["Inverted Head and Shoulders Chart Pattern_study"]={en:["Inverted Head and Shoulders Chart Pattern"],
|
||||
ar:["نموذج الرأس والكتفين المقلوب"]},e.exports["Investing activities – other sources_study"]={en:["Investing activities – other sources"],ar:["أنشطة الاستثمار - مصادر أخرى"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],ar:["أنشطة الاستثمار - استخدامات أخرى"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],ar:["استثمارات في شركات تابعة غير موحدة"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],ar:["إصدار الديون طويلة الأجل"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],ar:["إصدار/سحب الديون، الصافي"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],ar:["إصدار/سحب الديون طويلة الأجل"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],ar:["إصدار/سحب ديون أخرى"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],ar:["إصدار/سحب الديون قصيرة الأجل"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],ar:["إصدار/سحب الأسهم، الصافي"]},e.exports["KZ index_study"]={en:["KZ index"],ar:["مؤشر KZ"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],ar:["استراتيجية قناة كيلتنر"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],ar:["استراتيجية قنوات كيلتنر"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],ar:["قناة كلتنر"]},e.exports["Key stats_study"]={en:["Key stats"],ar:["الإحصائيات الرئيسية"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"],ar:["Kicking — هبوطي"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"],ar:["Kicking — صاعد"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],ar:["مؤشر كلنجر"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"],ar:["أعرف الأشياء المؤكدة"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],ar:["متوسط المربعات الصغرى المتحرك"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],ar:["مصاريف الدعوى القانونية"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],ar:["قناة الانحدار الخطي"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],ar:["منحنى الانحدار الخطي"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"],ar:["ميل الانحدار الخطي"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],ar:["الانحدار الخطي"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],ar:["نِسَب السيولة"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"],ar:["الظل السفلي الطويل — صاعد"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"],ar:["الظل العلوي الطويل — هبوطي"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"],
|
||||
ar:["الديون طويلة الأجل بدون مطلوبات الإيجار"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],ar:["نسبة الدين طويل الأجل إلى إجمالي الأصول"]},e.exports["Long term debt to total equity ratio_study"]={en:["Long term debt to total equity ratio"],ar:["نسبة الدين طويل الأجل إلى إجمالي حقوق الملكية"]},e.exports["Long term debt_study"]={en:["Long term debt"],ar:["الدين طويل الأجل"]},e.exports["Long term investments_study"]={en:["Long term investments"],ar:["الاستثمار الطويل الأجل"]},e.exports["MA Cross_study"]={en:["MA Cross"],ar:["تقاطع المتوسط المتحرك"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],ar:["تقاطع المتوسط المتحرك مع الأسي"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"],ar:["تقاطع المتوسط المتحرك/الأسي"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],ar:["استراتيجية MACD"]},e.exports.MACD_study={en:["MACD"]},e.exports["Majority Rule_study"]={en:["Majority Rule"],ar:["قاعدة الأغلبية"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],ar:["القيمة السوقية"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"],ar:["ماروبوزو بلاك — هبوطي"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"],ar:["ماروبوزو وايت — صاعد"]},e.exports["Mass Index_study"]={en:["Mass Index"],ar:["مؤشر الكتلة"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],ar:["ماكجينلي ديناميك"]},e.exports["Median Price_study"]={en:["Median Price"],ar:["السعر الوسيط"]},e.exports.Median_study={en:["Median"],ar:["متوسط"]},e.exports["Minority interest_study"]={en:["Minority interest"],ar:["فوائد الأقلية"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],ar:["مصاريف متنوعة غير تشغيلية"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],ar:["استراتيجية الزخم"]},e.exports.Momentum_study={en:["Momentum"],ar:["زخم"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],ar:["مؤشر التدفق النقدي MFI"]},e.exports["Money Flow_study"]={en:["Money Flow"],ar:["التدفق النقدي"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],ar:["مراحل القمر"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"],ar:["نجمة دوجي الصباحية — صاعد"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"],ar:["نجمة الصباح — صاعد"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],ar:["المتوسط المتحرك المتكيف"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],ar:["قناة المتوسط المتحرك"]},e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"],ar:["مؤشر التقارب والتباعد للمُتوسطات المُتحرِّكة"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],ar:["تقارب وتباعد المتوسطات المتحركة macd"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],ar:["المتوسط المتحرك المزدوج"]},e.exports["Moving Average Exponential_study"]={
|
||||
en:["Moving Average Exponential"],ar:["المتوسط المتحرك الأسي"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"],ar:["المتوسط المتحرك هامينج"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],ar:["المتوسط المتحرك المُعدل"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],ar:["المتوسط المتحرك المتعدد"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],ar:["شريط المتوسط المتحرك"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"],ar:["المتوسط المتحرك البسيط"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],ar:["المتوسط المتحرك الثلاثي"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],ar:["المتوسط المتحرك المرجح"]},e.exports["Moving Average_study"]={en:["Moving Average"],ar:["المتوسط المتحرك"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],ar:["تقاطع المتوسطات المتحركة"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],ar:["تقاطع خطي المتوسطات المتحركة"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],ar:["الرسم البياني المتعدد الإطارات الزمنية"]},e.exports["Net Volume_study"]={en:["Net Volume"],ar:["صافي حجم التداول"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],ar:["صافي قيمة الأصول المتداولة للسهم"]},e.exports["Net debt_study"]={en:["Net debt"],ar:["صافي الدين"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],ar:["صافي الدخل (التدفق النقدي)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"],ar:["صافي الدخل قبل العمليات المتوقفة"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],ar:["صافي الدخل لكل موظف"]},e.exports["Net income_study"]={en:["Net income"],ar:["صافي الدخل"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],ar:["صافي الأصول غير الملموسة"]},e.exports["Net margin %_study"]={en:["Net margin %"],ar:["صافي الهامش %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],ar:["صافي الممتلكات/المصانع/المعدات"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],ar:["البنود غير النقدية"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],ar:["حقوق الأقلية غير المسيطرة"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"],ar:["الدخل غير التشغيلي، باستثناء مصروفات الفوائد"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],ar:["الدخل غير التشغيلي، الإجمالي"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],ar:["دخل الفوائد غير التشغيلية"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],ar:["سندات القبض - طويلة الأجل"]},e.exports["Notes payable_study"]={en:["Notes payable"],ar:["سندات الدفع"]},e.exports["Number of employees_study"]={
|
||||
en:["Number of employees"],ar:["عدد الموظفين"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],ar:["عدد المساهمين"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],ar:["مؤشر OBV"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"],ar:["على العنق — هبوطي"]},e.exports["Open Interest_study"]={en:["Open Interest"],ar:["العقود المفتوحة"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],ar:["عائد أرباح التشغيل %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],ar:["مصاريف التشغيل (باستثناء كلفة المبيعات)"]},e.exports["Operating income_study"]={en:["Operating income"],ar:["دخل التشغيل"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],ar:["مطلوبات الإيجار التشغيلي"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],ar:["هامش التشغيل %"]},e.exports["Other COGS_study"]={en:["Other COGS"],ar:["كلفة منتجات مباعة أخرى"]},e.exports["Other common equity_study"]={en:["Other common equity"],ar:["الأسهم العادية الأخرى"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],ar:["تكلفة السلع المباعة، أخرى"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],ar:["الأصول المتداولة الأخرى، الإجمالي"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],ar:["المطلوبات الحالية الأخرى"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],ar:["رسوم استثنائية أخرى"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],ar:["عناصر أخرى للتدفقات النقدية التمويلية، إجمالي"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],ar:["صافي الأصول الأخرى غير الملموسة"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],ar:["عناصر أخرى للتدفقات النقدية الاستثمارية، إجمالي"]},e.exports["Other investments_study"]={en:["Other investments"],ar:["استثمارات أخرى"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],ar:["المطلوبات الأخرى، الإجمالي"]},e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"],ar:["الأصول الأخرى طويلة الأجل، الإجمالي"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],ar:["الالتزامات الأخرى غير المتداولة، إجمالي"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],ar:["مصاريف تشغيلية أخرى، الإجمالي"]},e.exports["Other receivables_study"]={en:["Other receivables"],ar:["المستحقات الأخرى"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],ar:["ديون أخرى قصيرة الأجل"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],ar:["استراتيجية العمود الخارجي"]},e.exports.Overlay_study={en:["Overlay"],ar:["تركيب فوق الرسم البياني الرئيسي"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],ar:["نسبة السعر إلى نمو الأرباح"]},
|
||||
e.exports["Paid in capital_study"]={en:["Paid in capital"],ar:["رأس المال المدفوع"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],ar:["استراتيجية البارابوليك سار"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],ar:["مؤشر البارابوليك سار"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],ar:["بروفايل أحجام التداول الدوري"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"],ar:["Piercing — صاعد"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],ar:["استراتيجية الإمتداد المحوري"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],ar:["أعلى وأدنى النقاط المحورية"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],ar:["النقاط المحورية القياسية"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],ar:["استراتيجية الانعكاس المحوري"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],ar:["توزيعات أرباح الأسهم الممتازة المدفوعة"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],ar:["توزيعات أرباح الأسهم الممتازة"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],ar:["الأسهم الممتازة والقيمة الدفترية"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],ar:["النفقات المدفوعة مسبقاً"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],ar:["حقوق الملكية قبل اقتطاع الضرائب في الأرباح"]},e.exports["Pretax income_study"]={en:["Pretax income"],ar:["الدخل قبل الضرائب"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],ar:["استراتيجية قناة الأسعار"]},e.exports["Price Channel_study"]={en:["Price Channel"],ar:["قناة سعرية"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],ar:["مؤشر التذبذب السعري"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],ar:["اتجاه حجم التداول للأسعار"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],ar:["نسبة السعر إلى الربحية مستقبلاً"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],ar:["نسبة السعر إلى المبيعات مستقبلاً"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],ar:["نسبة السعر إلى القيمة الدفترية"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"],ar:["نسبة السعر إلى التدفقات النقدية"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],ar:["نسبة السعر إلى الربحية"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],ar:["نسبة السعر إلى التدفق النقدي الحر"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"],ar:["نسبة السعر إلى المبيعات"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],ar:["نسبة السعر إلى القيمة الدفترية الملموسة"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],ar:["نِسَب الربحية"]},
|
||||
e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],ar:["مخصصات المخاطر والرسوم"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],ar:["شراء الاستثمارات"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],ar:["شراء/امتلاك الأعمال"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],ar:["شراء/بيع الأعمال، صافي"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],ar:["شراء/بيع الاستثمارات، صافي"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],ar:["نسبة الجودة"]},e.exports["Quick ratio_study"]={en:["Quick ratio"],ar:["نسبة السيولة السريعة"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],ar:["استراتيجية مؤشر القوة النسبية"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],ar:["معدل التغير"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],ar:["نمط المستطيل"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],ar:["تخفيض الديون طويلة الأجل"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"],ar:["مؤشر القوة النسبية"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],ar:["مؤشر النشاط النسبي"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"],ar:["مؤشر التقلب النسبي"]},e.exports["Relative Volume at Time_study"]={en:["Relative Volume at Time"],ar:["الحجم النسبي في الوقت"]},e.exports["Repurchase of common & preferred stock_study"]={en:["Repurchase of common & preferred stock"],ar:["إعادة شراء الأسهم العادية والممتازة"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],ar:["نسبة البحث والتطوير إلى الإيرادات"]},e.exports["Research & development_study"]={en:["Research & development"],ar:["البحث والتطوير"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],ar:["رسوم إعادة الهيكلة"]},e.exports["Retained earnings_study"]={en:["Retained earnings"],ar:["الأرباح المحتفظ بها"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],ar:["العائد على الأصول %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],ar:["العائد على حقوق الملكية%"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],ar:["العائد على حقوق الملكية المعدل إلى القيمة الدفترية %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],ar:["العائد إلى رأس المال المستثمر %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],ar:["العائد على الأصول الملموسة%"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"],ar:["العائد على حقوق الملكية الملموسة %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"],ar:["تقديرات الإيرادات"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],ar:["نمو الإيرادات لسنة"]},
|
||||
e.exports["Revenue per employee_study"]={en:["Revenue per employee"],ar:["الإيرادات لكل موظف"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"],ar:["ثلاث طرق متصاعدة — صاعدة"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],ar:["نمط الوتد الصاعد"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"],ar:["نافذة صاعدة — صاعد"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"],ar:["Rob Booker — ADX اختراق"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],ar:["Rob Booker — النقاط المحورية خلال اليوم"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],ar:["Rob Booker — تباين Knoxville"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],ar:["Rob Booker — النقاط المحورية الفائتة"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"],ar:["Rob Booker — ارتداد"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],ar:["Rob Booker — محاور شبح زيف"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],ar:["مؤشر إرجوديك SMI"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],ar:["مؤشر إرجوديك SMI"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],ar:["مؤشر إرجوديك SMI"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],ar:["بيع الأسهم العادية والممتازة"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],ar:["بيع الأصول الثابتة والأعمال"]},e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"],ar:["بيع/استحقاق الاستثمارات"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],ar:["بيع/ مصاريف إدارية/عامة، أخرى"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],ar:["المبيعات/مصاريف إدارية/عامة، إجمالي"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],ar:["أحجام تداول الجلسة HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],ar:["بروفايل أحجام التداول الجلسة HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],ar:["بروفايل أحجام التداول للجلسة"]},e.exports["Session Volume_study"]={en:["Session Volume"],ar:["حجم تداول الفترة"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],ar:["حقوق المساهمين"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],ar:["نسبة إعادة شراء الأسهم %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"],ar:["شهاب — هبوطي"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],ar:["الديون قصيرة الأجل باستثناء الجزء الحالي من الديون طويلة الأجل"]},
|
||||
e.exports["Short term debt_study"]={en:["Short term debt"],ar:["دين قصير الأجل"]},e.exports["Short term investments_study"]={en:["Short term investments"],ar:["استثمارات قصيرة الأجل"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"],ar:["نسبة سلون %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],ar:["المتوسط المتحرك المحسن"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],ar:["نِسَب الملاءة"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"],ar:["نموذج القمة الدوراة البيعي"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"],ar:["نموذج القمة الدوارة"]},e.exports["Springate score_study"]={en:["Springate score"],ar:["تصنيف سبرينجيت"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],ar:["الانحراف المعياري"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"],ar:["نطاقات الخطأ معياري"]},e.exports["Standard Error_study"]={en:["Standard Error"],ar:["خطأ معياري"]},e.exports.Stoch_study={en:["Stoch"],ar:["ستوكاستيك"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"],ar:["مؤشر زخم الاستوكاستك"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],ar:["ستوكاستك القوة النسبية (STOCH RSI)"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],ar:["استراتيجية الاستوكاستك البطئ"]},e.exports.Stochastic_study={en:["Stochastic"],ar:["مؤشر ستوكاستك"]},e.exports.SuperTrend_study={en:["SuperTrend"],ar:["سوبرترند"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],ar:["استراتيجية Supertrend"]},e.exports.Supertrend_study={en:["Supertrend"],ar:["سوبرترند"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],ar:["معدل النمو المستدام"]},e.exports.TRIX_study={en:["TRIX"],ar:["مؤشر TRIX"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],ar:["القيمة الدفترية الملموسة للسهم"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],ar:["نسبة الأسهم العادية الملموسة"]},e.exports.Taxes_study={en:["Taxes"],ar:["الضرائب"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],ar:["استراتيجية التقييمات الفنية"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],ar:["التصنيف الفني"]},e.exports.Technicals_study={en:["Technicals"],ar:["تحليلات فنية"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"],ar:["ثلاثة غربان سوداء — هبوطي"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"],ar:["ثلاثة جنود بيض — صاعد"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"],ar:["متوسط السعر المرجح بالوقت"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],ar:["Tobin's Q (تقريبي)"]},e.exports["Total assets_study"]={en:["Total assets"],ar:["إجمالي الأصول"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],ar:["إجمالي التوزيعات النقدية المدفوعة"]},
|
||||
e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],ar:["إجمالي الأسهم العادية القائمة"]},e.exports["Total current assets_study"]={en:["Total current assets"],ar:["إجمالي الأصول المتداولة"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],ar:["إجمالي المطلوبات الحالية"]},e.exports["Total debt_study"]={en:["Total debt"],ar:["إجمالي المديونية"]},e.exports["Total equity_study"]={en:["Total equity"],ar:["إجمالي حقوق المساهمين"]},e.exports["Total inventory_study"]={en:["Total inventory"],ar:["إجمالي المخزون"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"],ar:["إجمالي المطلوبات وحقوق المساهمين"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],ar:["إجمالي المطلوبات"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],ar:["إجمالي الأصول غير المتداولة"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],ar:["إجمالي المطلوبات غير الجارية"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],ar:["إجمالي النفقات التشغيلية"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],ar:["إجمالي الذمم المدينة، الصافي"]},e.exports["Total revenue_study"]={en:["Total revenue"],ar:["إجمالي الإيرادات"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"],ar:["جلسات التداول"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],ar:["سندات على الخزانة - عادي"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],ar:["مؤشر قوة الاتجاه"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"],ar:["تراي ستار — هبوطي"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"],ar:["تراي ستار — صاعد"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],ar:["نمط المثلث"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],ar:["نمط القيعان الثلاثية"]},e.exports["Triple EMA_study"]={en:["Triple EMA"],ar:["المتوسط المتحرك الأسي الثلاثي"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],ar:["نمط القمم الثلاثية"]},e.exports["True Strength Index_study"]={en:["True Strength Index"],ar:["مؤشر القوة الحقيقية"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],ar:["مؤشر القوة الحقيقية TSI"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"],ar:["Tweezer Top — هبوطي"]},e.exports["Typical Price_study"]={en:["Typical Price"],ar:["السعر النموذجي"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],ar:["مؤشر Ultimate Oscillator"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],ar:["الربح / الخسارة غير المحققة"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],ar:["الدخل/المصروفات غير العادية"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],ar:["أعلى/أدنى حجم"]},e.exports["Upside Tasuki Gap - Bullish_study"]={
|
||||
en:["Upside Tasuki Gap - Bullish"],ar:["فجوة تاسوكي — صاعد"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],ar:["VWAP مثبت تلقائي"]},e.exports.VWAP_study={en:["VWAP"],ar:["متوسط السعر المرجح بحجم التداول VWAP"]},e.exports.VWMA_study={en:["VWMA"],ar:["المتوسط المتحرك المرجح بحجم التداول VWMA"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],ar:["نِسَب القيمة"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],ar:["متوسط السعر المرئي"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],ar:["بروفايل حجم التداول بالنطاق المرئي"]},e.exports["Visible Range_study"]={en:["Visible Range"],ar:["نطاق مرئي"]},e.exports.Vol_study={en:["Vol"],ar:["حجم تداول"]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"],ar:["التّقلب بحساب أسعار الإغلاق"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],ar:["مؤشرالتّقلب"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],ar:["التّقلب O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],ar:["وقف الخسارة حسب تقلب السوق"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"],ar:["التّقلب بحساب أسعار الإغلاق بدون اتجاه"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],ar:["استراتيجية وقف فولتي إكسبان Volty Expan Close"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],ar:["متذبذب حجم التداول"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],ar:["متوسط السعر المرجح بحجم التداول"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],ar:["المتوسط المتحرك المرجح بحجم التداول"]},e.exports.Volume_study={en:["Volume"],ar:["حجم التداول"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],ar:["مؤشر فورتكس Vortex"]},e.exports["Williams %R_study"]={en:["Williams %R"],ar:["%R ويليامز"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],ar:["مؤشر ويليامز أليجيتور"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],ar:["فراكتال ويليامز"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],ar:["فركتلات وليامز"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],ar:["نطاق ويليامز النسبي"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"],ar:["مؤشر قناة السلع، ووديز Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"],ar:["مؤشر الزيجزاج"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"],ar:["تصنيف Zmijewski"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"],ar:["بروفايل أحجام التداول المثبت"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"],ar:["بروفايل حجم التداول بنطاق ثابت"]}},24261:e=>{e.exports={en:["Vol"],ar:["حجم تداول"]}},67736:e=>{e.exports={en:["Minor"],ar:["أصغر"]}},922:e=>{e.exports={en:["Minute"],ar:["دقيقة"]}},91405:e=>{e.exports={en:["Text"],ar:["نص"]}},78972:e=>{e.exports={en:["Couldn't copy"],ar:["تعذر النسخ"]}},10615:e=>{e.exports={en:["Couldn't cut"],
|
||||
ar:["تعذر القطع"]}},81518:e=>{e.exports={en:["Couldn't paste"],ar:["تعذر اللصق"]}},83140:e=>{e.exports={en:["Countdown to bar close"],ar:["العد التنازلي لإغلاق العمود البياني"]}},10871:e=>{e.exports={en:["Colombo"],ar:["كولومبو"]}},55761:e=>{e.exports={en:["Columns"],ar:["الأعمدة"]}},9818:e=>{e.exports={en:["Comment"],ar:["تعليق"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],ar:["قارن أو اضف رمز"]}},12086:e=>{e.exports={en:["Compilation error"],ar:["خطأ في التحويل."]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],ar:["تأكد من إزالة الرسومات المقفلة"]}},48141:e=>{e.exports={en:["Confirm Inputs"],ar:["تأكيد المدخلات"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],ar:["تأكيد إزالة نتائج الدراسة"]}},38917:e=>{e.exports={en:["Copenhagen"],ar:["بورصة كوبنهاجن"]}},49680:e=>{e.exports={en:["Copy"],ar:["نسخ"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],ar:["نسخ تصميم الرسم البياني"]}},63553:e=>{e.exports={en:["Copy price"],ar:["نسخ السعر"]}},65736:e=>{e.exports={en:["Cairo"],ar:["القاهرة"]}},25381:e=>{e.exports={en:["Callout"],ar:["نص تفسيري"]}},45054:e=>{e.exports={en:["Candles"],ar:["شموع"]}},30948:e=>{e.exports={en:["Caracas"],ar:["كاراكاس"]}},70409:e=>{e.exports={en:["Casablanca"],ar:["الدار البيضاء"]}},37276:e=>{e.exports={en:["Change"],ar:["تغيير"]}},85124:e=>{e.exports={en:["Change Symbol"],ar:["تغيير الرمز"]}},2569:e=>{e.exports={en:["Change interval"],ar:["تغيير الفترة"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],ar:["تغيير النطاق الزمني اضغط على الرقم أو الفاصلة"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],ar:["رمز التغيير. ابدأ بكتابة اسم الرمز"]}},48566:e=>{e.exports={en:["Change scale currency"],ar:["تغيير عملة المقياس"]}},85110:e=>{e.exports={en:["Change scale unit"],ar:["تغيير وحدة المقياس"]}},56275:e=>{e.exports={en:["Chart #{index}"],ar:["الرسم البياني رقم {index}"]}},39950:e=>{e.exports={en:["Chart Properties"],ar:["خصائص الرسم البياني"]}},98856:e=>{e.exports={en:["Chart by TradingView"],ar:["رسم بياني من TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],ar:["رسم لـ {symbol}، {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],ar:["صورة الرسم البياني نسخت للحافظة {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],ar:["تم نسخ رمز تضمين صورة الرسم البياني إلى الحافظة {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],ar:["جزر تشاتام"]}},72452:e=>{e.exports={en:["Chicago"],ar:["شيكاغو"]}},50349:e=>{e.exports={en:["Chongqing"],ar:["تشونغتشينغ"]}},91944:e=>{e.exports={en:["Circle"],ar:["دائرة"]}},14985:e=>{e.exports={en:["Click to set a point"],ar:["انقر لتحديد نقطة"]}},12537:e=>{e.exports={en:["Clone"],ar:["نسخة مكررة"]}},62578:e=>{e.exports={en:["Close"],ar:["إغلاق"]}},264:e=>{e.exports={en:["Create limit order"],ar:["إنشاء أمر معلق"]}},6969:e=>{e.exports={en:["Cross"],ar:["تقاطع"]}},74334:e=>{e.exports={en:["Cross Line"],ar:["الخط المتقاطع"]}},59396:e=>{e.exports={en:["Currencies"],ar:["العملات"]}},20177:e=>{e.exports={
|
||||
en:["Current interval and above"],ar:["الفاصل الزمني الحالي وما فوق"]}},494:e=>{e.exports={en:["Current interval and below"],ar:["الفاصل الزمني الحالي وأدناه"]}},60668:e=>{e.exports={en:["Current interval only"],ar:["الفاصل الزمني الحالي فقط"]}},78609:e=>{e.exports={en:["Curve"],ar:["منحنى"]}},87380:e=>{e.exports={en:["Cycle"],ar:["دورة"]}},84031:e=>{e.exports={en:["Cyclic Lines"],ar:["خطوط دورية"]}},93191:e=>{e.exports={en:["Cypher Pattern"],ar:["نمط سيفر"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],ar:["يوجد بالفعل تنسيق بهذا الاسم"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],ar:["يوجد بالفعل تنسيق بهذا الاسم. هل تريد تعويضه عليه؟"]}},46712:e=>{e.exports={en:["ABCD Pattern"],ar:["نموذج ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"],ar:["أمستردام"]}},24185:e=>{e.exports={en:["Anchor"],ar:["التثبيت"]}},42630:e=>{e.exports={en:["Anchorage"],ar:["التثبيت"]}},42669:e=>{e.exports={en:["Anchored Text"],ar:["نص مُثبّت"]}},84541:e=>{e.exports={en:["Anchored VWAP"],ar:["VWAP مُثبّت"]}},77401:e=>{e.exports={en:["Access error"],ar:["خطأ في الوصول"]}},46501:e=>{e.exports={en:["Add Symbol"],ar:["إضافة رمز"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],ar:["إضافة مؤشر مالي لـ {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],ar:["إضافة مؤشر/إستراتيجية على {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],ar:["أضف هذا المؤشر المالي إلى التنسيق بالكامل"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],ar:["أضف هذا المقياس المالي إلى المفضلة"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],ar:["أضف هذا المؤشر إلى التنسيق بالكامل"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],ar:["أضف هذا المؤشر إلى المفضلة"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],ar:["أضف هذه الاستراتيجية إلى التنسيق بالكامل"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],ar:["أضف هذا الرمز إلى التنسيق بالكامل"]}},426:e=>{e.exports={en:["Adelaide"],ar:["أديلايد"]}},40452:e=>{e.exports={en:["Always invisible"],ar:["مختفي دائمًا"]}},36299:e=>{e.exports={en:["Always visible"],ar:["ظاهر وموجود دائمًا"]}},58026:e=>{e.exports={en:["All intervals"],ar:["كل الفواصل الزمنية"]}},78358:e=>{e.exports={en:["Apply default"],ar:["تطبيق الوضع الافتراضي"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],ar:["تطبيق هذه المؤشرات على التنسيق بالكامل"]}},27072:e=>{e.exports={en:["Apr"],ar:["أبريل"]}},59324:e=>{e.exports={en:["Arc"],ar:["قوس"]}},34456:e=>{e.exports={en:["Area"],ar:["مساحة"]}},11858:e=>{e.exports={en:["Arrow"],ar:["سهم"]}},34247:e=>{e.exports={en:["Arrow Down"],ar:["سهم لأسفل"]}},36352:e=>{e.exports={en:["Arrow Marker"],ar:["علامة السهم"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],ar:["علامة السهم تُشير للأسفل"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],ar:["علامة السهم تُشير لليسار"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],ar:["علامة السهم تُشير لليمين"]}},
|
||||
62453:e=>{e.exports={en:["Arrow Mark Up"],ar:["علامة السهم تُشير للأعلى"]}},77231:e=>{e.exports={en:["Arrow Up"],ar:["سهم لأعلى"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],ar:["عشق أباد"]}},72445:e=>{e.exports={en:["At close"],ar:["عند الإغلاق"]}},73702:e=>{e.exports={en:["Athens"],ar:["أثينا"]}},21469:e=>{e.exports={en:["Auto"],ar:["تلقائي"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],ar:["تلقائي (تناسب البيانات مع حجم الشاشة)"]}},46450:e=>{e.exports={en:["Aug"],ar:["أغسطس"]}},21841:e=>{e.exports={en:["Average close price label"],ar:["ملصق متوسط سعر الإغلاق"]}},16138:e=>{e.exports={en:["Average close price line"],ar:["خط متوسط سعر الإغلاق"]}},73025:e=>{e.exports={en:["Avg"],ar:["متوسط"]}},87580:e=>{e.exports={en:["Azores"],ar:["جزر الأزور"]}},73905:e=>{e.exports={en:["Bogota"],ar:["بوجوتا"]}},90594:e=>{e.exports={en:["Bahrain"],ar:["البحرين"]}},70540:e=>{e.exports={en:["Balloon"],ar:["بالون"]}},47045:e=>{e.exports={en:["Bangkok"],ar:["بانكوك"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],ar:["إعادة تشغيل الأعمدة Bar Replay غير متاح لهذا النوع من الرسوم البيانية. هل تريد الخروج من Bar Replay؟"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],ar:["لا تتوفر ميزة Bar Replay لهذا الرمز. هل تريد الخروج من Bar Replay؟"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],ar:["إعادة تشغيل الشريط غير متاح لهذه الفترة الزمنية. هل تريد الخروج من Bar Replay؟"]}},27377:e=>{e.exports={en:["Bars"],ar:["أعمدة"]}},81994:e=>{e.exports={en:["Bars Pattern"],ar:["نمط الأعمدة"]}},59213:e=>{e.exports={en:["Baseline"],ar:["خط الأساس"]}},71797:e=>{e.exports={en:["Belgrade"],ar:["بلغراد"]}},64313:e=>{e.exports={en:["Berlin"],ar:["برلين"]}},43539:e=>{e.exports={en:["Brush"],ar:["فرشاة"]}},91499:e=>{e.exports={en:["Brussels"],ar:["بروكسل"]}},70876:e=>{e.exports={en:["Bratislava"],ar:["براتيسلافا"]}},55481:e=>{e.exports={en:["Bring forward"],ar:["تقديمه للأمام"]}},17293:e=>{e.exports={en:["Bring to front"],ar:["وضعه في المقدمة"]}},79336:e=>{e.exports={en:["Brisbane"],ar:["بريزبان"]}},33672:e=>{e.exports={en:["Bucharest"],ar:["بوخاريست"]}},20313:e=>{e.exports={en:["Budapest"],ar:["بودابست"]}},25282:e=>{e.exports={en:["Buenos Aires"],ar:["بوينس آيرس"]}},46768:e=>{e.exports={en:["By TradingView"],ar:["بواسطة TradingView"]}},54280:e=>{e.exports={en:["Go to date"],ar:["الذهاب إلى تاريخ"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],ar:["انتقل إلى {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],ar:["OK"]}},47460:e=>{e.exports={en:["Gann Box"],ar:["صندوق جان"]}},48683:e=>{e.exports={en:["Gann Fan"],ar:["مروحة جان"]}},44763:e=>{e.exports={en:["Gann Square"],ar:["مربع جان"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],ar:["مربع جان ثابت"]}},46808:e=>{e.exports={en:["Ghost Feed"],ar:["مسار تخيّلي"]}},57726:e=>{e.exports={en:["Grand supercycle"],ar:["الموجة الدورية العظمى"]}},15096:e=>{e.exports={
|
||||
en:["Do you really want to delete indicator template '{name}' ?"],ar:["هل تريد حقًا حذف قالب المؤشر '{name}'؟"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],ar:["هل تريد فعلا مسح هذه الدراسة وكل محتوياتها؟"]}},77125:e=>{e.exports={en:["Double Curve"],ar:["منحنى مزدوج"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],ar:["انقر نقرًا مزدوجًا فوق أي حافة لإعادة تعيين شبكة التنسيق"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],ar:["انقر مرتيين لإنهاء المسار"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],ar:["انقر مرتيين لإنهاء الشكل متعدد الخطوط"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],ar:["انقر نقرًا مزدوجًا على أي حافة لإعادة ضبط شبكة التنسيق"]}},57131:e=>{e.exports={en:["Data Provided by"],ar:["البيانات مقدمة من قبل"]}},22677:e=>{e.exports={en:["Date"],ar:["التاريخ"]}},85444:e=>{e.exports={en:["Date Range"],ar:["المدى الزمني"]}},47017:e=>{e.exports={en:["Date and Price Range"],ar:["نطاق التاريخ والسعر"]}},32084:e=>{e.exports={en:["Dec"],ar:["ديسمبر"]}},23403:e=>{e.exports={en:["Degree"],ar:["درجة"]}},27358:e=>{e.exports={en:["Denver"],ar:["دينفر Denver"]}},24959:e=>{e.exports={en:["Dhaka"],ar:["داكا"]}},15179:e=>{e.exports={en:["Diamond"],ar:["شكل الماسة (المعين)"]}},91544:e=>{e.exports={en:["Disjoint Channel"],ar:["قناة منفصلة"]}},70132:e=>{e.exports={en:["Displacement"],ar:["إزاحة"]}},93864:e=>{e.exports={en:["Drawings toolbar"],ar:["شريط أدوات الرسم"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],ar:["ارسم خطًا أفقيًا عند {price}"]}},23650:e=>{e.exports={en:["Dubai"],ar:["دبي"]}},79716:e=>{e.exports={en:["Dublin"],ar:["دابلن"]}},73456:e=>{e.exports={en:["Emoji"],ar:["رمز تعبيري"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],ar:["ادخل اسم تصميم الرسم البياني الجديد"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],ar:["موجة إليوت التصحيحية (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],ar:["موجة إليوت الثنائية المركبة (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],ar:["موجة إليوت الدافعة (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],ar:["موجة إليوت المثلثة (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],ar:["موجة إليوت الثلاثية المركبة (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],ar:["بيضاوي"]}},52788:e=>{e.exports={en:["Extended Line"],ar:["خط ممتد"]}},86905:e=>{e.exports={en:["Exchange"],ar:["بورصة التداول"]}},19271:e=>{e.exports={en:["Existing pane above"],ar:["جزء موجود أعلاه"]}},46545:e=>{e.exports={en:["Existing pane below"],ar:["جزء موجود أدناه"]}},20138:e=>{e.exports={en:["Forecast"],ar:["التوقعات"]}},2507:e=>{e.exports={en:["Feb"],ar:["فبراير"]}},59005:e=>{e.exports={en:["Fib Channel"],ar:["قناة فيبوناتشي"]}},82330:e=>{e.exports={en:["Fib Circles"],ar:["دوائر فيبوناتشي"]}},55986:e=>{e.exports={en:["Fib Retracement"],ar:["تصحيح فيبوناتشي"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],ar:["أقواس فيبوناتشي المقاومة للسرعة"]}},
|
||||
2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],ar:["مروحة فيبوناتشي المقاومة للسرعة"]}},39014:e=>{e.exports={en:["Fib Spiral"],ar:["حلزون فيبوناتشي"]}},30622:e=>{e.exports={en:["Fib Time Zone"],ar:["منطقة فيبوناتشي الزمنية"]}},85042:e=>{e.exports={en:["Fib Wedge"],ar:["وتد فيبوناتشي"]}},33885:e=>{e.exports={en:["Flag"],ar:["علم"]}},14600:e=>{e.exports={en:["Flag Mark"],ar:["علامة تمييز"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],ar:["قمة / قاع مسطح"]}},63271:e=>{e.exports={en:["Flipped"],ar:["مقلوب"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],ar:["جزء الكسر غير صحيح"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],ar:["لم تعد الدراسات الأساسية متوفرة على الرسوم البيانية"]}},31561:e=>{e.exports={en:["Kolkata"],ar:["كولكاتا"]}},54533:e=>{e.exports={en:["Kathmandu"],ar:["كاتماندو"]}},83490:e=>{e.exports={en:["Kagi"],ar:["كاجي"]}},70913:e=>{e.exports={en:["Karachi"],ar:["كراتشي"]}},76614:e=>{e.exports={en:["Kuwait"],ar:["الكويت"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],ar:["كوالا لمبور"]}},99906:e=>{e.exports={en:["HLC area"],ar:["منطقة HLC."]}},34491:e=>{e.exports={en:["Ho Chi Minh"],ar:["هوشي منه"]}},13459:e=>{e.exports={en:["Hollow candles"],ar:["شموع مفرغة"]}},48861:e=>{e.exports={en:["Hong Kong"],ar:["هونج كونج"]}},79668:e=>{e.exports={en:["Honolulu"],ar:["هونولولو"]}},21795:e=>{e.exports={en:["Horizontal Line"],ar:["خط أفقي"]}},25487:e=>{e.exports={en:["Horizontal Ray"],ar:["شعاع أفقي"]}},21928:e=>{e.exports={en:["Head and Shoulders"],ar:["نموذج الرأس والكتفين"]}},63876:e=>{e.exports={en:["Heikin Ashi"],ar:["هايكين آشي"]}},48203:e=>{e.exports={en:["Helsinki"],ar:["بورصة هلسنكي"]}},27298:e=>{e.exports={en:["Hide"],ar:["إخفاء"]}},47074:e=>{e.exports={en:["Hide all"],ar:["إخفاء الكل"]}},52563:e=>{e.exports={en:["Hide all drawings"],ar:["إخفاء جميع أدوات الرسم"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],ar:["إخفاء كل الرسومات والمؤشرات"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],ar:["إخفاء كافة الرسومات والمؤشرات والمراكز والأوامر"]}},78525:e=>{e.exports={en:["Hide all indicators"],ar:["إخفاء كل المؤشرات"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],ar:["إخفاء كل المراكز والأوامر"]}},3217:e=>{e.exports={en:["Hide drawings"],ar:["إخفاء الرسومات"]}},97878:e=>{e.exports={en:["Hide events on chart"],ar:["إخفاء الأحداث على الرسم البياني"]}},72351:e=>{e.exports={en:["Hide indicators"],ar:["إخفاء المؤشرات"]}},28345:e=>{e.exports={en:["Hide marks on bars"],ar:["إخفاء العلامات على الأعمدة"]}},92226:e=>{e.exports={en:["Hide positions & orders"],ar:["إخفاء المراكز والأوامر"]}},78254:e=>{e.exports={en:["High"],ar:["أعلى سعر"]}},98236:e=>{e.exports={en:["High-low"],ar:["أعلى-أدنى"]}},99479:e=>{e.exports={en:["High and low price labels"],ar:["ملصقات أعلى وأدنى السعر"]}},33766:e=>{e.exports={en:["High and low price lines"],ar:["خطوط أعلى وأدنى سعر"]}},69476:e=>{e.exports={en:["Highlighter"],ar:["لون مُميِز"]}},72819:e=>{e.exports={
|
||||
en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ar:["الرسم البياني كبير جدًا، يرجى زيادة {boldHighlightStart}حجم الصف{boldHighlightEnd} في نافذة الإعدادات."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],ar:["الرسم البياني كبير جدًا، يرجى زيادة {boldHighlightStart}تيك لكل صف{boldHighlightEnd} في نافذة الإعدادات."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ar:["الرسم البياني كبير جدًا، يرجى تقليل {boldHighlightStart}حجم الصف{boldHighlightEnd} في نافذة الإعدادات."]}},68065:e=>{e.exports={en:["Image"],ar:["صورة"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],ar:["لا يتم دعم الفواصل الزمنية الأقل من {resolution} لـ {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],ar:["متوسط"]}},14285:e=>{e.exports={en:["Invalid Symbol"],ar:["رمز غير صحيح"]}},52969:e=>{e.exports={en:["Invalid symbol"],ar:["رمز غير صحيح"]}},37189:e=>{e.exports={en:["Invert scale"],ar:["عكس المقياس"]}},89999:e=>{e.exports={en:["Indexed to 100"],ar:["مدرجة إلى 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],ar:["ملصقات قيمة المؤشرات"]}},54418:e=>{e.exports={en:["Indicators name labels"],ar:["ملصق اسم المؤشر"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],ar:["المؤشرات والمقاييس والاستراتيجيات. اضغط على سلاش"]}},15992:e=>{e.exports={en:["Info Line"],ar:["خط المعلومات"]}},87829:e=>{e.exports={en:["Insert indicator"],ar:["إدخال مؤشر"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],ar:["داخل الرسم البياني بيتش فورك"]}},37913:e=>{e.exports={en:["Icon"],ar:["أيقونة"]}},78326:e=>{e.exports={en:["Istanbul"],ar:["إسطنبول"]}},39585:e=>{e.exports={en:["Johannesburg"],ar:["جوهانسبرج"]}},14995:e=>{e.exports={en:["Jakarta"],ar:["بورصة جاكرتا"]}},62310:e=>{e.exports={en:["Jan"],ar:["يناير"]}},36057:e=>{e.exports={en:["Jerusalem"],ar:["القدس"]}},53786:e=>{e.exports={en:["Jul"],ar:["يوليو"]}},429:e=>{e.exports={en:["Jun"],ar:["يونيو"]}},67560:e=>{e.exports={en:["Juneau"],ar:["جونو"]}},62329:e=>{e.exports={en:["On the left"],ar:["على اليسار"]}},55813:e=>{e.exports={en:["On the right"],ar:["على اليمين"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],ar:["يتم دعم الفواصل الزمنية {availableResolutions} فقط لـ {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],ar:["عفوا!"]}},51221:e=>{e.exports={en:["Object Tree"],ar:["عناصر الرسم البياني"]}},12179:e=>{e.exports={en:["Oct"],ar:["أكتوبر"]}},16610:e=>{e.exports={en:["Open"],ar:["افتتاح"]}},27884:e=>{e.exports={en:["Open layout. Press period"],ar:["تنسيق مفتوح. فترة الضغط"]}},75722:e=>{e.exports={en:["Oslo"],ar:["أوسلو"]}},65318:e=>{e.exports={en:["Low"],ar:["أدنى سعر"]}},51077:e=>{e.exports={en:["Lock"],ar:["غلق"]}},79777:e=>{e.exports={en:["Lock/unlock"],ar:["إغلاق/ فتح"]}},66005:e=>{e.exports={
|
||||
en:["Lock vertical cursor line by time"],ar:["قفل خط المؤشر العمودي بمرور الوقت"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],ar:["قفل نسبة السعر للعمود البياني"]}},16170:e=>{e.exports={en:["Logarithmic"],ar:["لوغاريتمي"]}},19439:e=>{e.exports={en:["London"],ar:["لندن"]}},74832:e=>{e.exports={en:["Long Position"],ar:["صفقة شراء"]}},28733:e=>{e.exports={en:["Los Angeles"],ar:["لوس أنجلوس"]}},85924:e=>{e.exports={en:["Label Down"],ar:["إشارة لأسفل"]}},52402:e=>{e.exports={en:["Label Up"],ar:["إشارة لأعلى"]}},5119:e=>{e.exports={en:["Labels"],ar:["عناوين"]}},19931:e=>{e.exports={en:["Lagos"],ar:["بورصة لاغوس"]}},63815:e=>{e.exports={en:["Last day change"],ar:["تغيير اليوم الأخير"]}},59444:e=>{e.exports={en:["Lima"],ar:["بورصة ليما"]}},3554:e=>{e.exports={en:["Line"],ar:["خط"]}},9394:e=>{e.exports={en:["Line with markers"],ar:["خط بعلامات"]}},43588:e=>{e.exports={en:["Line break"],ar:["خط فاصل"]}},56982:e=>{e.exports={en:["Lines"],ar:["الخطوط"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],ar:["تم نسخ رابط صورة الرسم البيانية إلى الحافظة {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],ar:["لشبونة"]}},81038:e=>{e.exports={en:["Luxembourg"],ar:["لوكسمبورغ"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],ar:["حرّك النقطة لتغيير موضع المُثبّت ثم اضغط لوضعه"]}},35049:e=>{e.exports={en:["Move to"],ar:["حرك إلى"]}},26493:e=>{e.exports={en:["Move scale to left"],ar:["حرك المقياس إلى اليسار"]}},40789:e=>{e.exports={en:["Move scale to right"],ar:["حرك المقياس إلى اليمين"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],ar:["شيف بيتش فورك المعدل"]}},93907:e=>{e.exports={en:["More settings"],ar:["المزيد من الإعدادات"]}},64039:e=>{e.exports={en:["Moscow"],ar:["موسكو"]}},52066:e=>{e.exports={en:["Madrid"],ar:["مدريد"]}},38365:e=>{e.exports={en:["Malta"],ar:["مالطا"]}},48991:e=>{e.exports={en:["Manila"],ar:["مانيلا"]}},92767:e=>{e.exports={en:["Mar"],ar:["مارس"]}},73332:e=>{e.exports={en:["Mexico City"],ar:["مدينة المكسيك"]}},88314:e=>{e.exports={en:["Merge all scales into one"],ar:["دمج كل المقاييس في مقياس واحد"]}},54215:e=>{e.exports={en:["Mixed"],ar:["مختلط"]}},24866:e=>{e.exports={en:["Micro"],ar:["صغيرة"]}},87957:e=>{e.exports={en:["Millennium"],ar:["ألفية"]}},14724:e=>{e.exports={en:["Minuette"],ar:["موجة إليوت الذرية"]}},78273:e=>{e.exports={en:["Minuscule"],ar:["حرف صغير"]}},28941:e=>{e.exports={en:["Mirrored"],ar:["معكوس"]}},9865:e=>{e.exports={en:["Muscat"],ar:["مسقط"]}},96935:e=>{e.exports={en:["N/A"],ar:["غير متاح"]}},36252:e=>{e.exports={en:["No data here"],ar:["لا توجد بيانات هنا"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],ar:["بدون مقياس ثابت (ملء الشاشة)"]}},9140:e=>{e.exports={en:["No sync"],ar:["لا مزامنة"]}},50910:e=>{e.exports={en:["No volume data"],ar:["بيانات الحجم غير موجودة"]}},99024:e=>{e.exports={en:["No, keep them"],ar:["لا، احتفظ بها"]}},94389:e=>{e.exports={en:["Note"],ar:["ملاحظة"]}},26899:e=>{e.exports={en:["Nov"],ar:["نوفمبر"]}},67891:e=>{e.exports={en:["Norfolk Island"],ar:["جزيرة نورفولك"]}},
|
||||
40977:e=>{e.exports={en:["Nairobi"],ar:["نيروبي"]}},40544:e=>{e.exports={en:["New York"],ar:["نيويورك"]}},66103:e=>{e.exports={en:["New Zealand"],ar:["نيوزلندا"]}},15512:e=>{e.exports={en:["New pane above"],ar:["جزء جديد أعلاه"]}},52160:e=>{e.exports={en:["New pane below"],ar:["جزء جديد أدناه"]}},94600:e=>{e.exports={en:["Nicosia"],ar:["نيقوسيا"]}},73013:e=>{e.exports={en:["Something went wrong"],ar:["حدث خطأ ما"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],ar:["حدث خطأ ما عند إنشاء المؤشر."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],ar:["حدث خطأ ما، الرجاء المحاولة مرة أخرى في وقت لاحق."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],ar:["حفظ التنسيق الجديد للرسم البياني"]}},76266:e=>{e.exports={en:["Save as"],ar:["حفظ باسم"]}},55502:e=>{e.exports={en:["San Salvador"],ar:["سان سلفادور"]}},30231:e=>{e.exports={en:["Santiago"],ar:["بورصة سانتياغو"]}},91912:e=>{e.exports={en:["Sao Paulo"],ar:["ساو باولو"]}},43931:e=>{e.exports={en:["Scale currency"],ar:["عملة المقياس"]}},43758:e=>{e.exports={en:["Scale price chart only"],ar:["نطاق الرسم البياني للسعر فقط"]}},40012:e=>{e.exports={en:["Scale unit"],ar:["وحدة المقياس"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],ar:["سكيف بيتش فورك"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],ar:["يمكن أن لا يتم تحديث النص البرمجي المكتوب إذا غادرت الصفحة."]}},32514:e=>{e.exports={en:["Settings"],ar:["إعدادات"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],ar:["الجزء الثاني غير صحيح."]}},75594:e=>{e.exports={en:["Security info"],ar:["معلومات الرمز"]}},21973:e=>{e.exports={en:["Send to back"],ar:["إرسال للمؤخرة"]}},71179:e=>{e.exports={en:["Send backward"],ar:["إرسال إلى الخلف"]}},26820:e=>{e.exports={en:["Seoul"],ar:["سيول"]}},6816:e=>{e.exports={en:["Sep"],ar:["سبتمبر"]}},94031:e=>{e.exports={en:["Session"],ar:["فترة"]}},83298:e=>{e.exports={en:["Session volume profile"],ar:["بروفايل أحجام التداول للجلسة"]}},66707:e=>{e.exports={en:["Session breaks"],ar:["راحات جلسة التداول"]}},1852:e=>{e.exports={en:["Shanghai"],ar:["شنغهاي"]}},8075:e=>{e.exports={en:["Short Position"],ar:["صفقة بيع على المكشوف"]}},98334:e=>{e.exports={en:["Show"],ar:["عرض"]}},85891:e=>{e.exports={en:["Show all drawings"],ar:["عرض كل الرسومات"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],ar:["عرض كل الرسومات والمؤشرات"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],ar:["إظهار كافة الرسومات والمؤشرات والمراكز والأوامر"]}},98753:e=>{e.exports={en:["Show all indicators"],ar:["عرض كل المؤشرات"]}},55418:e=>{e.exports={en:["Show all ideas"],ar:["عرض جميع الأفكار"]}},20506:e=>{e.exports={en:["Show all positions & orders"],ar:["إظهار المراكز والأوامر"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],ar:["إظهار تبديل العقد المستمر"]}},81465:e=>{e.exports={en:["Show contract expiration"],ar:["إظهار انتهاء صلاحية العقد"]}},29449:e=>{e.exports={en:["Show dividends"],ar:["عرض توزيعات الأرباح"]}},37113:e=>{e.exports={en:["Show earnings"],
|
||||
ar:["عرض الأرباح"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],ar:["عرض جميع الأفكار للمستخدمين الذين يتم متابعتهم"]}},62986:e=>{e.exports={en:["Show latest news"],ar:["عرض آخر الأخبار"]}},44020:e=>{e.exports={en:["Show my ideas only"],ar:["عرض أفكاري فقط"]}},50849:e=>{e.exports={en:["Show splits"],ar:["عرض تقسيمات الأسهم"]}},67751:e=>{e.exports={en:["Signpost"],ar:["لافتة"]}},77377:e=>{e.exports={en:["Singapore"],ar:["سنغافورة"]}},39090:e=>{e.exports={en:["Sine Line"],ar:["منحنى الجيب"]}},66205:e=>{e.exports={en:["Square"],ar:["مربع"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],ar:["تم تجاوز الحد الأقصى للدراسات : {number} دراسة لكل نسق\nبرجاء حذب البعض"]}},92516:e=>{e.exports={en:["Style"],ar:["نمط"]}},61507:e=>{e.exports={en:["Stack on the left"],ar:["انحياز لليسار"]}},97800:e=>{e.exports={en:["Stack on the right"],ar:["انحياز لليمين"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],ar:["ابدأ باستخدام وضع التنقل باستخدام لوحة المفاتيح. اضغط على {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],ar:["البقاء في وضع الرسم"]}},69217:e=>{e.exports={en:["Step line"],ar:["خط متدرج"]}},43114:e=>{e.exports={en:["Sticker"],ar:["ملصق"]}},86716:e=>{e.exports={en:["Stockholm"],ar:["بورصة ستوكهولم"]}},1145:e=>{e.exports={en:["Submicro"],ar:["موجة مجهرية فرعية"]}},63375:e=>{e.exports={en:["Submillennium"],ar:["موجة الألفية الثانوية"]}},30585:e=>{e.exports={en:["Subminuette"],ar:["فاصل الدقيقة في موجات اليوت"]}},67948:e=>{e.exports={en:["Supercycle"],ar:["الموجة الدورية العليا"]}},3348:e=>{e.exports={en:["Supermillennium"],ar:["موجة الألفية العظمى"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],ar:["قم بالتبديل إلى {resolution}"]}},31622:e=>{e.exports={en:["Sydney"],ar:["سيدني"]}},70963:e=>{e.exports={en:["Symbol Error"],ar:["خطأ في الرمز"]}},32390:e=>{e.exports={en:["Symbol name label"],ar:["ملصق اسم الرمز"]}},10127:e=>{e.exports={en:["Symbol last price label"],ar:["ملصق آخر قيمة للرمز"]}},39079:e=>{e.exports={en:["Sync globally"],ar:["مزامنة شاملة"]}},46607:e=>{e.exports={en:["Sync in layout"],ar:["مزامنة مع كل الرسوم البيانية"]}},76519:e=>{e.exports={en:["Point & figure"],ar:["النقطة والرقم"]}},39949:e=>{e.exports={en:["Polyline"],ar:["متعدد الخطوط"]}},371:e=>{e.exports={en:["Path"],ar:["مسار"]}},59256:e=>{e.exports={en:["Parallel Channel"],ar:["قناة متوازية"]}},61879:e=>{e.exports={en:["Paris"],ar:["باريس"]}},35140:e=>{e.exports={en:["Paste"],ar:["لصق"]}},6919:e=>{e.exports={en:["Percent"],ar:["نسبة مئوية"]}},24436:e=>{e.exports={en:["Perth"],ar:["بِرث"]}},14055:e=>{e.exports={en:["Phoenix"],ar:["فونيكس"]}},34156:e=>{e.exports={en:["Pitchfan"],ar:["بتشفان"]}},19634:e=>{e.exports={en:["Pitchfork"],ar:["بيتش فورك"]}},86631:e=>{e.exports={en:["Pin"],ar:["شبك"]}},33110:e=>{e.exports={en:["Pin to new left scale"],ar:["ثبت على مقياس أيسر جديد"]}},28280:e=>{e.exports={en:["Pin to new right scale"],ar:["ثبت على مقياس أيمن جديد"]}},14115:e=>{e.exports={en:["Pin to left scale"],
|
||||
ar:["ثبت إلى المقياس الأيسر"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],ar:["ثبت على المقياس الأيسر (مخفي)"]}},81054:e=>{e.exports={en:["Pin to right scale"],ar:["ثبت إلى المقياس الأيمن"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],ar:["ثبت على المقياس الأيمن (مخفي)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],ar:["تثبيت إلى المقياس (الآن يسار)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],ar:["تثبيت مقياس الرسم (الأن لا مقياس محدد)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],ar:["تثبيت إلى المقياس (الآن يمين)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],ar:["ثبت على مقياس ({label} جديد)"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],ar:["ثبت إلى المقياس {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],ar:["ثبت على المقياس {label} (مخفي)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],ar:["تم التثبيت إلى المقياس الأيسر"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],ar:["تم التثبيت على المقياس الأيسر (مخفي)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],ar:["تم التثبيت إلى المقياس الأيمن"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],ar:["ثبت على المقياس الأيمن (مخفي)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],ar:["ثبت على المقياس {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],ar:["تم التثبيت على المقياس {label} (مخفي)"]}},71566:e=>{e.exports={en:["Plus button"],ar:["زر زائد"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],ar:["يرجى منحنا إذن الكتابة للحافظة في متصفحك أو الضغط على {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],ar:["براغ"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],ar:["اضغط لمدة مطولة على {key} أثناء التكبير للحفاظ على موضع الرسم البياني"]}},91282:e=>{e.exports={en:["Price Label"],ar:["ملصق السعر"]}},97512:e=>{e.exports={en:["Price Note"],ar:["بطاقة السعر"]}},68941:e=>{e.exports={en:["Price Range"],ar:["المدى السعري"]}},66123:e=>{e.exports={en:["Price format is invalid."],ar:["صيغة السعر غير صحيحة"]}},72926:e=>{e.exports={en:["Price line"],ar:["خط السعر"]}},59189:e=>{e.exports={en:["Primary"],ar:["أوًلي"]}},75747:e=>{e.exports={en:["Projection"],ar:["مسقط"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],ar:["تم نشره على {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"],ar:["قطر"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],ar:["بحث سريع. اضغط على {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],ar:["مستطيل مائل"]}},52961:e=>{e.exports={en:["Rome"],ar:["روما"]}},50318:e=>{e.exports={en:["Ray"],ar:["شعاع"]}},55169:e=>{e.exports={en:["Range"],ar:["مدى"]}},13386:e=>{e.exports={en:["Reykjavik"],ar:["بورصة ريكيافيك"]}},26001:e=>{e.exports={en:["Rectangle"],ar:["مستطيل"]}},48236:e=>{e.exports={en:["Redo"],
|
||||
ar:["إعادة"]}},2460:e=>{e.exports={en:["Regression Trend"],ar:["إتجاه الإنحدار"]}},67410:e=>{e.exports={en:["Remove"],ar:["حذف"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],ar:["أزل هذا المقياس المالي من المفضلة"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],ar:["أزل هذا المؤشر من المفضلة"]}},86285:e=>{e.exports={en:["Remove {drawings}"],ar:["إزالة {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],ar:["إزالة {drawings} و{indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],ar:["إزالة {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],ar:["إعادة تسمية الرسم البياني"]}},88130:e=>{e.exports={en:["Renko"],ar:["رينكو"]}},75246:e=>{e.exports={en:["Reset chart view"],ar:["إعادة تعيين عرض الرسم البياني"]}},88853:e=>{e.exports={en:["Reset points"],ar:["نقاط إعادة الضبط"]}},15332:e=>{e.exports={en:["Reset price scale"],ar:["إعادة تعيين مقياس السعر"]}},54170:e=>{e.exports={en:["Reset time scale"],ar:["إعادة تعيين مقياس الزمن"]}},37974:e=>{e.exports={en:["Riyadh"],ar:["الرياض"]}},94022:e=>{e.exports={en:["Riga"],ar:["بورصة ريغا"]}},60630:e=>{e.exports={en:["Runtime error"],ar:["خطأ وقت التشغيل"]}},66719:e=>{e.exports={en:["Warning"],ar:["تحذير"]}},5959:e=>{e.exports={en:["Warsaw"],ar:["وارسو"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],ar:["طوكيو"]}},10095:e=>{e.exports={en:["Toronto"],ar:["تورنتو"]}},17981:e=>{e.exports={en:["Table"],ar:["الطاولة"]}},11034:e=>{e.exports={en:["Taipei"],ar:["طرابلس"]}},79995:e=>{e.exports={en:["Tallinn"],ar:["بورصة تالين"]}},6686:e=>{e.exports={en:["Tehran"],ar:["طهران"]}},93553:e=>{e.exports={en:["Template"],ar:["قالب"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],ar:["لا يوفر المزود بيانات أحجام التداول لهذا الرمز."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],ar:["لا يمكن تحميل عرض المنشور. يُرجى إيقاف إمتدادات المتصفح الخاص بك وإعادة المحاولة."]}},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."],ar:["استغرقت معالجة الطلب وقتًا طويلاً. تأكد من أن لديك اتصال إنترنت مستقر. إذا استمرت المشكلة، حاول تقليل طول الفاصل الزمني المطلوب."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],ar:["لا توجد بيانات للفترة المحددة والإطار الزمني للرسم البياني."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],ar:["هذا الملف كبير جدًا. الحد الأقصى للحجم هو {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],ar:["هذا المؤشر لا يمكن تطبيقه على مؤشر آخر"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],ar:["يحتوي هذا النص البرمجي على خطأ. يرجى الاتصال بمؤلفها."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],
|
||||
ar:["هذا النص البرمجي هو بدعوة فقط. لطلب الوصول، يرجى الاتصال بالمؤلف."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],ar:["هذا الرمز متاح فقط في {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],ar:["نموذج الثلاث موجات"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],ar:["الفواصل الزمنية المستندة إلى التيك غير متوفرة لـ {ticker}."]}},12806:e=>{e.exports={en:["Time"],ar:["الوقت"]}},20909:e=>{e.exports={en:["Time zone"],ar:["المنطقة الزمنية"]}},46852:e=>{e.exports={en:["Time Cycles"],ar:["الدورات الزمنية"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],ar:["فرص الوقت والأسعار"]}},66823:e=>{e.exports={en:["Trade"],ar:["تداول"]}},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"],ar:["Tradingview تفاعلية ولديها أوامر لاستخدامها مع قارئ الشاشة. فيما يلي قائمة بأوامر لوحة المفاتيح المتاحة للتفاعل على المنصة"]}},35757:e=>{e.exports={en:["Trend Angle"],ar:["زاوية الإتجاه"]}},97339:e=>{e.exports={en:["Trend Line"],ar:["خط الاتجاه"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],ar:["امتداد فيبوناتشي الاتجاهي"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],ar:["فيبوناتشي الزمني الاتجاهي"]}},1671:e=>{e.exports={en:["Triangle"],ar:["مثلث"]}},76152:e=>{e.exports={en:["Triangle Down"],ar:["مثلث هابط"]}},90148:e=>{e.exports={en:["Triangle Pattern"],ar:["نموذج المثلث"]}},21236:e=>{e.exports={en:["Triangle Up"],ar:["مثلث صاعد"]}},21007:e=>{e.exports={en:["Tunis"],ar:["تونس"]}},1833:e=>{e.exports={en:["UTC"],ar:["بالتوقيت العالمي المنسق"]}},14804:e=>{e.exports={en:["Undo"],ar:["تراجع"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],ar:["خطأ غير متوقع في وضع الاختبار الخلفي العميق. اتصل بالدعم للحصول على مزيد من المعلومات."]}},15432:e=>{e.exports={en:["Units"],ar:["وحدات"]}},11768:e=>{e.exports={en:["Unknown error"],ar:["خطأ غير معروف"]}},99894:e=>{e.exports={en:["Unlock"],ar:["فتح"]}},75546:e=>{e.exports={en:["Unsupported interval"],ar:["فاصل زمني غير مدعوم"]}},8580:e=>{e.exports={en:["User-defined error"],ar:["خطأ معرّف من قبل المستخدم"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],ar:["بروفايل حجم التداول بنطاق ثابت"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],ar:["مؤشر بروفايل حجم التداول متاح فقط على عضوياتنا المدفوعة."]}},93722:e=>{e.exports={en:["Volume candles"],ar:["شموع الحجم"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],ar:["لا يتم توفير بيانات الحجم في بيانات BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],ar:["بصمة الحجم"]}},32838:e=>{e.exports={en:["Vancouver"],ar:["فانكوفر"]}},29535:e=>{e.exports={en:["Vertical Line"],ar:["خط رأسي"]}},23160:e=>{e.exports={en:["Vienna"],ar:["فيينا"]}},60534:e=>{e.exports={en:["Vilnius"],ar:["بورصة فيلنيوس"]}},40091:e=>{e.exports={
|
||||
en:["Visibility"],ar:["الظهور"]}},54853:e=>{e.exports={en:["Visibility on intervals"],ar:["الوضوح على الفواصل الزمنية"]}},58302:e=>{e.exports={en:["Visible on tap"],ar:["مرئي عند النقر"]}},10309:e=>{e.exports={en:["Visible on mouse over"],ar:["مرئية عند تمرير الفأرة"]}},4077:e=>{e.exports={en:["Visual order"],ar:["الترتيب المرئي"]}},11316:e=>{e.exports={en:["X Cross"],ar:["تقاطع"]}},42231:e=>{e.exports={en:["XABCD Pattern"],ar:["XABCD نموذج"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],ar:["لا يمكنك رؤية النقاط المحورية على هذا الإطار الزمني"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],ar:["لقد قمت بإغلاق الرسومات على هذا الرمز. هل تريد إزالة الرسومات المقفلة أيضًا؟"]}},53168:e=>{e.exports={en:["Yangon"],ar:["يانجون"]}},93123:e=>{e.exports={en:["Yes, remove them"],ar:["نعم، قم بإزالتها"]}},62859:e=>{e.exports={en:["Zurich"],ar:["زيوريخ"]}},47977:e=>{e.exports={en:["change Elliott degree"],ar:["تغيير درجة إليوت"]}},61557:e=>{e.exports={en:["change no overlapping labels"],ar:["تغيير الملصقات غير متداخلة"]}},76852:e=>{e.exports={en:["change average close price label visibility"],ar:["تغيير وضوح ملصق متوسط إغلاق السعر"]}},1022:e=>{e.exports={en:["change average close price line visibility"],ar:["تغيير وضوح خط سعر الإغلاق السابق"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],ar:["تغيير وضوح ملصقات سعري البيع والشراء"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],ar:["تغيير وضوح خط سعري البيع والشراء"]}},32302:e=>{e.exports={en:["change currency"],ar:["تغيير العملة"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],ar:["تغيير تنسيق الرسم البياني إلى {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],ar:["تغيير رؤية تبديل العقد المستمر"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],ar:["تغيير وضوح العد التنازلي لعمود الإغلاق"]}},16979:e=>{e.exports={en:["change date range"],ar:["تغيير نطاق التاريخ"]}},53929:e=>{e.exports={en:["change dividends visibility"],ar:["تغيير وضوح توزيعات الأرباح"]}},6119:e=>{e.exports={en:["change events visibility on chart"],ar:["تغيير وضوح الأحداث على الرسم البياني"]}},6819:e=>{e.exports={en:["change earnings visibility"],ar:["تغيير وضوح الأرباح"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],ar:["تغيير وضوح انتهاء صلاحية العقود الآجلة"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],ar:["تغيير وضوح ملصقات أعلى سعر وأدنى سعر"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],ar:["تغيير وضوح خطوط أعلى سعر وأدنى سعر"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],ar:["وضوح ملصقات تغير المؤشرات"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],ar:["وضوح ملصقات تغيير المؤشرات"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],ar:["تغيير عرض آخر الأخبار والأفكار"]}},88849:e=>{e.exports={en:["change linking group"],
|
||||
ar:["تغيير مجموعة الربط"]}},14691:e=>{e.exports={en:["change pane height"],ar:["تغيير ارتفاع الجزء"]}},96379:e=>{e.exports={en:["change plus button visibility"],ar:["تغيير وضوح زر +"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],ar:["تغيير وضوح ملصق أسعار ما قبل/بعد الجلسة"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],ar:["تغيير وضوح خط أسعار ما قبل/بعد الجلسة"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],ar:["تغيير وضوح خط سعر الإغلاق السابق"]}},8662:e=>{e.exports={en:["change price line visibility"],ar:["تغيير خط السعر"]}},2509:e=>{e.exports={en:["change price to bar ratio"],ar:["تغيير السعر إلى نسبة العمود"]}},32829:e=>{e.exports={en:["change resolution"],ar:["تغيير النطاق"]}},35400:e=>{e.exports={en:["change symbol"],ar:["تغيير الرمز"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],ar:["تغيير وضوح ملصقات رمز"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],ar:["تغيير وضوح آخر قيمة للرمز"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],ar:["تغيير وضوح قيمة الإغلاق للرمز"]}},87041:e=>{e.exports={en:["change session"],ar:["تغيير الجلسة"]}},38413:e=>{e.exports={en:["change session breaks visibility"],ar:["تغيير وضوح فواصل الجلسة"]}},49965:e=>{e.exports={en:["change series style"],ar:["تغيير نمط السلسلة"]}},47474:e=>{e.exports={en:["change splits visibility"],ar:["تغيير وضوح تقسيمات الأسهم"]}},20137:e=>{e.exports={en:["change timezone"],ar:["تغيير المنطقة الزمنية"]}},85975:e=>{e.exports={en:["change unit"],ar:["تغيير الوحدة"]}},1924:e=>{e.exports={en:["change visibility"],ar:["تغيير الرؤية"]}},84331:e=>{e.exports={en:["change visibility at current interval"],ar:["تغيير وضوح الفاصل الزمني الحالي"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],ar:["تغيير الوضوح في الفاصل الزمني الحالي وما فوقه"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],ar:["تغيير الوضوح في الفاصل الزمني الحالي وأدناه"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],ar:["تغيير الوضوح في جميع الفترات"]}},57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}},94566:e=>{e.exports={en:["charts by TradingView"],ar:["الرسوم البيانية بواسطة TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],ar:["أدوات نسخ الخط"]}},46219:e=>{e.exports={en:["create line tools group"],ar:["أنشئ مجموعة أدوات الخطوط"]}},95394:e=>{e.exports={en:["create line tools group from selection"],ar:["إنشاء مجموعة أدوات الخطوط من الخيارات المتاحة"]}},12898:e=>{e.exports={en:["create {tool}"],ar:["إنشاء {tool}"]}},94227:e=>{e.exports={en:["cut sources"],ar:["مصادر القطع"]}},11500:e=>{e.exports={en:["cut {title}"],ar:["قص {title}"]}},63869:e=>{e.exports={en:["anchor objects"],ar:["عناصر مثبتة"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],ar:["إضافة أداة الخطوط {lineTool} لمجموعة {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],
|
||||
ar:["إضافة أداة (أدوات) الخط إلى المجموعة {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],ar:["أضف هذا المؤشر المالي إلى التنسيق بالكامل"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],ar:["أضف هذا المؤشر إلى التنسيق بالكامل"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],ar:["أضف هذه الاستراتيجية إلى التنسيق بالكامل"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],ar:["أضف هذا الرمز إلى التنسيق بالكامل"]}},4128:e=>{e.exports={en:["align to 45 degrees"],ar:["محاذاة إلى 45 درجة"]}},68231:e=>{e.exports={en:["apply chart theme"],ar:["تطبيق مظهر الرسم البياني"]}},99551:e=>{e.exports={en:["apply all chart properties"],ar:["تطبيق كافة خصائص الرسم البياني"]}},89720:e=>{e.exports={en:["apply drawing template"],ar:["تطبيق قالب الرسم"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],ar:["تطبيق إعدادات المصنع الافتراضية على المصادر المختارة"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],ar:["تطبيق المؤشرات على التنسيق بأكمله"]}},69604:e=>{e.exports={en:["apply study template {template}"],ar:["تطبيق قالب الدراسة {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],ar:["تطبيق مظهر أشرطة الأدوات"]}},1979:e=>{e.exports={en:["bring group {title} forward"],ar:["جلب المجموعة {title} إلى الأمام"]}},53159:e=>{e.exports={en:["bring {title} to front"],ar:["جلب {title} إلى المقدمة"]}},41966:e=>{e.exports={en:["bring {title} forward"],ar:["حرّك {title} للأمام"]}},44676:e=>{e.exports={en:["by TradingView"],ar:["بواسطة TradingView"]}},58850:e=>{e.exports={en:["date range lock"],ar:["تجميد النطاق الزمني"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],ar:["استثناء أدوات الخطوط من المجموعة {group}"]}},92479:e=>{e.exports={en:["flip bars pattern"],ar:["قلب أنماط الأعمدة"]}},13017:e=>{e.exports={en:["hide {title}"],ar:["إخفاء {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],ar:["إخفاء العلامات على الأعمدة"]}},56558:e=>{e.exports={en:["interval lock"],ar:["قفل الفاصل"]}},6830:e=>{e.exports={en:["invert scale"],ar:["عكس المقياس"]}},48818:e=>{e.exports={en:["insert {title}"],ar:["أدخل {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],ar:["أدخل {title} بعد {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],ar:["أدخل {title} بعد {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],ar:["أدخل {title} قبل {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],ar:["أدخل {title} قبل {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],ar:["تحميل قالب الرسم الافتراضي"]}},62011:e=>{e.exports={en:["loading..."],ar:["تحميل..."]}},76104:e=>{e.exports={en:["lock {title}"],ar:["تثبيت {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],ar:["غلق المجموعة {group}"]}},18942:e=>{e.exports={en:["lock objects"],ar:["قفل العنصر"]}},98277:e=>{e.exports={en:["move"],ar:["تحريك"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],
|
||||
ar:["انقل {title} إلى مقياس يسار جديد"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],ar:["انقل {title} إلى مقياس جديد على اليسار"]}},64077:e=>{e.exports={en:["move all scales to left"],ar:["حرك كل المقاييس إلى اليسار"]}},19013:e=>{e.exports={en:["move all scales to right"],ar:["حرك كل المقاييس إلى اليمين"]}},52510:e=>{e.exports={en:["move drawing(s)"],ar:["نقل الرسم (الرسومات)"]}},79209:e=>{e.exports={en:["move left"],ar:["حرك يسارًا"]}},60114:e=>{e.exports={en:["move right"],ar:["حرّك يمينًا"]}},44854:e=>{e.exports={en:["move scale"],ar:["حرك المقياس"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],ar:["اجعل {title} بدون مقياس محدد (ملء الشاشة)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],ar:["اجعل المجموعة {group} غير مرئية"]}},45987:e=>{e.exports={en:["make group {group} visible"],ar:["اجعل المجموعة {group} مرئية"]}},78055:e=>{e.exports={en:["merge down"],ar:["دمج لأسفل"]}},41866:e=>{e.exports={en:["merge to pane"],ar:["دمج في جزء"]}},52458:e=>{e.exports={en:["merge up"],ar:["دمج لأعلى"]}},20965:e=>{e.exports={en:["mirror bars pattern"],ar:["نسخ أنماط الأعمدة"]}},90091:e=>{e.exports={en:["n/a"],ar:["لا يوجد"]}},94981:e=>{e.exports={en:["scale price"],ar:["مقياس السعر"]}},63796:e=>{e.exports={en:["scale price chart only"],ar:["نطاق الرسم البياني للسعر فقط"]}},70771:e=>{e.exports={en:["scale time"],ar:["وقت المقياس"]}},42070:e=>{e.exports={en:["scroll"],ar:["تمرير"]}},87840:e=>{e.exports={en:["scroll time"],ar:["وقت التمرير"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],ar:["تعيين إستراتيجية اختيار مقياس السعر على {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],ar:["أرسل {title} للخلف"]}},5005:e=>{e.exports={en:["send {title} to back"],ar:["أرسل {title} إلى الخلف"]}},69546:e=>{e.exports={en:["send group {title} backward"],ar:["أرسل المجموعة {title} إلى الخلف"]}},63934:e=>{e.exports={en:["share line tools globally"],ar:["مشاركة أدوات الخط بشكل شامل"]}},90221:e=>{e.exports={en:["share line tools in layout"],ar:["مشاركة أدوات الخط في التنسيق"]}},13336:e=>{e.exports={en:["show all ideas"],ar:["عرض جميع التحاليل"]}},91395:e=>{e.exports={en:["show ideas of followed users"],ar:["عرض جميع التحاليل للمستخدمين الذين يتم متابعتهم"]}},57460:e=>{e.exports={en:["show my ideas only"],ar:["عرض تحاليلي فقط"]}},4114:e=>{e.exports={en:["stay in drawing mode"],ar:["البقاء في وضع الرسم"]}},3350:e=>{e.exports={en:["stop syncing drawing"],ar:["إيقاف مزامنة الرسم"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],ar:["وقف أداة (أدوات) مزامنة الخط"]}},53278:e=>{e.exports={en:["symbol lock"],ar:["قفل الرمز"]}},91677:e=>{e.exports={en:["sync time"],ar:["وقت المزامنة"]}},3140:e=>{e.exports={en:["powered by"],ar:["مدعوم من"]}},92800:e=>{e.exports={en:["powered by TradingView"],ar:["بواسطة TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],ar:["لصق الرسم"]}},1064:e=>{e.exports={en:["paste indicator"],ar:["لصق مؤشر"]}},57010:e=>{e.exports={en:["paste {title}"],ar:["لصق {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],
|
||||
ar:["ثبت على المقياس الأيسر"]}},7495:e=>{e.exports={en:["pin to right scale"],ar:["ثبت إلى المقياس الأيمن"]}},81566:e=>{e.exports={en:["pin to scale {label}"],ar:["ثبت على المقياس {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],ar:["إعادة ترتيب الأجزاء"]}},60806:e=>{e.exports={en:["remove all indicators"],ar:["إزالة جميع المؤشرات"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],ar:["إزالة جميع المؤشرات وأدوات الرسم"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],ar:["إزالة أدوات الخط الفارغة غير المحددة"]}},30538:e=>{e.exports={en:["remove drawings"],ar:["حذف الرسومات"]}},1193:e=>{e.exports={en:["remove drawings group"],ar:["تغيير المنازل العشرية"]}},38199:e=>{e.exports={en:["remove line data sources"],ar:["إزالة مصادر خط البيانات"]}},93333:e=>{e.exports={en:["remove pane"],ar:["إزالة جزء"]}},94543:e=>{e.exports={en:["remove {title}"],ar:["إزالة {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],ar:["حذف مجموعة أدوات الخطوط {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],ar:["تغيير اسم المجموعة {group} إلى {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],ar:["إعادة تعيين أحجام التنسيق"]}},3323:e=>{e.exports={en:["reset scales"],ar:["إعادة تعيين المقاييس"]}},17336:e=>{e.exports={en:["reset time scale"],ar:["إعادة تعيين مقياس الزمن"]}},47418:e=>{e.exports={en:["resize layout"],ar:["تغيير حجم التنسيق"]}},85815:e=>{e.exports={en:["restore defaults"],ar:["استعادة الإعدادات الافتراضية"]}},96881:e=>{e.exports={en:["restore study defaults"],ar:["استعادة الإعدادات الافتراضية للدراسة"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],ar:["تبديل حالة اللوحة المكبرة"]}},42240:e=>{e.exports={en:["toggle auto scale"],ar:["تبديل المقياس التلقائي"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],ar:["تبديل حالة اللوحة المطوية"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],ar:["تبديل الفهرس إلى مقياس 100"]}},49695:e=>{e.exports={en:["toggle lock scale"],ar:["تبديل قفل المقياس"]}},49403:e=>{e.exports={en:["toggle log scale"],ar:["تبديل المقياس اللوغاريتمي"]}},98994:e=>{e.exports={en:["toggle percentage scale"],ar:["تبديل مقياس النسبة المئوية"]}},80688:e=>{e.exports={en:["toggle regular scale"],ar:["تبديل المقياس العادي"]}},46807:e=>{e.exports={en:["track time"],ar:["وقت المسار"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],ar:["وقف تشغيل مشاركة أدوات الخط"]}},99234:e=>{e.exports={en:["unanchor objects"],ar:["عناصر غير مثبتة"]}},23230:e=>{e.exports={en:["unlock objects"],ar:["تحرير العنصر"]}},74590:e=>{e.exports={en:["unlock group {group}"],ar:["فتح المجموعة {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],ar:["تحرير {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],ar:["إلغاء الاندماج في الجزء السفلي الجديد"]}},79443:e=>{e.exports={en:["unmerge up"],ar:["فصل"]}},46453:e=>{e.exports={en:["unmerge down"],ar:["إلغاء الدمج لأسفل"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],
|
||||
ar:["نوع رسم {chartStyle} غير متاح حاليًا للفواصل الزمنية القائمة على التيك."]}},41643:e=>{e.exports={en:["{count} bars"],ar:["{count} أعمدة"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],ar:["{symbol} تم تفريغ القوائم المالية عن طريق TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],ar:["نشر {userName} على {customer} في {date}"]}},91084:e=>{e.exports={en:["zoom"],ar:["تكبير"]}},49856:e=>{e.exports={en:["zoom in"],ar:["تكبير"]}},73638:e=>{e.exports={en:["zoom out"],ar:["تصغير"]}},41807:e=>{e.exports={en:["day","days"],ar:["يوم","يوم","يومين","أيام","يوم","يوم"]}},42328:e=>{e.exports={en:["hour","hours"],ar:["ساعة","ساعة","ساعة","ساعات","ساعة","ساعة"]}},98393:e=>{e.exports={en:["month","months"],ar:["شهر","شهر","شهر","أشهر","شهرًا","شهرًا"]}},78318:e=>{e.exports={en:["minute","minutes"],ar:["دقيقة","دقيقة","دقيقتين","دقائق","دقيقة","دقيقة"]}},33232:e=>{e.exports={en:["second","seconds"],ar:["ثانية","ثانية","ثانيتان","ثوان","ثانية","ثانية"]}},89937:e=>{e.exports={en:["range","ranges"],ar:["نطاق","نطاق","نطاق","نطاقات","نطاق","نطاق"]}},48898:e=>{e.exports={en:["week","weeks"],ar:["أسبوع","أسبوع","أسبوعين","أسابيع","أسبوع","أسبوع"]}},11913:e=>{e.exports={en:["tick","ticks"],ar:["تيك","تيك","تيك","تيك","تيك","تيك"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],ar:["{amount} من الرسوم ","{amount} من الرسوم ","{amount} من الرسوم ","{amount} من الرسوم ","{amount} من الرسوم ","{amount} من الرسوم "]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],ar:["{amount} من المؤشرات","{amount} من المؤشرات","{amount} من المؤشرات","{amount} من المؤشرات","{amount} من المؤشرات","{amount} من المؤشرات"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],ar:["{count}ش","{count}ش","{count}ش","{count}ش","{count}ش","{count}ش"]}},47801:e=>{e.exports={en:["{count}d","{count}d"],ar:["{count}ي","{count}ي","{count}ي","{count}ي","{count}ي","{count}ي"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],ar:["{count}س","{count}س","{count}س","{count}س","{count}س","{count}س"]}},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"],ar:["صناديق مؤشرات سندات الخزانة قصيرة الأجل Schwab"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"],ar:["صندوق مؤشرات أسهم الشركات الأعلى عائد من 0 إلى 5 سنوات"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],ar:["مؤشر S&P/ASX للأسهم الاسترالية 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],ar:["مؤشر S&P/ASX للأسهم الاسترالية 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],ar:["مؤشر S&P/ASX 200"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],ar:["دولار أسترالي/ دولار كندي"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],
|
||||
ar:["دولار أسترالي/ فرنك سويسري"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],ar:["دولار أسترالي/ ين ياباني"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],ar:["دولار أسترالي/ دولار نيوزلاندي"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],ar:["دولار أسترالي/ روبل روسي"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],ar:["دولار أسترالي/ دولار أمريكي"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],ar:["مؤشر S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],ar:["بيتكوين كاش / يورو"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],ar:["بيتكوين كاش/ دولار أمريكي"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],ar:["مؤشر BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],ar:["مؤشر بورصة استانبول 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],ar:["بيتكون / مؤشر الدولار الأمريكي"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],ar:["مؤشر IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],ar:["مؤشر Bovespa"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],ar:["مؤشر IBrasil"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],ar:["مؤشر Brazil 50"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"],ar:["شركة فورد للسيارات"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],ar:["مؤشر S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],ar:["ريال برازيلي/ ين ياباني"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],ar:["مؤشر S&P BSE Sensex"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ar:["بتكوين / دولار كندي"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],ar:["بتكوين/ يوان صيني"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],ar:["بتكوين/ يورو"]},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"],ar:["بتكوين/ وون كوري جنوبي"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],ar:["بيتكوين / روبل روسي"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],ar:["بيتكوين / بات تايلندي"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],ar:["بتكوين/ دولار أمريكي"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],
|
||||
ar:["بيتكوين جولد / دولار أمريكي"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],ar:["مؤشر بيرو العام S&P / BVL (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],ar:["مؤشر بورصة الأوراق المالية بساو باولو"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],ar:["دولار كندي/ ين ياباني"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],ar:["الدولار الكندي/الدولار الأمريكي"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],ar:["مؤشر S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ar:["مؤشر تقلب S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],ar:["العقود الآجلة لسندات الخزينة"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],ar:["العقود الآجلة للذرة"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],ar:["العقود الآجلة لوجبة فول الصويا"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],ar:["العقود الآجلة لسندات الخزينة لأجل 10 سنوات"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],ar:["العقود الآجلة للشوفان"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],ar:["العقود الآجلة للفائدة الفديرالية 30 يوم"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],ar:["العقود الآجلة للأرز"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],ar:["عقود الآجلة لفول الصويا"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],ar:["عقود القمح الآجلة"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],ar:["عقود Mini الآجلة لفول الصويا"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],ar:["عقود Mini الآجلة للقمح"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],ar:["عقود داو جونز 30 الاجلة E-MINI ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],ar:["فرنك سويسري/ ين ياباني"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],ar:["الفرنك السويسري/الدولار الأمريكي"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],ar:["العقود الآجلة للبيتكوين CME"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],ar:["العقود الآجلة-النقدية للزبدة (مستمرة: العقد الحالي الأمامي)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],ar:["العقود الآجلة للماشية المغذية"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],ar:["العقود الآجلة للحم الخنزير خالي الدهن Lean Hogs"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],ar:["العقود الآجلة للماشية الحية"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],ar:["عقود E-mini الآجلة لليورو"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],ar:["عقود E-mini الآجلة لـ S&P 500"]},
|
||||
e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],ar:["عقود E-mini آجلة للين الياباني"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],ar:["عقود NASDAQ 100 E-MINI الآجلة"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],ar:["العقود الآجلة لمؤشر E-Mini Russell 2000"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],ar:["العقود الآجلة للألومينوم الأوروبي Premium"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],ar:["العقود الآجلة للألومينيوم MW U.S. Transaction Premium Platts (25MT)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],ar:["العقود الآجلة للذهب"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],ar:["عقود النحاس الآجلة"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],ar:["العقود الآجلة للفضة"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],ar:["عقود E-mini الآجلة للنحاس"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],ar:["عقود (Mini) الآجلة للفضة"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],ar:["عقود (Mini) الآجلة للذهب"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],ar:["عقود الفروقات السعرية للنحاس"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],ar:["عقود الفروقات السعرية للذرة"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],ar:["عقود الفروقات السعرية للقطن"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],ar:["إجمالي القيمة السوقية للعملات الرقمية بالدولار الأمريكي"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],ar:["مؤشر DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],ar:["مؤشر متوسط داو جونز المركب"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],ar:["مؤشر داو جونز للسلع - العنصر الزراعي المغطى"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],ar:["مؤشر داو جونز للسلع - كاكاو"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],ar:["مؤشر داو جونز للسلع - الطاقة"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],ar:["مؤشر داو جونز للسلع - ذهب"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],ar:["مؤشر داو جونز للسلع - حبوب"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],ar:["مؤشر داو جونز للسلع - نيكل"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],ar:["مؤشر داو جونز للسلع - البن"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],ar:["مؤشر داو جونز للسلع - السكر"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],ar:["مؤشر داو جونز للسلع - فضة"]},
|
||||
e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ar:["مؤشر متوسط داو جونز الصناعي"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],ar:["مؤشر متوسط داو جونز للنقل"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],ar:["مؤشر متوسط داو جونز الخدمي"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],ar:["مؤشر داو جونز للفحم في الولايات المتحدة"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],ar:["مؤشر EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],ar:["ايثيريوم كلاسيك/بيتكوين"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"],ar:["إيثريوم كلاسيك / يورو"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],ar:["ايثيريوم كلاسيك/دولار أمريكي"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"],ar:["إيثيريوم/بيتكوين"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"],ar:["الإيثيريوم / يورو"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],ar:["الإيثيريوم / جنيه بريطاني"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],ar:["الإيثيريوم / ين ياباني"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],ar:["إيثيريوم / وون كوريا الجنوبية"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],ar:["إيثيريوم / البات التايلندي"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],ar:["اثيريوم/دولار أمريكي"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],ar:["سند دين باليورو"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],ar:["يورو / دولار أسترالي"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],ar:["يورو/ ريال برازيلي"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],ar:["يورو / دولار كندي"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],ar:["يورو / فرنك سويسرى"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],ar:["يورو / جنيه إسترليني"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],ar:["يورو / ين يابانى"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],ar:["يورو / كرونا نرويجي"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],ar:["يورو / دولار نيوزيلاندى"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],ar:["مؤشر AEX"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],ar:["مؤشر BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],ar:["مؤشر CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],ar:["يورو/ روبل روسي"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],ar:["يورو / روبل روسي"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],ar:["يورو / كورونة سويدية"]},e.exports["#EURTRY-symbol-description"]={
|
||||
en:["Euro / Turkish Lira"],ar:["يورو / ليره تركية"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],ar:["يورو / دولار أمريكى"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],ar:["مؤشر يورو ستوكس 50"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"],ar:["US SmallCap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],ar:["مؤشر كاك 40 CAC"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],ar:["الناتج المحلي الإجمالي، مقرب لأقرب علامة عشرية واحدة"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],ar:["إجمالي تعداد السكان: تشمل جميع الأعمار والقوات المسلحة في الخارج"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],ar:["معدل البطالة المدنية"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],ar:["مؤشر FTSE بورصة ماليزيا KLCI"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."],ar:["شركة كي ترونيك."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],ar:["مؤشر S&P/ASX"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ar:["متوسط مؤشر داو جونز الصناعي"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],ar:["جنيه إسترليني / دولار أسترالي"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],ar:["جنيه إسترليني / دولار كندي"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],ar:["جنيه إسترليني / فرنك سويسري"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],ar:["جنيه إسترليني / يورو"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],ar:["جنيه إسترليني / ين ياباني"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],ar:["جنيه إسترليني / دولار نيوزيلندي"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],ar:["جنيه بريطاني / زلوتي بولندي"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],ar:["جنيه إسترليني / روبل روسي"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],ar:["جنيه إسترليني / دولار أمريكي"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],ar:["مؤشر داكس"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ar:["ألفابيت إنك (جوجل) فئة C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ar:["شركة ألفابت (شركة جوجل) الفئة أ"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],ar:["مؤشر بورصة وارسو 20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],ar:["مؤشر هانج سينج Hang Seng"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],ar:["العقود الآجلة لمؤشر الدولار الأمريكي"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],
|
||||
ar:["مؤشر IDX المركب"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],ar:["مؤشر الشركات الصينية هانغ سنغ"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],ar:["مؤشر جاكارتا المركب"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],ar:["مؤشر KLCI الماليزي"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],ar:["مؤشر MIB"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],ar:["مؤشر Euro Stoxx 50"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],ar:["مؤشر بورصة سينغافورة"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],ar:["مؤشر تايوان المرجح"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],ar:["مؤشر شنغاهاي المركب"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],ar:["يوتا / دولار أمريكي"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],ar:["مؤشر Japan 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],ar:["ين ياباني / وون كورى"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],ar:["ين ياباني / روبل روسي"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],ar:["الين الياباني/الدولار الأمريكي"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"],ar:["شركة لوك أويل"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],ar:["لايتكوين / ريال برازيلي"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],ar:["لايتكوين / بيتكوين"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],ar:["لايتكوين/دولار"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],ar:["لونا / الدولار الأمريكي"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],ar:["العقود الآجلة للنفط خام برنت"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],ar:["مؤشر أسعار الأسهم في بورصة موسكو"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],ar:["مؤشر بورصة موسكو"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],ar:["العقود الآجلة لمؤشر MICEX"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],ar:["عقود مؤشر بورصة موسكو الآجلة"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],ar:["العقود الآجلة لمؤشر RTS"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],ar:["مؤشر نظام التداول الروسي RTS"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"],ar:["شركة روسال المتحدة العمومية المحدودة"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"],ar:["بنك SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],
|
||||
ar:["Microsoft شركة مايكروسوفت"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],ar:["مؤشر ناسداك 100 CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"],ar:["شركة Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ar:["Alphabet Inc (Google) الفئة C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ar:["Alphabet Inc (Google) الفئة A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],ar:["مؤشر PHLX لقطاع الإسكان"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],ar:["عقود صناديق تداول المؤشرات لسندات الخزينة لأجل 7-10 سنوات"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],ar:["صناديق مؤشرات سندات الخزانة 3-7 سنوات Ishares"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],ar:["مؤشر ناسداك المركب"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."],ar:["لوسيد موتور"]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],ar:["مؤشر ناسداك 100"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],ar:["مؤشر PHLX لقطاع خدمات النفط"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"],ar:["صناديق مؤشرات سندات الخزانة 1-3 سنوات Ishares"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],ar:["مؤشر فيلادلفيا لأشباه الموصلات"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],ar:["صناديق مؤشرات سندات الخزانة أكثر من 20 سنة Ishares"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],ar:["مؤشر PHLX للقطاع الخدمي"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],ar:["مؤشر PHLX لقطاع الذهب والفضة"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"],ar:["سهم شركة زسكلار"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],ar:["نيو / دولار أمريكي"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],ar:["غاز طبيعى (خطوط أنابيب هنري هاب)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],ar:["مؤشر Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],ar:["مؤشر Nifty 50"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],ar:["العقود الآجلة للإيثانول NY Ethanol"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],ar:["عقود الكاكاو الآجلة"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],ar:["عقود خام النفط الخفيف الآجلة"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],
|
||||
ar:["العقود الآجلة للديزل منخفض الكبريت NY Harbor ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],ar:["عقود القهوة الآجلة"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],ar:["عقود الغاز الطبيعي الآجلة"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],ar:["العقود الآجلة للبلاديوم"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],ar:["العقود الآجلة للبلاتين"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],ar:["العقود الآجلة للغاز الطبيعي RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],ar:["عقود القطن الآجلة"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],ar:["عقود E-mini الآجلة للغاز الطبيعي"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],ar:["عقود E-mini الآجلة لخام النفط الخفيف"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],ar:["عقود E-mini الآجلة للجازولين"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],ar:["مجموعة علي بابا القابضة المحدودة"]},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"],ar:["مؤشر NYSE المركب"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],ar:["مؤشر AMEX المركب"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],ar:["مؤشر السوق الرئيسي NYSE ARCA"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],ar:["دولار نيوزيلندي / ين ياباني"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],ar:["دولار نيوزيلندي / دولار أمريكي"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],ar:["المؤشر الشامل للسوق النيوزيلاندي S&P/NZX"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],ar:["مؤشر S & P / NZX 50 الإجمالي"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],ar:["الغاز الطبيعي"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],ar:["مؤشر ستاندرد أند بورز S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],ar:["نحاس"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],ar:["مؤشر كوبنهاجن OMX 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],ar:["مؤشر OMX Helsinki 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],ar:["مؤشر OMX Riga Gross"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],ar:["مؤشر OMX Stockholm 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],
|
||||
ar:["مؤشر OMX Tallinn Gross"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],ar:["مؤشر OMX Vilnius Gross"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"],ar:["صندوق مؤشرات الأسهم اليابانية"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],ar:["مؤشر QE"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],ar:["مؤشر RTS الروسي"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],ar:["مؤشر Russell 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],ar:["مؤشر Russell 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],ar:["مؤشر Russell 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"],ar:["شركة الاتصالات العالمية العامة"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"],ar:["شركة فورد للسيارات"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],ar:["مؤشر السوق السويسري"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],ar:["سولانا / الدولار الأمريكي"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],ar:["عقود الفروقات السعرية لفول الصويا"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],ar:["مؤشر S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],ar:["مؤشر S&P جولدمان ساكس للسلع"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],ar:["ستاندرد أند بورز 500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],ar:["مؤشر قيمة S&P 500"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],ar:["مؤشر ستاندرد آند بورز 500"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],ar:["عقود الفروقات السعرية للسكر"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],ar:["مؤشر Shenzhen"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."],ar:["سهم مسك تداول"]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],ar:["مؤشر تداول السعودي لجميع الأسهم"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],ar:["مؤشر TA-35"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],ar:["مؤشر S&P/TSX المركب"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],ar:["صناديق مؤشرات بورصة باريس S&P/TSX 60"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],ar:["السندات الحكومية الاسترالية 10 سنوات"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الاسترالية 10 سنوات"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],ar:["مؤشر الدولار الأسترالي"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],ar:["مؤشر الجنيه البريطاني"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],ar:["سندات الحكومة الكندية لـ10 سنوات"]},
|
||||
e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],ar:["عائد سندات الحكومة الكندية لـ10 سنوات"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],ar:["مؤشر كاك 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],ar:["السندات الحكومية الصينية 10 سنوات"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الصينية 10 سنوات"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],ar:["مؤشر الدولار الكندي"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],ar:["السندات الحكومية الألمانية 10 سنوات"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الألمانية 10 سنوات"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],ar:["مؤشر داكس"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ar:["مؤشر داو جونز التصنيعي"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],ar:["موشر الدولار الأمريكي"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],ar:["السندات الحكومية الإسبانية لأجل 10 سنوات"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الإسبانية لأجل 10 سنوات"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"],ar:["سندات اليورو"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],ar:["مؤشر اليورو"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],ar:["السندات الحكومية الفرنسية 10 سنوات"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الفرنسية 10 سنوات"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],ar:["السندات الحكومية البريطانية لأجل سنتين"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],ar:["السندات الحكومية البريطانية لأجل 10 سنوات"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية البريطانية لأجل 10 سنوات"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],ar:["الذهب (دولار أمريكي/أونصة)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],ar:["مؤشر Hang Seng للشركات الصينية"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],ar:["مؤشر IBEX 35 الإسباني"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],ar:["السندات الحكومية الإندونيسية 3 سنوات"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],ar:["السندات الحكومية الإندونيسية 10 سنوات"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],ar:["عائد سندات الحكومة الأندونيسية لـ10 سنوات"]},e.exports["#TVC:IN10-symbol-description"]={
|
||||
en:["India Government Bonds 10 YR"],ar:["السندات الحكومية الهندية 10 سنوات"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],ar:["عوائد سندات الحكومه الهنديه لـ 10 سنوات"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],ar:["السندات الحكومية الإيطالية 10 سنوات"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],ar:["عوائد سندات الحكومه الإيطالية لأجل 10 سنوات"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],ar:["مؤشر الولايات المتحدة المركب"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],ar:["السندات الحكومية اليابانبة 10 سنوات"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],ar:["عوائد سندات الحكومة اليابانية لـ 10 سنوت"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],ar:["مؤشر الين الياباني"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],ar:["مؤشر أسعار الأسهم المركب في كوريا"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],ar:["السندات الحكومية الكورية 10 سنوات"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الكورية 10 سنوات"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],ar:["السندات الحكومية الماليزية لأجل 10 سنوات"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الماليزية لأجل 10 سنوات"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],ar:["مؤشر ناسداك 100"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],ar:["مؤشر Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],ar:["سندات الحكومة الهولندية لـ10 سنوات"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],ar:["عائد سندات الحكومة الهولندية لـ10 سنوات"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],ar:["مؤشر NYSE المركب"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],ar:["سندات الحكومة النيوزلندية لـ10 سنوات"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],ar:["عائد سندات الحكومة النيوزلندية لـ10 سنوات"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],ar:["البلاديوم (دولار أمريكي/أونصة)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],ar:["عوائد السندات الحكومية البولندية لأجل 5 سنوات"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية البولندية لأجل 10 سنوات"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],ar:["عقود الفروقات السعرية للبلاتين (دولار أمريكي/أونصة)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],
|
||||
ar:["السندات الحكومية البرتغالية 10 سنوات"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية البرتغالية 10 سنوات"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],ar:["مؤشر Top 40 جنوب أفريقيا"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],ar:["الفضة (دولا أمريكي/أونصة)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],ar:["ستاندرد أند بورز 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],ar:["مؤشر السوق السويسري"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],ar:["مؤشر Straits Times"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],ar:["مؤشر Euro Stoxx 50"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],ar:["مؤشر الفرنك السويسري"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],ar:["السندات الحكومية التركية 10 سنوات"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية التركية أجل 10 سنوات"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],ar:["عقود الفروقات لنفط خام برنت"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],ar:["السندات الحكومية الأمريكية لأجل سنتين"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],ar:["عوائد السندات الحكومية الأمريكية لأجل سنتان"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],ar:["السندات الحكومية الأمريكية 5 سنوات"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],ar:["عوائد السندات الحكومية الأمريكية لأجل 5 سنوات"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],ar:["السندات الحكومية الأمريكية 10 سنوات"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],ar:["عوائد السندات الحكومية الأمريكية لأجل 10 سنوات"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],ar:["سندات الخدانة الحكومية لأجل 30 سنة"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],ar:["عقود الفروقات السعرية للنفط الخام WTI"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ar:["مؤشر تّقلب S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],ar:["مؤشر عملة الدولار النيوزيلاندي"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],ar:["مؤشر بورصة تايوان المرجح"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],ar:["مؤشر رأس المال المرجعي في تايوان"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],ar:["شركة تويتر"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],ar:["مؤشر فوتسي 100"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],
|
||||
ar:["عقود الفروقات السعرية للنفط (خام برنت)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],ar:["Uniswap / الدولار الأمريكي"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ar:["مؤشر متوسط داو جونز الصناعي"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],ar:["الدولار الأمريكي/الدولار الأسترالي"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],ar:["دولار أمريكي / ريال برازيلي"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],ar:["دولار أمريكي / دولار كندي"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],ar:["دولار أمريكي / فرنك سويسري"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],ar:["دولار أمريكي / يوان صيني"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],ar:["دولار أمريكي / كورونا دنماركية"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],ar:["الدولار الأمريكي/اليورو"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],ar:["الدولار الأمريكي/الجنيه البريطاني"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],ar:["دولار أمريكي / دولار هونج كونج"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],ar:["دولار أمريكي / فورنت مجري"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],ar:["دولار أمريكي / روبية"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],ar:["الدولار الأمريكي / الشيكل الإسرائيلي"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],ar:["دولار أمريكي / روبية هندية"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],ar:["دولار أمريكي / ين ياباني"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],ar:["دولار أمريكي / وون كوري"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],ar:["دولار أمريكي / بيزو مكسيكي"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],ar:["الدولار الأمريكي/الدولار النيوزيلاندي"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],ar:["دولار أمريكي / بيزو مكسيكي"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],ar:["دولار أمريكي / زلوتى بولندي"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],ar:["دولار أمريكي / روبل روسي"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],ar:["دولار أمريكي / روبل روسي غدا"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],ar:["دولار أمريكي / كورونا سويدية"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],ar:["دولار أمريكي / دولار سنغافوري"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],ar:["دولار أمريكي / بات تايلندي"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],
|
||||
ar:["دولار أمريكي / ليرة تركية"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],ar:["الدولار الأمريكي / الراند الجنوب إفريقي"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],ar:["عقود الفروقات السعرية للنفط الخام (WTI )"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],ar:["عقود الفروقات السعرية للقمح"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],ar:["دولار أمريكي / معدن الفضة"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],ar:["الذهب / دولار أمريكي"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ar:["بيتكوين/دولار كندي"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],ar:["مؤشر داكس"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],ar:["مونيرو / دولار أمريكي"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],ar:["عقود فروقات معدن البالاديوم"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],ar:["معدن البلاتين / دولار أمريكي"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],ar:["ريبيل / بيتكوين"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],ar:["ريبيل / يورو"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],ar:["ريبيل / دولار أمريكي"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],ar:["زد كاش / دولار أمريكي"]}}}]);
|
||||
1
charting_library/bundles/ar.4543.af2e0ddd821d5bacf27b.js
Normal file
1
charting_library/bundles/ar.4543.af2e0ddd821d5bacf27b.js
Normal file
@@ -0,0 +1 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:r=>{r.exports={en:["Flipped"],ar:["مقلوب"]}},28941:r=>{r.exports={en:["Mirrored"],ar:["معكوس"]}},92479:r=>{r.exports={en:["flip bars pattern"],ar:["قلب أنماط الأعمدة"]}},20965:r=>{r.exports={en:["mirror bars pattern"],ar:["نسخ أنماط الأعمدة"]}}}]);
|
||||
@@ -1,3 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[577,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},28683:e=>{e.exports={en:["Use one color"],ar:["استخدم لون واحد"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},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"],ar:["تغيير لون كل الخطوط {title}"]}},69437:e=>{e.exports={en:["change {title} border color"],ar:["تغيير لون حدود {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ar:["تغيير وضوح الخلفية {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ar:["تغيير اللون لخلفية {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ar:["تغيير محاذاة الملصقات {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],ar:["تغيير وضوح الملصقات {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ar:["تغيير معامل خط مستوى {title} {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],
|
||||
ar:["تغيير لون خط مستوى {title} {index}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ar:["تغيير نمط خط مستوى {title} {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ar:["تغيير وضوح مستوى خط {title} {index}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ar:["تغيير عرض خط مستوى {title} {index}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},71665:e=>{e.exports={en:["change {title} texts alignment"],ar:["تغيير محاذاة نص {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},
|
||||
58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},48499:e=>{e.exports={en:["add column to right"],ar:["إضافة عمود إلى اليمين"]}},48407:e=>{e.exports={en:["add row below"],ar:["إضافة صف أدناه"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},80240:e=>{e.exports={en:["remove column"],ar:["إزالة العمود"]}},4553:e=>{e.exports={en:["remove row"],ar:["إزالة الصف"]}},24849:e=>{e.exports={en:["resize the cell"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
@@ -1 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6113],{6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],ar:['هل تريد حقًا حذف قالب الرسم البياني "{name}"؟']}}}]);
|
||||
@@ -1,3 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6128,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},74872:e=>{e.exports={en:["Label"],ar:["عنوان"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},49765:e=>{e.exports={en:["change {title} background color"],ar:["تغيير اللون لخلفية {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],
|
||||
ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},
|
||||
73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
2
charting_library/bundles/ar.6155.0d55563600ea0d002811.js
Normal file
2
charting_library/bundles/ar.6155.0d55563600ea0d002811.js
Normal file
@@ -0,0 +1,2 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={
|
||||
en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
1
charting_library/bundles/ar.6290.a5f1298c89f78011c7d7.js
Normal file
1
charting_library/bundles/ar.6290.a5f1298c89f78011c7d7.js
Normal file
@@ -0,0 +1 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"]}},72630:e=>{e.exports={en:["Closed"],ar:["أغلقت"]}},18741:e=>{e.exports={en:["Open"],ar:["مفتوح"]}},95931:e=>{e.exports={en:["Cancel Order"],ar:["إلغاء أمر"]}},59783:e=>{e.exports={en:["Close Position"],ar:["إغلاق صفقة"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},47545:e=>{e.exports={en:["FAILURE"],ar:["لم تنجح"]}},1472:e=>{e.exports={en:["Head"],ar:["رأس"]}},27443:e=>{e.exports={en:["Left Shoulder"],ar:["الكتف الأيسر"]}},67710:e=>{e.exports={en:["Modify Order"],ar:["تعديل الأمر"]}},26409:e=>{e.exports={en:["SUCCESS"],ar:["نجاح"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],ar:["وقف:{stopChange} ({stopChangePercent}) {stopChangePip}، الكمية:{amount}"]}},24927:e=>{e.exports={en:["Protect Position"],ar:["حماية المركز"]}},10780:e=>{e.exports={en:["Qty: {qty}"],ar:["كمية:{qty}"]}},98818:e=>{e.exports={en:["Reverse Position"],ar:["عكس الصفقة"]}},14719:e=>{e.exports={en:["Right Shoulder"],ar:["الكتف الأيمن"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],ar:["نسبة المخاطرة/العائد: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],ar:["هدف:{profitChange} ({profitChangePercent}) {profitChangePip}، الكمية:{amount}"]}},57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}},44994:e=>{e.exports={en:["distance: {number} px"],ar:["مسافة: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],ar:["{status} الهدف والخسارة:{pnl}"]}}}]);
|
||||
9
charting_library/bundles/ar.6406.78b7e0b0b9555ce886a5.js
Normal file
9
charting_library/bundles/ar.6406.78b7e0b0b9555ce886a5.js
Normal file
@@ -0,0 +1,9 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ar:["#{count} (عمود)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},26381:e=>{e.exports={en:["#1 (bar)"],ar:["#1 (عمود)"]}},37814:e=>{e.exports={en:["#1 (price)"],ar:["#1 (سعر)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],ar:["#1 (سعر، عمود)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],ar:["# 1 (الوضع العمودي، عمود)"]}},29291:e=>{e.exports={en:["Median"],ar:["متوسط"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],ar:["مُعامِلات كنسب مئوية"]}},47370:e=>{e.exports={en:["Color"],ar:["لون"]}},89735:e=>{e.exports={en:["Compact stats mode"],ar:["احصائيات الوضع المدمج"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},87145:e=>{e.exports={en:["Cash"],ar:["السيولة النقدية"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},4518:e=>{e.exports={en:["Change in pips"],ar:["التغيير بالنقاط"]}},9074:e=>{e.exports={en:["Change price offset"],ar:["تغيير تعويض السعر"]}},390:e=>{e.exports={en:["Angle"],ar:["زاوية"]}},36335:e=>{e.exports={en:["Angles"],ar:["زوايا"]}},97668:e=>{e.exports={en:["Account size"],ar:["حجم الحساب"]}},93857:e=>{e.exports={en:["Always show stats"],ar:["أظهر الاحصائيات دائماً"]}},59129:e=>{e.exports={en:["Arcs"],ar:["أقواس"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],ar:["متوسط أعلى-أدنى لأقل تيك"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},17129:e=>{e.exports={en:["Bottom labels"],ar:["عناوين سفلية"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},333:e=>{e.exports={en:["Borders"],ar:["إطارات"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},58375:e=>{e.exports={en:["Background #1"],ar:["الخلفية #1"]}},89073:e=>{e.exports={en:["Bars range"],ar:["نطاق الأعمدة"]}},62374:e=>{e.exports={en:["Date/time range"],ar:["نطاق التاريخ/الوقت"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},3369:e=>{e.exports={en:["Distance"],ar:["مسافة"]}},71310:e=>{e.exports={en:["Emoji pin"],ar:["دبوس الرموز التعبيرية"]}},6002:e=>{e.exports={en:["Entry price"],ar:["سعر صفقة التداول"]}},1337:e=>{e.exports={en:["Extend"],ar:["تمديد"]}},76410:e=>{e.exports={en:["Extend bottom"],ar:["تمديد لأسفل"]}},25112:e=>{e.exports={en:["Extend left"],ar:["تمديد لليسار"]}},61856:e=>{e.exports={en:["Extend left line"],ar:["تمديد الخط الأيسر"]}},819:e=>{e.exports={en:["Extend lines"],ar:["تمديد الخطوط"]}},25188:e=>{e.exports={en:["Extend lines left"],ar:["تمديد الخطوط لليسار"]}},79192:e=>{e.exports={en:["Extend lines right"],ar:["تمديد الخطوط يميناً"]}},68461:e=>{e.exports={en:["Extend right"],ar:["تمديد لليمين"]}},87430:e=>{e.exports={en:["Extend right line"],ar:["تمديد الخط الأيمن"]}},71397:e=>{e.exports={en:["Extend top"],ar:["تمديد لأعلى"]}},2573:e=>{e.exports={en:["Font size"],ar:["حجم الخط"]}},71525:e=>{e.exports={en:["Failure text"],ar:["نص الإخفاق"]}},28357:e=>{e.exports={
|
||||
en:["Failure background"],ar:["خلفية الإخفاق"]}},84885:e=>{e.exports={en:["Fans"],ar:["مراوح"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],ar:["مستويات فيبوناتشي استنادا على المقياس اللوغاريتمي"]}},63271:e=>{e.exports={en:["Flipped"],ar:["مقلوب"]}},49275:e=>{e.exports={en:["HL bars"],ar:["أعمدة الارتفاع والانخفاض"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},81169:e=>{e.exports={en:["Invalid URL"],ar:["رابط غير صالح"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},91612:e=>{e.exports={en:["Inside"],ar:["بالداخل"]}},98136:e=>{e.exports={en:["OC bars"],ar:["أعمدة OC"]}},46005:e=>{e.exports={en:["Original"],ar:["أصلي"]}},74045:e=>{e.exports={en:["Lot size"],ar:[" حجم العقد"]}},71571:e=>{e.exports={en:["Lower band #1"],ar:["الحد السفلي"]}},91889:e=>{e.exports={en:["Lower band #2"],ar:["النطاق السفلي #2"]}},83301:e=>{e.exports={en:["Lower band #3"],ar:["النطاق السفلي #3"]}},74872:e=>{e.exports={en:["Label"],ar:["عنوان"]}},73863:e=>{e.exports={en:["Label background"],ar:["خلفية العنوان"]}},79650:e=>{e.exports={en:["Levels"],ar:["مستويات"]}},36937:e=>{e.exports={en:["Levels line"],ar:["خط المستويات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},65e3:e=>{e.exports={en:["Left labels"],ar:["العناوين اليسرى"]}},32982:e=>{e.exports={en:["Line - HL/2"],ar:["خط - ارتفاع / انخفاض / 2"]}},80332:e=>{e.exports={en:["Line - open"],ar:["خط - افتتاح"]}},30216:e=>{e.exports={en:["Line - close"],ar:["خط- إغلاق"]}},18387:e=>{e.exports={en:["Line - high"],ar:["خط - ارتفاع"]}},53880:e=>{e.exports={en:["Line - low"],ar:["خط - انخفاض"]}},3214:e=>{e.exports={en:["Mode"],ar:["الوضع"]}},70382:e=>{e.exports={en:["Modified Schiff"],ar:["شيف المعدل"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},68286:e=>{e.exports={en:["Middle line"],ar:["خط الوسط"]}},12516:e=>{e.exports={en:["Middle point"],ar:["نقطة المنتصف"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},28941:e=>{e.exports={en:["Mirrored"],ar:["معكوس"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],ar:["في المرة القادمة يمكنك استخدام {shortcut} للصق السريع"]}},14279:e=>{e.exports={en:["Source background"],ar:["خلفية المصدر"]}},64598:e=>{e.exports={en:["Source border"],ar:["إطار المصدر"]}},88479:e=>{e.exports={en:["Source text"],ar:["نص المصدر"]}},69904:e=>{e.exports={en:["Schiff"],ar:["سكيف"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},26754:e=>{e.exports={en:["Stats"],ar:["الإحصائيات"]}},16053:e=>{e.exports={en:["Stats position"],ar:["موقف الإحصائيات"]}},33310:e=>{e.exports={en:["Stop color"],ar:["لون وقف الخسارة"]}},23814:e=>{e.exports={en:["Stop level"],ar:["مستوى وقف الخسارة"]}},23971:e=>{e.exports={en:["Success text"],ar:["نص النجاح"]}},90431:e=>{e.exports={en:["Success background"],ar:["خلفية النجاح"]}},73525:e=>{e.exports={en:["Percent change"],ar:["التغيير في المئة"]}},33120:e=>{e.exports={en:["Percents"],ar:["نسب مئوية"]}},83840:e=>{e.exports={en:["Price"],ar:["سعر"]}},97273:e=>{e.exports={
|
||||
en:["Price label"],ar:["ملصق السعر"]}},42747:e=>{e.exports={en:["Price labels"],ar:["عنوان السعر"]}},58557:e=>{e.exports={en:["Price levels"],ar:["مستويات السعر"]}},62362:e=>{e.exports={en:["Price range"],ar:["المدى السعري"]}},78393:e=>{e.exports={en:["Price/bar ratio"],ar:["نسبة السعر/العمود"]}},29416:e=>{e.exports={en:["Prices"],ar:["أسعار"]}},67852:e=>{e.exports={en:["Profit level"],ar:["مستوى جني الأرباح"]}},27177:e=>{e.exports={en:["Ranges and ratio"],ar:["نطاقات ونِسب"]}},64489:e=>{e.exports={en:["Reverse"],ar:["انعكاس"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},28971:e=>{e.exports={en:["Right labels"],ar:["ملصقات على اليمين"]}},63886:e=>{e.exports={en:["Risk"],ar:["مخاطرة"]}},32998:e=>{e.exports={en:["Wave"],ar:["الموجة"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},32163:e=>{e.exports={en:["Wick"],ar:["ظل الشمعة"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},74939:e=>{e.exports={en:["Top labels"],ar:["عناوين القمة"]}},95631:e=>{e.exports={en:["Target background"],ar:["خلفية الهدف"]}},79622:e=>{e.exports={en:["Target border"],ar:["إطار الهدف"]}},3560:e=>{e.exports={en:["Target color"],ar:["لون الهدف:"]}},59264:e=>{e.exports={en:["Target text"],ar:["نص الهدف"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},54971:e=>{e.exports={en:["Thickness"],ar:["السُّمْك"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},56822:e=>{e.exports={en:["Time label"],ar:["ملصق الوقت"]}},58476:e=>{e.exports={en:["Time levels"],ar:["مستويات الوقت"]}},19788:e=>{e.exports={en:["Transparency"],ar:["الشفافية"]}},51574:e=>{e.exports={en:["Trend line"],ar:["خط الاتجاه"]}},21315:e=>{e.exports={en:["Upper band #1"],ar:["الحد العلوي"]}},65448:e=>{e.exports={en:["Upper band #2"],ar:["النطاق العلوي #2"]}},64848:e=>{e.exports={en:["Upper band #3"],ar:["النطاق العلوي #3"]}},28683:e=>{e.exports={en:["Use one color"],ar:["استخدم لون واحد"]}},5682:e=>{e.exports={en:["VWAP"],ar:["متوسط السعر المرجح بحجم التداول"]}},37644:e=>{e.exports={en:["Volume"],ar:["حجم التداول"]}},60092:e=>{e.exports={en:["Values"],ar:["القِيم"]}},29566:e=>{e.exports={en:["Variance"],ar:["التباين"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},3894:e=>{e.exports={en:["change angle"],ar:["تغيير الزاوية"]}},77931:e=>{e.exports={en:["change arrow color"],ar:["تغيير لون السهم"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},77883:e=>{e.exports={en:["change flag color"],ar:["تغيير لون العلم"]}},83842:e=>{e.exports={en:["change image"]}},65309:e=>{e.exports={en:["change image transparency"],ar:["تغيير شفافية الصورة"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},74883:e=>{e.exports={en:["change top margin"],ar:["تغيير الهامش العلوي"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],ar:["تغيير إحداثيات الوضع الرأسي Y"]}},83030:e=>{e.exports={
|
||||
en:["change {title} VWAP line color"],ar:["تغيير لون خط VWAP {title}"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],ar:["تغيير عرض خط VWAP {title}"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],ar:["تغيير وضوح معامل {title} كنسبة رؤية"]}},49442:e=>{e.exports={en:["change {title} color"],ar:["تغيير لون {title}"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],ar:["تغيير الوضع المدمج لإحصائيات {title}"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],ar:["تغيير لون حدود {title} الصاعدة"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],ar:["تغيير وضوح حدود {title} الصاعدة"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],ar:["تغيير لون حدود {title} الهابطة"]}},80022:e=>{e.exports={en:["change {title} candle down color"],ar:["تغيير لون شموع {title} الهابطة"]}},21631:e=>{e.exports={en:["change {title} candle up color"],ar:["تغيير لون شموع {title} الصاعدة"]}},33589:e=>{e.exports={en:["change {title} candle wick color"],ar:["تغيير لون ظلال شموع {title}"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],ar:["تغيير وضوح ظلال شموع {title}"]}},81340:e=>{e.exports={en:["change {title} change in pips visibility"],ar:["تغيير وضوح نقاط تغير {title}"]}},91600:e=>{e.exports={en:["change {title} currency"],ar:["تغيير {title} العملة"]}},59288:e=>{e.exports={en:["change {title} angle visibility"],ar:["تغيير وضوح زاوية {title}"]}},99232:e=>{e.exports={en:["change {title} account size"],ar:["تغيير حجم الحساب {title}"]}},80390:e=>{e.exports={en:["change {title} always show stats"],ar:["تغيير {title} لتظهر دائما الإحصائيات"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ar:["تغيير لون كل الخطوط {title}"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],ar:["تغيير لون خط أقواس {title} {index}"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],ar:["تغيير عرض خط أقواس {title} {index}"]}},4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],ar:["تغيير وضوح أقواس {title} {index}"]}},39393:e=>{e.exports={en:["change {title} average HL value"],ar:["تغيير قيمة متوسط أعلى-أدنى {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],ar:["تغيير وضوح الملصقات السفلى {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ar:["تغيير وضوح الخلفية {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ar:["تغيير اللون لخلفية {title}"]}},2788:e=>{e.exports={en:["change {title} background color 1"],ar:["تغيير اللون 1 لخلفية {title}"]}},47108:e=>{e.exports={en:["change {title} background color 2"],ar:["تغيير اللون 2 لخلفية {title}"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],ar:["تغيير وضوح نطاق الأعمدة {title}"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],ar:["تغيير وضوح نطاق التاريخ/الوقت {title}"]}},96135:e=>{e.exports={
|
||||
en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},86650:e=>{e.exports={en:["change {title} degree"],ar:["تغيير درجة {title}"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],ar:["تغيير وضوح المسافة {title}"]}},73247:e=>{e.exports={en:["change {title} emoji"],ar:["تغيير الرمز التعبيري {title}"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],ar:["تغيير وضوح الرموز التعبيرية {title}"]}},91534:e=>{e.exports={en:["change {title} entry price"],ar:["تغيير سعر الدخول {title}"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],ar:["تغيير التمديد لأسفل {title}"]}},35139:e=>{e.exports={en:["change {title} extend left"],ar:["تغيير التمديد لليسار {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ar:["تغيير تمديد الخط {title}"]}},30126:e=>{e.exports={en:["change {title} extend top"],ar:["تغيير التمديد لأعلى {title}"]}},58052:e=>{e.exports={en:["change {title} extending left"],ar:["تغيير التمديد لليسار {title}"]}},74867:e=>{e.exports={en:["change {title} extending right"],ar:["تغيير التمديد لليمين {title}"]}},10390:e=>{e.exports={en:["change {title} extension"],ar:["تغيير امتداد {title}"]}},58406:e=>{e.exports={en:["change {title} failure text color"],ar:["تغيير لون نص عدم نجاح {title}"]}},91321:e=>{e.exports={en:["change {title} failure background color"],ar:["تغيير لون خلفية عدم نجاح {title}"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],ar:["تغيير وضوح خط المروحة {title} {index}"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"],ar:["تغيير عرض خط المروحة {title} {index}"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],ar:["تغيير لون خط مروحة {title} {index}"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],ar:["تغيير وضوح المراوح {title}"]}},1716:e=>{e.exports={en:["change {title} fans line color"],ar:["تغيير لون خط المراوح {title}"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],ar:["تغيير مستويات فيبوناتشي {title} على أساس المقياس اللوغاريتمي"]}},10643:e=>{e.exports={en:["change {title} flipped"],ar:["تغيير {title} المقلوب"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},86993:e=>{e.exports={en:["change {title} image background color"],ar:["تغيير لون خلفية الصورة {title}"]}},54087:e=>{e.exports={en:["change {title} lot size"],ar:["تغيير حجم اللوت {title}"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],ar:["تغيير لون خط النطاق السفلي {title}"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],ar:["تغيير وضوح خط النطاق السفلي {title}"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],ar:["تغيير عرض خط النطاق السفلي {title}"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],ar:["تغيير لون خط النطاق السفلي #2 {title}"]}},94308:e=>{e.exports={
|
||||
en:["change {title} lower band #2 line visibility"],ar:["تغيير وضوح خط النطاق السفلي #2 {title}"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],ar:["تغيير عرض خط النطاق السفلي #2 {title}"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],ar:["تغيير لون خط النطاق السفلي #3 {title}"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],ar:["تغيير وضوح خط النطاق السفلي #3 {title}"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],ar:["تغيير عرض خط النطاق السفلي #3 {title}"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ar:["تغيير محاذاة الملصقات {title}"]}},19658:e=>{e.exports={en:["change {title} labels font size"],ar:["تغيير حجم خط الملصقات {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],ar:["تغيير وضوح الملصقات {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ar:["تغيير معامل خط مستوى {title} {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ar:["تغيير لون خط مستوى {title} {index}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ar:["تغيير نمط خط مستوى {title} {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ar:["تغيير وضوح مستوى خط {title} {index}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ar:["تغيير عرض خط مستوى {title} {index}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ar:["تغيير وضوح المستويات {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],ar:["تغيير وضوح الملصقات اليسرى {title}"]}},57462:e=>{e.exports={en:["change {title} mode"],ar:["تغيير وضع {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],ar:["تغيير وضوح نقطة المنتصف {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},85198:e=>{e.exports={en:["change {title} mirrored"],ar:["تغيير {title} المعكوس"]}},63047:e=>{e.exports={en:["change {title} source background color"],ar:["تغيير لون خلفية المصدر {title}"]}},93889:e=>{e.exports={en:["change {title} source border color"],ar:["تغيير لون حدود المصدر {title}"]}},45833:e=>{e.exports={en:["change {title} source text color"],ar:["تغيير لون نص المصدر {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},98463:e=>{e.exports={en:["change {title} style"],ar:["تغيير نمط {title}"]}},86722:e=>{e.exports={en:["change {title} stats position"],ar:["تغيير موضع الإحصائيات {title}"]}},26598:e=>{e.exports={en:["change {title} stop color"],ar:["تغيير لون الإيقاف {title}"]}},45438:e=>{e.exports={en:["change {title} stop level"],
|
||||
ar:["تغيير مستوى الإيقاف {title}"]}},27503:e=>{e.exports={en:["change {title} stop price"],ar:["تغيير سعر الإيقاف {title}"]}},71715:e=>{e.exports={en:["change {title} success text color"],ar:["تغيير لون نص نجاح {title}"]}},80428:e=>{e.exports={en:["change {title} success background color"],ar:["تغيير لون خلفية نجاح {title}"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"],ar:["تغيير وضوح نسبة تغير {title}"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],ar:["تغيير وضوح ملصقات أسعار {title}"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],ar:["تغيير وضوح ملصقات أسعار {title}"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],ar:["تغيير وضوح ملصقات أسعار {title}"]}},727:e=>{e.exports={en:["change {title} price visibility"],ar:["تغيير وضوح أسعار {title}"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],ar:["تغيير وضوح أسعار {title}"]}},64330:e=>{e.exports={en:["change {title} profit level"],ar:["تغيير مستوى الربح {title}"]}},12073:e=>{e.exports={en:["change {title} profit price"],ar:["تغيير سعر ربح {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],ar:["تغيير {title} المعكوس"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],ar:["تغيير وضوح الملصقات اليمنى {title}"]}},79875:e=>{e.exports={en:["change {title} risk"],ar:["تغيير مخاطرة {title}"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],ar:["تغيير وضع عرض الخاطرة {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},60111:e=>{e.exports={en:["change {title} width"],ar:["تغيير عرض {title}"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],ar:["تغيير وضوح الملصقات العليا {title}"]}},25987:e=>{e.exports={en:["change {title} target background color"],ar:["تغيير لون خلفية الهدف {title}"]}},24138:e=>{e.exports={en:["change {title} target border color"],ar:["تغيير لون إطارات الهدف {title}"]}},10504:e=>{e.exports={en:["change {title} target color"],ar:["تغيير لون الهدف {title}"]}},32230:e=>{e.exports={en:["change {title} target text color"],ar:["تغيير لون نص الهدف {title}"]}},30353:e=>{e.exports={en:["change {title} text visibility"],ar:["تغيير رؤية نص {title}"]}},55134:e=>{e.exports={en:["change {title} text alignment"],ar:["تغيير محاذاة نص {title}"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],ar:["تغيير وضوح ملصقات وقت {title}"]}},51085:e=>{e.exports={en:["change {title} transparency"],ar:["تغيير وضوح {title}"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],ar:["تغيير لون خط النطاق العلوي {title}"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],ar:["تغيير وضوح خط النطاق العلوي {title}"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],ar:["تغيير عرض خط النطاق العلوي {title}"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],ar:["تغيير لون خط النطاق العلوي #2 {title}"]}
|
||||
},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"],ar:["تغيير وضوح خط النطاق العلوي #2 {title}"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],ar:["تغيير عرض خط النطاق العلوي #2 {title}"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],ar:["تغيير لون خط النطاق العلوي #3 {title}"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],ar:["تغيير وضوح خط النطاق العلوي #3 {title}"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],ar:["تغيير عرض خط النطاق العلوي #3 {title}"]}},36336:e=>{e.exports={en:["change {title} volume visibility"],ar:["تغيير رؤية وحدة التخزين {title}"]}},23171:e=>{e.exports={en:["change {title} variance value"],ar:["تغيير قيمة التباين {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ar:["تغيير وضوح خط {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ar:["تغيير عرض خط {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ar:["تغيير لون خط {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ar:["تغيير خط {toolName} الممتد إلى اليسار"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ar:["تغيير خط {toolName} الممتد إلى اليمين"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ar:["تغيير النهاية اليسرى لخط {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ar:["تغيير النهاية يمين خط {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ar:["تغيير نمط خط {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={
|
||||
en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},61218:e=>{e.exports={en:["backgrounds color"],ar:["لون الخلفية"]}},48433:e=>{e.exports={en:["backgrounds filled"],ar:["تم ملء الخلفيات"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},24621:e=>{e.exports={en:["lines color"],ar:["لون الخط"]}},96400:e=>{e.exports={en:["lines style"],ar:["نمط الخط"]}},41594:e=>{e.exports={en:["lines width"],ar:["عرض الخط"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},59012:e=>{e.exports={en:["show price"],ar:["عرض السعر"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},44461:e=>{e.exports={en:["text color"],ar:["لون النص"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
3
charting_library/bundles/ar.6645.638c62337337129de9dc.js
Normal file
3
charting_library/bundles/ar.6645.638c62337337129de9dc.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},34974:e=>{e.exports={en:["Label border"],ar:["حواف الملصق"]}},73863:e=>{e.exports={en:["Label background"],ar:["خلفية العنوان"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},97575:e=>{e.exports={en:["Line color"],ar:["لون الخط"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},69437:e=>{e.exports={en:["change {title} border color"],ar:["تغيير لون حدود {title}"]}},19298:e=>{e.exports={en:["change {title} border visibility"],ar:["تغيير وضوح حدود {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ar:["تغيير اللون لخلفية {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},7455:e=>{e.exports={en:["change {title} line color"],ar:["تغيير لون الخط {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={
|
||||
en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={
|
||||
en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
3
charting_library/bundles/ar.6760.d667b4a17bb7e3977273.js
Normal file
3
charting_library/bundles/ar.6760.d667b4a17bb7e3977273.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},61856:e=>{e.exports={en:["Extend left line"],ar:["تمديد الخط الأيسر"]}},87430:e=>{e.exports={en:["Extend right line"],ar:["تمديد الخط الأيمن"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},79650:e=>{e.exports={en:["Levels"],ar:["مستويات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},51574:e=>{e.exports={en:["Trend line"],ar:["خط الاتجاه"]}},28683:e=>{e.exports={en:["Use one color"],ar:["استخدم لون واحد"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ar:["تغيير لون كل الخطوط {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ar:["تغيير وضوح الخلفية {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ar:["تغيير معامل خط مستوى {title} {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ar:["تغيير لون خط مستوى {title} {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ar:["تغيير وضوح مستوى خط {title} {index}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ar:["تغيير عرض خط مستوى {title} {index}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],
|
||||
ar:["تغيير وضوح المستويات {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ar:["تغيير وضوح خط {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ar:["تغيير عرض خط {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ar:["تغيير لون خط {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ar:["تغيير خط {toolName} الممتد إلى اليسار"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ar:["تغيير خط {toolName} الممتد إلى اليمين"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ar:["تغيير النهاية اليسرى لخط {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ar:["تغيير النهاية يمين خط {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ar:["تغيير نمط خط {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},77114:e=>{e.exports={en:["erase level line"],ar:["محو خط المستوى"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={
|
||||
en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
1
charting_library/bundles/ar.7122.b56804d4455c3a0204dd.js
Normal file
1
charting_library/bundles/ar.7122.b56804d4455c3a0204dd.js
Normal file
@@ -0,0 +1 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}}}]);
|
||||
1
charting_library/bundles/ar.7850.c4f446fdb53937cc86cb.js
Normal file
1
charting_library/bundles/ar.7850.c4f446fdb53937cc86cb.js
Normal file
@@ -0,0 +1 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7850,7122,5111],{57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}},77114:e=>{e.exports={en:["erase level line"],ar:["محو خط المستوى"]}}}]);
|
||||
3
charting_library/bundles/ar.7952.0cb83b58212a65904f9d.js
Normal file
3
charting_library/bundles/ar.7952.0cb83b58212a65904f9d.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},29291:e=>{e.exports={en:["Median"],ar:["متوسط"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},61856:e=>{e.exports={en:["Extend left line"],ar:["تمديد الخط الأيسر"]}},819:e=>{e.exports={en:["Extend lines"],ar:["تمديد الخطوط"]}},87430:e=>{e.exports={en:["Extend right line"],ar:["تمديد الخط الأيمن"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},28683:e=>{e.exports={en:["Use one color"],ar:["استخدم لون واحد"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ar:["تغيير لون كل الخطوط {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ar:["تغيير وضوح الخلفية {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ar:["تغيير تمديد الخط {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ar:["تغيير معامل خط مستوى {title} {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ar:["تغيير لون خط مستوى {title} {index}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ar:["تغيير نمط خط مستوى {title} {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ar:["تغيير وضوح مستوى خط {title} {index}"]}},97870:e=>{e.exports={
|
||||
en:["change {title} level {index} line width"],ar:["تغيير عرض خط مستوى {title} {index}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ar:["تغيير وضوح خط {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ar:["تغيير عرض خط {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ar:["تغيير لون خط {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ar:["تغيير خط {toolName} الممتد إلى اليسار"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ar:["تغيير خط {toolName} الممتد إلى اليمين"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ar:["تغيير النهاية اليسرى لخط {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ar:["تغيير النهاية يمين خط {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ar:["تغيير نمط خط {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},77114:e=>{e.exports={en:["erase level line"],ar:["محو خط المستوى"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],
|
||||
ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
3
charting_library/bundles/ar.8940.5460b0ccfae157b7bbe3.js
Normal file
3
charting_library/bundles/ar.8940.5460b0ccfae157b7bbe3.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},34974:e=>{e.exports={en:["Label border"],ar:["حواف الملصق"]}},73863:e=>{e.exports={en:["Label background"],ar:["خلفية العنوان"]}},95170:e=>{e.exports={en:["Label text"],ar:["نص الملصق"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},97575:e=>{e.exports={en:["Line color"],ar:["لون الخط"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},7455:e=>{e.exports={en:["change {title} line color"],ar:["تغيير لون الخط {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={
|
||||
en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={
|
||||
en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
@@ -1,3 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},34974:e=>{e.exports={en:["Label border"],ar:["حواف الملصق"]}},73863:e=>{e.exports={en:["Label background"],ar:["خلفية العنوان"]}},95170:e=>{e.exports={en:["Label text"],ar:["نص الملصق"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},97575:e=>{e.exports={en:["Line color"],ar:["لون الخط"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},7455:e=>{e.exports={en:["change {title} line color"],ar:["تغيير لون الخط {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],
|
||||
ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},
|
||||
22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
3
charting_library/bundles/ar.9494.40d61f8ac3ffd8535658.js
Normal file
3
charting_library/bundles/ar.9494.40d61f8ac3ffd8535658.js
Normal file
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ar:["#{count}' (سعر، عمود)"]}},78930:e=>{e.exports={en:["Coordinates"],ar:["إحداثيات"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},6060:e=>{e.exports={en:["Add text"],ar:["إضافة نص"]}},27567:e=>{e.exports={en:["Bottom"],ar:["الأسفل"]}},38408:e=>{e.exports={en:["Border"],ar:["الإطار"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},72942:e=>{e.exports={en:["Days"],ar:["الأيام"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ar:["النزوح (السعر، العمود)"]}},56796:e=>{e.exports={en:["Hours"],ar:["ساعات"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},21429:e=>{e.exports={en:["Inputs"],ar:["مدخلات"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},43154:e=>{e.exports={en:["Months"],ar:["الشهور"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},42562:e=>{e.exports={en:["Minutes"],ar:["دقائق"]}},65188:e=>{e.exports={en:["Seconds"],ar:["ثواني"]}},50421:e=>{e.exports={en:["Right"],ar:["يمين"]}},835:e=>{e.exports={en:["Weeks"],ar:["أسابيع"]}},97118:e=>{e.exports={en:["Top"],ar:["الأعلى"]}},70320:e=>{e.exports={en:["Text"],ar:["النص"]}},7560:e=>{e.exports={en:["Text wrap"],ar:["التفاف النص"]}},25485:e=>{e.exports={en:["Text alignment"],ar:["محاذاة النص"]}},67781:e=>{e.exports={en:["Text orientation"],ar:["اتجاه النص"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},28683:e=>{e.exports={en:["Use one color"],ar:["استخدم لون واحد"]}},69526:e=>{e.exports={en:["Vertical"],ar:["عمودي"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ar:["تغيير إحداثيات سعر X"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ar:["تغيير إحداثيات سعر Y"]}},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"],ar:["تغيير لون كل الخطوط {title}"]}},69437:e=>{e.exports={en:["change {title} border color"],ar:["تغيير لون حدود {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ar:["تغيير وضوح الخلفية {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ar:["تغيير وضوح خلفية {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ar:["تغيير اللون لخلفية {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ar:["تغيير {title} الأيام إلى"]}},91201:e=>{e.exports={en:["change {title} days from"],ar:["تغيير {title} الأيام من"]}},8306:e=>{e.exports={en:["change {title} hours from"],ar:["تغيير {title} الساعات من"]}},67233:e=>{e.exports={en:["change {title} hours to"],ar:["تغيير {title} الساعات إلى"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ar:["تغيير محاذاة الملصقات {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],ar:["تغيير وضوح الملصقات {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ar:["تغيير معامل خط مستوى {title} {index}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],
|
||||
ar:["تغيير لون خط مستوى {title} {index}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ar:["تغيير نمط خط مستوى {title} {index}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ar:["تغيير وضوح مستوى خط {title} {index}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ar:["تغيير عرض خط مستوى {title} {index}"]}},99122:e=>{e.exports={en:["change {title} months from"],ar:["تغيير {title} الأشهر من"]}},10518:e=>{e.exports={en:["change {title} months to"],ar:["تغيير {title} الأشهر إلى"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ar:["تغيير وضوح {title} على الساعات"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ar:["تغيير {title} الدقائق إلى"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ar:["تغيير {title} الثواني إلى"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ar:["تغيير {title} الثواني من"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ar:["تغيير {title} الأسابيع من"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ar:["تغيير {title} الأسابيع إلى"]}},57122:e=>{e.exports={en:["change {title} text"],ar:["تغيير نص {title}"]}},71665:e=>{e.exports={en:["change {title} texts alignment"],ar:["تغيير محاذاة نص {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ar:["تغيير وضوح {title} على التيكات"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ar:["تغيير وضوح {title} على الأسابيع"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ar:["تغيير وضوح {title} على {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ar:["تغيير وضوح {title} على الأيام"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ar:["تغيير وضوح {title} على الساعات"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ar:["تغيير {title} الدقائق من"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ar:["تغيير وضوح {title} على الأشهر"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ar:["تغيير وضوح {title} على الثواني"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ar:["تغيير المحاذاة الرأسية لملصقات {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ar:["تغيير محاذاة الملصقات {toolName} أفقيًا"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ar:["تغيير اِتِّجاه ملصقات {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ar:["تغيير نص {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ar:["تغيير وضوح النص {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ar:["تغيير التفاف نص {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ar:["تغيير لون خلفية النص {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ar:["تغيير وضوح خلفية النص {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ar:["تغيير لون حدود النص {toolName}"]}},35423:e=>{e.exports={
|
||||
en:["change {toolName} text border width"],ar:["تغيير عرض حدود النص {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ar:["تغيير وضوح حدود النص {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ar:["تغيير لون النص {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ar:["تغيير خط النص الغامق {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ar:["تغيير خط النص {toolName} المائل"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ar:["تغيير حجم خط نص {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ar:["تغيير خاصية {propertyName}"]}},48499:e=>{e.exports={en:["add column to right"],ar:["إضافة عمود إلى اليمين"]}},48407:e=>{e.exports={en:["add row below"],ar:["إضافة صف أدناه"]}},35813:e=>{e.exports={en:["days"],ar:["الأيام"]}},89919:e=>{e.exports={en:["days to"],ar:["أيام لـ"]}},59215:e=>{e.exports={en:["days from"],ar:["أيام من"]}},2359:e=>{e.exports={en:["hours"],ar:["ساعات"]}},82267:e=>{e.exports={en:["hours from"],ar:["ساعات من"]}},15600:e=>{e.exports={en:["hours to"],ar:["ساعات لـ"]}},76261:e=>{e.exports={en:["move drawings"],ar:["نقل الرسومات"]}},95300:e=>{e.exports={en:["months"],ar:["الشهور"]}},17250:e=>{e.exports={en:["months from"],ar:["أشهر من"]}},2828:e=>{e.exports={en:["months to"],ar:["أشهر لـ"]}},18726:e=>{e.exports={en:["minutes"],ar:["دقائق"]}},67649:e=>{e.exports={en:["minutes to"],ar:["دقائق لـ"]}},22476:e=>{e.exports={en:["minutes from"],ar:["دقائق من"]}},751:e=>{e.exports={en:["seconds"],ar:["ثواني"]}},73419:e=>{e.exports={en:["seconds to"],ar:["ثواني لـ"]}},35801:e=>{e.exports={en:["seconds from"],ar:["ثوان من"]}},80240:e=>{e.exports={en:["remove column"],ar:["إزالة العمود"]}},4553:e=>{e.exports={en:["remove row"],ar:["إزالة الصف"]}},24849:e=>{e.exports={en:["resize the cell"]}},45537:e=>{e.exports={en:["weeks"],ar:["أسابيع"]}},92859:e=>{e.exports={en:["weeks from"],ar:["أسابيع من"]}},44127:e=>{e.exports={en:["weeks to"],ar:["أسابيع لـ"]}},3539:e=>{e.exports={en:["ticks"],ar:["تيكات السعر"]}}}]);
|
||||
@@ -1,4 +1,4 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ca_ES:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ca_ES:["(Màx.+Mín.+Tancament)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ca_ES:["(Màx+Mín)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ca_ES:["Color de barres en funció del tancament anterior"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ca_ES:["Ajusta dades dels dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ca_ES:["Ajusta els canvis dels contractes"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},3159:e=>{e.exports={en:["Bottom line"],ca_ES:["Línia inferior"]}},74406:e=>{e.exports={en:["Body"],ca_ES:["Cos"]}},333:e=>{e.exports={en:["Borders"],ca_ES:["Vores"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],ca_ES:["Nivell de la base"]}},71776:e=>{e.exports={en:["Down"],ca_ES:["Avall"]}},17611:e=>{e.exports={en:["Down bars"],ca_ES:["Barres descendents"]}},23743:e=>{e.exports={en:["Down color"],ca_ES:["Color inferior"]}},48225:e=>{e.exports={en:["Data modification"],ca_ES:["Modificació de dades"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},16564:e=>{e.exports={en:["Default"],ca_ES:["Predeterminat"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"],ca_ES:["Amplia línies"]}},41129:e=>{e.exports={en:["Fill"],ca_ES:["Omplir"]}},61112:e=>{e.exports={en:["Fill top area"],ca_ES:["Reomple l'àrea superior"]}},73185:e=>{e.exports={en:["Fill bottom area"],ca_ES:["Omple l'àrea inferior"]}},886:e=>{e.exports={en:["HLC bars"],ca_ES:["Barres amb el màxim, mínim i tancament (HLC)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},64075:e=>{e.exports={en:["Override min tick"],ca_ES:["Anul·la el tick mínim"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},13350:e=>{e.exports={en:["Pearson's R"],ca_ES:["Coeficient de correlació de Pearson"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ca_ES:["Informació horària pre/post mercat"]}},59766:e=>{e.exports={en:["Precision"],ca_ES:["Precisió"]}},84684:e=>{e.exports={
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ca_ES:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ca_ES:["(Màx.+Mín.+Tancament)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ca_ES:["(Màx+Mín)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ca_ES:["Color de barres en funció del tancament anterior"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ca_ES:["Ajusta dades dels dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ca_ES:["Ajusta els canvis dels contractes"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},3159:e=>{e.exports={en:["Bottom line"],ca_ES:["Línia inferior"]}},74406:e=>{e.exports={en:["Body"],ca_ES:["Cos"]}},333:e=>{e.exports={en:["Borders"],ca_ES:["Vores"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],ca_ES:["Nivell de la base"]}},71776:e=>{e.exports={en:["Down"],ca_ES:["Avall"]}},17611:e=>{e.exports={en:["Down bars"],ca_ES:["Barres descendents"]}},23743:e=>{e.exports={en:["Down color"],ca_ES:["Color inferior"]}},48225:e=>{e.exports={en:["Data modification"],ca_ES:["Modificació de dades"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},16564:e=>{e.exports={en:["Default"],ca_ES:["Predeterminat"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"],ca_ES:["Amplia línies"]}},41129:e=>{e.exports={en:["Fill"],ca_ES:["Omplir"]}},61112:e=>{e.exports={en:["Fill top area"],ca_ES:["Reomple l'àrea superior"]}},73185:e=>{e.exports={en:["Fill bottom area"],ca_ES:["Omple l'àrea inferior"]}},886:e=>{e.exports={en:["HLC bars"],ca_ES:["Barres amb el màxim, mínim i tancament (HLC)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},64075:e=>{e.exports={en:["Override min tick"],ca_ES:["Anul·la el tick mínim"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},13350:e=>{e.exports={en:["Pearson's R"],ca_ES:["Coeficient de correlació de Pearson"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ca_ES:["Informació horària pre/post mercat"]}},59766:e=>{e.exports={en:["Precision"],ca_ES:["Precisió"]}},84684:e=>{e.exports={
|
||||
en:["Price source"],ca_ES:["Font dels preus"]}},73466:e=>{e.exports={en:["Projection up bars"],ca_ES:["Barres superiors de projecció"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"],ca_ES:["Barres de projecció descendents"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ca_ES:["Preus reals a l'escala (en lloc del preu Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},32163:e=>{e.exports={en:["Wick"],ca_ES:["Metxa"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},89349:e=>{e.exports={en:["Top line"],ca_ES:["Línia superior"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},20215:e=>{e.exports={en:["Thin bars"],ca_ES:["Barres fines"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"],ca_ES:["Zona horària"]}},22691:e=>{e.exports={en:["Up"],ca_ES:["Amunt"]}},23091:e=>{e.exports={en:["Up color"],ca_ES:["Color superior"]}},36957:e=>{e.exports={en:["Up bars"],ca_ES:["Barres superiors"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ca_ES:["Fer servir la liquidació com a tancament en intervals diaris"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],ca_ES:["espelma"]}},27068:e=>{e.exports={en:["change HLC bars"],ca_ES:["canvia les barres HLC"]}},86866:e=>{e.exports={en:["change area fill color"],ca_ES:["canvia el color de fons de l'àrea"]}},89346:e=>{e.exports={en:["change area line width"],ca_ES:["canvia l'ample de la línia de l'àrea"]}},29605:e=>{e.exports={en:["change area line color"],ca_ES:["canvia el color de la línia de l'àrea"]}},4640:e=>{e.exports={en:["change area price source"],ca_ES:["canvia la font dels preus de l'àrea"]}},42190:e=>{e.exports={en:["change base level"],ca_ES:["canvia el nivell de referència"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ca_ES:["canvia el color de la línia inferior de la línia de referència"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ca_ES:["canvia l'ample de la línia inferior de la línia de referència"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ca_ES:["canvia el color de fons de l'àrea inferior de la línia de referència"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ca_ES:["canvia el color de fons de l'àrea superior de la línia de referència"]}},68609:e=>{e.exports={en:["change baseline price source"],ca_ES:["canvia la font de preus de referència"]}},69044:e=>{e.exports={en:["change baseline top line color"],ca_ES:["canvia el color de la línia superior de la línia de referència"]}},68197:e=>{e.exports={en:["change baseline top line width"],ca_ES:["canvia l'ample de la línia superior de la línia de referència"]}},33464:e=>{e.exports={en:["change bar up color"],ca_ES:["canvia el color superior de la barra"]}},
|
||||
2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},59622:e=>{e.exports={en:["change bar down color"],ca_ES:["canvia el color inferior de la barra"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ca_ES:["canvia el color de les barres en funció del valor de tancament anterior"]}},88324:e=>{e.exports={en:["change column up color"],ca_ES:["canvia color superior de la columna"]}},93890:e=>{e.exports={en:["change column down color"],ca_ES:["canvia color inferior de la columna"]}},4727:e=>{e.exports={en:["change column price source"],ca_ES:["canvia la font del preu de la columna"]}},82063:e=>{e.exports={en:["change decimal places"],ca_ES:["canvia les posicions decimals"]}},44223:e=>{e.exports={en:["change extended hours color"],ca_ES:["canvia el color de l'horari amplicat"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"],ca_ES:["canvia el color del cos de màxims i mínims"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ca_ES:["canvia la visibilitat del cos de màxims i mínims"]}},46844:e=>{e.exports={en:["change high-low border color"],ca_ES:["canviar el color de la vora de màxims i mínims"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ca_ES:["canvia la visibilitat de les vores de màxims i mínims"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de màxims i mínims"]}},56961:e=>{e.exports={en:["change high-low labels color"],ca_ES:["canvia el color de les etiquetes de màxims i mínims"]}},88640:e=>{e.exports={en:["change line color"],ca_ES:["canvia el color de línia"]}},41837:e=>{e.exports={en:["change line price source"],ca_ES:["canvia la font de preus de la línia"]}},48339:e=>{e.exports={en:["change line width"],ca_ES:["canvia l'ample de línia"]}},38730:e=>{e.exports={en:["change post market color"],ca_ES:["canvia el color postmercat"]}},44371:e=>{e.exports={en:["change pre market color"],ca_ES:["canvia el color de la sessió premercat"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"],ca_ES:["canvia el rang de les barres fines"]}},75487:e=>{e.exports={en:["change renko wick down color"],ca_ES:["canvia el color inferior de la metxa renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],ca_ES:["canvia el color inferior de la metxa renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ca_ES:["canvia la visibilitat de les metxes renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],ca_ES:["canvia ticks mínims de la superposició de l'estudi"]}},82924:e=>{e.exports={en:["change study overlay style"],ca_ES:["canvia estil de superposició de l'estudi"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],
|
||||
ca_ES:["canvia la visualització dels preus reals en l'escala de preus (en lloc del preu Heiken-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],ca_ES:["canvia les barres fines"]}},78509:e=>{e.exports={en:["change {title} base line color"],ca_ES:["canvia el color de la línia de referència de {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],ca_ES:["canvia l'estil de la línia de referència de {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],ca_ES:["canvia la visibilitat de la línia de referència de {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],ca_ES:["canvia l'ample de la línia de referència de {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],ca_ES:["canvia color de la línia inferior de {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],ca_ES:["canvia l'estil de la línia descendent de {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],ca_ES:["canvia la visibilitat de la línia descendent de {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],ca_ES:["canvia l'ample de la línia inferior de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ca_ES:["canvia ampliar línies a {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],ca_ES:["canvia la visibilitat r de Pearson de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],ca_ES:["canvia la visibilitat de la línia superior de {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],ca_ES:["canvia l'ample de la línia superior de {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],ca_ES:["canvia el color de la línia superior de {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],
|
||||
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1308,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},17129:e=>{e.exports={en:["Bottom labels"],ca_ES:["Etiquetes inferiors"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},81356:e=>{e.exports={en:["Grid"],ca_ES:["Graella"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},65e3:e=>{e.exports={en:["Left labels"],ca_ES:["Etiquetes de l'esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},58557:e=>{e.exports={en:["Price levels"],ca_ES:["Nivells de preus"]}},64489:e=>{e.exports={en:["Reverse"],ca_ES:["Reverteix"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},28971:e=>{e.exports={en:["Right labels"],ca_ES:["Etiquetes de la dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},74939:e=>{e.exports={en:["Top labels"],ca_ES:["Etiquetes superiors"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},58476:e=>{e.exports={en:["Time levels"],ca_ES:["Nivells de temps"]}},28683:e=>{e.exports={en:["Use one color"],ca_ES:["Fes servir un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ca_ES:["canvia el color de totes les línies de {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes inferiors de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ca_ES:["canvia la transparència del fons de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ca_ES:["canvia la visibilitat del fons de {title}"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],ca_ES:["canvia la visibilitat de la quadrícula de {title}"]}},36467:e=>{e.exports={en:["change {title} grid line color"],ca_ES:["canvia el color de la línia de la quadrícula de {title}"]}},54244:e=>{e.exports={en:["change {title} grid line style"],
|
||||
ca_ES:["canvia l'estil de la línia de la quadrícula de {title}"]}},30127:e=>{e.exports={en:["change {title} grid line width"],ca_ES:["canvia l'ample de la línia de la quadrícula de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ca_ES:["canvia el coeficient de línia dels nivells de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ca_ES:["canvia el color de línia dels nivells de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} de nivell de {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes esquerres de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],ca_ES:["canvia capgirat en {title}"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes dretes de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes superiors de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],
|
||||
ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},77114:e=>{e.exports={en:["erase level line"],ca_ES:["esborra la línia de nivell"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -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)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],ca_ES:["Estén la línia esquerra"]}},87430:e=>{e.exports={en:["Extend right line"],ca_ES:["Estén la línia dreta"]}},95279:e=>{e.exports={en:["Full circles"],ca_ES:["Cercles complets"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},79650:e=>{e.exports={en:["Levels"],ca_ES:["Nivells"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"],ca_ES:["Línia de tendència"]}},28683:e=>{e.exports={en:["Use one color"],ca_ES:["Fes servir un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ca_ES:["canvia el color de totes les línies de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ca_ES:["canvia la transparència del fons de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ca_ES:["canvia la visibilitat del fons de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],ca_ES:["canvia la visibilitat dels cercles complets de {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},27154:e=>{e.exports={
|
||||
en:["change {title} level {index} line coeff"],ca_ES:["canvia el coeficient de línia dels nivells de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ca_ES:["canvia el color de línia dels nivells de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} de nivell de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ca_ES:["canvia l'ample de línia dels nivells de {index} de {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ca_ES:["canvia els nivells de visibilitat de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ca_ES:["canvia la visibilitat de la línia de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ca_ES:["canvia l'ample de la línia de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ca_ES:["canvia el color de la línia de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ca_ES:["canvia la línia que s'estén a l'esquerra {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ca_ES:["canvia la línia que s'estén a la dreta de {toolName}"]}},21474:e=>{e.exports={
|
||||
en:["change {toolName} line left end"],ca_ES:["canvia el final de la línia esquerra de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ca_ES:["canvia el final de la línia dreta de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ca_ES:["canvia l'estil de línia de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},77114:e=>{e.exports={en:["erase level line"],ca_ES:["esborra la línia de nivell"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1432,2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],ca_ES:["Estén la línia esquerra"]}},87430:e=>{e.exports={en:["Extend right line"],ca_ES:["Estén la línia dreta"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ca_ES:["canvia la visibilitat del fons de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ca_ES:["canvia el color del fons de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={
|
||||
en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ca_ES:["canvia la visibilitat de la línia de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ca_ES:["canvia l'ample de la línia de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ca_ES:["canvia el color de la línia de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ca_ES:["canvia la línia que s'estén a l'esquerra {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ca_ES:["canvia la línia que s'estén a la dreta de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ca_ES:["canvia el final de la línia esquerra de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ca_ES:["canvia el final de la línia dreta de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ca_ES:["canvia l'estil de línia de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={
|
||||
en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -1,3 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1606,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},34974:e=>{e.exports={en:["Label border"],ca_ES:["Vora de l'etiqueta"]}},73863:e=>{e.exports={en:["Label background"],ca_ES:["Fons de l'etiqueta"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},97575:e=>{e.exports={en:["Line color"],ca_ES:["Color de la línia"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},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"],ca_ES:["canvia la visibilitat del fons de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ca_ES:["canvia el color del fons de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},7455:e=>{e.exports={en:["change {title} line color"],ca_ES:["canvia el color de la línia de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={
|
||||
en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],
|
||||
ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2303,6155,3367,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{
|
||||
e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],
|
||||
ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -1,3 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,6113,359],{55517:e=>{e.exports={en:["Add"],ca_ES:["Afegeix"]}},29619:e=>{e.exports={en:["Add custom color"],ca_ES:["Afegeix color personalitzat"]}},80936:e=>{e.exports={en:["Opacity"],ca_ES:["Opacitat"]}},97349:e=>{e.exports={en:["Fr"],ca_ES:["Dv"]}},30961:e=>{e.exports={en:["Mo"],ca_ES:["Dl"]}},94748:e=>{e.exports={en:["Sa"],ca_ES:["Ds"]}},75005:e=>{e.exports={en:["Su"],ca_ES:["Dg"]}},92578:e=>{e.exports={en:["We"],ca_ES:["Dc"]}},8765:e=>{e.exports={en:["Th"],ca_ES:["Dj"]}},9135:e=>{e.exports={en:["Tu"],ca_ES:["Ma"]}},53288:e=>{e.exports={en:["animals & nature"],ca_ES:["animals i natura"]}},21311:e=>{e.exports={en:["activity"],ca_ES:["activitat"]}},90678:e=>{e.exports={en:["food & drink"],ca_ES:["menjar i begudes"]}},6715:e=>{e.exports={en:["flags"],ca_ES:["banderes"]}},98355:e=>{e.exports={en:["objects"],ca_ES:["objectes"]}},43438:e=>{e.exports={en:["smiles & people"],ca_ES:["cares i gent"]}},40457:e=>{e.exports={en:["symbols"],ca_ES:["símbols"]}},88906:e=>{e.exports={en:["recently used"],ca_ES:["usat recentment"]}},28562:e=>{e.exports={en:["travel & places"],ca_ES:["viatges i llocs"]}},24716:e=>{e.exports={en:["Another symbol"],ca_ES:["Un altre símbol"]}},41256:e=>{e.exports={en:["Back"],ca_ES:["Enrere"]}},94849:e=>{e.exports={en:["Main chart symbol"],ca_ES:["Símbol principal del gràfic"]}},53174:e=>{e.exports={en:["Right"],ca_ES:["Right (dret de subscripció)"]}},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"],ca_ES:["Cancel·la"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},63245:e=>{e.exports={en:["Change symbol"],ca_ES:["Canvia símbol"]}},54613:e=>{e.exports={en:["Chart"],ca_ES:["Gràfic"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"],ca_ES:["Totes les fonts"]}},96413:e=>{e.exports={en:["Apply defaults"],ca_ES:["Aplica configuracions per defecte"]}},77571:e=>{e.exports={en:["Apply to all"],ca_ES:["Aplica-ho a tot"]}},28896:e=>{e.exports={en:["April"],ca_ES:["Abril"]}},11081:e=>{e.exports={en:["August"],ca_ES:["Agost"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},42358:e=>{e.exports={en:["Bond"],ca_ES:["Bo"]}},68043:e=>{e.exports={en:["Gradient"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],ca_ES:["De debò que voleu eliminar la plantilla de gràfic '{name}'?"]}},27390:e=>{e.exports={en:["Dotted line"],ca_ES:["Línia de punts"]}},88123:e=>{e.exports={en:["Dashed line"],ca_ES:["Línia discontínua"]}},90082:e=>{e.exports={en:["December"],ca_ES:["Desembre"]}},55319:e=>{e.exports={en:["Decrease"],ca_ES:["Redueix"]}},78734:e=>{e.exports={en:["Description"],ca_ES:["Descripció"]}},81069:e=>{e.exports={en:["February"],ca_ES:["Febrer"]}},3570:e=>{e.exports={en:["Friday"],ca_ES:["Divendres"]}},95406:e=>{e.exports={en:["Horizontal"],
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,359],{55517:e=>{e.exports={en:["Add"],ca_ES:["Afegeix"]}},29619:e=>{e.exports={en:["Add custom color"],ca_ES:["Afegeix color personalitzat"]}},80936:e=>{e.exports={en:["Opacity"],ca_ES:["Opacitat"]}},97349:e=>{e.exports={en:["Fr"],ca_ES:["Dv"]}},30961:e=>{e.exports={en:["Mo"],ca_ES:["Dl"]}},94748:e=>{e.exports={en:["Sa"],ca_ES:["Ds"]}},75005:e=>{e.exports={en:["Su"],ca_ES:["Dg"]}},92578:e=>{e.exports={en:["We"],ca_ES:["Dc"]}},8765:e=>{e.exports={en:["Th"],ca_ES:["Dj"]}},9135:e=>{e.exports={en:["Tu"],ca_ES:["Ma"]}},53288:e=>{e.exports={en:["animals & nature"],ca_ES:["animals i natura"]}},21311:e=>{e.exports={en:["activity"],ca_ES:["activitat"]}},90678:e=>{e.exports={en:["food & drink"],ca_ES:["menjar i begudes"]}},6715:e=>{e.exports={en:["flags"],ca_ES:["banderes"]}},98355:e=>{e.exports={en:["objects"],ca_ES:["objectes"]}},43438:e=>{e.exports={en:["smiles & people"],ca_ES:["cares i gent"]}},40457:e=>{e.exports={en:["symbols"],ca_ES:["símbols"]}},88906:e=>{e.exports={en:["recently used"],ca_ES:["usat recentment"]}},28562:e=>{e.exports={en:["travel & places"],ca_ES:["viatges i llocs"]}},24716:e=>{e.exports={en:["Another symbol"],ca_ES:["Un altre símbol"]}},41256:e=>{e.exports={en:["Back"],ca_ES:["Enrere"]}},94849:e=>{e.exports={en:["Main chart symbol"],ca_ES:["Símbol principal del gràfic"]}},53174:e=>{e.exports={en:["Right"],ca_ES:["Right (dret de subscripció)"]}},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"],ca_ES:["Cancel·la"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},63245:e=>{e.exports={en:["Change symbol"],ca_ES:["Canvia símbol"]}},54613:e=>{e.exports={en:["Chart"],ca_ES:["Gràfic"]}},47742:e=>{e.exports={en:["Close menu"]}},34040:e=>{e.exports={en:["All sources"],ca_ES:["Totes les fonts"]}},96413:e=>{e.exports={en:["Apply defaults"],ca_ES:["Aplica configuracions per defecte"]}},77571:e=>{e.exports={en:["Apply to all"],ca_ES:["Aplica-ho a tot"]}},28896:e=>{e.exports={en:["April"],ca_ES:["Abril"]}},11081:e=>{e.exports={en:["August"],ca_ES:["Agost"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},42358:e=>{e.exports={en:["Bond"],ca_ES:["Bo"]}},68043:e=>{e.exports={en:["Gradient"]}},6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],ca_ES:["De debò que voleu eliminar la plantilla de gràfic '{name}'?"]}},27390:e=>{e.exports={en:["Dotted line"],ca_ES:["Línia de punts"]}},88123:e=>{e.exports={en:["Dashed line"],ca_ES:["Línia discontínua"]}},90082:e=>{e.exports={en:["December"],ca_ES:["Desembre"]}},55319:e=>{e.exports={en:["Decrease"],ca_ES:["Redueix"]}},78734:e=>{e.exports={en:["Description"],ca_ES:["Descripció"]}},81069:e=>{e.exports={en:["February"],ca_ES:["Febrer"]}},3570:e=>{e.exports={en:["Friday"],ca_ES:["Divendres"]}},95406:e=>{e.exports={en:["Horizontal"],
|
||||
ca_ES:["Horitzontal"]}},8854:e=>{e.exports={en:["Hidden"]}},39832:e=>{e.exports={en:["Increase"],ca_ES:["Augment"]}},200:e=>{e.exports={en:["January"],ca_ES:["Gener"]}},6608:e=>{e.exports={en:["July"],ca_ES:["Juliol"]}},61487:e=>{e.exports={en:["June"],ca_ES:["Juny"]}},37997:e=>{e.exports={en:["October"],ca_ES:["Octubre"]}},55450:e=>{e.exports={en:["Offset"],ca_ES:["Desplaçament"]}},19295:e=>{e.exports={en:["Ok"],ca_ES:["Acceptar"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},28603:e=>{e.exports={en:["Line style"]}},19573:e=>{e.exports={en:["Monday"],ca_ES:["Dilluns"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},37117:e=>{e.exports={en:["More"],ca_ES:["Més"]}},25734:e=>{e.exports={en:["May"],ca_ES:["Maig"]}},93878:e=>{e.exports={en:["March"],ca_ES:["Març"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ca_ES:["No hi ha mercats de valors que coincideixin amb els vostres criteris."]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ca_ES:["Cap símbol coincideix amb els vostres criteris"]}},4607:e=>{e.exports={en:["November"],ca_ES:["Novembre"]}},65353:e=>{e.exports={en:["Normal"]}},69102:e=>{e.exports={en:["Next year"],ca_ES:["Pròxim any"]}},17538:e=>{e.exports={en:["Next years"],ca_ES:["Pròxims anys"]}},92790:e=>{e.exports={en:["Next month"],ca_ES:["Pròxim mes"]}},71300:e=>{e.exports={en:["Number format is invalid."],ca_ES:["El format del número no és correcte"]}},28628:e=>{e.exports={en:["Sources"],ca_ES:["Fonts"]}},88686:e=>{e.exports={en:["Solid"],ca_ES:["Sòlid"]}},30348:e=>{e.exports={en:["Saturday"],ca_ES:["Dissabte"]}},8573:e=>{e.exports={en:["Search"],ca_ES:["Cercar"]}},57640:e=>{e.exports={en:["Select source"],ca_ES:["Selecciona font"]}},32179:e=>{e.exports={en:["September"],ca_ES:["Setembre"]}},31331:e=>{e.exports={en:["Specified value is more than the instrument maximum of {max}."],ca_ES:["El valor especificat és més gran que el màxim de l'instrument: {max}"]}},24216:e=>{e.exports={en:["Specified value is less than the instrument minimum of {min}."],ca_ES:["El valor especificat és més petit que el mínim de l'instrument: {min}"]}},61480:e=>{e.exports={en:["Sunday"],ca_ES:["Diumenge"]}},70235:e=>{e.exports={en:["Switch to months"],ca_ES:["Canvieu a mesos"]}},91245:e=>{e.exports={en:["Switch to dates"],ca_ES:["Canvieu a dates"]}},71961:e=>{e.exports={en:["Switch to years"],ca_ES:["Canvieu a anys"]}},95481:e=>{e.exports={en:["Symbol"],ca_ES:["Símbol"]}},74007:e=>{e.exports={en:["Symbol & description"],ca_ES:["Símbol i descripció"]}},51165:e=>{e.exports={en:["Symbol Search"],ca_ES:["Cerca de símbols"]}},27254:e=>{e.exports={en:["Please enter the right date"],ca_ES:["Intoduïu la data correcta"]}},46420:e=>{e.exports={en:["Please enter the right date format yyyy-mm-dd"],ca_ES:["Escriviu el format de data correcte: aaaa-mm-dd"]}},93984:e=>{e.exports={en:["Previous month"],ca_ES:["Mes anterior"]}},75776:e=>{e.exports={en:["Previous year"],ca_ES:["Any anterior"]}},44701:e=>{e.exports={en:["Previous years"],
|
||||
ca_ES:["Anys anteriors"]}},89984:e=>{e.exports={en:["Remove color"],ca_ES:["Elimina color"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},94226:e=>{e.exports={en:["Wednesday"],ca_ES:["Dimecres"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},79137:e=>{e.exports={en:["Thursday"],ca_ES:["Dijous"]}},54971:e=>{e.exports={en:["Thickness"],ca_ES:["Gruix"]}},82160:e=>{e.exports={en:["Tuesday"],ca_ES:["Dimarts"]}},13748:e=>{e.exports={en:["Use special math signs to displace selected drawings: +,-,/,* for price and +,- for bar index."],ca_ES:["Feu servir signes matemàtics especials per desplaçar els dibuixos seleccionats: +,-,/,* per al preu i +,- per a l'índex de barres."]}},69526:e=>{e.exports={en:["Vertical"]}},66181:e=>{e.exports={en:["Years"],ca_ES:["Anys"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},29426:e=>{e.exports={en:["change opacity"],ca_ES:["canvia l'opacitat"]}},31675:e=>{e.exports={en:["change color"],ca_ES:["canvia el color"]}},28818:e=>{e.exports={en:["change line style"],ca_ES:["canvia l'estil de la línia"]}},73281:e=>{e.exports={en:["change thickness"],ca_ES:["canvia el gruix"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},5741:e=>{e.exports={en:["close"],ca_ES:["tancament"]}},46128:e=>{e.exports={en:["crypto"],ca_ES:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},406:e=>{e.exports={en:["e.g. +1"],ca_ES:["p. ex., +1"]}},49957:e=>{e.exports={en:["e.g. /2"],ca_ES:["p. ex., /2"]}},54094:e=>{e.exports={en:["economy"],ca_ES:["economia"]}},17770:e=>{e.exports={en:["forex"],ca_ES:["Forex"]}},4723:e=>{e.exports={en:["futures"],ca_ES:["futurs"]}},59319:e=>{e.exports={en:["high"],ca_ES:["màxim"]}},96008:e=>{e.exports={en:["hl2"],ca_ES:["h12"]}},91189:e=>{e.exports={en:["hlc3"]}},49242:e=>{e.exports={en:["hlcc4"]}},87464:e=>{e.exports={en:["index"],ca_ES:["índex"]}},90250:e=>{e.exports={en:["indices"]}},52793:e=>{e.exports={en:["ohlc4"]}},83584:e=>{e.exports={en:["open"],ca_ES:["obertura"]}},41902:e=>{e.exports={en:["low"],ca_ES:["mínim"]}},76752:e=>{e.exports={en:["stock"],ca_ES:["accions"]}}}]);
|
||||
@@ -1,2 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],ca_ES:["Estén la línia esquerra"]}},87430:e=>{e.exports={en:["Extend right line"],ca_ES:["Estén la línia dreta"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={
|
||||
en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ca_ES:["canvia la visibilitat de la línia de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ca_ES:["canvia l'ample de la línia de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ca_ES:["canvia el color de la línia de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ca_ES:["canvia la línia que s'estén a l'esquerra {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ca_ES:["canvia la línia que s'estén a la dreta de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ca_ES:["canvia el final de la línia esquerra de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ca_ES:["canvia el final de la línia dreta de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ca_ES:["canvia l'estil de línia de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1,2 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],ca_ES:["Estén la línia esquerra"]}},87430:e=>{e.exports={en:["Extend right line"],ca_ES:["Estén la línia dreta"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{
|
||||
e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ca_ES:["canvia la visibilitat de la línia de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ca_ES:["canvia l'ample de la línia de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ca_ES:["canvia el color de la línia de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ca_ES:["canvia la línia que s'estén a l'esquerra {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ca_ES:["canvia la línia que s'estén a la dreta de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ca_ES:["canvia el final de la línia esquerra de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ca_ES:["canvia el final de la línia dreta de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ca_ES:["canvia l'estil de línia de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -1 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2870],{71682:e=>{e.exports={en:["in"]}},72630:e=>{e.exports={en:["Closed"],ca_ES:["Tancat"]}},18741:e=>{e.exports={en:["Open"],ca_ES:["Obertura"]}},95931:e=>{e.exports={en:["Cancel Order"],ca_ES:["Cancel·lar ordre"]}},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"],ca_ES:["Cap"]}},27443:e=>{e.exports={en:["Left Shoulder"],ca_ES:["Espatlla esquerra"]}},67710:e=>{e.exports={en:["Modify Order"],ca_ES:["Modifica ordre"]}},26409:e=>{e.exports={en:["SUCCESS"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],ca_ES:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Import: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"]}},10780:e=>{e.exports={en:["Qty: {qty}"],ca_ES:["Quantitat: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"]}},14719:e=>{e.exports={en:["Right Shoulder"],ca_ES:["Espatlla dreta"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],ca_ES:["Ràtio risc/benefici: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],ca_ES:["Objectiu: {profitChange} ({profitChangePercent}) {profitChangePip}, Import: {amount}"]}},44994:e=>{e.exports={en:["distance: {number} px"],ca_ES:["distància: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],ca_ES:["{status} PiG: {pnl}"]}}}]);
|
||||
@@ -1,2 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},33004:e=>{e.exports={en:["Counterclockwise"],ca_ES:["Cap a l'esquerra"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],ca_ES:["canvia cap a l'esquerra en {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},46040:e=>{e.exports={en:["change {title} line width"],ca_ES:["canvia l'ample de la línia de {title}"]}},7455:e=>{e.exports={en:["change {title} line color"],ca_ES:["canvia el color de la línia de {title}"]}},30843:e=>{e.exports={en:["change {title} line style"],ca_ES:["canvia l'estil de la línia de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{
|
||||
e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1,2 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},33004:e=>{e.exports={en:["Counterclockwise"],ca_ES:["Cap a l'esquerra"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},60003:e=>{e.exports={en:["change {title} counterclockwise"],ca_ES:["canvia cap a l'esquerra en {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},46040:e=>{e.exports={en:["change {title} line width"],ca_ES:["canvia l'ample de la línia de {title}"]}},7455:e=>{e.exports={en:["change {title} line color"],ca_ES:["canvia el color de la línia de {title}"]}},30843:e=>{e.exports={en:["change {title} line style"],ca_ES:["canvia l'estil de la línia de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},
|
||||
32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3355,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},74872:e=>{e.exports={en:["Label"],ca_ES:["Etiqueta"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},49765:e=>{e.exports={en:["change {title} background color"],ca_ES:["canvia el color del fons de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},
|
||||
18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}
|
||||
},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -1 +1 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],ca_ES:["animals i natura"]}},21311:e=>{e.exports={en:["activity"],ca_ES:["activitat"]}},90678:e=>{e.exports={en:["food & drink"],ca_ES:["menjar i begudes"]}},6715:e=>{e.exports={en:["flags"],ca_ES:["banderes"]}},98355:e=>{e.exports={en:["objects"],ca_ES:["objectes"]}},43438:e=>{e.exports={en:["smiles & people"],ca_ES:["cares i gent"]}},40457:e=>{e.exports={en:["symbols"],ca_ES:["símbols"]}},88906:e=>{e.exports={en:["recently used"],ca_ES:["usat recentment"]}},28562:e=>{e.exports={en:["travel & places"],ca_ES:["viatges i llocs"]}},4543:e=>{e.exports={en:["Cancel"],ca_ES:["Cancel·la"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],ca_ES:["Afegeix a preferits"]}},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."]}},43222: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)"],ca_ES:["Data de modificació (la més antiga primer)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],ca_ES:["Data de modificació (la més nova primer)"]}},11478:e=>{e.exports={en:["Layout name"],ca_ES:["Nom del disseny del gràfic"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],ca_ES:["Nom de disseny (de la A a la Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],ca_ES:["Nom de disseny (de la Z a la 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"],ca_ES:["Ordena per nom de disseny del gràfic, data de modificació"]}},8573:e=>{e.exports={en:["Search"],ca_ES:["Cercar"]}},85106:e=>{e.exports={en:["Remove from favorites"],ca_ES:["Treure de preferits"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],ca_ES:["en {amount} símbol","en {amount} símbols"]}}}]);
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3357,4109,9093],{53288:e=>{e.exports={en:["animals & nature"],ca_ES:["animals i natura"]}},21311:e=>{e.exports={en:["activity"],ca_ES:["activitat"]}},90678:e=>{e.exports={en:["food & drink"],ca_ES:["menjar i begudes"]}},6715:e=>{e.exports={en:["flags"],ca_ES:["banderes"]}},98355:e=>{e.exports={en:["objects"],ca_ES:["objectes"]}},43438:e=>{e.exports={en:["smiles & people"],ca_ES:["cares i gent"]}},40457:e=>{e.exports={en:["symbols"],ca_ES:["símbols"]}},88906:e=>{e.exports={en:["recently used"],ca_ES:["usat recentment"]}},28562:e=>{e.exports={en:["travel & places"],ca_ES:["viatges i llocs"]}},4543:e=>{e.exports={en:["Cancel"],ca_ES:["Cancel·la"]}},47742:e=>{e.exports={en:["Close menu"]}},69207:e=>{e.exports={en:["Add to favorites"],ca_ES:["Afegeix a preferits"]}},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)"],ca_ES:["Data de modificació (la més antiga primer)"]}},75272:e=>{e.exports={en:["Date modified (newest first)"],ca_ES:["Data de modificació (la més nova primer)"]}},11478:e=>{e.exports={en:["Layout name"],ca_ES:["Nom del disseny del gràfic"]}},21329:e=>{e.exports={en:["Layout name (A to Z)"],ca_ES:["Nom de disseny (de la A a la Z)"]}},11324:e=>{e.exports={en:["Layout name (Z to A)"],ca_ES:["Nom de disseny (de la Z a la 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"],ca_ES:["Ordena per nom de disseny del gràfic, data de modificació"]}},8573:e=>{e.exports={en:["Search"],ca_ES:["Cercar"]}},85106:e=>{e.exports={en:["Remove from favorites"],ca_ES:["Treure de preferits"]}},47550:e=>{e.exports={en:["Remove selected emoji"]}},30502:e=>{e.exports={en:["on {amount} symbol","on {amount} symbols"],ca_ES:["en {amount} símbol","en {amount} símbols"]}}}]);
|
||||
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3367,6155,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={
|
||||
en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}
|
||||
},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -1,11 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3401,2787,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ca_ES:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},26381:e=>{e.exports={en:["#1 (bar)"],ca_ES:["#1 (barra)"]}},37814:e=>{e.exports={en:["#1 (price)"],ca_ES:["#1 (preu)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],ca_ES:["#1 (preu, barra)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],ca_ES:["#1 (% de posició vertical, barra)"]}},29291:e=>{e.exports={en:["Median"],ca_ES:["Mitjà"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],ca_ES:["Coeficients en percentatge"]}},47370:e=>{e.exports={en:["Color"]}},89735:e=>{e.exports={en:["Compact stats mode"],ca_ES:["Mode d'estadístiques compactes"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},87145:e=>{e.exports={en:["Cash"],ca_ES:["Efectiu"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},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"],ca_ES:["Mida del compte"]}},93857:e=>{e.exports={en:["Always show stats"],ca_ES:["Mostra estadístiques sempre"]}},59129:e=>{e.exports={en:["Arcs"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],ca_ES:["Mitjana d'HL en minticks"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},17129:e=>{e.exports={en:["Bottom labels"],ca_ES:["Etiquetes inferiors"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},333:e=>{e.exports={en:["Borders"],ca_ES:["Vores"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},58375:e=>{e.exports={en:["Background #1"],ca_ES:["Fons #1"]}},89073:e=>{e.exports={en:["Bars range"],ca_ES:["Rang de barres"]}},81356:e=>{e.exports={en:["Grid"],ca_ES:["Graella"]}},62374:e=>{e.exports={en:["Date/time range"],ca_ES:["Rang de data/hora"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},3369:e=>{e.exports={en:["Distance"],ca_ES:["Distància"]}},71310:e=>{e.exports={en:["Emoji pin"],ca_ES:["Pin Emoji"]}},6002:e=>{e.exports={en:["Entry price"],ca_ES:["Preu d'entrada"]}},1337:e=>{e.exports={en:["Extend"],ca_ES:["Amplia"]}},76410:e=>{e.exports={en:["Extend bottom"],ca_ES:["Amplia part inferior"]}},25112:e=>{e.exports={en:["Extend left"],ca_ES:["Amplia a l'esquerra"]}},61856:e=>{e.exports={en:["Extend left line"],ca_ES:["Estén la línia esquerra"]}},819:e=>{e.exports={en:["Extend lines"],ca_ES:["Amplia línies"]}},25188:e=>{e.exports={en:["Extend lines left"],ca_ES:["Amplia les línies a l'esquerra"]}},79192:e=>{e.exports={en:["Extend lines right"],ca_ES:["Amplia les línies a la dreta"]}},68461:e=>{e.exports={en:["Extend right"],ca_ES:["Amplia a la dreta"]}},87430:e=>{e.exports={en:["Extend right line"],ca_ES:["Estén la línia dreta"]}},71397:e=>{e.exports={en:["Extend top"],ca_ES:["Aplica cap amunt"]}},
|
||||
2573:e=>{e.exports={en:["Font size"],ca_ES:["Mida de la font"]}},71525:e=>{e.exports={en:["Failure text"],ca_ES:["Text d'error"]}},28357:e=>{e.exports={en:["Failure background"],ca_ES:["Fons d'errors"]}},84885:e=>{e.exports={en:["Fans"],ca_ES:["Ventalls"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],ca_ES:["Nivells Fib basats en una escala logarítmica"]}},95279:e=>{e.exports={en:["Full circles"],ca_ES:["Cercles complets"]}},49275:e=>{e.exports={en:["HL bars"],ca_ES:["Barres HL (màxim i mínim)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},81169:e=>{e.exports={en:["Invalid URL"],ca_ES:["URL incorrecta"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},91612:e=>{e.exports={en:["Inside"],ca_ES:["Interior"]}},98136:e=>{e.exports={en:["OC bars"],ca_ES:["Barres d'OC"]}},46005:e=>{e.exports={en:["Original"]}},74045:e=>{e.exports={en:["Lot size"],ca_ES:["Mida del lot"]}},71571:e=>{e.exports={en:["Lower band #1"],ca_ES:["Banda inferior 1"]}},91889:e=>{e.exports={en:["Lower band #2"],ca_ES:["Banda inferior #2"]}},83301:e=>{e.exports={en:["Lower band #3"],ca_ES:["Banda inferior #3"]}},74872:e=>{e.exports={en:["Label"],ca_ES:["Etiqueta"]}},73863:e=>{e.exports={en:["Label background"],ca_ES:["Fons de l'etiqueta"]}},79650:e=>{e.exports={en:["Levels"],ca_ES:["Nivells"]}},36937:e=>{e.exports={en:["Levels line"],ca_ES:["Línia de nivells"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},65e3:e=>{e.exports={en:["Left labels"],ca_ES:["Etiquetes de l'esquerra"]}},32982:e=>{e.exports={en:["Line - HL/2"],ca_ES:["Línia - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],ca_ES:["Línia: oberta"]}},30216:e=>{e.exports={en:["Line - close"],ca_ES:["Línia - tancament"]}},18387:e=>{e.exports={en:["Line - high"],ca_ES:["Línia: alta"]}},53880:e=>{e.exports={en:["Line - low"],ca_ES:["Línia: baixa"]}},3214:e=>{e.exports={en:["Mode"]}},70382:e=>{e.exports={en:["Modified Schiff"],ca_ES:["Schiff modificat"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},68286:e=>{e.exports={en:["Middle line"]}},12516:e=>{e.exports={en:["Middle point"],ca_ES:["Punt mitjà"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],ca_ES:["La pròxima vegada podeu fer servir {shortcut} per accelerar el procés d'enganxar"]}},14279:e=>{e.exports={en:["Source background"],ca_ES:["Fons de la font"]}},64598:e=>{e.exports={en:["Source border"],ca_ES:["Vora de la font"]}},88479:e=>{e.exports={en:["Source text"],ca_ES:["Text de la font"]}},69904:e=>{e.exports={en:["Schiff"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},26754:e=>{e.exports={en:["Stats"],ca_ES:["Estadístiques"]}},16053:e=>{e.exports={en:["Stats position"],ca_ES:["Posició en estadístiques"]}},33310:e=>{e.exports={en:["Stop color"],ca_ES:["Color del límit màxim de pèrdues"]}},23814:e=>{e.exports={en:["Stop level"],ca_ES:["Nivell de stop"]}},23971:e=>{e.exports={
|
||||
en:["Success text"],ca_ES:["Text correcte"]}},90431:e=>{e.exports={en:["Success background"],ca_ES:["Fons correcte"]}},73525:e=>{e.exports={en:["Percent change"]}},33120:e=>{e.exports={en:["Percents"],ca_ES:["Percentatges"]}},83840:e=>{e.exports={en:["Price"],ca_ES:["Preu"]}},97273:e=>{e.exports={en:["Price label"],ca_ES:["Etiqueta de preus"]}},42747:e=>{e.exports={en:["Price labels"],ca_ES:["Etiquetes de preus"]}},58557:e=>{e.exports={en:["Price levels"],ca_ES:["Nivells de preus"]}},62362:e=>{e.exports={en:["Price range"],ca_ES:["Rang de preus"]}},78393:e=>{e.exports={en:["Price/bar ratio"],ca_ES:["Ràtio preu/barra"]}},29416:e=>{e.exports={en:["Prices"],ca_ES:["Preus"]}},67852:e=>{e.exports={en:["Profit level"],ca_ES:["Nivell de benefici"]}},27177:e=>{e.exports={en:["Ranges and ratio"],ca_ES:["Rangs i relacions"]}},64489:e=>{e.exports={en:["Reverse"],ca_ES:["Reverteix"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},28971:e=>{e.exports={en:["Right labels"],ca_ES:["Etiquetes de la dreta"]}},63886:e=>{e.exports={en:["Risk"],ca_ES:["Risc"]}},32998:e=>{e.exports={en:["Wave"],ca_ES:["Ona"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},32163:e=>{e.exports={en:["Wick"],ca_ES:["Metxa"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},74939:e=>{e.exports={en:["Top labels"],ca_ES:["Etiquetes superiors"]}},95631:e=>{e.exports={en:["Target background"],ca_ES:["Fons de l'objectiu de beneficis"]}},79622:e=>{e.exports={en:["Target border"],ca_ES:["Vora de l'objectiu de beneficis"]}},3560:e=>{e.exports={en:["Target color"],ca_ES:["Color de l'objectiu de beneficis"]}},59264:e=>{e.exports={en:["Target text"],ca_ES:["Text de l'objectiu de beneficis"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},54971:e=>{e.exports={en:["Thickness"],ca_ES:["Gruix"]}},24821:e=>{e.exports={en:["Ticks"]}},56822:e=>{e.exports={en:["Time label"],ca_ES:["Etiqueta de temps"]}},58476:e=>{e.exports={en:["Time levels"],ca_ES:["Nivells de temps"]}},19788:e=>{e.exports={en:["Transparency"],ca_ES:["Transparència"]}},51574:e=>{e.exports={en:["Trend line"],ca_ES:["Línia de tendència"]}},21315:e=>{e.exports={en:["Upper band #1"],ca_ES:["Banda superior 1"]}},65448:e=>{e.exports={en:["Upper band #2"],ca_ES:["Banda superior #2"]}},64848:e=>{e.exports={en:["Upper band #3"],ca_ES:["Banda superior #3"]}},28683:e=>{e.exports={en:["Use one color"],ca_ES:["Fes servir un color"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"],ca_ES:["Volum"]}},60092:e=>{e.exports={en:["Values"],ca_ES:["Valors"]}},29566:e=>{e.exports={en:["Variance"],ca_ES:["Variància"]}},69526:e=>{e.exports={en:["Vertical"]}},3894:e=>{e.exports={en:["change angle"],ca_ES:["canvia angle"]}},77931:e=>{e.exports={en:["change arrow color"],ca_ES:["canvia el color de la fletxa"]}},2066:e=>{e.exports={en:["change bar X coordinate"],
|
||||
ca_ES:["canvia la coordenada X de les barres"]}},77883:e=>{e.exports={en:["change flag color"],ca_ES:["canvia el color de la bandera"]}},83842:e=>{e.exports={en:["change image"],ca_ES:["canvia la imatge"]}},65309:e=>{e.exports={en:["change image transparency"],ca_ES:["canvia la transparència de la imatge"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},74883:e=>{e.exports={en:["change top margin"],ca_ES:["canvia el marge superior"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],ca_ES:["canvia la coordenada Y de la posició vertical"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"],ca_ES:["canvia el color de la línia del preu mitjà ponderat per volum (VWAP) de {title}"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],ca_ES:["canvia l'ample de la línia del preu mitjà ponderat per volum (VWAP) de {title}"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],ca_ES:["canvia la visibilitat dels coeficients en percentatges de {title}"]}},49442:e=>{e.exports={en:["change {title} color"],ca_ES:["canvia el color de {title}"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],ca_ES:["canvia el mode d'estadístiques compactes de {title}"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],ca_ES:["canvia el color superior de la vora de l'espelma de {title}"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],ca_ES:["canvia la visibilitat de la vora de l'espelma de {title}"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],ca_ES:["canvia el color inferior de la vora de l'espelma de {title}"]}},80022:e=>{e.exports={en:["change {title} candle down color"],ca_ES:["canvia el color inferior de l'espelma de {title}"]}},21631:e=>{e.exports={en:["change {title} candle up color"],ca_ES:["canvia el color superior de l'espelma de {title}"]}},33589:e=>{e.exports={en:["change {title} candle wick color"],ca_ES:["canvia el color de la metxa de l'espelma de {title}"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],ca_ES:["canvia la visibilitat de la metxa de l'espelma de {title}"]}},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"],ca_ES:["canvia la visibilitat de l'angle de {title}"]}},99232:e=>{e.exports={en:["change {title} account size"],ca_ES:["canvia la mida del compte de {title}"]}},80390:e=>{e.exports={en:["change {title} always show stats"],ca_ES:["canvia la casella mostra sempre les estadístiques de {title}"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ca_ES:["canvia el color de totes les línies de {title}"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],ca_ES:["canvia el color de línia de l'arc de {index} de {title}"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],ca_ES:["canvia l'ample de línia de l'arc de {index} de {title}"]}},
|
||||
4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} dels arcs de {title}"]}},39393:e=>{e.exports={en:["change {title} average HL value"],ca_ES:["canvia el valor mitjà de HL de {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes inferiors de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ca_ES:["canvia la transparència del fons de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ca_ES:["canvia la visibilitat del fons de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ca_ES:["canvia el color del fons de {title}"]}},2788:e=>{e.exports={en:["change {title} background color 1"],ca_ES:["canvia el color del fons 1 {title}"]}},47108:e=>{e.exports={en:["change {title} background color 2"],ca_ES:["canvia el color dels fons 2 {title}"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],ca_ES:["canvia la visibilitat del rang de barres de {title}"]}},20664:e=>{e.exports={en:["change {title} grid visibility"],ca_ES:["canvia la visibilitat de la quadrícula de {title}"]}},36467:e=>{e.exports={en:["change {title} grid line color"],ca_ES:["canvia el color de la línia de la quadrícula de {title}"]}},54244:e=>{e.exports={en:["change {title} grid line style"],ca_ES:["canvia l'estil de la línia de la quadrícula de {title}"]}},30127:e=>{e.exports={en:["change {title} grid line width"],ca_ES:["canvia l'ample de la línia de la quadrícula de {title}"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],ca_ES:["canvia la visibilitat del rang de data/hora de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},86650:e=>{e.exports={en:["change {title} degree"],ca_ES:["canvia el grau de {title}"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],ca_ES:["canvia la visibilitat de la distància de {title}"]}},73247:e=>{e.exports={en:["change {title} emoji"],ca_ES:["canvia l'emoji de {title}"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],ca_ES:["canvia la visibilitat de l'emoji de {title}"]}},91534:e=>{e.exports={en:["change {title} entry price"],ca_ES:["canvia el preu de l'entrada de {title}"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],ca_ES:["canvia amplia cap avall a {title}"]}},35139:e=>{e.exports={en:["change {title} extend left"],ca_ES:["canvia amplia cap a l'esquerra a {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ca_ES:["canvia ampliar línies a {title}"]}},30126:e=>{e.exports={en:["change {title} extend top"],ca_ES:["canvia amplia cap amunt a {title}"]}},58052:e=>{e.exports={en:["change {title} extending left"],ca_ES:["canvia l'ampliació cap a l'esquerra a {title}"]}},74867:e=>{e.exports={en:["change {title} extending right"],
|
||||
ca_ES:["canvia l'ampliació cap a la dreta a {title}"]}},10390:e=>{e.exports={en:["change {title} extension"],ca_ES:["canvia l'ampliació de {title}"]}},58406:e=>{e.exports={en:["change {title} failure text color"],ca_ES:["canvia el color del text de l'error de {title}"]}},91321:e=>{e.exports={en:["change {title} failure background color"],ca_ES:["canvia el color de fons de l'error de {title}"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} del ventall de {title}"]}},6298:e=>{e.exports={en:["change {title} fan {index} line width"],ca_ES:["canvia l'ample de línia del ventall de {index} de {title}"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],ca_ES:["canvia el color de la línia del ventall de {index} de {title}"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],ca_ES:["canvia la visibilitat dels ventalls de {title}"]}},1716:e=>{e.exports={en:["change {title} fans line color"],ca_ES:["canvia el color de la línia de ventalls de {title}"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],ca_ES:["canvia els nivells de Fibonacci en funció de l'escala logarítmica de {title}"]}},10643:e=>{e.exports={en:["change {title} flipped"],ca_ES:["canvia capgirat en {title}"]}},30484:e=>{e.exports={en:["change {title} full circles visibility"],ca_ES:["canvia la visibilitat dels cercles complets de {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},86993:e=>{e.exports={en:["change {title} image background color"],ca_ES:["canvia el color del fons de la imatge de {title}"]}},54087:e=>{e.exports={en:["change {title} lot size"],ca_ES:["canvia la mida del lot de {title}"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],ca_ES:["canvia el color de la línia de la banda inferior 1 de {title}"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],ca_ES:["canvia la visibilitat de la línia de la banda inferior 1 de {title}"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],ca_ES:["canvia l'ample de la línia de la banda inferior 1 de {title}"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],ca_ES:["canvia el color de la línia de la banda inferior #2 de {title}"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],ca_ES:["canvia la visibilitat de la banda inferior #2 de {title}"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],ca_ES:["canvia l'ample de línia de la banda inferior #2 de {title}"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],ca_ES:["canvia el color de la línia de la banda inferior #3 de {title}"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],ca_ES:["canvia la visibilitat de la línia de la banda inferior #3 de {title}"]}},3476:e=>{e.exports={
|
||||
en:["change {title} lower band #3 line width"],ca_ES:["canvia l'ample de la línia de la banda inferior #3 de {title}"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ca_ES:["canvia l'alineació de les etiquetes de {title}"]}},19658:e=>{e.exports={en:["change {title} labels font size"],ca_ES:["canvia mida de la lletra de les etiquetes de {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ca_ES:["canvia el coeficient de línia dels nivells de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ca_ES:["canvia el color de línia dels nivells de {index} de {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ca_ES:["canvia l'estil de línia dels nivells de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} de nivell de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ca_ES:["canvia l'ample de línia dels nivells de {index} de {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ca_ES:["canvia els nivells de visibilitat de {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes esquerres de {title}"]}},57462:e=>{e.exports={en:["change {title} mode"],ca_ES:["canvia el mode de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],ca_ES:["canvia la visibilitat del punt mitjà de {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},55134:e=>{e.exports={en:["change {title} mirrored"],ca_ES:["canvia reflectit en {title}"]}},63047:e=>{e.exports={en:["change {title} source background color"],ca_ES:["canvia el color de fons de la font de {title}"]}},93889:e=>{e.exports={en:["change {title} source border color"],ca_ES:["canvia el color de la vora de la font de {title}"]}},45833:e=>{e.exports={en:["change {title} source text color"],ca_ES:["canvia el color del text font de {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},98463:e=>{e.exports={en:["change {title} style"],ca_ES:["canvia l'estil de {title}"]}},86722:e=>{e.exports={en:["change {title} stats position"],ca_ES:["canvia la posició de les estadístiques de {title}"]}},26598:e=>{e.exports={en:["change {title} stop color"],ca_ES:["canvia el color de l'stop de {title}"]}},45438:e=>{e.exports={
|
||||
en:["change {title} stop level"],ca_ES:["canvia el nivell de stop de {title}"]}},27503:e=>{e.exports={en:["change {title} stop price"],ca_ES:["canvia el preu de stop de {title}"]}},71715:e=>{e.exports={en:["change {title} success text color"],ca_ES:["canvia el color del text de l'èxit a {title}"]}},80428:e=>{e.exports={en:["change {title} success background color"],ca_ES:["canvia el color de fons de l'èxit a {title}"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],ca_ES:["canvia la visibilitat de l'etiqueta de preus de {title}"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de preus de {title}"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],ca_ES:["canvia la visibilitat del rang de preus de {title}"]}},727:e=>{e.exports={en:["change {title} price visibility"],ca_ES:["canvia la visibilitat del preu de {title}"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],ca_ES:["canvia la visibilitat dels preus de {title}"]}},64330:e=>{e.exports={en:["change {title} profit level"],ca_ES:["canvia el nivell de beneficis de {title}"]}},12073:e=>{e.exports={en:["change {title} profit price"],ca_ES:["canvia el preu de beneficis de {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],ca_ES:["canvia capgirat en {title}"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes dretes de {title}"]}},79875:e=>{e.exports={en:["change {title} risk"],ca_ES:["canvia el risc de {title}"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],ca_ES:["canvia el mode de visualització de riscos de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},60111:e=>{e.exports={en:["change {title} width"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes superiors de {title}"]}},25987:e=>{e.exports={en:["change {title} target background color"],ca_ES:["canvia el color de fons de l'objectiu de {title}"]}},24138:e=>{e.exports={en:["change {title} target border color"],ca_ES:["canvia el color de la vora de l'objectiu {title}"]}},10504:e=>{e.exports={en:["change {title} target color"],ca_ES:["canvia el color de l'objectiu de {title}"]}},32230:e=>{e.exports={en:["change {title} target text color"],ca_ES:["canvia el color del text de l'objectiu de {title}"]}},30353:e=>{e.exports={en:["change {title} text visibility"]}},94455:e=>{e.exports={en:["change {title} text alignment"]}},66960:e=>{e.exports={en:["change {title} time label visibility"],ca_ES:["canvia la visibilitat de l'etiqueta de temps de {title}"]}},51085:e=>{e.exports={en:["change {title} transparency"],ca_ES:["canvia la transparència de {title}"]}},27326:e=>{e.exports={
|
||||
en:["change {title} upper band #1 line color"],ca_ES:["canvia el color de la línia de la banda superior 1 de {title}"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],ca_ES:["canvia la visibilitat de la línia de la banda superior 1 de {title}"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],ca_ES:["canvia l'ample de la línia de la banda superior 1 de {title}"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],ca_ES:["canvia el color de la línia de la banda superior #2 de {title}"]}},93075:e=>{e.exports={en:["change {title} upper band #2 line visibility"],ca_ES:["canvia la visibilitat de la línia de la banda superior #2 de {title}"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],ca_ES:["canvia l'ample de la línia de la banda superior #2 de {title}"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],ca_ES:["canvia el color de la banda superior #3 de {title}"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],ca_ES:["canvia la visibilitat de la banda superior #3 de {title}"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],ca_ES:["canvia l'ample de la línia de la banda superior #3 de {title}"]}},36336:e=>{e.exports={en:["change {title} volume visibility"]}},23171:e=>{e.exports={en:["change {title} variance value"],ca_ES:["canvia el valor de variància de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ca_ES:["canvia la visibilitat de la línia de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ca_ES:["canvia l'ample de la línia de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],
|
||||
ca_ES:["canvia el color de la línia de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ca_ES:["canvia la línia que s'estén a l'esquerra {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ca_ES:["canvia la línia que s'estén a la dreta de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ca_ES:["canvia el final de la línia esquerra de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ca_ES:["canvia el final de la línia dreta de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ca_ES:["canvia l'estil de línia de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},61218:e=>{e.exports={en:["backgrounds color"],ca_ES:["color del fons"]}},48433:e=>{e.exports={en:["backgrounds filled"],ca_ES:["farciment del fons"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},24621:e=>{e.exports={en:["lines color"],ca_ES:["color de les línies"]}},96400:e=>{e.exports={en:["lines style"],ca_ES:["estil de línies"]}},41594:e=>{e.exports={en:["lines width"],ca_ES:["ample de línies"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{
|
||||
e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},59012:e=>{e.exports={en:["show price"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},44461:e=>{e.exports={en:["text color"],ca_ES:["color del text"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
55
charting_library/bundles/ca_ES.3786.99bfb372318533e2d1c4.js
Normal file
55
charting_library/bundles/ca_ES.3786.99bfb372318533e2d1c4.js
Normal file
@@ -0,0 +1,55 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],ca_ES:["Fosc"]}},96870:e=>{e.exports={en:["Light"],ca_ES:["Clar"]}},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"],ca_ES:["Còpia {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"],ca_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"],ca_ES:["Color de nivell -0,236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],ca_ES:["Color de nivell -0,382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],ca_ES:["Color de nivell -0,618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],ca_ES:["Color de nivell -0,65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],ca_ES:["Color de nivell 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],ca_ES:["Color de nivell 0,236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],ca_ES:["Color de nivell 0,382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],ca_ES:["Color de nivell 0,5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],ca_ES:["Color de nivell 0,618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],ca_ES:["Color de nivell 0,65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],ca_ES:["Color de nivell 0,786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],ca_ES:["Color de nivell 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],ca_ES:["Color de nivell 1,272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],ca_ES:["Color de nivell 1,414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],ca_ES:["Color de nivell 1,618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],ca_ES:["Color de nivell 1,65"]},e.exports["1st Period_input"]={en:["1st Period"],ca_ES:["Primer període"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],ca_ES:["Color de nivell 2,618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],ca_ES:["Color de nivell 2,65"]},e.exports["2nd Period_input"]={en:["2nd Period"],ca_ES:["Segon període"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],ca_ES:["Color de nivell 3,618"]},
|
||||
e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],ca_ES:["Color de nivell 3,65"]},e.exports["3rd Period_input"]={en:["3rd Period"],ca_ES:["Tercer període"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],ca_ES:["Color de nivell 4,236"]},e.exports["4th Period_input"]={en:["4th Period"],ca_ES:["Quart període"]},e.exports["5th Period_input"]={en:["5th Period"],ca_ES:["Cinquè període"]},e.exports["6th Period_input"]={en:["6th Period"],ca_ES:["Sisè període"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],ca_ES:["ADX suavitzat"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],ca_ES:["ADX suavitzat"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],ca_ES:["Rang veritable mitjà (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"],ca_ES:["Acumulació/distribució"]},e.exports["All items_combobox_input"]={en:["All items"],ca_ES:["Tots els elements"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],ca_ES:["Període de referència"]},e.exports["Another symbol_input"]={en:["Another symbol"],ca_ES:["Un altre símbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],ca_ES:["Aroon abaix (Aroon Down)"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],ca_ES:["Aroon amunt (Aroon Up)"]},e.exports.Average_input={en:["Average"],ca_ES:["Mitjana"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],ca_ES:["Períodes de la mitjana"]},e.exports.Back_input={en:["Back"],ca_ES:["Enrere"]},e.exports["Bands style_input"]={en:["Bands style"],ca_ES:["Estil de bandes"]},e.exports.Bar_input={en:["Bar"],ca_ES:["Barra"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],ca_ES:["Períodes de la línia de referència"]},e.exports["Base Line_input"]={en:["Base Line"],ca_ES:["Línia de referència"]},e.exports.Basis_input={en:["Basis"],ca_ES:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],ca_ES:["Bandes de Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],ca_ES:["Ample de les bandes de Bollinger"]},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"],ca_ES:["Cancel·la"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"],ca_ES:["Centrat"]},e.exports.Century_input={en:["Century"],ca_ES:["Segle"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],ca_ES:["Oscil·lador de Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"],ca_ES:["Oscil·lador de moment de Chande"]},e.exports.Close_input={en:["Close"],ca_ES:["Tancament"]},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"],ca_ES:["Color basat en el tancament anterior"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],ca_ES:["Períodes de la línia de conversió"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],ca_ES:["Línia de conversió"]},e.exports.Correlation_input={en:["Correlation"],ca_ES:["Correlació"]},e.exports.Count_input={en:["Count"],ca_ES:["Recompte"]},e.exports.Crosses_input={en:["Crosses"],ca_ES:["Creus"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],ca_ES:["Longitud DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],ca_ES:["Dia"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],ca_ES:["Dies per any"]},e.exports.Decade_input={en:["Decade"],ca_ES:["Dècada"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],ca_ES:["Profunditat"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],ca_ES:["Oscil·lador del preu sense tendència"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],ca_ES:["Desenvolupa Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],ca_ES:["Desviació (%)"]},e.exports.Deviation_input={en:["Deviation"],ca_ES:["Desviació"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"],ca_ES:["Volum descendent"]},e.exports["Down bars_input"]={en:["Down bars"]},e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"],ca_ES:["Fractals baixistes"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],ca_ES:["Totes (premercat, mercat, postmercat)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],ca_ES:["Índex de força d'Elder"]},e.exports["Equality Line_input"]={en:["Equality Line"],ca_ES:["Línia d'igualtat"]},e.exports.Exponential_input={en:["Exponential"],ca_ES:["Exponencial"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],ca_ES:["Amplia POC a la dreta"]},e.exports["Extend Right_input"]={en:["Extend Right"],ca_ES:["Amplia a la dreta"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],ca_ES:["Amplia límit superior de la zona de valor (VAH) a la dreta"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],ca_ES:["Amplia límit inferior de la zona de valor (VAL) a la dreta"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],
|
||||
ca_ES:["Amplia fins a l'última barra"]},e.exports.Falling_input={en:["Falling"],ca_ES:["Descendent"]},e.exports["Fast Length_input"]={en:["Fast Length"],ca_ES:["Longitud ràpida"]},e.exports["Fast length_input"]={en:["Fast length"],ca_ES:["Longitud ràpida"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],ca_ES:["Creixent"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],ca_ES:["Requadre de l'histograma"]},e.exports.Histogram_input={en:["Histogram"],ca_ES:["Histograma"]},e.exports["Hull MA_input"]={en:["Hull MA"],ca_ES:["MV de Hull"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"],ca_ES:["Indicador"]},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"],ca_ES:["Període EMA 1 per a inversors"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],ca_ES:["Període EMA 2 per a inversors"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],ca_ES:["Període EMA 3 per a inversors"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],ca_ES:["Període EMA 4 per a inversors"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],ca_ES:["Període EMA 5 per a inversors"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],ca_ES:["Període EMA 6 per a inversors"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],ca_ES:["Longitud de la mandíbula"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],ca_ES:["Jaw Offset (mandíbula)"]},e.exports.Jaw_input={en:["Jaw"],ca_ES:["Mandíbula"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],ca_ES:["Posició de les etiquetes"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],ca_ES:["Etiquetes en l'escala de preus"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],ca_ES:["Tram de desfasament"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],ca_ES:["Període principal A (Leading Span A)"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],ca_ES:["Període principal B (Leading Span B)"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],ca_ES:["Període principal B (Leading Span B)"]},e.exports["Length EMA_input"]={en:["Length EMA"],ca_ES:["Longitud EMA"]},e.exports["Length MA_input"]={en:["Length MA"],ca_ES:["Longitud MA"]},e.exports.Length1_input={en:["Length1"],ca_ES:["Longitud1"]},e.exports.Length2_input={en:["Length2"],ca_ES:["Longitud2"]},e.exports.Length3_input={en:["Length3"],ca_ES:["Longitud3"]},e.exports.Length_input={en:["Length"],ca_ES:["Longitud"]},e.exports.Level_input={en:["Level"],ca_ES:["Nivell"]},
|
||||
e.exports["Levels Format_input"]={en:["Levels Format"],ca_ES:["Format de nivells"]},e.exports.Limit_input={en:["Limit"],ca_ES:["Límit"]},e.exports.Line_input={en:["Line"],ca_ES:["Línia"]},e.exports["Lips Length_input"]={en:["Lips Length"],ca_ES:["Longitud dels llavis"]},e.exports["Lips Offset_input"]={en:["Lips Offset"],ca_ES:["Lips Offset (llavis)"]},e.exports.Lips_input={en:["Lips"],ca_ES:["Llavis"]},e.exports["Long Length_input"]={en:["Long Length"],ca_ES:["Longitud llarga"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],ca_ES:["Longitud al llarg de la taxa de canvi (RoC)"]},e.exports["Long length_input"]={en:["Long length"],ca_ES:["Longitud llarga"]},e.exports["Long period_input"]={en:["Long period"],ca_ES:["Període llarg"]},e.exports.Long_input={en:["Long"],ca_ES:["Llarg"]},e.exports["Lower Band_input"]={en:["Lower Band"],ca_ES:["Banda inferior"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],ca_ES:["Desviació inferior"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],ca_ES:["Percentatge mínim"]},e.exports.LowerLimit_input={en:["LowerLimit"],ca_ES:["Límit inferior"]},e.exports.Lower_input={en:["Lower"],ca_ES:["Menor"]},e.exports["MA Length_input"]={en:["MA Length"],ca_ES:["Longitud de la MV"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"],ca_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"],ca_ES:["Símbol principal del gràfic"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],ca_ES:["Percentatge de mercat tancat"]},e.exports["Market only_input"]={en:["Market only"],ca_ES:["Només mercat"]},e.exports["Max value_input"]={en:["Max value"],ca_ES:["Valor màxim"]},e.exports.Median_input={en:["Median"],ca_ES:["Mitjà"]},e.exports.Method_input={en:["Method"],ca_ES:["Mètode"]},e.exports.Middle_input={en:["Middle"],ca_ES:["Mitjà"]},e.exports.Minimize_input={en:["Minimize"]},e.exports.Month_input={en:["Month"],ca_ES:["Mes"]},e.exports.Move_input={en:["Move"],ca_ES:["Moviment"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"],ca_ES:["Multiplicador"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],ca_ES:["No hi ha res seleccionat"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],ca_ES:["Nombre de files"]},e.exports["Number of line_input"]={en:["Number of line"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"],ca_ES:["Desplaçament"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"],ca_ES:["Oscil·lador"]},e.exports.Overbought_input={en:["Overbought"],ca_ES:["Sobrecomprat"]},e.exports.Oversold_input={en:["Oversold"],ca_ES:["Sobrevenut"]},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"],ca_ES:["Percentatge"]},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"],ca_ES:["Període"]},e.exports.Periods_input={en:["Periods"],ca_ES:["Períodes"]},e.exports["Phantom bars_input"]={en:["Phantom bars"]},e.exports.Placement_input={en:["Placement"],ca_ES:["Col·locació"]},e.exports.Plot_input={en:["Plot"],ca_ES:["Traçat del gràfic"]},e.exports["Plots Background_input"]={en:["Plots Background"],ca_ES:["Fons dels gràfics (Plots Background)"]},e.exports["Post-market only_input"]={en:["Post-market only"],ca_ES:["Només postmercat"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],ca_ES:["Només premercat"]},e.exports["Price source_input"]={en:["Price source"]},e.exports.Price_input={en:["Price"],ca_ES:["Preu"]},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"],ca_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"],ca_ES:["Longitud RSI"]},e.exports["RSI Source_input"]={en:["RSI Source"],ca_ES:["Font 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"],ca_ES:["Consideració retrospectiva de la taxa de canvi"]},e.exports["Reversal amount_input"]={en:["Reversal amount"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],ca_ES:["Període renovable"]},e.exports["Row Size_input"]={en:["Row Size"],ca_ES:["Mida de la fila"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],ca_ES:["Disseny de les files"]},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"],ca_ES:["Oscil·lador ergòdic SMI"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"],ca_ES:["Sessió"]},e.exports.Sessions_input={en:["Sessions"]},e.exports.Shapes_input={en:["Shapes"],ca_ES:["Formes"]},e.exports["Short Length_input"]={en:["Short Length"],ca_ES:["Longitud curta"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"],ca_ES:["Longitud RoC curta"]},e.exports["Short length_input"]={en:["Short length"],ca_ES:["Longitud curta"]},e.exports["Short period_input"]={en:["Short period"],
|
||||
ca_ES:["Període curt"]},e.exports.Short_input={en:["Short"],ca_ES:["Curt"]},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"],ca_ES:["Longitud del senyal"]},e.exports["Signal line period_input"]={en:["Signal line period"],ca_ES:["Període de la línia de senyals"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],ca_ES:["Suavitzat de senyals"]},e.exports.Signal_input={en:["Signal"],ca_ES:["Senyal"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"],ca_ES:["Mitjana mòbil simple (oscil·lador)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"],ca_ES:["Mitjana mòvil simple (línia de senyal)"]},e.exports.Simple_input={en:["Simple"]},e.exports["Slow Length_input"]={en:["Slow Length"],ca_ES:["Longitud lenta"]},e.exports["Slow length_input"]={en:["Slow length"],ca_ES:["Longitud lenta"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"],ca_ES:["Longitud de suavitzat"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],ca_ES:["Línia de suavitzat"]},e.exports.Smoothing_input={en:["Smoothing"],ca_ES:["Suavitzat"]},e.exports.Source_input={en:["Source"],ca_ES:["Font"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],ca_ES:["Errors estàndard"]},e.exports.Start_input={en:["Start"],ca_ES:["Inici"]},e.exports.StdDev_input={en:["StdDev"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],ca_ES:["Longitud estocàstica"]},e.exports.Style_input={en:["Style"]},e.exports.Symbol_input={en:["Symbol"],ca_ES:["Símbol"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"],ca_ES:["Longitud de les dents"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"],ca_ES:["Teeth Offset (dents)"]},e.exports.Teeth_input={en:["Teeth"],ca_ES:["Dents"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],ca_ES:["Ticks per fila"]},e.exports.Timeframe_input={en:["Timeframe"]},e.exports.Total_input={en:["Total"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],ca_ES:["Període EMA 1 per a traders"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],ca_ES:["Període EMA 2 per a traders"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],ca_ES:["Període EMA 3 per a traders"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"],ca_ES:["Període EMA 4 per a traders"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],ca_ES:["Període EMA 5 per a traders"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],ca_ES:["Període EMA 6 per a traders"]},e.exports.Traditional_input={en:["Traditional"]},e.exports.Trigger_input={en:["Trigger"],ca_ES:["Activa"]},e.exports.Type_input={en:["Type"]},e.exports.UO_input={en:["UO"]},
|
||||
e.exports["Up Volume_input"]={en:["Up Volume"],ca_ES:["Volum ascendent"]},e.exports["Up bars_input"]={en:["Up bars"]},e.exports["Up color_input"]={en:["Up color"]},e.exports["Up fractals_input"]={en:["Up fractals"],ca_ES:["Fractals alcistes"]},e.exports["Up/Down_input"]={en:["Up/Down"],ca_ES:["Màxim/Mínim"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],ca_ES:["Longitud amunt i avall"]},e.exports["Upper Band_input"]={en:["Upper Band"],ca_ES:["Banda superior"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],ca_ES:["Desviació superior"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],ca_ES:["Percentatge màxim"]},e.exports.UpperLimit_input={en:["UpperLimit"],ca_ES:["LímitSuperior"]},e.exports.Upper_input={en:["Upper"],ca_ES:["Superior"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],ca_ES:["Fes servir la desviació inferior"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],ca_ES:["Fes servir la desviació 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"],ca_ES:["Àrea de valor descendent"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],ca_ES:["Preu més alt de l'àrea de valor"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],ca_ES:["Volum de l'àrea de valor"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],ca_ES:["Volum de l'àrea de valors"]},e.exports["Value Area_input"]={en:["Value Area"],ca_ES:["Àrea de valor"]},e.exports.Value_input={en:["Value"],ca_ES:["Valor"]},e.exports["Values in status line_input"]={en:["Values in status line"],ca_ES:["Valors en la línia d'estat"]},e.exports.Volume_input={en:["Volume"],ca_ES:["Volum"]},e.exports["WMA Length_input"]={en:["WMA Length"],ca_ES:["Longitud WMA"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"]},e.exports.Week_input={en:["Week"],ca_ES:["Setmana"]},e.exports.Weighted_input={en:["Weighted"],ca_ES:["Ponderada"]},e.exports.Wick_input={en:["Wick"]},e.exports.Wicks_input={en:["Wicks"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],ca_ES:["Wilder's Smoothing (Suavització o allisat de Wilder)"]},e.exports["Window Size_input"]={en:["Window Size"],ca_ES:["Mida de la finestra"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],ca_ES:["Any"]},e.exports["Zero Line_input"]={en:["Zero Line"],ca_ES:["Línia zero"]},e.exports.Zero_input={en:["Zero"]},e.exports.fastLength_input={en:["fastLength"],ca_ES:["LongitudRàpida"]},e.exports.from_input={en:["from"]},e.exports.increment_input={en:["increment"]},e.exports.isCentered_input={en:["isCentered"],ca_ES:["estàCentrat"]},e.exports.len_input={en:["len"]},e.exports.length14_input={en:["length14"],ca_ES:["longitud14"]},e.exports.length28_input={en:["length28"],ca_ES:["longitud28"]},e.exports.length7_input={en:["length7"],ca_ES:["longitud7"]},e.exports.lengthRSI_input={
|
||||
en:["lengthRSI"],ca_ES:["longitudRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"],ca_ES:["longitudStoch"]},e.exports.length_input={en:["length"],ca_ES:["longitud"]},e.exports.long_input={en:["long"],ca_ES:["longitud"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={en:["maximum"],ca_ES:["màxim"]},e.exports.mult_input={en:["mult"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],ca_ES:["resolució"]},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"],ca_ES:["curt"]},e.exports.shortlen_input={en:["shortlen"],ca_ES:["longitudcurta"]},e.exports["show MA_input"]={en:["show MA"],ca_ES:["mostra 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"]},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"],ca_ES:["{number} element","{number} elements"]}},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"],ca_ES:["Escala invertida"]}},35210:e=>{e.exports={en:["Indexed to 100"],ca_ES:["Indexat a 100"]}},31340:e=>{e.exports={en:["Logarithmic"],ca_ES:["Logarítmic"]}},19405:e=>{e.exports={en:["No overlapping labels"],ca_ES:["Sense etiquetes superposades"]}},34954:e=>{e.exports={en:["Percent"],ca_ES:["Percentatge"]}},55300:e=>{e.exports={en:["Regular"],ca_ES:["Normal"]}},8029:e=>{e.exports={en:["ETH"],ca_ES:["HTE"]}},34647:e=>{e.exports={en:["Electronic trading hours"],ca_ES:["Horari de trading electrònic"]}},36862:e=>{e.exports={en:["Extended trading hours"],ca_ES:["Horari ampliat de trading"]}},7807:e=>{e.exports={en:["POST"],ca_ES:["posterior"]}},46273:e=>{e.exports={en:["PRE"],ca_ES:["PREVI"]}},50434:e=>{e.exports={en:["Postmarket"],ca_ES:["Postmercat"]}},59330:e=>{e.exports={en:["Premarket"],ca_ES:["Premercat"]}},35342:e=>{e.exports={en:["RTH"],ca_ES:["HTH"]}},84246:e=>{e.exports={en:["Regular trading hours"],ca_ES:["Horari de trading habitual"]}},13132:e=>{e.exports={en:["May"],ca_ES:["Maig"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],ca_ES:["*Tots els patrons d'espelmes*"]},
|
||||
e.exports["24-hour Volume_study"]={en:["24-hour Volume"],ca_ES:["Volum 24 hores"]},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"],ca_ES:["Nadó abandonat: baixista"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],ca_ES:["Nadó abandonat: alcista"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],ca_ES:["Comptes a pagar"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],ca_ES:["Comptes a cobrar: negociació, net"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],ca_ES:["Comptes a cobrar, bruts"]},e.exports.Accruals_study={en:["Accruals"],ca_ES:["Meritacions"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],ca_ES:["Sous acumulats a pagar"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],ca_ES:["Depreciació acumulada, total"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],ca_ES:["Acumulació/distribució"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],ca_ES:["Índex d'oscil·lació acumulatiu"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],ca_ES:["Capital addicional pagat/excedent de capital"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],ca_ES:["Línia d'avanç/retrocés"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],ca_ES:["Relació avanç/retrocés"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],ca_ES:["Ràtio d'avanç/retrocés (barres)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"],ca_ES:["Avanç/retrocés"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"],ca_ES:["Altres ingressos/despeses després d'impostos"]},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"],ca_ES:["Amortització de càrrecs diferits"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"],ca_ES:["Amortització d'intangibles"]},e.exports.Amortization_study={en:["Amortization"],ca_ES:["Amortització"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],ca_ES:["Mitjana mòbil Arnaud Legoux"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],ca_ES:["Rotació d'actius"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],ca_ES:["Perfil de volum autoancorat"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],
|
||||
ca_ES:["Extensió de Fibonacci automàtica"]},e.exports["Auto Fib Retracement_study"]={en:["Auto Fib Retracement"],ca_ES:["Retrocés automàtic de Fib"]},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"],ca_ES:["Rang diari mitjà"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],ca_ES:["Índex mitjà de moviment direccional"]},e.exports["Average Price_study"]={en:["Average Price"],ca_ES:["Preu mitjà"]},e.exports["Average True Range_study"]={en:["Average True Range"],ca_ES:["Rang veritable mitjà"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],ca_ES:["Mitjana d'accions bàsiques en circulació"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],ca_ES:["Oscil·lador sorprenent"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],ca_ES:["Deutes incobrables / Comptes dubtosos"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],ca_ES:["Correlació de forces"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],ca_ES:["Estratègia BarUpDn"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],ca_ES:["BPA bàsic"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],ca_ES:["Benefici per acció bàsic (BPA bàsic)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],ca_ES:["Patró gràfic bandera baixista"]},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"],ca_ES:["Bandes de Bollinger %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],ca_ES:["Estratègia dirigida bandes de Bollinger"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],ca_ES:["Estratègia de bandes de Bollinger"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],ca_ES:["Ample de les bandes de Bollinger"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],ca_ES:["Bandes de Bollinger"]},e.exports["Book value per share_study"]={en:["Book value per share"],ca_ES:["Valor comptable per acció"]},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"],ca_ES:["Patró gràfic banderí alcista"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],ca_ES:["Rendibilitat per recompra %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],ca_ES:["Ràtio cost de béns venuts/ingressos"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],
|
||||
ca_ES:["Compromisos d'arrendament financer i operatiu"]},e.exports["Capital expenditures - fixed assets_study"]={en:["Capital expenditures - fixed assets"],ca_ES:["Inversions de capital: actius fixos"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],ca_ES:["Inversions de capital: altres actius"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],ca_ES:["Despeses de capital"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],ca_ES:["Obligacions d'arrendament capitalitzades"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],ca_ES:["Efectiu i equivalents"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],ca_ES:["Efectiu i inversions a curt termini"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],ca_ES:["Cicle de conversió d'efectiu"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],ca_ES:["Efectiu procedent d'activitat de finançament"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],ca_ES:["Efectiu procedent d'activitats d'inversió"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],ca_ES:["Efectiu procedent de les activitats operatives"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],ca_ES:["Ràtio efectiu/deute"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],ca_ES:["Flux monetari Chaikin"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],ca_ES:["Oscil·lador Chaikin"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],ca_ES:["Volatilitat de Chaikin"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"],ca_ES:["Oscil·lador moment de Chande"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],ca_ES:["Canvi en comptes a pagar"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],ca_ES:["Canvi en comptes a cobrar"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],ca_ES:["Canvi en despeses acumulades"]},e.exports["Change in inventories_study"]={en:["Change in inventories"],ca_ES:["Variació d'existències"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],ca_ES:["Canvi en altres actius/passius"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],ca_ES:["Canvis als impostos a pagar"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],ca_ES:["Canvis al capital circulant"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"]},e.exports["Chop Zone_study"]={en:["Chop Zone"],ca_ES:["Zona de tall"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],ca_ES:["Índex Choppiness"]},e.exports["Commodity Channel Index_study"]={
|
||||
en:["Commodity Channel Index"],ca_ES:["Índex de canal de mercaderies"]},e.exports["Common dividends paid_study"]={en:["Common dividends paid"],ca_ES:["Dividends pagats sobre accions ordinàries"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],ca_ES:["Capital ordinari, total"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"],ca_ES:["Valor nominal/comptable d'accions ordinàries"]},e.exports.Compare_study={en:["Compare"],ca_ES:["Compara"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],ca_ES:["Expressions condicionals"]},e.exports["Connors RSI_study"]={en:["Connors RSI"],ca_ES:["RSI (índex de força relativa) de Connors"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],ca_ES:["Estratègia consecutiva amunt/avall"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],ca_ES:["Corba de Coppock"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],ca_ES:["Correlació - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],ca_ES:["Coeficient de correlació"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],ca_ES:["Cost de béns venuts"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],ca_ES:["Cost dels béns"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],ca_ES:["Índex de volum acumulatiu"]},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"],ca_ES:["Porció actual d'arrendaments financers i deute a llarg termini"]},e.exports["Current ratio_study"]={en:["Current ratio"],ca_ES:["Ràtio de solvència"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"],ca_ES:["Núvol negre: baixista"]},e.exports["Days inventory_study"]={en:["Days inventory"],ca_ES:["Dies d'inventari"]},e.exports["Days payable_study"]={en:["Days payable"],ca_ES:["Període mitjà de pagament"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],ca_ES:["Període mitjà de cobrament"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"],ca_ES:["Ràtio deute/Ebitda"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],ca_ES:["Ràtio deute/actius"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],ca_ES:["Ràtio deute/capital"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],ca_ES:["Ràtio deute/ingressos"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"],ca_ES:["Ingressos diferits, circulants"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],ca_ES:["Ingressos diferits, no circulants"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],ca_ES:["Actius per impostos diferits"]},e.exports["Deferred tax liabilities_study"]={
|
||||
en:["Deferred tax liabilities"],ca_ES:["Passius per impostos diferits"]},e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],ca_ES:["Impostos diferits (flux de caixa)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],ca_ES:["Depreciació i amortització"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],ca_ES:["Depreciació i amortització (flux de caixa)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],ca_ES:["Depreciació/esgotament"]},e.exports.Depreciation_study={en:["Depreciation"],ca_ES:["Depreciació"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"],ca_ES:["Oscil·lador del preu sense tendència"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],ca_ES:["BPA diluït"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],ca_ES:["Benefici per acció diluït (BPA diluït)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],ca_ES:["Ingressos nets diluïts disponibles per als accionistes ordinaris"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],ca_ES:["Accions diluïdes en circulació"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"],ca_ES:["Ajustament per dilució"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"],ca_ES:["Índex de moviment direccional"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],ca_ES:["Moviment direccional"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],ca_ES:["Operacions discontínues"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],ca_ES:["Indicador de divergència"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],ca_ES:["Ràtio de repartiment de dividends expressat en %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"],ca_ES:["Rendibilitat per dividend %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],ca_ES:["Dividends a pagar"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],ca_ES:["Dividends per acció: emissió inicial d'accions ordinàries"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"],ca_ES:["Estrella doji: baixista"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"],ca_ES:["Estrella doji: alcista"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"],ca_ES:["Canals de Donchian"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],ca_ES:["Patró gràfic doble vall"]},e.exports["Double EMA_study"]={en:["Double EMA"],ca_ES:["Mitjana mòbil exponencial (EMA) de doble canal"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],
|
||||
ca_ES:["Patro gràfic doble cim"]},e.exports["Downside Tasuki Gap - Bearish_study"]={en:["Downside Tasuki Gap - Bearish"],ca_ES:["Tasuki amb gap: baixista"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"],ca_ES:["Libèl·lula doji: alcista"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"],ca_ES:["Marge Ebitda %"]},e.exports.EBITDA_study={en:["EBITDA"],ca_ES:["Ebitda"]},e.exports.EBIT_study={en:["EBIT"],ca_ES:["Ebit"]},e.exports["EMA Cross_study"]={en:["EMA Cross"],ca_ES:["Encreuament EMA"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],ca_ES:["Creixement en un any del BPA (EPS) bàsic"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],ca_ES:["Creixement en un any del BPA (EPS) diluït"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],ca_ES:["Estimacions dels beneficis per acció (BPA)"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],ca_ES:["Rendibilitat per beneficis"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"],ca_ES:["Facilitat de moviment"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],ca_ES:["Facilitat de moviment"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],ca_ES:["Tipus d'interès efectiu sobre el deute en %"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],ca_ES:["Índex de força d'Elder"]},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"],ca_ES:["Patró de gràfic ones d'Elliott"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"],ca_ES:["Embolcall: baixista"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"],ca_ES:["Embolcall: alcista"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],ca_ES:["Ràtio valor d'empresa/Ebit"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],ca_ES:["Ràtio valor d'empresa/Ebitda"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],ca_ES:["Ràtio valor d'empresa/ingressos"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],ca_ES:["Valor d'empresa"]},e.exports.Envelope_study={en:["Envelope"],ca_ES:["Sobre"]},e.exports.Envelopes_study={en:["Envelopes"],ca_ES:["Envolupants"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"],ca_ES:["Participació en beneficis"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],ca_ES:["Ràtio capital/actius"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"],ca_ES:["Estel vespertí doji: baixista"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"],ca_ES:["Estel vespertí: baixista"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"],ca_ES:["Triple formació: baixista"]
|
||||
},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],ca_ES:["Patró gràfic tascó baixista"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"],ca_ES:["Finestra: baixista"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],ca_ES:["Activitats de finançament: altres fonts"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],ca_ES:["Activitats de finançament: altres usos"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"],ca_ES:["Transformació de Fisher"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],ca_ES:["Perfil de volum amb rang fix"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],ca_ES:["Rang fix"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],ca_ES:["Accions flotants disponibles"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],ca_ES:["Marge flux de caixa lliure %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],ca_ES:["Flux de caixa lliure"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],ca_ES:["Fons de les operacions"]},e.exports.Gaps_study={en:["Gaps"],ca_ES:["Forats"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"],ca_ES:["Ràtio fons de comerç/actius"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"],ca_ES:["Plusvàlua, net"]},e.exports["Graham's number_study"]={en:["Graham's number"],ca_ES:["Nombre de Graham"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"],ca_ES:["Làpida doji: baixista"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],ca_ES:["Estratègia voraç"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],ca_ES:["Marge brut %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],ca_ES:["Ràtio benefici brut/actiu"]},e.exports["Gross profit_study"]={en:["Gross profit"],ca_ES:["Benefici brut"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],ca_ES:["Propietats, planta i equip brut"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],ca_ES:["Mitjana mòbil múltiple de Guppy"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"],ca_ES:["Martell: alcista"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"],ca_ES:["Penjat: baixista"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"],ca_ES:["Harami: baixista"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"],ca_ES:["Harami: alcista"]},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"],
|
||||
ca_ES:["Volatilitat històrica"]},e.exports["Hull Moving Average_study"]={en:["Hull Moving Average"],ca_ES:["Mitjana mòbil de Hull"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"],ca_ES:["Núvol Ichimoku"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"],ca_ES:["Devaluacions"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],ca_ES:["Estratègia de la barra inferior"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],ca_ES:["Crèdits de l'impost sobre la renda"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],ca_ES:["Impost sobre la renda, actual: estranger"]},e.exports["Income tax payable_study"]={en:["Income tax payable"],ca_ES:["Impost sobre la renda a pagar"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],ca_ES:["Impost sobre la renda, actual: nacional"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],ca_ES:["Impost sobre la renda, actual"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],ca_ES:["Impost sobre la renda, diferit: nacional"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],ca_ES:["Impost sobre la renda, diferit: estranger"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],ca_ES:["Impost sobre la renda, diferit"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"],ca_ES:["Interessos capitalitzats"]},e.exports["Interest coverage_study"]={en:["Interest coverage"],ca_ES:["Cobertura d'interessos"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],ca_ES:["Despeses per interessos sobre el deute"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],ca_ES:["Despesa per interessos, net d'interessos capitalitzats"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],ca_ES:["Existències: productes acabats"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],ca_ES:["Inventaris: pagaments a compte i d'altres"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],ca_ES:["Inventaris: matèries primeres"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],ca_ES:["Inventaris: treball en curs"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],ca_ES:["Ràtio inventaris/ingressos"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],ca_ES:["Rotació d'inventari"]},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"],ca_ES:["Martell invertit: alcista"]},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"],ca_ES:["Activitats d'inversió: altres fonts"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],ca_ES:["Activitats d'inversió: altres usos"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],ca_ES:["Inversions en subsidiàries no consolidades"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],ca_ES:["Emissió de deute a llarg termini"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],ca_ES:["Emissió/cancel·lació de deute, net"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],ca_ES:["Emissió/cancel·lació de deute a llarg termini"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],ca_ES:["Emissió/cancel·lació d'altres deutes"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],ca_ES:["Emissió/cancel·lació de deute a curt termini"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],ca_ES:["Emissió/cancel·lació d'accions, net"]},e.exports["KZ index_study"]={en:["KZ index"],ca_ES:["Índex KZ"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],ca_ES:["Estratègia de canal Keltner"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],ca_ES:["Estratègia de canals de Keltner"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],ca_ES:["Canals Keltner"]},e.exports["Key stats_study"]={en:["Key stats"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"],ca_ES:["Puntada: baixista"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"],ca_ES:["Puntada: alcista"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],ca_ES:["Oscil·lador Klinger"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],ca_ES:["Mitjana mòbil dels mínims quadrats"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],ca_ES:["Despeses de reclamacions judicials"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],ca_ES:["Canal de regressió lineal"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],ca_ES:["Corba de regressió lineal"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"],ca_ES:["Inclinació de la línia de regressió"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],ca_ES:["Regressió lineal"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],ca_ES:["Ràtios de liquiditat"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"],ca_ES:["Ombra inferior llarga: alcista"]},e.exports["Long Upper Shadow - Bearish_study"]={
|
||||
en:["Long Upper Shadow - Bearish"],ca_ES:["Ombra superior llarga: baixista"]},e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"],ca_ES:["Deute a llarg termini exclosos els deutes per arrendament"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],ca_ES:["Ràtio deute a llarg termini/actius totals"]},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"],ca_ES:["Deute a llarg termini"]},e.exports["Long term investments_study"]={en:["Long term investments"],ca_ES:["Inversions a llarg termini"]},e.exports["MA Cross_study"]={en:["MA Cross"],ca_ES:["Encreuament de mitjanes mòbils"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],ca_ES:["Encreuament de mitjana mòbil (MA) amb mitjana mòbil exponencial (EMA)"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"],ca_ES:["Encreuament de mitjana mòbil (MA)/mitjana mòbil exponencial (EMA)"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],ca_ES:["Estratègia MACD"]},e.exports.MACD_study={en:["MACD"],ca_ES:["Convergència/divergència de la mitjana mòbil (MACD)"]},e.exports["Majority Rule_study"]={en:["Majority Rule"],ca_ES:["Norma de la majoria"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],ca_ES:["Capitalització de mercat"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"],ca_ES:["Marubozu negre: baixista"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"],ca_ES:["Marubozu blanc: alcista"]},e.exports["Mass Index_study"]={en:["Mass Index"],ca_ES:["Índex Mass"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],ca_ES:["Indicador dinàmic McGinley"]},e.exports["Median Price_study"]={en:["Median Price"],ca_ES:["Preu mitjà"]},e.exports.Median_study={en:["Median"],ca_ES:["Mitjà"]},e.exports["Minority interest_study"]={en:["Minority interest"],ca_ES:["Participació minoritària"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],ca_ES:["Altres despeses no operatives"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],ca_ES:["Estratègia de moment"]},e.exports.Momentum_study={en:["Momentum"],ca_ES:["Moment"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],ca_ES:["Índex de flux monetari"]},e.exports["Money Flow_study"]={en:["Money Flow"],ca_ES:["Flux monetari"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],ca_ES:["Fases lunars"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"],ca_ES:["Estel matutí doji: alcista"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"],ca_ES:["Estel matutí: alcista"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],ca_ES:["Mitjana mòbil adaptativa"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],ca_ES:["Canal de mitjanes mòbils"]},
|
||||
e.exports["Moving Average Convergence Divergence_study"]={en:["Moving Average Convergence Divergence"],ca_ES:["Convergència/divergència de la mitjana mòbil"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],ca_ES:["Convergència/divergència de la mitjana mòbil"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],ca_ES:["Mitjana mòbil exponencial doble"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],ca_ES:["Mitjana mòbil exponencial"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"],ca_ES:["Mitjana mòbil de Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],ca_ES:["Mitjana mòvil modificada"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],ca_ES:["Mitjana mòbil múltiple"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],ca_ES:["Cinta de mitjanes mòbils"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],ca_ES:["Mitjana mòbil exponencial triple"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],ca_ES:["Mitjana mòbil ponderada"]},e.exports["Moving Average_study"]={en:["Moving Average"],ca_ES:["Mitjana mòbil"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],ca_ES:["Encreuament mitjana mòbil"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],ca_ES:["Encreuament MovingAvg2Line"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],ca_ES:["Gràfics amb diversos períodes de temps"]},e.exports["Net Volume_study"]={en:["Net Volume"],ca_ES:["Volum net"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],ca_ES:["Valor liquidatiu per acció"]},e.exports["Net debt_study"]={en:["Net debt"],ca_ES:["Deute net"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],ca_ES:["Ingressos nets (flux d'efectiu)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"],ca_ES:["Ingressos nets abans d'operacions interrompudes"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],ca_ES:["Ingressos nets per empleat"]},e.exports["Net income_study"]={en:["Net income"],ca_ES:["Ingressos nets"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],ca_ES:["Actius intangibles nets"]},e.exports["Net margin %_study"]={en:["Net margin %"],ca_ES:["Marge net %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],ca_ES:["Propietat, planta i equip net"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],ca_ES:["Partides sense moviment d'efectiu"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],ca_ES:["Participació no controladora/interès minoritari"]},e.exports["Non-operating income, excl. interest expenses_study"]={
|
||||
en:["Non-operating income, excl. interest expenses"],ca_ES:["Ingressos no operatius exclosos les despeses per interessos"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],ca_ES:["Ingressos no operatius, total"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],ca_ES:["Ingressos no operatius en concepte d'interessos"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],ca_ES:["Efectes a cobrar: llarg termini"]},e.exports["Notes payable_study"]={en:["Notes payable"],ca_ES:["Efectes a cobrar"]},e.exports["Number of employees_study"]={en:["Number of employees"],ca_ES:["Nombre d'empleats"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],ca_ES:["Nombre d'accionistes"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],ca_ES:["Balanç de volums"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"],ca_ES:["Sobre el coll: baixista"]},e.exports["Open Interest_study"]={en:["Open Interest"],ca_ES:["Obre Interessos"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],ca_ES:["Rendibilitat per beneficis d'explotació %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],ca_ES:["Despeses d'explotació (exclòs el cost dels béns venuts)"]},e.exports["Operating income_study"]={en:["Operating income"],ca_ES:["Ingressos d'explotació"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],ca_ES:["Passius per arrendament operatiu"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],ca_ES:["Marge d'explotació %"]},e.exports["Other COGS_study"]={en:["Other COGS"],ca_ES:["Altres costos de béns venuts (COGS)"]},e.exports["Other common equity_study"]={en:["Other common equity"],ca_ES:["Altre capital ordinari"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],ca_ES:["Altres costos de béns venuts"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],ca_ES:["Altres actius circulants, total"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],ca_ES:["Altres passius circulants"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],ca_ES:["Altres despeses excepcionals"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],ca_ES:["Altres partides de fluxos d'efectiu per activitats de finançament, total"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],ca_ES:["Altres actius intangibles, net"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],ca_ES:["Altres partides de fluxos d'efectiu per activitats d'inversió, total"]},e.exports["Other investments_study"]={en:["Other investments"],ca_ES:["Altres inversions"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],ca_ES:["Altres passius, total"]},
|
||||
e.exports["Other long term assets, total_study"]={en:["Other long term assets, total"],ca_ES:["Altres actius a llarg termini, total"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],ca_ES:["Altres passius no circulants, total"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],ca_ES:["Altres despeses d'explotació, total"]},e.exports["Other receivables_study"]={en:["Other receivables"],ca_ES:["Altres comptes a cobrar"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],ca_ES:["Altres deutes a curt termini"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],ca_ES:["Estratègia de la barra exterior"]},e.exports.Overlay_study={en:["Overlay"],ca_ES:["Superposició"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],ca_ES:["Ràtio PEG (preu/expectatives de benefici)"]},e.exports["Paid in capital_study"]={en:["Paid in capital"],ca_ES:["Capital desemborsat"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],ca_ES:["Estratègia SAR parabòlic"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],ca_ES:["SAR parabòlic"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],ca_ES:["Perfil de volum periòdic"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"],ca_ES:["Línia penetrant: alcista"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],ca_ES:["Estratègia d'extensió de pivot"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],ca_ES:["Punts pivot alts/baixos"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],ca_ES:["Punts pivot estàndard"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],ca_ES:["Estratègia de reversió de pivot"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],ca_ES:["Dividends preferents pagats"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],ca_ES:["Dividends preferents"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],ca_ES:["Accions preferents, valor comptable"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],ca_ES:["Despeses pagades per endavant"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],ca_ES:["Participació en beneficis abans d'impostos"]},e.exports["Pretax income_study"]={en:["Pretax income"],ca_ES:["Ingressos abans d'impostos"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],ca_ES:["Estratègia de canal de preus"]},e.exports["Price Channel_study"]={en:["Price Channel"],ca_ES:["Canal de preus"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],ca_ES:["Oscil·lador de preus"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],ca_ES:["Tendència del preu i volum"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],
|
||||
ca_ES:["Ràtio preu/benefici a termini"]},e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],ca_ES:["Ràtio preu/vendes a termini"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],ca_ES:["Ràtio preu/valor comptable"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"],ca_ES:["Ràtio preu/flux d'efectiu"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],ca_ES:["Ràtio preu/beneficis"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],ca_ES:["Ràtio preu/flux de caixa lliure"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"],ca_ES:["Ràtio preu/vendes"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],ca_ES:["Ràtio preu/valor comptable tangible"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],ca_ES:["Ràtios de rendibilitat"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],ca_ES:["Provisió per a riscos i despeses"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],ca_ES:["Compra de productes d'inversió"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],ca_ES:["Compra/adquisició de negoci"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],ca_ES:["Compravenda empresarial, net"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],ca_ES:["Compravenda d'inversions, net"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],ca_ES:["Ràtio de qualitat"]},e.exports["Quick ratio_study"]={en:["Quick ratio"],ca_ES:["Ràtio de liquiditat immediata (Quick ratio)"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],ca_ES:["Estratègia RSI"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],ca_ES:["Taxa de canvi"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],ca_ES:["Patró gràfic de rectangle"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],ca_ES:["Reducció del deute a llarg termini"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"],ca_ES:["Índex de força relativa"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],ca_ES:["Índex de vigor relatiu (RVI)"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"],ca_ES:["Índex de volatilitat relativa"]},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"],ca_ES:["Recompra d'accions ordinàries i preferents"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],ca_ES:["Ràtio recerca i desenvolupament/ingressos"]},e.exports["Research & development_study"]={en:["Research & development"],ca_ES:["Investigació i desenvolupament"]},
|
||||
e.exports["Restructuring charge_study"]={en:["Restructuring charge"],ca_ES:["Despeses de reestructuració"]},e.exports["Retained earnings_study"]={en:["Retained earnings"],ca_ES:["Beneficis retinguts"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],ca_ES:["Rendib. sobre actius %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],ca_ES:["Rendibilitat sobre capital %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],ca_ES:["Rendibilitat sobre capital ajustada al valor comptable %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],ca_ES:["Rendibilitat sobre capital invertit %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],ca_ES:["Rendibilitat sobre actius tangibles %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"],ca_ES:["Rendibilitat sobre patrimoni tangible %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"],ca_ES:["Estimacions d'ingressos"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],ca_ES:["Creixement d'ingressos en un any"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"],ca_ES:["Ingressos per empleat"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"],ca_ES:["Triple formació: alcista"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],ca_ES:["Patró gràfic de tascó ascendent"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"],ca_ES:["Finestra: alcista"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"],ca_ES:["Rob Booker: trencament de l'ADX"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],ca_ES:["Rob Booker: punts de pivot intradia"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],ca_ES:["Rob Booker: divergència de Knoxville"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],ca_ES:["Rob Booker: punts de pivot perduts"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"],ca_ES:["Rob Booker: reversió"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],ca_ES:["Rob Booker: pivots fantasma Ziv"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],ca_ES:["Indicador/oscil·lador ergòdic SMI"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],ca_ES:["Indicador ergòdic SMI"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],ca_ES:["Oscil·lador ergòdic SMI"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],ca_ES:["Venda d'accions ordinàries i preferents"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],ca_ES:["Venda d'actius fixos i negocis"]},
|
||||
e.exports["Sale/maturity of investments_study"]={en:["Sale/maturity of investments"],ca_ES:["Venda/venciment d'inversions"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],ca_ES:["Despeses comercials, generals i administratives, d'altres"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],ca_ES:["Despeses comercials, generals i administratives, total"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],ca_ES:["Volum de la sessió HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],ca_ES:["Perfil de volum de la sessió HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],ca_ES:["Perfil de volum de la sessió"]},e.exports["Session Volume_study"]={en:["Session Volume"],ca_ES:["Volum de la sessió"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],ca_ES:["Patrimoni dels accionistes"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],ca_ES:["Ràtio de recompra d'accions %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"],ca_ES:["Estel fugaç: baixista"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],ca_ES:["Deute a curt termini exclosa la porció corrent de deute a llarg termini"]},e.exports["Short term debt_study"]={en:["Short term debt"],ca_ES:["Deute a curt termini"]},e.exports["Short term investments_study"]={en:["Short term investments"],ca_ES:["Inversions a curt termini"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],ca_ES:["Mitjana mòbil suavitzada"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],ca_ES:["Ràtios de solvència"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"],ca_ES:["Baldufa negra"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"],ca_ES:["Baldufa blanca"]},e.exports["Springate score_study"]={en:["Springate score"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],ca_ES:["Desviació estàndard"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"],ca_ES:["Bandes d'error estàndard"]},e.exports["Standard Error_study"]={en:["Standard Error"],ca_ES:["Error estàndard"]},e.exports.Stoch_study={en:["Stoch"],ca_ES:["Estocàstic"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],ca_ES:["Índex de força relativa (RSI) estocàstica"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],ca_ES:["Estratègia estocàstica lenta"]},e.exports.Stochastic_study={en:["Stochastic"],ca_ES:["Estocàstica"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],ca_ES:["Estratègia Supertrend"]},e.exports.Supertrend_study={en:["Supertrend"]},
|
||||
e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],ca_ES:["Taxa de creixement sostenible"]},e.exports.TRIX_study={en:["TRIX"],ca_ES:["TRIX (mitjana exponencial triple)"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],ca_ES:["Valor comptable tangible per acció"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],ca_ES:["Ràtio de capital ordinari tangible"]},e.exports.Taxes_study={en:["Taxes"],ca_ES:["Impostos"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],ca_ES:["Estratègia de ratings tècnics"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],ca_ES:["Ratings tècnics"]},e.exports.Technicals_study={en:["Technicals"],ca_ES:["Tècnics"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"],ca_ES:["Tres corbs negres: baixista"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"],ca_ES:["Tres soldats blancs: alcista"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],ca_ES:["Q de Tobin (aproximat)"]},e.exports["Total assets_study"]={en:["Total assets"],ca_ES:["Actius totals"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],ca_ES:["Total de dividends pagats en efectiu"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],ca_ES:["Total d'accions comunes en circulació"]},e.exports["Total current assets_study"]={en:["Total current assets"],ca_ES:["Actius circulants totals"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],ca_ES:["Passius circulants totals"]},e.exports["Total debt_study"]={en:["Total debt"],ca_ES:["Deute total"]},e.exports["Total equity_study"]={en:["Total equity"],ca_ES:["Capital total"]},e.exports["Total inventory_study"]={en:["Total inventory"],ca_ES:["Inventari total"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"],ca_ES:["Total de passiu i patrimoni dels accionistes"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],ca_ES:["Passius totals"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],ca_ES:["Total d'actius no circulants"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],ca_ES:["Total de passius no circulants"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],ca_ES:["Despeses operatives totals"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],ca_ES:["Total de comptes a cobrar, net"]},e.exports["Total revenue_study"]={en:["Total revenue"],ca_ES:["Ingressos totals"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],ca_ES:["Accions de tresoreria: ordinàries"]},
|
||||
e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],ca_ES:["Índex de força de la tendència"]},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"],ca_ES:["Tres estrelles doji: baixista"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"],ca_ES:["Tres estrelles doji: alcista"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],ca_ES:["Patró gràfic de triangle"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],ca_ES:["Patró gràfic de triple vall"]},e.exports["Triple EMA_study"]={en:["Triple EMA"],ca_ES:["Mitjana mòbil exponencial triple (TEMA)"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],ca_ES:["Patró gràfic de triple cim"]},e.exports["True Strength Index_study"]={en:["True Strength Index"],ca_ES:["Índex de força veritable"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],ca_ES:["Índex de força veritable (TSI)"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"],ca_ES:["Tweezer Top: baixista"]},e.exports["Typical Price_study"]={en:["Typical Price"],ca_ES:["Preu típic"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],ca_ES:["Oscil·lador de Williams"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],ca_ES:["Guanys/pèrdues no realitzades"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],ca_ES:["Ingressos/despeses inusuals"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],ca_ES:["Volum alcista/baixista"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"],ca_ES:["Tasuki amb gap: alcista"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],ca_ES:["VWAP autoancorat"]},e.exports.VWAP_study={en:["VWAP"],ca_ES:["Preu mitjà ponderat per volum (VWAP)"]},e.exports.VWMA_study={en:["VWMA"],ca_ES:["Mitjana mòvil ponderada de volum (VWMA)"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],ca_ES:["Ràtios de valoració"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],ca_ES:["Preu mitjà visible"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],ca_ES:["Perfil de volum de rang visible"]},e.exports["Visible Range_study"]={en:["Visible Range"],ca_ES:["Rang visible"]},e.exports.Vol_study={en:["Vol"],ca_ES:["Vol."]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"],ca_ES:["Volatilitat preus tancament dia (Close-to-Close)"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],ca_ES:["Índex de volatilitat"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],ca_ES:["Volatilitat O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],ca_ES:["Volatilitat stop"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"],ca_ES:["Volatilitat preus tancament dia (Close-to-Close) amb tendència zero"]},e.exports["Volty Expan Close Strategy_study"]={
|
||||
en:["Volty Expan Close Strategy"],ca_ES:["Estratègia de tancament d'expansió de volatilitat"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],ca_ES:["Oscil·lador de volum"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],ca_ES:["Preu mitjà ponderat per volum"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],ca_ES:["Mitjana mòbil ponderada per volum"]},e.exports.Volume_study={en:["Volume"],ca_ES:["Volum"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],ca_ES:["Indicador de vòrtex"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],ca_ES:["Alligator de Williams"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],ca_ES:["Fractal de Williams"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],ca_ES:["Fractals de Williams"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],ca_ES:["Rang de percentatges de Williams"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"],ca_ES:["Índex del canal de mercaderies Woodies"]},e.exports["Zig Zag_study"]={en:["Zig Zag"],ca_ES:["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"],ca_ES:["Perfil de volum amb rang fix"]}},24261:e=>{e.exports={en:["Vol"],ca_ES:["Vol."]}},67736:e=>{e.exports={en:["Minor"],ca_ES:["Menor"]}},922:e=>{e.exports={en:["Minute"],ca_ES:["Minut"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"],ca_ES:["No s'ha pogut crear"]}},10615:e=>{e.exports={en:["Couldn't cut"],ca_ES:["No s'ha pogut retallar"]}},81518:e=>{e.exports={en:["Couldn't paste"],ca_ES:["No s'ha pogut enganxar"]}},83140:e=>{e.exports={en:["Countdown to bar close"],ca_ES:["Compte enrere del tancament de barra"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],ca_ES:["Columnes"]}},9818:e=>{e.exports={en:["Comment"],ca_ES:["Comentari"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],ca_ES:["Compara/afegeix símbol"]}},12086:e=>{e.exports={en:["Compilation error"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"]}},48141:e=>{e.exports={en:["Confirm Inputs"],ca_ES:["Confirma entrades de dades"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],ca_ES:["Confirma Treure arbre d'estudi"]}},38917:e=>{e.exports={en:["Copenhagen"],ca_ES:["Copenhaguen"]}},49680:e=>{e.exports={en:["Copy"],ca_ES:["Copia"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],ca_ES:["Copia disseny de gràfic"]}},63553:e=>{e.exports={en:["Copy price"],ca_ES:["Copia preu"]}},65736:e=>{e.exports={en:["Cairo"],ca_ES:["Caire"]}},25381:e=>{e.exports={en:["Callout"],ca_ES:["Llegenda"]}},45054:e=>{e.exports={en:["Candles"],ca_ES:["Espelmes"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"],ca_ES:["Canvi"]}},85124:e=>{e.exports={en:["Change Symbol"]}},
|
||||
2569:e=>{e.exports={en:["Change interval"],ca_ES:["Canvia 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}"],ca_ES:["Imatge del gràfic copiada al porta-retalls {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],ca_ES:["Illes Chatham"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],ca_ES:["Cercle"]}},14985:e=>{e.exports={en:["Click to set a point"],ca_ES:["Cliqueu per establir un punt"]}},12537:e=>{e.exports={en:["Clone"],ca_ES:["Clona"]}},62578:e=>{e.exports={en:["Close"],ca_ES:["Tancament"]}},264:e=>{e.exports={en:["Create limit order"],ca_ES:["Crea una ordre amb preu límit"]}},6969:e=>{e.exports={en:["Cross"],ca_ES:["Encreuament"]}},74334:e=>{e.exports={en:["Cross Line"],ca_ES:["Línia d'encreuament"]}},59396:e=>{e.exports={en:["Currencies"],ca_ES:["Divises"]}},20177:e=>{e.exports={en:["Current interval and above"],ca_ES:["Interval actual i superior"]}},494:e=>{e.exports={en:["Current interval and below"],ca_ES:["Interval actual i inferior"]}},60668:e=>{e.exports={en:["Current interval only"],ca_ES:["Només intervals actuals"]}},78609:e=>{e.exports={en:["Curve"],ca_ES:["Corba"]}},87380:e=>{e.exports={en:["Cycle"],ca_ES:["Cicle"]}},84031:e=>{e.exports={en:["Cyclic Lines"],ca_ES:["Línies cícliques"]}},93191:e=>{e.exports={en:["Cypher Pattern"],ca_ES:["Patró Cypher"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],ca_ES:["Ja existeix un disseny amb aquest nom"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],ca_ES:["Ja existeix un disseny amb aquest nom. El voleu substituir?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],ca_ES:["Patró ABCD"]}},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"],ca_ES:["Text ancorat"]}},84541:e=>{e.exports={en:["Anchored VWAP"],ca_ES:["Preu mitjà ponderat per volum (VWAP) ancorat"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"],ca_ES:["Afegeix símbol"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],ca_ES:["Afegeix mètriques financeres a {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],ca_ES:["Afegir indicador/estratègia a {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],ca_ES:["Aplica aquests paràmetres financers a tot el disseny"]}},10996:e=>{e.exports={
|
||||
en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],ca_ES:["Afegeix aquest indicador a tot el disseny"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],ca_ES:["Afegeix aquesta estratègia a tot el disseny"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],ca_ES:["Afegeix aquest símbol a tot el disseny"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],ca_ES:["Sempre invisible"]}},36299:e=>{e.exports={en:["Always visible"],ca_ES:["Sempre visible"]}},58026:e=>{e.exports={en:["All intervals"],ca_ES:["Tots els intervals"]}},78358:e=>{e.exports={en:["Apply default"],ca_ES:["Aplica configuració per defecte"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"],ca_ES:["Abr"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"],ca_ES:["Àrea"]}},11858:e=>{e.exports={en:["Arrow"],ca_ES:["Fletxa"]}},34247:e=>{e.exports={en:["Arrow Down"],ca_ES:["Fletxa descendent"]}},36352:e=>{e.exports={en:["Arrow Marker"],ca_ES:["Marcador de fletxa"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],ca_ES:["Marca de la flexa descendent"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],ca_ES:["Marca de la fletxa cap a l'esquerra"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],ca_ES:["Marca de la fletxa cap a la dreta"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],ca_ES:["Marca de la fletxa cap amunt"]}},77231:e=>{e.exports={en:["Arrow Up"],ca_ES:["Fletxa cap amunt"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],ca_ES:["Asgabad"]}},72445:e=>{e.exports={en:["At close"],ca_ES:["Al tancament"]}},73702:e=>{e.exports={en:["Athens"],ca_ES:["Atenes"]}},21469:e=>{e.exports={en:["Auto"],ca_ES:["Automàtic"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],ca_ES:["Automàtic (adapta les dades a la pantalla)"]}},46450:e=>{e.exports={en:["Aug"],ca_ES:["Ag"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"],ca_ES:["Mitjana"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"],ca_ES:["Bogotà"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],ca_ES:["Globus"]}},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"],ca_ES:["Barres"]}},81994:e=>{e.exports={en:["Bars Pattern"],ca_ES:["Patró de barres"]}},59213:e=>{e.exports={en:["Baseline"],ca_ES:["Línia de referència"]}},71797:e=>{e.exports={en:["Belgrade"],ca_ES:["Belgrad"]}},64313:e=>{e.exports={en:["Berlin"],ca_ES:["Berlín"]}},43539:e=>{e.exports={en:["Brush"],
|
||||
ca_ES:["Pinzell"]}},91499:e=>{e.exports={en:["Brussels"],ca_ES:["Brussel·les"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],ca_ES:["Mou més endavant"]}},17293:e=>{e.exports={en:["Bring to front"],ca_ES:["Mou cap endavant"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],ca_ES:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],ca_ES:["Per TradingView"]}},54280:e=>{e.exports={en:["Go to date"],ca_ES:["Anar a la data"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],ca_ES:["Aneu a {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],ca_ES:["Entesos"]}},47460:e=>{e.exports={en:["Gann Box"],ca_ES:["Quadrícula de Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],ca_ES:["Ventall de Gann"]}},44763:e=>{e.exports={en:["Gann Square"],ca_ES:["Quadrat de Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],ca_ES:["Quadrat de Gann fixat"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],ca_ES:["Gran supercicle"]}},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?"],ca_ES:["De debò que voleu eliminar l'estudi i tots els fills?"]}},77125:e=>{e.exports={en:["Double Curve"],ca_ES:["Doble corba"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],ca_ES:["Feu doble clic a qualsevol de les vores per restablir la quadrícula de la plantilla"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],ca_ES:["Feu doble clic per acabar la ruta (path)"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],ca_ES:["Feu doble clic per acabar la polilínia"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"],ca_ES:["Dades proporcionades per"]}},22677:e=>{e.exports={en:["Date"],ca_ES:["Data"]}},85444:e=>{e.exports={en:["Date Range"],ca_ES:["Rang de dates"]}},47017:e=>{e.exports={en:["Date and Price Range"],ca_ES:["Rang de data i preu"]}},32084:e=>{e.exports={en:["Dec"],ca_ES:["Des"]}},23403:e=>{e.exports={en:["Degree"],ca_ES:["Grau"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],ca_ES:["Diamant"]}},91544:e=>{e.exports={en:["Disjoint Channel"],ca_ES:["Canal disjunt"]}},70132:e=>{e.exports={en:["Displacement"],ca_ES:["Desplaçament"]}},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"],ca_ES:["Dublín"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],ca_ES:["Introduïu un nou nom per al disseny del gràfic"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],ca_ES:["Ona correctiva d'Elliott (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],
|
||||
ca_ES:["Ona d'Elliott de doble combinació (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],ca_ES:["Ona d'impuls d'Elliott (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],ca_ES:["Ona triangular d'Elliott (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],ca_ES:["Ona d'Elliott de triple combinació (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],ca_ES:["El·lipse"]}},52788:e=>{e.exports={en:["Extended Line"],ca_ES:["Línia ampliada"]}},86905:e=>{e.exports={en:["Exchange"],ca_ES:["Mercat borsari"]}},19271:e=>{e.exports={en:["Existing pane above"],ca_ES:["Quadre existent amunt"]}},46545:e=>{e.exports={en:["Existing pane below"],ca_ES:["Quadre existent per sota"]}},20138:e=>{e.exports={en:["Forecast"],ca_ES:["Previsió"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],ca_ES:["Canal de Fibonacci"]}},82330:e=>{e.exports={en:["Fib Circles"],ca_ES:["Cicles de Fibonacci"]}},55986:e=>{e.exports={en:["Fib Retracement"],ca_ES:["Retrocés de Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],ca_ES:["Arcs de Fibonacci de resistència de velocitat"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],ca_ES:["Ventall de Fibonacci de resistència de velocitat"]}},39014:e=>{e.exports={en:["Fib Spiral"],ca_ES:["Espiral de Fibonacci"]}},30622:e=>{e.exports={en:["Fib Time Zone"],ca_ES:["Zona horària de Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],ca_ES:["Falca de Fibonacci"]}},33885:e=>{e.exports={en:["Flag"],ca_ES:["Bandera"]}},14600:e=>{e.exports={en:["Flag Mark"],ca_ES:["Marca amb bandera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],ca_ES:["Pla superior/inferior"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],ca_ES:["La part de la fracció no és correcta."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],ca_ES:["Ja no estan disponibles els estudis fonamentals als gràfics."]}},31561:e=>{e.exports={en:["Kolkata"],ca_ES:["Calcuta"]}},54533:e=>{e.exports={en:["Kathmandu"],ca_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"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],ca_ES:["Espelmes buides"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],ca_ES:["Línia horitzontal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],ca_ES:["Semirecta horitzontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],ca_ES:["Cap i espatlles"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"],ca_ES:["Hèlsinki"]}},27298:e=>{e.exports={en:["Hide"],ca_ES:["Oculta"]}},47074:e=>{e.exports={en:["Hide all"],ca_ES:["Amaga-ho tot"]}},52563:e=>{e.exports={en:["Hide all drawings"],ca_ES:["Oculta tots els dibuixos"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],
|
||||
ca_ES:["Oculta tots els dibuixos i indicadors"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],ca_ES:["Amaga tots els dibuixos, indicadors, posicions i ordres"]}},78525:e=>{e.exports={en:["Hide all indicators"],ca_ES:["Oculta tots els indicadors"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],ca_ES:["Amaga totes les posicions i ordres"]}},3217:e=>{e.exports={en:["Hide drawings"],ca_ES:["Oculta dibuixos"]}},97878:e=>{e.exports={en:["Hide events on chart"],ca_ES:["Amaga esdeveniments al gràfic"]}},72351:e=>{e.exports={en:["Hide indicators"],ca_ES:["Oculta indicadors"]}},28345:e=>{e.exports={en:["Hide marks on bars"]}},92226:e=>{e.exports={en:["Hide positions & orders"],ca_ES:["Amaga posicions i ordres"]}},78254:e=>{e.exports={en:["High"],ca_ES:["Màxim"]}},98236:e=>{e.exports={en:["High-low"],ca_ES:["Màxim-mínim"]}},99479:e=>{e.exports={en:["High and low price labels"],ca_ES:["Etiquetes de preus màxims i mínims"]}},33766:e=>{e.exports={en:["High and low price lines"],ca_ES:["Línies de preus màxims i mínims"]}},69476:e=>{e.exports={en:["Highlighter"],ca_ES:["Ressaltador"]}},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"],ca_ES:["Imatge"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],ca_ES:["Intermediari"]}},14285:e=>{e.exports={en:["Invalid Symbol"],ca_ES:["Símbol incorrecte"]}},52969:e=>{e.exports={en:["Invalid symbol"],ca_ES:["Símbol incorrecte"]}},37189:e=>{e.exports={en:["Invert scale"],ca_ES:["Escala invertida"]}},89999:e=>{e.exports={en:["Indexed to 100"],ca_ES:["Indexat a 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"],ca_ES:["Línia d'informació"]}},87829:e=>{e.exports={en:["Insert indicator"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],ca_ES:["Trident intern (Inside Pitchfork)"]}},37913:e=>{e.exports={en:["Icon"],ca_ES:["Icona"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"],ca_ES:["Gen"]}},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!"],ca_ES:["Vaja!"]}},51221:e=>{e.exports={
|
||||
en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={en:["Open"],ca_ES:["Obertura"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],ca_ES:["Mínim"]}},51077:e=>{e.exports={en:["Lock"],ca_ES:["Bloqueja"]}},79777:e=>{e.exports={en:["Lock/unlock"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],ca_ES:["Bloqueja la línia vertical del cursor per temps"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],ca_ES:["Bloqueja la relació preu/barra"]}},16170:e=>{e.exports={en:["Logarithmic"],ca_ES:["Logarítmic"]}},19439:e=>{e.exports={en:["London"],ca_ES:["Londres"]}},74832:e=>{e.exports={en:["Long Position"],ca_ES:["Posició llarga"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],ca_ES:["Etiqueta descendent"]}},52402:e=>{e.exports={en:["Label Up"],ca_ES:["Etiqueta ascendent"]}},5119:e=>{e.exports={en:["Labels"],ca_ES:["Etiquetes"]}},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"],ca_ES:["Línia"]}},9394:e=>{e.exports={en:["Line with markers"],ca_ES:["Amb marcadors"]}},43588:e=>{e.exports={en:["Line break"],ca_ES:["Trencament de línia"]}},56982:e=>{e.exports={en:["Lines"],ca_ES:["Línies"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],ca_ES:["Enllaç a la imatge del gràfic copiat al porta-retalls {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],ca_ES:["Lisboa"]}},81038:e=>{e.exports={en:["Luxembourg"],ca_ES:["Luxemburg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],ca_ES:["Moveu el punt per posicionar l'ancoratge i després toqueu per col·locar-lo"]}},35049:e=>{e.exports={en:["Move to"],ca_ES:["Moure a"]}},26493:e=>{e.exports={en:["Move scale to left"],ca_ES:["Moure escala cap a l'esquerra"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],ca_ES:["Modificar Trident de Schiff"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"],ca_ES:["Moscou"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],ca_ES:["Març"]}},73332:e=>{e.exports={en:["Mexico City"],ca_ES:["Ciutat de Mèxic"]}},88314:e=>{e.exports={en:["Merge all scales into one"],ca_ES:["Combina totes les escales en una"]}},54215:e=>{e.exports={en:["Mixed"],ca_ES:["Mixt"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"],ca_ES:["Mil·lenni"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"],ca_ES:["Minúscul"]}},9865:e=>{e.exports={en:["Muscat"],ca_ES:["Masqat"]}},96935:e=>{e.exports={en:["N/A"],ca_ES:["No disponible"]}},36252:e=>{e.exports={en:["No data here"],ca_ES:["Aquí no hi ha dades"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],ca_ES:["Sense escala (pantalla completa)"]}},9140:e=>{e.exports={en:["No sync"],
|
||||
ca_ES:["No sincronitzis"]}},50910:e=>{e.exports={en:["No volume data"],ca_ES:["Sense dades sobre el volum"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"],ca_ES:["Nota"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],ca_ES:["Illa de Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"],ca_ES:["Nova York"]}},66103:e=>{e.exports={en:["New Zealand"],ca_ES:["Nova Zelanda"]}},15512:e=>{e.exports={en:["New pane above"],ca_ES:["Nou quadre superior"]}},52160:e=>{e.exports={en:["New pane below"],ca_ES:["Nou quadre inferior"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"],ca_ES:["Alguna cosa ha anat malament"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],ca_ES:["Alguna cosa ha anat malament. Si us plau, torneu-ho a intentar més tard."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],ca_ES:["Desa nou disseny de gràfic"]}},76266:e=>{e.exports={en:["Save as"],ca_ES:["Desa com a"]}},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"],ca_ES:["Només gràfic de preus a escala"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],ca_ES:["Trident de Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"],ca_ES:["Opcions de configuració"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],ca_ES:["La segona part de la fracció no és correcta"]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"],ca_ES:["Envia al fons"]}},71179:e=>{e.exports={en:["Send backward"],ca_ES:["Envia cap enrere"]}},26820:e=>{e.exports={en:["Seoul"],ca_ES:["Seül"]}},6816:e=>{e.exports={en:["Sep"],ca_ES:["Set"]}},94031:e=>{e.exports={en:["Session"],ca_ES:["Sessió"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"],ca_ES:["Trencament de les sessions"]}},1852:e=>{e.exports={en:["Shanghai"],ca_ES:["Xangai"]}},8075:e=>{e.exports={en:["Short Position"],ca_ES:["Posició curta"]}},98334:e=>{e.exports={en:["Show"],ca_ES:["Mostra"]}},85891:e=>{e.exports={en:["Show all drawings"],ca_ES:["Mostra tots els dibuixos"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],ca_ES:["Mostra tots els dibuixos i indicadors"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],ca_ES:["Mostra tots els dibuixos, indicadors, posicions i ordres"]}},98753:e=>{e.exports={en:["Show all indicators"],ca_ES:["Mostra tots els indicadors"]}},55418:e=>{e.exports={en:["Show all ideas"],ca_ES:["Mostra totes les idees"]}},20506:e=>{e.exports={en:["Show all positions & orders"],ca_ES:["Mostra totes les posicions i ordres"]}},33158:e=>{e.exports={
|
||||
en:["Show continuous contract switch"],ca_ES:["Mostra el canvi continu de contracte"]}},81465:e=>{e.exports={en:["Show contract expiration"],ca_ES:["Mostra el venciment del contracte"]}},29449:e=>{e.exports={en:["Show dividends"],ca_ES:["Mostra dividends"]}},37113:e=>{e.exports={en:["Show earnings"],ca_ES:["Mostra beneficis"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],ca_ES:["Mostra idees d'usuaris seguits"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"],ca_ES:["Mostra només les meves idees"]}},50849:e=>{e.exports={en:["Show splits"],ca_ES:["Mostra splits"]}},67751:e=>{e.exports={en:["Signpost"],ca_ES:["Senyal"]}},77377:e=>{e.exports={en:["Singapore"],ca_ES:["Singapur"]}},39090:e=>{e.exports={en:["Sine Line"],ca_ES:["Línia del sinus"]}},66205:e=>{e.exports={en:["Square"],ca_ES:["Quadrat"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],ca_ES:["S'ha excedit el límit d'estudis: {number} per diseny.\nElimineu alguns estudis."]}},92516:e=>{e.exports={en:["Style"],ca_ES:["Estil"]}},61507:e=>{e.exports={en:["Stack on the left"],ca_ES:["Apila a l'esquerra"]}},97800:e=>{e.exports={en:["Stack on the right"],ca_ES:["Apila a la dreta"]}},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"],ca_ES:["Línia de pasos (step)"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"],ca_ES:["Estocolm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"],ca_ES:["Submil·lenni"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"],ca_ES:["Supercicle"]}},3348:e=>{e.exports={en:["Supermillennium"],ca_ES:["Supermil·lenni"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],ca_ES:["Error de símbol"]}},32390:e=>{e.exports={en:["Symbol name label"],ca_ES:["Etiqueta amb el nom del símbol"]}},10127:e=>{e.exports={en:["Symbol last price label"],ca_ES:["Etiqueta del símbol amb l'últim preu"]}},39079:e=>{e.exports={en:["Sync globally"],ca_ES:["Sincronitza globalment"]}},46607:e=>{e.exports={en:["Sync in layout"],ca_ES:["Sincronitza disseny gràfic"]}},76519:e=>{e.exports={en:["Point & figure"],ca_ES:["Punt i figura"]}},39949:e=>{e.exports={en:["Polyline"],ca_ES:["Polilínia"]}},371:e=>{e.exports={en:["Path"],ca_ES:["Ruta (Path)"]}},59256:e=>{e.exports={en:["Parallel Channel"],ca_ES:["Canal paral·lel"]}},61879:e=>{e.exports={en:["Paris"],ca_ES:["París"]}},35140:e=>{e.exports={en:["Paste"],ca_ES:["Enganxa"]}},6919:e=>{e.exports={en:["Percent"],ca_ES:["Percentatge"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"],ca_ES:["Trident ventall o Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"],ca_ES:["Trident (Pitchfork)"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={
|
||||
en:["Pin to new left scale"],ca_ES:["Fixa a la nova escala esquerra"]}},28280:e=>{e.exports={en:["Pin to new right scale"],ca_ES:["Fixa a la nova escala dreta"]}},14115:e=>{e.exports={en:["Pin to left scale"],ca_ES:["Fixa a l'escala esquerra"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],ca_ES:["Fixa a l'escala esquerra (ocult)"]}},81054:e=>{e.exports={en:["Pin to right scale"],ca_ES:["Fixa a escala dreta"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],ca_ES:["Fixa a l'escala dreta (ocult)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],ca_ES:["Fixa a escala (ara a l'esquerra)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],ca_ES:["Fixa a escala (ara sense escala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],ca_ES:["Fixa a escala (ara a la dreta)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],ca_ES:["Fixa a l'escala (ara {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],ca_ES:["Fixa a escala {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],ca_ES:["Fixa a l'escala {label} (ocult)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],ca_ES:["Fixat a l'escala esquerra"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],ca_ES:["Fixat a l'escala esquerra (ocult)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],ca_ES:["Fixat a l'escala dreta"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],ca_ES:["Fixat a escala dreta (ocult)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],ca_ES:["Fixat a l'escala {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],ca_ES:["Fixat a l'escala {label} (ocult)"]}},71566:e=>{e.exports={en:["Plus button"],ca_ES:['Botó "més"']}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],ca_ES:["Si us plau, doneu-nos permís d'escriptura des del porta-retalls al seu navegador o pitjeu {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],ca_ES:["Mantingueu pressionada la tecla {key} mentre feu zoom per mantenir la posició del gràfic"]}},91282:e=>{e.exports={en:["Price Label"],ca_ES:["Etiqueta de preu"]}},97512:e=>{e.exports={en:["Price Note"],ca_ES:["Nota sobre preus"]}},68941:e=>{e.exports={en:["Price Range"],ca_ES:["Rang de preus"]}},66123:e=>{e.exports={en:["Price format is invalid."],ca_ES:["El format del preu no és correcte."]}},72926:e=>{e.exports={en:["Price line"],ca_ES:["Línia de preus"]}},59189:e=>{e.exports={en:["Primary"],ca_ES:["Primari"]}},75747:e=>{e.exports={en:["Projection"],ca_ES:["Projeccions"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],ca_ES:["Publicat a {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"],
|
||||
ca_ES:["Rectangle girat"]}},52961:e=>{e.exports={en:["Rome"],ca_ES:["Roma"]}},50318:e=>{e.exports={en:["Ray"],ca_ES:["Semirecta"]}},55169:e=>{e.exports={en:["Range"],ca_ES:["Rang"]}},13386:e=>{e.exports={en:["Reykjavik"],ca_ES:["Reykjavík"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"],ca_ES:["Repetir"]}},2460:e=>{e.exports={en:["Regression Trend"],ca_ES:["Tendència de regressió"]}},67410:e=>{e.exports={en:["Remove"],ca_ES:["Treure"]}},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}"],ca_ES:["Elimina {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],ca_ES:["Elimina {drawings} i {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],ca_ES:["Elimina {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],ca_ES:["Canvia el nom del disseny del gràfic"]}},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"],ca_ES:["Reinicia escala de preus"]}},54170:e=>{e.exports={en:["Reset time scale"]}},37974:e=>{e.exports={en:["Riyadh"],ca_ES:["Riad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"],ca_ES:["Advertència"]}},5959:e=>{e.exports={en:["Warsaw"],ca_ES:["Varsòvia"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],ca_ES:["Tòquio"]}},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"],ca_ES:["Teheran"]}},93553:e=>{e.exports={en:["Template"],ca_ES:["Plantilla"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],ca_ES:["El proveïdor de dades no proporciona dades sobre el volum per a aquest símbol."]}},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."],ca_ES:["No hi ha dades per al període i interval de temps del gràfic que ha seleccionat."]}},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}."],ca_ES:["Símbol només disponible a {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={
|
||||
en:["Three Drives Pattern"],ca_ES:["Patró de tres impulsos"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"],ca_ES:["Hora"]}},20909:e=>{e.exports={en:["Time zone"]}},46852:e=>{e.exports={en:["Time Cycles"],ca_ES:["Cicles de temps"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"],ca_ES:["Negocieu"]}},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"],ca_ES:["Angle de tendència"]}},97339:e=>{e.exports={en:["Trend Line"],ca_ES:["Línia de tendència"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],ca_ES:["Extensió de Fibonacci basada en tendències"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],ca_ES:["Zona temporal de Fibonacci basada en tendències"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{e.exports={en:["Triangle Down"],ca_ES:["Triangle descendent"]}},90148:e=>{e.exports={en:["Triangle Pattern"],ca_ES:["Patró de triangle"]}},21236:e=>{e.exports={en:["Triangle Up"],ca_ES:["Triangle ascendent"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],ca_ES:["Desfer"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"],ca_ES:["Unitats"]}},11768:e=>{e.exports={en:["Unknown error"],ca_ES:["Error desconegut"]}},99894:e=>{e.exports={en:["Unlock"],ca_ES:["Desbloqueja"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],ca_ES:["Perfil de volum amb rang fix (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"],ca_ES:["Línia vertical"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"],ca_ES:["Vílnius"]}},40091:e=>{e.exports={en:["Visibility"],ca_ES:["Visibilitat"]}},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"],ca_ES:["Visible en passar el ratolí"]}},4077:e=>{e.exports={en:["Visual order"],ca_ES:["Ordre visual"]}},11316:e=>{e.exports={en:["X Cross"],ca_ES:["Creu en X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],ca_ES:["Patró XABCD"]}},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"],ca_ES:["Zuric"]}},47977:e=>{e.exports={en:["change Elliott degree"],ca_ES:["canvia el grau d'Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],ca_ES:["canvia les etiquetes no superposades"]}},76852:e=>{e.exports={en:["change average close price label visibility"],ca_ES:["canvia la visibilitat de l'etiqueta del preu mitjà de tancament"]}},1022:e=>{e.exports={en:["change average close price line visibility"],ca_ES:["canvia la visibilitat de la línia del preu mitjà de tancament"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de compra i venda (bid and ask)"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],ca_ES:["canvia la visibilitat de les línies de compra i venda (bid and ask)"]}},32302:e=>{e.exports={en:["change currency"],ca_ES:["canvia divisa"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],ca_ES:["canvia la plantilla del gràfic de {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],ca_ES:["canvia la visibilitat del canvi continu de contracte"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],ca_ES:["canvia la visibilitat del compte enrere del tancament de barra"]}},16979:e=>{e.exports={en:["change date range"],ca_ES:["canvia el rang de dates"]}},53929:e=>{e.exports={en:["change dividends visibility"],ca_ES:["canvia la visibilitat dels dividends"]}},6119:e=>{e.exports={en:["change events visibility on chart"],ca_ES:["canvia la visibilitat dels esdeveniments al gràfic"]}},6819:e=>{e.exports={en:["change earnings visibility"],ca_ES:["canvia la visibilitat dels beneficis"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],ca_ES:["canvia visibilitat del venciment dels contractes de futurs"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de preus màxims i mínims"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],ca_ES:["canvia la visibilitat de les línies de preus màxims i mínims"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb els noms dels indicadors"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb el valor dels indicadors"]}},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"],ca_ES:["canvia la visibilitat del botó +"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],ca_ES:["canvia la visibilitat de l'etiqueta de preus pre/post mercat"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],ca_ES:["canvia la visibilitat de la línia de preus pre/post mercat"]}},58419:e=>{e.exports={
|
||||
en:["change previous close price line visibility"],ca_ES:["canvia la visibilitat de la línia de preus del tancament anterior"]}},8662:e=>{e.exports={en:["change price line visibility"],ca_ES:["canvia la visibilitat de la línia amb els preus"]}},2509:e=>{e.exports={en:["change price to bar ratio"],ca_ES:["canvia la ràtio preu/barra"]}},32829:e=>{e.exports={en:["change resolution"],ca_ES:["canvia resolució"]}},35400:e=>{e.exports={en:["change symbol"],ca_ES:["canvia símbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de símbols"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],ca_ES:["canvia la visibilitat de l'últim valor dels símbols"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],ca_ES:["canvia la visibilitat amb el valor del tancament anterior dels símbols"]}},87041:e=>{e.exports={en:["change session"],ca_ES:["canvia la sessió"]}},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"],ca_ES:["canvia la visibilitat dels splits"]}},20137:e=>{e.exports={en:["change timezone"],ca_ES:["canvia la zona horària"]}},85975:e=>{e.exports={en:["change unit"],ca_ES:["canvia unitat"]}},1924:e=>{e.exports={en:["change visibility"],ca_ES:["canvia la visibilitat"]}},84331:e=>{e.exports={en:["change visibility at current interval"],ca_ES:["canvia visibilitat de l'interval actual"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],ca_ES:["canvia la visibilitat a l'interval actual i superior"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],ca_ES:["canvia visibilitat de l'interval actual i inferior"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],ca_ES:["canvia visibilitat de tots els intervals"]}},94566:e=>{e.exports={en:["charts by TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],ca_ES:["clona les eines de línies"]}},46219:e=>{e.exports={en:["create line tools group"],ca_ES:["crea grup d'eines de línies"]}},95394:e=>{e.exports={en:["create line tools group from selection"],ca_ES:["crea el grup d'eines de línies a partir de la selecció"]}},12898:e=>{e.exports={en:["create {tool}"],ca_ES:["crea {tool}"]}},94227:e=>{e.exports={en:["cut sources"],ca_ES:["retalla fonts"]}},11500:e=>{e.exports={en:["cut {title}"],ca_ES:["retalla {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],ca_ES:["afegeix l'eina de línies {lineTool} al grup {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],ca_ES:["afegeix eine(s) de línia al grup {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],ca_ES:["afegeix aquests paràmetres financers a tot el disseny"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],ca_ES:["afegeix aquest indicador a tot el disseny"]}},58156:e=>{e.exports={
|
||||
en:["add this strategy to entire layout"],ca_ES:["afegeix aquesta estratègia a tot el disseny"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],ca_ES:["afegeix aquest símbol a tot el disseny"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"],ca_ES:["aplica esquema al gràfic"]}},99551:e=>{e.exports={en:["apply all chart properties"],ca_ES:["aplica totes les propietats del gràfic"]}},89720:e=>{e.exports={en:["apply drawing template"],ca_ES:["aplica plantilla de dibuix"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],ca_ES:["aplica els valors per defecte de fàbrica a les fonts seleccionades"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],ca_ES:["aplica els indicadors a tot el disseny"]}},69604:e=>{e.exports={en:["apply study template {template}"],ca_ES:["aplica la plantilla d'estudi {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],ca_ES:["aplica l'esquema de la barra d'eines"]}},1979:e=>{e.exports={en:["bring group {title} forward"],ca_ES:["porta grup de {title} endavant"]}},53159:e=>{e.exports={en:["bring {title} to front"],ca_ES:["portar {title} endavant"]}},41966:e=>{e.exports={en:["bring {title} forward"],ca_ES:["porta {title} cap endavant"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"],ca_ES:["bloqueig rang de dates"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],ca_ES:["exclou les eines de línies del grup {group}"]}},13017:e=>{e.exports={en:["hide {title}"],ca_ES:["oculta {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"]}},56558:e=>{e.exports={en:["interval lock"],ca_ES:["bloqueja interval"]}},6830:e=>{e.exports={en:["invert scale"],ca_ES:["Escala invertida"]}},48818:e=>{e.exports={en:["insert {title}"],ca_ES:["introdueix {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],ca_ES:["introdueix {title} després de {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],ca_ES:["afegeix {title} després de {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],ca_ES:["afegeix {title} abans de {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],ca_ES:["afegeix {title} abans de {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],ca_ES:["carrega la plantilla de dibuix per defecte"]}},62011:e=>{e.exports={en:["loading..."],ca_ES:["carregant..."]}},76104:e=>{e.exports={en:["lock {title}"],ca_ES:["bloqueja {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],ca_ES:["bloqueja grup {group}"]}},18942:e=>{e.exports={en:["lock objects"],ca_ES:["bloqueja objectes"]}},98277:e=>{e.exports={en:["move"],ca_ES:["moviment"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],ca_ES:["mou {title} a la nova escala esquerra"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],ca_ES:["mou {title} a la nova escala de la dreta"]}},64077:e=>{e.exports={en:["move all scales to left"],
|
||||
ca_ES:["mou totes les escales a l'esquerra"]}},19013:e=>{e.exports={en:["move all scales to right"],ca_ES:["moure totes les escales a la dreta"]}},52510:e=>{e.exports={en:["move drawing(s)"],ca_ES:["mou dibuix(os)"]}},79209:e=>{e.exports={en:["move left"],ca_ES:["mou cap a l'esquerra"]}},60114:e=>{e.exports={en:["move right"],ca_ES:["mou cap a la dreta"]}},44854:e=>{e.exports={en:["move scale"],ca_ES:["mou escala"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],ca_ES:["crea {title} sense escala (pantalla completa)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],ca_ES:["fes que no es vegi el grup {group}"]}},45987:e=>{e.exports={en:["make group {group} visible"],ca_ES:["fes visible el grup {group}"]}},78055:e=>{e.exports={en:["merge down"],ca_ES:["uneix per sota"]}},41866:e=>{e.exports={en:["merge to pane"],ca_ES:["uneix al quadre"]}},52458:e=>{e.exports={en:["merge up"],ca_ES:["uneix per dalt"]}},90091:e=>{e.exports={en:["n/a"],ca_ES:["No disponible"]}},94981:e=>{e.exports={en:["scale price"],ca_ES:["escala de preus"]}},63796:e=>{e.exports={en:["scale price chart only"],ca_ES:["Només gràfic de preus a escala"]}},70771:e=>{e.exports={en:["scale time"],ca_ES:["escala de temps"]}},42070:e=>{e.exports={en:["scroll"],ca_ES:["desplaçar-se"]}},87840:e=>{e.exports={en:["scroll time"],ca_ES:["desplaça per l'horari"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],ca_ES:["envia {title} cap enrere"]}},5005:e=>{e.exports={en:["send {title} to back"],ca_ES:["envia {title} enrere"]}},69546:e=>{e.exports={en:["send group {title} backward"],ca_ES:["envia grup de {title} enrere"]}},63934:e=>{e.exports={en:["share line tools globally"],ca_ES:["comparteix les eines de línia globalment"]}},90221:e=>{e.exports={en:["share line tools in layout"],ca_ES:["comparteix les eines de línia de la plantilla"]}},13336:e=>{e.exports={en:["show all ideas"],ca_ES:["mostra totes les idees"]}},91395:e=>{e.exports={en:["show ideas of followed users"],ca_ES:["mostra les idees dels usuaris seguits"]}},57460:e=>{e.exports={en:["show my ideas only"],ca_ES:["mostra només les meves idees"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"],ca_ES:["deixa de sincronitzar els dibuixos"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],ca_ES:["deixa de sincronitzar les eines de línia"]}},53278:e=>{e.exports={en:["symbol lock"],ca_ES:["bloqueja símbol"]}},91677:e=>{e.exports={en:["sync time"],ca_ES:["temps de sincronització"]}},3140:e=>{e.exports={en:["powered by"],ca_ES:["amb tecnologia de"]}},92800:e=>{e.exports={en:["powered by TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],ca_ES:["enganxa dibuix"]}},1064:e=>{e.exports={en:["paste indicator"],ca_ES:["enganxa indicador"]}},57010:e=>{e.exports={en:["paste {title}"],ca_ES:["enganxa {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],ca_ES:["fixa a l'escala esquerra"]}},7495:e=>{e.exports={en:["pin to right scale"],
|
||||
ca_ES:["Fixa a escala dreta"]}},81566:e=>{e.exports={en:["pin to scale {label}"],ca_ES:["fixa a escala {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],ca_ES:["reordena quadres"]}},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"],ca_ES:["elimina les línies en blanc no seleccionades"]}},30538:e=>{e.exports={en:["remove drawings"],ca_ES:["elimina dibuixos"]}},1193:e=>{e.exports={en:["remove drawings group"],ca_ES:["elimina grup de dibuixos"]}},38199:e=>{e.exports={en:["remove line data sources"],ca_ES:["elimina les fonts de dades de les línies"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"],ca_ES:["elimina {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],ca_ES:["elimina el grup d'eines de línies {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],ca_ES:["canvia el nom del grup {group} a {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],ca_ES:["restableix la mida de la plantilla"]}},3323:e=>{e.exports={en:["reset scales"],ca_ES:["restableix escala"]}},17336:e=>{e.exports={en:["reset time scale"],ca_ES:["reinicia escala de temps"]}},47418:e=>{e.exports={en:["resize layout"],ca_ES:["canvia la mida de la plantilla"]}},85815:e=>{e.exports={en:["restore defaults"],ca_ES:["restableix valors per defecte"]}},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"],ca_ES:["alterna l'escala automàtica"]}},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"],ca_ES:["alterna bloquejar escala"]}},49403:e=>{e.exports={en:["toggle log scale"],ca_ES:["alterna l'escala logarítmica"]}},98994:e=>{e.exports={en:["toggle percentage scale"],ca_ES:["alterna l'escala de percentatges"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"],ca_ES:["controla el temps"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],ca_ES:["desactiva la possibilitat de compartir eines de línia"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"],ca_ES:["desbloqueja objectes"]}},74590:e=>{e.exports={en:["unlock group {group}"],ca_ES:["desbloqueja el grup {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],ca_ES:["desbloqueja {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],ca_ES:["desagrupa al nou quadre inferior"]}},79443:e=>{e.exports={en:["unmerge up"],ca_ES:["desagrupa per dalt"]}},46453:e=>{e.exports={en:["unmerge down"],ca_ES:["desagrupa per sota"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"],ca_ES:["{count} barres"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],
|
||||
ca_ES:["Informació financera de {symbol} per TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],ca_ES:["{userName} ha publicat a {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"],ca_ES:["augmenta"]}},73638:e=>{e.exports={en:["zoom out"],ca_ES:["allunya"]}},41807:e=>{e.exports={en:["day","days"],ca_ES:["dia","dies"]}},42328:e=>{e.exports={en:["hour","hours"],ca_ES:["hora","hores"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"],ca_ES:["minut","minuts"]}},33232:e=>{e.exports={en:["second","seconds"],ca_ES:["segon","segons"]}},89937:e=>{e.exports={en:["range","ranges"],ca_ES:["rang","rangs"]}},48898:e=>{e.exports={en:["week","weeks"],ca_ES:["setmana","setmanes"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],ca_ES:["{amount} dibuix","{amount} dibuixos"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],ca_ES:["{amount} indicador","{amount} indicadors"]}},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"],ca_ES:["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"],ca_ES:["IBovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],ca_ES:["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"],ca_ES:["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"]},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, $"],ca_ES:["Capitalització total del mercat cripto, USD"]},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"],ca_ES:["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"]},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"],ca_ES:["Nikkei 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"],ca_ES:["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."]},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"],ca_ES:["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"],ca_ES:["OMX Tallinn GI"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],ca_ES:["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"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],ca_ES:["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"]},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"],ca_ES:["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"]},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"]}}}]);
|
||||
@@ -1,55 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3948],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],ca_ES:["Fosc"]}},96870:e=>{e.exports={en:["Light"],ca_ES:["Clar"]}},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"],ca_ES:["Còpia {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"],ca_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"],ca_ES:["Color de nivell -0,236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],ca_ES:["Color de nivell -0,382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],ca_ES:["Color de nivell -0,618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],ca_ES:["Color de nivell -0,65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],ca_ES:["Color de nivell 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],ca_ES:["Color de nivell 0,236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],ca_ES:["Color de nivell 0,382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],ca_ES:["Color de nivell 0,5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],ca_ES:["Color de nivell 0,618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],ca_ES:["Color de nivell 0,65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],ca_ES:["Color de nivell 0,786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],ca_ES:["Color de nivell 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],ca_ES:["Color de nivell 1,272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],ca_ES:["Color de nivell 1,414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],ca_ES:["Color de nivell 1,618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],ca_ES:["Color de nivell 1,65"]},e.exports["1st Period_input"]={en:["1st Period"],ca_ES:["Primer període"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],ca_ES:["Color de nivell 2,618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],ca_ES:["Color de nivell 2,65"]},e.exports["2nd Period_input"]={en:["2nd Period"],ca_ES:["Segon període"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],ca_ES:["Color de nivell 3,618"]},
|
||||
e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],ca_ES:["Color de nivell 3,65"]},e.exports["3rd Period_input"]={en:["3rd Period"],ca_ES:["Tercer període"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],ca_ES:["Color de nivell 4,236"]},e.exports["4th Period_input"]={en:["4th Period"],ca_ES:["Quart període"]},e.exports["5th Period_input"]={en:["5th Period"],ca_ES:["Cinquè període"]},e.exports["6th Period_input"]={en:["6th Period"],ca_ES:["Sisè període"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],ca_ES:["ADX suavitzat"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],ca_ES:["ADX suavitzat"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],ca_ES:["Rang veritable mitjà (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"],ca_ES:["Acumulació/distribució"]},e.exports["All items_combobox_input"]={en:["All items"],ca_ES:["Tots els elements"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],ca_ES:["Període de referència"]},e.exports["Another symbol_input"]={en:["Another symbol"],ca_ES:["Un altre símbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],ca_ES:["Aroon abaix (Aroon Down)"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],ca_ES:["Aroon amunt (Aroon Up)"]},e.exports.Average_input={en:["Average"],ca_ES:["Mitjana"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],ca_ES:["Períodes de la mitjana"]},e.exports.Back_input={en:["Back"],ca_ES:["Enrere"]},e.exports["Bands style_input"]={en:["Bands style"],ca_ES:["Estil de bandes"]},e.exports.Bar_input={en:["Bar"],ca_ES:["Barra"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],ca_ES:["Períodes de la línia de referència"]},e.exports["Base Line_input"]={en:["Base Line"],ca_ES:["Línia de referència"]},e.exports.Basis_input={en:["Basis"],ca_ES:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],ca_ES:["Bandes de Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],ca_ES:["Ample de les bandes de Bollinger"]},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"],ca_ES:["Cancel·la"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"],ca_ES:["Centrat"]},e.exports.Century_input={en:["Century"],ca_ES:["Segle"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],ca_ES:["Oscil·lador de Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"],ca_ES:["Oscil·lador de moment de Chande"]},e.exports.Close_input={en:["Close"],ca_ES:["Tancament"]},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"],ca_ES:["Color basat en el tancament anterior"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],ca_ES:["Períodes de la línia de conversió"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],ca_ES:["Línia de conversió"]},e.exports.Correlation_input={en:["Correlation"],ca_ES:["Correlació"]},e.exports.Count_input={en:["Count"],ca_ES:["Recompte"]},e.exports.Crosses_input={en:["Crosses"],ca_ES:["Creus"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],ca_ES:["Longitud DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],ca_ES:["Dia"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],ca_ES:["Dies per any"]},e.exports.Decade_input={en:["Decade"],ca_ES:["Dècada"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],ca_ES:["Profunditat"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],ca_ES:["Oscil·lador del preu sense tendència"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],ca_ES:["Desenvolupa Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],ca_ES:["Desviació (%)"]},e.exports.Deviation_input={en:["Deviation"],ca_ES:["Desviació"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"],ca_ES:["Volum descendent"]},e.exports["Down bars_input"]={en:["Down bars"]},e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"],ca_ES:["Fractals baixistes"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],ca_ES:["Totes (premercat, mercat, postmercat)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],ca_ES:["Índex de força d'Elder"]},e.exports["Equality Line_input"]={en:["Equality Line"],ca_ES:["Línia d'igualtat"]},e.exports.Exponential_input={en:["Exponential"],ca_ES:["Exponencial"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],ca_ES:["Amplia POC a la dreta"]},e.exports["Extend Right_input"]={en:["Extend Right"],ca_ES:["Amplia a la dreta"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],ca_ES:["Amplia límit superior de la zona de valor (VAH) a la dreta"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],ca_ES:["Amplia límit inferior de la zona de valor (VAL) a la dreta"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],
|
||||
ca_ES:["Amplia fins a l'última barra"]},e.exports.Falling_input={en:["Falling"],ca_ES:["Descendent"]},e.exports["Fast Length_input"]={en:["Fast Length"],ca_ES:["Longitud ràpida"]},e.exports["Fast length_input"]={en:["Fast length"],ca_ES:["Longitud ràpida"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],ca_ES:["Creixent"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],ca_ES:["Requadre de l'histograma"]},e.exports.Histogram_input={en:["Histogram"],ca_ES:["Histograma"]},e.exports["Hull MA_input"]={en:["Hull MA"],ca_ES:["MV de Hull"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"],ca_ES:["Indicador"]},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"],ca_ES:["Període EMA 1 per a inversors"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],ca_ES:["Període EMA 2 per a inversors"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],ca_ES:["Període EMA 3 per a inversors"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],ca_ES:["Període EMA 4 per a inversors"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],ca_ES:["Període EMA 5 per a inversors"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],ca_ES:["Període EMA 6 per a inversors"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],ca_ES:["Longitud de la mandíbula"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],ca_ES:["Jaw Offset (mandíbula)"]},e.exports.Jaw_input={en:["Jaw"],ca_ES:["Mandíbula"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],ca_ES:["Posició de les etiquetes"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],ca_ES:["Etiquetes en l'escala de preus"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],ca_ES:["Tram de desfasament"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],ca_ES:["Període principal A (Leading Span A)"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],ca_ES:["Període principal B (Leading Span B)"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],ca_ES:["Període principal B (Leading Span B)"]},e.exports["Length EMA_input"]={en:["Length EMA"],ca_ES:["Longitud EMA"]},e.exports["Length MA_input"]={en:["Length MA"],ca_ES:["Longitud MA"]},e.exports.Length1_input={en:["Length1"],ca_ES:["Longitud1"]},e.exports.Length2_input={en:["Length2"],ca_ES:["Longitud2"]},e.exports.Length3_input={en:["Length3"],ca_ES:["Longitud3"]},e.exports.Length_input={en:["Length"],ca_ES:["Longitud"]},e.exports.Level_input={en:["Level"],ca_ES:["Nivell"]},
|
||||
e.exports["Levels Format_input"]={en:["Levels Format"],ca_ES:["Format de nivells"]},e.exports.Limit_input={en:["Limit"],ca_ES:["Límit"]},e.exports.Line_input={en:["Line"],ca_ES:["Línia"]},e.exports["Lips Length_input"]={en:["Lips Length"],ca_ES:["Longitud dels llavis"]},e.exports["Lips Offset_input"]={en:["Lips Offset"],ca_ES:["Lips Offset (llavis)"]},e.exports.Lips_input={en:["Lips"],ca_ES:["Llavis"]},e.exports["Long Length_input"]={en:["Long Length"],ca_ES:["Longitud llarga"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],ca_ES:["Longitud al llarg de la taxa de canvi (RoC)"]},e.exports["Long length_input"]={en:["Long length"],ca_ES:["Longitud llarga"]},e.exports["Long period_input"]={en:["Long period"],ca_ES:["Període llarg"]},e.exports.Long_input={en:["Long"],ca_ES:["Llarg"]},e.exports["Lower Band_input"]={en:["Lower Band"],ca_ES:["Banda inferior"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],ca_ES:["Desviació inferior"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],ca_ES:["Percentatge mínim"]},e.exports.LowerLimit_input={en:["LowerLimit"],ca_ES:["Límit inferior"]},e.exports.Lower_input={en:["Lower"],ca_ES:["Menor"]},e.exports["MA Length_input"]={en:["MA Length"],ca_ES:["Longitud de la MV"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"],ca_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"],ca_ES:["Símbol principal del gràfic"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"],ca_ES:["Percentatge de mercat tancat"]},e.exports["Market only_input"]={en:["Market only"],ca_ES:["Només mercat"]},e.exports["Max value_input"]={en:["Max value"],ca_ES:["Valor màxim"]},e.exports.Median_input={en:["Median"],ca_ES:["Mitjà"]},e.exports.Method_input={en:["Method"],ca_ES:["Mètode"]},e.exports.Middle_input={en:["Middle"],ca_ES:["Mitjà"]},e.exports.Minimize_input={en:["Minimize"]},e.exports.Month_input={en:["Month"],ca_ES:["Mes"]},e.exports.Move_input={en:["Move"],ca_ES:["Moviment"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"],ca_ES:["Multiplicador"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"],ca_ES:["No hi ha res seleccionat"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"],ca_ES:["Nombre de files"]},e.exports["Number of line_input"]={en:["Number of line"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"],ca_ES:["Desplaçament"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"],ca_ES:["Oscil·lador"]},e.exports.Overbought_input={en:["Overbought"],ca_ES:["Sobrecomprat"]},e.exports.Oversold_input={en:["Oversold"],ca_ES:["Sobrevenut"]},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"],ca_ES:["Percentatge"]},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"],ca_ES:["Període"]},e.exports.Periods_input={en:["Periods"],ca_ES:["Períodes"]},e.exports["Phantom bars_input"]={en:["Phantom bars"]},e.exports.Placement_input={en:["Placement"],ca_ES:["Col·locació"]},e.exports.Plot_input={en:["Plot"],ca_ES:["Traçat del gràfic"]},e.exports["Plots Background_input"]={en:["Plots Background"],ca_ES:["Fons dels gràfics (Plots Background)"]},e.exports["Post-market only_input"]={en:["Post-market only"],ca_ES:["Només postmercat"]},e.exports["Pre-market only_input"]={en:["Pre-market only"],ca_ES:["Només premercat"]},e.exports["Price source_input"]={en:["Price source"]},e.exports.Price_input={en:["Price"],ca_ES:["Preu"]},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"],ca_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"],ca_ES:["Longitud RSI"]},e.exports["RSI Source_input"]={en:["RSI Source"],ca_ES:["Font 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"],ca_ES:["Consideració retrospectiva de la taxa de canvi"]},e.exports["Reversal amount_input"]={en:["Reversal amount"]},e.exports["Rolling Period_input"]={en:["Rolling Period"],ca_ES:["Període renovable"]},e.exports["Row Size_input"]={en:["Row Size"],ca_ES:["Mida de la fila"]},e.exports["Rows Layout_input"]={en:["Rows Layout"],ca_ES:["Disseny de les files"]},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"],ca_ES:["Oscil·lador ergòdic SMI"]},e.exports.SMI_input={en:["SMI"]},e.exports.Session_input={en:["Session"],ca_ES:["Sessió"]},e.exports.Sessions_input={en:["Sessions"]},e.exports.Shapes_input={en:["Shapes"],ca_ES:["Formes"]},e.exports["Short Length_input"]={en:["Short Length"],ca_ES:["Longitud curta"]},e.exports["Short RoC Length_input"]={en:["Short RoC Length"],ca_ES:["Longitud RoC curta"]},e.exports["Short length_input"]={en:["Short length"],ca_ES:["Longitud curta"]},e.exports["Short period_input"]={en:["Short period"],
|
||||
ca_ES:["Període curt"]},e.exports.Short_input={en:["Short"],ca_ES:["Curt"]},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"],ca_ES:["Longitud del senyal"]},e.exports["Signal line period_input"]={en:["Signal line period"],ca_ES:["Període de la línia de senyals"]},e.exports["Signal smoothing_input"]={en:["Signal smoothing"],ca_ES:["Suavitzat de senyals"]},e.exports.Signal_input={en:["Signal"],ca_ES:["Senyal"]},e.exports["Simple ma(oscillator)_input"]={en:["Simple ma(oscillator)"],ca_ES:["Mitjana mòbil simple (oscil·lador)"]},e.exports["Simple ma(signal line)_input"]={en:["Simple ma(signal line)"],ca_ES:["Mitjana mòvil simple (línia de senyal)"]},e.exports.Simple_input={en:["Simple"]},e.exports["Slow Length_input"]={en:["Slow Length"],ca_ES:["Longitud lenta"]},e.exports["Slow length_input"]={en:["Slow length"],ca_ES:["Longitud lenta"]},e.exports["Smoothing Length_input"]={en:["Smoothing Length"],ca_ES:["Longitud de suavitzat"]},e.exports["Smoothing Line_input"]={en:["Smoothing Line"],ca_ES:["Línia de suavitzat"]},e.exports.Smoothing_input={en:["Smoothing"],ca_ES:["Suavitzat"]},e.exports.Source_input={en:["Source"],ca_ES:["Font"]},e.exports["Standard Errors_input"]={en:["Standard Errors"],ca_ES:["Errors estàndard"]},e.exports.Start_input={en:["Start"],ca_ES:["Inici"]},e.exports.StdDev_input={en:["StdDev"]},e.exports["Stochastic Length_input"]={en:["Stochastic Length"],ca_ES:["Longitud estocàstica"]},e.exports.Style_input={en:["Style"]},e.exports.Symbol_input={en:["Symbol"],ca_ES:["Símbol"]},e.exports.TEMA_input={en:["TEMA"]},e.exports.TRIX_input={en:["TRIX"]},e.exports["Teeth Length_input"]={en:["Teeth Length"],ca_ES:["Longitud de les dents"]},e.exports["Teeth Offset_input"]={en:["Teeth Offset"],ca_ES:["Teeth Offset (dents)"]},e.exports.Teeth_input={en:["Teeth"],ca_ES:["Dents"]},e.exports["Ticks Per Row_input"]={en:["Ticks Per Row"],ca_ES:["Ticks per fila"]},e.exports.Timeframe_input={en:["Timeframe"]},e.exports.Total_input={en:["Total"]},e.exports["Trader EMA 1 length_input"]={en:["Trader EMA 1 length"],ca_ES:["Període EMA 1 per a traders"]},e.exports["Trader EMA 2 length_input"]={en:["Trader EMA 2 length"],ca_ES:["Període EMA 2 per a traders"]},e.exports["Trader EMA 3 length_input"]={en:["Trader EMA 3 length"],ca_ES:["Període EMA 3 per a traders"]},e.exports["Trader EMA 4 length_input"]={en:["Trader EMA 4 length"],ca_ES:["Període EMA 4 per a traders"]},e.exports["Trader EMA 5 length_input"]={en:["Trader EMA 5 length"],ca_ES:["Període EMA 5 per a traders"]},e.exports["Trader EMA 6 length_input"]={en:["Trader EMA 6 length"],ca_ES:["Període EMA 6 per a traders"]},e.exports.Traditional_input={en:["Traditional"]},e.exports.Trigger_input={en:["Trigger"],ca_ES:["Activa"]},e.exports.Type_input={en:["Type"]},e.exports.UO_input={en:["UO"]},
|
||||
e.exports["Up Volume_input"]={en:["Up Volume"],ca_ES:["Volum ascendent"]},e.exports["Up bars_input"]={en:["Up bars"]},e.exports["Up color_input"]={en:["Up color"]},e.exports["Up fractals_input"]={en:["Up fractals"],ca_ES:["Fractals alcistes"]},e.exports["Up/Down_input"]={en:["Up/Down"],ca_ES:["Màxim/Mínim"]},e.exports["UpDown Length_input"]={en:["UpDown Length"],ca_ES:["Longitud amunt i avall"]},e.exports["Upper Band_input"]={en:["Upper Band"],ca_ES:["Banda superior"]},e.exports["Upper Deviation_input"]={en:["Upper Deviation"],ca_ES:["Desviació superior"]},e.exports["Upper Percentage_input"]={en:["Upper Percentage"],ca_ES:["Percentatge màxim"]},e.exports.UpperLimit_input={en:["UpperLimit"],ca_ES:["LímitSuperior"]},e.exports.Upper_input={en:["Upper"],ca_ES:["Superior"]},e.exports["Use Lower Deviation_input"]={en:["Use Lower Deviation"],ca_ES:["Fes servir la desviació inferior"]},e.exports["Use Upper Deviation_input"]={en:["Use Upper Deviation"],ca_ES:["Fes servir la desviació 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"],ca_ES:["Àrea de valor descendent"]},e.exports["Value Area Up_input"]={en:["Value Area Up"],ca_ES:["Preu més alt de l'àrea de valor"]},e.exports["Value Area Volume_input"]={en:["Value Area Volume"],ca_ES:["Volum de l'àrea de valor"]},e.exports["Value Area volume_input"]={en:["Value Area volume"],ca_ES:["Volum de l'àrea de valors"]},e.exports["Value Area_input"]={en:["Value Area"],ca_ES:["Àrea de valor"]},e.exports.Value_input={en:["Value"],ca_ES:["Valor"]},e.exports["Values in status line_input"]={en:["Values in status line"],ca_ES:["Valors en la línia d'estat"]},e.exports.Volume_input={en:["Volume"],ca_ES:["Volum"]},e.exports["WMA Length_input"]={en:["WMA Length"],ca_ES:["Longitud WMA"]},e.exports["Wait for timeframe closes_input"]={en:["Wait for timeframe closes"]},e.exports.Week_input={en:["Week"],ca_ES:["Setmana"]},e.exports.Weighted_input={en:["Weighted"],ca_ES:["Ponderada"]},e.exports.Wick_input={en:["Wick"]},e.exports.Wicks_input={en:["Wicks"]},e.exports["Wilder's Smoothing_input"]={en:["Wilder's Smoothing"],ca_ES:["Wilder's Smoothing (Suavització o allisat de Wilder)"]},e.exports["Window Size_input"]={en:["Window Size"],ca_ES:["Mida de la finestra"]},e.exports.X_input={en:["X"]},e.exports.YY_year_input={en:["YY"]},e.exports.Year_input={en:["Year"],ca_ES:["Any"]},e.exports["Zero Line_input"]={en:["Zero Line"],ca_ES:["Línia zero"]},e.exports.Zero_input={en:["Zero"]},e.exports.fastLength_input={en:["fastLength"],ca_ES:["LongitudRàpida"]},e.exports.from_input={en:["from"]},e.exports.increment_input={en:["increment"]},e.exports.isCentered_input={en:["isCentered"],ca_ES:["estàCentrat"]},e.exports.len_input={en:["len"]},e.exports.length14_input={en:["length14"],ca_ES:["longitud14"]},e.exports.length28_input={en:["length28"],ca_ES:["longitud28"]},e.exports.length7_input={en:["length7"],ca_ES:["longitud7"]},e.exports.lengthRSI_input={
|
||||
en:["lengthRSI"],ca_ES:["longitudRSI"]},e.exports.lengthStoch_input={en:["lengthStoch"],ca_ES:["longitudStoch"]},e.exports.length_input={en:["length"],ca_ES:["longitud"]},e.exports.long_input={en:["long"],ca_ES:["longitud"]},e.exports.longlen_input={en:["longlen"]},e.exports.maximum_input={en:["maximum"],ca_ES:["màxim"]},e.exports.mult_input={en:["mult"]},e.exports.p_input={en:["p"]},e.exports.q_input={en:["q"]},e.exports.resolution_input={en:["resolution"],ca_ES:["resolució"]},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"],ca_ES:["curt"]},e.exports.shortlen_input={en:["shortlen"],ca_ES:["longitudcurta"]},e.exports["show MA_input"]={en:["show MA"],ca_ES:["mostra 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"]},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"],ca_ES:["{number} element","{number} elements"]}},50873:e=>{e.exports={en:["ATR({atrValue})"]}},73425:e=>{e.exports={en:["Percentage LTP({percentageLTPValue}%)"]}},40566:e=>{e.exports={en:["Traditional"]}},75163:e=>{e.exports={en:["Invert scale"],ca_ES:["Escala invertida"]}},35210:e=>{e.exports={en:["Indexed to 100"],ca_ES:["Indexat a 100"]}},31340:e=>{e.exports={en:["Logarithmic"],ca_ES:["Logarítmic"]}},19405:e=>{e.exports={en:["No overlapping labels"],ca_ES:["Sense etiquetes superposades"]}},34954:e=>{e.exports={en:["Percent"],ca_ES:["Percentatge"]}},55300:e=>{e.exports={en:["Regular"],ca_ES:["Normal"]}},8029:e=>{e.exports={en:["ETH"],ca_ES:["HTE"]}},34647:e=>{e.exports={en:["Electronic trading hours"],ca_ES:["Horari de trading electrònic"]}},36862:e=>{e.exports={en:["Extended trading hours"],ca_ES:["Horari ampliat de trading"]}},7807:e=>{e.exports={en:["POST"],ca_ES:["posterior"]}},46273:e=>{e.exports={en:["PRE"],ca_ES:["PREVI"]}},50434:e=>{e.exports={en:["Postmarket"],ca_ES:["Postmercat"]}},59330:e=>{e.exports={en:["Premarket"],ca_ES:["Premercat"]}},35342:e=>{e.exports={en:["RTH"],ca_ES:["HTH"]}},84246:e=>{e.exports={en:["Regular trading hours"],ca_ES:["Horari de trading habitual"]}},13132:e=>{e.exports={en:["May"],ca_ES:["Maig"]}},83477:e=>{e.exports=Object.create(null),e.exports["*All Candlestick Patterns*_study"]={en:["*All Candlestick Patterns*"],ca_ES:["*Tots els patrons d'espelmes*"]},e.exports["24-hour Volume_study"]={en:["24-hour Volume"],
|
||||
ca_ES:["Volum 24 hores"]},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"],ca_ES:["Nadó abandonat: baixista"]},e.exports["Abandoned Baby - Bullish_study"]={en:["Abandoned Baby - Bullish"],ca_ES:["Nadó abandonat: alcista"]},e.exports["Accelerator Oscillator_study"]={en:["Accelerator Oscillator"]},e.exports["Accounts payable_study"]={en:["Accounts payable"],ca_ES:["Comptes a pagar"]},e.exports["Accounts receivable - trade, net_study"]={en:["Accounts receivable - trade, net"],ca_ES:["Comptes a cobrar: negociació, net"]},e.exports["Accounts receivables, gross_study"]={en:["Accounts receivables, gross"],ca_ES:["Comptes a cobrar, bruts"]},e.exports.Accruals_study={en:["Accruals"],ca_ES:["Meritacions"]},e.exports["Accrued payroll_study"]={en:["Accrued payroll"],ca_ES:["Sous acumulats a pagar"]},e.exports["Accumulated depreciation, total_study"]={en:["Accumulated depreciation, total"],ca_ES:["Depreciació acumulada, total"]},e.exports["Accumulation/Distribution_study"]={en:["Accumulation/Distribution"],ca_ES:["Acumulació/distribució"]},e.exports["Accumulative Swing Index_study"]={en:["Accumulative Swing Index"],ca_ES:["Índex d'oscil·lació acumulatiu"]},e.exports["Additional paid-in capital/Capital surplus_study"]={en:["Additional paid-in capital/Capital surplus"],ca_ES:["Capital addicional pagat/excedent de capital"]},e.exports["Advance Decline Line_study"]={en:["Advance Decline Line"],ca_ES:["Línia d'avanç/retrocés"]},e.exports["Advance Decline Ratio_study"]={en:["Advance Decline Ratio"],ca_ES:["Relació avanç/retrocés"]},e.exports["Advance/Decline Ratio (Bars)_study"]={en:["Advance/Decline Ratio (Bars)"],ca_ES:["Ràtio d'avanç/retrocés (barres)"]},e.exports["Advance/Decline_study"]={en:["Advance/Decline"],ca_ES:["Avanç/retrocés"]},e.exports["After tax other income/expense_study"]={en:["After tax other income/expense"],ca_ES:["Altres ingressos/despeses després d'impostos"]},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"],ca_ES:["Amortització de càrrecs diferits"]},e.exports["Amortization of intangibles_study"]={en:["Amortization of intangibles"],ca_ES:["Amortització d'intangibles"]},e.exports.Amortization_study={en:["Amortization"],ca_ES:["Amortització"]},e.exports["Anchored Volume Profile_study"]={en:["Anchored Volume Profile"]},e.exports["Arnaud Legoux Moving Average_study"]={en:["Arnaud Legoux Moving Average"],ca_ES:["Mitjana mòbil Arnaud Legoux"]},e.exports.Aroon_study={en:["Aroon"]},e.exports["Asset turnover_study"]={en:["Asset turnover"],ca_ES:["Rotació d'actius"]},e.exports["Auto Anchored Volume Profile_study"]={en:["Auto Anchored Volume Profile"],ca_ES:["Perfil de volum autoancorat"]},e.exports["Auto Fib Extension_study"]={en:["Auto Fib Extension"],ca_ES:["Extensió de Fibonacci automàtica"]},e.exports["Auto Fib Retracement_study"]={
|
||||
en:["Auto Fib Retracement"],ca_ES:["Retrocés automàtic de Fib"]},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"],ca_ES:["Rang diari mitjà"]},e.exports["Average Directional Index_study"]={en:["Average Directional Index"],ca_ES:["Índex mitjà de moviment direccional"]},e.exports["Average Price_study"]={en:["Average Price"],ca_ES:["Preu mitjà"]},e.exports["Average True Range_study"]={en:["Average True Range"],ca_ES:["Rang veritable mitjà"]},e.exports["Average basic shares outstanding_study"]={en:["Average basic shares outstanding"],ca_ES:["Mitjana d'accions bàsiques en circulació"]},e.exports["Awesome Oscillator_study"]={en:["Awesome Oscillator"],ca_ES:["Oscil·lador sorprenent"]},e.exports["Bad debt / Doubtful accounts_study"]={en:["Bad debt / Doubtful accounts"],ca_ES:["Deutes incobrables / Comptes dubtosos"]},e.exports["Balance of Power_study"]={en:["Balance of Power"],ca_ES:["Correlació de forces"]},e.exports["BarUpDn Strategy_study"]={en:["BarUpDn Strategy"],ca_ES:["Estratègia BarUpDn"]},e.exports["Basic EPS_study"]={en:["Basic EPS"],ca_ES:["BPA bàsic"]},e.exports["Basic earnings per share (Basic EPS)_study"]={en:["Basic earnings per share (Basic EPS)"],ca_ES:["Benefici per acció bàsic (BPA bàsic)"]},e.exports["Bearish Flag Chart Pattern_study"]={en:["Bearish Flag Chart Pattern"],ca_ES:["Patró gràfic bandera baixista"]},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"],ca_ES:["Bandes de Bollinger %B"]},e.exports["Bollinger Bands Strategy directed_study"]={en:["Bollinger Bands Strategy directed"],ca_ES:["Estratègia dirigida bandes de Bollinger"]},e.exports["Bollinger Bands Strategy_study"]={en:["Bollinger Bands Strategy"],ca_ES:["Estratègia de bandes de Bollinger"]},e.exports["Bollinger Bands Width_study"]={en:["Bollinger Bands Width"],ca_ES:["Ample de les bandes de Bollinger"]},e.exports["Bollinger Bands_study"]={en:["Bollinger Bands"],ca_ES:["Bandes de Bollinger"]},e.exports["Book value per share_study"]={en:["Book value per share"],ca_ES:["Valor comptable per acció"]},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"],ca_ES:["Patró gràfic banderí alcista"]},e.exports["Buyback yield %_study"]={en:["Buyback yield %"],ca_ES:["Rendibilitat per recompra %"]},e.exports["COGS to revenue ratio_study"]={en:["COGS to revenue ratio"],ca_ES:["Ràtio cost de béns venuts/ingressos"]},e.exports.CRSI_study={en:["CRSI"]},e.exports["Capital and operating lease obligations_study"]={en:["Capital and operating lease obligations"],ca_ES:["Compromisos d'arrendament financer i operatiu"]},e.exports["Capital expenditures - fixed assets_study"]={
|
||||
en:["Capital expenditures - fixed assets"],ca_ES:["Inversions de capital: actius fixos"]},e.exports["Capital expenditures - other assets_study"]={en:["Capital expenditures - other assets"],ca_ES:["Inversions de capital: altres actius"]},e.exports["Capital expenditures_study"]={en:["Capital expenditures"],ca_ES:["Despeses de capital"]},e.exports["Capitalized lease obligations_study"]={en:["Capitalized lease obligations"],ca_ES:["Obligacions d'arrendament capitalitzades"]},e.exports["Cash & equivalents_study"]={en:["Cash & equivalents"],ca_ES:["Efectiu i equivalents"]},e.exports["Cash and short term investments_study"]={en:["Cash and short term investments"],ca_ES:["Efectiu i inversions a curt termini"]},e.exports["Cash conversion cycle_study"]={en:["Cash conversion cycle"],ca_ES:["Cicle de conversió d'efectiu"]},e.exports["Cash from financing activities_study"]={en:["Cash from financing activities"],ca_ES:["Efectiu procedent d'activitat de finançament"]},e.exports["Cash from investing activities_study"]={en:["Cash from investing activities"],ca_ES:["Efectiu procedent d'activitats d'inversió"]},e.exports["Cash from operating activities_study"]={en:["Cash from operating activities"],ca_ES:["Efectiu procedent de les activitats operatives"]},e.exports["Cash to debt ratio_study"]={en:["Cash to debt ratio"],ca_ES:["Ràtio efectiu/deute"]},e.exports["Chaikin Money Flow_study"]={en:["Chaikin Money Flow"],ca_ES:["Flux monetari Chaikin"]},e.exports["Chaikin Oscillator_study"]={en:["Chaikin Oscillator"],ca_ES:["Oscil·lador Chaikin"]},e.exports["Chaikin Volatility_study"]={en:["Chaikin Volatility"],ca_ES:["Volatilitat de Chaikin"]},e.exports["Chande Kroll Stop_study"]={en:["Chande Kroll Stop"]},e.exports["Chande Momentum Oscillator_study"]={en:["Chande Momentum Oscillator"],ca_ES:["Oscil·lador moment de Chande"]},e.exports["Change in accounts payable_study"]={en:["Change in accounts payable"],ca_ES:["Canvi en comptes a pagar"]},e.exports["Change in accounts receivable_study"]={en:["Change in accounts receivable"],ca_ES:["Canvi en comptes a cobrar"]},e.exports["Change in accrued expenses_study"]={en:["Change in accrued expenses"],ca_ES:["Canvi en despeses acumulades"]},e.exports["Change in inventories_study"]={en:["Change in inventories"],ca_ES:["Variació d'existències"]},e.exports["Change in other assets/liabilities_study"]={en:["Change in other assets/liabilities"],ca_ES:["Canvi en altres actius/passius"]},e.exports["Change in taxes payable_study"]={en:["Change in taxes payable"],ca_ES:["Canvis als impostos a pagar"]},e.exports["Changes in working capital_study"]={en:["Changes in working capital"],ca_ES:["Canvis al capital circulant"]},e.exports.ChannelBreakOutStrategy_study={en:["ChannelBreakOutStrategy"]},e.exports["Chop Zone_study"]={en:["Chop Zone"],ca_ES:["Zona de tall"]},e.exports["Choppiness Index_study"]={en:["Choppiness Index"],ca_ES:["Índex Choppiness"]},e.exports["Commodity Channel Index_study"]={en:["Commodity Channel Index"],ca_ES:["Índex de canal de mercaderies"]},e.exports["Common dividends paid_study"]={
|
||||
en:["Common dividends paid"],ca_ES:["Dividends pagats sobre accions ordinàries"]},e.exports["Common equity, total_study"]={en:["Common equity, total"],ca_ES:["Capital ordinari, total"]},e.exports["Common stock par/Carrying value_study"]={en:["Common stock par/Carrying value"],ca_ES:["Valor nominal/comptable d'accions ordinàries"]},e.exports.Compare_study={en:["Compare"],ca_ES:["Compara"]},e.exports["Conditional Expressions_study"]={en:["Conditional Expressions"],ca_ES:["Expressions condicionals"]},e.exports["Connors RSI_study"]={en:["Connors RSI"],ca_ES:["RSI (índex de força relativa) de Connors"]},e.exports.ConnorsRSI_study={en:["ConnorsRSI"]},e.exports["Consecutive Up/Down Strategy_study"]={en:["Consecutive Up/Down Strategy"],ca_ES:["Estratègia consecutiva amunt/avall"]},e.exports["Coppock Curve_study"]={en:["Coppock Curve"],ca_ES:["Corba de Coppock"]},e.exports["Correlation - Log_study"]={en:["Correlation - Log"],ca_ES:["Correlació - Log"]},e.exports["Correlation Coefficient_study"]={en:["Correlation Coefficient"],ca_ES:["Coeficient de correlació"]},e.exports["Cost of goods sold_study"]={en:["Cost of goods sold"],ca_ES:["Cost de béns venuts"]},e.exports["Cost of goods_study"]={en:["Cost of goods"],ca_ES:["Cost dels béns"]},e.exports["Cumulative Volume Index_study"]={en:["Cumulative Volume Index"],ca_ES:["Índex de volum acumulatiu"]},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"],ca_ES:["Porció actual d'arrendaments financers i deute a llarg termini"]},e.exports["Current ratio_study"]={en:["Current ratio"],ca_ES:["Ràtio de solvència"]},e.exports.DMI_study={en:["DMI"]},e.exports["Dark Cloud Cover - Bearish_study"]={en:["Dark Cloud Cover - Bearish"],ca_ES:["Núvol negre: baixista"]},e.exports["Days inventory_study"]={en:["Days inventory"],ca_ES:["Dies d'inventari"]},e.exports["Days payable_study"]={en:["Days payable"],ca_ES:["Període mitjà de pagament"]},e.exports["Days sales outstanding_study"]={en:["Days sales outstanding"],ca_ES:["Període mitjà de cobrament"]},e.exports["Debt to EBITDA ratio_study"]={en:["Debt to EBITDA ratio"],ca_ES:["Ràtio deute/Ebitda"]},e.exports["Debt to assets ratio_study"]={en:["Debt to assets ratio"],ca_ES:["Ràtio deute/actius"]},e.exports["Debt to equity ratio_study"]={en:["Debt to equity ratio"],ca_ES:["Ràtio deute/capital"]},e.exports["Debt to revenue ratio_study"]={en:["Debt to revenue ratio"],ca_ES:["Ràtio deute/ingressos"]},e.exports["Deferred income, current_study"]={en:["Deferred income, current"],ca_ES:["Ingressos diferits, circulants"]},e.exports["Deferred income, non-current_study"]={en:["Deferred income, non-current"],ca_ES:["Ingressos diferits, no circulants"]},e.exports["Deferred tax assets_study"]={en:["Deferred tax assets"],ca_ES:["Actius per impostos diferits"]},e.exports["Deferred tax liabilities_study"]={en:["Deferred tax liabilities"],ca_ES:["Passius per impostos diferits"]},
|
||||
e.exports["Deferred taxes (cash flow)_study"]={en:["Deferred taxes (cash flow)"],ca_ES:["Impostos diferits (flux de caixa)"]},e.exports["Deprecation and amortization_study"]={en:["Deprecation and amortization"],ca_ES:["Depreciació i amortització"]},e.exports["Depreciation & amortization (cash flow)_study"]={en:["Depreciation & amortization (cash flow)"],ca_ES:["Depreciació i amortització (flux de caixa)"]},e.exports["Depreciation/depletion_study"]={en:["Depreciation/depletion"],ca_ES:["Depreciació/esgotament"]},e.exports.Depreciation_study={en:["Depreciation"],ca_ES:["Depreciació"]},e.exports["Detrended Price Oscillator_study"]={en:["Detrended Price Oscillator"],ca_ES:["Oscil·lador del preu sense tendència"]},e.exports["Diluted EPS_study"]={en:["Diluted EPS"],ca_ES:["BPA diluït"]},e.exports["Diluted earnings per share (Diluted EPS)_study"]={en:["Diluted earnings per share (Diluted EPS)"],ca_ES:["Benefici per acció diluït (BPA diluït)"]},e.exports["Diluted net income available to common stockholders_study"]={en:["Diluted net income available to common stockholders"],ca_ES:["Ingressos nets diluïts disponibles per als accionistes ordinaris"]},e.exports["Diluted shares outstanding_study"]={en:["Diluted shares outstanding"],ca_ES:["Accions diluïdes en circulació"]},e.exports["Dilution adjustment_study"]={en:["Dilution adjustment"],ca_ES:["Ajustament per dilució"]},e.exports["Directional Movement Index_study"]={en:["Directional Movement Index"],ca_ES:["Índex de moviment direccional"]},e.exports["Directional Movement_study"]={en:["Directional Movement"],ca_ES:["Moviment direccional"]},e.exports["Discontinued operations_study"]={en:["Discontinued operations"],ca_ES:["Operacions discontínues"]},e.exports["Divergence Indicator_study"]={en:["Divergence Indicator"],ca_ES:["Indicador de divergència"]},e.exports["Dividend payout ratio %_study"]={en:["Dividend payout ratio %"],ca_ES:["Ràtio de repartiment de dividends expressat en %"]},e.exports["Dividend yield %_study"]={en:["Dividend yield %"],ca_ES:["Rendibilitat per dividend %"]},e.exports["Dividends payable_study"]={en:["Dividends payable"],ca_ES:["Dividends a pagar"]},e.exports["Dividends per share - common stock primary issue_study"]={en:["Dividends per share - common stock primary issue"],ca_ES:["Dividends per acció: emissió inicial d'accions ordinàries"]},e.exports["Doji Star - Bearish_study"]={en:["Doji Star - Bearish"],ca_ES:["Estrella doji: baixista"]},e.exports["Doji Star - Bullish_study"]={en:["Doji Star - Bullish"],ca_ES:["Estrella doji: alcista"]},e.exports.Doji_study={en:["Doji"]},e.exports["Donchian Channels_study"]={en:["Donchian Channels"],ca_ES:["Canals de Donchian"]},e.exports["Double Bottom Chart Pattern_study"]={en:["Double Bottom Chart Pattern"],ca_ES:["Patró gràfic doble vall"]},e.exports["Double EMA_study"]={en:["Double EMA"],ca_ES:["Mitjana mòbil exponencial (EMA) de doble canal"]},e.exports["Double Top Chart Pattern_study"]={en:["Double Top Chart Pattern"],ca_ES:["Patro gràfic doble cim"]},e.exports["Downside Tasuki Gap - Bearish_study"]={
|
||||
en:["Downside Tasuki Gap - Bearish"],ca_ES:["Tasuki amb gap: baixista"]},e.exports["Dragonfly Doji - Bullish_study"]={en:["Dragonfly Doji - Bullish"],ca_ES:["Libèl·lula doji: alcista"]},e.exports["EBITDA margin %_study"]={en:["EBITDA margin %"],ca_ES:["Marge Ebitda %"]},e.exports.EBITDA_study={en:["EBITDA"],ca_ES:["Ebitda"]},e.exports.EBIT_study={en:["EBIT"],ca_ES:["Ebit"]},e.exports["EMA Cross_study"]={en:["EMA Cross"],ca_ES:["Encreuament EMA"]},e.exports["EPS basic one year growth_study"]={en:["EPS basic one year growth"],ca_ES:["Creixement en un any del BPA (EPS) bàsic"]},e.exports["EPS diluted one year growth_study"]={en:["EPS diluted one year growth"],ca_ES:["Creixement en un any del BPA (EPS) diluït"]},e.exports["EPS estimates_study"]={en:["EPS estimates"],ca_ES:["Estimacions dels beneficis per acció (BPA)"]},e.exports["Earnings yield_study"]={en:["Earnings yield"],ca_ES:["Rendibilitat per beneficis"]},e.exports["Ease Of Movement_study"]={en:["Ease Of Movement"],ca_ES:["Facilitat de moviment"]},e.exports["Ease of Movement_study"]={en:["Ease of Movement"],ca_ES:["Facilitat de moviment"]},e.exports["Effective interest rate on debt %_study"]={en:["Effective interest rate on debt %"],ca_ES:["Tipus d'interès efectiu sobre el deute en %"]},e.exports["Elder Force Index_study"]={en:["Elder Force Index"],ca_ES:["Índex de força d'Elder"]},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"],ca_ES:["Patró de gràfic ones d'Elliott"]},e.exports["Engulfing - Bearish_study"]={en:["Engulfing - Bearish"],ca_ES:["Embolcall: baixista"]},e.exports["Engulfing - Bullish_study"]={en:["Engulfing - Bullish"],ca_ES:["Embolcall: alcista"]},e.exports["Enterprise value to EBIT ratio_study"]={en:["Enterprise value to EBIT ratio"],ca_ES:["Ràtio valor d'empresa/Ebit"]},e.exports["Enterprise value to EBITDA ratio_study"]={en:["Enterprise value to EBITDA ratio"],ca_ES:["Ràtio valor d'empresa/Ebitda"]},e.exports["Enterprise value to revenue ratio_study"]={en:["Enterprise value to revenue ratio"],ca_ES:["Ràtio valor d'empresa/ingressos"]},e.exports["Enterprise value_study"]={en:["Enterprise value"],ca_ES:["Valor d'empresa"]},e.exports.Envelope_study={en:["Envelope"],ca_ES:["Sobre"]},e.exports.Envelopes_study={en:["Envelopes"],ca_ES:["Envolupants"]},e.exports["Equity in earnings_study"]={en:["Equity in earnings"],ca_ES:["Participació en beneficis"]},e.exports["Equity to assets ratio_study"]={en:["Equity to assets ratio"],ca_ES:["Ràtio capital/actius"]},e.exports["Evening Doji Star - Bearish_study"]={en:["Evening Doji Star - Bearish"],ca_ES:["Estel vespertí doji: baixista"]},e.exports["Evening Star - Bearish_study"]={en:["Evening Star - Bearish"],ca_ES:["Estel vespertí: baixista"]},e.exports["Falling Three Methods - Bearish_study"]={en:["Falling Three Methods - Bearish"],ca_ES:["Triple formació: baixista"]},e.exports["Falling Wedge Chart Pattern_study"]={en:["Falling Wedge Chart Pattern"],
|
||||
ca_ES:["Patró gràfic tascó baixista"]},e.exports["Falling Window - Bearish_study"]={en:["Falling Window - Bearish"],ca_ES:["Finestra: baixista"]},e.exports["Financing activities – other sources_study"]={en:["Financing activities – other sources"],ca_ES:["Activitats de finançament: altres fonts"]},e.exports["Financing activities – other uses_study"]={en:["Financing activities – other uses"],ca_ES:["Activitats de finançament: altres usos"]},e.exports["Fisher Transform_study"]={en:["Fisher Transform"],ca_ES:["Transformació de Fisher"]},e.exports["Fixed Range Volume Profile_study"]={en:["Fixed Range Volume Profile"],ca_ES:["Perfil de volum amb rang fix"]},e.exports["Fixed Range_study"]={en:["Fixed Range"],ca_ES:["Rang fix"]},e.exports["Float shares outstanding_study"]={en:["Float shares outstanding"],ca_ES:["Accions flotants disponibles"]},e.exports["Free cash flow margin %_study"]={en:["Free cash flow margin %"],ca_ES:["Marge flux de caixa lliure %"]},e.exports["Free cash flow_study"]={en:["Free cash flow"],ca_ES:["Flux de caixa lliure"]},e.exports["Fulmer H factor_study"]={en:["Fulmer H factor"]},e.exports["Funds from operations_study"]={en:["Funds from operations"],ca_ES:["Fons de les operacions"]},e.exports.Gaps_study={en:["Gaps"],ca_ES:["Forats"]},e.exports["Goodwill to assets ratio_study"]={en:["Goodwill to assets ratio"],ca_ES:["Ràtio fons de comerç/actius"]},e.exports["Goodwill, net_study"]={en:["Goodwill, net"],ca_ES:["Plusvàlua, net"]},e.exports["Graham's number_study"]={en:["Graham's number"],ca_ES:["Nombre de Graham"]},e.exports["Gravestone Doji - Bearish_study"]={en:["Gravestone Doji - Bearish"],ca_ES:["Làpida doji: baixista"]},e.exports["Greedy Strategy_study"]={en:["Greedy Strategy"],ca_ES:["Estratègia voraç"]},e.exports["Gross margin %_study"]={en:["Gross margin %"],ca_ES:["Marge brut %"]},e.exports["Gross profit to assets ratio_study"]={en:["Gross profit to assets ratio"],ca_ES:["Ràtio benefici brut/actiu"]},e.exports["Gross profit_study"]={en:["Gross profit"],ca_ES:["Benefici brut"]},e.exports["Gross property/plant/equipment_study"]={en:["Gross property/plant/equipment"],ca_ES:["Propietats, planta i equip brut"]},e.exports["Guppy Multiple Moving Average_study"]={en:["Guppy Multiple Moving Average"],ca_ES:["Mitjana mòbil múltiple de Guppy"]},e.exports["Hammer - Bullish_study"]={en:["Hammer - Bullish"],ca_ES:["Martell: alcista"]},e.exports["Hanging Man - Bearish_study"]={en:["Hanging Man - Bearish"],ca_ES:["Penjat: baixista"]},e.exports["Harami - Bearish_study"]={en:["Harami - Bearish"],ca_ES:["Harami: baixista"]},e.exports["Harami - Bullish_study"]={en:["Harami - Bullish"],ca_ES:["Harami: alcista"]},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"],ca_ES:["Volatilitat històrica"]},e.exports["Hull Moving Average_study"]={
|
||||
en:["Hull Moving Average"],ca_ES:["Mitjana mòbil de Hull"]},e.exports["Ichimoku Cloud_study"]={en:["Ichimoku Cloud"],ca_ES:["Núvol Ichimoku"]},e.exports.Ichimoku_study={en:["Ichimoku"]},e.exports.Impairments_study={en:["Impairments"],ca_ES:["Devaluacions"]},e.exports["InSide Bar Strategy_study"]={en:["InSide Bar Strategy"],ca_ES:["Estratègia de la barra inferior"]},e.exports["Income Tax Credits_study"]={en:["Income Tax Credits"],ca_ES:["Crèdits de l'impost sobre la renda"]},e.exports["Income Tax, current - foreign_study"]={en:["Income Tax, current - foreign"],ca_ES:["Impost sobre la renda, actual: estranger"]},e.exports["Income tax payable_study"]={en:["Income tax payable"],ca_ES:["Impost sobre la renda a pagar"]},e.exports["Income tax, current - domestic_study"]={en:["Income tax, current - domestic"],ca_ES:["Impost sobre la renda, actual: nacional"]},e.exports["Income tax, current_study"]={en:["Income tax, current"],ca_ES:["Impost sobre la renda, actual"]},e.exports["Income tax, deferred - domestic_study"]={en:["Income tax, deferred - domestic"],ca_ES:["Impost sobre la renda, diferit: nacional"]},e.exports["Income tax, deferred - foreign_study"]={en:["Income tax, deferred - foreign"],ca_ES:["Impost sobre la renda, diferit: estranger"]},e.exports["Income tax, deferred_study"]={en:["Income tax, deferred"],ca_ES:["Impost sobre la renda, diferit"]},e.exports["Interest capitalized_study"]={en:["Interest capitalized"],ca_ES:["Interessos capitalitzats"]},e.exports["Interest coverage_study"]={en:["Interest coverage"],ca_ES:["Cobertura d'interessos"]},e.exports["Interest expense on debt_study"]={en:["Interest expense on debt"],ca_ES:["Despeses per interessos sobre el deute"]},e.exports["Interest expense, net of interest capitalized_study"]={en:["Interest expense, net of interest capitalized"],ca_ES:["Despesa per interessos, net d'interessos capitalitzats"]},e.exports["Inventories - finished goods_study"]={en:["Inventories - finished goods"],ca_ES:["Existències: productes acabats"]},e.exports["Inventories - progress payments & other_study"]={en:["Inventories - progress payments & other"],ca_ES:["Inventaris: pagaments a compte i d'altres"]},e.exports["Inventories - raw materials_study"]={en:["Inventories - raw materials"],ca_ES:["Inventaris: matèries primeres"]},e.exports["Inventories - work in progress_study"]={en:["Inventories - work in progress"],ca_ES:["Inventaris: treball en curs"]},e.exports["Inventory to revenue ratio_study"]={en:["Inventory to revenue ratio"],ca_ES:["Ràtio inventaris/ingressos"]},e.exports["Inventory turnover_study"]={en:["Inventory turnover"],ca_ES:["Rotació d'inventari"]},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"],ca_ES:["Martell invertit: alcista"]},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"],
|
||||
ca_ES:["Activitats d'inversió: altres fonts"]},e.exports["Investing activities – other uses_study"]={en:["Investing activities – other uses"],ca_ES:["Activitats d'inversió: altres usos"]},e.exports["Investments in unconsolidated subsidiaries_study"]={en:["Investments in unconsolidated subsidiaries"],ca_ES:["Inversions en subsidiàries no consolidades"]},e.exports["Issuance of long term debt_study"]={en:["Issuance of long term debt"],ca_ES:["Emissió de deute a llarg termini"]},e.exports["Issuance/retirement of debt, net_study"]={en:["Issuance/retirement of debt, net"],ca_ES:["Emissió/cancel·lació de deute, net"]},e.exports["Issuance/retirement of long term debt_study"]={en:["Issuance/retirement of long term debt"],ca_ES:["Emissió/cancel·lació de deute a llarg termini"]},e.exports["Issuance/retirement of other debt_study"]={en:["Issuance/retirement of other debt"],ca_ES:["Emissió/cancel·lació d'altres deutes"]},e.exports["Issuance/retirement of short term debt_study"]={en:["Issuance/retirement of short term debt"],ca_ES:["Emissió/cancel·lació de deute a curt termini"]},e.exports["Issuance/retirement of stock, net_study"]={en:["Issuance/retirement of stock, net"],ca_ES:["Emissió/cancel·lació d'accions, net"]},e.exports["KZ index_study"]={en:["KZ index"],ca_ES:["Índex KZ"]},e.exports["Keltner Channel Strategy_study"]={en:["Keltner Channel Strategy"],ca_ES:["Estratègia de canal Keltner"]},e.exports["Keltner Channels Strategy_study"]={en:["Keltner Channels Strategy"],ca_ES:["Estratègia de canals de Keltner"]},e.exports["Keltner Channels_study"]={en:["Keltner Channels"],ca_ES:["Canals Keltner"]},e.exports["Key stats_study"]={en:["Key stats"]},e.exports["Kicking - Bearish_study"]={en:["Kicking - Bearish"],ca_ES:["Puntada: baixista"]},e.exports["Kicking - Bullish_study"]={en:["Kicking - Bullish"],ca_ES:["Puntada: alcista"]},e.exports["Klinger Oscillator_study"]={en:["Klinger Oscillator"],ca_ES:["Oscil·lador Klinger"]},e.exports["Know Sure Thing_study"]={en:["Know Sure Thing"]},e.exports["Least Squares Moving Average_study"]={en:["Least Squares Moving Average"],ca_ES:["Mitjana mòbil dels mínims quadrats"]},e.exports["Legal claim expense_study"]={en:["Legal claim expense"],ca_ES:["Despeses de reclamacions judicials"]},e.exports["Linear Regression Channel_study"]={en:["Linear Regression Channel"],ca_ES:["Canal de regressió lineal"]},e.exports["Linear Regression Curve_study"]={en:["Linear Regression Curve"],ca_ES:["Corba de regressió lineal"]},e.exports["Linear Regression Slope_study"]={en:["Linear Regression Slope"],ca_ES:["Inclinació de la línia de regressió"]},e.exports["Linear Regression_study"]={en:["Linear Regression"],ca_ES:["Regressió lineal"]},e.exports["Liquidity ratios_study"]={en:["Liquidity ratios"],ca_ES:["Ràtios de liquiditat"]},e.exports["Long Lower Shadow - Bullish_study"]={en:["Long Lower Shadow - Bullish"],ca_ES:["Ombra inferior llarga: alcista"]},e.exports["Long Upper Shadow - Bearish_study"]={en:["Long Upper Shadow - Bearish"],ca_ES:["Ombra superior llarga: baixista"]},
|
||||
e.exports["Long term debt excl. lease liabilities_study"]={en:["Long term debt excl. lease liabilities"],ca_ES:["Deute a llarg termini exclosos els deutes per arrendament"]},e.exports["Long term debt to total assets ratio_study"]={en:["Long term debt to total assets ratio"],ca_ES:["Ràtio deute a llarg termini/actius totals"]},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"],ca_ES:["Deute a llarg termini"]},e.exports["Long term investments_study"]={en:["Long term investments"],ca_ES:["Inversions a llarg termini"]},e.exports["MA Cross_study"]={en:["MA Cross"],ca_ES:["Encreuament de mitjanes mòbils"]},e.exports["MA with EMA Cross_study"]={en:["MA with EMA Cross"],ca_ES:["Encreuament de mitjana mòbil (MA) amb mitjana mòbil exponencial (EMA)"]},e.exports["MA/EMA Cross_study"]={en:["MA/EMA Cross"],ca_ES:["Encreuament de mitjana mòbil (MA)/mitjana mòbil exponencial (EMA)"]},e.exports["MACD Strategy_study"]={en:["MACD Strategy"],ca_ES:["Estratègia MACD"]},e.exports.MACD_study={en:["MACD"],ca_ES:["Convergència/divergència de la mitjana mòbil (MACD)"]},e.exports["Majority Rule_study"]={en:["Majority Rule"],ca_ES:["Norma de la majoria"]},e.exports["Market capitalization_study"]={en:["Market capitalization"],ca_ES:["Capitalització de mercat"]},e.exports["Marubozu Black - Bearish_study"]={en:["Marubozu Black - Bearish"],ca_ES:["Marubozu negre: baixista"]},e.exports["Marubozu White - Bullish_study"]={en:["Marubozu White - Bullish"],ca_ES:["Marubozu blanc: alcista"]},e.exports["Mass Index_study"]={en:["Mass Index"],ca_ES:["Índex Mass"]},e.exports["McGinley Dynamic_study"]={en:["McGinley Dynamic"],ca_ES:["Indicador dinàmic McGinley"]},e.exports["Median Price_study"]={en:["Median Price"],ca_ES:["Preu mitjà"]},e.exports.Median_study={en:["Median"],ca_ES:["Mitjà"]},e.exports["Minority interest_study"]={en:["Minority interest"],ca_ES:["Participació minoritària"]},e.exports["Miscellaneous non-operating expense_study"]={en:["Miscellaneous non-operating expense"],ca_ES:["Altres despeses no operatives"]},e.exports["Momentum Strategy_study"]={en:["Momentum Strategy"],ca_ES:["Estratègia de moment"]},e.exports.Momentum_study={en:["Momentum"],ca_ES:["Moment"]},e.exports["Money Flow Index_study"]={en:["Money Flow Index"],ca_ES:["Índex de flux monetari"]},e.exports["Money Flow_study"]={en:["Money Flow"],ca_ES:["Flux monetari"]},e.exports["Moon Phases_study"]={en:["Moon Phases"],ca_ES:["Fases lunars"]},e.exports["Morning Doji Star - Bullish_study"]={en:["Morning Doji Star - Bullish"],ca_ES:["Estel matutí doji: alcista"]},e.exports["Morning Star - Bullish_study"]={en:["Morning Star - Bullish"],ca_ES:["Estel matutí: alcista"]},e.exports["Moving Average Adaptive_study"]={en:["Moving Average Adaptive"],ca_ES:["Mitjana mòbil adaptativa"]},e.exports["Moving Average Channel_study"]={en:["Moving Average Channel"],ca_ES:["Canal de mitjanes mòbils"]},e.exports["Moving Average Convergence Divergence_study"]={
|
||||
en:["Moving Average Convergence Divergence"],ca_ES:["Convergència/divergència de la mitjana mòbil"]},e.exports["Moving Average Convergence/Divergence_study"]={en:["Moving Average Convergence/Divergence"],ca_ES:["Convergència/divergència de la mitjana mòbil"]},e.exports["Moving Average Double_study"]={en:["Moving Average Double"],ca_ES:["Mitjana mòbil exponencial doble"]},e.exports["Moving Average Exponential_study"]={en:["Moving Average Exponential"],ca_ES:["Mitjana mòbil exponencial"]},e.exports["Moving Average Hamming_study"]={en:["Moving Average Hamming"],ca_ES:["Mitjana mòbil de Hamming"]},e.exports["Moving Average Modified_study"]={en:["Moving Average Modified"],ca_ES:["Mitjana mòvil modificada"]},e.exports["Moving Average Multiple_study"]={en:["Moving Average Multiple"],ca_ES:["Mitjana mòbil múltiple"]},e.exports["Moving Average Ribbon_study"]={en:["Moving Average Ribbon"],ca_ES:["Cinta de mitjanes mòbils"]},e.exports["Moving Average Simple_study"]={en:["Moving Average Simple"]},e.exports["Moving Average Triple_study"]={en:["Moving Average Triple"],ca_ES:["Mitjana mòbil exponencial triple"]},e.exports["Moving Average Weighted_study"]={en:["Moving Average Weighted"],ca_ES:["Mitjana mòbil ponderada"]},e.exports["Moving Average_study"]={en:["Moving Average"],ca_ES:["Mitjana mòbil"]},e.exports["MovingAvg Cross_study"]={en:["MovingAvg Cross"],ca_ES:["Encreuament mitjana mòbil"]},e.exports["MovingAvg2Line Cross_study"]={en:["MovingAvg2Line Cross"],ca_ES:["Encreuament MovingAvg2Line"]},e.exports["Multi-Time Period Charts_study"]={en:["Multi-Time Period Charts"],ca_ES:["Gràfics amb diversos períodes de temps"]},e.exports["Net Volume_study"]={en:["Net Volume"],ca_ES:["Volum net"]},e.exports["Net current asset value per share_study"]={en:["Net current asset value per share"],ca_ES:["Valor liquidatiu per acció"]},e.exports["Net debt_study"]={en:["Net debt"],ca_ES:["Deute net"]},e.exports["Net income (cash flow)_study"]={en:["Net income (cash flow)"],ca_ES:["Ingressos nets (flux d'efectiu)"]},e.exports["Net income before discontinued operations_study"]={en:["Net income before discontinued operations"],ca_ES:["Ingressos nets abans d'operacions interrompudes"]},e.exports["Net income per employee_study"]={en:["Net income per employee"],ca_ES:["Ingressos nets per empleat"]},e.exports["Net income_study"]={en:["Net income"],ca_ES:["Ingressos nets"]},e.exports["Net intangible assets_study"]={en:["Net intangible assets"],ca_ES:["Actius intangibles nets"]},e.exports["Net margin %_study"]={en:["Net margin %"],ca_ES:["Marge net %"]},e.exports["Net property/plant/equipment_study"]={en:["Net property/plant/equipment"],ca_ES:["Propietat, planta i equip net"]},e.exports["Non-cash items_study"]={en:["Non-cash items"],ca_ES:["Partides sense moviment d'efectiu"]},e.exports["Non-controlling/minority interest_study"]={en:["Non-controlling/minority interest"],ca_ES:["Participació no controladora/interès minoritari"]},e.exports["Non-operating income, excl. interest expenses_study"]={en:["Non-operating income, excl. interest expenses"],
|
||||
ca_ES:["Ingressos no operatius exclosos les despeses per interessos"]},e.exports["Non-operating income, total_study"]={en:["Non-operating income, total"],ca_ES:["Ingressos no operatius, total"]},e.exports["Non-operating interest income_study"]={en:["Non-operating interest income"],ca_ES:["Ingressos no operatius en concepte d'interessos"]},e.exports["Note receivable - long term_study"]={en:["Note receivable - long term"],ca_ES:["Efectes a cobrar: llarg termini"]},e.exports["Notes payable_study"]={en:["Notes payable"],ca_ES:["Efectes a cobrar"]},e.exports["Number of employees_study"]={en:["Number of employees"],ca_ES:["Nombre d'empleats"]},e.exports["Number of shareholders_study"]={en:["Number of shareholders"],ca_ES:["Nombre d'accionistes"]},e.exports["On Balance Volume_study"]={en:["On Balance Volume"],ca_ES:["Balanç de volums"]},e.exports["On Neck - Bearish_study"]={en:["On Neck - Bearish"],ca_ES:["Sobre el coll: baixista"]},e.exports["Open Interest_study"]={en:["Open Interest"],ca_ES:["Obre Interessos"]},e.exports["Operating earnings yield %_study"]={en:["Operating earnings yield %"],ca_ES:["Rendibilitat per beneficis d'explotació %"]},e.exports["Operating expenses (excl. COGS)_study"]={en:["Operating expenses (excl. COGS)"],ca_ES:["Despeses d'explotació (exclòs el cost dels béns venuts)"]},e.exports["Operating income_study"]={en:["Operating income"],ca_ES:["Ingressos d'explotació"]},e.exports["Operating lease liabilities_study"]={en:["Operating lease liabilities"],ca_ES:["Passius per arrendament operatiu"]},e.exports["Operating margin %_study"]={en:["Operating margin %"],ca_ES:["Marge d'explotació %"]},e.exports["Other COGS_study"]={en:["Other COGS"],ca_ES:["Altres costos de béns venuts (COGS)"]},e.exports["Other common equity_study"]={en:["Other common equity"],ca_ES:["Altre capital ordinari"]},e.exports["Other cost of goods sold_study"]={en:["Other cost of goods sold"],ca_ES:["Altres costos de béns venuts"]},e.exports["Other current assets, total_study"]={en:["Other current assets, total"],ca_ES:["Altres actius circulants, total"]},e.exports["Other current liabilities_study"]={en:["Other current liabilities"],ca_ES:["Altres passius circulants"]},e.exports["Other exceptional charges_study"]={en:["Other exceptional charges"],ca_ES:["Altres despeses excepcionals"]},e.exports["Other financing cash flow items, total_study"]={en:["Other financing cash flow items, total"],ca_ES:["Altres partides de fluxos d'efectiu per activitats de finançament, total"]},e.exports["Other intangibles, net_study"]={en:["Other intangibles, net"],ca_ES:["Altres actius intangibles, net"]},e.exports["Other investing cash flow items, total_study"]={en:["Other investing cash flow items, total"],ca_ES:["Altres partides de fluxos d'efectiu per activitats d'inversió, total"]},e.exports["Other investments_study"]={en:["Other investments"],ca_ES:["Altres inversions"]},e.exports["Other liabilities, total_study"]={en:["Other liabilities, total"],ca_ES:["Altres passius, total"]},e.exports["Other long term assets, total_study"]={
|
||||
en:["Other long term assets, total"],ca_ES:["Altres actius a llarg termini, total"]},e.exports["Other non-current liabilities, total_study"]={en:["Other non-current liabilities, total"],ca_ES:["Altres passius no circulants, total"]},e.exports["Other operating expenses, total_study"]={en:["Other operating expenses, total"],ca_ES:["Altres despeses d'explotació, total"]},e.exports["Other receivables_study"]={en:["Other receivables"],ca_ES:["Altres comptes a cobrar"]},e.exports["Other short term debt_study"]={en:["Other short term debt"],ca_ES:["Altres deutes a curt termini"]},e.exports["OutSide Bar Strategy_study"]={en:["OutSide Bar Strategy"],ca_ES:["Estratègia de la barra exterior"]},e.exports.Overlay_study={en:["Overlay"],ca_ES:["Superposició"]},e.exports["PEG ratio_study"]={en:["PEG ratio"],ca_ES:["Ràtio PEG (preu/expectatives de benefici)"]},e.exports["Paid in capital_study"]={en:["Paid in capital"],ca_ES:["Capital desemborsat"]},e.exports["Parabolic SAR Strategy_study"]={en:["Parabolic SAR Strategy"],ca_ES:["Estratègia SAR parabòlic"]},e.exports["Parabolic SAR_study"]={en:["Parabolic SAR"],ca_ES:["SAR parabòlic"]},e.exports["Periodic Volume Profile_study"]={en:["Periodic Volume Profile"],ca_ES:["Perfil de volum periòdic"]},e.exports["Piercing - Bullish_study"]={en:["Piercing - Bullish"],ca_ES:["Línia penetrant: alcista"]},e.exports["Piotroski F-score_study"]={en:["Piotroski F-score"]},e.exports["Pivot Extension Strategy_study"]={en:["Pivot Extension Strategy"],ca_ES:["Estratègia d'extensió de pivot"]},e.exports["Pivot Points High Low_study"]={en:["Pivot Points High Low"],ca_ES:["Punts pivot alts/baixos"]},e.exports["Pivot Points Standard_study"]={en:["Pivot Points Standard"],ca_ES:["Punts pivot estàndard"]},e.exports["Pivot Reversal Strategy_study"]={en:["Pivot Reversal Strategy"],ca_ES:["Estratègia de reversió de pivot"]},e.exports["Preferred dividends paid_study"]={en:["Preferred dividends paid"],ca_ES:["Dividends preferents pagats"]},e.exports["Preferred dividends_study"]={en:["Preferred dividends"],ca_ES:["Dividends preferents"]},e.exports["Preferred stock, carrying value_study"]={en:["Preferred stock, carrying value"],ca_ES:["Accions preferents, valor comptable"]},e.exports["Prepaid expenses_study"]={en:["Prepaid expenses"],ca_ES:["Despeses pagades per endavant"]},e.exports["Pretax equity in earnings_study"]={en:["Pretax equity in earnings"],ca_ES:["Participació en beneficis abans d'impostos"]},e.exports["Pretax income_study"]={en:["Pretax income"],ca_ES:["Ingressos abans d'impostos"]},e.exports["Price Channel Strategy_study"]={en:["Price Channel Strategy"],ca_ES:["Estratègia de canal de preus"]},e.exports["Price Channel_study"]={en:["Price Channel"],ca_ES:["Canal de preus"]},e.exports["Price Oscillator_study"]={en:["Price Oscillator"],ca_ES:["Oscil·lador de preus"]},e.exports["Price Volume Trend_study"]={en:["Price Volume Trend"],ca_ES:["Tendència del preu i volum"]},e.exports["Price earnings ratio forward_study"]={en:["Price earnings ratio forward"],ca_ES:["Ràtio preu/benefici a termini"]},
|
||||
e.exports["Price sales ratio forward_study"]={en:["Price sales ratio forward"],ca_ES:["Ràtio preu/vendes a termini"]},e.exports["Price to book ratio_study"]={en:["Price to book ratio"],ca_ES:["Ràtio preu/valor comptable"]},e.exports["Price to cash flow ratio_study"]={en:["Price to cash flow ratio"],ca_ES:["Ràtio preu/flux d'efectiu"]},e.exports["Price to earnings ratio_study"]={en:["Price to earnings ratio"],ca_ES:["Ràtio preu/beneficis"]},e.exports["Price to free cash flow ratio_study"]={en:["Price to free cash flow ratio"],ca_ES:["Ràtio preu/flux de caixa lliure"]},e.exports["Price to sales ratio_study"]={en:["Price to sales ratio"],ca_ES:["Ràtio preu/vendes"]},e.exports["Price to tangible book ratio_study"]={en:["Price to tangible book ratio"],ca_ES:["Ràtio preu/valor comptable tangible"]},e.exports["Profitability ratios_study"]={en:["Profitability ratios"],ca_ES:["Ràtios de rendibilitat"]},e.exports["Provision for risks & charge_study"]={en:["Provision for risks & charge"],ca_ES:["Provisió per a riscos i despeses"]},e.exports["Purchase of investments_study"]={en:["Purchase of investments"],ca_ES:["Compra de productes d'inversió"]},e.exports["Purchase/acquisition of business_study"]={en:["Purchase/acquisition of business"],ca_ES:["Compra/adquisició de negoci"]},e.exports["Purchase/sale of business, net_study"]={en:["Purchase/sale of business, net"],ca_ES:["Compravenda empresarial, net"]},e.exports["Purchase/sale of investments, net_study"]={en:["Purchase/sale of investments, net"],ca_ES:["Compravenda d'inversions, net"]},e.exports["Quality ratio_study"]={en:["Quality ratio"],ca_ES:["Ràtio de qualitat"]},e.exports["Quick ratio_study"]={en:["Quick ratio"],ca_ES:["Ràtio de liquiditat immediata (Quick ratio)"]},e.exports["RSI Strategy_study"]={en:["RSI Strategy"],ca_ES:["Estratègia RSI"]},e.exports["Rate Of Change_study"]={en:["Rate Of Change"],ca_ES:["Taxa de canvi"]},e.exports["Rectangle Chart Pattern_study"]={en:["Rectangle Chart Pattern"],ca_ES:["Patró gràfic de rectangle"]},e.exports["Reduction of long term debt_study"]={en:["Reduction of long term debt"],ca_ES:["Reducció del deute a llarg termini"]},e.exports["Relative Strength Index_study"]={en:["Relative Strength Index"],ca_ES:["Índex de força relativa"]},e.exports["Relative Vigor Index_study"]={en:["Relative Vigor Index"],ca_ES:["Índex de vigor relatiu (RVI)"]},e.exports["Relative Volatility Index_study"]={en:["Relative Volatility Index"],ca_ES:["Índex de volatilitat relativa"]},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"],ca_ES:["Recompra d'accions ordinàries i preferents"]},e.exports["Research & development to revenue ratio_study"]={en:["Research & development to revenue ratio"],ca_ES:["Ràtio recerca i desenvolupament/ingressos"]},e.exports["Research & development_study"]={en:["Research & development"],ca_ES:["Investigació i desenvolupament"]},e.exports["Restructuring charge_study"]={en:["Restructuring charge"],
|
||||
ca_ES:["Despeses de reestructuració"]},e.exports["Retained earnings_study"]={en:["Retained earnings"],ca_ES:["Beneficis retinguts"]},e.exports["Return on assets %_study"]={en:["Return on assets %"],ca_ES:["Rendib. sobre actius %"]},e.exports["Return on equity %_study"]={en:["Return on equity %"],ca_ES:["Rendibilitat sobre capital %"]},e.exports["Return on equity adjusted to book value %_study"]={en:["Return on equity adjusted to book value %"],ca_ES:["Rendibilitat sobre capital ajustada al valor comptable %"]},e.exports["Return on invested capital %_study"]={en:["Return on invested capital %"],ca_ES:["Rendibilitat sobre capital invertit %"]},e.exports["Return on tangible assets %_study"]={en:["Return on tangible assets %"],ca_ES:["Rendibilitat sobre actius tangibles %"]},e.exports["Return on tangible equity %_study"]={en:["Return on tangible equity %"],ca_ES:["Rendibilitat sobre patrimoni tangible %"]},e.exports["Revenue estimates_study"]={en:["Revenue estimates"],ca_ES:["Estimacions d'ingressos"]},e.exports["Revenue one year growth_study"]={en:["Revenue one year growth"],ca_ES:["Creixement d'ingressos en un any"]},e.exports["Revenue per employee_study"]={en:["Revenue per employee"],ca_ES:["Ingressos per empleat"]},e.exports["Rising Three Methods - Bullish_study"]={en:["Rising Three Methods - Bullish"],ca_ES:["Triple formació: alcista"]},e.exports["Rising Wedge Chart Pattern_study"]={en:["Rising Wedge Chart Pattern"],ca_ES:["Patró gràfic de tascó ascendent"]},e.exports["Rising Window - Bullish_study"]={en:["Rising Window - Bullish"],ca_ES:["Finestra: alcista"]},e.exports["Rob Booker - ADX Breakout_study"]={en:["Rob Booker - ADX Breakout"],ca_ES:["Rob Booker: trencament de l'ADX"]},e.exports["Rob Booker - Intraday Pivot Points_study"]={en:["Rob Booker - Intraday Pivot Points"],ca_ES:["Rob Booker: punts de pivot intradia"]},e.exports["Rob Booker - Knoxville Divergence_study"]={en:["Rob Booker - Knoxville Divergence"],ca_ES:["Rob Booker: divergència de Knoxville"]},e.exports["Rob Booker - Missed Pivot Points_study"]={en:["Rob Booker - Missed Pivot Points"],ca_ES:["Rob Booker: punts de pivot perduts"]},e.exports["Rob Booker - Reversal_study"]={en:["Rob Booker - Reversal"],ca_ES:["Rob Booker: reversió"]},e.exports["Rob Booker - Ziv Ghost Pivots_study"]={en:["Rob Booker - Ziv Ghost Pivots"],ca_ES:["Rob Booker: pivots fantasma Ziv"]},e.exports["SMI Ergodic Indicator/Oscillator_study"]={en:["SMI Ergodic Indicator/Oscillator"],ca_ES:["Indicador/oscil·lador ergòdic SMI"]},e.exports["SMI Ergodic Indicator_study"]={en:["SMI Ergodic Indicator"],ca_ES:["Indicador ergòdic SMI"]},e.exports["SMI Ergodic Oscillator_study"]={en:["SMI Ergodic Oscillator"],ca_ES:["Oscil·lador ergòdic SMI"]},e.exports["Sale of common & preferred stock_study"]={en:["Sale of common & preferred stock"],ca_ES:["Venda d'accions ordinàries i preferents"]},e.exports["Sale of fixed assets & businesses_study"]={en:["Sale of fixed assets & businesses"],ca_ES:["Venda d'actius fixos i negocis"]},e.exports["Sale/maturity of investments_study"]={
|
||||
en:["Sale/maturity of investments"],ca_ES:["Venda/venciment d'inversions"]},e.exports["Selling/general/admin expenses, other_study"]={en:["Selling/general/admin expenses, other"],ca_ES:["Despeses comercials, generals i administratives, d'altres"]},e.exports["Selling/general/admin expenses, total_study"]={en:["Selling/general/admin expenses, total"],ca_ES:["Despeses comercials, generals i administratives, total"]},e.exports["Session Volume HD_study"]={en:["Session Volume HD"],ca_ES:["Volum de la sessió HD"]},e.exports["Session Volume Profile HD_study"]={en:["Session Volume Profile HD"],ca_ES:["Perfil de volum de la sessió HD"]},e.exports["Session Volume Profile_study"]={en:["Session Volume Profile"],ca_ES:["Perfil de volum de la sessió"]},e.exports["Session Volume_study"]={en:["Session Volume"],ca_ES:["Volum de la sessió"]},e.exports["Shareholders' equity_study"]={en:["Shareholders' equity"],ca_ES:["Patrimoni dels accionistes"]},e.exports["Shares buyback ratio %_study"]={en:["Shares buyback ratio %"],ca_ES:["Ràtio de recompra d'accions %"]},e.exports["Shooting Star - Bearish_study"]={en:["Shooting Star - Bearish"],ca_ES:["Estel fugaç: baixista"]},e.exports["Short term debt excl. current portion of LT debt_study"]={en:["Short term debt excl. current portion of LT debt"],ca_ES:["Deute a curt termini exclosa la porció corrent de deute a llarg termini"]},e.exports["Short term debt_study"]={en:["Short term debt"],ca_ES:["Deute a curt termini"]},e.exports["Short term investments_study"]={en:["Short term investments"],ca_ES:["Inversions a curt termini"]},e.exports["Sloan ratio %_study"]={en:["Sloan ratio %"]},e.exports["Smoothed Moving Average_study"]={en:["Smoothed Moving Average"],ca_ES:["Mitjana mòbil suavitzada"]},e.exports["Solvency ratios_study"]={en:["Solvency ratios"],ca_ES:["Ràtios de solvència"]},e.exports["Spinning Top Black_study"]={en:["Spinning Top Black"],ca_ES:["Baldufa negra"]},e.exports["Spinning Top White_study"]={en:["Spinning Top White"],ca_ES:["Baldufa blanca"]},e.exports["Springate score_study"]={en:["Springate score"]},e.exports["Standard Deviation_study"]={en:["Standard Deviation"],ca_ES:["Desviació estàndard"]},e.exports["Standard Error Bands_study"]={en:["Standard Error Bands"],ca_ES:["Bandes d'error estàndard"]},e.exports["Standard Error_study"]={en:["Standard Error"],ca_ES:["Error estàndard"]},e.exports.Stoch_study={en:["Stoch"],ca_ES:["Estocàstic"]},e.exports["Stochastic Momentum Index_study"]={en:["Stochastic Momentum Index"]},e.exports["Stochastic RSI_study"]={en:["Stochastic RSI"],ca_ES:["Índex de força relativa (RSI) estocàstica"]},e.exports["Stochastic Slow Strategy_study"]={en:["Stochastic Slow Strategy"],ca_ES:["Estratègia estocàstica lenta"]},e.exports.Stochastic_study={en:["Stochastic"],ca_ES:["Estocàstica"]},e.exports.SuperTrend_study={en:["SuperTrend"]},e.exports["Supertrend Strategy_study"]={en:["Supertrend Strategy"],ca_ES:["Estratègia Supertrend"]},e.exports.Supertrend_study={en:["Supertrend"]},e.exports["Sustainable growth rate_study"]={en:["Sustainable growth rate"],
|
||||
ca_ES:["Taxa de creixement sostenible"]},e.exports.TRIX_study={en:["TRIX"],ca_ES:["TRIX (mitjana exponencial triple)"]},e.exports["Tangible book value per share_study"]={en:["Tangible book value per share"],ca_ES:["Valor comptable tangible per acció"]},e.exports["Tangible common equity ratio_study"]={en:["Tangible common equity ratio"],ca_ES:["Ràtio de capital ordinari tangible"]},e.exports.Taxes_study={en:["Taxes"],ca_ES:["Impostos"]},e.exports["Technical Ratings Strategy_study"]={en:["Technical Ratings Strategy"],ca_ES:["Estratègia de ratings tècnics"]},e.exports["Technical Ratings_study"]={en:["Technical Ratings"],ca_ES:["Ratings tècnics"]},e.exports.Technicals_study={en:["Technicals"],ca_ES:["Tècnics"]},e.exports["Three Black Crows - Bearish_study"]={en:["Three Black Crows - Bearish"],ca_ES:["Tres corbs negres: baixista"]},e.exports["Three White Soldiers - Bullish_study"]={en:["Three White Soldiers - Bullish"],ca_ES:["Tres soldats blancs: alcista"]},e.exports["Time Weighted Average Price_study"]={en:["Time Weighted Average Price"]},e.exports["Tobin's Q (approximate)_study"]={en:["Tobin's Q (approximate)"],ca_ES:["Q de Tobin (aproximat)"]},e.exports["Total assets_study"]={en:["Total assets"],ca_ES:["Actius totals"]},e.exports["Total cash dividends paid_study"]={en:["Total cash dividends paid"],ca_ES:["Total de dividends pagats en efectiu"]},e.exports["Total common shares outstanding_study"]={en:["Total common shares outstanding"],ca_ES:["Total d'accions comunes en circulació"]},e.exports["Total current assets_study"]={en:["Total current assets"],ca_ES:["Actius circulants totals"]},e.exports["Total current liabilities_study"]={en:["Total current liabilities"],ca_ES:["Passius circulants totals"]},e.exports["Total debt_study"]={en:["Total debt"],ca_ES:["Deute total"]},e.exports["Total equity_study"]={en:["Total equity"],ca_ES:["Capital total"]},e.exports["Total inventory_study"]={en:["Total inventory"],ca_ES:["Inventari total"]},e.exports["Total liabilities & shareholders' equities_study"]={en:["Total liabilities & shareholders' equities"],ca_ES:["Total de passiu i patrimoni dels accionistes"]},e.exports["Total liabilities_study"]={en:["Total liabilities"],ca_ES:["Passius totals"]},e.exports["Total non-current assets_study"]={en:["Total non-current assets"],ca_ES:["Total d'actius no circulants"]},e.exports["Total non-current liabilities_study"]={en:["Total non-current liabilities"],ca_ES:["Total de passius no circulants"]},e.exports["Total operating expenses_study"]={en:["Total operating expenses"],ca_ES:["Despeses operatives totals"]},e.exports["Total receivables, net_study"]={en:["Total receivables, net"],ca_ES:["Total de comptes a cobrar, net"]},e.exports["Total revenue_study"]={en:["Total revenue"],ca_ES:["Ingressos totals"]},e.exports["Trading Sessions_study"]={en:["Trading Sessions"]},e.exports["Treasury stock - common_study"]={en:["Treasury stock - common"],ca_ES:["Accions de tresoreria: ordinàries"]},e.exports["Trend Strength Index_study"]={en:["Trend Strength Index"],ca_ES:["Índex de força de la tendència"]
|
||||
},e.exports["Tri-Star - Bearish_study"]={en:["Tri-Star - Bearish"],ca_ES:["Tres estrelles doji: baixista"]},e.exports["Tri-Star - Bullish_study"]={en:["Tri-Star - Bullish"],ca_ES:["Tres estrelles doji: alcista"]},e.exports["Triangle Chart Pattern_study"]={en:["Triangle Chart Pattern"],ca_ES:["Patró gràfic de triangle"]},e.exports["Triple Bottom Chart Pattern_study"]={en:["Triple Bottom Chart Pattern"],ca_ES:["Patró gràfic de triple vall"]},e.exports["Triple EMA_study"]={en:["Triple EMA"],ca_ES:["Mitjana mòbil exponencial triple (TEMA)"]},e.exports["Triple Top Chart Pattern_study"]={en:["Triple Top Chart Pattern"],ca_ES:["Patró gràfic de triple cim"]},e.exports["True Strength Index_study"]={en:["True Strength Index"],ca_ES:["Índex de força veritable"]},e.exports["True Strength Indicator_study"]={en:["True Strength Indicator"],ca_ES:["Índex de força veritable (TSI)"]},e.exports["Tweezer Top - Bearish_study"]={en:["Tweezer Top - Bearish"],ca_ES:["Tweezer Top: baixista"]},e.exports["Typical Price_study"]={en:["Typical Price"],ca_ES:["Preu típic"]},e.exports["Ultimate Oscillator_study"]={en:["Ultimate Oscillator"],ca_ES:["Oscil·lador de Williams"]},e.exports["Unrealized gain/loss_study"]={en:["Unrealized gain/loss"],ca_ES:["Guanys/pèrdues no realitzades"]},e.exports["Unusual income/expense_study"]={en:["Unusual income/expense"],ca_ES:["Ingressos/despeses inusuals"]},e.exports["Up/Down Volume_study"]={en:["Up/Down Volume"],ca_ES:["Volum alcista/baixista"]},e.exports["Upside Tasuki Gap - Bullish_study"]={en:["Upside Tasuki Gap - Bullish"],ca_ES:["Tasuki amb gap: alcista"]},e.exports["VWAP Auto Anchored_study"]={en:["VWAP Auto Anchored"],ca_ES:["VWAP autoancorat"]},e.exports.VWAP_study={en:["VWAP"],ca_ES:["Preu mitjà ponderat per volum (VWAP)"]},e.exports.VWMA_study={en:["VWMA"],ca_ES:["Mitjana mòvil ponderada de volum (VWMA)"]},e.exports["Valuation ratios_study"]={en:["Valuation ratios"],ca_ES:["Ràtios de valoració"]},e.exports["Visible Average Price_study"]={en:["Visible Average Price"],ca_ES:["Preu mitjà visible"]},e.exports["Visible Range Volume Profile_study"]={en:["Visible Range Volume Profile"],ca_ES:["Perfil de volum de rang visible"]},e.exports["Visible Range_study"]={en:["Visible Range"],ca_ES:["Rang visible"]},e.exports.Vol_study={en:["Vol"],ca_ES:["Vol."]},e.exports["Volatility Close-to-Close_study"]={en:["Volatility Close-to-Close"],ca_ES:["Volatilitat preus tancament dia (Close-to-Close)"]},e.exports["Volatility Index_study"]={en:["Volatility Index"],ca_ES:["Índex de volatilitat"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility O-H-L-C"],ca_ES:["Volatilitat O-H-L-C"]},e.exports["Volatility Stop_study"]={en:["Volatility Stop"],ca_ES:["Volatilitat stop"]},e.exports["Volatility Zero Trend Close-to-Close_study"]={en:["Volatility Zero Trend Close-to-Close"],ca_ES:["Volatilitat preus tancament dia (Close-to-Close) amb tendència zero"]},e.exports["Volty Expan Close Strategy_study"]={en:["Volty Expan Close Strategy"],ca_ES:["Estratègia de tancament d'expansió de volatilitat"]},
|
||||
e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],ca_ES:["Oscil·lador de volum"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"],ca_ES:["Preu mitjà ponderat per volum"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"],ca_ES:["Mitjana mòbil ponderada per volum"]},e.exports.Volume_study={en:["Volume"],ca_ES:["Volum"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"],ca_ES:["Indicador de vòrtex"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"],ca_ES:["Alligator de Williams"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"],ca_ES:["Fractal de Williams"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"],ca_ES:["Fractals de Williams"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],ca_ES:["Rang de percentatges de Williams"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"],ca_ES:["Índex del canal de mercaderies Woodies"]},e.exports["Zig Zag_study"]={en:["Zig Zag"],ca_ES:["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"],ca_ES:["Perfil de volum amb rang fix"]}},24261:e=>{e.exports={en:["Vol"],ca_ES:["Vol."]}},67736:e=>{e.exports={en:["Minor"],ca_ES:["Menor"]}},922:e=>{e.exports={en:["Minute"],ca_ES:["Minut"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"],ca_ES:["No s'ha pogut crear"]}},10615:e=>{e.exports={en:["Couldn't cut"],ca_ES:["No s'ha pogut retallar"]}},81518:e=>{e.exports={en:["Couldn't paste"],ca_ES:["No s'ha pogut enganxar"]}},83140:e=>{e.exports={en:["Countdown to bar close"],ca_ES:["Compte enrere del tancament de barra"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],ca_ES:["Columnes"]}},9818:e=>{e.exports={en:["Comment"],ca_ES:["Comentari"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],ca_ES:["Compara/afegeix símbol"]}},12086:e=>{e.exports={en:["Compilation error"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"]}},48141:e=>{e.exports={en:["Confirm Inputs"],ca_ES:["Confirma entrades de dades"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],ca_ES:["Confirma Treure arbre d'estudi"]}},38917:e=>{e.exports={en:["Copenhagen"],ca_ES:["Copenhaguen"]}},49680:e=>{e.exports={en:["Copy"],ca_ES:["Copia"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],ca_ES:["Copia disseny de gràfic"]}},63553:e=>{e.exports={en:["Copy price"],ca_ES:["Copia preu"]}},65736:e=>{e.exports={en:["Cairo"],ca_ES:["Caire"]}},25381:e=>{e.exports={en:["Callout"],ca_ES:["Llegenda"]}},45054:e=>{e.exports={en:["Candles"],ca_ES:["Espelmes"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"],ca_ES:["Canvi"]}},85124:e=>{e.exports={en:["Change Symbol"]}},2569:e=>{e.exports={en:["Change interval"],ca_ES:["Canvia 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}"],ca_ES:["Imatge del gràfic copiada al porta-retalls {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],ca_ES:["Illes Chatham"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],ca_ES:["Cercle"]}},14985:e=>{e.exports={en:["Click to set a point"],ca_ES:["Cliqueu per establir un punt"]}},12537:e=>{e.exports={en:["Clone"],ca_ES:["Clona"]}},62578:e=>{e.exports={en:["Close"],ca_ES:["Tancament"]}},264:e=>{e.exports={en:["Create limit order"],ca_ES:["Crea una ordre amb preu límit"]}},6969:e=>{e.exports={en:["Cross"],ca_ES:["Encreuament"]}},74334:e=>{e.exports={en:["Cross Line"],ca_ES:["Línia d'encreuament"]}},59396:e=>{e.exports={en:["Currencies"],ca_ES:["Divises"]}},20177:e=>{e.exports={en:["Current interval and above"],ca_ES:["Interval actual i superior"]}},494:e=>{e.exports={en:["Current interval and below"],ca_ES:["Interval actual i inferior"]}},60668:e=>{e.exports={en:["Current interval only"],ca_ES:["Només intervals actuals"]}},78609:e=>{e.exports={en:["Curve"],ca_ES:["Corba"]}},87380:e=>{e.exports={en:["Cycle"],ca_ES:["Cicle"]}},84031:e=>{e.exports={en:["Cyclic Lines"],ca_ES:["Línies cícliques"]}},93191:e=>{e.exports={en:["Cypher Pattern"],ca_ES:["Patró Cypher"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],ca_ES:["Ja existeix un disseny amb aquest nom"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],ca_ES:["Ja existeix un disseny amb aquest nom. El voleu substituir?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],ca_ES:["Patró ABCD"]}},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"],ca_ES:["Text ancorat"]}},84541:e=>{e.exports={en:["Anchored VWAP"],ca_ES:["Preu mitjà ponderat per volum (VWAP) ancorat"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"],ca_ES:["Afegeix símbol"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],ca_ES:["Afegeix mètriques financeres a {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],ca_ES:["Afegir indicador/estratègia a {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],ca_ES:["Aplica aquests paràmetres financers a tot el disseny"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={
|
||||
en:["Add this indicator to entire layout"],ca_ES:["Afegeix aquest indicador a tot el disseny"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],ca_ES:["Afegeix aquesta estratègia a tot el disseny"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],ca_ES:["Afegeix aquest símbol a tot el disseny"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],ca_ES:["Sempre invisible"]}},36299:e=>{e.exports={en:["Always visible"],ca_ES:["Sempre visible"]}},58026:e=>{e.exports={en:["All intervals"],ca_ES:["Tots els intervals"]}},78358:e=>{e.exports={en:["Apply default"],ca_ES:["Aplica configuració per defecte"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"],ca_ES:["Abr"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"],ca_ES:["Àrea"]}},11858:e=>{e.exports={en:["Arrow"],ca_ES:["Fletxa"]}},34247:e=>{e.exports={en:["Arrow Down"],ca_ES:["Fletxa descendent"]}},36352:e=>{e.exports={en:["Arrow Marker"],ca_ES:["Marcador de fletxa"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],ca_ES:["Marca de la flexa descendent"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],ca_ES:["Marca de la fletxa cap a l'esquerra"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],ca_ES:["Marca de la fletxa cap a la dreta"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],ca_ES:["Marca de la fletxa cap amunt"]}},77231:e=>{e.exports={en:["Arrow Up"],ca_ES:["Fletxa cap amunt"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],ca_ES:["Asgabad"]}},72445:e=>{e.exports={en:["At close"],ca_ES:["Al tancament"]}},73702:e=>{e.exports={en:["Athens"],ca_ES:["Atenes"]}},21469:e=>{e.exports={en:["Auto"],ca_ES:["Automàtic"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],ca_ES:["Automàtic (adapta les dades a la pantalla)"]}},46450:e=>{e.exports={en:["Aug"],ca_ES:["Ag"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"],ca_ES:["Mitjana"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"],ca_ES:["Bogotà"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],ca_ES:["Globus"]}},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"],ca_ES:["Barres"]}},81994:e=>{e.exports={en:["Bars Pattern"],ca_ES:["Patró de barres"]}},59213:e=>{e.exports={en:["Baseline"],ca_ES:["Línia de referència"]}},71797:e=>{e.exports={en:["Belgrade"],ca_ES:["Belgrad"]}},64313:e=>{e.exports={en:["Berlin"],ca_ES:["Berlín"]}},43539:e=>{e.exports={en:["Brush"],ca_ES:["Pinzell"]}},91499:e=>{e.exports={en:["Brussels"],ca_ES:["Brussel·les"]}
|
||||
},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],ca_ES:["Mou més endavant"]}},17293:e=>{e.exports={en:["Bring to front"],ca_ES:["Mou cap endavant"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],ca_ES:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],ca_ES:["Per TradingView"]}},54280:e=>{e.exports={en:["Go to date"],ca_ES:["Anar a la data"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],ca_ES:["Aneu a {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],ca_ES:["Entesos"]}},47460:e=>{e.exports={en:["Gann Box"],ca_ES:["Quadrícula de Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],ca_ES:["Ventall de Gann"]}},44763:e=>{e.exports={en:["Gann Square"],ca_ES:["Quadrat de Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],ca_ES:["Quadrat de Gann fixat"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],ca_ES:["Gran supercicle"]}},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?"],ca_ES:["De debò que voleu eliminar l'estudi i tots els fills?"]}},77125:e=>{e.exports={en:["Double Curve"],ca_ES:["Doble corba"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],ca_ES:["Feu doble clic a qualsevol de les vores per restablir la quadrícula de la plantilla"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],ca_ES:["Feu doble clic per acabar la ruta (path)"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],ca_ES:["Feu doble clic per acabar la polilínia"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"],ca_ES:["Dades proporcionades per"]}},22677:e=>{e.exports={en:["Date"],ca_ES:["Data"]}},85444:e=>{e.exports={en:["Date Range"],ca_ES:["Rang de dates"]}},47017:e=>{e.exports={en:["Date and Price Range"],ca_ES:["Rang de data i preu"]}},32084:e=>{e.exports={en:["Dec"],ca_ES:["Des"]}},23403:e=>{e.exports={en:["Degree"],ca_ES:["Grau"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],ca_ES:["Diamant"]}},91544:e=>{e.exports={en:["Disjoint Channel"],ca_ES:["Canal disjunt"]}},70132:e=>{e.exports={en:["Displacement"],ca_ES:["Desplaçament"]}},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"],ca_ES:["Dublín"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],ca_ES:["Introduïu un nou nom per al disseny del gràfic"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],ca_ES:["Ona correctiva d'Elliott (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],ca_ES:["Ona d'Elliott de doble combinació (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],
|
||||
ca_ES:["Ona d'impuls d'Elliott (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],ca_ES:["Ona triangular d'Elliott (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],ca_ES:["Ona d'Elliott de triple combinació (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],ca_ES:["El·lipse"]}},52788:e=>{e.exports={en:["Extended Line"],ca_ES:["Línia ampliada"]}},86905:e=>{e.exports={en:["Exchange"],ca_ES:["Mercat borsari"]}},19271:e=>{e.exports={en:["Existing pane above"],ca_ES:["Quadre existent amunt"]}},46545:e=>{e.exports={en:["Existing pane below"],ca_ES:["Quadre existent per sota"]}},20138:e=>{e.exports={en:["Forecast"],ca_ES:["Previsió"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],ca_ES:["Canal de Fibonacci"]}},82330:e=>{e.exports={en:["Fib Circles"],ca_ES:["Cicles de Fibonacci"]}},55986:e=>{e.exports={en:["Fib Retracement"],ca_ES:["Retrocés de Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],ca_ES:["Arcs de Fibonacci de resistència de velocitat"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],ca_ES:["Ventall de Fibonacci de resistència de velocitat"]}},39014:e=>{e.exports={en:["Fib Spiral"],ca_ES:["Espiral de Fibonacci"]}},30622:e=>{e.exports={en:["Fib Time Zone"],ca_ES:["Zona horària de Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],ca_ES:["Falca de Fibonacci"]}},33885:e=>{e.exports={en:["Flag"],ca_ES:["Bandera"]}},14600:e=>{e.exports={en:["Flag Mark"],ca_ES:["Marca amb bandera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],ca_ES:["Pla superior/inferior"]}},63271:e=>{e.exports={en:["Flipped"],ca_ES:["Capgirat"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],ca_ES:["La part de la fracció no és correcta."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],ca_ES:["Ja no estan disponibles els estudis fonamentals als gràfics."]}},31561:e=>{e.exports={en:["Kolkata"],ca_ES:["Calcuta"]}},54533:e=>{e.exports={en:["Kathmandu"],ca_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"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],ca_ES:["Espelmes buides"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],ca_ES:["Línia horitzontal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],ca_ES:["Semirecta horitzontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],ca_ES:["Cap i espatlles"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"],ca_ES:["Hèlsinki"]}},27298:e=>{e.exports={en:["Hide"],ca_ES:["Oculta"]}},47074:e=>{e.exports={en:["Hide all"],ca_ES:["Amaga-ho tot"]}},52563:e=>{e.exports={en:["Hide all drawings"],ca_ES:["Oculta tots els dibuixos"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],ca_ES:["Oculta tots els dibuixos i indicadors"]}},18216:e=>{e.exports={
|
||||
en:["Hide all drawings, indicators, positions & orders"],ca_ES:["Amaga tots els dibuixos, indicadors, posicions i ordres"]}},78525:e=>{e.exports={en:["Hide all indicators"],ca_ES:["Oculta tots els indicadors"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],ca_ES:["Amaga totes les posicions i ordres"]}},3217:e=>{e.exports={en:["Hide drawings"],ca_ES:["Oculta dibuixos"]}},97878:e=>{e.exports={en:["Hide events on chart"],ca_ES:["Amaga esdeveniments al gràfic"]}},72351:e=>{e.exports={en:["Hide indicators"],ca_ES:["Oculta indicadors"]}},28345:e=>{e.exports={en:["Hide marks on bars"]}},92226:e=>{e.exports={en:["Hide positions & orders"],ca_ES:["Amaga posicions i ordres"]}},78254:e=>{e.exports={en:["High"],ca_ES:["Màxim"]}},98236:e=>{e.exports={en:["High-low"],ca_ES:["Màxim-mínim"]}},99479:e=>{e.exports={en:["High and low price labels"],ca_ES:["Etiquetes de preus màxims i mínims"]}},33766:e=>{e.exports={en:["High and low price lines"],ca_ES:["Línies de preus màxims i mínims"]}},69476:e=>{e.exports={en:["Highlighter"],ca_ES:["Ressaltador"]}},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"],ca_ES:["Imatge"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],ca_ES:["Intermediari"]}},14285:e=>{e.exports={en:["Invalid Symbol"],ca_ES:["Símbol incorrecte"]}},52969:e=>{e.exports={en:["Invalid symbol"],ca_ES:["Símbol incorrecte"]}},37189:e=>{e.exports={en:["Invert scale"],ca_ES:["Escala invertida"]}},89999:e=>{e.exports={en:["Indexed to 100"],ca_ES:["Indexat a 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"],ca_ES:["Línia d'informació"]}},87829:e=>{e.exports={en:["Insert indicator"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],ca_ES:["Trident intern (Inside Pitchfork)"]}},37913:e=>{e.exports={en:["Icon"],ca_ES:["Icona"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"],ca_ES:["Gen"]}},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!"],ca_ES:["Vaja!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={
|
||||
en:["Open"],ca_ES:["Obertura"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],ca_ES:["Mínim"]}},51077:e=>{e.exports={en:["Lock"],ca_ES:["Bloqueja"]}},79777:e=>{e.exports={en:["Lock/unlock"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],ca_ES:["Bloqueja la línia vertical del cursor per temps"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],ca_ES:["Bloqueja la relació preu/barra"]}},16170:e=>{e.exports={en:["Logarithmic"],ca_ES:["Logarítmic"]}},19439:e=>{e.exports={en:["London"],ca_ES:["Londres"]}},74832:e=>{e.exports={en:["Long Position"],ca_ES:["Posició llarga"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],ca_ES:["Etiqueta descendent"]}},52402:e=>{e.exports={en:["Label Up"],ca_ES:["Etiqueta ascendent"]}},5119:e=>{e.exports={en:["Labels"],ca_ES:["Etiquetes"]}},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"],ca_ES:["Línia"]}},9394:e=>{e.exports={en:["Line with markers"],ca_ES:["Amb marcadors"]}},43588:e=>{e.exports={en:["Line break"],ca_ES:["Trencament de línia"]}},56982:e=>{e.exports={en:["Lines"],ca_ES:["Línies"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],ca_ES:["Enllaç a la imatge del gràfic copiat al porta-retalls {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],ca_ES:["Lisboa"]}},81038:e=>{e.exports={en:["Luxembourg"],ca_ES:["Luxemburg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],ca_ES:["Moveu el punt per posicionar l'ancoratge i després toqueu per col·locar-lo"]}},35049:e=>{e.exports={en:["Move to"],ca_ES:["Moure a"]}},26493:e=>{e.exports={en:["Move scale to left"],ca_ES:["Moure escala cap a l'esquerra"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],ca_ES:["Modificar Trident de Schiff"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"],ca_ES:["Moscou"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],ca_ES:["Març"]}},73332:e=>{e.exports={en:["Mexico City"],ca_ES:["Ciutat de Mèxic"]}},88314:e=>{e.exports={en:["Merge all scales into one"],ca_ES:["Combina totes les escales en una"]}},54215:e=>{e.exports={en:["Mixed"],ca_ES:["Mixt"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"],ca_ES:["Mil·lenni"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"],ca_ES:["Minúscul"]}},28941:e=>{e.exports={en:["Mirrored"],ca_ES:["Reflectit"]}},9865:e=>{e.exports={en:["Muscat"],ca_ES:["Masqat"]}},96935:e=>{e.exports={en:["N/A"],ca_ES:["No disponible"]}},36252:e=>{e.exports={en:["No data here"],ca_ES:["Aquí no hi ha dades"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],ca_ES:["Sense escala (pantalla completa)"]}},9140:e=>{e.exports={en:["No sync"],ca_ES:["No sincronitzis"]}
|
||||
},50910:e=>{e.exports={en:["No volume data"],ca_ES:["Sense dades sobre el volum"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"],ca_ES:["Nota"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],ca_ES:["Illa de Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"],ca_ES:["Nova York"]}},66103:e=>{e.exports={en:["New Zealand"],ca_ES:["Nova Zelanda"]}},15512:e=>{e.exports={en:["New pane above"],ca_ES:["Nou quadre superior"]}},52160:e=>{e.exports={en:["New pane below"],ca_ES:["Nou quadre inferior"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"],ca_ES:["Alguna cosa ha anat malament"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],ca_ES:["Alguna cosa ha anat malament. Si us plau, torneu-ho a intentar més tard."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],ca_ES:["Desa nou disseny de gràfic"]}},76266:e=>{e.exports={en:["Save as"],ca_ES:["Desa com a"]}},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"],ca_ES:["Només gràfic de preus a escala"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],ca_ES:["Trident de Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"],ca_ES:["Opcions de configuració"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],ca_ES:["La segona part de la fracció no és correcta"]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"],ca_ES:["Envia al fons"]}},71179:e=>{e.exports={en:["Send backward"],ca_ES:["Envia cap enrere"]}},26820:e=>{e.exports={en:["Seoul"],ca_ES:["Seül"]}},6816:e=>{e.exports={en:["Sep"],ca_ES:["Set"]}},94031:e=>{e.exports={en:["Session"],ca_ES:["Sessió"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"],ca_ES:["Trencament de les sessions"]}},1852:e=>{e.exports={en:["Shanghai"],ca_ES:["Xangai"]}},8075:e=>{e.exports={en:["Short Position"],ca_ES:["Posició curta"]}},98334:e=>{e.exports={en:["Show"],ca_ES:["Mostra"]}},85891:e=>{e.exports={en:["Show all drawings"],ca_ES:["Mostra tots els dibuixos"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],ca_ES:["Mostra tots els dibuixos i indicadors"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],ca_ES:["Mostra tots els dibuixos, indicadors, posicions i ordres"]}},98753:e=>{e.exports={en:["Show all indicators"],ca_ES:["Mostra tots els indicadors"]}},55418:e=>{e.exports={en:["Show all ideas"],ca_ES:["Mostra totes les idees"]}},20506:e=>{e.exports={en:["Show all positions & orders"],ca_ES:["Mostra totes les posicions i ordres"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],
|
||||
ca_ES:["Mostra el canvi continu de contracte"]}},81465:e=>{e.exports={en:["Show contract expiration"],ca_ES:["Mostra el venciment del contracte"]}},29449:e=>{e.exports={en:["Show dividends"],ca_ES:["Mostra dividends"]}},37113:e=>{e.exports={en:["Show earnings"],ca_ES:["Mostra beneficis"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],ca_ES:["Mostra idees d'usuaris seguits"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"],ca_ES:["Mostra només les meves idees"]}},50849:e=>{e.exports={en:["Show splits"],ca_ES:["Mostra splits"]}},67751:e=>{e.exports={en:["Signpost"],ca_ES:["Senyal"]}},77377:e=>{e.exports={en:["Singapore"],ca_ES:["Singapur"]}},39090:e=>{e.exports={en:["Sine Line"],ca_ES:["Línia del sinus"]}},66205:e=>{e.exports={en:["Square"],ca_ES:["Quadrat"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],ca_ES:["S'ha excedit el límit d'estudis: {number} per diseny.\nElimineu alguns estudis."]}},92516:e=>{e.exports={en:["Style"],ca_ES:["Estil"]}},61507:e=>{e.exports={en:["Stack on the left"],ca_ES:["Apila a l'esquerra"]}},97800:e=>{e.exports={en:["Stack on the right"],ca_ES:["Apila a la dreta"]}},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"],ca_ES:["Línia de pasos (step)"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"],ca_ES:["Estocolm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"],ca_ES:["Submil·lenni"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"],ca_ES:["Supercicle"]}},3348:e=>{e.exports={en:["Supermillennium"],ca_ES:["Supermil·lenni"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],ca_ES:["Error de símbol"]}},32390:e=>{e.exports={en:["Symbol name label"],ca_ES:["Etiqueta amb el nom del símbol"]}},10127:e=>{e.exports={en:["Symbol last price label"],ca_ES:["Etiqueta del símbol amb l'últim preu"]}},39079:e=>{e.exports={en:["Sync globally"],ca_ES:["Sincronitza globalment"]}},46607:e=>{e.exports={en:["Sync in layout"],ca_ES:["Sincronitza disseny gràfic"]}},76519:e=>{e.exports={en:["Point & figure"],ca_ES:["Punt i figura"]}},39949:e=>{e.exports={en:["Polyline"],ca_ES:["Polilínia"]}},371:e=>{e.exports={en:["Path"],ca_ES:["Ruta (Path)"]}},59256:e=>{e.exports={en:["Parallel Channel"],ca_ES:["Canal paral·lel"]}},61879:e=>{e.exports={en:["Paris"],ca_ES:["París"]}},35140:e=>{e.exports={en:["Paste"],ca_ES:["Enganxa"]}},6919:e=>{e.exports={en:["Percent"],ca_ES:["Percentatge"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"],ca_ES:["Trident ventall o Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"],ca_ES:["Trident (Pitchfork)"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"],
|
||||
ca_ES:["Fixa a la nova escala esquerra"]}},28280:e=>{e.exports={en:["Pin to new right scale"],ca_ES:["Fixa a la nova escala dreta"]}},14115:e=>{e.exports={en:["Pin to left scale"],ca_ES:["Fixa a l'escala esquerra"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],ca_ES:["Fixa a l'escala esquerra (ocult)"]}},81054:e=>{e.exports={en:["Pin to right scale"],ca_ES:["Fixa a escala dreta"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],ca_ES:["Fixa a l'escala dreta (ocult)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],ca_ES:["Fixa a escala (ara a l'esquerra)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],ca_ES:["Fixa a escala (ara sense escala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],ca_ES:["Fixa a escala (ara a la dreta)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],ca_ES:["Fixa a l'escala (ara {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],ca_ES:["Fixa a escala {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],ca_ES:["Fixa a l'escala {label} (ocult)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],ca_ES:["Fixat a l'escala esquerra"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],ca_ES:["Fixat a l'escala esquerra (ocult)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],ca_ES:["Fixat a l'escala dreta"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],ca_ES:["Fixat a escala dreta (ocult)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],ca_ES:["Fixat a l'escala {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],ca_ES:["Fixat a l'escala {label} (ocult)"]}},71566:e=>{e.exports={en:["Plus button"],ca_ES:['Botó "més"']}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],ca_ES:["Si us plau, doneu-nos permís d'escriptura des del porta-retalls al seu navegador o pitjeu {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],ca_ES:["Mantingueu pressionada la tecla {key} mentre feu zoom per mantenir la posició del gràfic"]}},91282:e=>{e.exports={en:["Price Label"],ca_ES:["Etiqueta de preu"]}},97512:e=>{e.exports={en:["Price Note"],ca_ES:["Nota sobre preus"]}},68941:e=>{e.exports={en:["Price Range"],ca_ES:["Rang de preus"]}},66123:e=>{e.exports={en:["Price format is invalid."],ca_ES:["El format del preu no és correcte."]}},72926:e=>{e.exports={en:["Price line"],ca_ES:["Línia de preus"]}},59189:e=>{e.exports={en:["Primary"],ca_ES:["Primari"]}},75747:e=>{e.exports={en:["Projection"],ca_ES:["Projeccions"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],ca_ES:["Publicat a {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"],ca_ES:["Rectangle girat"]}},52961:e=>{e.exports={
|
||||
en:["Rome"],ca_ES:["Roma"]}},50318:e=>{e.exports={en:["Ray"],ca_ES:["Semirecta"]}},55169:e=>{e.exports={en:["Range"],ca_ES:["Rang"]}},13386:e=>{e.exports={en:["Reykjavik"],ca_ES:["Reykjavík"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"],ca_ES:["Repetir"]}},2460:e=>{e.exports={en:["Regression Trend"],ca_ES:["Tendència de regressió"]}},67410:e=>{e.exports={en:["Remove"],ca_ES:["Treure"]}},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}"],ca_ES:["Elimina {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],ca_ES:["Elimina {drawings} i {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],ca_ES:["Elimina {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],ca_ES:["Canvia el nom del disseny del gràfic"]}},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"],ca_ES:["Reinicia escala de preus"]}},54170:e=>{e.exports={en:["Reset time scale"]}},37974:e=>{e.exports={en:["Riyadh"],ca_ES:["Riad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"],ca_ES:["Advertència"]}},5959:e=>{e.exports={en:["Warsaw"],ca_ES:["Varsòvia"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],ca_ES:["Tòquio"]}},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"],ca_ES:["Teheran"]}},93553:e=>{e.exports={en:["Template"],ca_ES:["Plantilla"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],ca_ES:["El proveïdor de dades no proporciona dades sobre el volum per a aquest símbol."]}},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."],ca_ES:["No hi ha dades per al període i interval de temps del gràfic que ha seleccionat."]}},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}."],ca_ES:["Símbol només disponible a {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],ca_ES:["Patró de tres impulsos"]}},
|
||||
80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"],ca_ES:["Hora"]}},20909:e=>{e.exports={en:["Time zone"]}},46852:e=>{e.exports={en:["Time Cycles"],ca_ES:["Cicles de temps"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"],ca_ES:["Negocieu"]}},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"],ca_ES:["Angle de tendència"]}},97339:e=>{e.exports={en:["Trend Line"],ca_ES:["Línia de tendència"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],ca_ES:["Extensió de Fibonacci basada en tendències"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],ca_ES:["Zona temporal de Fibonacci basada en tendències"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{e.exports={en:["Triangle Down"],ca_ES:["Triangle descendent"]}},90148:e=>{e.exports={en:["Triangle Pattern"],ca_ES:["Patró de triangle"]}},21236:e=>{e.exports={en:["Triangle Up"],ca_ES:["Triangle ascendent"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],ca_ES:["Desfer"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"],ca_ES:["Unitats"]}},11768:e=>{e.exports={en:["Unknown error"],ca_ES:["Error desconegut"]}},99894:e=>{e.exports={en:["Unlock"],ca_ES:["Desbloqueja"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],ca_ES:["Perfil de volum amb rang fix (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"],ca_ES:["Línia vertical"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"],ca_ES:["Vílnius"]}},40091:e=>{e.exports={en:["Visibility"],ca_ES:["Visibilitat"]}},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"],ca_ES:["Visible en passar el ratolí"]}},4077:e=>{e.exports={en:["Visual order"],ca_ES:["Ordre visual"]}},11316:e=>{e.exports={en:["X Cross"],ca_ES:["Creu en X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],ca_ES:["Patró XABCD"]}},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"],ca_ES:["Zuric"]}},47977:e=>{e.exports={
|
||||
en:["change Elliott degree"],ca_ES:["canvia el grau d'Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],ca_ES:["canvia les etiquetes no superposades"]}},76852:e=>{e.exports={en:["change average close price label visibility"],ca_ES:["canvia la visibilitat de l'etiqueta del preu mitjà de tancament"]}},1022:e=>{e.exports={en:["change average close price line visibility"],ca_ES:["canvia la visibilitat de la línia del preu mitjà de tancament"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de compra i venda (bid and ask)"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],ca_ES:["canvia la visibilitat de les línies de compra i venda (bid and ask)"]}},32302:e=>{e.exports={en:["change currency"],ca_ES:["canvia divisa"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],ca_ES:["canvia la plantilla del gràfic de {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],ca_ES:["canvia la visibilitat del canvi continu de contracte"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],ca_ES:["canvia la visibilitat del compte enrere del tancament de barra"]}},16979:e=>{e.exports={en:["change date range"],ca_ES:["canvia el rang de dates"]}},53929:e=>{e.exports={en:["change dividends visibility"],ca_ES:["canvia la visibilitat dels dividends"]}},6119:e=>{e.exports={en:["change events visibility on chart"],ca_ES:["canvia la visibilitat dels esdeveniments al gràfic"]}},6819:e=>{e.exports={en:["change earnings visibility"],ca_ES:["canvia la visibilitat dels beneficis"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],ca_ES:["canvia visibilitat del venciment dels contractes de futurs"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de preus màxims i mínims"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],ca_ES:["canvia la visibilitat de les línies de preus màxims i mínims"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb els noms dels indicadors"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb el valor dels indicadors"]}},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"],ca_ES:["canvia la visibilitat del botó +"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],ca_ES:["canvia la visibilitat de l'etiqueta de preus pre/post mercat"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],ca_ES:["canvia la visibilitat de la línia de preus pre/post mercat"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],
|
||||
ca_ES:["canvia la visibilitat de la línia de preus del tancament anterior"]}},8662:e=>{e.exports={en:["change price line visibility"],ca_ES:["canvia la visibilitat de la línia amb els preus"]}},2509:e=>{e.exports={en:["change price to bar ratio"],ca_ES:["canvia la ràtio preu/barra"]}},32829:e=>{e.exports={en:["change resolution"],ca_ES:["canvia resolució"]}},35400:e=>{e.exports={en:["change symbol"],ca_ES:["canvia símbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de símbols"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],ca_ES:["canvia la visibilitat de l'últim valor dels símbols"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],ca_ES:["canvia la visibilitat amb el valor del tancament anterior dels símbols"]}},87041:e=>{e.exports={en:["change session"],ca_ES:["canvia la sessió"]}},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"],ca_ES:["canvia la visibilitat dels splits"]}},20137:e=>{e.exports={en:["change timezone"],ca_ES:["canvia la zona horària"]}},85975:e=>{e.exports={en:["change unit"],ca_ES:["canvia unitat"]}},1924:e=>{e.exports={en:["change visibility"],ca_ES:["canvia la visibilitat"]}},84331:e=>{e.exports={en:["change visibility at current interval"],ca_ES:["canvia visibilitat de l'interval actual"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],ca_ES:["canvia la visibilitat a l'interval actual i superior"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],ca_ES:["canvia visibilitat de l'interval actual i inferior"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],ca_ES:["canvia visibilitat de tots els intervals"]}},57122:e=>{e.exports={en:["change {title} text"]}},94566:e=>{e.exports={en:["charts by TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],ca_ES:["clona les eines de línies"]}},46219:e=>{e.exports={en:["create line tools group"],ca_ES:["crea grup d'eines de línies"]}},95394:e=>{e.exports={en:["create line tools group from selection"],ca_ES:["crea el grup d'eines de línies a partir de la selecció"]}},12898:e=>{e.exports={en:["create {tool}"],ca_ES:["crea {tool}"]}},94227:e=>{e.exports={en:["cut sources"],ca_ES:["retalla fonts"]}},11500:e=>{e.exports={en:["cut {title}"],ca_ES:["retalla {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],ca_ES:["afegeix l'eina de línies {lineTool} al grup {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],ca_ES:["afegeix eine(s) de línia al grup {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],ca_ES:["afegeix aquests paràmetres financers a tot el disseny"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],ca_ES:["afegeix aquest indicador a tot el disseny"]}},58156:e=>{e.exports={
|
||||
en:["add this strategy to entire layout"],ca_ES:["afegeix aquesta estratègia a tot el disseny"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],ca_ES:["afegeix aquest símbol a tot el disseny"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"],ca_ES:["aplica esquema al gràfic"]}},99551:e=>{e.exports={en:["apply all chart properties"],ca_ES:["aplica totes les propietats del gràfic"]}},89720:e=>{e.exports={en:["apply drawing template"],ca_ES:["aplica plantilla de dibuix"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],ca_ES:["aplica els valors per defecte de fàbrica a les fonts seleccionades"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],ca_ES:["aplica els indicadors a tot el disseny"]}},69604:e=>{e.exports={en:["apply study template {template}"],ca_ES:["aplica la plantilla d'estudi {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],ca_ES:["aplica l'esquema de la barra d'eines"]}},1979:e=>{e.exports={en:["bring group {title} forward"],ca_ES:["porta grup de {title} endavant"]}},53159:e=>{e.exports={en:["bring {title} to front"],ca_ES:["portar {title} endavant"]}},41966:e=>{e.exports={en:["bring {title} forward"],ca_ES:["porta {title} cap endavant"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"],ca_ES:["bloqueig rang de dates"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],ca_ES:["exclou les eines de línies del grup {group}"]}},92479:e=>{e.exports={en:["flip bars pattern"],ca_ES:["patró de gir de barres"]}},13017:e=>{e.exports={en:["hide {title}"],ca_ES:["oculta {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"]}},56558:e=>{e.exports={en:["interval lock"],ca_ES:["bloqueja interval"]}},6830:e=>{e.exports={en:["invert scale"],ca_ES:["Escala invertida"]}},48818:e=>{e.exports={en:["insert {title}"],ca_ES:["introdueix {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],ca_ES:["introdueix {title} després de {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],ca_ES:["afegeix {title} després de {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],ca_ES:["afegeix {title} abans de {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],ca_ES:["afegeix {title} abans de {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],ca_ES:["carrega la plantilla de dibuix per defecte"]}},62011:e=>{e.exports={en:["loading..."],ca_ES:["carregant..."]}},76104:e=>{e.exports={en:["lock {title}"],ca_ES:["bloqueja {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],ca_ES:["bloqueja grup {group}"]}},18942:e=>{e.exports={en:["lock objects"],ca_ES:["bloqueja objectes"]}},98277:e=>{e.exports={en:["move"],ca_ES:["moviment"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],ca_ES:["mou {title} a la nova escala esquerra"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],ca_ES:["mou {title} a la nova escala de la dreta"]}},
|
||||
64077:e=>{e.exports={en:["move all scales to left"],ca_ES:["mou totes les escales a l'esquerra"]}},19013:e=>{e.exports={en:["move all scales to right"],ca_ES:["moure totes les escales a la dreta"]}},52510:e=>{e.exports={en:["move drawing(s)"],ca_ES:["mou dibuix(os)"]}},79209:e=>{e.exports={en:["move left"],ca_ES:["mou cap a l'esquerra"]}},60114:e=>{e.exports={en:["move right"],ca_ES:["mou cap a la dreta"]}},44854:e=>{e.exports={en:["move scale"],ca_ES:["mou escala"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],ca_ES:["crea {title} sense escala (pantalla completa)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],ca_ES:["fes que no es vegi el grup {group}"]}},45987:e=>{e.exports={en:["make group {group} visible"],ca_ES:["fes visible el grup {group}"]}},78055:e=>{e.exports={en:["merge down"],ca_ES:["uneix per sota"]}},41866:e=>{e.exports={en:["merge to pane"],ca_ES:["uneix al quadre"]}},52458:e=>{e.exports={en:["merge up"],ca_ES:["uneix per dalt"]}},20965:e=>{e.exports={en:["mirror bars pattern"],ca_ES:["patró mirall de barres"]}},90091:e=>{e.exports={en:["n/a"],ca_ES:["No disponible"]}},94981:e=>{e.exports={en:["scale price"],ca_ES:["escala de preus"]}},63796:e=>{e.exports={en:["scale price chart only"],ca_ES:["Només gràfic de preus a escala"]}},70771:e=>{e.exports={en:["scale time"],ca_ES:["escala de temps"]}},42070:e=>{e.exports={en:["scroll"],ca_ES:["desplaçar-se"]}},87840:e=>{e.exports={en:["scroll time"],ca_ES:["desplaça per l'horari"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],ca_ES:["envia {title} cap enrere"]}},5005:e=>{e.exports={en:["send {title} to back"],ca_ES:["envia {title} enrere"]}},69546:e=>{e.exports={en:["send group {title} backward"],ca_ES:["envia grup de {title} enrere"]}},63934:e=>{e.exports={en:["share line tools globally"],ca_ES:["comparteix les eines de línia globalment"]}},90221:e=>{e.exports={en:["share line tools in layout"],ca_ES:["comparteix les eines de línia de la plantilla"]}},13336:e=>{e.exports={en:["show all ideas"],ca_ES:["mostra totes les idees"]}},91395:e=>{e.exports={en:["show ideas of followed users"],ca_ES:["mostra les idees dels usuaris seguits"]}},57460:e=>{e.exports={en:["show my ideas only"],ca_ES:["mostra només les meves idees"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"],ca_ES:["deixa de sincronitzar els dibuixos"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],ca_ES:["deixa de sincronitzar les eines de línia"]}},53278:e=>{e.exports={en:["symbol lock"],ca_ES:["bloqueja símbol"]}},91677:e=>{e.exports={en:["sync time"],ca_ES:["temps de sincronització"]}},3140:e=>{e.exports={en:["powered by"],ca_ES:["amb tecnologia de"]}},92800:e=>{e.exports={en:["powered by TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],ca_ES:["enganxa dibuix"]}},1064:e=>{e.exports={en:["paste indicator"],ca_ES:["enganxa indicador"]}},57010:e=>{e.exports={en:["paste {title}"],ca_ES:["enganxa {title}"]}},78690:e=>{
|
||||
e.exports={en:["pin to left scale"],ca_ES:["fixa a l'escala esquerra"]}},7495:e=>{e.exports={en:["pin to right scale"],ca_ES:["Fixa a escala dreta"]}},81566:e=>{e.exports={en:["pin to scale {label}"],ca_ES:["fixa a escala {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],ca_ES:["reordena quadres"]}},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"],ca_ES:["elimina les línies en blanc no seleccionades"]}},30538:e=>{e.exports={en:["remove drawings"],ca_ES:["elimina dibuixos"]}},1193:e=>{e.exports={en:["remove drawings group"],ca_ES:["elimina grup de dibuixos"]}},38199:e=>{e.exports={en:["remove line data sources"],ca_ES:["elimina les fonts de dades de les línies"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"],ca_ES:["elimina {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],ca_ES:["elimina el grup d'eines de línies {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],ca_ES:["canvia el nom del grup {group} a {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],ca_ES:["restableix la mida de la plantilla"]}},3323:e=>{e.exports={en:["reset scales"],ca_ES:["restableix escala"]}},17336:e=>{e.exports={en:["reset time scale"],ca_ES:["reinicia escala de temps"]}},47418:e=>{e.exports={en:["resize layout"],ca_ES:["canvia la mida de la plantilla"]}},85815:e=>{e.exports={en:["restore defaults"],ca_ES:["restableix valors per defecte"]}},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"],ca_ES:["alterna l'escala automàtica"]}},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"],ca_ES:["alterna bloquejar escala"]}},49403:e=>{e.exports={en:["toggle log scale"],ca_ES:["alterna l'escala logarítmica"]}},98994:e=>{e.exports={en:["toggle percentage scale"],ca_ES:["alterna l'escala de percentatges"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"],ca_ES:["controla el temps"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],ca_ES:["desactiva la possibilitat de compartir eines de línia"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"],ca_ES:["desbloqueja objectes"]}},74590:e=>{e.exports={en:["unlock group {group}"],ca_ES:["desbloqueja el grup {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],ca_ES:["desbloqueja {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],ca_ES:["desagrupa al nou quadre inferior"]}},79443:e=>{e.exports={en:["unmerge up"],ca_ES:["desagrupa per dalt"]}},46453:e=>{e.exports={en:["unmerge down"],ca_ES:["desagrupa per sota"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"],
|
||||
ca_ES:["{count} barres"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],ca_ES:["Informació financera de {symbol} per TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],ca_ES:["{userName} ha publicat a {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"],ca_ES:["augmenta"]}},73638:e=>{e.exports={en:["zoom out"],ca_ES:["allunya"]}},41807:e=>{e.exports={en:["day","days"],ca_ES:["dia","dies"]}},42328:e=>{e.exports={en:["hour","hours"],ca_ES:["hora","hores"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"],ca_ES:["minut","minuts"]}},33232:e=>{e.exports={en:["second","seconds"],ca_ES:["segon","segons"]}},89937:e=>{e.exports={en:["range","ranges"],ca_ES:["rang","rangs"]}},48898:e=>{e.exports={en:["week","weeks"],ca_ES:["setmana","setmanes"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],ca_ES:["{amount} dibuix","{amount} dibuixos"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],ca_ES:["{amount} indicador","{amount} indicadors"]}},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"],ca_ES:["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"],ca_ES:["IBovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={
|
||||
en:["Brazil 50 Index"],ca_ES:["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"],ca_ES:["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"]},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, $"],ca_ES:["Capitalització total del mercat cripto, USD"]},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"],ca_ES:["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"]},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"],ca_ES:["Nikkei 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"],ca_ES:["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."]},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"],ca_ES:["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"],ca_ES:["OMX Tallinn GI"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],ca_ES:["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"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],ca_ES:["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"]},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"],ca_ES:["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"]},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"]}}}]);
|
||||
@@ -0,0 +1 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4543],{63271:e=>{e.exports={en:["Flipped"],ca_ES:["Capgirat"]}},28941:e=>{e.exports={en:["Mirrored"],ca_ES:["Reflectit"]}},92479:e=>{e.exports={en:["flip bars pattern"],ca_ES:["patró de gir de barres"]}},20965:e=>{e.exports={en:["mirror bars pattern"],ca_ES:["patró mirall de barres"]}}}]);
|
||||
@@ -1,3 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[577,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"],ca_ES:["Fes servir un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},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"],ca_ES:["canvia el color de totes les línies de {title}"]}},69437:e=>{e.exports={en:["change {title} border color"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ca_ES:["canvia la transparència del fons de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ca_ES:["canvia la visibilitat del fons de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ca_ES:["canvia el color del fons de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ca_ES:["canvia l'alineació de les etiquetes de {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],
|
||||
ca_ES:["canvia la visibilitat de les etiquetes de {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ca_ES:["canvia el coeficient de línia dels nivells de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ca_ES:["canvia el color de línia dels nivells de {index} de {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ca_ES:["canvia l'estil de línia dels nivells de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} de nivell de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ca_ES:["canvia l'ample de línia dels nivells de {index} de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},71665:e=>{e.exports={en:["change {title} texts alignment"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={
|
||||
en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},48499:e=>{e.exports={en:["add column to right"]}},48407:e=>{e.exports={en:["add row below"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},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"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -1 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6113],{6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"],ca_ES:["De debò que voleu eliminar la plantilla de gràfic '{name}'?"]}}}]);
|
||||
@@ -1,3 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6128,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},74872:e=>{e.exports={en:["Label"],ca_ES:["Etiqueta"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},49765:e=>{e.exports={en:["change {title} background color"],ca_ES:["canvia el color del fons de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={
|
||||
en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{
|
||||
e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1,2 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={
|
||||
en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6290,7122],{71682:e=>{e.exports={en:["in"]}},72630:e=>{e.exports={en:["Closed"],ca_ES:["Tancat"]}},18741:e=>{e.exports={en:["Open"],ca_ES:["Obertura"]}},95931:e=>{e.exports={en:["Cancel Order"],ca_ES:["Cancel·lar ordre"]}},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"],ca_ES:["Cap"]}},27443:e=>{e.exports={en:["Left Shoulder"],ca_ES:["Espatlla esquerra"]}},67710:e=>{e.exports={en:["Modify Order"],ca_ES:["Modifica ordre"]}},26409:e=>{e.exports={en:["SUCCESS"]}},79463:e=>{e.exports={en:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Amount: {amount}"],ca_ES:["Stop: {stopChange} ({stopChangePercent}) {stopChangePip}, Import: {amount}"]}},24927:e=>{e.exports={en:["Protect Position"]}},10780:e=>{e.exports={en:["Qty: {qty}"],ca_ES:["Quantitat: {qty}"]}},98818:e=>{e.exports={en:["Reverse Position"]}},14719:e=>{e.exports={en:["Right Shoulder"],ca_ES:["Espatlla dreta"]}},36825:e=>{e.exports={en:["Risk/Reward Ratio: {ratio}"],ca_ES:["Ràtio risc/benefici: {ratio}"]}},72274:e=>{e.exports={en:["Target: {profitChange} ({profitChangePercent}) {profitChangePip}, Amount: {amount}"],ca_ES:["Objectiu: {profitChange} ({profitChangePercent}) {profitChangePip}, Import: {amount}"]}},57122:e=>{e.exports={en:["change {title} text"]}},44994:e=>{e.exports={en:["distance: {number} px"],ca_ES:["distància: {number} px"]}},76250:e=>{e.exports={en:["{status} P&L: {pnl}"],ca_ES:["{status} PiG: {pnl}"]}}}]);
|
||||
11
charting_library/bundles/ca_ES.6406.78b7e0b0b9555ce886a5.js
Normal file
11
charting_library/bundles/ca_ES.6406.78b7e0b0b9555ce886a5.js
Normal file
@@ -0,0 +1,11 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6406,2787,6155,1432,5402,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ca_ES:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},26381:e=>{e.exports={en:["#1 (bar)"],ca_ES:["#1 (barra)"]}},37814:e=>{e.exports={en:["#1 (price)"],ca_ES:["#1 (preu)"]}},6737:e=>{e.exports={en:["#1 (price, bar)"],ca_ES:["#1 (preu, barra)"]}},87476:e=>{e.exports={en:["#1 (vertical position %, bar)"],ca_ES:["#1 (% de posició vertical, barra)"]}},29291:e=>{e.exports={en:["Median"],ca_ES:["Mitjà"]}},75106:e=>{e.exports={en:["%"]}},53912:e=>{e.exports={en:["Coeffs as percents"],ca_ES:["Coeficients en percentatge"]}},47370:e=>{e.exports={en:["Color"]}},89735:e=>{e.exports={en:["Compact stats mode"],ca_ES:["Mode d'estadístiques compactes"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},87145:e=>{e.exports={en:["Cash"],ca_ES:["Efectiu"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},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"],ca_ES:["Mida del compte"]}},93857:e=>{e.exports={en:["Always show stats"],ca_ES:["Mostra estadístiques sempre"]}},59129:e=>{e.exports={en:["Arcs"]}},52648:e=>{e.exports={en:["Avg HL in minticks"],ca_ES:["Mitjana d'HL en minticks"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},17129:e=>{e.exports={en:["Bottom labels"],ca_ES:["Etiquetes inferiors"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},333:e=>{e.exports={en:["Borders"],ca_ES:["Vores"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},58375:e=>{e.exports={en:["Background #1"],ca_ES:["Fons #1"]}},89073:e=>{e.exports={en:["Bars range"],ca_ES:["Rang de barres"]}},62374:e=>{e.exports={en:["Date/time range"],ca_ES:["Rang de data/hora"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},3369:e=>{e.exports={en:["Distance"],ca_ES:["Distància"]}},71310:e=>{e.exports={en:["Emoji pin"],ca_ES:["Pin Emoji"]}},6002:e=>{e.exports={en:["Entry price"],ca_ES:["Preu d'entrada"]}},1337:e=>{e.exports={en:["Extend"],ca_ES:["Amplia"]}},76410:e=>{e.exports={en:["Extend bottom"],ca_ES:["Amplia part inferior"]}},25112:e=>{e.exports={en:["Extend left"],ca_ES:["Amplia a l'esquerra"]}},61856:e=>{e.exports={en:["Extend left line"],ca_ES:["Estén la línia esquerra"]}},819:e=>{e.exports={en:["Extend lines"],ca_ES:["Amplia línies"]}},25188:e=>{e.exports={en:["Extend lines left"],ca_ES:["Amplia les línies a l'esquerra"]}},79192:e=>{e.exports={en:["Extend lines right"],ca_ES:["Amplia les línies a la dreta"]}},68461:e=>{e.exports={en:["Extend right"],ca_ES:["Amplia a la dreta"]}},87430:e=>{e.exports={en:["Extend right line"],ca_ES:["Estén la línia dreta"]}},71397:e=>{e.exports={en:["Extend top"],ca_ES:["Aplica cap amunt"]}},2573:e=>{e.exports={en:["Font size"],
|
||||
ca_ES:["Mida de la font"]}},71525:e=>{e.exports={en:["Failure text"],ca_ES:["Text d'error"]}},28357:e=>{e.exports={en:["Failure background"],ca_ES:["Fons d'errors"]}},84885:e=>{e.exports={en:["Fans"],ca_ES:["Ventalls"]}},66086:e=>{e.exports={en:["Fib levels based on log scale"],ca_ES:["Nivells Fib basats en una escala logarítmica"]}},63271:e=>{e.exports={en:["Flipped"],ca_ES:["Capgirat"]}},49275:e=>{e.exports={en:["HL bars"],ca_ES:["Barres HL (màxim i mínim)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},81169:e=>{e.exports={en:["Invalid URL"],ca_ES:["URL incorrecta"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},91612:e=>{e.exports={en:["Inside"],ca_ES:["Interior"]}},98136:e=>{e.exports={en:["OC bars"],ca_ES:["Barres d'OC"]}},46005:e=>{e.exports={en:["Original"]}},74045:e=>{e.exports={en:["Lot size"],ca_ES:["Mida del lot"]}},71571:e=>{e.exports={en:["Lower band #1"],ca_ES:["Banda inferior 1"]}},91889:e=>{e.exports={en:["Lower band #2"],ca_ES:["Banda inferior #2"]}},83301:e=>{e.exports={en:["Lower band #3"],ca_ES:["Banda inferior #3"]}},74872:e=>{e.exports={en:["Label"],ca_ES:["Etiqueta"]}},73863:e=>{e.exports={en:["Label background"],ca_ES:["Fons de l'etiqueta"]}},79650:e=>{e.exports={en:["Levels"],ca_ES:["Nivells"]}},36937:e=>{e.exports={en:["Levels line"],ca_ES:["Línia de nivells"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},65e3:e=>{e.exports={en:["Left labels"],ca_ES:["Etiquetes de l'esquerra"]}},32982:e=>{e.exports={en:["Line - HL/2"],ca_ES:["Línia - HL/2"]}},80332:e=>{e.exports={en:["Line - open"],ca_ES:["Línia: oberta"]}},30216:e=>{e.exports={en:["Line - close"],ca_ES:["Línia - tancament"]}},18387:e=>{e.exports={en:["Line - high"],ca_ES:["Línia: alta"]}},53880:e=>{e.exports={en:["Line - low"],ca_ES:["Línia: baixa"]}},3214:e=>{e.exports={en:["Mode"]}},70382:e=>{e.exports={en:["Modified Schiff"],ca_ES:["Schiff modificat"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},68286:e=>{e.exports={en:["Middle line"]}},12516:e=>{e.exports={en:["Middle point"],ca_ES:["Punt mitjà"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},28941:e=>{e.exports={en:["Mirrored"],ca_ES:["Reflectit"]}},15402:e=>{e.exports={en:["Next time you can use {shortcut} for quick paste"],ca_ES:["La pròxima vegada podeu fer servir {shortcut} per accelerar el procés d'enganxar"]}},14279:e=>{e.exports={en:["Source background"],ca_ES:["Fons de la font"]}},64598:e=>{e.exports={en:["Source border"],ca_ES:["Vora de la font"]}},88479:e=>{e.exports={en:["Source text"],ca_ES:["Text de la font"]}},69904:e=>{e.exports={en:["Schiff"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},26754:e=>{e.exports={en:["Stats"],ca_ES:["Estadístiques"]}},16053:e=>{e.exports={en:["Stats position"],ca_ES:["Posició en estadístiques"]}},33310:e=>{e.exports={en:["Stop color"],ca_ES:["Color del límit màxim de pèrdues"]}},23814:e=>{e.exports={en:["Stop level"],ca_ES:["Nivell de stop"]}},23971:e=>{
|
||||
e.exports={en:["Success text"],ca_ES:["Text correcte"]}},90431:e=>{e.exports={en:["Success background"],ca_ES:["Fons correcte"]}},73525:e=>{e.exports={en:["Percent change"]}},33120:e=>{e.exports={en:["Percents"],ca_ES:["Percentatges"]}},83840:e=>{e.exports={en:["Price"],ca_ES:["Preu"]}},97273:e=>{e.exports={en:["Price label"],ca_ES:["Etiqueta de preus"]}},42747:e=>{e.exports={en:["Price labels"],ca_ES:["Etiquetes de preus"]}},58557:e=>{e.exports={en:["Price levels"],ca_ES:["Nivells de preus"]}},62362:e=>{e.exports={en:["Price range"],ca_ES:["Rang de preus"]}},78393:e=>{e.exports={en:["Price/bar ratio"],ca_ES:["Ràtio preu/barra"]}},29416:e=>{e.exports={en:["Prices"],ca_ES:["Preus"]}},67852:e=>{e.exports={en:["Profit level"],ca_ES:["Nivell de benefici"]}},27177:e=>{e.exports={en:["Ranges and ratio"],ca_ES:["Rangs i relacions"]}},64489:e=>{e.exports={en:["Reverse"],ca_ES:["Reverteix"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},28971:e=>{e.exports={en:["Right labels"],ca_ES:["Etiquetes de la dreta"]}},63886:e=>{e.exports={en:["Risk"],ca_ES:["Risc"]}},32998:e=>{e.exports={en:["Wave"],ca_ES:["Ona"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},32163:e=>{e.exports={en:["Wick"],ca_ES:["Metxa"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},74939:e=>{e.exports={en:["Top labels"],ca_ES:["Etiquetes superiors"]}},95631:e=>{e.exports={en:["Target background"],ca_ES:["Fons de l'objectiu de beneficis"]}},79622:e=>{e.exports={en:["Target border"],ca_ES:["Vora de l'objectiu de beneficis"]}},3560:e=>{e.exports={en:["Target color"],ca_ES:["Color de l'objectiu de beneficis"]}},59264:e=>{e.exports={en:["Target text"],ca_ES:["Text de l'objectiu de beneficis"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},54971:e=>{e.exports={en:["Thickness"],ca_ES:["Gruix"]}},24821:e=>{e.exports={en:["Ticks"]}},56822:e=>{e.exports={en:["Time label"],ca_ES:["Etiqueta de temps"]}},58476:e=>{e.exports={en:["Time levels"],ca_ES:["Nivells de temps"]}},19788:e=>{e.exports={en:["Transparency"],ca_ES:["Transparència"]}},51574:e=>{e.exports={en:["Trend line"],ca_ES:["Línia de tendència"]}},21315:e=>{e.exports={en:["Upper band #1"],ca_ES:["Banda superior 1"]}},65448:e=>{e.exports={en:["Upper band #2"],ca_ES:["Banda superior #2"]}},64848:e=>{e.exports={en:["Upper band #3"],ca_ES:["Banda superior #3"]}},28683:e=>{e.exports={en:["Use one color"],ca_ES:["Fes servir un color"]}},5682:e=>{e.exports={en:["VWAP"]}},37644:e=>{e.exports={en:["Volume"],ca_ES:["Volum"]}},60092:e=>{e.exports={en:["Values"],ca_ES:["Valors"]}},29566:e=>{e.exports={en:["Variance"],ca_ES:["Variància"]}},69526:e=>{e.exports={en:["Vertical"]}},3894:e=>{e.exports={en:["change angle"],ca_ES:["canvia angle"]}},77931:e=>{e.exports={en:["change arrow color"],ca_ES:["canvia el color de la fletxa"]}},2066:e=>{e.exports={en:["change bar X coordinate"],
|
||||
ca_ES:["canvia la coordenada X de les barres"]}},77883:e=>{e.exports={en:["change flag color"],ca_ES:["canvia el color de la bandera"]}},83842:e=>{e.exports={en:["change image"],ca_ES:["canvia la imatge"]}},65309:e=>{e.exports={en:["change image transparency"],ca_ES:["canvia la transparència de la imatge"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},74883:e=>{e.exports={en:["change top margin"],ca_ES:["canvia el marge superior"]}},69183:e=>{e.exports={en:["change vertical position Y coordinate"],ca_ES:["canvia la coordenada Y de la posició vertical"]}},83030:e=>{e.exports={en:["change {title} VWAP line color"],ca_ES:["canvia el color de la línia del preu mitjà ponderat per volum (VWAP) de {title}"]}},47479:e=>{e.exports={en:["change {title} VWAP line width"],ca_ES:["canvia l'ample de la línia del preu mitjà ponderat per volum (VWAP) de {title}"]}},31753:e=>{e.exports={en:["change {title} coeffs as percents visibility"],ca_ES:["canvia la visibilitat dels coeficients en percentatges de {title}"]}},49442:e=>{e.exports={en:["change {title} color"],ca_ES:["canvia el color de {title}"]}},49904:e=>{e.exports={en:["change {title} compact stats mode"],ca_ES:["canvia el mode d'estadístiques compactes de {title}"]}},97345:e=>{e.exports={en:["change {title} candle border up color"],ca_ES:["canvia el color superior de la vora de l'espelma de {title}"]}},88530:e=>{e.exports={en:["change {title} candle border visibility"],ca_ES:["canvia la visibilitat de la vora de l'espelma de {title}"]}},81139:e=>{e.exports={en:["change {title} candle border down color"],ca_ES:["canvia el color inferior de la vora de l'espelma de {title}"]}},80022:e=>{e.exports={en:["change {title} candle down color"],ca_ES:["canvia el color inferior de l'espelma de {title}"]}},21631:e=>{e.exports={en:["change {title} candle up color"],ca_ES:["canvia el color superior de l'espelma de {title}"]}},33589:e=>{e.exports={en:["change {title} candle wick color"],ca_ES:["canvia el color de la metxa de l'espelma de {title}"]}},85382:e=>{e.exports={en:["change {title} candle wick visibility"],ca_ES:["canvia la visibilitat de la metxa de l'espelma de {title}"]}},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"],ca_ES:["canvia la visibilitat de l'angle de {title}"]}},99232:e=>{e.exports={en:["change {title} account size"],ca_ES:["canvia la mida del compte de {title}"]}},80390:e=>{e.exports={en:["change {title} always show stats"],ca_ES:["canvia la casella mostra sempre les estadístiques de {title}"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ca_ES:["canvia el color de totes les línies de {title}"]}},95582:e=>{e.exports={en:["change {title} arcs {index} line color"],ca_ES:["canvia el color de línia de l'arc de {index} de {title}"]}},8745:e=>{e.exports={en:["change {title} arcs {index} line width"],ca_ES:["canvia l'ample de línia de l'arc de {index} de {title}"]}},
|
||||
4313:e=>{e.exports={en:["change {title} arcs {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} dels arcs de {title}"]}},39393:e=>{e.exports={en:["change {title} average HL value"],ca_ES:["canvia el valor mitjà de HL de {title}"]}},62130:e=>{e.exports={en:["change {title} bottom labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes inferiors de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ca_ES:["canvia la transparència del fons de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ca_ES:["canvia la visibilitat del fons de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ca_ES:["canvia el color del fons de {title}"]}},2788:e=>{e.exports={en:["change {title} background color 1"],ca_ES:["canvia el color del fons 1 {title}"]}},47108:e=>{e.exports={en:["change {title} background color 2"],ca_ES:["canvia el color dels fons 2 {title}"]}},98845:e=>{e.exports={en:["change {title} bars range visibility"],ca_ES:["canvia la visibilitat del rang de barres de {title}"]}},37563:e=>{e.exports={en:["change {title} date/time range visibility"],ca_ES:["canvia la visibilitat del rang de data/hora de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},86650:e=>{e.exports={en:["change {title} degree"],ca_ES:["canvia el grau de {title}"]}},45153:e=>{e.exports={en:["change {title} distance visibility"],ca_ES:["canvia la visibilitat de la distància de {title}"]}},73247:e=>{e.exports={en:["change {title} emoji"],ca_ES:["canvia l'emoji de {title}"]}},53274:e=>{e.exports={en:["change {title} emoji visibility"],ca_ES:["canvia la visibilitat de l'emoji de {title}"]}},91534:e=>{e.exports={en:["change {title} entry price"],ca_ES:["canvia el preu de l'entrada de {title}"]}},59665:e=>{e.exports={en:["change {title} extend bottom"],ca_ES:["canvia amplia cap avall a {title}"]}},35139:e=>{e.exports={en:["change {title} extend left"],ca_ES:["canvia amplia cap a l'esquerra a {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ca_ES:["canvia ampliar línies a {title}"]}},30126:e=>{e.exports={en:["change {title} extend top"],ca_ES:["canvia amplia cap amunt a {title}"]}},58052:e=>{e.exports={en:["change {title} extending left"],ca_ES:["canvia l'ampliació cap a l'esquerra a {title}"]}},74867:e=>{e.exports={en:["change {title} extending right"],ca_ES:["canvia l'ampliació cap a la dreta a {title}"]}},10390:e=>{e.exports={en:["change {title} extension"],ca_ES:["canvia l'ampliació de {title}"]}},58406:e=>{e.exports={en:["change {title} failure text color"],ca_ES:["canvia el color del text de l'error de {title}"]}},91321:e=>{e.exports={en:["change {title} failure background color"],ca_ES:["canvia el color de fons de l'error de {title}"]}},28833:e=>{e.exports={en:["change {title} fan {index} line visibility"],
|
||||
ca_ES:["canvia la visibilitat de la línia {index} del ventall de {title}"]}},45732:e=>{e.exports={en:["change {title} fan {index} line width"],ca_ES:["canvia l'ample de línia del ventall de {index} de {title}"]}},62500:e=>{e.exports={en:["change {title} fan {index} line color"],ca_ES:["canvia el color de la línia del ventall de {index} de {title}"]}},15972:e=>{e.exports={en:["change {title} fans visibility"],ca_ES:["canvia la visibilitat dels ventalls de {title}"]}},1716:e=>{e.exports={en:["change {title} fans line color"],ca_ES:["canvia el color de la línia de ventalls de {title}"]}},85509:e=>{e.exports={en:["change {title} fib levels based on log scale"],ca_ES:["canvia els nivells de Fibonacci en funció de l'escala logarítmica de {title}"]}},10643:e=>{e.exports={en:["change {title} flipped"],ca_ES:["canvia capgirat en {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},86993:e=>{e.exports={en:["change {title} image background color"],ca_ES:["canvia el color del fons de la imatge de {title}"]}},54087:e=>{e.exports={en:["change {title} lot size"],ca_ES:["canvia la mida del lot de {title}"]}},67450:e=>{e.exports={en:["change {title} lower band #1 line color"],ca_ES:["canvia el color de la línia de la banda inferior 1 de {title}"]}},87716:e=>{e.exports={en:["change {title} lower band #1 line visibility"],ca_ES:["canvia la visibilitat de la línia de la banda inferior 1 de {title}"]}},43181:e=>{e.exports={en:["change {title} lower band #1 line width"],ca_ES:["canvia l'ample de la línia de la banda inferior 1 de {title}"]}},35092:e=>{e.exports={en:["change {title} lower band #2 line color"],ca_ES:["canvia el color de la línia de la banda inferior #2 de {title}"]}},94308:e=>{e.exports={en:["change {title} lower band #2 line visibility"],ca_ES:["canvia la visibilitat de la banda inferior #2 de {title}"]}},8873:e=>{e.exports={en:["change {title} lower band #2 line width"],ca_ES:["canvia l'ample de línia de la banda inferior #2 de {title}"]}},68180:e=>{e.exports={en:["change {title} lower band #3 line color"],ca_ES:["canvia el color de la línia de la banda inferior #3 de {title}"]}},32442:e=>{e.exports={en:["change {title} lower band #3 line visibility"],ca_ES:["canvia la visibilitat de la línia de la banda inferior #3 de {title}"]}},3476:e=>{e.exports={en:["change {title} lower band #3 line width"],ca_ES:["canvia l'ample de la línia de la banda inferior #3 de {title}"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ca_ES:["canvia l'alineació de les etiquetes de {title}"]}},19658:e=>{e.exports={en:["change {title} labels font size"],ca_ES:["canvia mida de la lletra de les etiquetes de {title}"]}},93340:e=>{e.exports={en:["change {title} labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],
|
||||
ca_ES:["canvia el coeficient de línia dels nivells de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ca_ES:["canvia el color de línia dels nivells de {index} de {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ca_ES:["canvia l'estil de línia dels nivells de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} de nivell de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ca_ES:["canvia l'ample de línia dels nivells de {index} de {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ca_ES:["canvia els nivells de visibilitat de {title}"]}},63021:e=>{e.exports={en:["change {title} left labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes esquerres de {title}"]}},57462:e=>{e.exports={en:["change {title} mode"],ca_ES:["canvia el mode de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},27470:e=>{e.exports={en:["change {title} middle point visibility"],ca_ES:["canvia la visibilitat del punt mitjà de {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},85198:e=>{e.exports={en:["change {title} mirrored"],ca_ES:["canvia reflectit en {title}"]}},63047:e=>{e.exports={en:["change {title} source background color"],ca_ES:["canvia el color de fons de la font de {title}"]}},93889:e=>{e.exports={en:["change {title} source border color"],ca_ES:["canvia el color de la vora de la font de {title}"]}},45833:e=>{e.exports={en:["change {title} source text color"],ca_ES:["canvia el color del text font de {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},98463:e=>{e.exports={en:["change {title} style"],ca_ES:["canvia l'estil de {title}"]}},86722:e=>{e.exports={en:["change {title} stats position"],ca_ES:["canvia la posició de les estadístiques de {title}"]}},26598:e=>{e.exports={en:["change {title} stop color"],ca_ES:["canvia el color de l'stop de {title}"]}},45438:e=>{e.exports={en:["change {title} stop level"],ca_ES:["canvia el nivell de stop de {title}"]}},27503:e=>{e.exports={en:["change {title} stop price"],ca_ES:["canvia el preu de stop de {title}"]}},71715:e=>{e.exports={en:["change {title} success text color"],ca_ES:["canvia el color del text de l'èxit a {title}"]}},80428:e=>{e.exports={en:["change {title} success background color"],ca_ES:["canvia el color de fons de l'èxit a {title}"]}},87246:e=>{e.exports={en:["change {title} percent change visibility"]}},98822:e=>{e.exports={en:["change {title} price label visibility"],
|
||||
ca_ES:["canvia la visibilitat de l'etiqueta de preus de {title}"]}},343:e=>{e.exports={en:["change {title} price labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de preus de {title}"]}},63962:e=>{e.exports={en:["change {title} price range visibility"],ca_ES:["canvia la visibilitat del rang de preus de {title}"]}},727:e=>{e.exports={en:["change {title} price visibility"],ca_ES:["canvia la visibilitat del preu de {title}"]}},4714:e=>{e.exports={en:["change {title} prices visibility"],ca_ES:["canvia la visibilitat dels preus de {title}"]}},64330:e=>{e.exports={en:["change {title} profit level"],ca_ES:["canvia el nivell de beneficis de {title}"]}},12073:e=>{e.exports={en:["change {title} profit price"],ca_ES:["canvia el preu de beneficis de {title}"]}},50762:e=>{e.exports={en:["change {title} reverse"],ca_ES:["canvia capgirat en {title}"]}},8390:e=>{e.exports={en:["change {title} right labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes dretes de {title}"]}},79875:e=>{e.exports={en:["change {title} risk"],ca_ES:["canvia el risc de {title}"]}},60308:e=>{e.exports={en:["change {title} risk display mode"],ca_ES:["canvia el mode de visualització de riscos de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},60111:e=>{e.exports={en:["change {title} width"]}},81301:e=>{e.exports={en:["change {title} top labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes superiors de {title}"]}},25987:e=>{e.exports={en:["change {title} target background color"],ca_ES:["canvia el color de fons de l'objectiu de {title}"]}},24138:e=>{e.exports={en:["change {title} target border color"],ca_ES:["canvia el color de la vora de l'objectiu {title}"]}},10504:e=>{e.exports={en:["change {title} target color"],ca_ES:["canvia el color de l'objectiu de {title}"]}},32230:e=>{e.exports={en:["change {title} target text color"],ca_ES:["canvia el color del text de l'objectiu de {title}"]}},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"],ca_ES:["canvia la visibilitat de l'etiqueta de temps de {title}"]}},51085:e=>{e.exports={en:["change {title} transparency"],ca_ES:["canvia la transparència de {title}"]}},27326:e=>{e.exports={en:["change {title} upper band #1 line color"],ca_ES:["canvia el color de la línia de la banda superior 1 de {title}"]}},44828:e=>{e.exports={en:["change {title} upper band #1 line visibility"],ca_ES:["canvia la visibilitat de la línia de la banda superior 1 de {title}"]}},1353:e=>{e.exports={en:["change {title} upper band #1 line width"],ca_ES:["canvia l'ample de la línia de la banda superior 1 de {title}"]}},12138:e=>{e.exports={en:["change {title} upper band #2 line color"],ca_ES:["canvia el color de la línia de la banda superior #2 de {title}"]}},93075:e=>{e.exports={
|
||||
en:["change {title} upper band #2 line visibility"],ca_ES:["canvia la visibilitat de la línia de la banda superior #2 de {title}"]}},7943:e=>{e.exports={en:["change {title} upper band #2 line width"],ca_ES:["canvia l'ample de la línia de la banda superior #2 de {title}"]}},51780:e=>{e.exports={en:["change {title} upper band #3 line color"],ca_ES:["canvia el color de la banda superior #3 de {title}"]}},15698:e=>{e.exports={en:["change {title} upper band #3 line visibility"],ca_ES:["canvia la visibilitat de la banda superior #3 de {title}"]}},27414:e=>{e.exports={en:["change {title} upper band #3 line width"],ca_ES:["canvia l'ample de la línia de la banda superior #3 de {title}"]}},36336:e=>{e.exports={en:["change {title} volume visibility"]}},23171:e=>{e.exports={en:["change {title} variance value"],ca_ES:["canvia el valor de variància de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ca_ES:["canvia la visibilitat de la línia de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ca_ES:["canvia l'ample de la línia de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ca_ES:["canvia el color de la línia de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ca_ES:["canvia la línia que s'estén a l'esquerra {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ca_ES:["canvia la línia que s'estén a la dreta de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ca_ES:["canvia el final de la línia esquerra de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ca_ES:["canvia el final de la línia dreta de {toolName}"]}},66429:e=>{e.exports={
|
||||
en:["change {toolName} line style"],ca_ES:["canvia l'estil de línia de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},61218:e=>{e.exports={en:["backgrounds color"],ca_ES:["color del fons"]}},48433:e=>{e.exports={en:["backgrounds filled"],ca_ES:["farciment del fons"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},24621:e=>{e.exports={en:["lines color"],ca_ES:["color de les línies"]}},96400:e=>{e.exports={en:["lines style"],ca_ES:["estil de línies"]}},41594:e=>{e.exports={en:["lines width"],ca_ES:["ample de línies"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},59012:e=>{e.exports={en:["show price"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},
|
||||
92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},44461:e=>{e.exports={en:["text color"],ca_ES:["color del text"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6645,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},34974:e=>{e.exports={en:["Label border"],ca_ES:["Vora de l'etiqueta"]}},73863:e=>{e.exports={en:["Label background"],ca_ES:["Fons de l'etiqueta"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},97575:e=>{e.exports={en:["Line color"],ca_ES:["Color de la línia"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},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"],ca_ES:["canvia la visibilitat del fons de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ca_ES:["canvia el color del fons de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},7455:e=>{e.exports={en:["change {title} line color"],ca_ES:["canvia el color de la línia de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},
|
||||
38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{
|
||||
e.exports={en:["change {toolName} text font bold"],ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6760,2787,6155,7850,7122,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],ca_ES:["Estén la línia esquerra"]}},87430:e=>{e.exports={en:["Extend right line"],ca_ES:["Estén la línia dreta"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},79650:e=>{e.exports={en:["Levels"],ca_ES:["Nivells"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},51574:e=>{e.exports={en:["Trend line"],ca_ES:["Línia de tendència"]}},28683:e=>{e.exports={en:["Use one color"],ca_ES:["Fes servir un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ca_ES:["canvia el color de totes les línies de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ca_ES:["canvia la transparència del fons de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ca_ES:["canvia la visibilitat del fons de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ca_ES:["canvia el coeficient de línia dels nivells de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],
|
||||
ca_ES:["canvia el color de línia dels nivells de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} de nivell de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ca_ES:["canvia l'ample de línia dels nivells de {index} de {title}"]}},54517:e=>{e.exports={en:["change {title} levels visibility"],ca_ES:["canvia els nivells de visibilitat de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},57122:e=>{e.exports={en:["change {title} text"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ca_ES:["canvia la visibilitat de la línia de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ca_ES:["canvia l'ample de la línia de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ca_ES:["canvia el color de la línia de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ca_ES:["canvia la línia que s'estén a l'esquerra {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ca_ES:["canvia la línia que s'estén a la dreta de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ca_ES:["canvia el final de la línia esquerra de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],
|
||||
ca_ES:["canvia el final de la línia dreta de {toolName}"]}},66429:e=>{e.exports={en:["change {toolName} line style"],ca_ES:["canvia l'estil de línia de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},77114:e=>{e.exports={en:["erase level line"],ca_ES:["esborra la línia de nivell"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7122],{57122:e=>{e.exports={en:["change {title} text"]}}}]);
|
||||
@@ -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"],ca_ES:["esborra la línia de nivell"]}}}]);
|
||||
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[7952,2787,6155,5111,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},29291:e=>{e.exports={en:["Median"],ca_ES:["Mitjà"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},61856:e=>{e.exports={en:["Extend left line"],ca_ES:["Estén la línia esquerra"]}},819:e=>{e.exports={en:["Extend lines"],ca_ES:["Amplia línies"]}},87430:e=>{e.exports={en:["Extend right line"],ca_ES:["Estén la línia dreta"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"],ca_ES:["Fes servir un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},59577:e=>{e.exports={en:["change {title} all lines color"],ca_ES:["canvia el color de totes les línies de {title}"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ca_ES:["canvia la transparència del fons de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ca_ES:["canvia la visibilitat del fons de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ca_ES:["canvia ampliar línies a {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ca_ES:["canvia el coeficient de línia dels nivells de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],
|
||||
ca_ES:["canvia el color de línia dels nivells de {index} de {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ca_ES:["canvia l'estil de línia dels nivells de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} de nivell de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ca_ES:["canvia l'ample de línia dels nivells de {index} de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},24550:e=>{e.exports={en:["change {toolName} line visibility"],ca_ES:["canvia la visibilitat de la línia de {toolName}"]}},19541:e=>{e.exports={en:["change {toolName} line width"],ca_ES:["canvia l'ample de la línia de {toolName}"]}},24059:e=>{e.exports={en:["change {toolName} line color"],ca_ES:["canvia el color de la línia de {toolName}"]}},18773:e=>{e.exports={en:["change {toolName} line extending left"],ca_ES:["canvia la línia que s'estén a l'esquerra {toolName}"]}},43823:e=>{e.exports={en:["change {toolName} line extending right"],ca_ES:["canvia la línia que s'estén a la dreta de {toolName}"]}},21474:e=>{e.exports={en:["change {toolName} line left end"],ca_ES:["canvia el final de la línia esquerra de {toolName}"]}},54827:e=>{e.exports={en:["change {toolName} line right end"],ca_ES:["canvia el final de la línia dreta de {toolName}"]}},66429:e=>{
|
||||
e.exports={en:["change {toolName} line style"],ca_ES:["canvia l'estil de línia de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},77114:e=>{e.exports={en:["erase level line"],ca_ES:["esborra la línia de nivell"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -1,3 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},34974:e=>{e.exports={en:["Label border"],ca_ES:["Vora de l'etiqueta"]}},73863:e=>{e.exports={en:["Label background"],ca_ES:["Fons de l'etiqueta"]}},95170:e=>{e.exports={en:["Label text"],ca_ES:["Text de l'etiqueta"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},97575:e=>{e.exports={en:["Line color"],ca_ES:["Color de la línia"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},7455:e=>{e.exports={en:["change {title} line color"],ca_ES:["canvia el color de la línia de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[8940,6155,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},34974:e=>{e.exports={en:["Label border"],ca_ES:["Vora de l'etiqueta"]}},73863:e=>{e.exports={en:["Label background"],ca_ES:["Fons de l'etiqueta"]}},95170:e=>{e.exports={en:["Label text"],ca_ES:["Text de l'etiqueta"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},97575:e=>{e.exports={en:["Line color"],ca_ES:["Color de la línia"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},7455:e=>{e.exports={en:["change {title} line color"],ca_ES:["canvia el color de la línia de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={
|
||||
en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},66668:e=>{e.exports={en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={
|
||||
en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},45537:e=>{e.exports={en:["weeks"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -0,0 +1,3 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9494,6155,3367,2303,7122,4821],{80166:e=>{e.exports={en:["#{count} (price, bar)"],ca_ES:["#{count} (preu, barra)"]}},78930:e=>{e.exports={en:["Coordinates"],ca_ES:["Coordenades"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},6060:e=>{e.exports={en:["Add text"]}},27567:e=>{e.exports={en:["Bottom"],ca_ES:["Part inferior"]}},38408:e=>{e.exports={en:["Border"],ca_ES:["Vora"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},72942:e=>{e.exports={en:["Days"],ca_ES:["Dies"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ca_ES:["Desplaçament (preu, barra)"]}},56796:e=>{e.exports={en:["Hours"],ca_ES:["Hores"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},21429:e=>{e.exports={en:["Inputs"],ca_ES:["Entrades de dades"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},43154:e=>{e.exports={en:["Months"],ca_ES:["Mesos"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},42562:e=>{e.exports={en:["Minutes"],ca_ES:["Minuts"]}},65188:e=>{e.exports={en:["Seconds"],ca_ES:["Segons"]}},50421:e=>{e.exports={en:["Right"],ca_ES:["Dreta"]}},835:e=>{e.exports={en:["Weeks"],ca_ES:["Setmanes"]}},97118:e=>{e.exports={en:["Top"],ca_ES:["Part superior"]}},70320:e=>{e.exports={en:["Text"]}},7560:e=>{e.exports={en:["Text wrap"],ca_ES:["Ajustament de text"]}},25485:e=>{e.exports={en:["Text alignment"],ca_ES:["Alineació del text"]}},67781:e=>{e.exports={en:["Text orientation"],ca_ES:["Orientació del text"]}},24821:e=>{e.exports={en:["Ticks"]}},28683:e=>{e.exports={en:["Use one color"],ca_ES:["Fes servir un color"]}},69526:e=>{e.exports={en:["Vertical"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ca_ES:["canvia la coordenada X de les barres"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ca_ES:["canvia la coordenada Y dels preus"]}},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"],ca_ES:["canvia el color de totes les línies de {title}"]}},69437:e=>{e.exports={en:["change {title} border color"]}},13783:e=>{e.exports={en:["change {title} background transparency"],ca_ES:["canvia la transparència del fons de {title}"]}},30839:e=>{e.exports={en:["change {title} background visibility"],ca_ES:["canvia la visibilitat del fons de {title}"]}},49765:e=>{e.exports={en:["change {title} background color"],ca_ES:["canvia el color del fons de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],ca_ES:["canvia els dies de {title} fins a"]}},91201:e=>{e.exports={en:["change {title} days from"],ca_ES:["canvia els dies de {title} des de"]}},8306:e=>{e.exports={en:["change {title} hours from"],ca_ES:["canvia les hores de {title} des de"]}},67233:e=>{e.exports={en:["change {title} hours to"],ca_ES:["canvia les hores de {title} fins a"]}},55612:e=>{e.exports={en:["change {title} labels alignment"],ca_ES:["canvia l'alineació de les etiquetes de {title}"]}},93340:e=>{e.exports={
|
||||
en:["change {title} labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de {title}"]}},27154:e=>{e.exports={en:["change {title} level {index} line coeff"],ca_ES:["canvia el coeficient de línia dels nivells de {index} de {title}"]}},664:e=>{e.exports={en:["change {title} level {index} line color"],ca_ES:["canvia el color de línia dels nivells de {index} de {title}"]}},64707:e=>{e.exports={en:["change {title} level {index} line style"],ca_ES:["canvia l'estil de línia dels nivells de {index} de {title}"]}},51403:e=>{e.exports={en:["change {title} level {index} line visibility"],ca_ES:["canvia la visibilitat de la línia {index} de nivell de {title}"]}},97870:e=>{e.exports={en:["change {title} level {index} line width"],ca_ES:["canvia l'ample de línia dels nivells de {index} de {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],ca_ES:["canviar els mesos des de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],ca_ES:["canvia els mesos de {title} fins a"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ca_ES:["canvia els minuts de {title} fins a"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ca_ES:["canvia els minuts de {title} des de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ca_ES:["canvia els segons de {title} fins a"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ca_ES:["canvia els segons des de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ca_ES:["canvia les detmanes de {title} des de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ca_ES:["canvia les setmanes de {title} fins a"]}},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"],ca_ES:["canvia la visibilitat a ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ca_ES:["canvia la visibilitat en setmanes de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ca_ES:["canvia la visibilitat en dies de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ca_ES:["canvia la visibilitat en hores de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ca_ES:["canvia la visibilitat en minuts de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ca_ES:["canvia la visibilitat en mesos de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ca_ES:["canvia la visibilitat en segons de {title}"]}},31689:e=>{e.exports={en:["change {toolName} labels alignment vertical"],ca_ES:["canvia l'alineació vertical de les etiquetes de {toolName}"]}},88277:e=>{e.exports={en:["change {toolName} labels alignment horizontal"],ca_ES:["canvia l'alineació horitzontal de les etiquetes de {toolName}"]}},61160:e=>{e.exports={en:["change {toolName} labels direction"],ca_ES:["canvia la direcció de les etiquetes de {toolName}"]}},66668:e=>{e.exports={
|
||||
en:["change {toolName} text"],ca_ES:["canvia el text de {toolName}"]}},56634:e=>{e.exports={en:["change {toolName} text visibility"],ca_ES:["canvia la visibilitat del text de {toolName}"]}},39587:e=>{e.exports={en:["change {toolName} text wrap"],ca_ES:["canvia l'ajustament del text de {toolName}"]}},22231:e=>{e.exports={en:["change {toolName} text background color"],ca_ES:["canvia el color de fons del text de {toolName}"]}},31133:e=>{e.exports={en:["change {toolName} text background visibility"],ca_ES:["canvia la visibilitat del fons del text de {toolName}"]}},36666:e=>{e.exports={en:["change {toolName} text border color"],ca_ES:["canvia el color de la vora del text de {toolName}"]}},35423:e=>{e.exports={en:["change {toolName} text border width"],ca_ES:["canvia l'ample de la vora del text de {toolName}"]}},58704:e=>{e.exports={en:["change {toolName} text border visibility"],ca_ES:["canvia la visibilitat de la vora del text de {toolName}"]}},64500:e=>{e.exports={en:["change {toolName} text color"],ca_ES:["canvia el color del text de {toolName}"]}},24701:e=>{e.exports={en:["change {toolName} text font bold"],ca_ES:["canvia la font del text en negreta de {toolName}"]}},42694:e=>{e.exports={en:["change {toolName} text font italic"],ca_ES:["canvia la font del text en cursiva de {toolName}"]}},21781:e=>{e.exports={en:["change {toolName} text font size"],ca_ES:["canvia la mida de la font del text de {toolName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},48499:e=>{e.exports={en:["add column to right"]}},48407:e=>{e.exports={en:["add row below"]}},35813:e=>{e.exports={en:["days"],ca_ES:["dies"]}},89919:e=>{e.exports={en:["days to"],ca_ES:["dies fins a"]}},59215:e=>{e.exports={en:["days from"],ca_ES:["dies des de"]}},2359:e=>{e.exports={en:["hours"],ca_ES:["hores"]}},82267:e=>{e.exports={en:["hours from"],ca_ES:["hores des de"]}},15600:e=>{e.exports={en:["hours to"],ca_ES:["hores fins a"]}},76261:e=>{e.exports={en:["move drawings"],ca_ES:["moure dibuixos"]}},95300:e=>{e.exports={en:["months"],ca_ES:["mesos"]}},17250:e=>{e.exports={en:["months from"],ca_ES:["mesos des de"]}},2828:e=>{e.exports={en:["months to"],ca_ES:["mesos fins a"]}},18726:e=>{e.exports={en:["minutes"],ca_ES:["minuts"]}},67649:e=>{e.exports={en:["minutes to"],ca_ES:["minuts fins a"]}},22476:e=>{e.exports={en:["minutes from"],ca_ES:["minuts des de"]}},751:e=>{e.exports={en:["seconds"],ca_ES:["segons"]}},73419:e=>{e.exports={en:["seconds to"],ca_ES:["segons fins a"]}},35801:e=>{e.exports={en:["seconds from"],ca_ES:["segons des de"]}},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"],ca_ES:["setmanes"]}},92859:e=>{e.exports={en:["weeks from"],ca_ES:["setmanes des de"]}},44127:e=>{e.exports={en:["weeks to"],ca_ES:["setmanes fins a"]}},3539:e=>{e.exports={en:["ticks"],ca_ES:["Ticks"]}}}]);
|
||||
@@ -1,4 +1,4 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,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)"]}},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"]}},886:e=>{e.exports={en:["HLC bars"]}},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={
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,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)"]}},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"]}},886:e=>{e.exports={en:["HLC bars"]}},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"]}},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"]}},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"]}}}]);
|
||||
2
charting_library/bundles/cs.1308.d1a986137a3ad4cdfe66.js
Normal file
2
charting_library/bundles/cs.1308.d1a986137a3ad4cdfe66.js
Normal file
@@ -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"]}}}]);
|
||||
2
charting_library/bundles/cs.1427.8971bd84437c851f01a9.js
Normal file
2
charting_library/bundles/cs.1427.8971bd84437c851f01a9.js
Normal file
@@ -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"]}}}]);
|
||||
2
charting_library/bundles/cs.1432.d43e80e1d49b8e361fa5.js
Normal file
2
charting_library/bundles/cs.1432.d43e80e1d49b8e361fa5.js
Normal file
@@ -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"]}}}]);
|
||||
@@ -1,2 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1606,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"]}},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"]}}}]);
|
||||
2
charting_library/bundles/cs.2303.a9546f2924221b57a144.js
Normal file
2
charting_library/bundles/cs.2303.a9546f2924221b57a144.js
Normal file
@@ -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"]}}}]);
|
||||
2
charting_library/bundles/cs.2486.11825549d0f3e1fd5ee7.js
Normal file
2
charting_library/bundles/cs.2486.11825549d0f3e1fd5ee7.js
Normal file
@@ -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"]}}}]);
|
||||
@@ -1,2 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2486,4040,6113,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"]}}}]);
|
||||
@@ -1,2 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2787,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"]}}}]);
|
||||
2
charting_library/bundles/cs.2787.b95db3c8cfe7fab3c811.js
Normal file
2
charting_library/bundles/cs.2787.b95db3c8cfe7fab3c811.js
Normal file
@@ -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"]}}}]);
|
||||
@@ -1 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2870],{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}"]}},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}"]}}}]);
|
||||
@@ -1,2 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3181,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"]}}}]);
|
||||
2
charting_library/bundles/cs.3181.259d07263a732c089332.js
Normal file
2
charting_library/bundles/cs.3181.259d07263a732c089332.js
Normal file
@@ -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"]}}}]);
|
||||
2
charting_library/bundles/cs.3355.c5e027afabcecc85b871.js
Normal file
2
charting_library/bundles/cs.3355.c5e027afabcecc85b871.js
Normal file
@@ -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"]}}}]);
|
||||
@@ -1 +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."]}},43222: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"]}}}]);
|
||||
(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"]}}}]);
|
||||
2
charting_library/bundles/cs.3367.8357e9248b9de0310231.js
Normal file
2
charting_library/bundles/cs.3367.8357e9248b9de0310231.js
Normal file
@@ -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"]}}}]);
|
||||
@@ -1,7 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3401,2787,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"]}},81356:e=>{e.exports={en:["Grid"],cs:["Mřížka"]}},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"]}},95279:e=>{e.exports={en:["Full circles"],cs:["Full Circles"]}},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"]}},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"]}},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"]}},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"]}},6298: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"]}},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"]}},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"]}},55134: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"]}},94455: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"]}}}]);
|
||||
43
charting_library/bundles/cs.3786.99bfb372318533e2d1c4.js
Normal file
43
charting_library/bundles/cs.3786.99bfb372318533e2d1c4.js
Normal file
@@ -0,0 +1,43 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{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"]}},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"]}},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"]}},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"]}}}]);
|
||||
@@ -1,43 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3948],{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"]}},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"]}},63271:e=>{e.exports={en:["Flipped"],cs:["Převrácený"]}},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"]}},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"]}},28941:e=>{e.exports={en:["Mirrored"],cs:["Zrcadlený"]}},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"]}},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"]}},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"]}},57122:e=>{e.exports={en:["change {title} text"]}},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}"]}},92479:e=>{e.exports={en:["flip bars pattern"]}},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"]}},20965:e=>{e.exports={en:["mirror bars pattern"]}},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"]}}}]);
|
||||
1
charting_library/bundles/cs.4543.af2e0ddd821d5bacf27b.js
Normal file
1
charting_library/bundles/cs.4543.af2e0ddd821d5bacf27b.js
Normal file
@@ -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"]}}}]);
|
||||
@@ -1,2 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[577,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"]}},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"]}}}]);
|
||||
@@ -1 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6113],{6113:e=>{e.exports={en:["Do you really want to delete Chart Template '{name}' ?"]}}}]);
|
||||
@@ -1,2 +0,0 @@
|
||||
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[6128,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"]}},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"]}}}]);
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user