2 Commits

Author SHA1 Message Date
jenkins
12e363f65c Release v29.3.0 (from 600f67b870c88a89c46e6ef27f17e88ca7fba741) 2025-05-08 13:43:53 +00:00
jenkins
c9c8795995 Release v29.2.0 (from 92e59637d61b6a77468d0026d24a07296d63e896) 2025-04-07 16:57:18 +00:00
205 changed files with 1917 additions and 1787 deletions

View File

@@ -5,6 +5,78 @@
<!-- markdownlint-disable no-inline-html --> <!-- markdownlint-disable no-inline-html -->
<!-- markdownlint-disable code-block-style --> <!-- markdownlint-disable code-block-style -->
## Version 29.3.0
*Date: Thu May 08 2025*
**New Features**
- **Added HLC bars chart style.** The HLC bars chart style is the same as regular bars but doesn't display the open price. When exporting a series or [overlay](https:/www.tradingview.com/charting-library-docs/latest/ui_elements/indicators#add-and-compare-new-series) indicator that uses the HLC bars chart style, open values are not included. Open values also do not appear in the data window or [legend](https:/www.tradingview.com/charting-library-docs/latest/ui_elements/Legend) for series or overlay indicators using this style.
**Improvements**
- **Added price scale details to context menu event.** When invoking the [context menu](https:/www.tradingview.com/charting-library-docs/latest/ui_elements/context-menu) on the price scale, it now returns the following details:
- `id` of the price scale
- `paneIndex` which is the index of the pane the price scale is linked to
- `chartIndex` which is the index of the chart the price scale is linked to
- **Added icon to dropdown items.** A new property `icon` was added to the [`DropdownItem`](https:/www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.DropdownItem) interface.
**Bug Fixes**
- **Empty context menu.** Fixed an issue where the [context menu](https:/www.tradingview.com/charting-library-docs/latest/ui_elements/context-menu) would be partially empty on mobile
- **onContextMenu callback received incorrect arguments.** Fixed a bug where the [`onContextMenu`](https:/www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartingLibraryWidget#oncontextmenu) callback received an object instead of the expected arguments.
- **Autosave won't trigger with empty text box created during autosave delay.**
**Documentation**
- **The following enhancements were made.**
- Added a new section explaining how to [programmatically open and close Symbol Search](https:/www.tradingview.com/charting-library-docs/latest/ui_elements/Symbol-Search#openclose-symbol-search).
- Updated the [Customization overview](https:/www.tradingview.com/charting-library-docs/latest/customization) and [Time zones](https:/www.tradingview.com/charting-library-docs/latest/ui_elements/timezones) articles.
---
## Version 29.2.0
*Date: Tue Apr 08 2025*
**New Features**
- **Added new methods to Trading Host.** The [Trading Host](https://www.tradingview.com/charting-library-docs/latest/trading_terminal/trading-concepts#trading-host) now includes three new methods designed to clear specific caches and trigger fresh data fetches:
- [`ordersFullUpdate`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IBrokerConnectionAdapterHost#ordersfullupdate)
- [`positionsFullUpdate`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IBrokerConnectionAdapterHost#positionsfullupdate)
- [`individualPositionsFullUpdate`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IBrokerConnectionAdapterHost#individualpositionsfullupdate)
- **Added cross-tab synchronization for watchlists.** This feature is enabled by default and requires the `use_localstorage_for_settings` [featureset](https://www.tradingview.com/charting-library-docs/latest/customization/Featuresets) to be enabled.
To disable the cross-tab synchronization, use the `watchlist_cross_tab_sync` featureset. (Trading Platform only)
**Improvements**
- **New `resetCache` method.** The new `resetCache` method allows you to delete previously loaded data for all symbol and resolution combinations known to the datafeed at once. You can use this method instead of [`onResetCacheNeededCallback`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IDatafeedChartApi#subscribebars) to clear the cache before calling [`resetData`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartWidgetApi#resetdata). In this case, you do not need to wait for [`subscribeBars`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IDatafeedChartApi#subscribebars) to be called to access the callback.
**Bug Fixes**
- **Save button tooltip still shows shortcut when `save_shortcut` is disabled.** Fixed a bug where the _Save_ button's tooltip still showed the shortcut when the `save_shortcut` featureset was disabled. Fixes [#8925](https://github.com/tradingview/charting_library/issues/8925)
- **Compare Symbol search dialog behavior.** Fixed an issue where the library would try to resolve a symbol that may not exist when users pressed _Enter_ whenever the featureset `allow_arbitrary_symbol_search_input` would be enabled.
- **Adding a custom interval could cause an error.** Adding a custom interval after enabling the [`custom_resolution`](https://www.tradingview.com/charting-library-docs/latest/customization/Featuresets#custom_resolutions) featureset used to cause a console error.
- **Fixed an issue where on some occasions PineJS functions would not return the right values when internally comparing it to MIN_VALUE or MAX_VALUE.**
- **Future bar time extrapolation with `disable_resolution_rebuild`.** Fixed an issue where future bar times would be extrapolated incorrectly when the `disable_resolution_rebuild` featureset was enabled, and daily bars that do not consider the January 1 to be the first day of the year were provided to the library.
- **Compare symbol legend context menu.** Fixed an issue where the context menu for compared symbols would show the _Add this indicator to favorites_ item.
- **Main series context menu.** Fixed an issue where the [context menu](https://www.tradingview.com/charting-library-docs/latest/ui_elements/context-menu) for the main series would show a blank space instead of the _Add SYMBOL to watchlist_ item.
- **Watchlist item counter.** Fixed an issue where the watchlist item count would include section titles in its calculation.
- **Fixed an issue with time scale marks that couldn't contain any underscore character.**
- **Fixed a bug where `getBars` failed to display error messages containing semicolons.**
- **Fixed drawing keyboard shortcuts.** Fixed an issue where using keyboard shortcuts to add drawings would sometimes open the _Symbol Search_ dialog instead of adding the intended drawing.
**Documentation**
- **The following enhancements were made.**
- Added a new section explaining how to [display pre- and post-market price lines](https://www.tradingview.com/charting-library-docs/latest/connecting_data/Extended-Sessions#enable-the-price-line).
- Added a new section explaining how to [provide profit and loss values](https://www.tradingview.com/charting-library-docs/latest/trading_terminal/trading-concepts/positions#provide-profit-and-loss) in Trading Platform.
- Updated the [Trading Session](https://www.tradingview.com/charting-library-docs/latest/connecting_data/Trading-Sessions) article with information on how to specify [session history](https://www.tradingview.com/charting-library-docs/latest/connecting_data/Trading-Sessions#session-history)
---
## Version 29.1.0 ## Version 29.1.0
@@ -339,7 +411,7 @@ have been added or updated:
**Improvements** **Improvements**
- **Update the Anchored AVWAP drawing.** Add bands settings to the Anchored VWAP drawing. - **Update the Anchored AVWAP drawing.** Add bands settings to the Anchored VWAP drawing.
- **Subscribe to widget bar visibility events.** A new [`study_event`](../api/interfaces/Charting_Library.SubscribeEventsMap.md#study_event) type was added: `widgetbar_visibility_changed`. It returns the visibility state of the widget bar. - **Subscribe to widget bar visibility events.** A new [`study_event`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.SubscribeEventsMap.md#study_event) type was added: `widgetbar_visibility_changed`. It returns the visibility state of the widget bar.
**Bug Fixes** **Bug Fixes**
@@ -386,12 +458,12 @@ Fixes [#8413](https://github.com/tradingview/charting_library/issues/8413) [#832
- **Added the unloadUnusedCharts method.** The [`unloadUnusedCharts`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartingLibraryWidget#unloadunusedcharts) method deletes non-visible charts from a multiple-chart layout. Use this method to - **Added the unloadUnusedCharts method.** The [`unloadUnusedCharts`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IChartingLibraryWidget#unloadunusedcharts) method deletes non-visible charts from a multiple-chart layout. Use this method to
prevent the library's inherent behavior to restore previously displayed charts instead of creating new prevent the library's inherent behavior to restore previously displayed charts instead of creating new
charts when changing layouts. `Trading Platform Only` charts when changing layouts. `Trading Platform Only`
- **Added a new type that reflects the ID of the created indicator.** A new [`study_event`](../api/interfaces/Charting_Library.SubscribeEventsMap.md#study_event) type was added: `create`. It returns the `id` of the newly created indicator. - **Added a new type that reflects the ID of the created indicator.** A new [`study_event`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.SubscribeEventsMap.md#study_event) type was added: `create`. It returns the `id` of the newly created indicator.
**Bug Fixes** **Bug Fixes**
- **Displaying volume indicator on chart load when visible_plots_set is not specified.** The chart will now correctly display the volume indicator if the `create_volume_indicator_by_default` featureset is enabled even if the symbols [LibrarySymbolInfo](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.LibrarySymbolInfo) doesn't specify the optional [`visible_plots_set`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.LibrarySymbolInfo#visible_plots_set) property. - **Displaying volume indicator on chart load when visible_plots_set is not specified.** The chart will now correctly display the volume indicator if the `create_volume_indicator_by_default` featureset is enabled even if the symbols [LibrarySymbolInfo](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.LibrarySymbolInfo) doesn't specify the optional [`visible_plots_set`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.LibrarySymbolInfo#visible_plots_set) property.
- **Prioritise widget constructor symbol over saved state.** The [`symbol`](../api/interfaces/Charting_Library.ChartingLibraryWidgetOptions#symbol) property in the widget constructor will now have priority over symbols loaded from saved chart states when using [`saved_data`](../api/interfaces/Charting_Library.ChartingLibraryWidgetOptions#saved_data) or [`load_last_chart`](../api/interfaces/Charting_Library.ChartingLibraryWidgetOptions#load_last_chart). Fixes [#7922](https://github.com/tradingview/charting_library/issues/7922) [#8473](https://github.com/tradingview/charting_library/issues/8473) [#7926](https://github.com/tradingview/charting_library/issues/7926) [#8168](https://github.com/tradingview/charting_library/issues/8168) - **Prioritise widget constructor symbol over saved state.** The [`symbol`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.ChartingLibraryWidgetOptions#symbol) property in the widget constructor will now have priority over symbols loaded from saved chart states when using [`saved_data`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.ChartingLibraryWidgetOptions#saved_data) or [`load_last_chart`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.ChartingLibraryWidgetOptions#load_last_chart). Fixes [#7922](https://github.com/tradingview/charting_library/issues/7922) [#8473](https://github.com/tradingview/charting_library/issues/8473) [#7926](https://github.com/tradingview/charting_library/issues/7926) [#8168](https://github.com/tradingview/charting_library/issues/8168)
- **Fixed an issue where the time_frames description was ignored.** - **Fixed an issue where the time_frames description was ignored.**
## Version 27.002 ## Version 27.002
@@ -863,13 +935,13 @@ Please use [settings_adapter](https://www.tradingview.com/charting-library-docs/
**New Features** **New Features**
- **Added support for specifying custom timezones.** - **Added support for specifying custom timezones.**
- Additional custom timezones can now be specified for use within the library. Please see the [Adding Custom Timezones](../ui_elements/timezones#adding-custom-time-zones) section within the Timezones page. - Additional custom timezones can now be specified for use within the library. Please see the [Adding Custom Timezones](../ui_elements/timezones#custom-time-zones) section within the Timezones page.
- **Images within timescale marks.** - **Images within timescale marks.**
- Timescale marks now support the rendering of images within the circular shape by specifying the `imageUrl` property. Please see the [TimescaleMark](../api/interfaces/Charting_Library.TimescaleMark) interface for more details. - Timescale marks now support the rendering of images within the circular shape by specifying the `imageUrl` property. Please see the [TimescaleMark](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.TimescaleMark) interface for more details.
- **Support different margin rates for different order types.** [6607](https://github.com/tradingview/charting_library/issues/6607) - **Support different margin rates for different order types.** [6607](https://github.com/tradingview/charting_library/issues/6607)
- `marginRate` has been deprecated - `marginRate` has been deprecated
- A [`supportLeverageButton`](../api/interfaces/Broker.BrokerConfigFlags#supportleveragebutton) flag that displays a leverage button has been added to the Broker configuration. - A [`supportLeverageButton`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Broker.BrokerConfigFlags#supportleveragebutton) flag that displays a leverage button has been added to the Broker configuration.
- The [`supportLeverage`](../api/interfaces/Broker.BrokerConfigFlags#supportleverage) flag enables leverage calculation by getting information from `leverageInfo`. - The [`supportLeverage`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Broker.BrokerConfigFlags#supportleverage) flag enables leverage calculation by getting information from `leverageInfo`.
**Enhancements** **Enhancements**
@@ -877,7 +949,7 @@ Please use [settings_adapter](https://www.tradingview.com/charting-library-docs/
**Bug fixes** **Bug fixes**
- [`setUserEditEnabled`](../api/interfaces/Charting_Library.IStudyApi#setusereditenabled) does not hide 3 dots in Legend. [6765](https://github.com/tradingview/charting_library/issues/6765) | [6165](https://github.com/tradingview/charting_library/issues/6165) - [`setUserEditEnabled`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.IStudyApi#setusereditenabled) does not hide 3 dots in Legend. [6765](https://github.com/tradingview/charting_library/issues/6765) | [6165](https://github.com/tradingview/charting_library/issues/6165)
widget.activeChart().getAllStudies().forEach(({ id }) => { widget.activeChart().getAllStudies().forEach(({ id }) => {
console.log(id); console.log(id);
@@ -890,7 +962,7 @@ Please use [settings_adapter](https://www.tradingview.com/charting-library-docs/
- `right_toolbar` featureset didn't have a default `on` value. - `right_toolbar` featureset didn't have a default `on` value.
- Empty time frames at the bottom toolbar if `data_status: endofday` - Empty time frames at the bottom toolbar if `data_status: endofday`
- Export data doesnt include projected data. - Export data doesnt include projected data.
- Projected data can be included by setting [`includeOffsetStudyValues`](../api/interfaces/Charting_Library.ExportDataOptions#includeoffsetstudyvalues) to `true`. - Projected data can be included by setting [`includeOffsetStudyValues`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.ExportDataOptions#includeoffsetstudyvalues) to `true`.
- `await widget.activeChart().exportData({ includeOffsetStudyValues: true });` - `await widget.activeChart().exportData({ includeOffsetStudyValues: true });`
- Highest PineJS.Std function doesnt work correctly with negative numbers. - Highest PineJS.Std function doesnt work correctly with negative numbers.
- Missing types in bundled definition file. [7445](https://github.com/tradingview/charting_library/issues/7445) | [7446](https://github.com/tradingview/charting_library/issues/7446) - Missing types in bundled definition file. [7445](https://github.com/tradingview/charting_library/issues/7445) | [7446](https://github.com/tradingview/charting_library/issues/7446)
@@ -899,15 +971,15 @@ Please use [settings_adapter](https://www.tradingview.com/charting-library-docs/
**Documentation** **Documentation**
- Added [migration guide](../trading_terminal/#how-to-migrate-from-advanced-charts) from TAC to CTP. - Added [migration guide](https://www.tradingview.com/charting-library-docs/latest/trading_terminal/#how-to-migrate-from-advanced-charts) from TAC to CTP.
- Added additional documentation for [Drawings](../ui_elements/drawings/). - Added additional documentation for [Drawings](https://www.tradingview.com/charting-library-docs/latest/ui_elements/drawings/).
- Missing overrides in documentation. [7457](https://github.com/tradingview/charting_library/issues/7457) - Missing overrides in documentation. [7457](https://github.com/tradingview/charting_library/issues/7457)
- Updated documentation for [Marks](../ui_elements/Marks). - Updated documentation for [Marks](https://www.tradingview.com/charting-library-docs/latest/ui_elements/Marks).
- Align ChartMetaInfo & ChartData. - Align ChartMetaInfo & ChartData.
**Other** **Other**
- Removed `Australia/ACT` from the list of [timezones](../ui_elements/timezones) within our documentation. Please use either the Sydney timezone or [specify your own custom timezone](../ui_elements/timezones#adding-custom-time-zones). - Removed `Australia/ACT` from the list of [timezones](../ui_elements/timezones) within our documentation. Please use either the Sydney timezone or [specify your own custom timezone](../ui_elements/timezones#custom-time-zones).
## Version 24.001 ## Version 24.001
@@ -948,8 +1020,8 @@ Please use [settings_adapter](https://www.tradingview.com/charting-library-docs/
- `preset` Widget-Constructor parameter has been removed. Users can still use some featuresets to mimic the same behavior by disabling the following list: - `preset` Widget-Constructor parameter has been removed. Users can still use some featuresets to mimic the same behavior by disabling the following list:
- `'left_toolbar', 'header_widget', 'timeframes_toolbar', 'edit_buttons_in_legend', 'context_menus', 'control_bar', 'border_around_the_chart'` - `'left_toolbar', 'header_widget', 'timeframes_toolbar', 'edit_buttons_in_legend', 'context_menus', 'control_bar', 'border_around_the_chart'`
- `chart_style_hilo` featureset is now enabled by default. This adds the High-low option to chart style controls dropdown. This featureset has been available since 1.15 but was previously disabled by default. - `chart_style_hilo` featureset is now enabled by default. This adds the High-low option to chart style controls dropdown. This featureset has been available since 1.15 but was previously disabled by default.
- Added typings for custom indicators. Typescript equivalents of our existing examples are available here: [Custom Studies Typescript Examples](../custom_studies/Custom-Studies-Examples). - Added typings for custom indicators. Typescript equivalents of our existing examples are available here: [Custom Studies Typescript Examples](https://www.tradingview.com/charting-library-docs/latest/custom_studies/Custom-Studies-Examples).
- [`symbol_search_complete`](../api/interfaces/Charting_Library.ChartingLibraryWidgetOptions#symbol_search_complete) has changed. The function now takes an additional search result object parameter, and returns an additional human-friendly symbol name. - [`symbol_search_complete`](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Charting_Library.ChartingLibraryWidgetOptions#symbol_search_complete) has changed. The function now takes an additional search result object parameter, and returns an additional human-friendly symbol name.
**UI changes** **UI changes**
@@ -967,8 +1039,8 @@ Please use [settings_adapter](https://www.tradingview.com/charting-library-docs/
**Trading Platform** **Trading Platform**
- Default formatter `textNoWrap` has been removed. - Default formatter `textNoWrap` has been removed.
- `columnId` field of [SortingParameters](../api/interfaces/Broker.SortingParameters) has been renamed to `property`. - `columnId` field of [SortingParameters](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Broker.SortingParameters) has been renamed to `property`.
- Required `id` field has been added to [column description](../api/interfaces/Broker.AccountManagerColumnBase#id). - Required `id` field has been added to [column description](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Broker.AccountManagerColumnBase#id).
- Type of `formatter` field in [column description](../api/interfaces/Broker.AccountManagerColumnBase#formatter) has been changed to [StandardFormatterName | FormatterName](../api/enums/Charting_Library.StandardFormatterName). - Type of `formatter` field in [column description](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Broker.AccountManagerColumnBase#formatter) has been changed to [StandardFormatterName | FormatterName](https://www.tradingview.com/charting-library-docs/latest/api/enums/Charting_Library.StandardFormatterName).
- `property` field has been removed from `column description`. Use [dataFields](../api/interfaces/Broker.AccountManagerColumnBase#datafields) field instead. - `property` field has been removed from `column description`. Use [dataFields](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Broker.AccountManagerColumnBase#datafields) field instead.
- Type of `formatter` field in [SummaryField](../api/interfaces/Broker.AccountManagerSummaryField) has been changed to [StandardFormatterName](../api/enums/Charting_Library.StandardFormatterName). - Type of `formatter` field in [SummaryField](https://www.tradingview.com/charting-library-docs/latest/api/interfaces/Broker.AccountManagerSummaryField) has been changed to [StandardFormatterName](https://www.tradingview.com/charting-library-docs/latest/api/enums/Charting_Library.StandardFormatterName).

View File

@@ -4,4 +4,4 @@ l.stopLevel.subscribe(this,this.syncPriceLevels.bind(this)),l.qty.subscribe(this
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 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 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(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){ 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={}))}}]); 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||this._isDestroyed)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={}))}}]);

View File

@@ -4,7 +4,7 @@ indeterminate:e.indeterminate,checked:e.checked,disabled:e.disabled,intent:e.int
;13!==t&&32!==t||(e.preventDefault(),r.current instanceof HTMLElement&&r.current.click())},"data-role":"menuitem","aria-disabled":e.disabled||void 0})}));var w=n(90186);class x extends o.PureComponent{constructor(e){super(e),this._itemRef=null,this._menuElementRef=o.createRef(),this._menuRef=null,this._handleClick=e=>{e.isDefaultPrevented()||this.state.disabled||(this._hasSubItems()?this._showSubMenu():(this.state.doNotCloseOnClick||(0,a.globalCloseMenu)(),this.props.action.execute(),this._trackEvent(),this.props.onExecute&&this.props.onExecute(this.props.action)))},this._handleClickToolbox=()=>{(0,a.globalCloseMenu)()},this._handleItemMouseOver=()=>{this._showSubMenu(),this._setCurrentContextValue()},this._handleMenuMouseOver=()=>{this._setCurrentContextValue()},this._showSubMenu=()=>{this.props.onShowSubMenu(this.props.action)},this._calcSubMenuPos=e=>function(e,t,n={x:0,y:10}){if(t){const{left:n,right:o,top:s}=t.getBoundingClientRect(),r=document.documentElement.clientWidth,a={x:n-e,y:s},i={x:o,y:s};return(0,l.isRtl)()?n<=e?i:a:r-o>=e?i:a}return n}(e.contentWidth,this._itemRef),this._updateState=e=>{this.setState(e.getState())},this._setItemRef=e=>{this._itemRef=e},this._handleMenuRef=e=>{this._menuRef=e},this._registerSubmenu=()=>this.context?.registerSubmenu(this.props.action.id,(e=>(0,s.ensureNotNull)(this._itemRef).contains(e)||null!==this._menuElementRef.current&&this._menuElementRef.current.contains(e))),this.state={...this.props.action.getState()}}componentDidMount(){this.props.action.onUpdate().subscribe(this,this._updateState),this.state.subItems.length&&(this._unsubscribe=this._registerSubmenu()),this.props.reference&&(this._itemRef=this.props.reference.current)}componentDidUpdate(e,t){t.loading!==this.state.loading&&this.props.onRequestUpdate?.(),0===t.subItems.length&&this.state.subItems.length>0&&(this._unsubscribe=this._registerSubmenu()),t.subItems.length>0&&0===this.state.subItems.length&&this._unsubscribe?.(),t.subItems!==this.state.subItems&&null!==this._menuRef&&this._menuRef.update()}componentWillUnmount(){this.props.action.onUpdate().unsubscribe(this,this._updateState),this._unsubscribe&&this._unsubscribe()}render(){const e=this.context?.current?this.context.current===this.props.action.id:this.props.isSubMenuOpened;return this.state.loading?o.createElement(v,{size:this.state.size}):o.createElement(g,{...(0,w.filterDataProps)(this.props),theme:this.props.theme,ref:this.props.reference??this._setItemRef,onClick:this._handleClick,onClickToolbox:this._handleClickToolbox,onMouseOver:this._handleItemMouseOver,hovered:e,hasSubItems:this._hasSubItems(),actionName:this.state.name,checkboxInput:this.props.checkboxInput,selected:this.props.selected,className:this.props.className,...this.state},o.createElement(r.ContextMenu,{isOpened:e,items:this.state.subItems,position:this._calcSubMenuPos,menuStatName:this.props.menuStatName,parentStatName:this._getStatName(),menuElementReference:this._menuElementRef,onMouseOver:this.state.subItems.length?this._handleMenuMouseOver:void 0,ref:this._handleMenuRef}))} ;13!==t&&32!==t||(e.preventDefault(),r.current instanceof HTMLElement&&r.current.click())},"data-role":"menuitem","aria-disabled":e.disabled||void 0})}));var w=n(90186);class x extends o.PureComponent{constructor(e){super(e),this._itemRef=null,this._menuElementRef=o.createRef(),this._menuRef=null,this._handleClick=e=>{e.isDefaultPrevented()||this.state.disabled||(this._hasSubItems()?this._showSubMenu():(this.state.doNotCloseOnClick||(0,a.globalCloseMenu)(),this.props.action.execute(),this._trackEvent(),this.props.onExecute&&this.props.onExecute(this.props.action)))},this._handleClickToolbox=()=>{(0,a.globalCloseMenu)()},this._handleItemMouseOver=()=>{this._showSubMenu(),this._setCurrentContextValue()},this._handleMenuMouseOver=()=>{this._setCurrentContextValue()},this._showSubMenu=()=>{this.props.onShowSubMenu(this.props.action)},this._calcSubMenuPos=e=>function(e,t,n={x:0,y:10}){if(t){const{left:n,right:o,top:s}=t.getBoundingClientRect(),r=document.documentElement.clientWidth,a={x:n-e,y:s},i={x:o,y:s};return(0,l.isRtl)()?n<=e?i:a:r-o>=e?i:a}return n}(e.contentWidth,this._itemRef),this._updateState=e=>{this.setState(e.getState())},this._setItemRef=e=>{this._itemRef=e},this._handleMenuRef=e=>{this._menuRef=e},this._registerSubmenu=()=>this.context?.registerSubmenu(this.props.action.id,(e=>(0,s.ensureNotNull)(this._itemRef).contains(e)||null!==this._menuElementRef.current&&this._menuElementRef.current.contains(e))),this.state={...this.props.action.getState()}}componentDidMount(){this.props.action.onUpdate().subscribe(this,this._updateState),this.state.subItems.length&&(this._unsubscribe=this._registerSubmenu()),this.props.reference&&(this._itemRef=this.props.reference.current)}componentDidUpdate(e,t){t.loading!==this.state.loading&&this.props.onRequestUpdate?.(),0===t.subItems.length&&this.state.subItems.length>0&&(this._unsubscribe=this._registerSubmenu()),t.subItems.length>0&&0===this.state.subItems.length&&this._unsubscribe?.(),t.subItems!==this.state.subItems&&null!==this._menuRef&&this._menuRef.update()}componentWillUnmount(){this.props.action.onUpdate().unsubscribe(this,this._updateState),this._unsubscribe&&this._unsubscribe()}render(){const e=this.context?.current?this.context.current===this.props.action.id:this.props.isSubMenuOpened;return this.state.loading?o.createElement(v,{size:this.state.size}):o.createElement(g,{...(0,w.filterDataProps)(this.props),theme:this.props.theme,ref:this.props.reference??this._setItemRef,onClick:this._handleClick,onClickToolbox:this._handleClickToolbox,onMouseOver:this._handleItemMouseOver,hovered:e,hasSubItems:this._hasSubItems(),actionName:this.state.name,checkboxInput:this.props.checkboxInput,selected:this.props.selected,className:this.props.className,...this.state},o.createElement(r.ContextMenu,{isOpened:e,items:this.state.subItems,position:this._calcSubMenuPos,menuStatName:this.props.menuStatName,parentStatName:this._getStatName(),menuElementReference:this._menuElementRef,onMouseOver:this.state.subItems.length?this._handleMenuMouseOver:void 0,ref:this._handleMenuRef}))}
_setCurrentContextValue(){this.state.subItems.length&&this.context?.setCurrent(this.props.action.id)}_hasSubItems(){return this.state.subItems.length>0}_trackEvent(){const e=this._getStatName();(0,i.trackEvent)("ContextMenuClick",this.props.menuStatName||"",e)}_getStatName(){return[this.props.parentStatName,this.state.statName].filter((e=>Boolean(e))).join(".")}}x.contextType=c.SubmenuContext},5304:(e,t,n)=>{"use strict";n.d(t,{ContextMenuItem:()=>w,DEFAUL_CONTEXT_MENU_ITEM_THEME:()=>E});var o=n(50959),s=n(97754),r=n(70673),a=n(49483),i=n(71382),l=n(96040),c=n(36189),u=n(99025),d=n(25812),h=n(56570),m=n(90186),p=n(60925),v=n(60004),b=n(14665),f=n(31668);const E=f,g=h.enabled("items_favoriting");class w extends o.PureComponent{constructor(){super(...arguments),this._handleMouseOver=e=>{(0,i.isTouchEvent)(e.nativeEvent)||this.props.onMouseOver&&this.props.onMouseOver()},this._handleClickToolbox=e=>{e.stopPropagation(),this.props.onClickToolbox&&this.props.onClickToolbox()}}render(){const{hasSubItems:e,shortcutHint:t,hint:n,invisibleHotkey:r,favourite:i,theme:l=f,size:d="normal",onKeyDown:h,label:p,jsxLabel:v,styledLabel:E}=this.props,w=this.props.checkable&&this.props.checkboxInput?"label":"div";return o.createElement(o.Fragment,null,o.createElement("tr",{...(0,m.filterDataProps)(this.props),...(0,m.filterAriaProps)(this.props),id:this.props.id,className:s(this.props.className,l.item,!this.props.noInteractive&&l.interactive,this.props.hovered&&l.hovered,this.props.disabled&&l.disabled,this.props.active&&l.active,this.props.selected&&l.selected,l[d]),onClick:this.props.onClick,onMouseOver:this._handleMouseOver,ref:this.props.reference,"data-action-name":this.props.actionName,tabIndex:this.props.tabIndex,onKeyDown:h},g&&void 0!==i&&o.createElement("td",{className:l.favoriteActionCell},o.createElement(c.FavoriteButton,{id:`${this.props.id}-favorite`,className:l.favourite,isFilled:i,onClick:this.props.onFavouriteClick,"data-role":"list-item-action"})),o.createElement("td",{className:s(l.iconCell),"data-icon-cell":!0},this._icon(l)),o.createElement("td",{className:l.contentCell},o.createElement(w,{className:l.content},o.createElement("span",{className:s(l.label,this.props.checked&&l.checked),"data-label":!0},!v&&E?E.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):v??p),this._toolbox(l),e&&o.createElement("span",{className:l.arrowIcon,dangerouslySetInnerHTML:{__html:b},"data-submenu-arrow":!0}),!e&&t&&!a.CheckMobile.any()&&o.createElement(u.Hint,{className:s(r&&l.invisibleHotkey),text:t}),!e&&!t&&n&&o.createElement(u.Hint,{text:n})))),o.createElement("tr",{className:l.subMenu},o.createElement("td",null,this.props.children)))}_icon(e){if(this.props.checkable){if(this.props.checkboxInput)return o.createElement(r.CheckboxInput,{className:s(e.icon,e.checkboxInput),checked:this.props.checked});if(this.props.checked){const t=!this.props.icon&&!this.props.iconChecked,n=this.props.iconChecked||this.props.icon||v;return o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:n}, _setCurrentContextValue(){this.state.subItems.length&&this.context?.setCurrent(this.props.action.id)}_hasSubItems(){return this.state.subItems.length>0}_trackEvent(){const e=this._getStatName();(0,i.trackEvent)("ContextMenuClick",this.props.menuStatName||"",e)}_getStatName(){return[this.props.parentStatName,this.state.statName].filter((e=>Boolean(e))).join(".")}}x.contextType=c.SubmenuContext},5304:(e,t,n)=>{"use strict";n.d(t,{ContextMenuItem:()=>w,DEFAUL_CONTEXT_MENU_ITEM_THEME:()=>E});var o=n(50959),s=n(97754),r=n(70673),a=n(49483),i=n(71382),l=n(96040),c=n(36189),u=n(99025),d=n(25812),h=n(56570),m=n(90186),p=n(60925),v=n(60004),b=n(14665),f=n(31668);const E=f,g=h.enabled("items_favoriting");class w extends o.PureComponent{constructor(){super(...arguments),this._handleMouseOver=e=>{(0,i.isTouchEvent)(e.nativeEvent)||this.props.onMouseOver&&this.props.onMouseOver()},this._handleClickToolbox=e=>{e.stopPropagation(),this.props.onClickToolbox&&this.props.onClickToolbox()}}render(){const{hasSubItems:e,shortcutHint:t,hint:n,invisibleHotkey:r,favourite:i,theme:l=f,size:d="normal",onKeyDown:h,label:p,jsxLabel:v,styledLabel:E}=this.props,w=this.props.checkable&&this.props.checkboxInput?"label":"div";return o.createElement(o.Fragment,null,o.createElement("tr",{...(0,m.filterDataProps)(this.props),...(0,m.filterAriaProps)(this.props),id:this.props.id,className:s(this.props.className,l.item,!this.props.noInteractive&&l.interactive,this.props.hovered&&l.hovered,this.props.disabled&&l.disabled,this.props.active&&l.active,this.props.selected&&l.selected,l[d]),onClick:this.props.onClick,onMouseOver:this._handleMouseOver,ref:this.props.reference,"data-action-name":this.props.actionName,tabIndex:this.props.tabIndex,onKeyDown:h},g&&void 0!==i&&o.createElement("td",{className:l.favoriteActionCell},o.createElement(c.FavoriteButton,{id:`${this.props.id}-favorite`,className:l.favourite,isFilled:i,onClick:this.props.onFavouriteClick,"data-role":"list-item-action"})),o.createElement("td",{className:s(l.iconCell),"data-icon-cell":!0},this._icon(l)),o.createElement("td",{className:l.contentCell},o.createElement(w,{className:l.content},o.createElement("span",{className:s(l.label,this.props.checked&&l.checked),"data-label":!0},!v&&E?E.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):v??p),this._toolbox(l),e&&o.createElement("span",{className:l.arrowIcon,dangerouslySetInnerHTML:{__html:b},"data-submenu-arrow":!0}),!e&&t&&!a.CheckMobile.any()&&o.createElement(u.Hint,{className:s(r&&l.invisibleHotkey),text:t}),!e&&!t&&n&&o.createElement(u.Hint,{text:n})))),o.createElement("tr",{className:l.subMenu},o.createElement("td",null,this.props.children)))}_icon(e){if(this.props.checkable){if(this.props.checkboxInput)return o.createElement(r.CheckboxInput,{className:s(e.icon,e.checkboxInput),checked:this.props.checked});if(this.props.checked){const t=!this.props.icon&&!this.props.iconChecked,n=this.props.iconChecked||this.props.icon||v;return o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:n},
"data-icon-checkmark":t})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):o.createElement("span",{className:e.icon})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):null}_toolbox(e){return this.props.toolbox?o.createElement("span",{className:s(e.toolbox,this.props.showToolboxOnHover&&e.showToolboxOnHover),onClick:this._handleClickToolbox,"data-toolbox":!0},this._renderToolboxContent()):null}_renderToolboxContent(){return this.props.toolbox&&this.props.toolbox.type===d.ToolboxType.Delete?o.createElement(l.RemoveButton,{icon:p,onClick:this.props.toolbox.action}):null}}},91561:(e,t,n)=>{"use strict";n.d(t,{ContextMenu:()=>_,OverlapContextMenu:()=>M});var o=n(50959),s=n(97754),r=n.n(s),a=n(86431),i=n(27317),l=n(52778);class c extends o.PureComponent{constructor(){super(...arguments),this._handleKeyDown=e=>{e.keyCode===this.props.keyCode&&this.props.handler(e)}}componentDidMount(){document.addEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}componentWillUnmount(){document.removeEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}render(){return null}}var u=n(75535),d=n(37558),h=n(90692),m=n(20669);function p(e){return o.createElement("li",{className:m.separator})}var v=n(23829),b=n(41590),f=n(59064);function E(e){const t=e.action.custom()??e.action,[n,s]=(0,o.useState)((()=>t.getState())),[r,a]=(0,o.useState)(!1),i=!!n.subItems.length,l=i&&r;return(0,o.useEffect)((()=>{const e=()=>s(t.getState());return t.onUpdate().subscribe(null,e),()=>{t.onUpdate().unsubscribe(null,e)}}),[]),o.createElement(v.ContextMenuItem,{...n,onClick:function(e){if(n.disabled||e.defaultPrevented)return;if(i)return void a(!0);n.doNotCloseOnClick||(0,f.globalCloseMenu)();t.execute()},isLoading:n.loading,isHovered:l},l&&o.createElement(b.Drawer,{onClose:c},o.createElement(x,{items:n.subItems,parentAction:t,closeNested:c})));function c(e){e&&e.preventDefault(),a(!1)}}var g=n(54627),w=n(66493);function x(e){const{items:t,parentAction:n,closeNested:s}=e,r=!Boolean(n)&&t.every((e=>!Boolean("separator"!==e.type&&(e.getState().icon||e.getState().checkable))));return o.createElement(g.EmptyIconsContext.Provider,{value:r},o.createElement("ul",null,n&&o.createElement(o.Fragment,null,o.createElement(v.ContextMenuItem,{label:n.getState().label,isTitle:!0,active:!1,disabled:!1,subItems:[],checkable:!1,checked:!1,doNotCloseOnClick:!1,icon:w,onClick:s}),o.createElement(p,null)),t.map((e=>{switch(e.type){case"action":return o.createElement(E,{key:e.id,action:e});case"separator":return o.createElement(p,{key:e.id})}}))))}const k=o.createContext(null);var y=n(20243),C=n(37399);class _ extends o.PureComponent{constructor(e){super(e),this._menuRef=o.createRef(),this._handleRequestUpdate=()=>{this.update()},this._handleClose=()=>{this.props.onClose&&this.props.onClose()},this._handleOutsideClickClose=e=>{const{doNotCloseOn:t,onClose:n}=this.props;!n||void 0!==t&&t.contains(e.target)||n()}, "data-icon-checkmark":t})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):o.createElement("span",{className:e.icon})}return this.props.icon?o.createElement("span",{className:e.icon,dangerouslySetInnerHTML:{__html:this.props.icon}}):null}_toolbox(e){return this.props.toolbox?o.createElement("span",{className:s(e.toolbox,this.props.showToolboxOnHover&&e.showToolboxOnHover),onClick:this._handleClickToolbox,"data-toolbox":!0},this._renderToolboxContent()):null}_renderToolboxContent(){return this.props.toolbox&&this.props.toolbox.type===d.ToolboxType.Delete?o.createElement(l.RemoveButton,{icon:p,onClick:this.props.toolbox.action}):null}}},91561:(e,t,n)=>{"use strict";n.d(t,{ContextMenu:()=>_,OverlapContextMenu:()=>M});var o=n(50959),s=n(97754),r=n.n(s),a=n(86431),i=n(27317),l=n(52778);class c extends o.PureComponent{constructor(){super(...arguments),this._handleKeyDown=e=>{e.keyCode===this.props.keyCode&&this.props.handler(e)}}componentDidMount(){document.addEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}componentWillUnmount(){document.removeEventListener(this.props.eventType||"keydown",this._handleKeyDown,!1)}render(){return null}}var u=n(75535),d=n(37558),h=n(90692),m=n(20669);function p(e){return o.createElement("li",{className:m.separator})}var v=n(23829),b=n(41590),f=n(59064);function E(e){const t=e.action.custom()??e.action,[n,s]=(0,o.useState)((()=>t.getState())),[r,a]=(0,o.useState)(!1),i=!!n.subItems.length,l=i&&r;return(0,o.useEffect)((()=>{const e=()=>s(t.getState());return t.onUpdate().subscribe(null,e),()=>{t.onUpdate().unsubscribe(null,e)}}),[]),o.createElement(v.ContextMenuItem,{...n,onClick:function(e){if(n.disabled||e.defaultPrevented)return;if(i)return void a(!0);n.doNotCloseOnClick||(0,f.globalCloseMenu)();t.execute()},isLoading:n.loading,isHovered:l},l&&o.createElement(b.Drawer,{onClose:c},o.createElement(x,{items:n.subItems,parentAction:t,closeNested:c})));function c(e){e&&e.preventDefault(),a(!1)}}var g=n(54627),w=n(66493);function x(e){const{items:t,parentAction:n,closeNested:s}=e,r=!Boolean(n)&&t.every((e=>!Boolean("separator"!==e.type&&(e.getState().icon||e.getState().checkable))));return o.createElement(g.EmptyIconsContext.Provider,{value:r},o.createElement("ul",null,n&&o.createElement(o.Fragment,null,o.createElement(v.ContextMenuItem,{label:n.getState().label,isTitle:!0,active:!1,disabled:!1,subItems:[],checkable:!1,checked:!1,doNotCloseOnClick:!1,icon:w,onClick:s}),o.createElement(p,null)),t.map((e=>{switch(e.type){case"action":return o.createElement(E,{key:e.id,action:e});case"separator":return o.createElement(p,{key:e.id})}}))))}const k=o.createContext(null);var y=n(20243),C=n(37399);class _ extends o.PureComponent{constructor(e){super(e),this._menuRef=o.createRef(),this._handleRequestUpdate=()=>{this.update()},this._handleClose=()=>{this.props.onClose&&this.props.onClose()},this._handleOutsideClickClose=e=>{const{doNotCloseOn:t,onClose:n}=this.props;!n||void 0!==t&&t.contains(e.target)||n()},
this._handleFocusOnOpen=()=>{this.props.menuElementReference?.current&&this.props.takeFocus&&this.props.menuElementReference?.current.focus({preventScroll:!0})},this._handleFocus=e=>{this.props.isKeyboardEvent&&e.target&&(0,y.focusFirstMenuItem)(e.target)},this.state={}}render(){const{isOpened:e,onClose:t,items:n,doNotCloseOn:s,menuStatName:a,parentStatName:m,takeFocus:p,...v}=this.props;return e?o.createElement(d.DrawerManager,null,o.createElement(c,{keyCode:27,eventType:"keyup",handler:this._handleClose}),o.createElement(h.MatchMedia,{rule:"(max-width: 440px)"},(t=>this._isDrawer(t)?o.createElement(k.Provider,{value:{type:"drawer"}},o.createElement(b.Drawer,{onClose:this._handleClose,position:"Bottom","data-name":v["data-name"]},o.createElement(x,{items:n}))):o.createElement(k.Provider,{value:{type:"menu"}},o.createElement(l.OutsideEvent,{handler:this._handleOutsideClickClose,mouseDown:!0,touchStart:!0,reference:this.props.menuElementReference},(t=>o.createElement(i.Menu,{...v,reference:t,className:r()(C.menu,"context-menu"),onClose:this._handleClose,noMomentumBasedScroll:!0,ref:this._menuRef,tabIndex:p?-1:void 0,onOpen:this._handleFocusOnOpen,onFocus:this._handleFocus,onKeyDown:y.handleAccessibleMenuKeyDown},o.createElement(u.ActionsTable,{items:n,menuStatName:a,parentStatName:m,parentIsOpened:e,onRequestUpdate:this._handleRequestUpdate})))))))):null}update(){this._menuRef.current&&this._menuRef.current.update(),this.props.isKeyboardEvent&&this.props.menuElementReference?.current&&document.activeElement===this.props.menuElementReference.current&&(0,y.focusFirstMenuItem)(this.props.menuElementReference.current)}_isDrawer(e){return void 0===this.props.mode?e:"drawer"===this.props.mode}}const M=(0,a.makeOverlapable)(_)},99025:(e,t,n)=>{"use strict";n.d(t,{Hint:()=>i});var o=n(50959),s=n(97754),r=n.n(s),a=n(31668);function i(e){const{text:t="",className:n}=e;return o.createElement("span",{className:r()(a.shortcut,n)},t)}},23829:(e,t,n)=>{"use strict";n.d(t,{ContextMenuItem:()=>p});var o=n(50959),s=n(97754),r=n.n(s),a=n(9745),i=n(26996),l=n(54627),c=n(99025),u=n(39750),d=n(79978),h=n(60925),m=n(70159);function p(e){const{className:t,isTitle:n,isLoading:s,isHovered:p,active:v,checkable:b,disabled:f,checked:E,icon:g,iconChecked:w,hint:x,subItems:k,label:y,styledLabel:C,onClick:_,children:M,toolbox:S,jsxLabel:N,size:I="normal"}=e,D=(0,o.useContext)(l.EmptyIconsContext),L=!!k.length;return s?o.createElement("li",{className:r()(t,m.item,m.loading,m[I])},o.createElement(i.Loader,null)):o.createElement("li",{className:r()(t,m.item,m.interactive,n&&m.title,f&&m.disabled,p&&m.hovered,v&&m.active,D&&m.emptyIcons,m[I]),onClick:_},o.createElement(a.Icon,{className:r()(m.icon),icon:function(){if(b&&E)return w||g||u;return g}()}),o.createElement("span",{className:r()(m.label)},!N&&C?C.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):N??y),!!S&&o.createElement(a.Icon,{onClick:function(){S&&S.action()},className:m.remove,icon:h}),!L&&x&&o.createElement(c.Hint,{className:m.shortcut,text:x this._handleFocusOnOpen=()=>{this.props.menuElementReference?.current&&this.props.takeFocus&&this.props.menuElementReference?.current.focus({preventScroll:!0})},this._handleFocus=e=>{this.props.isKeyboardEvent&&e.target&&(0,y.focusFirstMenuItem)(e.target)},this.state={}}render(){const{isOpened:e,onClose:t,items:n,doNotCloseOn:s,menuStatName:a,parentStatName:m,takeFocus:p,...v}=this.props;return e&&n.length>0?o.createElement(d.DrawerManager,null,o.createElement(c,{keyCode:27,eventType:"keyup",handler:this._handleClose}),o.createElement(h.MatchMedia,{rule:"(max-width: 440px)"},(t=>this._isDrawer(t)?o.createElement(k.Provider,{value:{type:"drawer"}},o.createElement(b.Drawer,{onClose:this._handleClose,position:"Bottom","data-name":v["data-name"]},o.createElement(x,{items:n}))):o.createElement(k.Provider,{value:{type:"menu"}},o.createElement(l.OutsideEvent,{handler:this._handleOutsideClickClose,mouseDown:!0,touchStart:!0,reference:this.props.menuElementReference},(t=>o.createElement(i.Menu,{...v,reference:t,className:r()(C.menu,"context-menu"),onClose:this._handleClose,noMomentumBasedScroll:!0,ref:this._menuRef,tabIndex:p?-1:void 0,onOpen:this._handleFocusOnOpen,onFocus:this._handleFocus,onKeyDown:y.handleAccessibleMenuKeyDown},o.createElement(u.ActionsTable,{items:n,menuStatName:a,parentStatName:m,parentIsOpened:e,onRequestUpdate:this._handleRequestUpdate})))))))):null}update(){this._menuRef.current&&this._menuRef.current.update(),this.props.isKeyboardEvent&&this.props.menuElementReference?.current&&document.activeElement===this.props.menuElementReference.current&&(0,y.focusFirstMenuItem)(this.props.menuElementReference.current)}_isDrawer(e){return void 0===this.props.mode?e:"drawer"===this.props.mode}}const M=(0,a.makeOverlapable)(_)},99025:(e,t,n)=>{"use strict";n.d(t,{Hint:()=>i});var o=n(50959),s=n(97754),r=n.n(s),a=n(31668);function i(e){const{text:t="",className:n}=e;return o.createElement("span",{className:r()(a.shortcut,n)},t)}},23829:(e,t,n)=>{"use strict";n.d(t,{ContextMenuItem:()=>p});var o=n(50959),s=n(97754),r=n.n(s),a=n(9745),i=n(26996),l=n(54627),c=n(99025),u=n(39750),d=n(79978),h=n(60925),m=n(70159);function p(e){const{className:t,isTitle:n,isLoading:s,isHovered:p,active:v,checkable:b,disabled:f,checked:E,icon:g,iconChecked:w,hint:x,subItems:k,label:y,styledLabel:C,onClick:_,children:M,toolbox:S,jsxLabel:N,size:I="normal"}=e,D=(0,o.useContext)(l.EmptyIconsContext),L=!!k.length;return s?o.createElement("li",{className:r()(t,m.item,m.loading,m[I])},o.createElement(i.Loader,null)):o.createElement("li",{className:r()(t,m.item,m.interactive,n&&m.title,f&&m.disabled,p&&m.hovered,v&&m.active,D&&m.emptyIcons,m[I]),onClick:_},o.createElement(a.Icon,{className:r()(m.icon),icon:function(){if(b&&E)return w||g||u;return g}()}),o.createElement("span",{className:r()(m.label)},!N&&C?C.map((({text:e,...t},n)=>o.createElement("span",{key:n,style:t},e))):N??y),!!S&&o.createElement(a.Icon,{onClick:function(){S&&S.action()},className:m.remove,icon:h}),!L&&x&&o.createElement(c.Hint,{className:m.shortcut,text:x
}),L&&o.createElement(a.Icon,{className:m.nested,icon:d}),M)}},54627:(e,t,n)=>{"use strict";n.d(t,{EmptyIconsContext:()=>o});const o=n(50959).createContext(!1)},37558:(e,t,n)=>{"use strict";n.d(t,{DrawerContext:()=>a,DrawerManager:()=>r});var o=n(50959),s=n(99054);class r extends o.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))},this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,s.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,s.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,s.setFixedBodyState)(!1)}render(){return o.createElement(a.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const a=o.createContext(null)},41590:(e,t,n)=>{"use strict";n.d(t,{Drawer:()=>m});var o=n(50959),s=n(50151),r=n(97754),a=n(92184),i=n(42842),l=n(37558),c=n(29197),u=n(86656),d=n(36718);var h;function m(e){const{position:t="Bottom",onClose:n,children:u,reference:h,className:m,theme:v=d}=e,b=(0,s.ensureNotNull)((0,o.useContext)(l.DrawerContext)),[f]=(0,o.useState)((()=>(0,a.randomHash)())),E=(0,o.useRef)(null),g=(0,o.useContext)(c.CloseDelegateContext);return(0,o.useLayoutEffect)((()=>((0,s.ensureNotNull)(E.current).focus({preventScroll:!0}),g.subscribe(b,n),b.addDrawer(f),()=>{b.removeDrawer(f),g.unsubscribe(b,n)})),[]),o.createElement(i.Portal,null,o.createElement("div",{ref:h,className:r(d.wrap,d[`position${t}`])},f===b.currentDrawer&&o.createElement("div",{className:d.backdrop,onClick:n}),o.createElement(p,{className:r(v.drawer,d[`position${t}`],m),ref:E,"data-name":e["data-name"]},u)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(h||(h={}));const p=(0,o.forwardRef)(((e,t)=>{const{className:n,...s}=e;return o.createElement(u.TouchScrollContainer,{className:r(d.drawer,n),tabIndex:-1,ref:t,...s})}))},71402:(e,t,n)=>{"use strict";n.d(t,{RemoveTitleType:()=>o,removeTitlesMap:()=>r});var o,s=n(11542);!function(e){e.Add="add",e.Remove="remove"}(o||(o={}));const r={[o.Add]:s.t(null,void 0,n(69207)),[o.Remove]:s.t(null,void 0,n(85106))}},36189:(e,t,n)=>{"use strict";n.d(t,{FavoriteButton:()=>h});var o=n(50959),s=n(97754),r=n.n(s),a=n(9745),i=n(71402),l=n(74670),c=n(39146),u=n(48010),d=n(22413);function h(e){const{className:t,isFilled:n,isActive:s,onClick:h,title:m,...p}=e,[v,b]=(0,l.useActiveDescendant)(null),f=m??(n?i.removeTitlesMap[i.RemoveTitleType.Remove]:i.removeTitlesMap[i.RemoveTitleType.Add]);return(0,o.useLayoutEffect)((()=>{const e=v.current;e instanceof HTMLElement&&f&&e.dispatchEvent(new CustomEvent("common-tooltip-update"))}),[f,v]),o.createElement(a.Icon,{...p,className:r()(d.favorite,"apply-common-tooltip",n&&d.checked,s&&d.active,b&&d.focused,t),onClick:h,icon:n?c:u, }),L&&o.createElement(a.Icon,{className:m.nested,icon:d}),M)}},54627:(e,t,n)=>{"use strict";n.d(t,{EmptyIconsContext:()=>o});const o=n(50959).createContext(!1)},37558:(e,t,n)=>{"use strict";n.d(t,{DrawerContext:()=>a,DrawerManager:()=>r});var o=n(50959),s=n(99054);class r extends o.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))},this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,s.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,s.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,s.setFixedBodyState)(!1)}render(){return o.createElement(a.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const a=o.createContext(null)},41590:(e,t,n)=>{"use strict";n.d(t,{Drawer:()=>m});var o=n(50959),s=n(50151),r=n(97754),a=n(92184),i=n(42842),l=n(37558),c=n(29197),u=n(86656),d=n(36718);var h;function m(e){const{position:t="Bottom",onClose:n,children:u,reference:h,className:m,theme:v=d}=e,b=(0,s.ensureNotNull)((0,o.useContext)(l.DrawerContext)),[f]=(0,o.useState)((()=>(0,a.randomHash)())),E=(0,o.useRef)(null),g=(0,o.useContext)(c.CloseDelegateContext);return(0,o.useLayoutEffect)((()=>((0,s.ensureNotNull)(E.current).focus({preventScroll:!0}),g.subscribe(b,n),b.addDrawer(f),()=>{b.removeDrawer(f),g.unsubscribe(b,n)})),[]),o.createElement(i.Portal,null,o.createElement("div",{ref:h,className:r(d.wrap,d[`position${t}`])},f===b.currentDrawer&&o.createElement("div",{className:d.backdrop,onClick:n}),o.createElement(p,{className:r(v.drawer,d[`position${t}`],m),ref:E,"data-name":e["data-name"]},u)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(h||(h={}));const p=(0,o.forwardRef)(((e,t)=>{const{className:n,...s}=e;return o.createElement(u.TouchScrollContainer,{className:r(d.drawer,n),tabIndex:-1,ref:t,...s})}))},71402:(e,t,n)=>{"use strict";n.d(t,{RemoveTitleType:()=>o,removeTitlesMap:()=>r});var o,s=n(11542);!function(e){e.Add="add",e.Remove="remove"}(o||(o={}));const r={[o.Add]:s.t(null,void 0,n(69207)),[o.Remove]:s.t(null,void 0,n(85106))}},36189:(e,t,n)=>{"use strict";n.d(t,{FavoriteButton:()=>h});var o=n(50959),s=n(97754),r=n.n(s),a=n(9745),i=n(71402),l=n(74670),c=n(39146),u=n(48010),d=n(22413);function h(e){const{className:t,isFilled:n,isActive:s,onClick:h,title:m,...p}=e,[v,b]=(0,l.useActiveDescendant)(null),f=m??(n?i.removeTitlesMap[i.RemoveTitleType.Remove]:i.removeTitlesMap[i.RemoveTitleType.Add]);return(0,o.useLayoutEffect)((()=>{const e=v.current;e instanceof HTMLElement&&f&&e.dispatchEvent(new CustomEvent("common-tooltip-update"))}),[f,v]),o.createElement(a.Icon,{...p,className:r()(d.favorite,"apply-common-tooltip",n&&d.checked,s&&d.active,b&&d.focused,t),onClick:h,icon:n?c:u,
title:f,ariaLabel:f,ref:v})}},96040:(e,t,n)=>{"use strict";n.d(t,{RemoveButton:()=>d});var o=n(11542),s=n(50959),r=n(97754),a=n.n(r),i=n(9745),l=n(74670),c=n(33765),u=n(35990);function d(e){const{className:t,isActive:r,onClick:d,onMouseDown:h,title:m,hidden:p,"data-name":v="remove-button",icon:b,...f}=e,[E,g]=(0,l.useActiveDescendant)(null);return s.createElement(i.Icon,{...f,"data-name":v,className:a()(u.button,"apply-common-tooltip",r&&u.active,p&&u.hidden,g&&u.focused,t),icon:b||c,onClick:d,onMouseDown:h,title:m??o.t(null,void 0,n(67410)),ariaLabel:m??o.t(null,void 0,n(67410)),ref:E})}},86656:(e,t,n)=>{"use strict";n.d(t,{TouchScrollContainer:()=>c});var o=n(50959),s=n(59142),r=n(50151),a=n(49483);const i=CSS.supports("overscroll-behavior","none");let l=0;const c=(0,o.forwardRef)(((e,t)=>{const{children:n,...r}=e,c=(0,o.useRef)(null);return(0,o.useImperativeHandle)(t,(()=>c.current)),(0,o.useLayoutEffect)((()=>{if(a.CheckMobile.iOS())return l++,null!==c.current&&(i?1===l&&(document.body.style.overscrollBehavior="none"):(0,s.disableBodyScroll)(c.current,{allowTouchMove:u(c)})),()=>{l--,null!==c.current&&(i?0===l&&(document.body.style.overscrollBehavior=""):(0,s.enableBodyScroll)(c.current))}}),[]),o.createElement("div",{ref:c,...r},n)}));function u(e){return t=>{const n=(0,r.ensureNotNull)(e.current),o=document.activeElement;return!n.contains(t)||null!==o&&n.contains(o)&&o.contains(t)}}},20243:(e,t,n)=>{"use strict";n.d(t,{focusFirstMenuItem:()=>u,handleAccessibleMenuFocus:()=>l,handleAccessibleMenuKeyDown:()=>c,queryMenuElements:()=>m});var o=n(19291),s=n(57177),r=n(68335),a=n(15754);const i=[37,39,38,40];function l(e,t){if(!e.target)return;const n=e.relatedTarget?.getAttribute("aria-activedescendant");if(e.relatedTarget!==t.current){const e=n&&document.getElementById(n);if(!e||e!==t.current)return}u(e.target)}function c(e){if(e.defaultPrevented)return;const t=(0,r.hashFromEvent)(e);if(!i.includes(t))return;const n=document.activeElement;if(!(document.activeElement instanceof HTMLElement))return;const a=m(e.currentTarget).sort(o.navigationOrderComparator);if(0===a.length)return;const l=document.activeElement.closest('[data-role="menuitem"]')||document.activeElement.parentElement?.querySelector('[data-role="menuitem"]');if(!(l instanceof HTMLElement))return;const c=a.indexOf(l);if(-1===c)return;const u=p(l),v=u.indexOf(document.activeElement),b=-1!==v,f=e=>{n&&(0,s.becomeSecondaryElement)(n),(0,s.becomeMainElement)(e),e.focus()};switch((0,o.mapKeyCodeToDirection)(t)){case"inlinePrev":if(!u.length)return;e.preventDefault(),f(0===v?a[c]:b?d(u,v,-1):u[u.length-1]);break;case"inlineNext":if(!u.length)return;e.preventDefault(),v===u.length-1?f(a[c]):f(b?d(u,v,1):u[0]);break;case"blockPrev":{e.preventDefault();const t=d(a,c,-1);if(b){const e=h(t,v);f(e||t);break}f(t);break}case"blockNext":{e.preventDefault();const t=d(a,c,1);if(b){const e=h(t,v);f(e||t);break}f(t)}}}function u(e){const[t]=m(e);t&&((0,s.becomeMainElement)(t),t.focus())}function d(e,t,n){return e[(t+e.length+n)%e.length]}function h(e,t){const n=p(e) title:f,ariaLabel:f,ref:v})}},96040:(e,t,n)=>{"use strict";n.d(t,{RemoveButton:()=>d});var o=n(11542),s=n(50959),r=n(97754),a=n.n(r),i=n(9745),l=n(74670),c=n(33765),u=n(35990);function d(e){const{className:t,isActive:r,onClick:d,onMouseDown:h,title:m,hidden:p,"data-name":v="remove-button",icon:b,...f}=e,[E,g]=(0,l.useActiveDescendant)(null);return s.createElement(i.Icon,{...f,"data-name":v,className:a()(u.button,"apply-common-tooltip",r&&u.active,p&&u.hidden,g&&u.focused,t),icon:b||c,onClick:d,onMouseDown:h,title:m??o.t(null,void 0,n(67410)),ariaLabel:m??o.t(null,void 0,n(67410)),ref:E})}},86656:(e,t,n)=>{"use strict";n.d(t,{TouchScrollContainer:()=>c});var o=n(50959),s=n(59142),r=n(50151),a=n(49483);const i=CSS.supports("overscroll-behavior","none");let l=0;const c=(0,o.forwardRef)(((e,t)=>{const{children:n,...r}=e,c=(0,o.useRef)(null);return(0,o.useImperativeHandle)(t,(()=>c.current)),(0,o.useLayoutEffect)((()=>{if(a.CheckMobile.iOS())return l++,null!==c.current&&(i?1===l&&(document.body.style.overscrollBehavior="none"):(0,s.disableBodyScroll)(c.current,{allowTouchMove:u(c)})),()=>{l--,null!==c.current&&(i?0===l&&(document.body.style.overscrollBehavior=""):(0,s.enableBodyScroll)(c.current))}}),[]),o.createElement("div",{ref:c,...r},n)}));function u(e){return t=>{const n=(0,r.ensureNotNull)(e.current),o=document.activeElement;return!n.contains(t)||null!==o&&n.contains(o)&&o.contains(t)}}},20243:(e,t,n)=>{"use strict";n.d(t,{focusFirstMenuItem:()=>u,handleAccessibleMenuFocus:()=>l,handleAccessibleMenuKeyDown:()=>c,queryMenuElements:()=>m});var o=n(19291),s=n(57177),r=n(68335),a=n(15754);const i=[37,39,38,40];function l(e,t){if(!e.target)return;const n=e.relatedTarget?.getAttribute("aria-activedescendant");if(e.relatedTarget!==t.current){const e=n&&document.getElementById(n);if(!e||e!==t.current)return}u(e.target)}function c(e){if(e.defaultPrevented)return;const t=(0,r.hashFromEvent)(e);if(!i.includes(t))return;const n=document.activeElement;if(!(document.activeElement instanceof HTMLElement))return;const a=m(e.currentTarget).sort(o.navigationOrderComparator);if(0===a.length)return;const l=document.activeElement.closest('[data-role="menuitem"]')||document.activeElement.parentElement?.querySelector('[data-role="menuitem"]');if(!(l instanceof HTMLElement))return;const c=a.indexOf(l);if(-1===c)return;const u=p(l),v=u.indexOf(document.activeElement),b=-1!==v,f=e=>{n&&(0,s.becomeSecondaryElement)(n),(0,s.becomeMainElement)(e),e.focus()};switch((0,o.mapKeyCodeToDirection)(t)){case"inlinePrev":if(!u.length)return;e.preventDefault(),f(0===v?a[c]:b?d(u,v,-1):u[u.length-1]);break;case"inlineNext":if(!u.length)return;e.preventDefault(),v===u.length-1?f(a[c]):f(b?d(u,v,1):u[0]);break;case"blockPrev":{e.preventDefault();const t=d(a,c,-1);if(b){const e=h(t,v);f(e||t);break}f(t);break}case"blockNext":{e.preventDefault();const t=d(a,c,1);if(b){const e=h(t,v);f(e||t);break}f(t)}}}function u(e){const[t]=m(e);t&&((0,s.becomeMainElement)(t),t.focus())}function d(e,t,n){return e[(t+e.length+n)%e.length]}function h(e,t){const n=p(e)
;return n.length?n[(t+n.length)%n.length]:null}function m(e){return Array.from(e.querySelectorAll('[data-role="menuitem"]:not([disabled]):not([aria-disabled])')).filter((0,a.createScopedVisibleElementFilter)(e))}function p(e){return Array.from(e.querySelectorAll("[tabindex]:not([disabled]):not([aria-disabled])")).filter((0,a.createScopedVisibleElementFilter)(e))}},57177:(e,t,n)=>{"use strict";var o;function s(e){e.dispatchEvent(new CustomEvent("roving-tabindex:main-element"))}function r(e){e.dispatchEvent(new CustomEvent("roving-tabindex:secondary-element"))}n.d(t,{becomeMainElement:()=>s,becomeSecondaryElement:()=>r}),function(e){e.MainElement="roving-tabindex:main-element",e.SecondaryElement="roving-tabindex:secondary-element"}(o||(o={}))},75535:(e,t,n)=>{"use strict";n.d(t,{ActionsTable:()=>i});var o=n(50959),s=n(21320);function r(e){return o.createElement("tr",{className:s.row},o.createElement("td",null,o.createElement("div",{className:s.line})),o.createElement("td",null,o.createElement("div",{className:s.line}),e.hint?o.createElement("div",{className:s.hint},e.hint):null))}var a=n(10772);class i extends o.PureComponent{constructor(e){super(e),this._handleShowSubMenu=e=>{const t=e.getState();this.setState({showSubMenuOf:t.subItems.length?e:void 0})},this.state={}}render(){return o.createElement("table",null,o.createElement("tbody",null,this.props.items.map((e=>this._item(e)))))}static getDerivedStateFromProps(e,t){return!e.parentIsOpened&&t.showSubMenuOf?{showSubMenuOf:void 0}:null}_item(e){switch(e.type){case"separator":return o.createElement(r,{key:e.id,hint:e.getHint()});case"action":const t=e.custom()??e;return o.createElement(a.ContextMenuAction,{key:t.id,action:t,onShowSubMenu:this._handleShowSubMenu,isSubMenuOpened:this.state.showSubMenuOf===t,menuStatName:this.props.menuStatName,parentStatName:this.props.parentStatName,onRequestUpdate:this.props.onRequestUpdate})}}}},60925:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18"><path fill="currentColor" d="M12 4h3v1h-1.04l-.88 9.64a1.5 1.5 0 0 1-1.5 1.36H6.42a1.5 1.5 0 0 1-1.5-1.36L4.05 5H3V4h3v-.5C6 2.67 6.67 2 7.5 2h3c.83 0 1.5.67 1.5 1.5V4ZM7.5 3a.5.5 0 0 0-.5.5V4h4v-.5a.5.5 0 0 0-.5-.5h-3ZM5.05 5l.87 9.55a.5.5 0 0 0 .5.45h5.17a.5.5 0 0 0 .5-.45L12.94 5h-7.9Z"/></svg>'},60004:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M22 9.06 11 20 6 14.7l1.09-1.02 3.94 4.16L20.94 8 22 9.06Z"/></svg>'},65890:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 9" width="11" height="9" fill="none"><path stroke="currentColor" stroke-width="2" d="M0.999878 4L3.99988 7L9.99988 1"/></svg>'},66493:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.5 20L11 14.5 16.5 9"/></svg>'},79978:e=>{ ;return n.length?n[(t+n.length)%n.length]:null}function m(e){return Array.from(e.querySelectorAll('[data-role="menuitem"]:not([disabled]):not([aria-disabled])')).filter((0,a.createScopedVisibleElementFilter)(e))}function p(e){return Array.from(e.querySelectorAll("[tabindex]:not([disabled]):not([aria-disabled])")).filter((0,a.createScopedVisibleElementFilter)(e))}},57177:(e,t,n)=>{"use strict";var o;function s(e){e.dispatchEvent(new CustomEvent("roving-tabindex:main-element"))}function r(e){e.dispatchEvent(new CustomEvent("roving-tabindex:secondary-element"))}n.d(t,{becomeMainElement:()=>s,becomeSecondaryElement:()=>r}),function(e){e.MainElement="roving-tabindex:main-element",e.SecondaryElement="roving-tabindex:secondary-element"}(o||(o={}))},75535:(e,t,n)=>{"use strict";n.d(t,{ActionsTable:()=>i});var o=n(50959),s=n(21320);function r(e){return o.createElement("tr",{className:s.row},o.createElement("td",null,o.createElement("div",{className:s.line})),o.createElement("td",null,o.createElement("div",{className:s.line}),e.hint?o.createElement("div",{className:s.hint},e.hint):null))}var a=n(10772);class i extends o.PureComponent{constructor(e){super(e),this._handleShowSubMenu=e=>{const t=e.getState();this.setState({showSubMenuOf:t.subItems.length?e:void 0})},this.state={}}render(){return o.createElement("table",null,o.createElement("tbody",null,this.props.items.map((e=>this._item(e)))))}static getDerivedStateFromProps(e,t){return!e.parentIsOpened&&t.showSubMenuOf?{showSubMenuOf:void 0}:null}_item(e){switch(e.type){case"separator":return o.createElement(r,{key:e.id,hint:e.getHint()});case"action":const t=e.custom()??e;return o.createElement(a.ContextMenuAction,{key:t.id,action:t,onShowSubMenu:this._handleShowSubMenu,isSubMenuOpened:this.state.showSubMenuOf===t,menuStatName:this.props.menuStatName,parentStatName:this.props.parentStatName,onRequestUpdate:this.props.onRequestUpdate})}}}},60925:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18"><path fill="currentColor" d="M12 4h3v1h-1.04l-.88 9.64a1.5 1.5 0 0 1-1.5 1.36H6.42a1.5 1.5 0 0 1-1.5-1.36L4.05 5H3V4h3v-.5C6 2.67 6.67 2 7.5 2h3c.83 0 1.5.67 1.5 1.5V4ZM7.5 3a.5.5 0 0 0-.5.5V4h4v-.5a.5.5 0 0 0-.5-.5h-3ZM5.05 5l.87 9.55a.5.5 0 0 0 .5.45h5.17a.5.5 0 0 0 .5-.45L12.94 5h-7.9Z"/></svg>'},60004:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M22 9.06 11 20 6 14.7l1.09-1.02 3.94 4.16L20.94 8 22 9.06Z"/></svg>'},65890:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 9" width="11" height="9" fill="none"><path stroke="currentColor" stroke-width="2" d="M0.999878 4L3.99988 7L9.99988 1"/></svg>'},66493:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16.5 20L11 14.5 16.5 9"/></svg>'},79978:e=>{

View File

@@ -1,10 +0,0 @@
"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4482],{52305:(e,i,t)=>{t.d(i,{convertToInt:()=>r,floor:()=>n,limitedPrecision:()=>l});var o=t(73866);function n(e){return Math.floor(e)}function r(e){return parseInt(String(e))}function l(e){const i=new o.LimitedPrecisionNumericFormatter(e,!0);return e=>{if(null===e)return e;const t=i.parse(i.format(e));return t.res?t.value:null}}},74343:(e,i,t)=>{t.d(i,{basePriceSources:()=>d,createPriceSourceDefinition:()=>u});var o=t(11542),n=t(14139),r=t(64147),l=t(32097),s=t(23869),a=t(68805);const c=o.t(null,void 0,t(84684)),d=[{title:o.t(null,void 0,t(16610)),value:"open",id:"price-source-open"},{title:o.t(null,void 0,t(78254)),value:"high",id:"price-source-high"},{title:o.t(null,void 0,t(65318)),value:"low",id:"price-source-low"},{title:o.t(null,void 0,t(62578)),value:"close",id:"price-source-close"},{title:o.t(null,void 0,t(69303)),value:"hl2",id:"price-source-hl2"},{title:o.t(null,void 0,t(27311)),value:"hlc3",id:"price-source-hlc3"},{title:o.t(null,void 0,t(4348)),value:"ohlc4",id:"price-source-ohlc4"}];function u(e,i,t,o,d,u){const p=void 0,h=(0,s.createWVFromGetterAndSubscriptions)((()=>!(0,a.isCloseBasedSymbol)(e.mainSeries().symbolInfo())),[e.mainSeries().dataEvents().symbolResolved(),e.mainSeries().dataEvents().symbolError()]);return(0,n.createOptionsPropertyDefinition)({disabled:p&&(0,l.convertFromReadonlyWVToDefinitionProperty)(p.weakReference()),option:(0,l.convertToDefinitionProperty)(e,i.priceSource,u),visible:(0,l.convertFromReadonlyWVToDefinitionProperty)(h.ownership())},{id:`${o}${d}`,title:c,options:new r.WatchedValue(t)})}},18653:(e,i,t)=>{t.d(i,{getSeriesStylePropertiesDefinitions:()=>Pe});var o=t(11542),n=t(45126),r=t(32097),l=(t(20596),t(64147)),s=t(56570),a=t(37265),c=t(52305),d=t(91682),u=t(74343);const p=new n.TranslatedString("change line price source",o.t(null,void 0,t(41837))),h=new n.TranslatedString("change line color",o.t(null,void 0,t(88640))),y=new n.TranslatedString("change line width",o.t(null,void 0,t(48339))),f=o.t(null,void 0,t(3554));function v(e,i,t,o){return[(0,u.createPriceSourceDefinition)(e,i,t,o,"SymbolLinePriceSource",p),(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.color,null,h),gradientColor1:i.gradientStartColor&&(0,r.getColorDefinitionProperty)(e,i.gradientStartColor,null,h),gradientColor2:i.gradientEndColor&&(0,r.getColorDefinitionProperty)(e,i.gradientEndColor,null,h),type:i.colorType&&(0,r.convertToDefinitionProperty)(e,i.colorType,h),width:(0,r.convertToDefinitionProperty)(e,i.linewidth,y)},{id:`${o}SymbolLineStyle`,title:f})]}
const g=new n.TranslatedString("change color bars based on previous close",o.t(null,void 0,t(43090))),S=new n.TranslatedString("change HLC bars",o.t(null,void 0,t(27068))),b=new n.TranslatedString("change bar up color",o.t(null,void 0,t(33464))),w=new n.TranslatedString("change bar down color",o.t(null,void 0,t(59622))),P=new n.TranslatedString("change thin bars",o.t(null,void 0,t(60834))),m=new n.TranslatedString("change area price source",o.t(null,void 0,t(4640))),T=new n.TranslatedString("change area line color",o.t(null,void 0,t(29605))),D=new n.TranslatedString("change area line width",o.t(null,void 0,t(89346))),C=new n.TranslatedString("change area fill color",o.t(null,void 0,t(86866))),_=new n.TranslatedString("change baseline price source",o.t(null,void 0,t(68609))),k=new n.TranslatedString("change baseline top line color",o.t(null,void 0,t(69044))),W=new n.TranslatedString("change baseline top line width",o.t(null,void 0,t(68197))),M=new n.TranslatedString("change baseline bottom line color",o.t(null,void 0,t(71785))),$=new n.TranslatedString("change baseline bottom line width",o.t(null,void 0,t(56175))),V=new n.TranslatedString("change baseline fill top area color",o.t(null,void 0,t(92873))),L=new n.TranslatedString("change baseline fill bottom area color",o.t(null,void 0,t(97216))),I=new n.TranslatedString("change base level",o.t(null,void 0,t(42190))),O=new n.TranslatedString("change high-low body visibility",o.t(null,void 0,t(73021))),E=new n.TranslatedString("change high-low body color",o.t(null,void 0,t(6026))),B=new n.TranslatedString("change high-low borders visibility",o.t(null,void 0,t(15801))),x=new n.TranslatedString("change high-low border color",o.t(null,void 0,t(46844))),A=new n.TranslatedString("change high-low labels visibility",o.t(null,void 0,t(72399))),F=new n.TranslatedString("change high-low labels color",o.t(null,void 0,t(56961))),N=(new n.TranslatedString("change renko wick visibility",o.t(null,void 0,t(79604))),new n.TranslatedString("change renko wick up color",o.t(null,void 0,t(92277))),new n.TranslatedString("change renko wick down color",o.t(null,void 0,t(75487))),new n.TranslatedString("change the display of real prices on price scale (instead of Heiken-Ashi price)",o.t(null,void 0,t(16660))),new n.TranslatedString("change range thin bars",o.t(null,void 0,t(65821))),new n.TranslatedString("change range bars style",o.t(null,void 0,t(16241))),
new n.TranslatedString("change {candleType} body visibility",o.t(null,void 0,t(60608)))),H=new n.TranslatedString("change {candleType} up color",o.t(null,void 0,t(36697))),R=new n.TranslatedString("change {candleType} down color",o.t(null,void 0,t(64571))),U=new n.TranslatedString("change {candleType} border visibility",o.t(null,void 0,t(11114))),j=new n.TranslatedString("change {candleType} up border color",o.t(null,void 0,t(17214))),z=new n.TranslatedString("change {candleType} down border color",o.t(null,void 0,t(20291))),G=new n.TranslatedString("change {candleType} wick visibility",o.t(null,void 0,t(94750))),J=new n.TranslatedString("change {candleType} wick up color",o.t(null,void 0,t(47664))),q=new n.TranslatedString("change {candleType} wick down color",o.t(null,void 0,t(48091))),K=(new n.TranslatedString("change {chartType} up color",o.t(null,void 0,t(6970))),new n.TranslatedString("change {chartType} down color",o.t(null,void 0,t(5012))),new n.TranslatedString("change {chartType} projection bar up color",o.t(null,void 0,t(85032))),new n.TranslatedString("change {chartType} projection bar down color",o.t(null,void 0,t(72545))),new n.TranslatedString("change {chartType} border bar up color",o.t(null,void 0,t(28394))),new n.TranslatedString("change {chartType} border bar down color",o.t(null,void 0,t(23053))),new n.TranslatedString("change {chartType} projection border bar up color",o.t(null,void 0,t(42826))),new n.TranslatedString("change {chartType} projection border bar up color",o.t(null,void 0,t(42826))),new n.TranslatedString("change column up color",o.t(null,void 0,t(88324)))),Q=new n.TranslatedString("change column down color",o.t(null,void 0,t(93890))),X=new n.TranslatedString("change column price source",o.t(null,void 0,t(4727))),Y=o.t(null,void 0,t(23111)),Z=o.t(null,void 0,t(886)),ee=o.t(null,void 0,t(23091)),ie=o.t(null,void 0,t(23743)),te=o.t(null,void 0,t(20215)),oe=o.t(null,void 0,t(74406)),ne=o.t(null,void 0,t(333)),re=o.t(null,void 0,t(32163)),le=o.t(null,void 0,t(3554)),se=o.t(null,void 0,t(89349)),ae=o.t(null,void 0,t(3159)),ce=o.t(null,void 0,t(41129)),de=o.t(null,void 0,t(61112)),ue=o.t(null,void 0,t(73185)),pe=(o.t(null,void 0,t(36957)),o.t(null,void 0,t(17611)),o.t(null,void 0,t(77430)),o.t(null,void 0,t(73466)),o.t(null,void 0,t(88367)),o.t(null,void 0,t(6160)),o.t(null,void 0,t(28975))),he=o.t(null,void 0,t(74406)),ye=o.t(null,void 0,t(333)),fe=o.t(null,void 0,t(5119)),ve=o.t(null,void 0,t(56359)),ge=o.t(null,void 0,t(84831)),Se=o.t(null,void 0,t(34579));o.t(null,void 0,t(92516)),o.t(null,void 0,t(27377)),o.t(null,void 0,t(45054));function be(e,i,t,o){return(0,r.createCheckablePropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.barColorsOnPrevClose,g)},{id:`${t}${o}`,title:Y})}function we(e,i,t,o){const n=(0,d.removeSpaces)(t.originalText());return[(0,r.createTwoColorsPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.drawBody,N.format({candleType:t})),color1:(0,r.getColorDefinitionProperty)(e,i.upColor,null,H.format({candleType:t})),color2:(0,
r.getColorDefinitionProperty)(e,i.downColor,null,R.format({candleType:t}))},{id:`${o}Symbol${n}CandlesColor`,title:oe}),(0,r.createTwoColorsPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.drawBorder,U.format({candleType:t})),color1:(0,r.getColorDefinitionProperty)(e,i.borderUpColor,null,j.format({candleType:t})),color2:(0,r.getColorDefinitionProperty)(e,i.borderDownColor,null,z.format({candleType:t}))},{id:`${o}Symbol${n}BordersColor`,title:ne}),(0,r.createTwoColorsPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.drawWick,G.format({candleType:t})),color1:(0,r.getColorDefinitionProperty)(e,i.wickUpColor,null,J.format({candleType:t})),color2:(0,r.getColorDefinitionProperty)(e,i.wickDownColor,null,q.format({candleType:t}))},{id:`${o}Symbol${n}WickColors`,title:re})]}function Pe(e,i,d,p,h){switch(d){case 0:return function(e,i,t){return[be(e,i,t,"SymbolBarStyleBarColorsOnPrevClose"),(0,r.createCheckablePropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.dontDrawOpen,S)},{id:`${t}SymbolDontDrawOpen`,title:Z}),(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.upColor,null,b)},{id:`${t}SymbolUpColor`,title:ee}),(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.downColor,null,w)},{id:`${t}SymbolDownColor`,title:ie}),(0,r.createCheckablePropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.thinBars,P)},{id:`${t}SymbolBarThinBars`,title:te})].filter(a.isExistent)}(e,i.barStyle.childs(),h);case 1:case 19:return function(e,i,r){return[be(e,i,r,"SymbolCandleStyleBarColorsOnPrevClose"),...we(e,i,new n.TranslatedString("candle",o.t(null,void 0,t(21105))),r)].filter(a.isExistent)}(e,1===d?i.candleStyle.childs():i.volCandlesStyle.childs(),h);case 2:return v(e,i.lineStyle.childs(),p.seriesPriceSources,h);case 14:return v(e,i.lineWithMarkersStyle.childs(),p.seriesPriceSources,h);case 15:return v(e,i.steplineStyle.childs(),p.seriesPriceSources,h);case 3:return function(e,i,t,o){return[(0,u.createPriceSourceDefinition)(e,i,t,o,"SymbolAreaPriceSource",m),(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.linecolor,null,T),width:(0,r.convertToDefinitionProperty)(e,i.linewidth,D)},{id:`${o}SymbolAreaLineStyle`,title:le}),(0,r.createTwoColorsPropertyDefinition)({color1:(0,r.getColorDefinitionProperty)(e,i.color1,i.transparency,C),color2:(0,r.getColorDefinitionProperty)(e,i.color2,i.transparency,C)},{id:`${o}SymbolAreaFills`,title:ce})]}(e,i.areaStyle.childs(),p.seriesPriceSources,h);case 16:return function(e,i,t,o){return[(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.highLineColor,null,T),width:(0,r.convertToDefinitionProperty)(e,i.highLineWidth,D)},{id:`${o}SymbolHLCAreaHighLineStyle`,title:ve}),(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.lowLineColor,null,T),width:(0,r.convertToDefinitionProperty)(e,i.lowLineWidth,D)},{id:`${o}SymbolHLCAreaLowLineStyle`,title:Se}),(0,r.createLinePropertyDefinition)({color:(0,
r.getColorDefinitionProperty)(e,i.closeLineColor,null,T),width:(0,r.convertToDefinitionProperty)(e,i.closeLineWidth,D)},{id:`${o}SymbolHLCAreaCloseLineStyle`,title:ge}),(0,r.createTwoColorsPropertyDefinition)({color1:(0,r.getColorDefinitionProperty)(e,i.highCloseFillColor,null,C),color2:(0,r.getColorDefinitionProperty)(e,i.closeLowFillColor,null,C)},{id:`${o}SymbolHLCAreaFills`,title:ce})]}(e,i.hlcAreaStyle.childs(),p.seriesPriceSources,h);case 9:return we(e,i.hollowCandleStyle.childs(),new n.TranslatedString("hollow candles",o.t(null,void 0,t(92598))),h);case 10:return function(e,i,t,o){return[(0,u.createPriceSourceDefinition)(e,i,t,o,"SymbolBaseLinePriceSource",_),(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.topLineColor,null,k),width:(0,r.convertToDefinitionProperty)(e,i.topLineWidth,W)},{id:`${o}SymbolBaseLineTopLine`,title:se}),(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.bottomLineColor,null,M),width:(0,r.convertToDefinitionProperty)(e,i.bottomLineWidth,$)},{id:`${o}SymbolBaseLineBottomLine`,title:ae}),(0,r.createTwoColorsPropertyDefinition)({color1:(0,r.getColorDefinitionProperty)(e,i.topFillColor1,null,V),color2:(0,r.getColorDefinitionProperty)(e,i.topFillColor2,null,V)},{id:`${o}SymbolBaseLineTopFills`,title:de}),(0,r.createTwoColorsPropertyDefinition)({color1:(0,r.getColorDefinitionProperty)(e,i.bottomFillColor1,null,L),color2:(0,r.getColorDefinitionProperty)(e,i.bottomFillColor2,null,L)},{id:`${o}SymbolBaseLineBottomFills`,title:ue}),(0,r.createNumberPropertyDefinition)({value:(0,r.convertToDefinitionProperty)(e,i.baseLevelPercentage,I,[c.floor])},{id:`${o}SymbolBaseLevelPercentage`,title:pe,type:0,min:new l.WatchedValue(0),max:new l.WatchedValue(100),step:new l.WatchedValue(1),unit:new l.WatchedValue("%")})]}(e,i.baselineStyle.childs(),p.seriesPriceSources,h);case 13:return function(e,i,t,o){return[(0,u.createPriceSourceDefinition)(e,i,t,o,"SymbolColumnPriceSource",X),be(e,i,o,"SymbolColumnStyleColumnColorsOnPrevClose"),(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.upColor,null,K)},{id:`${o}SymbolUpColor`,title:ee}),(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.downColor,null,Q)},{id:`${o}SymbolDownColor`,title:ie})].filter(a.isExistent)}(e,i.columnStyle.childs(),p.seriesPriceSources,h)}if(12===d&&s.enabled("chart_style_hilo")){return function(e,i,t){return[(0,r.createColorPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.drawBody,O),color:(0,r.getColorDefinitionProperty)(e,i.color,null,E)},{id:`${t}SymbolBodiesColor`,title:he}),(0,r.createColorPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.showBorders,B),color:(0,r.getColorDefinitionProperty)(e,i.borderColor,null,x)},{id:`${t}SymbolBorderColor`,title:ye}),(0,r.createTextPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.showLabels,A),color:(0,r.getColorDefinitionProperty)(e,i.labelColor,null,F)},{id:`${t}SymbolLabels`,title:fe,isEditable:!1,isMultiLine:!1})]
}(e,i.hiloStyle.childs(),h)}if(!i.hasOwnProperty("haStyle"))return[];if(p.isJapaneseChartsAvailable&&8===d){return function(e,i,r){const l=[];return l.push(be(e,i,r,"SymbolHAStyleBarColorsOnPrevClose"),...we(e,i,new n.TranslatedString("Heikin Ashi",o.t(null,void 0,t(63876))),r)),l}(e,i.haStyle.childs(),h)}return p.isJapaneseChartsAvailable&&s.enabled("japanese_chart_styles"),[]}},64482:(e,i,t)=>{t.d(i,{SeriesPropertyDefinitionsViewModel:()=>N,seriesPrecisionValues:()=>F});var o=t(50151),n=t(9343),r=t(11542),l=t(45126),s=t(56570),a=t(32097),c=t(5171),d=t(64147),u=t(16638),p=t(68805),h=t(18653),y=t(56530),f=t(52305);const v=new l.TranslatedString("change {inputName} property",r.t(null,void 0,t(66110)));function g(e){return e.map((e=>({value:e,title:(0,y.getTranslatedInputTitle)(e)})))}const S=new Set(["percentageLTP"]);function b(e,i,t,n,r,s,c){const u=[];return t.forEach((t=>{if(!function(e,i){return!e.isHidden&&(void 0===e.visible||function(e,i){if(!e)return!0;const t=e.split("==");return!(t.length<2)&&i[t[0]].value()===t[1]}(e.visible,i))}(t,n))return;const h=t.id;if(!n.hasOwnProperty(h))return;const b=n[h],w=function(e,i){return"style"===e.id?"Box size assignment method":"boxSize"===e.id?"Box size":i.childs().name.value()}(t,r[h]),P=(0,y.getTranslatedInputTitle)(w),m=new l.TranslatedString(w,P);if("options"in t){const i=(0,o.ensure)(t.options);u.push((0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(e,b,v.format({inputName:m}))},{id:`${c}${t.name}`,title:P,options:new d.WatchedValue(g(i))}))}else if("integer"!==t.type){if("float"===t.type){let o;return o=function(e,i){return!((i===(0,p.chartStyleStudyId)(4)||i===(0,p.chartStyleStudyId)(6))&&"boxSize"===e||i===(0,p.chartStyleStudyId)(5)&&"reversalAmount"===e)}(h,i)||null===s.value()?new d.WatchedValue(t.min):s,void u.push((0,a.createNumberPropertyDefinition)({value:(0,a.convertToDefinitionProperty)(e,b,v.format({inputName:m}))},{id:`${c}${t.name}`,title:P,type:1,min:o,max:new d.WatchedValue(t.max),unit:S.has(t.id)?new d.WatchedValue("%"):void 0,defval:t.defval}))}"text"!==t.type?"bool"!==t.type||u.push((0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,b,v.format({inputName:m}))},{id:`${c}${t.name}`,title:P})):u.push((0,a.createTextPropertyDefinition)({text:(0,a.convertToDefinitionProperty)(e,b,v.format({inputName:m}))},{id:`${c}${t.name}`,title:P,isEditable:!0,isMultiLine:!1}))}else u.push((0,a.createNumberPropertyDefinition)({value:(0,a.convertToDefinitionProperty)(e,b,v.format({inputName:m}),[f.floor])},{id:`${c}${t.name}`,title:P,type:0,min:new d.WatchedValue(t.min),max:new d.WatchedValue(t.max),unit:S.has(t.id)?new d.WatchedValue("%"):void 0,defval:t.defval}))})),u}var w=t(14712),P=t(84425),m=t(88960),T=t(95700),D=t(74343);const C=(0,
n.getLogger)("Chart.Definitions.Series"),_=s.enabled("pre_post_market_sessions"),k=new l.TranslatedString("change decimal places",r.t(null,void 0,t(82063))),W=new l.TranslatedString("change timezone",r.t(null,void 0,t(20137))),M=(new l.TranslatedString("adjust data for dividends",r.t(null,void 0,t(18077))),new l.TranslatedString("use settlement as close on daily interval",r.t(null,void 0,t(92978))),new l.TranslatedString("adjust for contract changes",r.t(null,void 0,t(1433))),new l.TranslatedString("change session",r.t(null,void 0,t(87041)))),$=new l.TranslatedString("change extended hours color",r.t(null,void 0,t(44223))),V=new l.TranslatedString("change pre market color",r.t(null,void 0,t(44371))),L=new l.TranslatedString("change post market color",r.t(null,void 0,t(38730))),I=(new l.TranslatedString("change electronic trading hours",r.t(null,void 0,t(47393))),r.t(null,void 0,t(93020)),r.t(null,void 0,t(94031))),O=(r.t(null,void 0,t(68921)),r.t(null,void 0,t(49545)),r.t(null,void 0,t(88327))),E=(r.t(null,void 0,t(59777)),r.t(null,void 0,t(59766))),B=r.t(null,void 0,t(77073)),x=r.t(null,void 0,t(16564)),A=[{priceScale:2,minMove:1,frac:!0},{priceScale:4,minMove:1,frac:!0},{priceScale:8,minMove:1,frac:!0},{priceScale:16,minMove:1,frac:!0},{priceScale:32,minMove:1,frac:!0},{priceScale:64,minMove:1,frac:!0},{priceScale:128,minMove:1,frac:!0},{priceScale:320,minMove:1,frac:!0}];function F(){const e=[{title:x,value:"default"}],i=function(e=15){const i=[];for(let t=0;t<=e;t++)i.push({priceScale:Math.pow(10,t),minMove:1,frac:!1});return i}();for(let o=0;o<i.length;o++){const n=Math.log10(i[o].priceScale),l=0===n?r.t(null,void 0,t(47326)):r.t(null,{plural:"{value} decimals",count:n,replace:{value:n.toString()}},t(59644));e.push({title:l,value:`${i[o].priceScale},${i[o].minMove},${i[o].frac}`})}for(let i=0;i<A.length;i++)e.push({title:`${A[i].minMove}/${A[i].priceScale}`,value:`${A[i].priceScale},${A[i].minMove},${A[i].frac}`});return e}class N{constructor(e,i,t,o,n,r){this._definitions=null,this._inputsSubscriptions=null,this._isDestroyed=!1,this._propertyPages=null,this._seriesMinTickWV=null,this._sessionIdOptionsWV=new d.WatchedValue([]),this._series=e,this._undoModel=i,this._model=this._undoModel.model(),this._propertyPageId=t,this._propertyPageName=o,this._propertyPageIcon=n,this._timezonePropertyObj=r,this._series.onStyleChanged().subscribe(this,this._updateDefinitions),this._series.properties().childs().rangeStyle.childs().barStyle.subscribe(this,this._updateDefinitions),this._series.dataEvents().symbolResolved().subscribe(this,this._updateSeriesMinTickWV),this._series.dataEvents().symbolResolved().subscribe(this,this._updateSessionIdOptionsWV),this._updateSeriesMinTickWV(),this._updateSessionIdOptionsWV()}destroy(){null!==this._propertyPages&&this._propertyPages.forEach((e=>{(0,a.destroyDefinitions)(e.definitions.value())})),this._series.onStyleChanged().unsubscribe(this,this._updateDefinitions),this._series.properties().childs().rangeStyle.childs().barStyle.unsubscribeAll(this),
this._series.dataEvents().symbolResolved().unsubscribeAll(this),this._unsubscribeInputsUpdate(),this._isDestroyed=!0}propertyPages(){return null===this._propertyPages?this._getDefinitions().then((e=>{if(this._isDestroyed)throw new Error("SeriesPropertyDefinitionsViewModel already destroyed");return null===this._propertyPages&&(this._propertyPages=[{id:this._propertyPageId,title:this._propertyPageName,icon:this._propertyPageIcon,definitions:new d.WatchedValue(e.definitions),visible:e.visible??new d.WatchedValue(!0).readonly()}]),this._propertyPages})):Promise.resolve(this._propertyPages)}_seriesMinTick(){const e=this._series.symbolInfo();return null!==e?e.minmov/e.pricescale:null}_updateSeriesMinTickWV(){null===this._seriesMinTickWV?this._seriesMinTickWV=new d.WatchedValue(this._seriesMinTick()):this._seriesMinTickWV.setValue(this._seriesMinTick())}_updateSessionIdOptionsWV(){if(!_)return;const e=this._series.symbolInfo();if(null===e)return;const i=(e.subsessions||[]).filter((e=>!e.private)).map((e=>({title:(0,T.translateSessionDescription)(e.description),value:e.id})));this._sessionIdOptionsWV.setValue(i)}_updateDefinitions(){null!==this._definitions&&(0,a.destroyDefinitions)(this._definitions.definitions),this._definitions=null,this._createSeriesDefinitions().then((e=>{if(this._isDestroyed)throw new Error("SeriesPropertyDefinitionsViewModel already destroyed");(0,o.ensureNotNull)(this._propertyPages)[0].definitions.setValue(e.definitions)}))}_getDefinitions(){return null===this._definitions?this._createSeriesDefinitions():Promise.resolve(this._definitions)}_unsubscribeInputsUpdate(){null!==this._inputsSubscriptions&&(this._inputsSubscriptions.forEach((e=>{e.unsubscribeAll(this)})),this._inputsSubscriptions=null)}_subscribeInputsUpdate(e,i){this._unsubscribeInputsUpdate();const t=[];e.forEach((e=>{if(void 0!==e.visible){const o=e.visible.split("==");if(2===o.length){const e=i[o[0]];-1===t.indexOf(e)&&(e.subscribe(this,this._updateDefinitions),t.push(e))}}})),t.length>0?this._inputsSubscriptions=t:this._inputsSubscriptions=null}async _createSeriesDefinitions(){const e=this._series.properties().childs(),i=this._series.getInputsProperties(),n=this._series.getInputsInfoProperties(),l=e.style.value(),s=this._series.getStyleShortName(),y=c.chartStylesWithAttachedStudies.includes(l)?null:(0,p.chartStyleStudyId)(l);let f,v=null;if(null!==y){let e;try{e=await(0,u.studyMetaInfoRepository)().findById({type:"java",studyId:y});const t=(0,o.ensureNotNull)(this._seriesMinTickWV);v=b(this._undoModel,e.id,e.inputs,i,n,t,s),this._subscribeInputsUpdate(e.inputs,i)}catch(i){C.logWarn(`Find meta info for create series definitions with error - ${(0,w.errorToString)(i)}`),e=null}if(this._isDestroyed)throw new Error("SeriesPropertyDefinitionsViewModel already destroyed")}else this._unsubscribeInputsUpdate();if(this._isDestroyed)throw new Error("SeriesPropertyDefinitionsViewModel already destroyed");if(c.chartStylesWithAttachedStudies.includes(l))throw new Error("unexpected chart style");{const i=(0,
h.getSeriesStylePropertiesDefinitions)(this._undoModel,e,l,{seriesPriceSources:D.basePriceSources,isJapaneseChartsAvailable:true},"mainSeries");null!==v&&i.push(...v),f=(0,a.createPropertyDefinitionsGeneralGroup)(i,"generalSymbolStylesGroup",(0,p.getTranslatedChartStyleName)(l))}const g=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(this._undoModel,e.minTick,k),visible:(0,a.convertFromReadonlyWVToDefinitionProperty)(new d.WatchedValue(!0).ownership())},{id:`${s}SymbolMinTick`,title:E,options:new d.WatchedValue(F())}),S=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(this._undoModel,this._timezonePropertyObj.property,W)},{id:`${s}SymbolTimezone`,title:B,options:new d.WatchedValue(this._timezonePropertyObj.values)});return this._definitions={definitions:[f,(0,a.createPropertyDefinitionsGeneralGroup)([...await this._seriesDataDefinitions(s),g,S],"dataModififcationGroup",r.t(null,void 0,t(48225)))]},this._definitions}async _seriesDataDefinitions(e){const i=[];if(_){const t=this._series.sessionIdProxyProperty(),o=(0,m.combineWithFilteredUpdate)(((e,i)=>!i&&(0,p.symbolHasSeveralSessions)(this._series.symbolInfo())),((e,i)=>i||!e),this._series.symbolResolvingActive().weakReference(),(0,P.createWVFromProperty)(this._series.isDWMProperty()).ownership()),n=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(this._undoModel,t,M),visible:(0,a.convertFromReadonlyWVToDefinitionProperty)(o.ownership())},{id:"sessionId",title:I,options:this._sessionIdOptionsWV});i.push(n);const r=(await this._model.sessions().promise()).graphicsInfo();let l=!1;r.backgrounds&&(l=void 0!==r.backgrounds.outOfSession);const s=await(l?this._createOutOfSessionDefinition(e):this._createPrePostMarketDefinition(e));i.push(s);const c=this._createElectronicSessionDefinition(e);c&&i.push(c)}return i}_createOutOfSessionDefinition(e){const i=this._model.sessions().properties().childs().sessionHighlight.childs().backgrounds.childs().outOfSession.childs();return(0,a.createColorPropertyDefinition)({color:(0,a.getColorDefinitionProperty)(this._undoModel,i.color,i.transparency,$)},{id:`${e}SymbolExtendedHoursColors`,title:O})}_createPrePostMarketDefinition(e){const i=(0,P.createWVFromGetterAndSubscription)((()=>this._series.symbolInfo()),this._series.dataEvents().symbolResolved()),t=(0,m.combineWithFilteredUpdate)(((e,i)=>!e&&!!i&&(0,p.symbolHasPreOrPostMarket)(i)&&!(0,p.isRegularSessionId)(this._series.sessionIdProxyProperty().value(),i)),((e,i)=>e||!!i),(0,P.createWVFromProperty)(this._series.isDWMProperty()).ownership(),i.ownership()),o=this._model.sessions().properties().childs().sessionHighlight.childs(),n=o.backgrounds.childs().preMarket.childs(),r=o.backgrounds.childs().postMarket.childs();return(0,a.createTwoColorsPropertyDefinition)({color1:(0,a.getColorDefinitionProperty)(this._undoModel,n.color,n.transparency,V),color2:(0,a.getColorDefinitionProperty)(this._undoModel,r.color,r.transparency,L),visible:(0,a.convertFromReadonlyWVToDefinitionProperty)(t.ownership())},{
id:`${e}SymbolExtendedHoursColors`,title:O})}_createElectronicSessionDefinition(e){return null}}}}]);

View File

@@ -0,0 +1,10 @@
"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4482],{52305:(e,i,t)=>{t.d(i,{convertToInt:()=>r,floor:()=>n,limitedPrecision:()=>l});var o=t(73866);function n(e){return Math.floor(e)}function r(e){return parseInt(String(e))}function l(e){const i=new o.LimitedPrecisionNumericFormatter(e,!0);return e=>{if(null===e)return e;const t=i.parse(i.format(e));return t.res?t.value:null}}},74343:(e,i,t)=>{t.d(i,{basePriceSources:()=>d,createPriceSourceDefinition:()=>u});var o=t(11542),n=t(14139),r=t(64147),l=t(32097),s=t(23869),a=t(68805);const c=o.t(null,void 0,t(84684)),d=[{title:o.t(null,void 0,t(16610)),value:"open",id:"price-source-open"},{title:o.t(null,void 0,t(78254)),value:"high",id:"price-source-high"},{title:o.t(null,void 0,t(65318)),value:"low",id:"price-source-low"},{title:o.t(null,void 0,t(62578)),value:"close",id:"price-source-close"},{title:o.t(null,void 0,t(69303)),value:"hl2",id:"price-source-hl2"},{title:o.t(null,void 0,t(27311)),value:"hlc3",id:"price-source-hlc3"},{title:o.t(null,void 0,t(4348)),value:"ohlc4",id:"price-source-ohlc4"}];function u(e,i,t,o,d,u){const p=void 0,h=(0,s.createWVFromGetterAndSubscriptions)((()=>!(0,a.isCloseBasedSymbol)(e.mainSeries().symbolInfo())),[e.mainSeries().dataEvents().symbolResolved(),e.mainSeries().dataEvents().symbolError()]);return(0,n.createOptionsPropertyDefinition)({disabled:p&&(0,l.convertFromReadonlyWVToDefinitionProperty)(p.weakReference()),option:(0,l.convertToDefinitionProperty)(e,i.priceSource,u),visible:(0,l.convertFromReadonlyWVToDefinitionProperty)(h.ownership())},{id:`${o}${d}`,title:c,options:new r.WatchedValue(t)})}},18653:(e,i,t)=>{t.d(i,{getSeriesStylePropertiesDefinitions:()=>Te});var o=t(11542),n=t(45126),r=t(32097),l=(t(20596),t(64147)),s=t(56570),a=t(37265),c=t(52305),d=t(91682),u=t(74343);const p=new n.TranslatedString("change line price source",o.t(null,void 0,t(41837))),h=new n.TranslatedString("change line color",o.t(null,void 0,t(88640))),y=new n.TranslatedString("change line width",o.t(null,void 0,t(48339))),f=o.t(null,void 0,t(3554));function v(e,i,t,o){return[(0,u.createPriceSourceDefinition)(e,i,t,o,"SymbolLinePriceSource",p),(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.color,null,h),gradientColor1:i.gradientStartColor&&(0,r.getColorDefinitionProperty)(e,i.gradientStartColor,null,h),gradientColor2:i.gradientEndColor&&(0,r.getColorDefinitionProperty)(e,i.gradientEndColor,null,h),type:i.colorType&&(0,r.convertToDefinitionProperty)(e,i.colorType,h),width:(0,r.convertToDefinitionProperty)(e,i.linewidth,y)},{id:`${o}SymbolLineStyle`,title:f})]}
const g=new n.TranslatedString("change color bars based on previous close",o.t(null,void 0,t(43090))),S=new n.TranslatedString("change HLC bars",o.t(null,void 0,t(27068))),b=new n.TranslatedString("change bar up color",o.t(null,void 0,t(33464))),w=new n.TranslatedString("change bar down color",o.t(null,void 0,t(59622))),P=new n.TranslatedString("change thin bars",o.t(null,void 0,t(60834))),m=new n.TranslatedString("change area price source",o.t(null,void 0,t(4640))),T=new n.TranslatedString("change area line color",o.t(null,void 0,t(29605))),D=new n.TranslatedString("change area line width",o.t(null,void 0,t(89346))),C=new n.TranslatedString("change area fill color",o.t(null,void 0,t(86866))),_=new n.TranslatedString("change baseline price source",o.t(null,void 0,t(68609))),k=new n.TranslatedString("change baseline top line color",o.t(null,void 0,t(69044))),W=new n.TranslatedString("change baseline top line width",o.t(null,void 0,t(68197))),$=new n.TranslatedString("change baseline bottom line color",o.t(null,void 0,t(71785))),M=new n.TranslatedString("change baseline bottom line width",o.t(null,void 0,t(56175))),V=new n.TranslatedString("change baseline fill top area color",o.t(null,void 0,t(92873))),L=new n.TranslatedString("change baseline fill bottom area color",o.t(null,void 0,t(97216))),I=new n.TranslatedString("change base level",o.t(null,void 0,t(42190))),O=new n.TranslatedString("change high-low body visibility",o.t(null,void 0,t(73021))),B=new n.TranslatedString("change high-low body color",o.t(null,void 0,t(6026))),E=new n.TranslatedString("change high-low borders visibility",o.t(null,void 0,t(15801))),x=new n.TranslatedString("change high-low border color",o.t(null,void 0,t(46844))),A=new n.TranslatedString("change high-low labels visibility",o.t(null,void 0,t(72399))),F=new n.TranslatedString("change high-low labels color",o.t(null,void 0,t(56961))),N=(new n.TranslatedString("change renko wick visibility",o.t(null,void 0,t(79604))),new n.TranslatedString("change renko wick up color",o.t(null,void 0,t(92277))),new n.TranslatedString("change renko wick down color",o.t(null,void 0,t(75487))),new n.TranslatedString("change the display of real prices on price scale (instead of Heiken-Ashi price)",o.t(null,void 0,t(16660))),new n.TranslatedString("change range thin bars",o.t(null,void 0,t(65821))),new n.TranslatedString("change range bars style",o.t(null,void 0,t(16241))),
new n.TranslatedString("change {candleType} body visibility",o.t(null,void 0,t(60608)))),H=new n.TranslatedString("change {candleType} up color",o.t(null,void 0,t(36697))),R=new n.TranslatedString("change {candleType} down color",o.t(null,void 0,t(64571))),U=new n.TranslatedString("change {candleType} border visibility",o.t(null,void 0,t(11114))),j=new n.TranslatedString("change {candleType} up border color",o.t(null,void 0,t(17214))),z=new n.TranslatedString("change {candleType} down border color",o.t(null,void 0,t(20291))),G=new n.TranslatedString("change {candleType} wick visibility",o.t(null,void 0,t(94750))),J=new n.TranslatedString("change {candleType} wick up color",o.t(null,void 0,t(47664))),q=new n.TranslatedString("change {candleType} wick down color",o.t(null,void 0,t(48091))),K=(new n.TranslatedString("change {chartType} up color",o.t(null,void 0,t(6970))),new n.TranslatedString("change {chartType} down color",o.t(null,void 0,t(5012))),new n.TranslatedString("change {chartType} projection bar up color",o.t(null,void 0,t(85032))),new n.TranslatedString("change {chartType} projection bar down color",o.t(null,void 0,t(72545))),new n.TranslatedString("change {chartType} border bar up color",o.t(null,void 0,t(28394))),new n.TranslatedString("change {chartType} border bar down color",o.t(null,void 0,t(23053))),new n.TranslatedString("change {chartType} projection border bar up color",o.t(null,void 0,t(42826))),new n.TranslatedString("change {chartType} projection border bar up color",o.t(null,void 0,t(42826))),new n.TranslatedString("change column up color",o.t(null,void 0,t(88324)))),Q=new n.TranslatedString("change column down color",o.t(null,void 0,t(93890))),X=new n.TranslatedString("change column price source",o.t(null,void 0,t(4727))),Y=new n.TranslatedString("change HLC bars color",o.t(null,void 0,t(21201))),Z=o.t(null,void 0,t(23111)),ee=o.t(null,void 0,t(886)),ie=o.t(null,void 0,t(23091)),te=o.t(null,void 0,t(23743)),oe=o.t(null,void 0,t(20215)),ne=o.t(null,void 0,t(74406)),re=o.t(null,void 0,t(333)),le=o.t(null,void 0,t(32163)),se=o.t(null,void 0,t(3554)),ae=o.t(null,void 0,t(89349)),ce=o.t(null,void 0,t(3159)),de=o.t(null,void 0,t(41129)),ue=o.t(null,void 0,t(61112)),pe=o.t(null,void 0,t(73185)),he=(o.t(null,void 0,t(36957)),o.t(null,void 0,t(17611)),o.t(null,void 0,t(77430)),o.t(null,void 0,t(73466)),o.t(null,void 0,t(88367)),o.t(null,void 0,t(6160)),o.t(null,void 0,t(28975))),ye=o.t(null,void 0,t(74406)),fe=o.t(null,void 0,t(333)),ve=o.t(null,void 0,t(5119)),ge=o.t(null,void 0,t(56359)),Se=o.t(null,void 0,t(84831)),be=o.t(null,void 0,t(34579)),we=(o.t(null,void 0,t(92516)),o.t(null,void 0,t(27377)),o.t(null,void 0,t(45054)),o.t(null,void 0,t(27377)));function Pe(e,i,t,o){return(0,r.createCheckablePropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.barColorsOnPrevClose,g)},{id:`${t}${o}`,title:Z})}function me(e,i,t,o){const n=(0,d.removeSpaces)(t.originalText());return[(0,r.createTwoColorsPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.drawBody,N.format({
candleType:t})),color1:(0,r.getColorDefinitionProperty)(e,i.upColor,null,H.format({candleType:t})),color2:(0,r.getColorDefinitionProperty)(e,i.downColor,null,R.format({candleType:t}))},{id:`${o}Symbol${n}CandlesColor`,title:ne}),(0,r.createTwoColorsPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.drawBorder,U.format({candleType:t})),color1:(0,r.getColorDefinitionProperty)(e,i.borderUpColor,null,j.format({candleType:t})),color2:(0,r.getColorDefinitionProperty)(e,i.borderDownColor,null,z.format({candleType:t}))},{id:`${o}Symbol${n}BordersColor`,title:re}),(0,r.createTwoColorsPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.drawWick,G.format({candleType:t})),color1:(0,r.getColorDefinitionProperty)(e,i.wickUpColor,null,J.format({candleType:t})),color2:(0,r.getColorDefinitionProperty)(e,i.wickDownColor,null,q.format({candleType:t}))},{id:`${o}Symbol${n}WickColors`,title:le})]}function Te(e,i,d,p,h){switch(d){case 0:return function(e,i,t){return[Pe(e,i,t,"SymbolBarStyleBarColorsOnPrevClose"),(0,r.createCheckablePropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.dontDrawOpen,S)},{id:`${t}SymbolDontDrawOpen`,title:ee}),(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.upColor,null,b)},{id:`${t}SymbolUpColor`,title:ie}),(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.downColor,null,w)},{id:`${t}SymbolDownColor`,title:te}),(0,r.createCheckablePropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.thinBars,P)},{id:`${t}SymbolBarThinBars`,title:oe})].filter(a.isExistent)}(e,i.barStyle.childs(),h);case 1:case 19:return function(e,i,r){return[Pe(e,i,r,"SymbolCandleStyleBarColorsOnPrevClose"),...me(e,i,new n.TranslatedString("candle",o.t(null,void 0,t(21105))),r)].filter(a.isExistent)}(e,1===d?i.candleStyle.childs():i.volCandlesStyle.childs(),h);case 2:return v(e,i.lineStyle.childs(),p.seriesPriceSources,h);case 14:return v(e,i.lineWithMarkersStyle.childs(),p.seriesPriceSources,h);case 15:return v(e,i.steplineStyle.childs(),p.seriesPriceSources,h);case 3:return function(e,i,t,o){return[(0,u.createPriceSourceDefinition)(e,i,t,o,"SymbolAreaPriceSource",m),(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.linecolor,null,T),width:(0,r.convertToDefinitionProperty)(e,i.linewidth,D)},{id:`${o}SymbolAreaLineStyle`,title:se}),(0,r.createTwoColorsPropertyDefinition)({color1:(0,r.getColorDefinitionProperty)(e,i.color1,i.transparency,C),color2:(0,r.getColorDefinitionProperty)(e,i.color2,i.transparency,C)},{id:`${o}SymbolAreaFills`,title:de})]}(e,i.areaStyle.childs(),p.seriesPriceSources,h);case 16:return function(e,i,t,o){return[(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.highLineColor,null,T),width:(0,r.convertToDefinitionProperty)(e,i.highLineWidth,D)},{id:`${o}SymbolHLCAreaHighLineStyle`,title:ge}),(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.lowLineColor,null,T),width:(0,
r.convertToDefinitionProperty)(e,i.lowLineWidth,D)},{id:`${o}SymbolHLCAreaLowLineStyle`,title:be}),(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.closeLineColor,null,T),width:(0,r.convertToDefinitionProperty)(e,i.closeLineWidth,D)},{id:`${o}SymbolHLCAreaCloseLineStyle`,title:Se}),(0,r.createTwoColorsPropertyDefinition)({color1:(0,r.getColorDefinitionProperty)(e,i.highCloseFillColor,null,C),color2:(0,r.getColorDefinitionProperty)(e,i.closeLowFillColor,null,C)},{id:`${o}SymbolHLCAreaFills`,title:de})]}(e,i.hlcAreaStyle.childs(),p.seriesPriceSources,h);case 9:return me(e,i.hollowCandleStyle.childs(),new n.TranslatedString("hollow candles",o.t(null,void 0,t(92598))),h);case 10:return function(e,i,t,o){return[(0,u.createPriceSourceDefinition)(e,i,t,o,"SymbolBaseLinePriceSource",_),(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.topLineColor,null,k),width:(0,r.convertToDefinitionProperty)(e,i.topLineWidth,W)},{id:`${o}SymbolBaseLineTopLine`,title:ae}),(0,r.createLinePropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.bottomLineColor,null,$),width:(0,r.convertToDefinitionProperty)(e,i.bottomLineWidth,M)},{id:`${o}SymbolBaseLineBottomLine`,title:ce}),(0,r.createTwoColorsPropertyDefinition)({color1:(0,r.getColorDefinitionProperty)(e,i.topFillColor1,null,V),color2:(0,r.getColorDefinitionProperty)(e,i.topFillColor2,null,V)},{id:`${o}SymbolBaseLineTopFills`,title:ue}),(0,r.createTwoColorsPropertyDefinition)({color1:(0,r.getColorDefinitionProperty)(e,i.bottomFillColor1,null,L),color2:(0,r.getColorDefinitionProperty)(e,i.bottomFillColor2,null,L)},{id:`${o}SymbolBaseLineBottomFills`,title:pe}),(0,r.createNumberPropertyDefinition)({value:(0,r.convertToDefinitionProperty)(e,i.baseLevelPercentage,I,[c.floor])},{id:`${o}SymbolBaseLevelPercentage`,title:he,type:0,min:new l.WatchedValue(0),max:new l.WatchedValue(100),step:new l.WatchedValue(1),unit:new l.WatchedValue("%")})]}(e,i.baselineStyle.childs(),p.seriesPriceSources,h);case 13:return function(e,i,t,o){return[(0,u.createPriceSourceDefinition)(e,i,t,o,"SymbolColumnPriceSource",X),Pe(e,i,o,"SymbolColumnStyleColumnColorsOnPrevClose"),(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.upColor,null,K)},{id:`${o}SymbolUpColor`,title:ie}),(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.downColor,null,Q)},{id:`${o}SymbolDownColor`,title:te})].filter(a.isExistent)}(e,i.columnStyle.childs(),p.seriesPriceSources,h);case 21:return function(e,i,t){return[(0,r.createColorPropertyDefinition)({color:(0,r.getColorDefinitionProperty)(e,i.color,null,Y)},{id:`${t}SymbolColor`,title:we}),(0,r.createCheckablePropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.thinBars,P)},{id:`${t}SymbolBarThinBars`,title:oe})].filter(a.isExistent)}(e,i.hlcBarsStyle.childs(),h)}if(12===d&&s.enabled("chart_style_hilo")){return function(e,i,t){return[(0,r.createColorPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.drawBody,O),color:(0,
r.getColorDefinitionProperty)(e,i.color,null,B)},{id:`${t}SymbolBodiesColor`,title:ye}),(0,r.createColorPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.showBorders,E),color:(0,r.getColorDefinitionProperty)(e,i.borderColor,null,x)},{id:`${t}SymbolBorderColor`,title:fe}),(0,r.createTextPropertyDefinition)({checked:(0,r.convertToDefinitionProperty)(e,i.showLabels,A),color:(0,r.getColorDefinitionProperty)(e,i.labelColor,null,F)},{id:`${t}SymbolLabels`,title:ve,isEditable:!1,isMultiLine:!1})]}(e,i.hiloStyle.childs(),h)}if(!i.hasOwnProperty("haStyle"))return[];if(p.isJapaneseChartsAvailable&&8===d){return function(e,i,r){const l=[];return l.push(Pe(e,i,r,"SymbolHAStyleBarColorsOnPrevClose"),...me(e,i,new n.TranslatedString("Heikin Ashi",o.t(null,void 0,t(63876))),r)),l}(e,i.haStyle.childs(),h)}return p.isJapaneseChartsAvailable&&s.enabled("japanese_chart_styles"),[]}},64482:(e,i,t)=>{t.d(i,{SeriesPropertyDefinitionsViewModel:()=>N,seriesPrecisionValues:()=>F});var o=t(50151),n=t(9343),r=t(11542),l=t(45126),s=t(56570),a=t(32097),c=t(5171),d=t(64147),u=t(16638),p=t(68805),h=t(18653),y=t(56530),f=t(52305);const v=new l.TranslatedString("change {inputName} property",r.t(null,void 0,t(66110)));function g(e){return e.map((e=>({value:e,title:(0,y.getTranslatedInputTitle)(e)})))}const S=new Set(["percentageLTP"]);function b(e,i,t,n,r,s,c){const u=[];return t.forEach((t=>{if(!function(e,i){return!e.isHidden&&(void 0===e.visible||function(e,i){if(!e)return!0;const t=e.split("==");return!(t.length<2)&&i[t[0]].value()===t[1]}(e.visible,i))}(t,n))return;const h=t.id;if(!n.hasOwnProperty(h))return;const b=n[h],w=function(e,i){return"style"===e.id?"Box size assignment method":"boxSize"===e.id?"Box size":i.childs().name.value()}(t,r[h]),P=(0,y.getTranslatedInputTitle)(w),m=new l.TranslatedString(w,P);if("options"in t){const i=(0,o.ensure)(t.options);u.push((0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(e,b,v.format({inputName:m}))},{id:`${c}${t.name}`,title:P,options:new d.WatchedValue(g(i))}))}else if("integer"!==t.type){if("float"===t.type){let o;return o=function(e,i){return!((i===(0,p.chartStyleStudyId)(4)||i===(0,p.chartStyleStudyId)(6))&&"boxSize"===e||i===(0,p.chartStyleStudyId)(5)&&"reversalAmount"===e)}(h,i)||null===s.value()?new d.WatchedValue(t.min):s,void u.push((0,a.createNumberPropertyDefinition)({value:(0,a.convertToDefinitionProperty)(e,b,v.format({inputName:m}))},{id:`${c}${t.name}`,title:P,type:1,min:o,max:new d.WatchedValue(t.max),unit:S.has(t.id)?new d.WatchedValue("%"):void 0,defval:t.defval}))}"text"!==t.type?"bool"!==t.type||u.push((0,a.createCheckablePropertyDefinition)({checked:(0,a.convertToDefinitionProperty)(e,b,v.format({inputName:m}))},{id:`${c}${t.name}`,title:P})):u.push((0,a.createTextPropertyDefinition)({text:(0,a.convertToDefinitionProperty)(e,b,v.format({inputName:m}))},{id:`${c}${t.name}`,title:P,isEditable:!0,isMultiLine:!1}))}else u.push((0,a.createNumberPropertyDefinition)({value:(0,a.convertToDefinitionProperty)(e,b,v.format({inputName:m
}),[f.floor])},{id:`${c}${t.name}`,title:P,type:0,min:new d.WatchedValue(t.min),max:new d.WatchedValue(t.max),unit:S.has(t.id)?new d.WatchedValue("%"):void 0,defval:t.defval}))})),u}var w=t(14712),P=t(84425),m=t(88960),T=t(95700),D=t(74343);const C=(0,n.getLogger)("Chart.Definitions.Series"),_=s.enabled("pre_post_market_sessions"),k=new l.TranslatedString("change decimal places",r.t(null,void 0,t(82063))),W=new l.TranslatedString("change timezone",r.t(null,void 0,t(20137))),$=(new l.TranslatedString("adjust data for dividends",r.t(null,void 0,t(18077))),new l.TranslatedString("use settlement as close on daily interval",r.t(null,void 0,t(92978))),new l.TranslatedString("adjust for contract changes",r.t(null,void 0,t(1433))),new l.TranslatedString("change session",r.t(null,void 0,t(87041)))),M=new l.TranslatedString("change extended hours color",r.t(null,void 0,t(44223))),V=new l.TranslatedString("change pre market color",r.t(null,void 0,t(44371))),L=new l.TranslatedString("change post market color",r.t(null,void 0,t(38730))),I=(new l.TranslatedString("change electronic trading hours",r.t(null,void 0,t(47393))),r.t(null,void 0,t(93020)),r.t(null,void 0,t(94031))),O=(r.t(null,void 0,t(68921)),r.t(null,void 0,t(49545)),r.t(null,void 0,t(88327))),B=(r.t(null,void 0,t(59777)),r.t(null,void 0,t(59766))),E=r.t(null,void 0,t(77073)),x=r.t(null,void 0,t(16564)),A=[{priceScale:2,minMove:1,frac:!0},{priceScale:4,minMove:1,frac:!0},{priceScale:8,minMove:1,frac:!0},{priceScale:16,minMove:1,frac:!0},{priceScale:32,minMove:1,frac:!0},{priceScale:64,minMove:1,frac:!0},{priceScale:128,minMove:1,frac:!0},{priceScale:320,minMove:1,frac:!0}];function F(){const e=[{title:x,value:"default"}],i=function(e=15){const i=[];for(let t=0;t<=e;t++)i.push({priceScale:Math.pow(10,t),minMove:1,frac:!1});return i}();for(let o=0;o<i.length;o++){const n=Math.log10(i[o].priceScale),l=0===n?r.t(null,void 0,t(47326)):r.t(null,{plural:"{value} decimals",count:n,replace:{value:n.toString()}},t(59644));e.push({title:l,value:`${i[o].priceScale},${i[o].minMove},${i[o].frac}`})}for(let i=0;i<A.length;i++)e.push({title:`${A[i].minMove}/${A[i].priceScale}`,value:`${A[i].priceScale},${A[i].minMove},${A[i].frac}`});return e}class N{constructor(e,i,t,o,n,r){this._definitions=null,this._inputsSubscriptions=null,this._isDestroyed=!1,this._propertyPages=null,this._seriesMinTickWV=null,this._sessionIdOptionsWV=new d.WatchedValue([]),this._series=e,this._undoModel=i,this._model=this._undoModel.model(),this._propertyPageId=t,this._propertyPageName=o,this._propertyPageIcon=n,this._timezonePropertyObj=r,this._series.onStyleChanged().subscribe(this,this._updateDefinitions),this._series.properties().childs().rangeStyle.childs().barStyle.subscribe(this,this._updateDefinitions),this._series.dataEvents().symbolResolved().subscribe(this,this._updateSeriesMinTickWV),this._series.dataEvents().symbolResolved().subscribe(this,this._updateSessionIdOptionsWV),this._updateSeriesMinTickWV(),this._updateSessionIdOptionsWV()}destroy(){
null!==this._propertyPages&&this._propertyPages.forEach((e=>{(0,a.destroyDefinitions)(e.definitions.value())})),this._series.onStyleChanged().unsubscribe(this,this._updateDefinitions),this._series.properties().childs().rangeStyle.childs().barStyle.unsubscribeAll(this),this._series.dataEvents().symbolResolved().unsubscribeAll(this),this._unsubscribeInputsUpdate(),this._isDestroyed=!0}propertyPages(){return null===this._propertyPages?this._getDefinitions().then((e=>{if(this._isDestroyed)throw new Error("SeriesPropertyDefinitionsViewModel already destroyed");return null===this._propertyPages&&(this._propertyPages=[{id:this._propertyPageId,title:this._propertyPageName,icon:this._propertyPageIcon,definitions:new d.WatchedValue(e.definitions),visible:e.visible??new d.WatchedValue(!0).readonly()}]),this._propertyPages})):Promise.resolve(this._propertyPages)}_seriesMinTick(){const e=this._series.symbolInfo();return null!==e?e.minmov/e.pricescale:null}_updateSeriesMinTickWV(){null===this._seriesMinTickWV?this._seriesMinTickWV=new d.WatchedValue(this._seriesMinTick()):this._seriesMinTickWV.setValue(this._seriesMinTick())}_updateSessionIdOptionsWV(){if(!_)return;const e=this._series.symbolInfo();if(null===e)return;const i=(e.subsessions||[]).filter((e=>!e.private)).map((e=>({title:(0,T.translateSessionDescription)(e.description),value:e.id})));this._sessionIdOptionsWV.setValue(i)}_updateDefinitions(){null!==this._definitions&&(0,a.destroyDefinitions)(this._definitions.definitions),this._definitions=null,this._createSeriesDefinitions().then((e=>{if(this._isDestroyed)throw new Error("SeriesPropertyDefinitionsViewModel already destroyed");(0,o.ensureNotNull)(this._propertyPages)[0].definitions.setValue(e.definitions)}))}_getDefinitions(){return null===this._definitions?this._createSeriesDefinitions():Promise.resolve(this._definitions)}_unsubscribeInputsUpdate(){null!==this._inputsSubscriptions&&(this._inputsSubscriptions.forEach((e=>{e.unsubscribeAll(this)})),this._inputsSubscriptions=null)}_subscribeInputsUpdate(e,i){this._unsubscribeInputsUpdate();const t=[];e.forEach((e=>{if(void 0!==e.visible){const o=e.visible.split("==");if(2===o.length){const e=i[o[0]];-1===t.indexOf(e)&&(e.subscribe(this,this._updateDefinitions),t.push(e))}}})),t.length>0?this._inputsSubscriptions=t:this._inputsSubscriptions=null}async _createSeriesDefinitions(){const e=this._series.properties().childs(),i=this._series.getInputsProperties(),n=this._series.getInputsInfoProperties(),l=e.style.value(),s=this._series.getStyleShortName(),y=c.chartStylesWithAttachedStudies.includes(l)?null:(0,p.chartStyleStudyId)(l);let f,v=null;if(null!==y){let e;try{e=await(0,u.studyMetaInfoRepository)().findById({type:"java",studyId:y});const t=(0,o.ensureNotNull)(this._seriesMinTickWV);v=b(this._undoModel,e.id,e.inputs,i,n,t,s),this._subscribeInputsUpdate(e.inputs,i)}catch(i){C.logWarn(`Find meta info for create series definitions with error - ${(0,w.errorToString)(i)}`),e=null}if(this._isDestroyed)throw new Error("SeriesPropertyDefinitionsViewModel already destroyed")
}else this._unsubscribeInputsUpdate();if(this._isDestroyed)throw new Error("SeriesPropertyDefinitionsViewModel already destroyed");if(c.chartStylesWithAttachedStudies.includes(l))throw new Error("unexpected chart style");{const i=(0,h.getSeriesStylePropertiesDefinitions)(this._undoModel,e,l,{seriesPriceSources:D.basePriceSources,isJapaneseChartsAvailable:true},"mainSeries");null!==v&&i.push(...v),f=(0,a.createPropertyDefinitionsGeneralGroup)(i,"generalSymbolStylesGroup",(0,p.getTranslatedChartStyleName)(l))}const g=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(this._undoModel,e.minTick,k),visible:(0,a.convertFromReadonlyWVToDefinitionProperty)(new d.WatchedValue(!0).ownership())},{id:`${s}SymbolMinTick`,title:B,options:new d.WatchedValue(F())}),S=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(this._undoModel,this._timezonePropertyObj.property,W)},{id:`${s}SymbolTimezone`,title:E,options:new d.WatchedValue(this._timezonePropertyObj.values)});return this._definitions={definitions:[f,(0,a.createPropertyDefinitionsGeneralGroup)([...await this._seriesDataDefinitions(s),g,S],"dataModififcationGroup",r.t(null,void 0,t(48225)))]},this._definitions}async _seriesDataDefinitions(e){const i=[];if(_){const t=this._series.sessionIdProxyProperty(),o=(0,m.combineWithFilteredUpdate)(((e,i)=>!i&&(0,p.symbolHasSeveralSessions)(this._series.symbolInfo())),((e,i)=>i||!e),this._series.symbolResolvingActive().weakReference(),(0,P.createWVFromProperty)(this._series.isDWMProperty()).ownership()),n=(0,a.createOptionsPropertyDefinition)({option:(0,a.convertToDefinitionProperty)(this._undoModel,t,$),visible:(0,a.convertFromReadonlyWVToDefinitionProperty)(o.ownership())},{id:"sessionId",title:I,options:this._sessionIdOptionsWV});i.push(n);const r=(await this._model.sessions().promise()).graphicsInfo();let l=!1;r.backgrounds&&(l=void 0!==r.backgrounds.outOfSession);const s=await(l?this._createOutOfSessionDefinition(e):this._createPrePostMarketDefinition(e));i.push(s);const c=this._createElectronicSessionDefinition(e);c&&i.push(c)}return i}_createOutOfSessionDefinition(e){const i=this._model.sessions().properties().childs().sessionHighlight.childs().backgrounds.childs().outOfSession.childs();return(0,a.createColorPropertyDefinition)({color:(0,a.getColorDefinitionProperty)(this._undoModel,i.color,i.transparency,M)},{id:`${e}SymbolExtendedHoursColors`,title:O})}_createPrePostMarketDefinition(e){const i=(0,P.createWVFromGetterAndSubscription)((()=>this._series.symbolInfo()),this._series.dataEvents().symbolResolved()),t=(0,m.combineWithFilteredUpdate)(((e,i)=>!e&&!!i&&(0,p.symbolHasPreOrPostMarket)(i)&&!(0,p.isRegularSessionId)(this._series.sessionIdProxyProperty().value(),i)),((e,i)=>e||!!i),(0,P.createWVFromProperty)(this._series.isDWMProperty()).ownership(),i.ownership()),o=this._model.sessions().properties().childs().sessionHighlight.childs(),n=o.backgrounds.childs().preMarket.childs(),r=o.backgrounds.childs().postMarket.childs();return(0,a.createTwoColorsPropertyDefinition)({
color1:(0,a.getColorDefinitionProperty)(this._undoModel,n.color,n.transparency,V),color2:(0,a.getColorDefinitionProperty)(this._undoModel,r.color,r.transparency,L),visible:(0,a.convertFromReadonlyWVToDefinitionProperty)(t.ownership())},{id:`${e}SymbolExtendedHoursColors`,title:O})}_createElectronicSessionDefinition(e){return null}}}}]);

View File

@@ -1,6 +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") "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} },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:()=>_}) 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)))} ;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){ _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)}}}]); 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)}}}]);

View File

@@ -1,9 +1,9 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[731],{59142:function(e,t){var o,n,a;n=[t],o=function(e){"use strict";function t(e){if(Array.isArray(e)){for(var t=0,o=Array(e.length);t<e.length;t++)o[t]=e[t];return o}return Array.from(e)}Object.defineProperty(e,"__esModule",{value:!0});var o=!1;if("undefined"!=typeof window){var n={get passive(){o=!0}};window.addEventListener("testPassive",null,n),window.removeEventListener("testPassive",null,n)}var a="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&/iP(ad|hone|od)/.test(window.navigator.platform),r=[],l=!1,i=-1,c=void 0,s=void 0,d=function(e){return r.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},u=function(e){var t=e||window.event;return!!d(t.target)||1<t.touches.length||(t.preventDefault&&t.preventDefault(),!1)},m=function(){setTimeout((function(){void 0!==s&&(document.body.style.paddingRight=s,s=void 0),void 0!==c&&(document.body.style.overflow=c,c=void 0)}))};e.disableBodyScroll=function(e,n){if(a){if(!e)return void console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.");if(e&&!r.some((function(t){return t.targetElement===e}))){var m={targetElement:e,options:n||{}};r=[].concat(t(r),[m]),e.ontouchstart=function(e){1===e.targetTouches.length&&(i=e.targetTouches[0].clientY)},e.ontouchmove=function(t){var o,n,a,r;1===t.targetTouches.length&&(n=e,r=(o=t).targetTouches[0].clientY-i,!d(o.target)&&(n&&0===n.scrollTop&&0<r||(a=n)&&a.scrollHeight-a.scrollTop<=a.clientHeight&&r<0?u(o):o.stopPropagation()))},l||(document.addEventListener("touchmove",u,o?{passive:!1}:void 0),l=!0)}}else{h=n,setTimeout((function(){if(void 0===s){var e=!!h&&!0===h.reserveScrollBarGap,t=window.innerWidth-document.documentElement.clientWidth;e&&0<t&&(s=document.body.style.paddingRight,document.body.style.paddingRight=t+"px")}void 0===c&&(c=document.body.style.overflow,document.body.style.overflow="hidden")}));var p={targetElement:e,options:n||{}};r=[].concat(t(r),[p])}var h},e.clearAllBodyScrollLocks=function(){a?(r.forEach((function(e){e.targetElement.ontouchstart=null,e.targetElement.ontouchmove=null})),l&&(document.removeEventListener("touchmove",u,o?{passive:!1}:void 0),l=!1),r=[],i=-1):(m(),r=[])},e.enableBodyScroll=function(e){if(a){if(!e)return void console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.");e.ontouchstart=null,e.ontouchmove=null,r=r.filter((function(t){return t.targetElement!==e})),l&&0===r.length&&(document.removeEventListener("touchmove",u,o?{passive:!1}:void 0),l=!1)}else 1===r.length&&r[0].targetElement===e?(m(),r=[]):r=r.filter((function(t){return t.targetElement!==e}))}},void 0===(a="function"==typeof o?o.apply(t,n):o)||(e.exports=a)},11362:e=>{e.exports={wrapper:"wrapper-GZajBGIm",input:"input-GZajBGIm",view:"view-GZajBGIm",danger:"danger-GZajBGIm"}},4052:e=>{e.exports={box:"box-ywH2tsV_",noOutline:"noOutline-ywH2tsV_", (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[731],{59142:function(e,t){var o,n,a;n=[t],o=function(e){"use strict";function t(e){if(Array.isArray(e)){for(var t=0,o=Array(e.length);t<e.length;t++)o[t]=e[t];return o}return Array.from(e)}Object.defineProperty(e,"__esModule",{value:!0});var o=!1;if("undefined"!=typeof window){var n={get passive(){o=!0}};window.addEventListener("testPassive",null,n),window.removeEventListener("testPassive",null,n)}var a="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&/iP(ad|hone|od)/.test(window.navigator.platform),r=[],l=!1,i=-1,s=void 0,c=void 0,d=function(e){return r.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},u=function(e){var t=e||window.event;return!!d(t.target)||1<t.touches.length||(t.preventDefault&&t.preventDefault(),!1)},m=function(){setTimeout((function(){void 0!==c&&(document.body.style.paddingRight=c,c=void 0),void 0!==s&&(document.body.style.overflow=s,s=void 0)}))};e.disableBodyScroll=function(e,n){if(a){if(!e)return void console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.");if(e&&!r.some((function(t){return t.targetElement===e}))){var m={targetElement:e,options:n||{}};r=[].concat(t(r),[m]),e.ontouchstart=function(e){1===e.targetTouches.length&&(i=e.targetTouches[0].clientY)},e.ontouchmove=function(t){var o,n,a,r;1===t.targetTouches.length&&(n=e,r=(o=t).targetTouches[0].clientY-i,!d(o.target)&&(n&&0===n.scrollTop&&0<r||(a=n)&&a.scrollHeight-a.scrollTop<=a.clientHeight&&r<0?u(o):o.stopPropagation()))},l||(document.addEventListener("touchmove",u,o?{passive:!1}:void 0),l=!0)}}else{h=n,setTimeout((function(){if(void 0===c){var e=!!h&&!0===h.reserveScrollBarGap,t=window.innerWidth-document.documentElement.clientWidth;e&&0<t&&(c=document.body.style.paddingRight,document.body.style.paddingRight=t+"px")}void 0===s&&(s=document.body.style.overflow,document.body.style.overflow="hidden")}));var p={targetElement:e,options:n||{}};r=[].concat(t(r),[p])}var h},e.clearAllBodyScrollLocks=function(){a?(r.forEach((function(e){e.targetElement.ontouchstart=null,e.targetElement.ontouchmove=null})),l&&(document.removeEventListener("touchmove",u,o?{passive:!1}:void 0),l=!1),r=[],i=-1):(m(),r=[])},e.enableBodyScroll=function(e){if(a){if(!e)return void console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.");e.ontouchstart=null,e.ontouchmove=null,r=r.filter((function(t){return t.targetElement!==e})),l&&0===r.length&&(document.removeEventListener("touchmove",u,o?{passive:!1}:void 0),l=!1)}else 1===r.length&&r[0].targetElement===e?(m(),r=[]):r=r.filter((function(t){return t.targetElement!==e}))}},void 0===(a="function"==typeof o?o.apply(t,n):o)||(e.exports=a)},11362:e=>{e.exports={wrapper:"wrapper-GZajBGIm",input:"input-GZajBGIm",view:"view-GZajBGIm",danger:"danger-GZajBGIm"}},4052:e=>{e.exports={box:"box-ywH2tsV_",noOutline:"noOutline-ywH2tsV_",
disabled:"disabled-ywH2tsV_","intent-danger":"intent-danger-ywH2tsV_",checked:"checked-ywH2tsV_",check:"check-ywH2tsV_",icon:"icon-ywH2tsV_",dot:"dot-ywH2tsV_",disableActiveStyles:"disableActiveStyles-ywH2tsV_"}},77897:e=>{e.exports={button:"button-Rc93kXa8",bordersVisible:"bordersVisible-Rc93kXa8",selected:"selected-Rc93kXa8"}},34625:e=>{e.exports={footer:"footer-dwINHZFL"}},13079:e=>{e.exports={wrap:"wrap-oc7l8ZQg",header:"header-oc7l8ZQg",item:"item-oc7l8ZQg"}},69849:e=>{e.exports={label:"label-lVJKBKVk"}},60883:e=>{e.exports={scrollable:"scrollable-sXALjK1u",spinnerWrap:"spinnerWrap-sXALjK1u",item:"item-sXALjK1u",heading:"heading-sXALjK1u",checkboxWrap:"checkboxWrap-sXALjK1u",checkbox:"checkbox-sXALjK1u",emptyState:"emptyState-sXALjK1u",image:"image-sXALjK1u",text:"text-sXALjK1u"}},29e3:e=>{e.exports={dialog:"dialog-IKuIIugL",tabletDialog:"tabletDialog-IKuIIugL",desktopDialog:"desktopDialog-IKuIIugL"}},36718:e=>{e.exports={"default-drawer-min-top-distance":"100px",wrap:"wrap-_HnK0UIN",positionBottom:"positionBottom-_HnK0UIN",backdrop:"backdrop-_HnK0UIN",drawer:"drawer-_HnK0UIN",positionLeft:"positionLeft-_HnK0UIN"}},70673:(e,t,o)=>{"use strict";o.d(t,{CheckboxInput:()=>s});var n=o(50959),a=o(97754),r=o(90186),l=o(5811),i=o(11362),c=o.n(i);function s(e){const t=a(c().wrapper,e.className);return n.createElement("span",{className:t,title:e.title,style:e.style},n.createElement("input",{id:e.id,tabIndex:e.tabIndex,className:a(e.intent&&c()[e.intent],c().input),type:"checkbox",name:e.name,checked:e.checked,disabled:e.disabled,value:e.value,autoFocus:e.autoFocus,role:e.role,onChange:function(){e.onChange?.(e.value)},ref:e.reference,"aria-required":e["aria-required"],"aria-describedby":e["aria-describedby"],"aria-invalid":e["aria-invalid"],...(0,r.filterDataProps)(e)}),n.createElement(l.CheckboxView,{className:c().view,indeterminate:e.indeterminate,checked:e.checked,disabled:e.disabled,intent:e.intent,tabIndex:e.tabIndex}))}},5811:(e,t,o)=>{"use strict";o.d(t,{CheckboxView:()=>s});var n=o(50959),a=o(97754),r=o(9745),l=o(65890),i=o(4052),c=o.n(i);function s(e){const{indeterminate:t,checked:o,tabIndex:i,className:s,disabled:d,disableActiveStyles:u,intent:m,hideIcon:p,...h}=e,v=t||!o||p?"":l,f=a(c().box,c()[`intent-${m}`],!t&&c().check,!!t&&c().dot,-1===i&&c().noOutline,s,o&&c().checked,d&&c().disabled,u&&c().disableActiveStyles);return n.createElement("span",{className:f,...h},n.createElement(r.Icon,{icon:v,className:c().icon}))}},45601:(e,t,o)=>{"use strict";o.d(t,{Measure:()=>a});var n=o(67842);function a(e){const{children:t,onResize:o}=e;return t((0,n.useResizeObserver)(o||(()=>{}),[null===o]))}},39362:(e,t,o)=>{"use strict";o.d(t,{SymbolSearchDialogFooter:()=>i});var n=o(50959),a=o(97754),r=o.n(a),l=o(34625);function i(e){const{className:t,children:o}=e;return n.createElement("div",{className:r()(l.footer,t)},o)}},14283:(e,t,o)=>{"use strict";o.r(t),o.d(t,{getCompareDialogRenderer:()=>le}) disabled:"disabled-ywH2tsV_","intent-danger":"intent-danger-ywH2tsV_",checked:"checked-ywH2tsV_",check:"check-ywH2tsV_",icon:"icon-ywH2tsV_",dot:"dot-ywH2tsV_",disableActiveStyles:"disableActiveStyles-ywH2tsV_"}},77897:e=>{e.exports={button:"button-Rc93kXa8",bordersVisible:"bordersVisible-Rc93kXa8",selected:"selected-Rc93kXa8"}},34625:e=>{e.exports={footer:"footer-dwINHZFL"}},13079:e=>{e.exports={wrap:"wrap-oc7l8ZQg",header:"header-oc7l8ZQg",item:"item-oc7l8ZQg"}},69849:e=>{e.exports={label:"label-lVJKBKVk"}},60883:e=>{e.exports={scrollable:"scrollable-sXALjK1u",spinnerWrap:"spinnerWrap-sXALjK1u",item:"item-sXALjK1u",heading:"heading-sXALjK1u",checkboxWrap:"checkboxWrap-sXALjK1u",checkbox:"checkbox-sXALjK1u",emptyState:"emptyState-sXALjK1u",image:"image-sXALjK1u",text:"text-sXALjK1u"}},29e3:e=>{e.exports={dialog:"dialog-IKuIIugL",tabletDialog:"tabletDialog-IKuIIugL",desktopDialog:"desktopDialog-IKuIIugL"}},36718:e=>{e.exports={"default-drawer-min-top-distance":"100px",wrap:"wrap-_HnK0UIN",positionBottom:"positionBottom-_HnK0UIN",backdrop:"backdrop-_HnK0UIN",drawer:"drawer-_HnK0UIN",positionLeft:"positionLeft-_HnK0UIN"}},70673:(e,t,o)=>{"use strict";o.d(t,{CheckboxInput:()=>c});var n=o(50959),a=o(97754),r=o(90186),l=o(5811),i=o(11362),s=o.n(i);function c(e){const t=a(s().wrapper,e.className);return n.createElement("span",{className:t,title:e.title,style:e.style},n.createElement("input",{id:e.id,tabIndex:e.tabIndex,className:a(e.intent&&s()[e.intent],s().input),type:"checkbox",name:e.name,checked:e.checked,disabled:e.disabled,value:e.value,autoFocus:e.autoFocus,role:e.role,onChange:function(){e.onChange?.(e.value)},ref:e.reference,"aria-required":e["aria-required"],"aria-describedby":e["aria-describedby"],"aria-invalid":e["aria-invalid"],...(0,r.filterDataProps)(e)}),n.createElement(l.CheckboxView,{className:s().view,indeterminate:e.indeterminate,checked:e.checked,disabled:e.disabled,intent:e.intent,tabIndex:e.tabIndex}))}},5811:(e,t,o)=>{"use strict";o.d(t,{CheckboxView:()=>c});var n=o(50959),a=o(97754),r=o(9745),l=o(65890),i=o(4052),s=o.n(i);function c(e){const{indeterminate:t,checked:o,tabIndex:i,className:c,disabled:d,disableActiveStyles:u,intent:m,hideIcon:p,...h}=e,v=t||!o||p?"":l,f=a(s().box,s()[`intent-${m}`],!t&&s().check,!!t&&s().dot,-1===i&&s().noOutline,c,o&&s().checked,d&&s().disabled,u&&s().disableActiveStyles);return n.createElement("span",{className:f,...h},n.createElement(r.Icon,{icon:v,className:s().icon}))}},45601:(e,t,o)=>{"use strict";o.d(t,{Measure:()=>a});var n=o(67842);function a(e){const{children:t,onResize:o}=e;return t((0,n.useResizeObserver)(o||(()=>{}),[null===o]))}},39362:(e,t,o)=>{"use strict";o.d(t,{SymbolSearchDialogFooter:()=>i});var n=o(50959),a=o(97754),r=o.n(a),l=o(34625);function i(e){const{className:t,children:o}=e;return n.createElement("div",{className:r()(l.footer,t)},o)}},14283:(e,t,o)=>{"use strict";o.r(t),o.d(t,{getCompareDialogRenderer:()=>le})
;var n=o(50959),a=o(11542),r=o(32563),l=o(56570),i=o(94664),c=o(97754),s=o.n(c),d=o(50151),u=o(9745),m=o(86656),p=o(77975),h=o(63932),v=o(24633),f=o(45345),g=o(45601),b=o(84524),S=o(96967);const y=n.createContext(null);var x=o(70412),w=o(78036);const I=n.createContext(null);var C=o(16396),E=o(41590),k=o(37558),D=o(77897);function M(e){const{theme:t=D,children:o,onClick:a,isSelected:r,areBordersVisible:l,isItemSelected:i,className:c,value:d,name:u}=e;return n.createElement("button",{type:"button",className:s()(c,t.button,r&&t.selected,l&&!r&&!i&&t.bordersVisible),name:u,value:d,onClick:a},o)}function N(e){const{value:t,onClick:o,...a}=e,r=(0,n.useCallback)((e=>o(t,e)),[t,o]);return n.createElement(M,{...a,value:String(t),onClick:r})}var _=o(46148);function B(e){const{compareModel:t,selectedCompareOptionIndex:r}=(0,w.useEnsuredContext)(y),l=t.comparableOnSameScale({isYield:e}),i=(0,n.useMemo)((()=>function(e){return[{label:e?a.t(null,void 0,o(38137)):a.t(null,void 0,o(56136)),compareOption:e?_.CompareOption.SameScale:_.CompareOption.SamePctScale},{label:a.t(null,void 0,o(60126)),compareOption:_.CompareOption.NewPriceScale},{label:a.t(null,void 0,o(63456)),compareOption:_.CompareOption.NewPane}]}(l)),[l]);return[(0,n.useMemo)((()=>i[r]?.compareOption??i[0].compareOption),[i,r]),i]}var L=o(13079);function O(e){const{fullSymbolName:t,isSelected:r,className:l,isYield:c}=e,{isMobile:d,searchRef:u,setMode:m}=(0,w.useEnsuredContext)(b.SymbolSearchItemsDialogContext),{compareModel:p,setHoveredItemId:h,clearInput:v,allowExtendTimeScale:f}=(0,w.useEnsuredContext)(y),{callback:g}=(0,w.useEnsuredContext)(I),[S,x]=B(c);return d?n.createElement(k.DrawerManager,null,n.createElement(E.Drawer,{position:"Bottom",onClose:D.bind(null,!1)},n.createElement("div",{className:L.header},a.t(null,void 0,o(60085))),x.map((({label:e,compareOption:t})=>n.createElement(C.PopupMenuItem,{key:t,className:L.item,onClick:M,onClickArg:t,label:e}))))):n.createElement("div",{className:s()(L.wrap,l),"data-name":"compare-buttons-group"},x.map((({label:e,compareOption:t})=>n.createElement(N,{key:t,onClick:M,value:t,isItemSelected:Boolean(r),isSelected:r&&S===t},e))));function D(e){d&&g&&g(),v&&e&&v(u,m)}function M(e,o){if(o.preventDefault(),p&&t&&void 0!==e){(0,i.getSymbolSearchCompleteOverrideFunction)()(t).then((t=>{p.applyStudy(t.symbol,e,f),h(""),D(!0)}))}}}function T(e){const{isSelected:t,fullSymbolName:o,onExpandClick:a,actions:l,id:c,isOffset:s,isYield:d}=e,{isMobile:u,toggleExpand:m,searchSpreads:p,searchRef:h,setMode:v,mode:f}=(0,w.useEnsuredContext)(b.SymbolSearchItemsDialogContext),{compareModel:g,hoveredItemId:C,setHoveredItemId:E,clearInput:k,allowExtendTimeScale:D}=(0,w.useEnsuredContext)(y),[M,N]=(0,n.useState)(!1),B=(0,n.useRef)(null),L=(0,x.useAccurateHover)(B),T=(0,n.useMemo)((()=>({callback:z})),[z]),A=!Boolean(a)&&!Boolean(l),R=c===C;return n.createElement(I.Provider,{value:T},n.createElement(S.SymbolSearchDialogContentItem,{hideMarkedListFlag:"compare"===f,...e,reference:B,onClick:function(t){ ;var n=o(50959),a=o(11542),r=o(32563),l=o(56570),i=o(94664),s=o(97754),c=o.n(s),d=o(50151),u=o(9745),m=o(86656),p=o(77975),h=o(63932),v=o(24633),f=o(45345),g=o(45601),b=o(84524),S=o(96967);const y=n.createContext(null);var x=o(70412),w=o(78036);const I=n.createContext(null);var C=o(16396),E=o(41590),k=o(37558),D=o(77897);function M(e){const{theme:t=D,children:o,onClick:a,isSelected:r,areBordersVisible:l,isItemSelected:i,className:s,value:d,name:u}=e;return n.createElement("button",{type:"button",className:c()(s,t.button,r&&t.selected,l&&!r&&!i&&t.bordersVisible),name:u,value:d,onClick:a},o)}function N(e){const{value:t,onClick:o,...a}=e,r=(0,n.useCallback)((e=>o(t,e)),[t,o]);return n.createElement(M,{...a,value:String(t),onClick:r})}var _=o(46148);function B(e){const{compareModel:t,selectedCompareOptionIndex:r}=(0,w.useEnsuredContext)(y),l=t.comparableOnSameScale({isYield:e}),i=(0,n.useMemo)((()=>function(e){return[{label:e?a.t(null,void 0,o(38137)):a.t(null,void 0,o(56136)),compareOption:e?_.CompareOption.SameScale:_.CompareOption.SamePctScale},{label:a.t(null,void 0,o(60126)),compareOption:_.CompareOption.NewPriceScale},{label:a.t(null,void 0,o(63456)),compareOption:_.CompareOption.NewPane}]}(l)),[l]);return[(0,n.useMemo)((()=>i[r]?.compareOption??i[0].compareOption),[i,r]),i]}var L=o(13079);function O(e){const{fullSymbolName:t,isSelected:r,className:l,isYield:s}=e,{isMobile:d,searchRef:u,setMode:m}=(0,w.useEnsuredContext)(b.SymbolSearchItemsDialogContext),{compareModel:p,setHoveredItemId:h,clearInput:v,allowExtendTimeScale:f}=(0,w.useEnsuredContext)(y),{callback:g}=(0,w.useEnsuredContext)(I),[S,x]=B(s);return d?n.createElement(k.DrawerManager,null,n.createElement(E.Drawer,{position:"Bottom",onClose:D.bind(null,!1)},n.createElement("div",{className:L.header},a.t(null,void 0,o(60085))),x.map((({label:e,compareOption:t})=>n.createElement(C.PopupMenuItem,{key:t,className:L.item,onClick:M,onClickArg:t,label:e}))))):n.createElement("div",{className:c()(L.wrap,l),"data-name":"compare-buttons-group"},x.map((({label:e,compareOption:t})=>n.createElement(N,{key:t,onClick:M,value:t,isItemSelected:Boolean(r),isSelected:r&&S===t},e))));function D(e){d&&g&&g(),v&&e&&v(u,m)}function M(e,o){if(o.preventDefault(),p&&t&&void 0!==e){(0,i.getSymbolSearchCompleteOverrideFunction)()(t).then((t=>{p.applyStudy(t.symbol,e,f),h(""),D(!0)}))}}}function T(e){const{isSelected:t,fullSymbolName:o,onExpandClick:a,actions:l,id:s,isOffset:c,isYield:d}=e,{isMobile:u,toggleExpand:m,searchSpreads:p,searchRef:h,setMode:v,mode:f}=(0,w.useEnsuredContext)(b.SymbolSearchItemsDialogContext),{compareModel:g,hoveredItemId:C,setHoveredItemId:E,clearInput:k,allowExtendTimeScale:D}=(0,w.useEnsuredContext)(y),[M,N]=(0,n.useState)(!1),B=(0,n.useRef)(null),L=(0,x.useAccurateHover)(B),T=(0,n.useMemo)((()=>({callback:z})),[z]),A=!Boolean(a)&&!Boolean(l),R=s===C;return n.createElement(I.Provider,{value:T},n.createElement(S.SymbolSearchDialogContentItem,{hideMarkedListFlag:"compare"===f,...e,reference:B,onClick:function(t){
if(Boolean(a)&&c&&!s)return t?.preventDefault(),void m(c);if(!M&&u)return void N(!0);if(p&&e.onClick)return void e.onClick(t);if((r.mobiletouch?R:!M)&&o){(0,i.getSymbolSearchCompleteOverrideFunction)()(o).then((e=>{const t=g.comparableOnSameScale({isYield:d})?_.CompareOption.SameScale:_.CompareOption.SamePctScale;g.applyStudy(e.symbol,t,D)})),E(""),k&&k(h,v)}r.mobiletouch&&!u&&!R&&c&&E(c)},hoverComponent:function(){if(!A)return!1;if(u)return M;if(r.mobiletouch)return R;return Boolean(L||t)}()?O:void 0}));function z(){N(!1)}}var A=o(15550),R=o(93986),z=o(39750),H=o(60883);function V(e){const{handleListWidth:t}=(0,d.ensureNotNull)((0,n.useContext)(b.SymbolSearchItemsDialogContext)),{compareModel:r,selectedCompareIndex:l,selectedItemRef:i}=(0,d.ensureNotNull)((0,n.useContext)(y)),c=(0,p.useWatchedValueReadonly)({watchedValue:r.isDataReady()}),x=(0,p.useWatchedValueReadonly)({watchedValue:r.studies()}),w=(0,p.useWatchedValueReadonly)({watchedValue:r.highlightedSymbol()}),I=(0,n.useMemo)((()=>x.filter((e=>e.checked))),[x]),C=(0,n.useMemo)((()=>x.filter((e=>!e.checked))),[x]);return(0,n.useEffect)((()=>(r.chartModel().dataSourceCollectionChanged().subscribe(r,r.handleSourcesChange),()=>r.chartModel().dataSourceCollectionChanged().unsubscribe(r,r.handleSourcesChange))),[r]),n.createElement(g.Measure,{onResize:function([e]){t(e.contentRect.width)}},(e=>n.createElement(m.TouchScrollContainer,{className:H.scrollable,ref:e},function(){if(!c)return n.createElement("div",{className:H.spinnerWrap},n.createElement(h.Spinner,null));if(!Boolean(I.length)&&!Boolean(C.length)){const e=f.watchedTheme.value()===v.StdTheme.Dark?R:A;return n.createElement("div",{className:H.emptyState},n.createElement(u.Icon,{className:H.image,icon:e}),n.createElement("div",{className:H.text},a.t(null,void 0,o(37094))))}return n.createElement(n.Fragment,null,Boolean(I.length)&&n.createElement(n.Fragment,null,n.createElement("div",{className:H.heading},a.t(null,void 0,o(46622))),I.map(((e,t)=>n.createElement(S.SymbolSearchDialogContentItem,{"data-role":"added-symbol-item",className:H.item,key:e.id,id:e.id,shortName:e.title,title:e.title,logoId:e.logoId,currencyLogoId:e.currencyLogoId,baseCurrencyLogoId:e.baseCurrencyLogoId,dangerousDescriptionHTML:e.description,exchangeName:e.exchangeName,marketType:e.marketType,country:e.country,providerId:e.providerId,onClick:E.bind(null,e),isHighlighted:e.id===w,isSelected:k(e),itemRef:k(e)?i:void 0,isYield:e.isYield,actions:n.createElement("div",{className:H.checkboxWrap},n.createElement(M,{className:H.checkbox,onClick:E.bind(null,e),isSelected:k(e)},n.createElement(u.Icon,{icon:z})))})))),Boolean(C.length)&&n.createElement(n.Fragment,null,n.createElement("div",{className:H.heading},a.t(null,void 0,o(8926))),C.map((e=>n.createElement(T,{"data-role":"recent-symbol-item",className:s()(H.item,e.id===w&&H.highlighted),key:e.id,id:e.id,shortName:e.title,logoId:e.logoId,currencyLogoId:e.currencyLogoId,baseCurrencyLogoId:e.baseCurrencyLogoId,title:e.title,dangerousDescriptionHTML:e.description,exchangeName:e.exchangeName, if(Boolean(a)&&s&&!c)return t?.preventDefault(),void m(s);if(!M&&u)return void N(!0);if(p&&e.onClick)return void e.onClick(t);if((r.mobiletouch?R:!M)&&o){(0,i.getSymbolSearchCompleteOverrideFunction)()(o).then((e=>{const t=g.comparableOnSameScale({isYield:d})?_.CompareOption.SameScale:_.CompareOption.SamePctScale;g.applyStudy(e.symbol,t,D)})),E(""),k&&k(h,v)}r.mobiletouch&&!u&&!R&&s&&E(s)},hoverComponent:function(){if(!A)return!1;if(u)return M;if(r.mobiletouch)return R;return Boolean(L||t)}()?O:void 0}));function z(){N(!1)}}var A=o(15550),R=o(93986),z=o(39750),H=o(60883);function V(e){const{handleListWidth:t}=(0,d.ensureNotNull)((0,n.useContext)(b.SymbolSearchItemsDialogContext)),{compareModel:r,selectedCompareIndex:l,selectedItemRef:i}=(0,d.ensureNotNull)((0,n.useContext)(y)),s=(0,p.useWatchedValueReadonly)({watchedValue:r.isDataReady()}),x=(0,p.useWatchedValueReadonly)({watchedValue:r.studies()}),w=(0,p.useWatchedValueReadonly)({watchedValue:r.highlightedSymbol()}),I=(0,n.useMemo)((()=>x.filter((e=>e.checked))),[x]),C=(0,n.useMemo)((()=>x.filter((e=>!e.checked))),[x]);return(0,n.useEffect)((()=>(r.chartModel().dataSourceCollectionChanged().subscribe(r,r.handleSourcesChange),()=>r.chartModel().dataSourceCollectionChanged().unsubscribe(r,r.handleSourcesChange))),[r]),n.createElement(g.Measure,{onResize:function([e]){t(e.contentRect.width)}},(e=>n.createElement(m.TouchScrollContainer,{className:H.scrollable,ref:e},function(){if(!s)return n.createElement("div",{className:H.spinnerWrap},n.createElement(h.Spinner,null));if(!Boolean(I.length)&&!Boolean(C.length)){const e=f.watchedTheme.value()===v.StdTheme.Dark?R:A;return n.createElement("div",{className:H.emptyState},n.createElement(u.Icon,{className:H.image,icon:e}),n.createElement("div",{className:H.text},a.t(null,void 0,o(37094))))}return n.createElement(n.Fragment,null,Boolean(I.length)&&n.createElement(n.Fragment,null,n.createElement("div",{className:H.heading},a.t(null,void 0,o(46622))),I.map(((e,t)=>n.createElement(S.SymbolSearchDialogContentItem,{"data-role":"added-symbol-item",className:H.item,key:e.id,id:e.id,shortName:e.title,title:e.title,logoId:e.logoId,currencyLogoId:e.currencyLogoId,baseCurrencyLogoId:e.baseCurrencyLogoId,dangerousDescriptionHTML:e.description,exchangeName:e.exchangeName,marketType:e.marketType,country:e.country,providerId:e.providerId,onClick:E.bind(null,e),isHighlighted:e.id===w,isSelected:k(e),itemRef:k(e)?i:void 0,isYield:e.isYield,actions:n.createElement("div",{className:H.checkboxWrap},n.createElement(M,{className:H.checkbox,onClick:E.bind(null,e),isSelected:k(e)},n.createElement(u.Icon,{icon:z})))})))),Boolean(C.length)&&n.createElement(n.Fragment,null,n.createElement("div",{className:H.heading},a.t(null,void 0,o(8926))),C.map((e=>n.createElement(T,{"data-role":"recent-symbol-item",className:c()(H.item,e.id===w&&H.highlighted),key:e.id,id:e.id,shortName:e.title,logoId:e.logoId,currencyLogoId:e.currencyLogoId,baseCurrencyLogoId:e.baseCurrencyLogoId,title:e.title,dangerousDescriptionHTML:e.description,exchangeName:e.exchangeName,
marketType:e.marketType,country:e.country,providerId:e.providerId,fullSymbolName:e.symbol,isSelected:k(e),itemRef:k(e)?i:void 0,isYield:e.isYield})))))}())));function E(e,t){t?.preventDefault(),r.removeStudy(e)}function k(e){return x.indexOf(e)===l}}var P=o(56840);class F extends n.PureComponent{constructor(e){super(e),this._selectedItemRef=n.createRef(),this._getContextValue=()=>{const{compareModel:e}=this.props,{selectedCompareOptionIndex:t,selectedCompareIndex:o,hoveredItemId:n,allowExtendTimeScale:a}=this.state;return{compareModel:e,selectedCompareOptionIndex:t,setSelectedCompareOptionIndex:this._setSelectedCompareOptionIndex,hoveredItemId:n,setHoveredItemId:this._setHoveredItemId,selectedCompareIndex:o,setSelectedCompareIndex:this._setSelectedCompareIndex,selectedItemRef:this._selectedItemRef,clearInput:this._clearInput,allowExtendTimeScale:a,toggleAllowExtendTimeScale:this._toggleAllowExtendTimeScale}},this._clearInput=(e,t)=>{e&&e.current&&(e.current.value="",t("compare"))},this._setSelectedCompareOptionIndex=e=>{this.setState({selectedCompareOptionIndex:e})},this._setHoveredItemId=e=>{this.setState({hoveredItemId:e})},this._setSelectedCompareIndex=(e,t)=>{this.setState({selectedCompareIndex:e},t)},this._toggleAllowExtendTimeScale=()=>{const e=!this.state.allowExtendTimeScale;P.setValue("showAddSymbolDialog.extendCheckboxState",e),this.setState({allowExtendTimeScale:e})},this.state={selectedCompareOptionIndex:0,selectedCompareIndex:-1,hoveredItemId:void 0,allowExtendTimeScale:Boolean(P.getBool("showAddSymbolDialog.extendCheckboxState"))}}render(){const{children:e}=this.props;return n.createElement(y.Provider,{value:this._getContextValue()},e)}}var K=o(68335),W=o(79418),j=o(19291),X=o(29e3);function Y(e){const{openedItems:t,searchRef:o,feedItems:a,selectedIndex:r,toggleExpand:l,onSearchComplete:i,mode:s,setMode:d,setSelectedIndex:u,isMobile:m,isTablet:h,onClose:v,upperCaseEnabled:f,symbolSearchState:g}=(0,w.useEnsuredContext)(b.SymbolSearchItemsDialogContext),{compareModel:S,hoveredItemId:x,setHoveredItemId:I,selectedCompareOptionIndex:C,setSelectedCompareOptionIndex:E,selectedCompareIndex:k,setSelectedCompareIndex:D,selectedItemRef:M,clearInput:N,allowExtendTimeScale:_}=(0,w.useEnsuredContext)(y),L=(0,p.useWatchedValueReadonly)({watchedValue:S.studies()}),O=a[r],T="compare"===s,A="exchange"===s,R=T?k:r,z=T?L:a,H=z[R],[V,P]=B(H?.isYield);return(0,n.useEffect)((()=>{x&&I(""),k&&D(-1)}),[s]),n.createElement(W.AdaptivePopupDialog,{...e,className:c(X.dialog,!m&&(h?X.tabletDialog:X.desktopDialog)),onKeyDown:function(e){if(e.target&&e.target!==o.current)return;const n=(0,K.hashFromEvent)(e);switch(n){case 13:{if(T)return void function(){if(-1===k)return;const e=L[k];e.checked?S.removeStudy(e):S.applyStudy(e.symbol,V,_);D(-1)}();const t=G();if(t)return e.preventDefault(),void l(t);e.preventDefault();const n=o?.current?.value.trim();return void(n&&N&&(i([{symbol:f?n.toUpperCase():n,resolved:!1,compareOption:V,allowExtendTimeScale:_}]),N(o,d)))}case 27:return e.preventDefault(),A?void d("symbolSearch"):void v()} marketType:e.marketType,country:e.country,providerId:e.providerId,fullSymbolName:e.symbol,isSelected:k(e),itemRef:k(e)?i:void 0,isYield:e.isYield})))))}())));function E(e,t){t?.preventDefault(),r.removeStudy(e)}function k(e){return x.indexOf(e)===l}}var P=o(56840);class F extends n.PureComponent{constructor(e){super(e),this._selectedItemRef=n.createRef(),this._getContextValue=()=>{const{compareModel:e}=this.props,{selectedCompareOptionIndex:t,selectedCompareIndex:o,hoveredItemId:n,allowExtendTimeScale:a}=this.state;return{compareModel:e,selectedCompareOptionIndex:t,setSelectedCompareOptionIndex:this._setSelectedCompareOptionIndex,hoveredItemId:n,setHoveredItemId:this._setHoveredItemId,selectedCompareIndex:o,setSelectedCompareIndex:this._setSelectedCompareIndex,selectedItemRef:this._selectedItemRef,clearInput:this._clearInput,allowExtendTimeScale:a,toggleAllowExtendTimeScale:this._toggleAllowExtendTimeScale}},this._clearInput=(e,t)=>{e&&e.current&&(e.current.value="",t("compare"))},this._setSelectedCompareOptionIndex=e=>{this.setState({selectedCompareOptionIndex:e})},this._setHoveredItemId=e=>{this.setState({hoveredItemId:e})},this._setSelectedCompareIndex=(e,t)=>{this.setState({selectedCompareIndex:e},t)},this._toggleAllowExtendTimeScale=()=>{const e=!this.state.allowExtendTimeScale;P.setValue("showAddSymbolDialog.extendCheckboxState",e),this.setState({allowExtendTimeScale:e})},this.state={selectedCompareOptionIndex:0,selectedCompareIndex:-1,hoveredItemId:void 0,allowExtendTimeScale:Boolean(P.getBool("showAddSymbolDialog.extendCheckboxState"))}}render(){const{children:e}=this.props;return n.createElement(y.Provider,{value:this._getContextValue()},e)}}var K=o(68335),W=o(79418),j=o(19291),X=o(29e3);function Y(e){const{openedItems:t,searchRef:o,feedItems:a,selectedIndex:r,toggleExpand:i,onSearchComplete:c,mode:d,setMode:u,setSelectedIndex:m,isMobile:h,isTablet:v,onClose:f,upperCaseEnabled:g,symbolSearchState:S}=(0,w.useEnsuredContext)(b.SymbolSearchItemsDialogContext),{compareModel:x,hoveredItemId:I,setHoveredItemId:C,selectedCompareOptionIndex:E,setSelectedCompareOptionIndex:k,selectedCompareIndex:D,setSelectedCompareIndex:M,selectedItemRef:N,clearInput:_,allowExtendTimeScale:L}=(0,w.useEnsuredContext)(y),O=(0,p.useWatchedValueReadonly)({watchedValue:x.studies()}),T=a[r],A="compare"===d,R="exchange"===d,z=A?D:r,H=A?O:a,V=H[z],[P,F]=B(V?.isYield);return(0,n.useEffect)((()=>{I&&C(""),D&&M(-1)}),[d]),n.createElement(W.AdaptivePopupDialog,{...e,className:s(X.dialog,!h&&(v?X.tabletDialog:X.desktopDialog)),onKeyDown:function(e){if(e.target&&e.target!==o.current)return;const n=(0,K.hashFromEvent)(e);switch(n){case 13:{if(A)return void function(){if(-1===D)return;const e=O[D];e.checked?x.removeStudy(e):x.applyStudy(e.symbol,P,L);M(-1)}();const t=U();if(t)return e.preventDefault(),void i(t);e.preventDefault();const n=function(){0;const e=e=>"string"==typeof e?.fullSymbolName?e.fullSymbolName:e?.symbol,t=-1!==r;if(t)return e(V);const n=l.enabled("allow_arbitrary_symbol_search_input"),a="empty"!==S
if(!T&&"good"!==g)return;switch((0,j.mapKeyCodeToDirection)(n)){case"blockPrev":if(e.preventDefault(),0===R)return;if(-1===R)return void F(0);F(R-1);break;case"blockNext":if(e.preventDefault(),R===z.length-1)return;F(R+1);break;case"inlinePrev":{const o=G();if(o&&t.has(o))return e.preventDefault(),void l(o);if(!C||o)return;e.preventDefault(),E(C-1);break}case"inlineNext":{const o=G();if(o&&!t.has(o))return e.preventDefault(),void l(o);if(C===P.length-1||o)return;e.preventDefault(),E(C+1);break}}},dataName:"compare-dialog",draggable:!0});function F(e){T?D(e,Y):u(e)}function Y(){M.current?.scrollIntoView({block:"nearest"})}function G(){if(!O)return;const{id:e,isOffset:t,onExpandClick:o}=O;return!t&&Boolean(o)&&e?e:void 0}}var G=o(73280),U=o(29280),Z=o(87896);class Q extends U.DialogRenderer{constructor(e){super(),this._props=e}show(e){if(this.visible().value())return;const t=n.createElement(G.SymbolSearchItemsDialog,{...this._props,shouldReturnFocus:e?.shouldReturnFocus,initialMode:this._props.initialMode||"symbolSearch",onClose:()=>this.hide()});this._rootInstance=(0,Z.createReactRoot)(t,this._container),this._setVisibility(!0)}hide(){this._rootInstance?.unmount(),this._visibility.setValue(!1),this._props.onClose?.()}}var $=o(81319),q=o(69654),J=o(70613);function ee(e){const{searchRef:t,setMode:o}=(0,w.useEnsuredContext)(b.SymbolSearchItemsDialogContext),{currentMode:a}=(0,w.useEnsuredContext)(J.SymbolSearchDialogBodyContext);return(0,n.useEffect)((()=>{const e=t.current;if(e)return e.addEventListener("input",r),()=>{e&&e.removeEventListener("input",r)}}),[]),n.createElement(q.DialogSearch,{...e});function r(){t.current&&a&&("compare"!==a.current||""===t?.current?.value?.trim()?"symbolSearch"===a.current&&""===t?.current?.value?.trim()&&o("compare"):o("symbolSearch"))}}var te=o(70673),oe=o(39362),ne=o(69849);function ae(e){const{allowExtendTimeScale:t,toggleAllowExtendTimeScale:r}=(0,d.ensureNotNull)((0,n.useContext)(y));return n.createElement(oe.SymbolSearchDialogFooter,null,n.createElement("label",{"data-name":"allow-extend-time-scale-checkbox"},n.createElement(te.CheckboxInput,{checked:t,value:t?"on":"off",onChange:r}),n.createElement("span",{className:ne.label},a.t(null,void 0,o(1048)))))}const re=l.enabled("secondary_series_extend_time_scale");function le(e){return new Q({wrapper:(t=e,e=>n.createElement(F,{...e,compareModel:t})),dialog:Y,contentItem:T,initialScreen:V,searchInput:ee,footer:re?n.createElement(ae):void 0,initialMode:"compare",dialogTitle:a.t(null,void 0,o(93193)),autofocus:!r.mobiletouch,dialogWidth:"fixed",onSearchComplete:t=>{const{compareOption:o,allowExtendTimeScale:n}=t[0];if(void 0!==o){(0,i.getSymbolSearchCompleteOverrideFunction)()(t[0].symbol,t[0].result).then((t=>{e.applyStudy(t.symbol,o,n)}))}},symbolTypes:(0,$.getAvailableSymbolTypes)(),showSpreadActions:l.enabled("show_spread_operators")&&l.enabled("compare_symbol_search_spread_operators")});var t}},46148:(e,t,o)=>{"use strict";var n;o.d(t,{CompareOption:()=>n}),function(e){e[e.SamePctScale=0]="SamePctScale", ;if(n)return a&&H.length?e(H[0]):o?.current?.value.trim();if(!a&&!t&&!n)return;if(H.length)return e(H[0])}();return void(n&&(c([{symbol:g?n.toString().toUpperCase():n.toString(),resolved:!1,compareOption:P,allowExtendTimeScale:L}]),_&&_(o,u)))}case 27:return e.preventDefault(),R?void u("symbolSearch"):void f()}if(!A&&"good"!==S)return;switch((0,j.mapKeyCodeToDirection)(n)){case"blockPrev":if(e.preventDefault(),0===z)return;if(-1===z)return void Y(0);Y(z-1);break;case"blockNext":if(e.preventDefault(),z===H.length-1)return;Y(z+1);break;case"inlinePrev":{const o=U();if(o&&t.has(o))return e.preventDefault(),void i(o);if(!E||o)return;e.preventDefault(),k(E-1);break}case"inlineNext":{const o=U();if(o&&!t.has(o))return e.preventDefault(),void i(o);if(E===F.length-1||o)return;e.preventDefault(),k(E+1);break}}},dataName:"compare-dialog",draggable:!0});function Y(e){A?M(e,G):m(e)}function G(){N.current?.scrollIntoView({block:"nearest"})}function U(){if(!T)return;const{id:e,isOffset:t,onExpandClick:o}=T;return!t&&Boolean(o)&&e?e:void 0}}var G=o(73280),U=o(29280),Z=o(87896);class Q extends U.DialogRenderer{constructor(e){super(),this._props=e}show(e){if(this.visible().value())return;const t=n.createElement(G.SymbolSearchItemsDialog,{...this._props,shouldReturnFocus:e?.shouldReturnFocus,initialMode:this._props.initialMode||"symbolSearch",onClose:()=>this.hide()});this._rootInstance=(0,Z.createReactRoot)(t,this._container),this._setVisibility(!0)}hide(){this._rootInstance?.unmount(),this._visibility.setValue(!1),this._props.onClose?.()}}var $=o(81319),q=o(69654),J=o(70613);function ee(e){const{searchRef:t,setMode:o}=(0,w.useEnsuredContext)(b.SymbolSearchItemsDialogContext),{currentMode:a}=(0,w.useEnsuredContext)(J.SymbolSearchDialogBodyContext);return(0,n.useEffect)((()=>{const e=t.current;if(e)return e.addEventListener("input",r),()=>{e&&e.removeEventListener("input",r)}}),[]),n.createElement(q.DialogSearch,{...e});function r(){t.current&&a&&("compare"!==a.current||""===t?.current?.value?.trim()?"symbolSearch"===a.current&&""===t?.current?.value?.trim()&&o("compare"):o("symbolSearch"))}}var te=o(70673),oe=o(39362),ne=o(69849);function ae(e){const{allowExtendTimeScale:t,toggleAllowExtendTimeScale:r}=(0,d.ensureNotNull)((0,n.useContext)(y));return n.createElement(oe.SymbolSearchDialogFooter,null,n.createElement("label",{"data-name":"allow-extend-time-scale-checkbox"},n.createElement(te.CheckboxInput,{checked:t,value:t?"on":"off",onChange:r}),n.createElement("span",{className:ne.label},a.t(null,void 0,o(1048)))))}const re=l.enabled("secondary_series_extend_time_scale");function le(e){return new Q({wrapper:(t=e,e=>n.createElement(F,{...e,compareModel:t})),dialog:Y,contentItem:T,initialScreen:V,searchInput:ee,footer:re?n.createElement(ae):void 0,initialMode:"compare",dialogTitle:a.t(null,void 0,o(93193)),autofocus:!r.mobiletouch,dialogWidth:"fixed",onSearchComplete:t=>{const{compareOption:o,allowExtendTimeScale:n}=t[0];if(void 0!==o){(0,i.getSymbolSearchCompleteOverrideFunction)()(t[0].symbol,t[0].result).then((t=>{
e[e.NewPriceScale=1]="NewPriceScale",e[e.NewPane=2]="NewPane",e[e.SameScale=3]="SameScale"}(n||(n={}))},37558:(e,t,o)=>{"use strict";o.d(t,{DrawerContext:()=>l,DrawerManager:()=>r});var n=o(50959),a=o(99054);class r extends n.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))},this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,a.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,a.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,a.setFixedBodyState)(!1)}render(){return n.createElement(l.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const l=n.createContext(null)},41590:(e,t,o)=>{"use strict";o.d(t,{Drawer:()=>p});var n=o(50959),a=o(50151),r=o(97754),l=o(92184),i=o(42842),c=o(37558),s=o(29197),d=o(86656),u=o(36718);var m;function p(e){const{position:t="Bottom",onClose:o,children:d,reference:m,className:p,theme:v=u}=e,f=(0,a.ensureNotNull)((0,n.useContext)(c.DrawerContext)),[g]=(0,n.useState)((()=>(0,l.randomHash)())),b=(0,n.useRef)(null),S=(0,n.useContext)(s.CloseDelegateContext);return(0,n.useLayoutEffect)((()=>((0,a.ensureNotNull)(b.current).focus({preventScroll:!0}),S.subscribe(f,o),f.addDrawer(g),()=>{f.removeDrawer(g),S.unsubscribe(f,o)})),[]),n.createElement(i.Portal,null,n.createElement("div",{ref:m,className:r(u.wrap,u[`position${t}`])},g===f.currentDrawer&&n.createElement("div",{className:u.backdrop,onClick:o}),n.createElement(h,{className:r(v.drawer,u[`position${t}`],p),ref:b,"data-name":e["data-name"]},d)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(m||(m={}));const h=(0,n.forwardRef)(((e,t)=>{const{className:o,...a}=e;return n.createElement(d.TouchScrollContainer,{className:r(u.drawer,o),tabIndex:-1,ref:t,...a})}))},70412:(e,t,o)=>{"use strict";o.d(t,{hoverMouseEventFilter:()=>r,useAccurateHover:()=>l,useHover:()=>a});var n=o(50959);function a(){const[e,t]=(0,n.useState)(!1);return[e,{onMouseOver:function(e){r(e)&&t(!0)},onMouseOut:function(e){r(e)&&t(!1)}}]}function r(e){return!e.currentTarget.contains(e.relatedTarget)}function l(e){const[t,o]=(0,n.useState)(!1);return(0,n.useEffect)((()=>{const t=t=>{if(null===e.current)return;const n=e.current.contains(t.target);o(n)};return document.addEventListener("mouseover",t),()=>document.removeEventListener("mouseover",t)}),[]),t}},86656:(e,t,o)=>{"use strict";o.d(t,{TouchScrollContainer:()=>s});var n=o(50959),a=o(59142),r=o(50151),l=o(49483);const i=CSS.supports("overscroll-behavior","none");let c=0;const s=(0,n.forwardRef)(((e,t)=>{const{children:o,...r}=e,s=(0,n.useRef)(null);return(0,n.useImperativeHandle)(t,(()=>s.current)),(0,n.useLayoutEffect)((()=>{if(l.CheckMobile.iOS())return c++, e.applyStudy(t.symbol,o,n)}))}},symbolTypes:(0,$.getAvailableSymbolTypes)(),showSpreadActions:l.enabled("show_spread_operators")&&l.enabled("compare_symbol_search_spread_operators")});var t}},46148:(e,t,o)=>{"use strict";var n;o.d(t,{CompareOption:()=>n}),function(e){e[e.SamePctScale=0]="SamePctScale",e[e.NewPriceScale=1]="NewPriceScale",e[e.NewPane=2]="NewPane",e[e.SameScale=3]="SameScale"}(n||(n={}))},37558:(e,t,o)=>{"use strict";o.d(t,{DrawerContext:()=>l,DrawerManager:()=>r});var n=o(50959),a=o(99054);class r extends n.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))},this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,a.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,a.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,a.setFixedBodyState)(!1)}render(){return n.createElement(l.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const l=n.createContext(null)},41590:(e,t,o)=>{"use strict";o.d(t,{Drawer:()=>p});var n=o(50959),a=o(50151),r=o(97754),l=o(92184),i=o(42842),s=o(37558),c=o(29197),d=o(86656),u=o(36718);var m;function p(e){const{position:t="Bottom",onClose:o,children:d,reference:m,className:p,theme:v=u}=e,f=(0,a.ensureNotNull)((0,n.useContext)(s.DrawerContext)),[g]=(0,n.useState)((()=>(0,l.randomHash)())),b=(0,n.useRef)(null),S=(0,n.useContext)(c.CloseDelegateContext);return(0,n.useLayoutEffect)((()=>((0,a.ensureNotNull)(b.current).focus({preventScroll:!0}),S.subscribe(f,o),f.addDrawer(g),()=>{f.removeDrawer(g),S.unsubscribe(f,o)})),[]),n.createElement(i.Portal,null,n.createElement("div",{ref:m,className:r(u.wrap,u[`position${t}`])},g===f.currentDrawer&&n.createElement("div",{className:u.backdrop,onClick:o}),n.createElement(h,{className:r(v.drawer,u[`position${t}`],p),ref:b,"data-name":e["data-name"]},d)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(m||(m={}));const h=(0,n.forwardRef)(((e,t)=>{const{className:o,...a}=e;return n.createElement(d.TouchScrollContainer,{className:r(u.drawer,o),tabIndex:-1,ref:t,...a})}))},70412:(e,t,o)=>{"use strict";o.d(t,{hoverMouseEventFilter:()=>r,useAccurateHover:()=>l,useHover:()=>a});var n=o(50959);function a(){const[e,t]=(0,n.useState)(!1);return[e,{onMouseOver:function(e){r(e)&&t(!0)},onMouseOut:function(e){r(e)&&t(!1)}}]}function r(e){return!e.currentTarget.contains(e.relatedTarget)}function l(e){const[t,o]=(0,n.useState)(!1);return(0,n.useEffect)((()=>{const t=t=>{if(null===e.current)return;const n=e.current.contains(t.target);o(n)};return document.addEventListener("mouseover",t),()=>document.removeEventListener("mouseover",t)}),[]),t}},86656:(e,t,o)=>{"use strict";o.d(t,{TouchScrollContainer:()=>c})
null!==s.current&&(i?1===c&&(document.body.style.overscrollBehavior="none"):(0,a.disableBodyScroll)(s.current,{allowTouchMove:d(s)})),()=>{c--,null!==s.current&&(i?0===c&&(document.body.style.overscrollBehavior=""):(0,a.enableBodyScroll)(s.current))}}),[]),n.createElement("div",{ref:s,...r},o)}));function d(e){return t=>{const o=(0,r.ensureNotNull)(e.current),n=document.activeElement;return!o.contains(t)||null!==n&&o.contains(n)&&n.contains(t)}}},65890:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 9" width="11" height="9" fill="none"><path stroke="currentColor" stroke-width="2" d="M0.999878 4L3.99988 7L9.99988 1"/></svg>'},39750:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M7 15l5 5L23 9"/></svg>'},93986:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 121 120" width="121" height="120"><path fill="#D1D4DC" d="M53.88 18.36a43.4 43.4 0 0 1 11.24 0 1 1 0 0 0 .26-1.98 45.42 45.42 0 0 0-11.76 0 1 1 0 1 0 .26 1.98zM43.04 21.26a1 1 0 0 0-.77-1.85A44.95 44.95 0 0 0 32.1 25.3a1 1 0 0 0 1.22 1.58 42.95 42.95 0 0 1 9.72-5.62zM75.42 19.96a1 1 0 0 1 1.3-.55A44.95 44.95 0 0 1 86.9 25.3a1 1 0 0 1-1.22 1.58 42.95 42.95 0 0 0-9.72-5.62 1 1 0 0 1-.54-1.3zM25.38 34.82a1 1 0 1 0-1.58-1.22 44.95 44.95 0 0 0-5.89 10.17 1 1 0 0 0 1.85.77 42.95 42.95 0 0 1 5.62-9.72zM16.86 55.38a1 1 0 0 0-1.98-.26 45.42 45.42 0 0 0 0 11.76 1 1 0 1 0 1.98-.26 43.4 43.4 0 0 1 0-11.24zM103 54.26a1 1 0 0 1 1.12.86 45.4 45.4 0 0 1 0 11.76 1 1 0 0 1-1.98-.26 43.37 43.37 0 0 0 0-11.24 1 1 0 0 1 .86-1.12zM19.76 77.46a1 1 0 0 0-1.85.77A44.95 44.95 0 0 0 23.8 88.4a1 1 0 0 0 1.58-1.22 42.95 42.95 0 0 1-5.62-9.72zM100.54 76.92a1 1 0 0 1 .54 1.3A44.95 44.95 0 0 1 95.2 88.4a1 1 0 0 1-1.58-1.22 42.95 42.95 0 0 0 5.62-9.72 1 1 0 0 1 1.3-.54zM33.32 95.12a1 1 0 1 0-1.22 1.58 44.94 44.94 0 0 0 10.17 5.88 1 1 0 0 0 .77-1.84 42.97 42.97 0 0 1-9.72-5.62zM87.08 95.3a1 1 0 0 1-.18 1.4 44.94 44.94 0 0 1-10.17 5.88 1 1 0 0 1-.77-1.84 42.98 42.98 0 0 0 9.72-5.62 1 1 0 0 1 1.4.18zM53.88 103.64a1 1 0 0 0-.26 1.98 45.4 45.4 0 0 0 11.76 0 1 1 0 0 0-.26-1.98 43.37 43.37 0 0 1-11.24 0zM62.81 53.17a1 1 0 0 0-.78 1.84 6.62 6.62 0 0 1 3.49 3.5 1 1 0 1 0 1.84-.78 8.62 8.62 0 0 0-4.55-4.56z"/><path fill="#D1D4DC" d="M45.5 61a14 14 0 1 1 24.28 9.5l7.92 7.92a1 1 0 0 1-1.42 1.42l-7.96-7.97A14 14 0 0 1 45.5 61zm14-12a12 12 0 1 0 0 24 12 12 0 0 0 0-24z"/><circle fill="#1976D2" cx="97.5" cy="39" r="13"/><path fill="#D1D4DC" d="M98.5 34a1 1 0 1 0-2 0v4h-4a1 1 0 1 0 0 2h4v4a1 1 0 1 0 2 0v-4h4a1 1 0 0 0 0-2h-4v-4z"/></svg>'},15550:e=>{ ;var n=o(50959),a=o(59142),r=o(50151),l=o(49483);const i=CSS.supports("overscroll-behavior","none");let s=0;const c=(0,n.forwardRef)(((e,t)=>{const{children:o,...r}=e,c=(0,n.useRef)(null);return(0,n.useImperativeHandle)(t,(()=>c.current)),(0,n.useLayoutEffect)((()=>{if(l.CheckMobile.iOS())return s++,null!==c.current&&(i?1===s&&(document.body.style.overscrollBehavior="none"):(0,a.disableBodyScroll)(c.current,{allowTouchMove:d(c)})),()=>{s--,null!==c.current&&(i?0===s&&(document.body.style.overscrollBehavior=""):(0,a.enableBodyScroll)(c.current))}}),[]),n.createElement("div",{ref:c,...r},o)}));function d(e){return t=>{const o=(0,r.ensureNotNull)(e.current),n=document.activeElement;return!o.contains(t)||null!==n&&o.contains(n)&&n.contains(t)}}},65890:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 9" width="11" height="9" fill="none"><path stroke="currentColor" stroke-width="2" d="M0.999878 4L3.99988 7L9.99988 1"/></svg>'},39750:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M7 15l5 5L23 9"/></svg>'},93986:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 121 120" width="121" height="120"><path fill="#D1D4DC" d="M53.88 18.36a43.4 43.4 0 0 1 11.24 0 1 1 0 0 0 .26-1.98 45.42 45.42 0 0 0-11.76 0 1 1 0 1 0 .26 1.98zM43.04 21.26a1 1 0 0 0-.77-1.85A44.95 44.95 0 0 0 32.1 25.3a1 1 0 0 0 1.22 1.58 42.95 42.95 0 0 1 9.72-5.62zM75.42 19.96a1 1 0 0 1 1.3-.55A44.95 44.95 0 0 1 86.9 25.3a1 1 0 0 1-1.22 1.58 42.95 42.95 0 0 0-9.72-5.62 1 1 0 0 1-.54-1.3zM25.38 34.82a1 1 0 1 0-1.58-1.22 44.95 44.95 0 0 0-5.89 10.17 1 1 0 0 0 1.85.77 42.95 42.95 0 0 1 5.62-9.72zM16.86 55.38a1 1 0 0 0-1.98-.26 45.42 45.42 0 0 0 0 11.76 1 1 0 1 0 1.98-.26 43.4 43.4 0 0 1 0-11.24zM103 54.26a1 1 0 0 1 1.12.86 45.4 45.4 0 0 1 0 11.76 1 1 0 0 1-1.98-.26 43.37 43.37 0 0 0 0-11.24 1 1 0 0 1 .86-1.12zM19.76 77.46a1 1 0 0 0-1.85.77A44.95 44.95 0 0 0 23.8 88.4a1 1 0 0 0 1.58-1.22 42.95 42.95 0 0 1-5.62-9.72zM100.54 76.92a1 1 0 0 1 .54 1.3A44.95 44.95 0 0 1 95.2 88.4a1 1 0 0 1-1.58-1.22 42.95 42.95 0 0 0 5.62-9.72 1 1 0 0 1 1.3-.54zM33.32 95.12a1 1 0 1 0-1.22 1.58 44.94 44.94 0 0 0 10.17 5.88 1 1 0 0 0 .77-1.84 42.97 42.97 0 0 1-9.72-5.62zM87.08 95.3a1 1 0 0 1-.18 1.4 44.94 44.94 0 0 1-10.17 5.88 1 1 0 0 1-.77-1.84 42.98 42.98 0 0 0 9.72-5.62 1 1 0 0 1 1.4.18zM53.88 103.64a1 1 0 0 0-.26 1.98 45.4 45.4 0 0 0 11.76 0 1 1 0 0 0-.26-1.98 43.37 43.37 0 0 1-11.24 0zM62.81 53.17a1 1 0 0 0-.78 1.84 6.62 6.62 0 0 1 3.49 3.5 1 1 0 1 0 1.84-.78 8.62 8.62 0 0 0-4.55-4.56z"/><path fill="#D1D4DC" d="M45.5 61a14 14 0 1 1 24.28 9.5l7.92 7.92a1 1 0 0 1-1.42 1.42l-7.96-7.97A14 14 0 0 1 45.5 61zm14-12a12 12 0 1 0 0 24 12 12 0 0 0 0-24z"/><circle fill="#1976D2" cx="97.5" cy="39" r="13"/><path fill="#D1D4DC" d="M98.5 34a1 1 0 1 0-2 0v4h-4a1 1 0 1 0 0 2h4v4a1 1 0 1 0 2 0v-4h4a1 1 0 0 0 0-2h-4v-4z"/></svg>'},15550:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 121 120" width="121" height="120"><path fill="#1E222D" d="M53.88 18.36a43.4 43.4 0 0 1 11.24 0 1 1 0 0 0 .26-1.98 45.42 45.42 0 0 0-11.76 0 1 1 0 1 0 .26 1.98zM43.04 21.26a1 1 0 0 0-.77-1.85A44.95 44.95 0 0 0 32.1 25.3a1 1 0 0 0 1.22 1.58 42.95 42.95 0 0 1 9.72-5.62zM75.42 19.96a1 1 0 0 1 1.3-.55A44.95 44.95 0 0 1 86.9 25.3a1 1 0 0 1-1.22 1.58 42.95 42.95 0 0 0-9.72-5.62 1 1 0 0 1-.54-1.3zM25.38 34.82a1 1 0 1 0-1.58-1.22 44.95 44.95 0 0 0-5.89 10.17 1 1 0 0 0 1.85.77 42.95 42.95 0 0 1 5.62-9.72zM16.86 55.38a1 1 0 0 0-1.98-.26 45.42 45.42 0 0 0 0 11.76 1 1 0 1 0 1.98-.26 43.4 43.4 0 0 1 0-11.24zM103 54.26a1 1 0 0 1 1.12.86 45.4 45.4 0 0 1 0 11.76 1 1 0 0 1-1.98-.26 43.37 43.37 0 0 0 0-11.24 1 1 0 0 1 .86-1.12zM19.76 77.46a1 1 0 0 0-1.85.77A44.95 44.95 0 0 0 23.8 88.4a1 1 0 0 0 1.58-1.22 42.95 42.95 0 0 1-5.62-9.72zM100.54 76.92a1 1 0 0 1 .54 1.3A44.95 44.95 0 0 1 95.2 88.4a1 1 0 0 1-1.58-1.22 42.95 42.95 0 0 0 5.62-9.72 1 1 0 0 1 1.3-.54zM33.32 95.12a1 1 0 1 0-1.22 1.58 44.94 44.94 0 0 0 10.17 5.88 1 1 0 0 0 .77-1.84 42.97 42.97 0 0 1-9.72-5.62zM87.08 95.3a1 1 0 0 1-.18 1.4 44.94 44.94 0 0 1-10.17 5.88 1 1 0 0 1-.77-1.84 42.98 42.98 0 0 0 9.72-5.62 1 1 0 0 1 1.4.18zM53.88 103.64a1 1 0 0 0-.26 1.98 45.4 45.4 0 0 0 11.76 0 1 1 0 0 0-.26-1.98 43.37 43.37 0 0 1-11.24 0zM62.81 53.17a1 1 0 0 0-.78 1.84 6.62 6.62 0 0 1 3.49 3.5 1 1 0 1 0 1.84-.78 8.62 8.62 0 0 0-4.55-4.56z"/><path fill="#1E222D" d="M45.5 61a14 14 0 1 1 24.28 9.5l7.92 7.92a1 1 0 0 1-1.42 1.42l-7.96-7.97A14 14 0 0 1 45.5 61zm14-12a12 12 0 1 0 0 24 12 12 0 0 0 0-24z"/><circle fill="#2196F3" cx="97.5" cy="39" r="13"/><path fill="#fff" d="M98.5 34a1 1 0 1 0-2 0v4h-4a1 1 0 1 0 0 2h4v4a1 1 0 1 0 2 0v-4h4a1 1 0 0 0 0-2h-4v-4z"/></svg>'}}]); e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 121 120" width="121" height="120"><path fill="#1E222D" d="M53.88 18.36a43.4 43.4 0 0 1 11.24 0 1 1 0 0 0 .26-1.98 45.42 45.42 0 0 0-11.76 0 1 1 0 1 0 .26 1.98zM43.04 21.26a1 1 0 0 0-.77-1.85A44.95 44.95 0 0 0 32.1 25.3a1 1 0 0 0 1.22 1.58 42.95 42.95 0 0 1 9.72-5.62zM75.42 19.96a1 1 0 0 1 1.3-.55A44.95 44.95 0 0 1 86.9 25.3a1 1 0 0 1-1.22 1.58 42.95 42.95 0 0 0-9.72-5.62 1 1 0 0 1-.54-1.3zM25.38 34.82a1 1 0 1 0-1.58-1.22 44.95 44.95 0 0 0-5.89 10.17 1 1 0 0 0 1.85.77 42.95 42.95 0 0 1 5.62-9.72zM16.86 55.38a1 1 0 0 0-1.98-.26 45.42 45.42 0 0 0 0 11.76 1 1 0 1 0 1.98-.26 43.4 43.4 0 0 1 0-11.24zM103 54.26a1 1 0 0 1 1.12.86 45.4 45.4 0 0 1 0 11.76 1 1 0 0 1-1.98-.26 43.37 43.37 0 0 0 0-11.24 1 1 0 0 1 .86-1.12zM19.76 77.46a1 1 0 0 0-1.85.77A44.95 44.95 0 0 0 23.8 88.4a1 1 0 0 0 1.58-1.22 42.95 42.95 0 0 1-5.62-9.72zM100.54 76.92a1 1 0 0 1 .54 1.3A44.95 44.95 0 0 1 95.2 88.4a1 1 0 0 1-1.58-1.22 42.95 42.95 0 0 0 5.62-9.72 1 1 0 0 1 1.3-.54zM33.32 95.12a1 1 0 1 0-1.22 1.58 44.94 44.94 0 0 0 10.17 5.88 1 1 0 0 0 .77-1.84 42.97 42.97 0 0 1-9.72-5.62zM87.08 95.3a1 1 0 0 1-.18 1.4 44.94 44.94 0 0 1-10.17 5.88 1 1 0 0 1-.77-1.84 42.98 42.98 0 0 0 9.72-5.62 1 1 0 0 1 1.4.18zM53.88 103.64a1 1 0 0 0-.26 1.98 45.4 45.4 0 0 0 11.76 0 1 1 0 0 0-.26-1.98 43.37 43.37 0 0 1-11.24 0zM62.81 53.17a1 1 0 0 0-.78 1.84 6.62 6.62 0 0 1 3.49 3.5 1 1 0 1 0 1.84-.78 8.62 8.62 0 0 0-4.55-4.56z"/><path fill="#1E222D" d="M45.5 61a14 14 0 1 1 24.28 9.5l7.92 7.92a1 1 0 0 1-1.42 1.42l-7.96-7.97A14 14 0 0 1 45.5 61zm14-12a12 12 0 1 0 0 24 12 12 0 0 0 0-24z"/><circle fill="#2196F3" cx="97.5" cy="39" r="13"/><path fill="#fff" d="M98.5 34a1 1 0 1 0-2 0v4h-4a1 1 0 1 0 0 2h4v4a1 1 0 1 0 2 0v-4h4a1 1 0 0 0 0-2h-4v-4z"/></svg>'}}]);

View File

@@ -1,6 +0,0 @@
(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} عشرية"]}}}]);

View File

@@ -0,0 +1,7 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"],ar:["الأعمدة البيانية"]}},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"]}},31882:e=>{e.exports={en:["12-hours"],ar:[" 12 ساعة"]}},5797:e=>{e.exports={en:["24-hours"],ar:["24 ساعة"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ar:["تلوين الأعمدة طبقًا للإغلاق السابق"]}},23739:e=>{e.exports={en:["Canvas"],ar:["لوحة"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},15153:e=>{e.exports={en:["Chart basic styles"],ar:["أنماط الرسم البياني الأساسية"]}},45639:e=>{e.exports={en:["Chart values"],ar:["قيم الرسم البياني"]}},84831:e=>{e.exports={en:["Close line"],ar:["خط الإغلاق"]}},74622:e=>{e.exports={en:["Crosshair"],ar:["مؤشر التقاطع"]}},81849:e=>{e.exports={en:["Currency"],ar:["عملة"]}},3015:e=>{e.exports={en:["Currency and Unit"],ar:["العملة والوحدة"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ar:["تعديل البيانات لأرباح الأسهم"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ar:["ضبط لتغييرات العقود"]}},36620:e=>{e.exports={en:["Alerts"],ar:["تنبيهات"]}},14119:e=>{e.exports={en:["Arguments"],ar:["مدخلات"]}},68650:e=>{e.exports={en:["Average close"],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:["إطارات"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},10842:e=>{e.exports={en:["Bar change values"],ar:["قيمة التغير للعمود"]}},28975:e=>{e.exports={en:["Base level"],ar:["مستوى الأساس"]}},76473:e=>{e.exports={en:["Bid and ask"],ar:["سعر البيع والشراء"]}},32744:e=>{e.exports={en:["Buttons"],ar:["أزرار"]}},68662:e=>{e.exports={en:["Grid lines"],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:["تعديل البيانات"]}},84838:e=>{e.exports={en:["Date format"],ar:["تنسيق التاريخ"]}},42357:e=>{e.exports={en:["Day of week on labels"],ar:["يوم الأسبوع على الملصقات"]}},16564:e=>{e.exports={en:["Default"],ar:["افتراضي"]}},78734:e=>{e.exports={en:["Description"],ar:["الوصف"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ar:["خلفية ساعات التداول الإلكترونية"]}},69808:e=>{e.exports={en:["Events"],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:["ملء المنطقة السفلية"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},61900:e=>{e.exports={en:["Horz only"],ar:["أفقي فقط"]}},14180:e=>{e.exports={en:["High and low"],ar:["أعلى وأدنى"]}},56359:e=>{e.exports={en:["High line"],ar:["خط أعلى مستوى"]}
},47326:e=>{e.exports={en:["Integer"],ar:["عدد صحيح"]}},84549:e=>{e.exports={en:["Indicators"],ar:["مؤشرات"]}},78082:e=>{e.exports={en:["Indicators and financials"],ar:["المؤشرات والبيانات المالية"]}},25765:e=>{e.exports={en:["Open market status"],ar:["حالة الأسواق المفتوحة"]}},34579:e=>{e.exports={en:["Low line"],ar:["خط أدنى مستوى"]}},14876:e=>{e.exports={en:["Logo"],ar:["الشعار"]}},89315:e=>{e.exports={en:["Long Description"],ar:["وصف مطوّل"]}},72423:e=>{e.exports={en:["Last day change values"],ar:["قيم تغيير اليوم الأخير"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},8249:e=>{e.exports={en:["Money"],ar:["أموال"]}},70937:e=>{e.exports={en:["Margins"],ar:["هوامش"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},58589:e=>{e.exports={en:["No overlapping labels"],ar:["بدون ملصقات متداخلة"]}},60798:e=>{e.exports={en:["None"],ar:["لا شيء"]}},51019:e=>{e.exports={en:["Navigation"],ar:["تنقل"]}},99709:e=>{e.exports={en:["Name"],ar:["الاسم"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],ar:["احفظ موضع الحافة اليسرى للمخطط عند تغيير الفاصل الزمني"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],ar:["أوضاع المقياس (A و L)"]}},93968:e=>{e.exports={en:["Scales"],ar:["المقاييس"]}},90275:e=>{e.exports={en:["Scales and lines"],ar:["المقاييس والخطوط"]}},30042:e=>{e.exports={en:["Scales placement"],ar:["وضع المقاييس"]}},28715:e=>{e.exports={en:["Status line"],ar:["خط الحالة"]}},95481:e=>{e.exports={en:["Symbol"],ar:["رمز"]}},53263:e=>{e.exports={en:["Pane"],ar:["جزء"]}},82894:e=>{e.exports={en:["Pane separators"],ar:["فواصل الأجزاء"]}},16207:e=>{e.exports={en:["Percentage"],ar:["نسبة مئوية"]}},94408:e=>{e.exports={en:["Pips"],ar:["نقاط"]}},60904:e=>{e.exports={en:["Pre/post market"],ar:["ما قبل/بعد الجلسة"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ar:["خلفية ما قبل/بعد الجلسة"]}},59766:e=>{e.exports={en:["Precision"],ar:["الدقة"]}},83811:e=>{e.exports={en:["Previous day close"],ar:["إغلاق اليوم السابق"]}},35082:e=>{e.exports={en:["Price Scale"],ar:["مقياس الأسعار"]}},27632:e=>{e.exports={en:["Price and percentage value"],ar:["السعر وقيمة النسبة المئوية"]}},62142:e=>{e.exports={en:["Price labels & lines"],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:["يمين"]}},62532:e=>{e.exports={en:["Right Margin"],ar:["الهامش الأيمن"]}},41571:e=>{e.exports={en:["Watermark"],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:["أعمدة نحيفة"]}},70198:e=>{e.exports={en:["Title"],ar:["عنوان"]}},29854:e=>{e.exports={en:["Titles"],ar:["العناوين"]}},5791:e=>{e.exports={en:["Ticker"],ar:["الرمز"]}},16816:e=>{e.exports={en:["Ticker and description"],ar:["الرمز والوصف"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},93965:e=>{e.exports={en:["Time Scale"],ar:["مقياس الوقت"]}},5591:e=>{e.exports={en:["Time hours format"],ar:["تنسيق الساعات"]}},77073:e=>{e.exports={en:["Timezone"],ar:["توقيت"]}},76495:e=>{e.exports={en:["Trading"],ar:["تداول"]}},33564:e=>{e.exports={en:["Unit"],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:["استخدم التسوية في أقرب وقت على الفاصل الزمني اليومي"]}},37644:e=>{e.exports={en:["Volume"],ar:["حجم التداول"]}},51514:e=>{e.exports={en:["Value"],ar:["قيمة"]}},31218:e=>{e.exports={en:["Value according to scale"],ar:["القيمة حسب المقياس"]}},60092:e=>{e.exports={en:["Values"],ar:["القِيم"]}},83594:e=>{e.exports={en:["Vert and horz"],ar:["عمودي وأفقي"]}},8402:e=>{e.exports={en:["Vert only"],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"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],ar:["تغيير وضوح أزرار التنقل"]}},96227:e=>{e.exports={en:["change open market status visibility"],ar:["تغيير وضوح حالة السوق المفتوحة"]}},43231:e=>{e.exports={en:["change average close price line width"],ar:["تغيير عرض خط متوسط سعر الإغلاق"]}},47026:e=>{e.exports={en:["change average close price line color"],ar:["تغيير لون خط متوسط سعر الإغلاق"]}},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:["تغيير مصدر سعر المنطقة"]}},98407:e=>{e.exports={en:["change ask line color"],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:["تغيير لون العمود الصاعد"]}},27426:e=>{e.exports={en:["change bar change visibility"],ar:["تغيير وضوح تغييرات الأعمدة"]}},59622:e=>{e.exports={en:["change bar down color"],ar:["تغيير لون العمود الهابط"]}},17919:e=>{e.exports={en:["change bid line color"],ar:["تغيير لون خط سعر البيع"]}},32094:e=>{e.exports={en:["change bottom margin"],ar:["تغيير الهامش السفلي"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],ar:["تغيير وضوح وحدات الملصقات والعملة"]}},64003:e=>{e.exports={en:["change currency label visibility"],ar:["تغيير وضوح ملصقات العملة"]}},42803:e=>{e.exports={en:["change chart background color"],ar:["تغيير لون خلفية الرسم البياني"]}},41382:e=>{e.exports={en:["change chart background type"],ar:["تغيير نوع خلفية الرسم البياني"]}},79637:e=>{e.exports={en:["change chart values visibility"],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:["تغيير مصدر سعر العمود"]}},50544:e=>{e.exports={en:["change crosshair width"],ar:["تغيير عرض التقاطع"]}},92885:e=>{e.exports={en:["change crosshair color"],ar:["تغيير لون التقاطع"]}},68418:e=>{e.exports={en:["change crosshair style"],ar:["تغيير نمط التقاطع"]}},43109:e=>{e.exports={en:["change date format"],ar:["تغيير تنسيق التاريخ"]}},30418:e=>{e.exports={en:["change day of week on labels"],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:["تغيير ساعات التداول الإلكترونية"]}},73844:e=>{e.exports={en:["change grid lines visibility"],ar:["تغيير وضوح خطوط الشبكة"]}},61407:e=>{e.exports={en:["change high and low price line color"],ar:["تغيير لون خط أعلى وأدنى سعر"]}},39581:e=>{e.exports={en:["change high and low price line width"],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:["تغيير لون ملصقات أعلى-أدنى"]}},21133:e=>{e.exports={en:["change horz grid lines color"],ar:["تغيير لون خطوط الشبكة الأفقية"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],
ar:["تغيير وضوح عناوين المؤشر"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ar:["تغيير وضوح قيم المؤشر"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ar:["تغيير وضوح مدخلات المؤشر"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ar:["وضوح ملصقات تغير المؤشرات وأسماء البيانات المالية"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ar:["وضوح ملصقات تغير المؤشرات والبيانات المالية"]}},66307:e=>{e.exports={en:["change last day change visibility"],ar:["تغيير الرؤية في اليوم الأخير"]}},91873:e=>{e.exports={en:["change legend background transparency"],ar:["تغيير شفافية خلفية المفتاح التوضيحي"]}},14246:e=>{e.exports={en:["change legend background visibility"],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:["تغيير عرض الخط"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],ar:["تغيير وضوح أزرار الجزء"]}},52203:e=>{e.exports={en:["change pane separators color"],ar:["تغيير لون فواصل الجزء"]}},38730:e=>{e.exports={en:["change post market color"],ar:["تغيير لون ما بعد الجلسة"]}},28075:e=>{e.exports={en:["change post market line color"],ar:["تغيير لون خط ما بعد الجلسة"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ar:["تغيير وضوح خط أسعار ما قبل/بعد الجلسة"]}},44371:e=>{e.exports={en:["change pre market color"],ar:["تغيير لون ما قبل الجلسة"]}},96114:e=>{e.exports={en:["change pre market line color"],ar:["تغيير لون خط ما قبل الجلسة"]}},69814:e=>{e.exports={en:["change previous close price line color"],ar:["تغيير لون خط سعر الإغلاق السابق"]}},13660:e=>{e.exports={en:["change previous close price line width"],ar:["تغيير عرض خط سعر الإغلاق السابق"]}},87861:e=>{e.exports={en:["change price line color"],ar:["تغيير لون خطوط السعر"]}},29353:e=>{e.exports={en:["change price line width"],ar:["تغيير عرض خط السعر"]}},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:["تغيير وضوح ذيل الرينكو"]}},82946:e=>{e.exports={en:["change right margin"],ar:["تغيير الهامش الأيمن"]}},79545:e=>{e.exports={en:["change right margin percentage"],ar:["تغيير نسبة الهامش الأيمن"]}},78995:e=>{e.exports={en:["change symbol watermark color"],ar:["تغيير لون علامة الرمز"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],ar:["تغيير وضوح علامة الرمز"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ar:["تغيير وضوح وصف رمز"]}},12050:e=>{e.exports={en:["change symbol field visibility"],ar:["تغيير وضوح حقل الرمز"]}},
46066:e=>{e.exports={en:["change symbol last value mode"],ar:["تغيير وضع آخر قيمة للرمز"]}},902:e=>{e.exports={en:["change symbol legend format"],ar:["تغيير تنسيق مفتاح التوضيح الرمز"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],ar:["تغيير موضع الحافة اليسرى لمخطط الحفظ عند تغيير الفاصل الزمني"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],ar:["تغيير وضوح أزرار أوضاع المقياس"]}},76131:e=>{e.exports={en:["change scales text color"],ar:["تغيير لون نص المقاييس"]}},27792:e=>{e.exports={en:["change scales font size"],ar:["تغيير حجم خط المقاييس"]}},94997:e=>{e.exports={en:["change scales lines color"],ar:["تغيير لون خطوط المقاييس"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],ar:["تغيير وضوح فواصل الجلسات"]}},28175:e=>{e.exports={en:["change sessions breaks width"],ar:["تغيير عرض فواصل الجلسات"]}},33895:e=>{e.exports={en:["change sessions breaks color"],ar:["تغيير وضوح لون فواصل الجلسات"]}},21641:e=>{e.exports={en:["change sessions breaks 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:["تغيير الأعمدة الرقيقة"]}},39754:e=>{e.exports={en:["change time hours format"],ar:["تغيير تنسيق الساعات"]}},74883:e=>{e.exports={en:["change top margin"],ar:["تغيير الهامش العلوي"]}},51250:e=>{e.exports={en:["change unit label visibility"],ar:["تغيير وضوح ملصقات الوحدة"]}},71805:e=>{e.exports={en:["change vert grid lines color"],ar:["تغيير لون خطوط الشبكة العمودية"]}},96201:e=>{e.exports={en:["change volume values visibility"],ar:["تغيير وضوح قيم الحجم"]}},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}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ar:["ضبط لبيانات توزيعات الأرباح"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ar:["ضبط لتغييرات العقد"]}},92598:e=>{e.exports={en:["hollow candles"],ar:["شموع مفرغة"]}},57243:e=>{e.exports={en:["range","ranges"],ar:["نطاق","نطاق","نطاق","نطاقات","نطاق","نطاق"]}},70282:e=>{e.exports={en:["renko"],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} عشرية"]}}}]);

View File

@@ -1,4 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],ar:["نقطة"]}},41256:e=>{e.exports={en:["Back"],ar:["عودة"]}},53174:e=>{e.exports={en:["Right"],ar:["حق"]}},57e3:e=>{e.exports={en:["Compare"],ar:["قارن"]}},93111:e=>{e.exports={en:["Content"],ar:["المحتوى"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],ar:["نسخ رابط صورة الرسم البياني"]}},4543:e=>{e.exports={en:["Cancel"],ar:["إلغاء"]}},59934:e=>{e.exports={en:["Channels"],ar:["القنوات"]}},63245:e=>{e.exports={en:["Change symbol"],ar:["تغيير الرمز"]}},56281:e=>{e.exports={en:["Chart style Columns"],ar:["أعمدة نمط الرسم البياني"]}},64526:e=>{e.exports={en:["Chart style Candles"],ar:["شموع نمط الرسم البياني"]}},9537:e=>{e.exports={en:["Chart style Area"],ar:["منطقة نمط الرسم البياني"]}},19265:e=>{e.exports={en:["Chart style Bars"],ar:["أعمدة نمط الرسم البياني"]}},19579:e=>{e.exports={en:["Chart style Baseline"],ar:["الخط الأساسي لنمط الرسم البياني"]}},47189:e=>{e.exports={en:["Chart style Kagi"],ar:["نمط الرسم البياني كاجي"]}},39883:e=>{e.exports={en:["Chart style HLC area"],ar:["نمط الرسم البياني HLC"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],ar:["شموع جوفاء لنمط الرسم البياني"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],ar:["نمط الرسم البياني هيكين آشي"]}},70405:e=>{e.exports={en:["Chart style High-low"],ar:["نمط الرسم البياني High-Low"]}},92911:e=>{e.exports={en:["Chart style Line"],ar:["خط نمط الرسم البياني"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],ar:["خط نمط الرسم البياني مع علامات"]}},11604:e=>{e.exports={en:["Chart style Line break"],ar:["فاصل خط لنمط الرسم البياني"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],ar:["نمط بروفايل أحجام التداول للجلسة"]}},40447:e=>{e.exports={en:["Chart style Step line"],ar:["الخط المتدرج لنمط الرسم البياني"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],ar:["نمط الرسم البياني بالرقم والنقطة"]}},49942:e=>{e.exports={en:["Chart style Range"],ar:["نطاق نمط الرسم البياني"]}},80082:e=>{e.exports={en:["Chart style Renko"],ar:["نمط الرسم البياني رينكو"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],ar:["نمط الرسم البياني: الوقت والسعر والفرص"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],ar:["شموع الحجم بنمط الرسم البياني"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],ar:["بصمة حجم نمط الرسم البياني"]}},53438:e=>{e.exports={en:["Chart template"],ar:["قالب الرسم البياني"]}},47742:e=>{e.exports={en:["Close menu"],ar:["إغلاق القائمة"]}},81578:e=>{e.exports={en:["Cursors"],ar:["المؤشرات"]}},77915:e=>{e.exports={en:["Cycles"],ar:["دورات"]}},32064:e=>{e.exports={en:["Annotation tools"],ar:["أدوات التوضيحات والملاحظات"]}},69207:e=>{e.exports={en:["Add to favorites"],ar:["اضف إلى القائمة التفضيلات"]}},34040:e=>{e.exports={en:["All sources"],ar:["كل المصادر"]}},19147:e=>{e.exports={en:["Arrows"],ar:["السهام"]}},42358:e=>{e.exports={en:["Bond"],ar:["سند"]}},65695:e=>{e.exports={en:["Brushes"],ar:["فراشي"]}},51494:e=>{e.exports={
en:["Gann"],ar:["جان"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ar:["أدوات فيبوناتشي و جان"]}},22145:e=>{e.exports={en:["Geometric shapes"],ar:["الأشكال الهندسية"]}},57157:e=>{e.exports={en:["Dot"],ar:["نقطة"]}},25848:e=>{e.exports={en:["Dark theme"],ar:["خلفية داكنة"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],ar:["الوصف"]}},74385:e=>{e.exports={en:["Drawings"],ar:["الرسوم"]}},44255:e=>{e.exports={en:["Elliott waves"],ar:["موجات إليوت"]}},8727:e=>{e.exports={en:["Eraser"],ar:["ممحاة"]}},93308:e=>{e.exports={en:["Extended session"],ar:["الجلسة الممدّدة"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ar:["أدوات التنبؤ والقياس"]}},26578:e=>{e.exports={en:["Fibonacci"],ar:["فيبوناتشي"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ar:["وضع الشاشة الكاملة"]}},83576:e=>{e.exports={en:["Function"],ar:["وظيفة"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"],ar:["افتح شجرة الكائن"]}},7386:e=>{e.exports={en:["Open chart layout"],ar:["افتح تنسيق الرسم"]}},79451:e=>{e.exports={en:["Lock all drawings"],ar:["غلق كل أدوات الرسم"]}},35112:e=>{e.exports={en:["Move chart back"],ar:["تحريك الرسم البياني للخلف"]}},12754:e=>{e.exports={en:["Move chart forward"],ar:["تحريك الرسم البياني للأمام"]}},37117:e=>{e.exports={en:["More"],ar:["المزيد"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ar:["وضع المغناطيس يجذب الرسومات الموجودة بجوار أعمدة السعر عند أقرب قيمة سعر إغلاق أو افتتاح أو أعلى وأقل سعر"]}},81031:e=>{e.exports={en:["Manage layout drawings"],ar:["إدارة رسومات التنسيق"]}},91563:e=>{e.exports={en:["Measure"],ar:["مقياس"]}},97050:e=>{e.exports={en:["Measurer"],ar:["أداة القياس"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],ar:["دمج كل المقاييس إلى اليسار"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],ar:["دمج كل المقاييس إلى اليمين"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ar:["لا توجد أسواق تطابق المعايير التي عينتها"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ar:["لا توجد رموز تطابق معاييرك"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],ar:["لا شيء يطابق معاييرك"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ar:["يتم تطبيق ونسخ ما قمت به من رسومات جديدة إلى جميع الرسوم البيانية في التنسيق المختار وتظهر عند اختيار نفس الرمز أو الأداة المالية"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],ar:["ستتم مزامنة الرسومات الجديدة بشكل شامل"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],ar:["ستتم مزامنة الرسومات الجديدة في التنسيق"]}},28628:e=>{e.exports={en:["Sources"],ar:["مصادر"]}},41569:e=>{e.exports={en:["Save chart layout"],ar:["حفظ تنسيق الرسم البياني"]}},8573:e=>{e.exports={en:["Search"],ar:["بحث"]}},79354:e=>{e.exports={en:["Search tool or function"],ar:["أداة البحث أو الوظيفة"]}},57640:e=>{
e.exports={en:["Select source"],ar:["اختر مصدراً"]}},65781:e=>{e.exports={en:["Shapes"],ar:["الأشكال"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ar:["عرض الأدوات المخفاه"]}},85786:e=>{e.exports={en:["Show Object Tree"],ar:["إظهار عناصر الرسم البياني"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ar:["البقاء في وضع الرسم"]}},94593:e=>{e.exports={en:["Strong Magnet"],ar:["مغناطيس قوي"]}},95481:e=>{e.exports={en:["Symbol"],ar:["رمز"]}},74007:e=>{e.exports={en:["Symbol & description"],ar:["الرمز والوصف"]}},51165:e=>{e.exports={en:["Symbol Search"],ar:["بحث عن الرموز"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],ar:["ربط مابين الرسوم في كل الرسوم البيانية"]}},46417:e=>{e.exports={en:["Patterns"],ar:["نماذج"]}},36167:e=>{e.exports={en:["Pitchforks"],ar:["شوكة"]}},79366:e=>{e.exports={en:["Previous day close price line"],ar:["خط سعر إغلاق اليوم السابق"]}},76753:e=>{e.exports={en:["Recent search"],ar:["البحث الأخير"]}},28051:e=>{e.exports={en:["Regular session"],ar:["الجلسة العادية"]}},57118:e=>{e.exports={en:["Remove Drawings"],ar:["حذف الرسومات"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],ar:["حذف جميع المؤشرات وأدوات الرسم"]}},96374:e=>{e.exports={en:["Remove drawings"],ar:["حذف الرسومات"]}},85106:e=>{e.exports={en:["Remove from favorites"],ar:["حذف من القائمة المفضلة"]}},99984:e=>{e.exports={en:["Remove indicators"],ar:["حذف المؤشرات"]}},38206:e=>{e.exports={en:["Rename chart layout"],ar:["إعادة تسمية الرسم البياني"]}},31789:e=>{e.exports={en:["Reset chart"],ar:["إعادة ضبط الرسم البياني"]}},3519:e=>{e.exports={en:["Weak Magnet"],ar:["مغناطيس ضعيف"]}},65831:e=>{e.exports={en:["Text & Notes"],ar:["النص والملاحظات"]}},48773:e=>{e.exports={en:["Trend line tools"],ar:["أدوات خط الاتجاه"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],ar:["اكتب للبحث عن الرسومات والوظائف والإعدادات"]}},69260:e=>{e.exports={en:["Volume-based"],ar:["يعتمد على الحجم"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],ar:["أنت تقوم بتغيير واجهة المستخدم إلى المظهر {name}. هل ترغب في تبديل مظهر قالب الرسم البياني أيضًا؟"]}},55774:e=>{e.exports={en:["Zoom In"],ar:["تكبير"]}},37310:e=>{e.exports={en:["Zoom Out"],ar:["تصغير"]}},70932:e=>{e.exports={en:["commodity"],ar:["السلع"]}},79599:e=>{e.exports={en:["cfd"],ar:["عقود الفروقات"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],ar:["تغيير وضوح تحليل على الرسم البياني"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ar:["وضوح ملصقات تغير المؤشرات وأسماء البيانات المالية"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ar:["وضوح ملصقات تغير المؤشرات والبيانات المالية"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ar:["تغيير وضوح خط أسعار ما قبل/بعد الجلسة"]}},46128:e=>{e.exports={en:["crypto"],ar:["العملات الرقمية"]}},47268:e=>{e.exports={en:["dr"],ar:["إيصال إيداع"]}},54094:e=>{e.exports={
en:["economy"],ar:["اقتصاد"]}},17770:e=>{e.exports={en:["forex"],ar:["فوركس"]}},4723:e=>{e.exports={en:["futures"],ar:["العقود الآجلة"]}},87464:e=>{e.exports={en:["index"],ar:["مؤشر"]}},90250:e=>{e.exports={en:["indices"],ar:["المؤشرات"]}},76752:e=>{e.exports={en:["stock"],ar:["سهم"]}},94521:e=>{e.exports={en:["sync drawings"],ar:["مزامنة الرسومات"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ar:["{hotKey_0} + اضغط على الرسم البياني"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ar:["{hotKey_0} - دائرة"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ar:["{hotKey_0} - رسم خط مستقيم بزوايا 45 درجة"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ar:["{hotKey_0} — زيادات ثابتة"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ar:["{hotKey_0} - مربع"]}}}]);

View File

@@ -0,0 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],ar:["نقطة"]}},41256:e=>{e.exports={en:["Back"],ar:["عودة"]}},53174:e=>{e.exports={en:["Right"],ar:["حق"]}},57e3:e=>{e.exports={en:["Compare"],ar:["قارن"]}},93111:e=>{e.exports={en:["Content"],ar:["المحتوى"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],ar:["نسخ رابط صورة الرسم البياني"]}},4543:e=>{e.exports={en:["Cancel"],ar:["إلغاء"]}},59934:e=>{e.exports={en:["Channels"],ar:["القنوات"]}},63245:e=>{e.exports={en:["Change symbol"],ar:["تغيير الرمز"]}},56281:e=>{e.exports={en:["Chart style Columns"],ar:["أعمدة نمط الرسم البياني"]}},64526:e=>{e.exports={en:["Chart style Candles"],ar:["شموع نمط الرسم البياني"]}},9537:e=>{e.exports={en:["Chart style Area"],ar:["منطقة نمط الرسم البياني"]}},19265:e=>{e.exports={en:["Chart style Bars"],ar:["أعمدة نمط الرسم البياني"]}},19579:e=>{e.exports={en:["Chart style Baseline"],ar:["الخط الأساسي لنمط الرسم البياني"]}},47189:e=>{e.exports={en:["Chart style Kagi"],ar:["نمط الرسم البياني كاجي"]}},39883:e=>{e.exports={en:["Chart style HLC area"],ar:["نمط الرسم البياني HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],ar:["شموع جوفاء لنمط الرسم البياني"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],ar:["نمط الرسم البياني هيكين آشي"]}},70405:e=>{e.exports={en:["Chart style High-low"],ar:["نمط الرسم البياني High-Low"]}},92911:e=>{e.exports={en:["Chart style Line"],ar:["خط نمط الرسم البياني"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],ar:["خط نمط الرسم البياني مع علامات"]}},11604:e=>{e.exports={en:["Chart style Line break"],ar:["فاصل خط لنمط الرسم البياني"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],ar:["نمط بروفايل أحجام التداول للجلسة"]}},40447:e=>{e.exports={en:["Chart style Step line"],ar:["الخط المتدرج لنمط الرسم البياني"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],ar:["نمط الرسم البياني بالرقم والنقطة"]}},49942:e=>{e.exports={en:["Chart style Range"],ar:["نطاق نمط الرسم البياني"]}},80082:e=>{e.exports={en:["Chart style Renko"],ar:["نمط الرسم البياني رينكو"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],ar:["نمط الرسم البياني: الوقت والسعر والفرص"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],ar:["شموع الحجم بنمط الرسم البياني"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],ar:["بصمة حجم نمط الرسم البياني"]}},53438:e=>{e.exports={en:["Chart template"],ar:["قالب الرسم البياني"]}},47742:e=>{e.exports={en:["Close menu"],ar:["إغلاق القائمة"]}},81578:e=>{e.exports={en:["Cursors"],ar:["المؤشرات"]}},77915:e=>{e.exports={en:["Cycles"],ar:["دورات"]}},32064:e=>{e.exports={en:["Annotation tools"],ar:["أدوات التوضيحات والملاحظات"]}},69207:e=>{e.exports={en:["Add to favorites"],ar:["اضف إلى القائمة التفضيلات"]}},34040:e=>{e.exports={en:["All sources"],ar:["كل المصادر"]}},19147:e=>{e.exports={en:["Arrows"],ar:["السهام"]}},42358:e=>{e.exports={en:["Bond"],ar:["سند"]}},65695:e=>{e.exports={
en:["Brushes"],ar:["فراشي"]}},51494:e=>{e.exports={en:["Gann"],ar:["جان"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ar:["أدوات فيبوناتشي و جان"]}},22145:e=>{e.exports={en:["Geometric shapes"],ar:["الأشكال الهندسية"]}},57157:e=>{e.exports={en:["Dot"],ar:["نقطة"]}},25848:e=>{e.exports={en:["Dark theme"],ar:["خلفية داكنة"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],ar:["الوصف"]}},74385:e=>{e.exports={en:["Drawings"],ar:["الرسوم"]}},44255:e=>{e.exports={en:["Elliott waves"],ar:["موجات إليوت"]}},8727:e=>{e.exports={en:["Eraser"],ar:["ممحاة"]}},93308:e=>{e.exports={en:["Extended session"],ar:["الجلسة الممدّدة"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ar:["أدوات التنبؤ والقياس"]}},26578:e=>{e.exports={en:["Fibonacci"],ar:["فيبوناتشي"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ar:["وضع الشاشة الكاملة"]}},83576:e=>{e.exports={en:["Function"],ar:["وظيفة"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"],ar:["افتح شجرة الكائن"]}},7386:e=>{e.exports={en:["Open chart layout"],ar:["افتح تنسيق الرسم"]}},79451:e=>{e.exports={en:["Lock all drawings"],ar:["غلق كل أدوات الرسم"]}},35112:e=>{e.exports={en:["Move chart back"],ar:["تحريك الرسم البياني للخلف"]}},12754:e=>{e.exports={en:["Move chart forward"],ar:["تحريك الرسم البياني للأمام"]}},37117:e=>{e.exports={en:["More"],ar:["المزيد"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ar:["وضع المغناطيس يجذب الرسومات الموجودة بجوار أعمدة السعر عند أقرب قيمة سعر إغلاق أو افتتاح أو أعلى وأقل سعر"]}},81031:e=>{e.exports={en:["Manage layout drawings"],ar:["إدارة رسومات التنسيق"]}},91563:e=>{e.exports={en:["Measure"],ar:["مقياس"]}},97050:e=>{e.exports={en:["Measurer"],ar:["أداة القياس"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],ar:["دمج كل المقاييس إلى اليسار"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],ar:["دمج كل المقاييس إلى اليمين"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ar:["لا توجد أسواق تطابق المعايير التي عينتها"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ar:["لا توجد رموز تطابق معاييرك"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],ar:["لا شيء يطابق معاييرك"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ar:["يتم تطبيق ونسخ ما قمت به من رسومات جديدة إلى جميع الرسوم البيانية في التنسيق المختار وتظهر عند اختيار نفس الرمز أو الأداة المالية"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],ar:["ستتم مزامنة الرسومات الجديدة بشكل شامل"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],ar:["ستتم مزامنة الرسومات الجديدة في التنسيق"]}},28628:e=>{e.exports={en:["Sources"],ar:["مصادر"]}},41569:e=>{e.exports={en:["Save chart layout"],ar:["حفظ تنسيق الرسم البياني"]}},8573:e=>{e.exports={en:["Search"],ar:["بحث"]}},79354:e=>{e.exports={
en:["Search tool or function"],ar:["أداة البحث أو الوظيفة"]}},57640:e=>{e.exports={en:["Select source"],ar:["اختر مصدراً"]}},65781:e=>{e.exports={en:["Shapes"],ar:["الأشكال"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ar:["عرض الأدوات المخفاه"]}},85786:e=>{e.exports={en:["Show Object Tree"],ar:["إظهار عناصر الرسم البياني"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ar:["البقاء في وضع الرسم"]}},94593:e=>{e.exports={en:["Strong Magnet"],ar:["مغناطيس قوي"]}},95481:e=>{e.exports={en:["Symbol"],ar:["رمز"]}},74007:e=>{e.exports={en:["Symbol & description"],ar:["الرمز والوصف"]}},51165:e=>{e.exports={en:["Symbol Search"],ar:["بحث عن الرموز"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],ar:["ربط مابين الرسوم في كل الرسوم البيانية"]}},46417:e=>{e.exports={en:["Patterns"],ar:["نماذج"]}},36167:e=>{e.exports={en:["Pitchforks"],ar:["شوكة"]}},79366:e=>{e.exports={en:["Previous day close price line"],ar:["خط سعر إغلاق اليوم السابق"]}},76753:e=>{e.exports={en:["Recent search"],ar:["البحث الأخير"]}},28051:e=>{e.exports={en:["Regular session"],ar:["الجلسة العادية"]}},57118:e=>{e.exports={en:["Remove Drawings"],ar:["حذف الرسومات"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],ar:["حذف جميع المؤشرات وأدوات الرسم"]}},96374:e=>{e.exports={en:["Remove drawings"],ar:["حذف الرسومات"]}},85106:e=>{e.exports={en:["Remove from favorites"],ar:["حذف من القائمة المفضلة"]}},99984:e=>{e.exports={en:["Remove indicators"],ar:["حذف المؤشرات"]}},38206:e=>{e.exports={en:["Rename chart layout"],ar:["إعادة تسمية الرسم البياني"]}},31789:e=>{e.exports={en:["Reset chart"],ar:["إعادة ضبط الرسم البياني"]}},3519:e=>{e.exports={en:["Weak Magnet"],ar:["مغناطيس ضعيف"]}},65831:e=>{e.exports={en:["Text & Notes"],ar:["النص والملاحظات"]}},48773:e=>{e.exports={en:["Trend line tools"],ar:["أدوات خط الاتجاه"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],ar:["اكتب للبحث عن الرسومات والوظائف والإعدادات"]}},69260:e=>{e.exports={en:["Volume-based"],ar:["يعتمد على الحجم"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],ar:["أنت تقوم بتغيير واجهة المستخدم إلى المظهر {name}. هل ترغب في تبديل مظهر قالب الرسم البياني أيضًا؟"]}},55774:e=>{e.exports={en:["Zoom In"],ar:["تكبير"]}},37310:e=>{e.exports={en:["Zoom Out"],ar:["تصغير"]}},70932:e=>{e.exports={en:["commodity"],ar:["السلع"]}},79599:e=>{e.exports={en:["cfd"],ar:["عقود الفروقات"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],ar:["تغيير وضوح تحليل على الرسم البياني"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ar:["وضوح ملصقات تغير المؤشرات وأسماء البيانات المالية"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ar:["وضوح ملصقات تغير المؤشرات والبيانات المالية"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ar:["تغيير وضوح خط أسعار ما قبل/بعد الجلسة"]}},46128:e=>{e.exports={en:["crypto"],ar:["العملات الرقمية"]}},47268:e=>{
e.exports={en:["dr"],ar:["إيصال إيداع"]}},54094:e=>{e.exports={en:["economy"],ar:["اقتصاد"]}},17770:e=>{e.exports={en:["forex"],ar:["فوركس"]}},4723:e=>{e.exports={en:["futures"],ar:["العقود الآجلة"]}},87464:e=>{e.exports={en:["index"],ar:["مؤشر"]}},90250:e=>{e.exports={en:["indices"],ar:["المؤشرات"]}},76752:e=>{e.exports={en:["stock"],ar:["سهم"]}},94521:e=>{e.exports={en:["sync drawings"],ar:["مزامنة الرسومات"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ar:["{hotKey_0} + اضغط على الرسم البياني"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ar:["{hotKey_0} - دائرة"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ar:["{hotKey_0} - رسم خط مستقيم بزوايا 45 درجة"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ar:["{hotKey_0} — زيادات ثابتة"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ar:["{hotKey_0} - مربع"]}}}]);

View File

@@ -1,7 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"],ar:["الأعمدة البيانية"]}},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"]}},31882:e=>{e.exports={en:["12-hours"],ar:[" 12 ساعة"]}},5797:e=>{e.exports={en:["24-hours"],ar:["24 ساعة"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ar:["تلوين الأعمدة طبقًا للإغلاق السابق"]}},23739:e=>{e.exports={en:["Canvas"],ar:["لوحة"]}},24197:e=>{e.exports={en:["Center"],ar:["مركز"]}},15153:e=>{e.exports={en:["Chart basic styles"],ar:["أنماط الرسم البياني الأساسية"]}},45639:e=>{e.exports={en:["Chart values"],ar:["قيم الرسم البياني"]}},84831:e=>{e.exports={en:["Close line"],ar:["خط الإغلاق"]}},74622:e=>{e.exports={en:["Crosshair"],ar:["مؤشر التقاطع"]}},81849:e=>{e.exports={en:["Currency"],ar:["عملة"]}},3015:e=>{e.exports={en:["Currency and Unit"],ar:["العملة والوحدة"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ar:["تعديل البيانات لأرباح الأسهم"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ar:["ضبط لتغييرات العقود"]}},36620:e=>{e.exports={en:["Alerts"],ar:["تنبيهات"]}},14119:e=>{e.exports={en:["Arguments"],ar:["مدخلات"]}},68650:e=>{e.exports={en:["Average close"],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:["إطارات"]}},79468:e=>{e.exports={en:["Background"],ar:["الخلفية"]}},10842:e=>{e.exports={en:["Bar change values"],ar:["قيمة التغير للعمود"]}},28975:e=>{e.exports={en:["Base level"],ar:["مستوى الأساس"]}},76473:e=>{e.exports={en:["Bid and ask"],ar:["سعر البيع والشراء"]}},32744:e=>{e.exports={en:["Buttons"],ar:["أزرار"]}},68662:e=>{e.exports={en:["Grid lines"],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:["تعديل البيانات"]}},84838:e=>{e.exports={en:["Date format"],ar:["تنسيق التاريخ"]}},42357:e=>{e.exports={en:["Day of week on labels"],ar:["يوم الأسبوع على الملصقات"]}},16564:e=>{e.exports={en:["Default"],ar:["افتراضي"]}},78734:e=>{e.exports={en:["Description"],ar:["الوصف"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ar:["خلفية ساعات التداول الإلكترونية"]}},69808:e=>{e.exports={en:["Events"],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:["أعمدة (الأعلى - الأدنى - الإغلاق)"]}},95406:e=>{e.exports={en:["Horizontal"],ar:["أفقي"]}},61900:e=>{e.exports={en:["Horz only"],ar:["أفقي فقط"]}},14180:e=>{e.exports={en:["High and low"],
ar:["أعلى وأدنى"]}},56359:e=>{e.exports={en:["High line"],ar:["خط أعلى مستوى"]}},47326:e=>{e.exports={en:["Integer"],ar:["عدد صحيح"]}},84549:e=>{e.exports={en:["Indicators"],ar:["مؤشرات"]}},78082:e=>{e.exports={en:["Indicators and financials"],ar:["المؤشرات والبيانات المالية"]}},25765:e=>{e.exports={en:["Open market status"],ar:["حالة الأسواق المفتوحة"]}},34579:e=>{e.exports={en:["Low line"],ar:["خط أدنى مستوى"]}},14876:e=>{e.exports={en:["Logo"],ar:["الشعار"]}},89315:e=>{e.exports={en:["Long Description"],ar:["وصف مطوّل"]}},72423:e=>{e.exports={en:["Last day change values"],ar:["قيم تغيير اليوم الأخير"]}},11626:e=>{e.exports={en:["Left"],ar:["يسار"]}},8249:e=>{e.exports={en:["Money"],ar:["أموال"]}},70937:e=>{e.exports={en:["Margins"],ar:["هوامش"]}},68833:e=>{e.exports={en:["Middle"],ar:["وسط"]}},58589:e=>{e.exports={en:["No overlapping labels"],ar:["بدون ملصقات متداخلة"]}},60798:e=>{e.exports={en:["None"],ar:["لا شيء"]}},51019:e=>{e.exports={en:["Navigation"],ar:["تنقل"]}},99709:e=>{e.exports={en:["Name"],ar:["الاسم"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],ar:["احفظ موضع الحافة اليسرى للمخطط عند تغيير الفاصل الزمني"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],ar:["أوضاع المقياس (A و L)"]}},93968:e=>{e.exports={en:["Scales"],ar:["المقاييس"]}},90275:e=>{e.exports={en:["Scales and lines"],ar:["المقاييس والخطوط"]}},30042:e=>{e.exports={en:["Scales placement"],ar:["وضع المقاييس"]}},28715:e=>{e.exports={en:["Status line"],ar:["خط الحالة"]}},95481:e=>{e.exports={en:["Symbol"],ar:["رمز"]}},53263:e=>{e.exports={en:["Pane"],ar:["جزء"]}},82894:e=>{e.exports={en:["Pane separators"],ar:["فواصل الأجزاء"]}},16207:e=>{e.exports={en:["Percentage"],ar:["نسبة مئوية"]}},94408:e=>{e.exports={en:["Pips"],ar:["نقاط"]}},60904:e=>{e.exports={en:["Pre/post market"],ar:["ما قبل/بعد الجلسة"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ar:["خلفية ما قبل/بعد الجلسة"]}},59766:e=>{e.exports={en:["Precision"],ar:["الدقة"]}},83811:e=>{e.exports={en:["Previous day close"],ar:["إغلاق اليوم السابق"]}},35082:e=>{e.exports={en:["Price Scale"],ar:["مقياس الأسعار"]}},27632:e=>{e.exports={en:["Price and percentage value"],ar:["السعر وقيمة النسبة المئوية"]}},62142:e=>{e.exports={en:["Price labels & lines"],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:["يمين"]}},62532:e=>{e.exports={en:["Right Margin"],ar:["الهامش الأيمن"]}},41571:e=>{e.exports={en:["Watermark"],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:["أعمدة نحيفة"]}},70198:e=>{e.exports={en:["Title"],ar:["عنوان"]}},29854:e=>{e.exports={en:["Titles"],ar:["العناوين"]}},5791:e=>{e.exports={en:["Ticker"],ar:["الرمز"]}},16816:e=>{e.exports={en:["Ticker and description"],ar:["الرمز والوصف"]}},24821:e=>{e.exports={en:["Ticks"],ar:["تيكات السعر"]}},93965:e=>{e.exports={en:["Time Scale"],ar:["مقياس الوقت"]}},5591:e=>{e.exports={en:["Time hours format"],ar:["تنسيق الساعات"]}},77073:e=>{e.exports={en:["Timezone"],ar:["توقيت"]}},76495:e=>{e.exports={en:["Trading"],ar:["تداول"]}},33564:e=>{e.exports={en:["Unit"],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:["استخدم التسوية في أقرب وقت على الفاصل الزمني اليومي"]}},37644:e=>{e.exports={en:["Volume"],ar:["حجم التداول"]}},51514:e=>{e.exports={en:["Value"],ar:["قيمة"]}},31218:e=>{e.exports={en:["Value according to scale"],ar:["القيمة حسب المقياس"]}},60092:e=>{e.exports={en:["Values"],ar:["القِيم"]}},83594:e=>{e.exports={en:["Vert and horz"],ar:["عمودي وأفقي"]}},8402:e=>{e.exports={en:["Vert only"],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"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],ar:["تغيير وضوح أزرار التنقل"]}},96227:e=>{e.exports={en:["change open market status visibility"],ar:["تغيير وضوح حالة السوق المفتوحة"]}},43231:e=>{e.exports={en:["change average close price line width"],ar:["تغيير عرض خط متوسط سعر الإغلاق"]}},47026:e=>{e.exports={en:["change average close price line color"],ar:["تغيير لون خط متوسط سعر الإغلاق"]}},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:["تغيير مصدر سعر المنطقة"]}},98407:e=>{e.exports={en:["change ask line color"],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:["تغيير لون العمود الصاعد"]}},27426:e=>{e.exports={en:["change bar change visibility"],ar:["تغيير وضوح تغييرات الأعمدة"]}},59622:e=>{e.exports={en:["change bar down color"],ar:["تغيير لون العمود الهابط"]}},17919:e=>{e.exports={en:["change bid line color"],ar:["تغيير لون خط سعر البيع"]}},32094:e=>{e.exports={en:["change bottom margin"],ar:["تغيير الهامش السفلي"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],ar:["تغيير وضوح وحدات الملصقات والعملة"]}},64003:e=>{e.exports={en:["change currency label visibility"],ar:["تغيير وضوح ملصقات العملة"]}},42803:e=>{e.exports={en:["change chart background color"],ar:["تغيير لون خلفية الرسم البياني"]}},41382:e=>{e.exports={en:["change chart background type"],ar:["تغيير نوع خلفية الرسم البياني"]}},79637:e=>{e.exports={en:["change chart values visibility"],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:["تغيير مصدر سعر العمود"]}},50544:e=>{e.exports={en:["change crosshair width"],ar:["تغيير عرض التقاطع"]}},92885:e=>{e.exports={en:["change crosshair color"],ar:["تغيير لون التقاطع"]}},68418:e=>{e.exports={en:["change crosshair style"],ar:["تغيير نمط التقاطع"]}},43109:e=>{e.exports={en:["change date format"],ar:["تغيير تنسيق التاريخ"]}},30418:e=>{e.exports={en:["change day of week on labels"],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:["تغيير ساعات التداول الإلكترونية"]}},73844:e=>{e.exports={en:["change grid lines visibility"],ar:["تغيير وضوح خطوط الشبكة"]}},61407:e=>{e.exports={en:["change high and low price line color"],ar:["تغيير لون خط أعلى وأدنى سعر"]}},39581:e=>{e.exports={en:["change high and low price line width"],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:["تغيير لون ملصقات أعلى-أدنى"]}},21133:e=>{e.exports={en:["change horz grid lines color"],ar:["تغيير لون خطوط الشبكة الأفقية"]}},63050:e=>{
e.exports={en:["change indicator titles visibility"],ar:["تغيير وضوح عناوين المؤشر"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ar:["تغيير وضوح قيم المؤشر"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ar:["تغيير وضوح مدخلات المؤشر"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ar:["وضوح ملصقات تغير المؤشرات وأسماء البيانات المالية"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ar:["وضوح ملصقات تغير المؤشرات والبيانات المالية"]}},66307:e=>{e.exports={en:["change last day change visibility"],ar:["تغيير الرؤية في اليوم الأخير"]}},91873:e=>{e.exports={en:["change legend background transparency"],ar:["تغيير شفافية خلفية المفتاح التوضيحي"]}},14246:e=>{e.exports={en:["change legend background visibility"],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:["تغيير عرض الخط"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],ar:["تغيير وضوح أزرار الجزء"]}},52203:e=>{e.exports={en:["change pane separators color"],ar:["تغيير لون فواصل الجزء"]}},38730:e=>{e.exports={en:["change post market color"],ar:["تغيير لون ما بعد الجلسة"]}},28075:e=>{e.exports={en:["change post market line color"],ar:["تغيير لون خط ما بعد الجلسة"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ar:["تغيير وضوح خط أسعار ما قبل/بعد الجلسة"]}},44371:e=>{e.exports={en:["change pre market color"],ar:["تغيير لون ما قبل الجلسة"]}},96114:e=>{e.exports={en:["change pre market line color"],ar:["تغيير لون خط ما قبل الجلسة"]}},69814:e=>{e.exports={en:["change previous close price line color"],ar:["تغيير لون خط سعر الإغلاق السابق"]}},13660:e=>{e.exports={en:["change previous close price line width"],ar:["تغيير عرض خط سعر الإغلاق السابق"]}},87861:e=>{e.exports={en:["change price line color"],ar:["تغيير لون خطوط السعر"]}},29353:e=>{e.exports={en:["change price line width"],ar:["تغيير عرض خط السعر"]}},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:["تغيير وضوح ذيل الرينكو"]}},82946:e=>{e.exports={en:["change right margin"],ar:["تغيير الهامش الأيمن"]}},79545:e=>{e.exports={en:["change right margin percentage"],ar:["تغيير نسبة الهامش الأيمن"]}},78995:e=>{e.exports={en:["change symbol watermark color"],ar:["تغيير لون علامة الرمز"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],ar:["تغيير وضوح علامة الرمز"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ar:["تغيير وضوح وصف رمز"]}},12050:e=>{e.exports={
en:["change symbol field visibility"],ar:["تغيير وضوح حقل الرمز"]}},46066:e=>{e.exports={en:["change symbol last value mode"],ar:["تغيير وضع آخر قيمة للرمز"]}},902:e=>{e.exports={en:["change symbol legend format"],ar:["تغيير تنسيق مفتاح التوضيح الرمز"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],ar:["تغيير موضع الحافة اليسرى لمخطط الحفظ عند تغيير الفاصل الزمني"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],ar:["تغيير وضوح أزرار أوضاع المقياس"]}},76131:e=>{e.exports={en:["change scales text color"],ar:["تغيير لون نص المقاييس"]}},27792:e=>{e.exports={en:["change scales font size"],ar:["تغيير حجم خط المقاييس"]}},94997:e=>{e.exports={en:["change scales lines color"],ar:["تغيير لون خطوط المقاييس"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],ar:["تغيير وضوح فواصل الجلسات"]}},28175:e=>{e.exports={en:["change sessions breaks width"],ar:["تغيير عرض فواصل الجلسات"]}},33895:e=>{e.exports={en:["change sessions breaks color"],ar:["تغيير وضوح لون فواصل الجلسات"]}},21641:e=>{e.exports={en:["change sessions breaks 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:["تغيير الأعمدة الرقيقة"]}},39754:e=>{e.exports={en:["change time hours format"],ar:["تغيير تنسيق الساعات"]}},74883:e=>{e.exports={en:["change top margin"],ar:["تغيير الهامش العلوي"]}},51250:e=>{e.exports={en:["change unit label visibility"],ar:["تغيير وضوح ملصقات الوحدة"]}},71805:e=>{e.exports={en:["change vert grid lines color"],ar:["تغيير لون خطوط الشبكة العمودية"]}},96201:e=>{e.exports={en:["change volume values visibility"],ar:["تغيير وضوح قيم الحجم"]}},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}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ar:["ضبط لبيانات توزيعات الأرباح"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ar:["ضبط لتغييرات العقد"]}},92598:e=>{e.exports={en:["hollow candles"],ar:["شموع مفرغة"]}},57243:e=>{e.exports={en:["range","ranges"],ar:["نطاق","نطاق","نطاق","نطاقات","نطاق","نطاق"]}},70282:e=>{e.exports={en:["renko"],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} عشرية"]}}}]);

View File

@@ -0,0 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,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:["ملء المنطقة السفلية"]}},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"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},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} عشرية"]}}}]);

View File

@@ -1,4 +1,4 @@
(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"]={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{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"], 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"]}, 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["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:["تنسيق المستويات"]},
@@ -29,31 +29,31 @@ ar:["تعذر القطع"]}},81518:e=>{e.exports={en:["Couldn't paste"],ar:["ت
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:["علامة السهم تُشير لليمين"]}}, 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={ 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:["أقواس فيبوناتشي المقاومة للسرعة"]}}, 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."], 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."]}},886:e=>{e.exports={en:["HLC bars"],ar:["أعمدة (الأعلى - الأدنى - الإغلاق)"]}},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={
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"], 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={
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:["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:["نيروبي"]}},
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"], 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={
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"], 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={
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:["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"],
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={ 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."],
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:["هذا النص البرمجي هو بدعوة فقط. لطلب الوصول، يرجى الاتصال بالمؤلف."]}},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={
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"], 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:["تغيير ارتفاع الجزء"]}},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:["تغيير مجموعة الربط"]}},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={
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"], 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={
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=>{ 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"],
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={ 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"],
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"]={ 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"],
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"]={ 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"],
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.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 الآجلة"]},
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"], 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:["مؤشر متوسط داو جونز للنقل"]},
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"], 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"]},
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"], 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:["مؤشر جاكارتا المركب"]},
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"], 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"]},
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["#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: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"]={ 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:["صندوق مؤشرات الأسهم اليابانية"]},
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["#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"]={
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 سنوات"]}, 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"]={
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:["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"],
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:["مؤشر 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:["مؤشر متوسط داو جونز الصناعي"]},
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"], 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 )"]},
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:["زد كاش / دولار أمريكي"]}}}]); 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:["زد كاش / دولار أمريكي"]}}}]);

View File

@@ -1,7 +1,7 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"],ca_ES:["barres"]}},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"]}},31882:e=>{e.exports={en:["12-hours"],ca_ES:["12 hores"]}},5797:e=>{e.exports={en:["24-hours"],ca_ES:["24 hores"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ca_ES:["Color de barres en funció del tancament anterior"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},15153:e=>{e.exports={en:["Chart basic styles"],ca_ES:["Estils bàsics del gràfic"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"],ca_ES:["Retícula"]}},81849:e=>{e.exports={en:["Currency"],ca_ES:["Divisa"]}},3015:e=>{e.exports={en:["Currency and Unit"],ca_ES:["Divisa i unitat"]}},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"]}},36620:e=>{e.exports={en:["Alerts"],ca_ES:["Alertes"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"],ca_ES:["Tancament mitjà"]}},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"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},10842:e=>{e.exports={en:["Bar change values"],ca_ES:["Valors dels canvis a la barra"]}},28975:e=>{e.exports={en:["Base level"],ca_ES:["Nivell de la base"]}},76473:e=>{e.exports={en:["Bid and ask"],ca_ES:["Compra i venda (bid/ask)"]}},32744:e=>{e.exports={en:["Buttons"],ca_ES:["Botons"]}},68662:e=>{e.exports={en:["Grid lines"]}},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"]}},84838:e=>{e.exports={en:["Date format"],ca_ES:["Format de data"]}},42357:e=>{e.exports={en:["Day of week on labels"],ca_ES:["Dia de la setmana a les etiquetes"]}},16564:e=>{e.exports={en:["Default"],ca_ES:["Predeterminat"]}},78734:e=>{e.exports={en:["Description"],ca_ES:["Descripció"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],ca_ES:["Esdeveniments"]}},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)"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"], (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"],ca_ES:["barres"]}},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"]}},31882:e=>{e.exports={en:["12-hours"],ca_ES:["12 hores"]}},5797:e=>{e.exports={en:["24-hours"],ca_ES:["24 hores"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ca_ES:["Color de barres en funció del tancament anterior"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"],ca_ES:["Centre"]}},15153:e=>{e.exports={en:["Chart basic styles"],ca_ES:["Estils bàsics del gràfic"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"],ca_ES:["Retícula"]}},81849:e=>{e.exports={en:["Currency"],ca_ES:["Divisa"]}},3015:e=>{e.exports={en:["Currency and Unit"],ca_ES:["Divisa i unitat"]}},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"]}},36620:e=>{e.exports={en:["Alerts"],ca_ES:["Alertes"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"],ca_ES:["Tancament mitjà"]}},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"]}},79468:e=>{e.exports={en:["Background"],ca_ES:["Fons"]}},10842:e=>{e.exports={en:["Bar change values"],ca_ES:["Valors dels canvis a la barra"]}},28975:e=>{e.exports={en:["Base level"],ca_ES:["Nivell de la base"]}},76473:e=>{e.exports={en:["Bid and ask"],ca_ES:["Compra i venda (bid/ask)"]}},32744:e=>{e.exports={en:["Buttons"],ca_ES:["Botons"]}},68662:e=>{e.exports={en:["Grid lines"]}},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"]}},84838:e=>{e.exports={en:["Date format"],ca_ES:["Format de data"]}},42357:e=>{e.exports={en:["Day of week on labels"],ca_ES:["Dia de la setmana a les etiquetes"]}},16564:e=>{e.exports={en:["Default"],ca_ES:["Predeterminat"]}},78734:e=>{e.exports={en:["Description"],ca_ES:["Descripció"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],ca_ES:["Esdeveniments"]}},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"]}},95406:e=>{e.exports={en:["Horizontal"],ca_ES:["Horitzontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"],ca_ES:["Màxim i mínim"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},
ca_ES:["Màxim i mínim"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],ca_ES:["Indicadors"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"],ca_ES:["Estat del mercat obert"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"],ca_ES:["Marges"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},58589:e=>{e.exports={en:["No overlapping labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"],ca_ES:["Navegació"]}},99709:e=>{e.exports={en:["Name"],ca_ES:["Nom"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],ca_ES:["Escales"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"],ca_ES:["Col·locació d'escales"]}},28715:e=>{e.exports={en:["Status line"],ca_ES:["Línia d'estat"]}},95481:e=>{e.exports={en:["Symbol"],ca_ES:["Símbol"]}},53263:e=>{e.exports={en:["Pane"],ca_ES:["Quadre"]}},82894:e=>{e.exports={en:["Pane separators"],ca_ES:["Separadors del quadre"]}},16207:e=>{e.exports={en:["Percentage"],ca_ES:["Percentatge"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],ca_ES:["Pre/post mercat"]}},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ó"]}},83811:e=>{e.exports={en:["Previous day close"],ca_ES:["Tancament del dia anterior"]}},35082:e=>{e.exports={en:["Price Scale"],ca_ES:["Escala de preus"]}},27632:e=>{e.exports={en:["Price and percentage value"],ca_ES:["Preu i valor percentual"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},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"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"],ca_ES:["Marca d'aigua"]}},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={ 84549:e=>{e.exports={en:["Indicators"],ca_ES:["Indicadors"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"],ca_ES:["Estat del mercat obert"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"],ca_ES:["Esquerra"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"],ca_ES:["Marges"]}},68833:e=>{e.exports={en:["Middle"],ca_ES:["Al mig"]}},58589:e=>{e.exports={en:["No overlapping labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"],ca_ES:["Navegació"]}},99709:e=>{e.exports={en:["Name"],ca_ES:["Nom"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],ca_ES:["Escales"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"],ca_ES:["Col·locació d'escales"]}},28715:e=>{e.exports={en:["Status line"],ca_ES:["Línia d'estat"]}},95481:e=>{e.exports={en:["Symbol"],ca_ES:["Símbol"]}},53263:e=>{e.exports={en:["Pane"],ca_ES:["Quadre"]}},82894:e=>{e.exports={en:["Pane separators"],ca_ES:["Separadors del quadre"]}},16207:e=>{e.exports={en:["Percentage"],ca_ES:["Percentatge"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],ca_ES:["Pre/post mercat"]}},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ó"]}},83811:e=>{e.exports={en:["Previous day close"],ca_ES:["Tancament del dia anterior"]}},35082:e=>{e.exports={en:["Price Scale"],ca_ES:["Escala de preus"]}},27632:e=>{e.exports={en:["Price and percentage value"],ca_ES:["Preu i valor percentual"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},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"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"],ca_ES:["Marca d'aigua"]}},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"]}},70198:e=>{e.exports={en:["Title"],ca_ES:["Títol"]}},29854:e=>{e.exports={
en:["Thin bars"],ca_ES:["Barres fines"]}},70198:e=>{e.exports={en:["Title"],ca_ES:["Títol"]}},29854:e=>{e.exports={en:["Titles"],ca_ES:["Títols"]}},5791:e=>{e.exports={en:["Ticker"],ca_ES:["Tíquer"]}},16816:e=>{e.exports={en:["Ticker and description"],ca_ES:["Tíquer i descripció"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"],ca_ES:["Escala de temps"]}},5591:e=>{e.exports={en:["Time hours format"],ca_ES:["Format de les hores"]}},77073:e=>{e.exports={en:["Timezone"],ca_ES:["Zona horària"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],ca_ES:["Unitat"]}},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"]}},37644:e=>{e.exports={en:["Volume"],ca_ES:["Volum"]}},51514:e=>{e.exports={en:["Value"],ca_ES:["Valor"]}},31218:e=>{e.exports={en:["Value according to scale"],ca_ES:["Valor conforme a l'escala"]}},60092:e=>{e.exports={en:["Values"],ca_ES:["Valors"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],ca_ES:["espelma"]}},27068:e=>{e.exports={en:["change HLC bars"],ca_ES:["canvia les barres HLC"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],ca_ES:["canvia la visibilitat dels botons de navegació"]}},96227:e=>{e.exports={en:["change open market status visibility"],ca_ES:["canvia la visibilitat de l'estat de mercat obert"]}},43231:e=>{e.exports={en:["change average close price line width"],ca_ES:["canvia ample de la línia del preu mitjà de tancament"]}},47026:e=>{e.exports={en:["change average close price line color"],ca_ES:["canvia color de la línia del preu mitjà de tancament"]}},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"]}},98407:e=>{e.exports={en:["change ask line color"],ca_ES:["canvia el color de la línia de venda (ask)"]}},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=>{ en:["Titles"],ca_ES:["Títols"]}},5791:e=>{e.exports={en:["Ticker"],ca_ES:["Tíquer"]}},16816:e=>{e.exports={en:["Ticker and description"],ca_ES:["Tíquer i descripció"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"],ca_ES:["Escala de temps"]}},5591:e=>{e.exports={en:["Time hours format"],ca_ES:["Format de les hores"]}},77073:e=>{e.exports={en:["Timezone"],ca_ES:["Zona horària"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],ca_ES:["Unitat"]}},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"]}},37644:e=>{e.exports={en:["Volume"],ca_ES:["Volum"]}},51514:e=>{e.exports={en:["Value"],ca_ES:["Valor"]}},31218:e=>{e.exports={en:["Value according to scale"],ca_ES:["Valor conforme a l'escala"]}},60092:e=>{e.exports={en:["Values"],ca_ES:["Valors"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],ca_ES:["espelma"]}},27068:e=>{e.exports={en:["change HLC bars"],ca_ES:["canvia les barres HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],ca_ES:["canvia la visibilitat dels botons de navegació"]}},96227:e=>{e.exports={en:["change open market status visibility"],ca_ES:["canvia la visibilitat de l'estat de mercat obert"]}},43231:e=>{e.exports={en:["change average close price line width"],ca_ES:["canvia ample de la línia del preu mitjà de tancament"]}},47026:e=>{e.exports={en:["change average close price line color"],ca_ES:["canvia color de la línia del preu mitjà de tancament"]}},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"]}},98407:e=>{e.exports={en:["change ask line color"],ca_ES:["canvia el color de la línia de venda (ask)"]}},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"],
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"]}},27426:e=>{e.exports={en:["change bar change visibility"],ca_ES:["canvia la visibilitat del canvi de barra"]}},59622:e=>{e.exports={en:["change bar down color"],ca_ES:["canvia el color inferior de la barra"]}},17919:e=>{e.exports={en:["change bid line color"],ca_ES:["canvia el color de la línia de compra (bid)"]}},32094:e=>{e.exports={en:["change bottom margin"],ca_ES:["canvia el marge inferior"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de divises i unitats"]}},64003:e=>{e.exports={en:["change currency label visibility"],ca_ES:["canvia la visibilitat de l'etiqueta de divises"]}},42803:e=>{e.exports={en:["change chart background color"],ca_ES:["canvia el color de fons del gràfic"]}},41382:e=>{e.exports={en:["change chart background type"],ca_ES:["canvia el tipus de fons del gràfic"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},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"]}},50544:e=>{e.exports={en:["change crosshair width"],ca_ES:["canvia l'ample de la retícula"]}},92885:e=>{e.exports={en:["change crosshair color"],ca_ES:["canvia el color de la retícula"]}},68418:e=>{e.exports={en:["change crosshair style"],ca_ES:["canvia l'estil de la retícula"]}},43109:e=>{e.exports={en:["change date format"],ca_ES:["canviar el format de data"]}},30418:e=>{e.exports={en:["change day of week on labels"],ca_ES:["canvia dia de la setmana a les etiquetes"]}},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"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"],ca_ES:["canvia color de la línia de preu màxim i mínim"]}},39581:e=>{e.exports={en:["change high and low price line width"],ca_ES:["canvia ample de la línia de preus màxims i mínims"]}},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 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"]}},27426:e=>{e.exports={en:["change bar change visibility"],ca_ES:["canvia la visibilitat del canvi de barra"]}},59622:e=>{e.exports={en:["change bar down color"],ca_ES:["canvia el color inferior de la barra"]}},17919:e=>{e.exports={en:["change bid line color"],ca_ES:["canvia el color de la línia de compra (bid)"]}},32094:e=>{e.exports={en:["change bottom margin"],ca_ES:["canvia el marge inferior"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes de divises i unitats"]}},64003:e=>{e.exports={en:["change currency label visibility"],ca_ES:["canvia la visibilitat de l'etiqueta de divises"]}},42803:e=>{e.exports={en:["change chart background color"],ca_ES:["canvia el color de fons del gràfic"]}},41382:e=>{e.exports={en:["change chart background type"],ca_ES:["canvia el tipus de fons del gràfic"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},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"]}},50544:e=>{e.exports={en:["change crosshair width"],ca_ES:["canvia l'ample de la retícula"]}},92885:e=>{e.exports={en:["change crosshair color"],ca_ES:["canvia el color de la retícula"]}},68418:e=>{e.exports={en:["change crosshair style"],ca_ES:["canvia l'estil de la retícula"]}},43109:e=>{e.exports={en:["change date format"],ca_ES:["canviar el format de data"]}},30418:e=>{e.exports={en:["change day of week on labels"],ca_ES:["canvia dia de la setmana a les etiquetes"]}},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"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"],ca_ES:["canvia color de la línia de preu màxim i mínim"]}},39581:e=>{e.exports={en:["change high and low price line width"],ca_ES:["canvia ample de la línia de preus màxims i mínims"]}},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"]}},21133:e=>{e.exports={en:["change horz grid lines color"],ca_ES:["canvia el color de les línies de la quadrícula horitzontal"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],ca_ES:["canvia la visibilitat dels títols dels indicadors"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ca_ES:["canvia la visibilitat dels valors dels indicadors"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ca_ES:["canvia la visibilitat dels arguments dels indicadors"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb el nom dels indicadors i de la informació financera"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb el valor dels indicadors i la informació financera"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"],ca_ES:["canvia la transparència del fons de la llegenda"]}},14246:e=>{e.exports={en:["change legend background visibility"],ca_ES:["canvia la visibilitat del fons de la llegenda"]}},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"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],ca_ES:["canvia la visibilitat dels botons del quadre"]}},52203:e=>{e.exports={en:["change pane separators color"],ca_ES:["Canvia el color dels separadors de quadres"]}},38730:e=>{e.exports={en:["change post market color"],ca_ES:["canvia el color postmercat"]}},28075:e=>{e.exports={en:["change post market line color"],ca_ES:["canvia el color de la línia postmercat"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ca_ES:["canvia la visibilitat de les línies de preus pre/post mercat"]}},44371:e=>{e.exports={en:["change pre market color"],ca_ES:["canvia el color de la sessió premercat"]}},96114:e=>{e.exports={en:["change pre market line color"],ca_ES:["canvia el color de la línia de la sessió premercat"]}},69814:e=>{e.exports={en:["change previous close price line color"],ca_ES:["canvia el color de la línia amb el preu de tancament anterior"]}},13660:e=>{e.exports={en:["change previous close price line width"], 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"]}},21133:e=>{e.exports={en:["change horz grid lines color"],ca_ES:["canvia el color de les línies de la quadrícula horitzontal"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],ca_ES:["canvia la visibilitat dels títols dels indicadors"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ca_ES:["canvia la visibilitat dels valors dels indicadors"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ca_ES:["canvia la visibilitat dels arguments dels indicadors"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb el nom dels indicadors i de la informació financera"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb el valor dels indicadors i la informació financera"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"],ca_ES:["canvia la transparència del fons de la llegenda"]}},14246:e=>{e.exports={en:["change legend background visibility"],ca_ES:["canvia la visibilitat del fons de la llegenda"]}},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"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],ca_ES:["canvia la visibilitat dels botons del quadre"]}},52203:e=>{e.exports={en:["change pane separators color"],ca_ES:["Canvia el color dels separadors de quadres"]}},38730:e=>{e.exports={en:["change post market color"],ca_ES:["canvia el color postmercat"]}},28075:e=>{e.exports={en:["change post market line color"],ca_ES:["canvia el color de la línia postmercat"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ca_ES:["canvia la visibilitat de les línies de preus pre/post mercat"]}},44371:e=>{e.exports={en:["change pre market color"],ca_ES:["canvia el color de la sessió premercat"]}},96114:e=>{e.exports={en:["change pre market line color"],ca_ES:["canvia el color de la línia de la sessió premercat"]}},69814:e=>{e.exports={en:["change previous close price line color"],ca_ES:["canvia el color de la línia amb el preu de tancament anterior"]}},13660:e=>{e.exports={en:["change previous close price line width"],
ca_ES:["canvia l'ample de la línia amb el preu de tancament anterior"]}},87861:e=>{e.exports={en:["change price line color"],ca_ES:["canvia el color de la línia de preus"]}},29353:e=>{e.exports={en:["change price line width"],ca_ES:["canvia l'ample de la línia de 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"]}},82946:e=>{e.exports={en:["change right margin"],ca_ES:["canvia el marge dret"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"],ca_ES:["canvia el color de la marca d'aigua del símbol"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],ca_ES:["canvia la visibilitat de la marca d'aigua del símbol"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ca_ES:["canvia la visibilitat de la descripció del símbol"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"],ca_ES:["canvia el mode de l'últim valor del símbol"]}},902:e=>{e.exports={en:["change symbol legend format"],ca_ES:["canvia el format de la llegenda del símbol"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"],ca_ES:["canvia el color del text de l'escala"]}},27792:e=>{e.exports={en:["change scales font size"],ca_ES:["canvia la mida de la font de l'escala"]}},94997:e=>{e.exports={en:["change scales lines color"],ca_ES:["canvia el color de la línia de l'escala"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],ca_ES:["canvia la visibilitat dels trencaments de les sessions"]}},28175:e=>{e.exports={en:["change sessions breaks width"],ca_ES:["canvia l'ample dels trencaments de les sessions"]}},33895:e=>{e.exports={en:["change sessions breaks color"],ca_ES:["canvia el color del trencament de les sessions"]}},21641:e=>{e.exports={en:["change sessions breaks style"],ca_ES:["canvia l'estil dels trencaments de les sessions"]}},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"]}},39754:e=>{e.exports={en:["change time hours format"],ca_ES:["canvia el format de les hores"]}},74883:e=>{e.exports={en:["change top margin"],ca_ES:["canvia el marge superior"]}},51250:e=>{e.exports={en:["change unit label visibility"], ca_ES:["canvia l'ample de la línia amb el preu de tancament anterior"]}},87861:e=>{e.exports={en:["change price line color"],ca_ES:["canvia el color de la línia de preus"]}},29353:e=>{e.exports={en:["change price line width"],ca_ES:["canvia l'ample de la línia de 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"]}},82946:e=>{e.exports={en:["change right margin"],ca_ES:["canvia el marge dret"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"],ca_ES:["canvia el color de la marca d'aigua del símbol"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],ca_ES:["canvia la visibilitat de la marca d'aigua del símbol"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ca_ES:["canvia la visibilitat de la descripció del símbol"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"],ca_ES:["canvia el mode de l'últim valor del símbol"]}},902:e=>{e.exports={en:["change symbol legend format"],ca_ES:["canvia el format de la llegenda del símbol"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"],ca_ES:["canvia el color del text de l'escala"]}},27792:e=>{e.exports={en:["change scales font size"],ca_ES:["canvia la mida de la font de l'escala"]}},94997:e=>{e.exports={en:["change scales lines color"],ca_ES:["canvia el color de la línia de l'escala"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],ca_ES:["canvia la visibilitat dels trencaments de les sessions"]}},28175:e=>{e.exports={en:["change sessions breaks width"],ca_ES:["canvia l'ample dels trencaments de les sessions"]}},33895:e=>{e.exports={en:["change sessions breaks color"],ca_ES:["canvia el color del trencament de les sessions"]}},21641:e=>{e.exports={en:["change sessions breaks style"],ca_ES:["canvia l'estil dels trencaments de les sessions"]}},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"]}},39754:e=>{e.exports={en:["change time hours format"],ca_ES:["canvia el format de les hores"]}},74883:e=>{e.exports={en:["change top margin"],ca_ES:["canvia el marge superior"]}},51250:e=>{e.exports={en:["change unit label visibility"],
ca_ES:["canvia la visibilitat de l'etiqueta d'unitats"]}},71805:e=>{e.exports={en:["change vert grid lines color"],ca_ES:["canvia el color de les línies de la quadrícula vertical"]}},96201:e=>{e.exports={en:["change volume values visibility"],ca_ES:["canvia la visibilitat dels valors de volum"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ca_ES:["canvia el color de la vora superior de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ca_ES:["canvia el color superior de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ca_ES:["canvia el color inferior de la metxa de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ca_ES:["canvia el color superior de la metxa de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ca_ES:["canvia la visibilitat de la metxa {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ca_ES:["canvia la visibilitat del cos de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ca_ES:["canvia la visibilitat de la vora de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ca_ES:["canvia el color de la vora inferior de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ca_ES:["canvia el color inferior de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ca_ES:["canvia el color inferior de la vora de la barra de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ca_ES:["canvia el color superior de la vora de la barra de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ca_ES:["canvia el color inferior de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ca_ES:["canvia el color superior de la vora de la barra de projecció de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ca_ES:["canvia el color inferior de la barra de projecció de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ca_ES:["canvia el color superior de la barra de projecció de {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ca_ES:["canvia el color superior de {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],ca_ES:["canvia propietat de {inputName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ca_ES:["ajusta dades dels dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ca_ES:["ajusta per a canvis de contractes"]}},92598:e=>{e.exports={en:["hollow candles"],ca_ES:["espelmes buides"]}},57243:e=>{e.exports={en:["range","ranges"],ca_ES:["rang","rangs"]}},70282:e=>{e.exports={en:["renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ca_ES:["fes servir la liquidació com a tancament en intervals diaris"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]); ca_ES:["canvia la visibilitat de l'etiqueta d'unitats"]}},71805:e=>{e.exports={en:["change vert grid lines color"],ca_ES:["canvia el color de les línies de la quadrícula vertical"]}},96201:e=>{e.exports={en:["change volume values visibility"],ca_ES:["canvia la visibilitat dels valors de volum"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ca_ES:["canvia el color de la vora superior de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ca_ES:["canvia el color superior de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ca_ES:["canvia el color inferior de la metxa de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ca_ES:["canvia el color superior de la metxa de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ca_ES:["canvia la visibilitat de la metxa {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ca_ES:["canvia la visibilitat del cos de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ca_ES:["canvia la visibilitat de la vora de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ca_ES:["canvia el color de la vora inferior de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ca_ES:["canvia el color inferior de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ca_ES:["canvia el color inferior de la vora de la barra de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ca_ES:["canvia el color superior de la vora de la barra de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ca_ES:["canvia el color inferior de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ca_ES:["canvia el color superior de la vora de la barra de projecció de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ca_ES:["canvia el color inferior de la barra de projecció de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ca_ES:["canvia el color superior de la barra de projecció de {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ca_ES:["canvia el color superior de {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],ca_ES:["canvia propietat de {inputName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ca_ES:["ajusta dades dels dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ca_ES:["ajusta per a canvis de contractes"]}},92598:e=>{e.exports={en:["hollow candles"],ca_ES:["espelmes buides"]}},57243:e=>{e.exports={en:["range","ranges"],ca_ES:["rang","rangs"]}},70282:e=>{e.exports={en:["renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ca_ES:["fes servir la liquidació com a tancament en intervals diaris"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -1,3 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"],ca_ES:["Enrere"]}},53174:e=>{e.exports={en:["Right"],ca_ES:["Right (dret de subscripció)"]}},57e3:e=>{e.exports={en:["Compare"],ca_ES:["Compara"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],ca_ES:["Copia l'enllaç a la imatge del gràfic"]}},4543:e=>{e.exports={en:["Cancel"],ca_ES:["Cancel·la"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"],ca_ES:["Canvia símbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],ca_ES:["Eines d'anotació"]}},69207:e=>{e.exports={en:["Add to favorites"],ca_ES:["Afegeix a preferits"]}},34040:e=>{e.exports={en:["All sources"],ca_ES:["Totes les fonts"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"],ca_ES:["Bo"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ca_ES:["Eines Gann i Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],ca_ES:["Formes geomètriques"]}},57157:e=>{e.exports={en:["Dot"],ca_ES:["Punt"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],ca_ES:["Descripció"]}},74385:e=>{e.exports={en:["Drawings"],ca_ES:["Dibuixos"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"],ca_ES:["Goma d'esborrar"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ca_ES:["Eines de predicció i mesura"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ca_ES:["Mode pantalla completa"]}},
83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"],ca_ES:["Bloqueja totes les eines de dibuix"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"],ca_ES:["Més"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ca_ES:["El mode imant apropa els dibuixos pròxims a les barres de preus al valor més proper OHLC"]}},81031:e=>{e.exports={en:["Manage layout drawings"],ca_ES:["Gestiona els dibuixos dels dissenys"]}},91563:e=>{e.exports={en:["Measure"],ca_ES:["Mida"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],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"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ca_ES:["Els nous dibuixos es reprodueixen en tots els gràfics i es mostren quan se selecciona el mateix tíquer"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],ca_ES:["Els nous dibuixos se sincronitzaran globalment"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],ca_ES:["Les noves plantilles se sincronitzaran a la plantilla"]}},28628:e=>{e.exports={en:["Sources"],ca_ES:["Fonts"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],ca_ES:["Cercar"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"],ca_ES:["Selecciona font"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ca_ES:["Mostra eines ocultes"]}},85786:e=>{e.exports={en:["Show Object Tree"],ca_ES:["Mostra arbre d'objectes"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ca_ES:["Continua en mode dibuix"]}},94593:e=>{e.exports={en:["Strong Magnet"],ca_ES:["Imant fort"]}},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"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"],ca_ES:["Patrons"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"],ca_ES:["Línia amb el preu de tancament del dia anterior"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"],ca_ES:["Elimina dibuixos"]}},
4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],ca_ES:["Treure de preferits"]}},99984:e=>{e.exports={en:["Remove indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"],ca_ES:["Restablir gràfic"]}},3519:e=>{e.exports={en:["Weak Magnet"],ca_ES:["Imant dèbil"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],ca_ES:["Eines de línies de tendència"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"],ca_ES:["Augmenta"]}},37310:e=>{e.exports={en:["Zoom Out"],ca_ES:["Allunya"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb el nom dels indicadors i de la informació financera"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb el valor dels indicadors i la informació financera"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ca_ES:["canvia la visibilitat de les línies de preus pre/post mercat"]}},46128:e=>{e.exports={en:["crypto"],ca_ES:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},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"]}},87464:e=>{e.exports={en:["index"],ca_ES:["índex"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"],ca_ES:["accions"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ca_ES:["{hotKey_0} + Clic al gràfic"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ca_ES:["{hotKey_0} — cercle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ca_ES:["{hotKey_0} — dibuixant una línia recta en angles de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ca_ES:["{hotKey_0} — increments fixos"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ca_ES:["{hotKey_0} — quadrat"]}}}]);

View File

@@ -0,0 +1,3 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"],ca_ES:["Enrere"]}},53174:e=>{e.exports={en:["Right"],ca_ES:["Right (dret de subscripció)"]}},57e3:e=>{e.exports={en:["Compare"],ca_ES:["Compara"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],ca_ES:["Copia l'enllaç a la imatge del gràfic"]}},4543:e=>{e.exports={en:["Cancel"],ca_ES:["Cancel·la"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"],ca_ES:["Canvia símbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],ca_ES:["Eines d'anotació"]}},69207:e=>{e.exports={en:["Add to favorites"],ca_ES:["Afegeix a preferits"]}},34040:e=>{e.exports={en:["All sources"],ca_ES:["Totes les fonts"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"],ca_ES:["Bo"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ca_ES:["Eines Gann i Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],ca_ES:["Formes geomètriques"]}},57157:e=>{e.exports={en:["Dot"],ca_ES:["Punt"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],ca_ES:["Descripció"]}},74385:e=>{e.exports={en:["Drawings"],ca_ES:["Dibuixos"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"],ca_ES:["Goma d'esborrar"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ca_ES:["Eines de predicció i mesura"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={
en:["Fullscreen mode"],ca_ES:["Mode pantalla completa"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"],ca_ES:["Bloqueja totes les eines de dibuix"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"],ca_ES:["Més"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ca_ES:["El mode imant apropa els dibuixos pròxims a les barres de preus al valor més proper OHLC"]}},81031:e=>{e.exports={en:["Manage layout drawings"],ca_ES:["Gestiona els dibuixos dels dissenys"]}},91563:e=>{e.exports={en:["Measure"],ca_ES:["Mida"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],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"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ca_ES:["Els nous dibuixos es reprodueixen en tots els gràfics i es mostren quan se selecciona el mateix tíquer"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],ca_ES:["Els nous dibuixos se sincronitzaran globalment"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],ca_ES:["Les noves plantilles se sincronitzaran a la plantilla"]}},28628:e=>{e.exports={en:["Sources"],ca_ES:["Fonts"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],ca_ES:["Cercar"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"],ca_ES:["Selecciona font"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ca_ES:["Mostra eines ocultes"]}},85786:e=>{e.exports={en:["Show Object Tree"],ca_ES:["Mostra arbre d'objectes"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ca_ES:["Continua en mode dibuix"]}},94593:e=>{e.exports={en:["Strong Magnet"],ca_ES:["Imant fort"]}},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"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"],ca_ES:["Patrons"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"],ca_ES:["Línia amb el preu de tancament del dia anterior"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={
en:["Remove Drawings"],ca_ES:["Elimina dibuixos"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],ca_ES:["Treure de preferits"]}},99984:e=>{e.exports={en:["Remove indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"],ca_ES:["Restablir gràfic"]}},3519:e=>{e.exports={en:["Weak Magnet"],ca_ES:["Imant dèbil"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],ca_ES:["Eines de línies de tendència"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"],ca_ES:["Augmenta"]}},37310:e=>{e.exports={en:["Zoom Out"],ca_ES:["Allunya"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb el nom dels indicadors i de la informació financera"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ca_ES:["canvia la visibilitat de les etiquetes amb el valor dels indicadors i la informació financera"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ca_ES:["canvia la visibilitat de les línies de preus pre/post mercat"]}},46128:e=>{e.exports={en:["crypto"],ca_ES:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},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"]}},87464:e=>{e.exports={en:["index"],ca_ES:["índex"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"],ca_ES:["accions"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ca_ES:["{hotKey_0} + Clic al gràfic"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ca_ES:["{hotKey_0} — cercle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ca_ES:["{hotKey_0} — dibuixant una línia recta en angles de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ca_ES:["{hotKey_0} — increments fixos"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ca_ES:["{hotKey_0} — quadrat"]}}}]);

View File

@@ -1,6 +1,6 @@
(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={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,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"]}},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"],
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"]}}, 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"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},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={
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)"], 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"], 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"],
ca_ES:["canvia l'estil de la línia superior 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}"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ca_ES:["canvia el color de la vora superior de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ca_ES:["canvia el color superior de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ca_ES:["canvia el color inferior de la metxa de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ca_ES:["canvia el color superior de la metxa de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ca_ES:["canvia la visibilitat de la metxa {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ca_ES:["canvia la visibilitat del cos de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ca_ES:["canvia la visibilitat de la vora de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ca_ES:["canvia el color de la vora inferior de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ca_ES:["canvia el color inferior de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ca_ES:["canvia el color inferior de la vora de la barra de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ca_ES:["canvia el color superior de la vora de la barra de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ca_ES:["canvia el color inferior de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ca_ES:["canvia el color superior de la vora de la barra de projecció de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ca_ES:["canvia el color inferior de la barra de projecció de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ca_ES:["canvia el color superior de la barra de projecció de {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ca_ES:["canvia el color superior de {chartType}"]}},66110:e=>{e.exports={ ca_ES:["canvia l'estil de la línia superior 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}"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ca_ES:["canvia el color de la vora superior de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ca_ES:["canvia el color superior de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ca_ES:["canvia el color inferior de la metxa de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ca_ES:["canvia el color superior de la metxa de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ca_ES:["canvia la visibilitat de la metxa {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ca_ES:["canvia la visibilitat del cos de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ca_ES:["canvia la visibilitat de la vora de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ca_ES:["canvia el color de la vora inferior de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ca_ES:["canvia el color inferior de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ca_ES:["canvia el color inferior de la vora de la barra de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ca_ES:["canvia el color superior de la vora de la barra de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ca_ES:["canvia el color inferior de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ca_ES:["canvia el color superior de la vora de la barra de projecció de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ca_ES:["canvia el color inferior de la barra de projecció de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ca_ES:["canvia el color superior de la barra de projecció de {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ca_ES:["canvia el color superior de {chartType}"]}},66110:e=>{e.exports={
en:["change {inputName} property"],ca_ES:["canvia propietat de {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ca_ES:["ajusta dades dels dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ca_ES:["ajusta per a canvis de contractes"]}},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"]}},92598:e=>{e.exports={en:["hollow candles"],ca_ES:["espelmes buides"]}},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"]}},57243:e=>{e.exports={en:["range","ranges"],ca_ES:["rang","rangs"]}},70282:e=>{e.exports={en:["renko"]}},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"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ca_ES:["fes servir la liquidació com a tancament en intervals diaris"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]); en:["change {inputName} property"],ca_ES:["canvia propietat de {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ca_ES:["cnavia la propietat de {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ca_ES:["ajusta dades dels dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ca_ES:["ajusta per a canvis de contractes"]}},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"]}},92598:e=>{e.exports={en:["hollow candles"],ca_ES:["espelmes buides"]}},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"]}},57243:e=>{e.exports={en:["range","ranges"],ca_ES:["rang","rangs"]}},70282:e=>{e.exports={en:["renko"]}},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"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ca_ES:["fes servir la liquidació com a tancament en intervals diaris"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -1,4 +1,4 @@
(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"]}, (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{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["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"], 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"]}, 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"]},
@@ -29,19 +29,19 @@ en:["Volty Expan Close Strategy"],ca_ES:["Estratègia de tancament d'expansió d
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={ 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"], 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:["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:["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"]}},886:e=>{e.exports={en:["HLC bars"],ca_ES:["Barres amb el màxim, mínim i tancament (HLC)"]}},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=>{
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={ 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:["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"], 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:["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={ 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"],
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={ 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"],
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:["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={
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:["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}."],
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=>{ 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:["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={ 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"],
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={ 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"],
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:["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=>{
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"], 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={
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"], 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"]={ 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"] 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["#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"]},

View File

@@ -14,13 +14,13 @@ this._actionElements.push(l),e.appendChild(l)}))}_initWrappersIfNotInitialized()
this._hideValues.subscribe(this._updateHideValuesMode.bind(this),{callWithLast:!0}),this._updateStatusWidgetVisibility(this._disabled.value()),this._resizeObserver=new ResizeObserver(this._handlerRestrictTitleWidth.bind(this)),null!==this._actionsParentEl&&this._resizeObserver.observe(this._actionsParentEl),this._resizeObserver.observe(this._statusesWrapper)}_updateTitleMaxWidth(){if(null===this._firstBlockWrapper)return;const e=this._allButtonsWidth||0,t=(this._lastActionsWrapperWidth||0)+(this._lastStatusesWrapperWidth||0);this._isWidthButtonsMode()?this._firstBlockWrapper.style.maxWidth=`calc(100% - ${Math.max(e,t)}px)`:this._firstBlockWrapper.style.maxWidth=t>0?`calc(100% - ${t}px)`:""}_updateAllButtonsWidth(){this._allButtonsWidth=this._getButtonsCount()*y+1,this._updateTitleMaxWidth()}_updateHideInvisibleHoverMode(e){null!==this._el&&this._el.classList.toggle(k.hideInvisibleHover,e)}_updateHideValuesMode(e){null!==this._el&&this._el.classList.toggle(k.hideValues,e)}_showActions(){if(null===this._el||!this._withActions)return;this._el.classList.add(k.withAction),this._toggleHiddenActions?.(!0);const e=this._valuesParentEl?.offsetTop===this._titlesWrapperEl?.offsetTop;this._el.classList.toggle(k.withTail,e),this._updateTitleMaxWidth()}_hideActions(){null!==this._el&&this._withActions&&(this._el.classList.remove(k.withAction),this._toggleHiddenActions?.(!1),null!==this._valuesParentEl&&this._valuesParentEl.classList.remove(k.withTail),this._updateTitleMaxWidth())}_handlerRestrictTitleWidth(e){if(null===this._actionsParentEl||null===this._firstBlockWrapper)return;let t=null,s=null;for(const i of e)i.target===this._statusesWrapper&&(t=i.contentRect.width),i.target===this._actionsParentEl&&(s=i.contentRect.width);t===this._lastStatusesWrapperWidth&&s===this._lastActionsWrapperWidth||(null!==t&&(this._lastStatusesWrapperWidth=t),null!==s&&(this._lastActionsWrapperWidth=s),this._updateTitleMaxWidth())}_clearDisableState(){null!==this._el&&(this._el.classList.remove(k.eyeLoading),this._el.classList.remove(k.disabled),this._updateStatusWidgetVisibility(this._disabled.value()),this._updateTitleMaxWidth())}_updateDisabledOnIntervalState(){this._el?.classList.toggle(k.disabledOnInterval,this._disabledOnInterval.value())}_updateSelectedState(){null!==this._el&&this._withActions&&this._el.classList.toggle(k.selected,this._selected.value())}_updateShowTitles(){null!==this._titlesWrapperEl&&(this._titlesWrapperEl.classList.toggle(L.blockHidden,this._isTitleHidden.value()),null!==this._actionsParentEl&&this._actionsParentEl.classList.toggle(L.blockHidden,this._isTitleHidden.value()))}_updateValues(){this._removeValuesSpawnsSubscriptions(),this._createValuesSpawns(),null!==this._valuesParentEl&&null!==this._valuesAdditionalWrapperEl&&(this._valuesElements=[],this._valuesAdditionalWrapperEl.innerHTML=""),this._renderValues(),this._addValuesSpawnsSubscriptions(),this._updateShowValues()}_updateActionVisibilities(e){ this._hideValues.subscribe(this._updateHideValuesMode.bind(this),{callWithLast:!0}),this._updateStatusWidgetVisibility(this._disabled.value()),this._resizeObserver=new ResizeObserver(this._handlerRestrictTitleWidth.bind(this)),null!==this._actionsParentEl&&this._resizeObserver.observe(this._actionsParentEl),this._resizeObserver.observe(this._statusesWrapper)}_updateTitleMaxWidth(){if(null===this._firstBlockWrapper)return;const e=this._allButtonsWidth||0,t=(this._lastActionsWrapperWidth||0)+(this._lastStatusesWrapperWidth||0);this._isWidthButtonsMode()?this._firstBlockWrapper.style.maxWidth=`calc(100% - ${Math.max(e,t)}px)`:this._firstBlockWrapper.style.maxWidth=t>0?`calc(100% - ${t}px)`:""}_updateAllButtonsWidth(){this._allButtonsWidth=this._getButtonsCount()*y+1,this._updateTitleMaxWidth()}_updateHideInvisibleHoverMode(e){null!==this._el&&this._el.classList.toggle(k.hideInvisibleHover,e)}_updateHideValuesMode(e){null!==this._el&&this._el.classList.toggle(k.hideValues,e)}_showActions(){if(null===this._el||!this._withActions)return;this._el.classList.add(k.withAction),this._toggleHiddenActions?.(!0);const e=this._valuesParentEl?.offsetTop===this._titlesWrapperEl?.offsetTop;this._el.classList.toggle(k.withTail,e),this._updateTitleMaxWidth()}_hideActions(){null!==this._el&&this._withActions&&(this._el.classList.remove(k.withAction),this._toggleHiddenActions?.(!1),null!==this._valuesParentEl&&this._valuesParentEl.classList.remove(k.withTail),this._updateTitleMaxWidth())}_handlerRestrictTitleWidth(e){if(null===this._actionsParentEl||null===this._firstBlockWrapper)return;let t=null,s=null;for(const i of e)i.target===this._statusesWrapper&&(t=i.contentRect.width),i.target===this._actionsParentEl&&(s=i.contentRect.width);t===this._lastStatusesWrapperWidth&&s===this._lastActionsWrapperWidth||(null!==t&&(this._lastStatusesWrapperWidth=t),null!==s&&(this._lastActionsWrapperWidth=s),this._updateTitleMaxWidth())}_clearDisableState(){null!==this._el&&(this._el.classList.remove(k.eyeLoading),this._el.classList.remove(k.disabled),this._updateStatusWidgetVisibility(this._disabled.value()),this._updateTitleMaxWidth())}_updateDisabledOnIntervalState(){this._el?.classList.toggle(k.disabledOnInterval,this._disabledOnInterval.value())}_updateSelectedState(){null!==this._el&&this._withActions&&this._el.classList.toggle(k.selected,this._selected.value())}_updateShowTitles(){null!==this._titlesWrapperEl&&(this._titlesWrapperEl.classList.toggle(L.blockHidden,this._isTitleHidden.value()),null!==this._actionsParentEl&&this._actionsParentEl.classList.toggle(L.blockHidden,this._isTitleHidden.value()))}_updateValues(){this._removeValuesSpawnsSubscriptions(),this._createValuesSpawns(),null!==this._valuesParentEl&&null!==this._valuesAdditionalWrapperEl&&(this._valuesElements=[],this._valuesAdditionalWrapperEl.innerHTML=""),this._renderValues(),this._addValuesSpawnsSubscriptions(),this._updateShowValues()}_updateActionVisibilities(e){
null!==this._actionsParentEl&&this._actionsParentEl.querySelectorAll(`.${k.button}`)[e].classList.toggle(L.blockHidden,!this._actionsSpawnArray[e].visible.value())}_updateActionTitle(e){const t=this._actionsSpawnArray[e].title;if(null===this._actionsParentEl||null===t)return;const s=this._actionsParentEl.querySelectorAll(`.${k.button}`)[e];s.setAttribute("title",t.value()),s.hasAttribute("aria-label")&&s.setAttribute("aria-label",t.value()),s.dispatchEvent(new CustomEvent("common-tooltip-update"))}_updateCustomTextColor(){const e=this._customTextColor.value()||"";for(const t of this._titleContainers)null!==t&&(t.style.color=e);const t=(0,o.ensureNotNull)(this._valuesParentEl).querySelectorAll(`.${k.valueTitle}`);for(let s=0;s<t.length;s++)t[s].style.color=e;(0,o.ensureNotNull)(this._el).classList.toggle(k.withCustomTextColor,Boolean(e))}_updateStatusWidgetVisibility(e){null!==this._statusesWrapper&&this._statusesWrapper.classList.toggle(L.blockHidden,e)}}var P=s(50279),z=s(97754),N=s.n(z),R=s(39330),O=s(58492),F=s(82708),U=s(19938),G=s(59695);class Z{constructor(e,t){this._lastDrawnLogos=[],this._logoWrapper=null,this._pairContainer=null,this._primaryLogo=null,this._secondaryLogo=null,this._logoContainer=null,this._symbolLetterContainer=null,this._updateLogoVisibility=e=>{this._logoWrapper&&this._logoWrapper.classList.toggle(k.hidden,!e)},this._updateSymbolLogo=async e=>{if(null===this._logoWrapper&&this._renderSymbolLogo(),0!==this._lastDrawnLogos.length&&0!==e.length&&(0,P.default)(this._lastDrawnLogos,e))return;const t=await(s=e,Promise.all(s.map((e=>(0,U.getImage)(`symbol_logo_${e}`,e,$).then((e=>e.cloneNode())))))).catch((()=>[]));var s;switch(t.length){case 0:this._pairContainer?.classList.add(k.hidden),this._logoContainer?.classList.add(G.hiddenCircleLogoClass),this._updateSymbolLetter(),this._symbolLetterContainer?.classList.remove(G.hiddenCircleLogoClass),this._lastDrawnLogos=e;break;case 1:j(this._logoContainer,t[0]),this._pairContainer?.classList.add(k.hidden),this._logoContainer?.classList.remove(G.hiddenCircleLogoClass),this._symbolLetterContainer?.classList.add(G.hiddenCircleLogoClass),this._lastDrawnLogos=e;break;case 2:j(this._primaryLogo,t[0]),j(this._secondaryLogo,t[1]),this._pairContainer?.classList.remove(k.hidden),this._logoContainer?.classList.add(G.hiddenCircleLogoClass),this._symbolLetterContainer?.classList.add(G.hiddenCircleLogoClass),this._lastDrawnLogos=e}},this._model=e,this._parentElement=t,this._renderSymbolLogo(),this._logoUrls=e.symbolLogoUrls().spawn(),this._logoUrls.subscribe(this._updateSymbolLogo,{callWithLast:!0}),this._isLogoVisible=e.isSymbolLogoVisible().spawn(),this._isLogoVisible.subscribe(this._updateLogoVisibility,{callWithLast:!0})}destroy(){this._logoWrapper?.remove(),this._logoWrapper=null,this._pairContainer=null,this._primaryLogo=null,this._secondaryLogo=null,this._logoContainer=null,this._symbolLetterContainer=null,this._logoUrls.destroy(),this._isLogoVisible.destroy()}_renderSymbolLogo(){if(!this._logoWrapper){const e=this._logoWrapper=document.createElement("div") null!==this._actionsParentEl&&this._actionsParentEl.querySelectorAll(`.${k.button}`)[e].classList.toggle(L.blockHidden,!this._actionsSpawnArray[e].visible.value())}_updateActionTitle(e){const t=this._actionsSpawnArray[e].title;if(null===this._actionsParentEl||null===t)return;const s=this._actionsParentEl.querySelectorAll(`.${k.button}`)[e];s.setAttribute("title",t.value()),s.hasAttribute("aria-label")&&s.setAttribute("aria-label",t.value()),s.dispatchEvent(new CustomEvent("common-tooltip-update"))}_updateCustomTextColor(){const e=this._customTextColor.value()||"";for(const t of this._titleContainers)null!==t&&(t.style.color=e);const t=(0,o.ensureNotNull)(this._valuesParentEl).querySelectorAll(`.${k.valueTitle}`);for(let s=0;s<t.length;s++)t[s].style.color=e;(0,o.ensureNotNull)(this._el).classList.toggle(k.withCustomTextColor,Boolean(e))}_updateStatusWidgetVisibility(e){null!==this._statusesWrapper&&this._statusesWrapper.classList.toggle(L.blockHidden,e)}}var P=s(50279),z=s(97754),N=s.n(z),R=s(39330),O=s(58492),F=s(82708),U=s(19938),G=s(59695);class Z{constructor(e,t){this._lastDrawnLogos=[],this._logoWrapper=null,this._pairContainer=null,this._primaryLogo=null,this._secondaryLogo=null,this._logoContainer=null,this._symbolLetterContainer=null,this._updateLogoVisibility=e=>{this._logoWrapper&&this._logoWrapper.classList.toggle(k.hidden,!e)},this._updateSymbolLogo=async e=>{if(null===this._logoWrapper&&this._renderSymbolLogo(),0!==this._lastDrawnLogos.length&&0!==e.length&&(0,P.default)(this._lastDrawnLogos,e))return;const t=await(s=e,Promise.all(s.map((e=>(0,U.getImage)(`symbol_logo_${e}`,e,$).then((e=>e.cloneNode())))))).catch((()=>[]));var s;switch(t.length){case 0:this._pairContainer?.classList.add(k.hidden),this._logoContainer?.classList.add(G.hiddenCircleLogoClass),this._updateSymbolLetter(),this._symbolLetterContainer?.classList.remove(G.hiddenCircleLogoClass),this._lastDrawnLogos=e;break;case 1:j(this._logoContainer,t[0]),this._pairContainer?.classList.add(k.hidden),this._logoContainer?.classList.remove(G.hiddenCircleLogoClass),this._symbolLetterContainer?.classList.add(G.hiddenCircleLogoClass),this._lastDrawnLogos=e;break;case 2:j(this._primaryLogo,t[0]),j(this._secondaryLogo,t[1]),this._pairContainer?.classList.remove(k.hidden),this._logoContainer?.classList.add(G.hiddenCircleLogoClass),this._symbolLetterContainer?.classList.add(G.hiddenCircleLogoClass),this._lastDrawnLogos=e}},this._model=e,this._parentElement=t,this._renderSymbolLogo(),this._logoUrls=e.symbolLogoUrls().spawn(),this._logoUrls.subscribe(this._updateSymbolLogo,{callWithLast:!0}),this._isLogoVisible=e.isSymbolLogoVisible().spawn(),this._isLogoVisible.subscribe(this._updateLogoVisibility,{callWithLast:!0})}destroy(){this._logoWrapper?.remove(),this._logoWrapper=null,this._pairContainer=null,this._primaryLogo=null,this._secondaryLogo=null,this._logoContainer=null,this._symbolLetterContainer=null,this._logoUrls.destroy(),this._isLogoVisible.destroy()}_renderSymbolLogo(){if(!this._logoWrapper){const e=this._logoWrapper=document.createElement("div")
;e.classList.add(k.logoWrapper);const t=this._pairContainer=e.appendChild(document.createElement("span"));t.classList.add(k.pairContainer,k.hidden);const s=t.appendChild(document.createElement("span"));s.className=(0,R.getBlockStyleClasses)("xxxsmall");(this._secondaryLogo=s.appendChild(document.createElement("span"))).className=N()((0,R.getLogoStyleClasses)("xxxsmall"),k.logo);(this._primaryLogo=s.appendChild(document.createElement("span"))).className=N()((0,R.getLogoStyleClasses)("xxxsmall"),k.logo);(this._logoContainer=e.appendChild(document.createElement("span"))).className=N()((0,O.getStyleClasses)("xxxsmall"),k.logo,G.hiddenCircleLogoClass);(this._symbolLetterContainer=e.appendChild(document.createElement("span"))).className=N()((0,O.getStyleClasses)("xxxsmall"),k.logo),this._updateSymbolLetter()}this._parentElement.insertBefore(this._logoWrapper,this._parentElement.firstChild)}_updateSymbolLetter(){if(this._symbolLetterContainer){const e=(0,F.safeShortName)(this._model.symbol()??"")[0];p(this._symbolLetterContainer,e)}}}function j(e,t){e&&e.replaceChildren(t)}function $(e){e.crossOrigin="",e.decoding="async"}const Q=_.isSafari?"click":"auxclick";class K extends D{constructor(e,t,s){super(e,t,s),this._wheelClickHandler=null,this._symbolLogoRenderer=null,this._updateSymbolLogoRenderer=e=>{c.enabled("show_symbol_logo_for_compare_studies")&&(this._symbolLogoRenderer?.destroy(),this._symbolLogoRenderer=e?new Z(e,(0,o.ensureNotNull)(this._titleContainers[0])):null)},this._canUpdateRowVisibility=!0,this._globalRowVisibility=this._model.globalVisibility().spawn(),this._globalRowVisibility.subscribe(this._updateShowLine.bind(this),{callWithLast:!0}),this._has5Buttons=this._model.isAbleShowSourceCode().spawn(),this._has5Buttons.subscribe(this._update5ButtonsStyles.bind(this),{callWithLast:!0}),this._updateStates(!this._disabled.value()),s.statusWidgetEl&&this._addStatusesWidget(s.statusWidgetEl,s.hideInvisibleHover,s.hideValues),this._selected.subscribe(this._updateTitleMaxWidth.bind(this)),s.withActions&&(this._wheelClickHandler=this._onWheelClicked.bind(this),null!==this._titlesWrapperEl&&this._titlesWrapperEl.addEventListener(Q,this._wheelClickHandler));const i=e.symbolLogoViewModel().value();this._updateSymbolLogoRenderer(i),e.symbolLogoViewModel().subscribe(this._updateSymbolLogoRenderer)}destroy(){this._model.symbolLogoViewModel().unsubscribe(this._updateSymbolLogoRenderer),this._symbolLogoRenderer?.destroy(),this._has5Buttons.destroy(),this._globalRowVisibility&&this._globalRowVisibility.destroy(),null!==this._wheelClickHandler&&null!==this._titlesWrapperEl&&this._titlesWrapperEl.removeEventListener(Q,this._wheelClickHandler),super.destroy()}accessibleButtons(){return this._globalRowVisibility.value()?super.accessibleButtons():[]}_updateActionsVisibilitiesByMode(){if(!this._withActions)return;const e=this._model.actions(),t=[];let s=[];if(2===this._rowMode||1===this._rowMode)e[0].visible.value()&&t.push(this._actionElements[0]), ;e.classList.add(k.logoWrapper);const t=this._pairContainer=e.appendChild(document.createElement("span"));t.classList.add(k.pairContainer,k.hidden);const s=t.appendChild(document.createElement("span"));s.className=(0,R.getBlockStyleClasses)("xxxsmall");(this._secondaryLogo=s.appendChild(document.createElement("span"))).className=N()((0,R.getLogoStyleClasses)("xxxsmall"),k.logo);(this._primaryLogo=s.appendChild(document.createElement("span"))).className=N()((0,R.getLogoStyleClasses)("xxxsmall"),k.logo);(this._logoContainer=e.appendChild(document.createElement("span"))).className=N()((0,O.getStyleClasses)("xxxsmall"),k.logo,G.hiddenCircleLogoClass);(this._symbolLetterContainer=e.appendChild(document.createElement("span"))).className=N()((0,O.getStyleClasses)("xxxsmall"),k.logo),this._updateSymbolLetter()}this._parentElement.insertBefore(this._logoWrapper,this._parentElement.firstChild)}_updateSymbolLetter(){if(this._symbolLetterContainer){const e=(0,F.safeShortName)(this._model.symbol()??"")[0];p(this._symbolLetterContainer,e)}}}function j(e,t){e&&e.replaceChildren(t)}function $(e){e.crossOrigin="",e.decoding="async"}const Q=_.isSafari?"click":"auxclick";class K extends D{constructor(e,t,s){super(e,t,s),this._wheelClickHandler=null,this._symbolLogoRenderer=null,this._updateSymbolLogoRenderer=e=>{c.enabled("show_symbol_logo_for_compare_studies")&&(this._symbolLogoRenderer?.destroy(),this._symbolLogoRenderer=e?new Z(e,(0,o.ensureNotNull)(this._titleContainers[0])):null)},this._canUpdateRowVisibility=!0,this._globalRowVisibility=this._model.globalVisibility().spawn(),this._globalRowVisibility.subscribe(this._updateShowLine.bind(this),{callWithLast:!0}),this._has5Buttons=this._model.isAbleShowSourceCode().spawn(),this._has5Buttons.subscribe(this._update5ButtonsStyles.bind(this),{callWithLast:!0}),this._updateStates(!this._disabled.value()),s.statusWidgetEl&&this._addStatusesWidget(s.statusWidgetEl,s.hideInvisibleHover,s.hideValues),this._selected.subscribe(this._updateTitleMaxWidth.bind(this)),s.withActions&&(this._wheelClickHandler=this._onWheelClicked.bind(this),null!==this._titlesWrapperEl&&this._titlesWrapperEl.addEventListener(Q,this._wheelClickHandler));const i=e.symbolLogoViewModel().value();this._updateSymbolLogoRenderer(i),e.symbolLogoViewModel().subscribe(this._updateSymbolLogoRenderer)}destroy(){this._model.symbolLogoViewModel().unsubscribe(this._updateSymbolLogoRenderer),this._symbolLogoRenderer?.destroy(),this._has5Buttons.destroy(),this._globalRowVisibility&&this._globalRowVisibility.destroy(),null!==this._wheelClickHandler&&null!==this._titlesWrapperEl&&this._titlesWrapperEl.removeEventListener(Q,this._wheelClickHandler),super.destroy()}accessibleButtons(){return this._globalRowVisibility.value()?super.accessibleButtons():[]}_updateActionsVisibilitiesByMode(){if(!this._withActions)return;const e=this._model.actions(),t=[];let s=[];if(2===this._rowMode||1===this._rowMode)e[0].visible.value()&&t.push(this._actionElements[0]),
e[this._actionElements.length-1].visible.value()&&t.push(this._actionElements[this._actionElements.length-1]),s=this._actionElements.slice(1,this._actionElements.length-1);else for(let s=0;s<this._actionElements.length-1;s++)e[s].visible.value()&&t.push(this._actionElements[s]);s.forEach((e=>e.classList.toggle(L.blockHidden,!0))),t.forEach((e=>e.classList.toggle(L.blockHidden,!1)))}_updateShowLine(){if(null===this._el||!this._canUpdateRowVisibility)return;const e=!this._globalRowVisibility.value();e?this._el.classList.toggle(L.blockHidden,e):super._updateShowLine()}_getButtonsCount(){switch(this._rowMode){case 4:return this._has5Buttons.value()?5:4;case 3:return 3;default:return 2}}_render(){super._render();const e=(0,o.ensureNotNull)(this._el);e.classList.add(k.item,k.study),e.dataset.name="legend-source-item",e.dataset.entityId=this._model.getSource().id(),e.setAttribute("role","toolbar")}_createTitlesSpawns(){const e=this._model.titles(),t=this._model.titleActions();this._titlesSpawns=[{...t.title,title:e.title.spawn(),class:k.mainTitle,titleId:"legend-source-title"},{...t.args,title:e.args.spawn(),class:k.descTitle,titleId:"legend-source-description"}]}_renderValues(){const e=this._initWrappersIfNotInitialized(),t=this._values.value();for(const s of t){const t=document.createElement("div");t.classList.add(k.valueItem),t.classList.toggle(L.blockHidden,!s.visible.value());const i=document.createElement("div");i.classList.add(k.valueValue),i.style.color=s.color.value()||"",i.appendChild(document.createTextNode(s.value.value()));const l=s.title.value();void 0!==l&&(i.classList.add("apply-common-tooltip"),i.title=l),t.appendChild(i),this._valuesElements.push({value:i}),e.appendChild(t)}}_updateValuesTitleHTMLElHandler(e,t=""){const s=(0,o.ensure)(this._valuesElements[e].value);s.classList.toggle("apply-common-tooltip",0!==t.length),s.title=t}_update5ButtonsStyles(e){null!==this._el&&(this._el.classList.toggle(k.has5Buttons,e),this._updateAllButtonsWidth())}_onWheelClicked(e){1===e.button&&this._model.onRemoveSource()}}class q extends D{constructor(e,t,s){super(e,t,s),this._symbolLogoRenderer=null,this._clientHeight=null,this._updateLinkedState=void 0,this._flagged=this._model.flagged().spawn(),this._flagged.subscribe(this._updateFlaggedState.bind(this)),this._updateStates(),s.statusWidgetEl&&this._addStatusesWidget(s.statusWidgetEl,s.hideInvisibleHover,s.hideValues),this._selected.subscribe(this._updateTitleMaxWidth.bind(this));const i=e.symbolLogoViewModel().value();i&&(this._symbolLogoRenderer=new Z(i,(0,o.ensureNotNull)(this._titleContainers[0])))}destroy(){super.destroy(),this._flagged?.destroy(),this._symbolLogoRenderer?.destroy()}getHeight(){return null===this._el?null:(null===this._clientHeight&&(this._clientHeight=this._el.clientHeight,0===this._clientHeight&&(this._clientHeight=null)),this._clientHeight)}_updateActionsVisibilitiesByMode(){if(!this._withActions)return;const e=[];let t=[];const s=this._model.actions() e[this._actionElements.length-1].visible.value()&&t.push(this._actionElements[this._actionElements.length-1]),s=this._actionElements.slice(1,this._actionElements.length-1);else for(let s=0;s<this._actionElements.length-1;s++)e[s].visible.value()&&t.push(this._actionElements[s]);s.forEach((e=>e.classList.toggle(L.blockHidden,!0))),t.forEach((e=>e.classList.toggle(L.blockHidden,!1)))}_updateShowLine(){if(null===this._el||!this._canUpdateRowVisibility)return;const e=!this._globalRowVisibility.value();e?this._el.classList.toggle(L.blockHidden,e):super._updateShowLine()}_getButtonsCount(){switch(this._rowMode){case 4:return this._has5Buttons.value()?5:4;case 3:return 3;default:return 2}}_render(){super._render();const e=(0,o.ensureNotNull)(this._el);e.classList.add(k.item,k.study),e.dataset.name="legend-source-item",e.dataset.entityId=this._model.getSource().id(),e.setAttribute("role","toolbar")}_createTitlesSpawns(){const e=this._model.titles(),t=this._model.titleActions();this._titlesSpawns=[{...t.title,title:e.title.spawn(),class:k.mainTitle,titleId:"legend-source-title"},{...t.args,title:e.args.spawn(),class:k.descTitle,titleId:"legend-source-description"}]}_renderValues(){const e=this._initWrappersIfNotInitialized(),t=this._values.value();for(const s of t){const t=document.createElement("div");t.dataset.testIdValueTitle=s.title.value(),t.classList.add(k.valueItem),t.classList.toggle(L.blockHidden,!s.visible.value());const i=document.createElement("div");i.classList.add(k.valueValue),i.style.color=s.color.value()||"",i.appendChild(document.createTextNode(s.value.value()));const l=s.title.value();void 0!==l&&(i.classList.add("apply-common-tooltip"),i.title=l),t.appendChild(i),this._valuesElements.push({value:i}),e.appendChild(t)}}_updateValuesTitleHTMLElHandler(e,t=""){const s=(0,o.ensure)(this._valuesElements[e].value);s.classList.toggle("apply-common-tooltip",0!==t.length),s.title=t}_update5ButtonsStyles(e){null!==this._el&&(this._el.classList.toggle(k.has5Buttons,e),this._updateAllButtonsWidth())}_onWheelClicked(e){1===e.button&&this._model.onRemoveSource()}}class q extends D{constructor(e,t,s){super(e,t,s),this._symbolLogoRenderer=null,this._clientHeight=null,this._updateLinkedState=void 0,this._flagged=this._model.flagged().spawn(),this._flagged.subscribe(this._updateFlaggedState.bind(this)),this._updateStates(),s.statusWidgetEl&&this._addStatusesWidget(s.statusWidgetEl,s.hideInvisibleHover,s.hideValues),this._selected.subscribe(this._updateTitleMaxWidth.bind(this));const i=e.symbolLogoViewModel().value();i&&(this._symbolLogoRenderer=new Z(i,(0,o.ensureNotNull)(this._titleContainers[0])))}destroy(){super.destroy(),this._flagged?.destroy(),this._symbolLogoRenderer?.destroy()}getHeight(){return null===this._el?null:(null===this._clientHeight&&(this._clientHeight=this._el.clientHeight,0===this._clientHeight&&(this._clientHeight=null)),this._clientHeight)}_updateActionsVisibilitiesByMode(){if(!this._withActions)return;const e=[];let t=[];const s=this._model.actions()
;if(1===this._rowMode)s[this._actionElements.length-1].visible.value()&&e.push(this._actionElements[this._actionElements.length-1]),t=this._actionElements.slice(0,this._actionElements.length-1);else for(let t=0;t<this._actionElements.length;t++)s[t].visible.value()&&e.push(this._actionElements[t]);t.forEach((e=>e.classList.toggle(L.blockHidden,!0))),e.forEach((e=>e.classList.toggle(L.blockHidden,!1)))}_updateTitlesVisibilitiesByMode(){}_isTitleHiddenByMode(e){const t=e.titleId;return"legend-source-interval"!==t&&"legend-source-provider"!==t&&"legend-source-exchange"!==t?super._isTitleHiddenByMode(e):"legend-source-interval"===t&&this._isMultipleLayout.value()?1===this._titlesMode:3!==this._titlesMode}_hideTitleAndItsContainerIfRequired(e){const t=this._getTitleIndexByDataName(e);if(-1===t)return;const s=this._titlesSpawns[t],i=this._titleContainers[t],l=this._titleElements[t],o=0===s.title.value().length||this._isTitleHiddenByMode(s);i?.classList.toggle(L.blockHidden,o),l?.classList.toggle(L.blockHidden,o)}_getButtonsCount(){return 1===this._rowMode?1:3}_render(){super._render();const e=(0,o.ensureNotNull)(this._el);e.classList.add(k.item,k.series),e.classList.toggle(k.onlyOneButtonCanBeStick,this._model.isOneButtonCanBeStick()),e.dataset.name="legend-series-item",e.setAttribute("role","toolbar")}_updateStates(){super._updateStates(),this._updateFlaggedState()}_renderValues(){const e=this._initWrappersIfNotInitialized(),t=this._values.value();for(const s of t){const t=document.createElement("div");t.classList.add(k.valueItem),t.classList.toggle(L.blockHidden,!s.visible.value()),t.classList.toggle(k.unimportant,s.unimportant.value());const i=document.createElement("div"),l=s.title.value()||"";i.classList.add(k.valueTitle),i.classList.toggle(L.blockHidden,0===l.length),i.appendChild(document.createTextNode(l)),t.appendChild(i);const o=document.createElement("div");o.classList.add(k.valueValue),o.style.color=s.color.value()||"",o.appendChild(document.createTextNode(s.value.value())),t.appendChild(o),this._valuesElements.push({title:i,value:o}),e.appendChild(t)}}_createTitlesSpawns(){const e=this._model.titles(),t=this._model.titleActions();this._titlesSpawns=[{...t.title,title:e.title.spawn(),class:k.mainTitle,titleId:"legend-source-title"},{...t.description,title:e.description.spawn(),class:k.descTitle,titleId:"legend-source-description"},{...t.interval,title:e.interval.spawn(),class:k.intervalTitle,titleId:"legend-source-interval"},{...t.provider,title:e.provider.spawn(),class:k.providerTitle,titleId:"legend-source-provider"},{...t.exchange,title:e.exchange.spawn(),class:k.exchangeTitle,titleId:"legend-source-exchange"},{...t.chartStyle,title:e.chartStyle.spawn(),class:k.styleTitle,titleId:"legend-source-style"},{...t.priceSource,title:e.priceSource.spawn(),class:k.priceSourceTitle,titleId:"legend-source-price-source"}]}_updateValuesTitleHTMLElHandler(e,t=""){const s=(0,o.ensure)(this._valuesElements[e].title);p(s,t),s.classList.toggle(L.blockHidden,0===t.length),this._updateShowValues()}_isWidthButtonsMode(){ ;if(1===this._rowMode)s[this._actionElements.length-1].visible.value()&&e.push(this._actionElements[this._actionElements.length-1]),t=this._actionElements.slice(0,this._actionElements.length-1);else for(let t=0;t<this._actionElements.length;t++)s[t].visible.value()&&e.push(this._actionElements[t]);t.forEach((e=>e.classList.toggle(L.blockHidden,!0))),e.forEach((e=>e.classList.toggle(L.blockHidden,!1)))}_updateTitlesVisibilitiesByMode(){}_isTitleHiddenByMode(e){const t=e.titleId;return"legend-source-interval"!==t&&"legend-source-provider"!==t&&"legend-source-exchange"!==t?super._isTitleHiddenByMode(e):"legend-source-interval"===t&&this._isMultipleLayout.value()?1===this._titlesMode:3!==this._titlesMode}_hideTitleAndItsContainerIfRequired(e){const t=this._getTitleIndexByDataName(e);if(-1===t)return;const s=this._titlesSpawns[t],i=this._titleContainers[t],l=this._titleElements[t],o=0===s.title.value().length||this._isTitleHiddenByMode(s);i?.classList.toggle(L.blockHidden,o),l?.classList.toggle(L.blockHidden,o)}_getButtonsCount(){return 1===this._rowMode?1:3}_render(){super._render();const e=(0,o.ensureNotNull)(this._el);e.classList.add(k.item,k.series),e.classList.toggle(k.onlyOneButtonCanBeStick,this._model.isOneButtonCanBeStick()),e.dataset.name="legend-series-item",e.setAttribute("role","toolbar")}_updateStates(){super._updateStates(),this._updateFlaggedState()}_renderValues(){const e=this._initWrappersIfNotInitialized(),t=this._values.value();for(const s of t){const t=document.createElement("div");t.dataset.testIdValueTitle=s.title.value(),t.classList.add(k.valueItem),t.classList.toggle(L.blockHidden,!s.visible.value()),t.classList.toggle(k.unimportant,s.unimportant.value());const i=document.createElement("div"),l=s.title.value()||"";i.classList.add(k.valueTitle),i.classList.toggle(L.blockHidden,0===l.length),i.appendChild(document.createTextNode(l)),t.appendChild(i);const o=document.createElement("div");o.classList.add(k.valueValue),o.style.color=s.color.value()||"",o.appendChild(document.createTextNode(s.value.value())),t.appendChild(o),this._valuesElements.push({title:i,value:o}),e.appendChild(t)}}_createTitlesSpawns(){const e=this._model.titles(),t=this._model.titleActions();this._titlesSpawns=[{...t.title,title:e.title.spawn(),class:k.mainTitle,titleId:"legend-source-title"},{...t.description,title:e.description.spawn(),class:k.descTitle,titleId:"legend-source-description"},{...t.interval,title:e.interval.spawn(),class:k.intervalTitle,titleId:"legend-source-interval"},{...t.provider,title:e.provider.spawn(),class:k.providerTitle,titleId:"legend-source-provider"},{...t.exchange,title:e.exchange.spawn(),class:k.exchangeTitle,titleId:"legend-source-exchange"},{...t.chartStyle,title:e.chartStyle.spawn(),class:k.styleTitle,titleId:"legend-source-style"},{...t.priceSource,title:e.priceSource.spawn(),class:k.priceSourceTitle,titleId:"legend-source-price-source"}]}_updateValuesTitleHTMLElHandler(e,t=""){const s=(0,o.ensure)(this._valuesElements[e].title);p(s,t),s.classList.toggle(L.blockHidden,0===t.length),
return null!==this._el&&(void 0!==this._flagged&&Boolean(this._flagged.value())||this._linked?.value()||super._isWidthButtonsMode())}_updateFlaggedState(){if(void 0===this._flagged)return;(0,o.ensureNotNull)(this._el).classList.toggle(k.flagged,Boolean(this._flagged.value())),this._updateTitleMaxWidth()}_getTitleIndexByDataName(e){return this._titlesSpawns.findIndex((t=>t.titleId===e))}}var J=s(11542),X=s(51768);function Y(e){(0,X.trackEvent)("GUI","Legend action",e)}var ee,te,se=s(47036),ie=s(62920),le=s(65300),oe=s(36885);!function(e){e[e.Default=0]="Default",e[e.Micro=1]="Micro"}(ee||(ee={}));class ae{constructor(e,t,s){this._wrapperTogger=null,this._el=null,this._counterEl=null,this._arrowIconEL=null,this._objectTreeEl=null,this._mode=0,this._accessibleButtons=[],this._parentEl=e,this._themedColor=t.spawn(),this._themedColor.subscribe(this._updateThemedColor.bind(this)),this._showCollapserWithOneIndicator=s.showCollapserWithOneIndicator.spawn(),this._showCollapserWithOneIndicator.subscribe(this._updateVisibility.bind(this)),this._sourceCount=s.visibleDataSourceCount.spawn(),this._sourceCount.subscribe((()=>{this._updateSourceCount(),this._updateVisibility()})),this._isStateOpen=s.isDataSourcesCollapsed.spawn(),this._isStateOpen.subscribe((()=>{this._updateState(),this._updateVisibility()})),this._isMainPane=s.isMainPane.spawn(),this._isMainPane.subscribe(this._updateObjectTreeVisibility.bind(this)),this._isPaneCollapsed=s.isPaneCollapsed.spawn(),this._isPaneCollapsed.subscribe(this._updateVisibility.bind(this)),this._combinedStatusWidgetEl=s.combinedStatusWidget.getElement(),this._combinedStatusWidgetVisibility=s.combinedStatusWidget.visibility().spawn(),this._combinedStatusWidgetVisibility.subscribe(this._updateVisibility.bind(this)),this._render(),this._updateState(),this._updateVisibility(),this._updateThemedColor(this._themedColor.value()),this._updateObjectTreeVisibility(this._isMainPane.value()),this._toggleStateHandler=e=>{null!==this._el&&(e.cancelable&&e.preventDefault(),e instanceof KeyboardEvent||this._el?.blur(),1!==this._mode?s.onCollapseDataSources():s.onShowObjectsTreeDialog())},null!==this._el&&(this._el.addEventListener("touchend",this._toggleStateHandler),this._el.addEventListener("click",this._toggleStateHandler),this._el.addEventListener("contextmenu",(e=>{e.preventDefault(),e.stopPropagation()}))),this._updateSourceCount()}destroy(){this._isPaneCollapsed.destroy(),this._sourceCount.destroy(),this._isStateOpen.destroy(),this._showCollapserWithOneIndicator.destroy(),this._combinedStatusWidgetVisibility.destroy(),null!==this._objectTreeEl&&(this._objectTreeEl=null),this._arrowIconEL=null,this._counterEl=null,null!==this._el&&(this._el.removeEventListener("touchend",this._toggleStateHandler),this._el.removeEventListener("click",this._toggleStateHandler),this._el.innerHTML="",this._el=null)}accessibleButtons(){return null===this._el||this._el.classList.contains(k.onlyOneSourceShown)&&1!==this._mode?[]:this._accessibleButtons}setMode(e){this._mode=e?1:0,this._updateTooltip()}_render(){ this._updateShowValues()}_isWidthButtonsMode(){return null!==this._el&&(void 0!==this._flagged&&Boolean(this._flagged.value())||this._linked?.value()||super._isWidthButtonsMode())}_updateFlaggedState(){if(void 0===this._flagged)return;(0,o.ensureNotNull)(this._el).classList.toggle(k.flagged,Boolean(this._flagged.value())),this._updateTitleMaxWidth()}_getTitleIndexByDataName(e){return this._titlesSpawns.findIndex((t=>t.titleId===e))}}var J=s(11542),X=s(51768);function Y(e){(0,X.trackEvent)("GUI","Legend action",e)}var ee,te,se=s(47036),ie=s(62920),le=s(65300),oe=s(36885);!function(e){e[e.Default=0]="Default",e[e.Micro=1]="Micro"}(ee||(ee={}));class ae{constructor(e,t,s){this._wrapperTogger=null,this._el=null,this._counterEl=null,this._arrowIconEL=null,this._objectTreeEl=null,this._mode=0,this._accessibleButtons=[],this._parentEl=e,this._themedColor=t.spawn(),this._themedColor.subscribe(this._updateThemedColor.bind(this)),this._showCollapserWithOneIndicator=s.showCollapserWithOneIndicator.spawn(),this._showCollapserWithOneIndicator.subscribe(this._updateVisibility.bind(this)),this._sourceCount=s.visibleDataSourceCount.spawn(),this._sourceCount.subscribe((()=>{this._updateSourceCount(),this._updateVisibility()})),this._isStateOpen=s.isDataSourcesCollapsed.spawn(),this._isStateOpen.subscribe((()=>{this._updateState(),this._updateVisibility()})),this._isMainPane=s.isMainPane.spawn(),this._isMainPane.subscribe(this._updateObjectTreeVisibility.bind(this)),this._isPaneCollapsed=s.isPaneCollapsed.spawn(),this._isPaneCollapsed.subscribe(this._updateVisibility.bind(this)),this._combinedStatusWidgetEl=s.combinedStatusWidget.getElement(),this._combinedStatusWidgetVisibility=s.combinedStatusWidget.visibility().spawn(),this._combinedStatusWidgetVisibility.subscribe(this._updateVisibility.bind(this)),this._render(),this._updateState(),this._updateVisibility(),this._updateThemedColor(this._themedColor.value()),this._updateObjectTreeVisibility(this._isMainPane.value()),this._toggleStateHandler=e=>{null!==this._el&&(e.cancelable&&e.preventDefault(),e instanceof KeyboardEvent||this._el?.blur(),1!==this._mode?s.onCollapseDataSources():s.onShowObjectsTreeDialog())},null!==this._el&&(this._el.addEventListener("touchend",this._toggleStateHandler),this._el.addEventListener("click",this._toggleStateHandler),this._el.addEventListener("contextmenu",(e=>{e.preventDefault(),e.stopPropagation()}))),this._updateSourceCount()}destroy(){this._isPaneCollapsed.destroy(),this._sourceCount.destroy(),this._isStateOpen.destroy(),this._showCollapserWithOneIndicator.destroy(),this._combinedStatusWidgetVisibility.destroy(),null!==this._objectTreeEl&&(this._objectTreeEl=null),this._arrowIconEL=null,this._counterEl=null,null!==this._el&&(this._el.removeEventListener("touchend",this._toggleStateHandler),this._el.removeEventListener("click",this._toggleStateHandler),this._el.innerHTML="",this._el=null)}accessibleButtons(){return null===this._el||this._el.classList.contains(k.onlyOneSourceShown)&&1!==this._mode?[]:this._accessibleButtons}setMode(e){
this._wrapperTogger=document.createElement("div"),this._wrapperTogger.classList.add(k.togglerWrapper),this._el=document.createElement("button"),this._el.className=`${k.toggler} apply-common-tooltip`;const e=this._el;e.type="button",e.classList.add(k.accessible),e.tabIndex=-1;const t=t=>{if(null!==e)switch(t.type){case"roving-tabindex:main-element":e.tabIndex=0;break;case"roving-tabindex:secondary-element":e.tabIndex=-1}};e.addEventListener("roving-tabindex:main-element",t),e.addEventListener("roving-tabindex:secondary-element",t),e.addEventListener("keydown",(e=>{const t=(0,u.hashFromEvent)(e);13!==t&&32!==t||(e.preventDefault(),this._toggleStateHandler(e))})),this._accessibleButtons.push(e),this._arrowIconEL=document.createElement("div"),this._arrowIconEL.classList.add(k.iconArrow),this._arrowIconEL.innerHTML=b.trackingModeIsAvailable?ie:se,this._el.appendChild(this._arrowIconEL),this._objectTreeEl=document.createElement("div"),this._objectTreeEl.classList.add(k.objectTree),this._objectTreeEl.innerHTML=b.trackingModeIsAvailable?oe:le,this._el.appendChild(this._objectTreeEl),this._counterEl=document.createElement("div"),this._counterEl.classList.add(k.counter),this._counterEl.appendChild(document.createTextNode(String(this._sourceCount.value()))),this._el.appendChild(this._counterEl),this._wrapperTogger.appendChild(this._el);const s=document.createElement("div");s.classList.add(k.statusesWrapper),this._combinedStatusWidgetEl.classList.add(k.statusesWrapper__statusesWithToggle),s.appendChild(this._combinedStatusWidgetEl),this._wrapperTogger.appendChild(s),this._parentEl.appendChild(this._wrapperTogger)}_updateThemedColor(e){if(null!==this._el)if(e.length>0){const[t,s,i]=(0,d.parseRgb)(e);this._el.style.backgroundColor=(0,d.rgbaToString)([t,s,i,(0,d.normalizeAlphaComponent)(.8)])}else this._el.style.removeProperty("background-color")}_updateSourceCount(){const e=this._sourceCount.value(),t=(0,o.ensureNotNull)(this._counterEl);p(t,String(e)),t.classList.toggle(L.blockHidden,e<=1),this._parentEl.classList.toggle(k.saveArrowWidth,e<=1)}_updateVisibility(){const e=this._sourceCount.value(),t=(0,o.ensureNotNull)(this._el),s=1===e&&!this._showCollapserWithOneIndicator.value()&&(this._isStateOpen.value()||!this._combinedStatusWidgetVisibility.value()),i=e<1||this._isPaneCollapsed.value()&&(this._isMainPane.value()||this._isStateOpen.value());t.classList.toggle(L.blockHidden,!!i),t.classList.toggle(k.onlyOneSourceShown,s),(0,o.ensureNotNull)(this._wrapperTogger).classList.toggle(L.blockHidden,s),(0,o.ensureNotNull)(this._combinedStatusWidgetEl).classList.toggle(L.blockHidden,this._isStateOpen.value())}_updateState(){const e=!this._isStateOpen.value();this._parentEl.classList.toggle(k.closed,e),this._updateTooltip(),Y((e?"Hide":"Show")+" not main sources")}_tooltip(){if(1===this._mode)return J.t(null,void 0,s(85786));const e=this._sourceCount.value(),t=J.t(null,{plural:"Hide indicators legend",count:e},s(46960)),i=J.t(null,{plural:"Show indicators legend",count:e},s(36553));return this._isStateOpen.value()?t:i}_updateTooltip(){ this._mode=e?1:0,this._updateTooltip()}_render(){this._wrapperTogger=document.createElement("div"),this._wrapperTogger.classList.add(k.togglerWrapper),this._el=document.createElement("button"),this._el.className=`${k.toggler} apply-common-tooltip`;const e=this._el;e.type="button",e.classList.add(k.accessible),e.tabIndex=-1;const t=t=>{if(null!==e)switch(t.type){case"roving-tabindex:main-element":e.tabIndex=0;break;case"roving-tabindex:secondary-element":e.tabIndex=-1}};e.addEventListener("roving-tabindex:main-element",t),e.addEventListener("roving-tabindex:secondary-element",t),e.addEventListener("keydown",(e=>{const t=(0,u.hashFromEvent)(e);13!==t&&32!==t||(e.preventDefault(),this._toggleStateHandler(e))})),this._accessibleButtons.push(e),this._arrowIconEL=document.createElement("div"),this._arrowIconEL.classList.add(k.iconArrow),this._arrowIconEL.innerHTML=b.trackingModeIsAvailable?ie:se,this._el.appendChild(this._arrowIconEL),this._objectTreeEl=document.createElement("div"),this._objectTreeEl.classList.add(k.objectTree),this._objectTreeEl.innerHTML=b.trackingModeIsAvailable?oe:le,this._el.appendChild(this._objectTreeEl),this._counterEl=document.createElement("div"),this._counterEl.classList.add(k.counter),this._counterEl.appendChild(document.createTextNode(String(this._sourceCount.value()))),this._el.appendChild(this._counterEl),this._wrapperTogger.appendChild(this._el);const s=document.createElement("div");s.classList.add(k.statusesWrapper),this._combinedStatusWidgetEl.classList.add(k.statusesWrapper__statusesWithToggle),s.appendChild(this._combinedStatusWidgetEl),this._wrapperTogger.appendChild(s),this._parentEl.appendChild(this._wrapperTogger)}_updateThemedColor(e){if(null!==this._el)if(e.length>0){const[t,s,i]=(0,d.parseRgb)(e);this._el.style.backgroundColor=(0,d.rgbaToString)([t,s,i,(0,d.normalizeAlphaComponent)(.8)])}else this._el.style.removeProperty("background-color")}_updateSourceCount(){const e=this._sourceCount.value(),t=(0,o.ensureNotNull)(this._counterEl);p(t,String(e)),t.classList.toggle(L.blockHidden,e<=1),this._parentEl.classList.toggle(k.saveArrowWidth,e<=1)}_updateVisibility(){const e=this._sourceCount.value(),t=(0,o.ensureNotNull)(this._el),s=1===e&&!this._showCollapserWithOneIndicator.value()&&(this._isStateOpen.value()||!this._combinedStatusWidgetVisibility.value()),i=e<1||this._isPaneCollapsed.value()&&(this._isMainPane.value()||this._isStateOpen.value());t.classList.toggle(L.blockHidden,!!i),t.classList.toggle(k.onlyOneSourceShown,s),(0,o.ensureNotNull)(this._wrapperTogger).classList.toggle(L.blockHidden,s),(0,o.ensureNotNull)(this._combinedStatusWidgetEl).classList.toggle(L.blockHidden,this._isStateOpen.value())}_updateState(){const e=!this._isStateOpen.value();this._parentEl.classList.toggle(k.closed,e),this._updateTooltip(),Y((e?"Hide":"Show")+" not main sources")}_tooltip(){if(1===this._mode)return J.t(null,void 0,s(85786));const e=this._sourceCount.value(),t=J.t(null,{plural:"Hide indicators legend",count:e},s(46960)),i=J.t(null,{plural:"Show indicators legend",count:e},s(36553))
if(null!==this._el){const e=this._tooltip();this._el.setAttribute("title",e),this._el.setAttribute("aria-label",e),this._el.dispatchEvent(new CustomEvent("common-tooltip-update"))}}_updateObjectTreeVisibility(e){(0,o.ensureNotNull)(this._el).classList.toggle(k.objectsTreeCanBeShown,e)}}!function(e){e[e.Medium=222]="Medium",e[e.Small=205]="Small",e[e.Tiny=133]="Tiny",e[e.HideUnimportantValues=272]="HideUnimportantValues",e[e.SeriesDirectionColumn=542]="SeriesDirectionColumn",e[e.HideExchangeIntevalProvider=442]="HideExchangeIntevalProvider",e[e.HideIntervalMultiChart=192]="HideIntervalMultiChart"}(te||(te={}));const ne=c.enabled("object_tree_legend_mode"),re=[27,9,37,39,38,40];class de{constructor(e,t){this._mode=4,this._renderToggler=null,this._mainDataSourceRenderer=null,this._dataSourceRenderers=[],this._parentEl=document.createElement("div"),this._mainDataSourceEl=null,this._dataSourcesEl=null,this._dataSourcesAdditionalWrapperEl=null,this._collapsedDataSourcesWrapperEl=null,this._collapsedDataSourcesEl=null,this._outsideEventForCollapsedTooltip=null,this._onKeyboardNavigationActivationBound=this._onKeyboardNavigationActivation.bind(this),this._onIsDataSourcesCollapsedBound=this._onIsDataSourcesCollapsed.bind(this),this._focusEventAbortController=null,this._toggleHiddenActionsTimoutID=null,this._toggleHiddenActions=e=>{this._toggleHiddenActionsTimoutID&&(clearTimeout(this._toggleHiddenActionsTimoutID),this._toggleHiddenActionsTimoutID=null),e?this._parentEl.classList.toggle(k.legend_withHiddenActions,e):this._toggleHiddenActionsTimoutID=setTimeout((()=>this._parentEl.classList.toggle(k.legend_withHiddenActions,e)),100)},this._options=e,this._togglerOptions=t,this._isStudiesLegendHidden=e.isStudiesLegendHidden.spawn(),this._isStudiesLegendHidden.subscribe(this._updateLegendVisibility.bind(this)),this._isAllLegendHidden=e.isAllLegendHidden.spawn(),this._isAllLegendHidden.subscribe(this._updateLegendVisibility.bind(this)),this._updateLegendVisibility(),this._hideAllExceptFirstLine=e.hideAllExceptFirstLine.spawn(),this._hideAllExceptFirstLine.subscribe(this._updateAllHiddenExeptFirstLine.bind(this)),this._themedColor=e.themedColor.spawn(),this._themedColor.subscribe(this._setCustomBg.bind(this)),this._showBackground=e.showBackground.spawn(),this._showBackground.subscribe(this._setCustomBg.bind(this)),this._backgroundTransparency=e.backgroundTransparency.spawn(),this._backgroundTransparency.subscribe(this._setCustomBg.bind(this)),this._collapsedDataSourcesCountSpawn=e.collapsedDataSourcesCount.spawn(),this._collapsedDataSourcesCountSpawn.subscribe(this._updateCollapsedSourcesCount.bind(this)),this._collapsedDataSourcesStatusWidgetElement=e.combinedStatusWidget.getElement(),this._showCollapsedDataSourcesTooltipHandler=this._showCollapsedDataSourcesTooltip.bind(this),this._parentEl.classList.add(k.legend),this._parentEl.classList.toggle(k.noWrap,!b.trackingModeIsAvailable),this._parentEl.classList.toggle(k.noActions,!this._options.withActions),this._parentEl.classList.toggle(k.touchMode,b.trackingModeIsAvailable), ;return this._isStateOpen.value()?t:i}_updateTooltip(){if(null!==this._el){const e=this._tooltip();this._el.setAttribute("title",e),this._el.setAttribute("aria-label",e),this._el.dispatchEvent(new CustomEvent("common-tooltip-update"))}}_updateObjectTreeVisibility(e){(0,o.ensureNotNull)(this._el).classList.toggle(k.objectsTreeCanBeShown,e)}}!function(e){e[e.Medium=222]="Medium",e[e.Small=205]="Small",e[e.Tiny=133]="Tiny",e[e.HideUnimportantValues=272]="HideUnimportantValues",e[e.SeriesDirectionColumn=542]="SeriesDirectionColumn",e[e.HideExchangeIntevalProvider=442]="HideExchangeIntevalProvider",e[e.HideIntervalMultiChart=192]="HideIntervalMultiChart"}(te||(te={}));const ne=c.enabled("object_tree_legend_mode"),re=[27,9,37,39,38,40];class de{constructor(e,t){this._mode=4,this._renderToggler=null,this._mainDataSourceRenderer=null,this._dataSourceRenderers=[],this._parentEl=document.createElement("div"),this._mainDataSourceEl=null,this._dataSourcesEl=null,this._dataSourcesAdditionalWrapperEl=null,this._collapsedDataSourcesWrapperEl=null,this._collapsedDataSourcesEl=null,this._outsideEventForCollapsedTooltip=null,this._onKeyboardNavigationActivationBound=this._onKeyboardNavigationActivation.bind(this),this._onIsDataSourcesCollapsedBound=this._onIsDataSourcesCollapsed.bind(this),this._focusEventAbortController=null,this._toggleHiddenActionsTimoutID=null,this._toggleHiddenActions=e=>{this._toggleHiddenActionsTimoutID&&(clearTimeout(this._toggleHiddenActionsTimoutID),this._toggleHiddenActionsTimoutID=null),e?this._parentEl.classList.toggle(k.legend_withHiddenActions,e):this._toggleHiddenActionsTimoutID=setTimeout((()=>this._parentEl.classList.toggle(k.legend_withHiddenActions,e)),100)},this._options=e,this._togglerOptions=t,this._isStudiesLegendHidden=e.isStudiesLegendHidden.spawn(),this._isStudiesLegendHidden.subscribe(this._updateLegendVisibility.bind(this)),this._isAllLegendHidden=e.isAllLegendHidden.spawn(),this._isAllLegendHidden.subscribe(this._updateLegendVisibility.bind(this)),this._updateLegendVisibility(),this._hideAllExceptFirstLine=e.hideAllExceptFirstLine.spawn(),this._hideAllExceptFirstLine.subscribe(this._updateAllHiddenExeptFirstLine.bind(this)),this._themedColor=e.themedColor.spawn(),this._themedColor.subscribe(this._setCustomBg.bind(this)),this._showBackground=e.showBackground.spawn(),this._showBackground.subscribe(this._setCustomBg.bind(this)),this._backgroundTransparency=e.backgroundTransparency.spawn(),this._backgroundTransparency.subscribe(this._setCustomBg.bind(this)),this._collapsedDataSourcesCountSpawn=e.collapsedDataSourcesCount.spawn(),this._collapsedDataSourcesCountSpawn.subscribe(this._updateCollapsedSourcesCount.bind(this)),this._collapsedDataSourcesStatusWidgetElement=e.combinedStatusWidget.getElement(),this._showCollapsedDataSourcesTooltipHandler=this._showCollapsedDataSourcesTooltip.bind(this),this._parentEl.classList.add(k.legend),this._parentEl.classList.toggle(k.noWrap,!b.trackingModeIsAvailable),this._parentEl.classList.toggle(k.noActions,!this._options.withActions),
this._parentEl.classList.toggle(k.wrappable,!this._hideAllExceptFirstLine.value()),this._parentEl.dataset.name="legend",this._parentEl.setAttribute("data-tooltip-show-on-focus","true"),this._parentEl.style.setProperty("--legend-source-item-button-width",`${y}px`);const s=t=>{t.preventDefault(),e.showLegendWidgetContextMenu(t)};this._mouseEventHandler=new S.MouseEventHandler(this._parentEl,{contextMenuEvent:s,touchContextMenuEvent:s}),window.addEventListener("keyboard-navigation-activation",this._onKeyboardNavigationActivationBound),this._parentEl.addEventListener("keydown",this._handleKeyDown.bind(this)),this._options.onLayoutChanged.subscribe(this,this._onLayoutChanged)}destroy(){this._focusEventAbortController?.abort();const e=document.activeElement;let t=-1;if(de._wasKeyboardNavigationActivated&&e instanceof HTMLButtonElement){null!==this._getRowRendererByChild(e)&&(t=(0,g.queryTabbableElements)(document.body).indexOf(e))}if(this._isStudiesLegendHidden.destroy(),this._isAllLegendHidden.destroy(),this._hideAllExceptFirstLine.destroy(),this._themedColor.destroy(),this._showBackground.destroy(),this._backgroundTransparency.destroy(),this._collapsedDataSourcesCountSpawn.destroy(),b.trackingModeIsAvailable&&null!==this._collapsedDataSourcesWrapperEl&&this._collapsedDataSourcesWrapperEl.removeEventListener("touchend",this._showCollapsedDataSourcesTooltipHandler),this._outsideEventForCollapsedTooltip&&this._outsideEventForCollapsedTooltip(),null!==this._dataSourcesAdditionalWrapperEl&&(this._dataSourcesAdditionalWrapperEl.innerHTML="",this._dataSourcesAdditionalWrapperEl=null),null!==this._dataSourcesEl&&(this._dataSourcesEl.innerHTML="",this._dataSourcesEl=null),this._togglerOptions.isDataSourcesCollapsed.unsubscribe(this._onIsDataSourcesCollapsedBound),null!==this._renderToggler&&(this._renderToggler.destroy(),this._renderToggler=null),null!==this._mainDataSourceRenderer&&(this._mainDataSourceRenderer.destroy(),this._mainDataSourceRenderer=null),0!==this._dataSourceRenderers.length){for(const e of this._dataSourceRenderers)e.destroy();this._dataSourceRenderers=[]}if(this._mouseEventHandler.destroy(),this._parentEl.innerHTML="",delete this._parentEl,window.removeEventListener("keyboard-navigation-activation",this._onKeyboardNavigationActivationBound),-1!==t){let e;window.dispatchEvent(new CustomEvent("keyboard-navigation-activation",{bubbles:!0}));const s=(0,g.queryTabbableElements)(document.body);e=t===s.length?s[0]:s[t],e&&e.focus()}}addCustomWidget(e,t){if(0===t.block){this._renderMainDataSourceEl();const s=(0,o.ensureNotNull)(this._mainDataSourceEl);1===t.position&&e.renderTo(s,s.firstChild),0===t.position&&e.renderTo(s)}if(1===t.block){this._renderDataSourcesEl();const s=(0,o.ensureNotNull)(this._dataSourcesAdditionalWrapperEl);1===t.position&&e.renderTo(s,s.firstChild),0===t.position&&e.renderTo(s)}}firstTitle(){return this._parentEl.firstElementChild}getElement(){return this._parentEl}updateMode(e){const t=ne&&e<133?1:e<205?2:e<222?3:4,s=e<192?1:e<442?2:3;this._mode=t, this._parentEl.classList.toggle(k.touchMode,b.trackingModeIsAvailable),this._parentEl.classList.toggle(k.wrappable,!this._hideAllExceptFirstLine.value()),this._parentEl.dataset.name="legend",this._parentEl.setAttribute("data-tooltip-show-on-focus","true"),this._parentEl.style.setProperty("--legend-source-item-button-width",`${y}px`);const s=t=>{t.preventDefault(),e.showLegendWidgetContextMenu(t)};this._mouseEventHandler=new S.MouseEventHandler(this._parentEl,{contextMenuEvent:s,touchContextMenuEvent:s}),window.addEventListener("keyboard-navigation-activation",this._onKeyboardNavigationActivationBound),this._parentEl.addEventListener("keydown",this._handleKeyDown.bind(this)),this._options.onLayoutChanged.subscribe(this,this._onLayoutChanged)}destroy(){this._focusEventAbortController?.abort();const e=document.activeElement;let t=-1;if(de._wasKeyboardNavigationActivated&&e instanceof HTMLButtonElement){null!==this._getRowRendererByChild(e)&&(t=(0,g.queryTabbableElements)(document.body).indexOf(e))}if(this._isStudiesLegendHidden.destroy(),this._isAllLegendHidden.destroy(),this._hideAllExceptFirstLine.destroy(),this._themedColor.destroy(),this._showBackground.destroy(),this._backgroundTransparency.destroy(),this._collapsedDataSourcesCountSpawn.destroy(),b.trackingModeIsAvailable&&null!==this._collapsedDataSourcesWrapperEl&&this._collapsedDataSourcesWrapperEl.removeEventListener("touchend",this._showCollapsedDataSourcesTooltipHandler),this._outsideEventForCollapsedTooltip&&this._outsideEventForCollapsedTooltip(),null!==this._dataSourcesAdditionalWrapperEl&&(this._dataSourcesAdditionalWrapperEl.innerHTML="",this._dataSourcesAdditionalWrapperEl=null),null!==this._dataSourcesEl&&(this._dataSourcesEl.innerHTML="",this._dataSourcesEl=null),this._togglerOptions.isDataSourcesCollapsed.unsubscribe(this._onIsDataSourcesCollapsedBound),null!==this._renderToggler&&(this._renderToggler.destroy(),this._renderToggler=null),null!==this._mainDataSourceRenderer&&(this._mainDataSourceRenderer.destroy(),this._mainDataSourceRenderer=null),0!==this._dataSourceRenderers.length){for(const e of this._dataSourceRenderers)e.destroy();this._dataSourceRenderers=[]}if(this._mouseEventHandler.destroy(),this._parentEl.innerHTML="",delete this._parentEl,window.removeEventListener("keyboard-navigation-activation",this._onKeyboardNavigationActivationBound),-1!==t){let e;window.dispatchEvent(new CustomEvent("keyboard-navigation-activation",{bubbles:!0}));const s=(0,g.queryTabbableElements)(document.body);e=t===s.length?s[0]:s[t],e&&e.focus()}}addCustomWidget(e,t){if(0===t.block){this._renderMainDataSourceEl();const s=(0,o.ensureNotNull)(this._mainDataSourceEl);1===t.position&&e.renderTo(s,s.firstChild),0===t.position&&e.renderTo(s)}if(1===t.block){this._renderDataSourcesEl();const s=(0,o.ensureNotNull)(this._dataSourcesAdditionalWrapperEl);1===t.position&&e.renderTo(s,s.firstChild),0===t.position&&e.renderTo(s)}}firstTitle(){return this._parentEl.firstElementChild}getElement(){return this._parentEl}updateMode(e){
null!==this._mainDataSourceRenderer&&this._mainDataSourceRenderer.updateMode(t,s);for(const e of this._dataSourceRenderers)e.updateMode(t,s);this._parentEl.classList.toggle(k.medium,3===t),this._parentEl.classList.toggle(k.minimized,2===t),this._parentEl.classList.toggle(k.micro,1===t),null!==this._renderToggler&&this._renderToggler.setMode(1===t);const i=!this._hideAllExceptFirstLine.value()&&(b.trackingModeIsAvailable||e<542);this._parentEl.classList.toggle(k.directionColumn,i),this._parentEl.classList.toggle(k.hideUniportantValueItems,!_.CheckMobile.any()&&e<=272)}getMainSourceHeight(){return null===this._mainDataSourceRenderer?0:this._mainDataSourceRenderer.getHeight()}getDataSourceHeight(){return 0===this._dataSourceRenderers.length?0:this._dataSourceRenderers[0].getHeight()}_renderMainDataSourceEl(){null===this._mainDataSourceEl&&(this._mainDataSourceEl=document.createElement("div"),this._mainDataSourceEl.classList.add(k.legendMainSourceWrapper),this._parentEl.insertBefore(this._mainDataSourceEl,this._dataSourcesEl))}_renderDataSourcesEl(){null===this._dataSourcesEl&&(this._dataSourcesEl=document.createElement("div"),this._dataSourcesEl.classList.add(k.sourcesWrapper),this._renderToggle(this._dataSourcesEl),this._dataSourcesAdditionalWrapperEl=document.createElement("div"),this._dataSourcesAdditionalWrapperEl.classList.add(k.sources),this._dataSourcesEl.appendChild(this._dataSourcesAdditionalWrapperEl),this._renderCollapsedCounter(this._dataSourcesAdditionalWrapperEl),this._parentEl.appendChild(this._dataSourcesEl))}_renderToggle(e){this._options.showToggleButton&&(this._renderToggler=new ae(e,this._options.themedColor,this._togglerOptions))}_onIsDataSourcesCollapsed(e){if(e){const e=this._getAllAccessibleButtons();if(0===e.filter((e=>e.tabIndex>=0)).length){const t=this._getRowRendererByChild(e[0]);t&&this._makeRowElementTheMainOne(e[0],t)}return}if(0!==(this._mainDataSourceRenderer?.accessibleButtons()||[]).filter((e=>e.tabIndex>=0)).length)return;const t=[];this._dataSourceRenderers.forEach((e=>t.push(...e.accessibleButtons())));const s=t.filter((e=>e.tabIndex>=0));if(0!==s.length){this._focusEventAbortController&&this._focusEventAbortController.abort(),s.forEach((e=>(0,m.becomeSecondaryElement)(e)));let e=null,t=null;if(this._mainDataSourceRenderer){const s=this._mainDataSourceRenderer.accessibleButtons();s.length>0&&(e=s[0],t=this._mainDataSourceRenderer)}null===e&&this._renderToggler&&(e=this._renderToggler.accessibleButtons()[0],t=this._renderToggler),e&&t&&this._makeRowElementTheMainOne(e,t)}}_renderCollapsedCounter(e){this._collapsedDataSourcesWrapperEl=document.createElement("div"),this._collapsedDataSourcesWrapperEl.className=`${k.item} ${k.last}`,this._collapsedDataSourcesEl=document.createElement("span"),this._collapsedDataSourcesEl.className=`${k.text} apply-common-tooltip`,this._collapsedDataSourcesWrapperEl.append(this._collapsedDataSourcesEl);const t=document.createElement("div");t.classList.add(k.statusesWrapper), const t=ne&&e<133?1:e<205?2:e<222?3:4,s=e<192?1:e<442?2:3;this._mode=t,null!==this._mainDataSourceRenderer&&this._mainDataSourceRenderer.updateMode(t,s);for(const e of this._dataSourceRenderers)e.updateMode(t,s);this._parentEl.classList.toggle(k.medium,3===t),this._parentEl.classList.toggle(k.minimized,2===t),this._parentEl.classList.toggle(k.micro,1===t),null!==this._renderToggler&&this._renderToggler.setMode(1===t);const i=!this._hideAllExceptFirstLine.value()&&(b.trackingModeIsAvailable||e<542);this._parentEl.classList.toggle(k.directionColumn,i),this._parentEl.classList.toggle(k.hideUniportantValueItems,!_.CheckMobile.any()&&e<=272)}getMainSourceHeight(){return null===this._mainDataSourceRenderer?0:this._mainDataSourceRenderer.getHeight()}getDataSourceHeight(){return 0===this._dataSourceRenderers.length?0:this._dataSourceRenderers[0].getHeight()}_renderMainDataSourceEl(){null===this._mainDataSourceEl&&(this._mainDataSourceEl=document.createElement("div"),this._mainDataSourceEl.classList.add(k.legendMainSourceWrapper),this._parentEl.insertBefore(this._mainDataSourceEl,this._dataSourcesEl))}_renderDataSourcesEl(){null===this._dataSourcesEl&&(this._dataSourcesEl=document.createElement("div"),this._dataSourcesEl.classList.add(k.sourcesWrapper),this._renderToggle(this._dataSourcesEl),this._dataSourcesAdditionalWrapperEl=document.createElement("div"),this._dataSourcesAdditionalWrapperEl.classList.add(k.sources),this._dataSourcesEl.appendChild(this._dataSourcesAdditionalWrapperEl),this._renderCollapsedCounter(this._dataSourcesAdditionalWrapperEl),this._parentEl.appendChild(this._dataSourcesEl))}_renderToggle(e){this._options.showToggleButton&&(this._renderToggler=new ae(e,this._options.themedColor,this._togglerOptions))}_onIsDataSourcesCollapsed(e){if(e){const e=this._getAllAccessibleButtons();if(0===e.filter((e=>e.tabIndex>=0)).length){const t=this._getRowRendererByChild(e[0]);t&&this._makeRowElementTheMainOne(e[0],t)}return}if(0!==(this._mainDataSourceRenderer?.accessibleButtons()||[]).filter((e=>e.tabIndex>=0)).length)return;const t=[];this._dataSourceRenderers.forEach((e=>t.push(...e.accessibleButtons())));const s=t.filter((e=>e.tabIndex>=0));if(0!==s.length){this._focusEventAbortController&&this._focusEventAbortController.abort(),s.forEach((e=>(0,m.becomeSecondaryElement)(e)));let e=null,t=null;if(this._mainDataSourceRenderer){const s=this._mainDataSourceRenderer.accessibleButtons();s.length>0&&(e=s[0],t=this._mainDataSourceRenderer)}null===e&&this._renderToggler&&(e=this._renderToggler.accessibleButtons()[0],t=this._renderToggler),e&&t&&this._makeRowElementTheMainOne(e,t)}}_renderCollapsedCounter(e){this._collapsedDataSourcesWrapperEl=document.createElement("div"),this._collapsedDataSourcesWrapperEl.className=`${k.item} ${k.last}`,this._collapsedDataSourcesEl=document.createElement("span"),this._collapsedDataSourcesEl.className=`${k.text} apply-common-tooltip`,this._collapsedDataSourcesWrapperEl.append(this._collapsedDataSourcesEl);const t=document.createElement("div");t.classList.add(k.statusesWrapper),
this._collapsedDataSourcesStatusWidgetElement.classList.add(k.statusesWrapper__statuses),t.appendChild(this._collapsedDataSourcesStatusWidgetElement),this._collapsedDataSourcesWrapperEl.appendChild(t),e.append(this._collapsedDataSourcesWrapperEl),b.trackingModeIsAvailable&&this._collapsedDataSourcesWrapperEl.addEventListener("touchend",this._showCollapsedDataSourcesTooltipHandler),this._updateCollapsedSourcesCount(this._collapsedDataSourcesCountSpawn.value())}_showCollapsedDataSourcesTooltip(){(0,v.showOnElement)(this._collapsedDataSourcesEl,{text:this._options.collapsedDataSourcesTitle.value()}),this._addOutsideEventForHideTooltip()}_addOutsideEventForHideTooltip(){null!==this._outsideEventForCollapsedTooltip&&this._outsideEventForCollapsedTooltip(),this._outsideEventForCollapsedTooltip=(0,h.addOutsideEventListener)(new CustomEvent("timestamp").timeStamp,this._collapsedDataSourcesWrapperEl,(()=>{null!==this._outsideEventForCollapsedTooltip&&this._outsideEventForCollapsedTooltip(),(0,v.hide)()}),window.document,{touchEnd:!0})}_updateCollapsedSourcesCount(e){if(null===this._collapsedDataSourcesWrapperEl||null===this._collapsedDataSourcesEl)return;const t=0===e;this._collapsedDataSourcesWrapperEl.classList.toggle(L.blockHidden,t),t||(p(this._collapsedDataSourcesEl,`+${e}`),this._collapsedDataSourcesEl.setAttribute("title",this._options.collapsedDataSourcesTitle.value()))}_updateLegendVisibility(){let e;const t=de._wasKeyboardNavigationActivated&&(this._isAllLegendHidden.value()||this._isStudiesLegendHidden.value());if(t){e=this._getAllAccessibleButtons().filter((e=>e.tabIndex>=0))[0]}if(this._parentEl.classList.toggle(L.blockHidden,this._isAllLegendHidden.value()),null!==this._dataSourcesEl&&this._dataSourcesEl.classList.toggle(L.blockHidden,this._isStudiesLegendHidden.value()),t){const t=this._getAllAccessibleButtons();if(e&&t.includes(e))return;if(e&&(0,m.becomeSecondaryElement)(e),0!==t.length){const e=this._getRowRendererByChild(t[0]);e&&this._makeRowElementTheMainOne(t[0],e)}}}_updateAllHiddenExeptFirstLine(){this._parentEl.classList.toggle(k.wrappable,!this._hideAllExceptFirstLine.value())}_setCustomBg(){const e=this._showBackground.value(),t=this._themedColor.value(),s=this._backgroundTransparency.value();let i="";if(e){const[e,l,o]=(0,d.parseRgb)(t);i=(0,d.rgbaToString)([e,l,o,(0,d.normalizeAlphaComponent)(1-s/100)])}this._parentEl.style.color=i}_onLayoutChanged(e){const{newMainSource:t,removedDataSources:s,addedDataSources:i,movedDataSources:l}=e,o=document.activeElement;let a=-1,n=-1;const r=null===this._mainDataSourceRenderer&&0===this._dataSourceRenderers.length;if(de._wasKeyboardNavigationActivated&&o instanceof HTMLButtonElement){const e=this._getRowRenderers(),l=e.find((e=>e.accessibleButtons().includes(o)));if(void 0!==l){const r=l===this._mainDataSourceRenderer&&null===t,d=l instanceof K&&s.includes(this._dataSourceRenderers.indexOf(l));if(r||d){a=e.indexOf(l);const r=(0,g.queryTabbableElements)(document.body).indexOf(o) this._collapsedDataSourcesStatusWidgetElement.classList.add(k.statusesWrapper__statuses),t.appendChild(this._collapsedDataSourcesStatusWidgetElement),this._collapsedDataSourcesWrapperEl.appendChild(t),e.append(this._collapsedDataSourcesWrapperEl),b.trackingModeIsAvailable&&this._collapsedDataSourcesWrapperEl.addEventListener("touchend",this._showCollapsedDataSourcesTooltipHandler),this._updateCollapsedSourcesCount(this._collapsedDataSourcesCountSpawn.value())}_showCollapsedDataSourcesTooltip(){(0,v.showOnElement)(this._collapsedDataSourcesEl,{text:this._options.collapsedDataSourcesTitle.value()}),this._addOutsideEventForHideTooltip()}_addOutsideEventForHideTooltip(){null!==this._outsideEventForCollapsedTooltip&&this._outsideEventForCollapsedTooltip(),this._outsideEventForCollapsedTooltip=(0,h.addOutsideEventListener)(new CustomEvent("timestamp").timeStamp,this._collapsedDataSourcesWrapperEl,(()=>{null!==this._outsideEventForCollapsedTooltip&&this._outsideEventForCollapsedTooltip(),(0,v.hide)()}),window.document,{touchEnd:!0})}_updateCollapsedSourcesCount(e){if(null===this._collapsedDataSourcesWrapperEl||null===this._collapsedDataSourcesEl)return;const t=0===e;this._collapsedDataSourcesWrapperEl.classList.toggle(L.blockHidden,t),t||(p(this._collapsedDataSourcesEl,`+${e}`),this._collapsedDataSourcesEl.setAttribute("title",this._options.collapsedDataSourcesTitle.value()))}_updateLegendVisibility(){let e;const t=de._wasKeyboardNavigationActivated&&(this._isAllLegendHidden.value()||this._isStudiesLegendHidden.value());if(t){e=this._getAllAccessibleButtons().filter((e=>e.tabIndex>=0))[0]}if(this._parentEl.classList.toggle(L.blockHidden,this._isAllLegendHidden.value()),null!==this._dataSourcesEl&&this._dataSourcesEl.classList.toggle(L.blockHidden,this._isStudiesLegendHidden.value()),t){const t=this._getAllAccessibleButtons();if(e&&t.includes(e))return;if(e&&(0,m.becomeSecondaryElement)(e),0!==t.length){const e=this._getRowRendererByChild(t[0]);e&&this._makeRowElementTheMainOne(t[0],e)}}}_updateAllHiddenExeptFirstLine(){this._parentEl.classList.toggle(k.wrappable,!this._hideAllExceptFirstLine.value())}_setCustomBg(){const e=this._showBackground.value(),t=this._themedColor.value(),s=this._backgroundTransparency.value();let i="";if(e){const[e,l,o]=(0,d.parseRgb)(t);i=(0,d.rgbaToString)([e,l,o,(0,d.normalizeAlphaComponent)(1-s/100)])}this._parentEl.style.color=i}_onLayoutChanged(e){const{newMainSource:t,removedDataSources:s,addedDataSources:i,movedDataSources:l}=e,o=document.activeElement;let a=-1,n=-1;const r=null===this._mainDataSourceRenderer&&0===this._dataSourceRenderers.length;if(de._wasKeyboardNavigationActivated&&o instanceof HTMLButtonElement){const e=this._getRowRenderers(),l=e.find((e=>e.accessibleButtons().includes(o)));if(void 0!==l){const r=l===this._mainDataSourceRenderer&&null===t,d=l instanceof K&&s.includes(this._dataSourceRenderers.indexOf(l));if(r||d){a=e.indexOf(l);const r=(0,g.queryTabbableElements)(document.body).indexOf(o)
;n=0!==i.length||(void 0!==t||null!==this._mainDataSourceRenderer)&&null!==t||s.length!==this._dataSourceRenderers.length&&0!==this._dataSourceRenderers.length?r+1:r}}}void 0!==t&&(null!==t?this._addMainDataSource(t.model,t.statusWidget):(this._mainDataSourceRenderer?.destroy(),this._mainDataSourceRenderer=null));const d=[];if(l.forEach((e=>{d.push({renderer:this._dataSourceRenderers[e.oldIndex],newIndex:e.newIndex})})),d.sort(((e,t)=>e.newIndex-t.newIndex)),s.forEach((e=>{this._dataSourceRenderers.splice(e,1)[0].destroy()})),0!==i.length&&(this._renderDataSourcesEl(),i.forEach((e=>{this._addDataSource(e.model,e.statusWidget,e.index)}))),0!==d.length&&(this._renderDataSourcesEl(),d.forEach((e=>{this._moveDataSource(e.renderer,e.newIndex)}))),de._wasKeyboardNavigationActivated&&r&&(null!==this._mainDataSourceRenderer||this._dataSourceRenderers.length)&&window.dispatchEvent(new CustomEvent("keyboard-navigation-activation",{bubbles:!0})),-1!==a){let e,t;const s=this._getRowRenderers();for(;a<s.length;){const i=s[a],l=i.accessibleButtons();if(l.length>0){e=l[0],t=i;break}a++}if(e&&t)this._changeFocusElement(e,t);else if(-1!==n){window.dispatchEvent(new CustomEvent("keyboard-navigation-activation",{bubbles:!0}));const t=(0,g.queryTabbableElements)(document.body);e=n===t.length?t[0]:t[n],e&&(o&&(0,m.becomeSecondaryElement)(o),e.focus())}}}_addMainDataSource(e,t){this._renderMainDataSourceEl(),this._mainDataSourceRenderer=new q(e,(0,o.ensureNotNull)(this._mainDataSourceEl),{withActions:this._options.withActions,customTextColor:this._options.customTextColor,statusWidgetEl:t.getElement(),hideInvisibleHover:t.dataSourceErrorStatusShown.spawn(),hideValues:(0,w.combine)(((e,t)=>e||t),t.dataSourceErrorStatusShown.weakReference(),t.isSymbolInvalidStatusShown.weakReference()),isMultipleLayout:this._options.isMultipleLayout,toggleHiddenActions:this._toggleHiddenActions}),this._updateLegendVisibility()}_addDataSource(e,t,s){const i=(0,o.ensureNotNull)(this._dataSourcesAdditionalWrapperEl),l=new K(e,i,{withActions:this._options.withActions,customTextColor:this._options.customTextColor,statusWidgetEl:t.getElement(),hideInvisibleHover:(0,w.combine)(((e,t)=>e||t),t.dataSourceErrorStatusShown.weakReference(),t.dataUpdatedModeShown.weakReference()),hideValues:(0,w.combine)(((e,t)=>e||t),t.dataSourceErrorStatusShown.weakReference(),t.isSymbolInvalidStatusShown.weakReference()),isMultipleLayout:this._options.isMultipleLayout,toggleHiddenActions:this._toggleHiddenActions}),a=(0,o.ensureNotNull)(l.getElement());if(null!==a){let e=this._dataSourceRenderers[s];void 0!==e?i.insertBefore(a,e.getElement()):(e=this._dataSourceRenderers[s-1],void 0!==e&&i.insertBefore(a,(0,o.ensureNotNull)(e.getElement()).nextSibling))}this._dataSourceRenderers.splice(s,0,l),this._updateLegendVisibility()}_moveDataSource(e,t){const s=this._dataSourceRenderers.indexOf(e);if(-1===s||t===s)return;const i=(0,o.ensureNotNull)(this._dataSourcesAdditionalWrapperEl),l=(0,o.ensureNotNull)(e.getElement());let a=this._dataSourceRenderers[t] ;n=0!==i.length||(void 0!==t||null!==this._mainDataSourceRenderer)&&null!==t||s.length!==this._dataSourceRenderers.length&&0!==this._dataSourceRenderers.length?r+1:r}}}void 0!==t&&(null!==t?this._addMainDataSource(t.model,t.statusWidget):(this._mainDataSourceRenderer?.destroy(),this._mainDataSourceRenderer=null));const d=[];if(l.forEach((e=>{d.push({renderer:this._dataSourceRenderers[e.oldIndex],newIndex:e.newIndex})})),d.sort(((e,t)=>e.newIndex-t.newIndex)),s.forEach((e=>{this._dataSourceRenderers.splice(e,1)[0].destroy()})),0!==i.length&&(this._renderDataSourcesEl(),i.forEach((e=>{this._addDataSource(e.model,e.statusWidget,e.index)}))),0!==d.length&&(this._renderDataSourcesEl(),d.forEach((e=>{this._moveDataSource(e.renderer,e.newIndex)}))),de._wasKeyboardNavigationActivated&&r&&(null!==this._mainDataSourceRenderer||this._dataSourceRenderers.length)&&window.dispatchEvent(new CustomEvent("keyboard-navigation-activation",{bubbles:!0})),-1!==a){let e,t;const s=this._getRowRenderers();for(;a<s.length;){const i=s[a],l=i.accessibleButtons();if(l.length>0){e=l[0],t=i;break}a++}if(e&&t)this._changeFocusElement(e,t);else if(-1!==n){window.dispatchEvent(new CustomEvent("keyboard-navigation-activation",{bubbles:!0}));const t=(0,g.queryTabbableElements)(document.body);e=n===t.length?t[0]:t[n],e&&(o&&(0,m.becomeSecondaryElement)(o),e.focus())}}}_addMainDataSource(e,t){this._renderMainDataSourceEl(),this._mainDataSourceRenderer=new q(e,(0,o.ensureNotNull)(this._mainDataSourceEl),{withActions:this._options.withActions,customTextColor:this._options.customTextColor,statusWidgetEl:t.getElement(),hideInvisibleHover:t.dataSourceErrorStatusShown.spawn(),hideValues:(0,w.combine)(((e,t)=>e||t),t.dataSourceErrorStatusShown.weakReference(),t.isSymbolInvalidStatusShown.weakReference()),isMultipleLayout:this._options.isMultipleLayout,toggleHiddenActions:this._toggleHiddenActions}),this._updateLegendVisibility()}_addDataSource(e,t,s){const i=(0,o.ensureNotNull)(this._dataSourcesAdditionalWrapperEl),l=new K(e,i,{withActions:this._options.withActions,customTextColor:this._options.customTextColor,statusWidgetEl:t.getElement(),hideInvisibleHover:(0,w.combine)(((e,t)=>e||t),t.dataSourceErrorStatusShown.weakReference(),t.dataUpdatedModeShown.weakReference()),hideValues:(0,w.combine)(((e,t)=>e||t),t.dataSourceErrorStatusShown.weakReference(),t.isSymbolInvalidStatusShown.weakReference()),isMultipleLayout:this._options.isMultipleLayout,toggleHiddenActions:this._toggleHiddenActions}),a=(0,o.ensureNotNull)(l.getElement());if(null!==a){let e=this._dataSourceRenderers[s];void 0!==e?i.insertBefore(a,e.getElement()):(e=this._dataSourceRenderers[s-1],void 0!==e&&i.insertBefore(a,(0,o.ensureNotNull)(e.getElement()).nextSibling))}this._dataSourceRenderers.splice(s,0,l),this._updateLegendVisibility()}_moveDataSource(e,t){const s=this._dataSourceRenderers.indexOf(e);if(-1===s||t===s)return;const i=(0,o.ensureNotNull)(this._dataSourcesAdditionalWrapperEl),l=(0,o.ensureNotNull)(e.getElement());let a=this._dataSourceRenderers[t]
;void 0!==a?i.insertBefore(l,a.getElement()):(a=this._dataSourceRenderers[t-1],void 0!==a&&i.insertBefore(l,(0,o.ensureNotNull)(a.getElement()).nextSibling)),this._dataSourceRenderers.splice(s,1),this._dataSourceRenderers.splice(t,0,e)}_onKeyboardNavigationActivation(){de._wasKeyboardNavigationActivated=!0,this._togglerOptions.isDataSourcesCollapsed.unsubscribe(this._onIsDataSourcesCollapsedBound),this._togglerOptions.isDataSourcesCollapsed.subscribe(this._onIsDataSourcesCollapsedBound);const e=this._getAllAccessibleButtons(),t=e.filter((e=>e.tabIndex>=0));if(0===t.length){const[t]=e.filter((e=>e.hasAttribute("tabIndex")));if(void 0===t)return;const s=this._getRowRendererByChild(t);if(null===s)return;this._makeRowElementTheMainOne(t,s)}if(t.length>1){const[,...e]=t;for(const t of e)(0,m.becomeSecondaryElement)(t)}}_handleKeyDown(e){if(e.defaultPrevented)return;const t=(0,u.hashFromEvent)(e);if(!re.includes(t))return;const s=document.activeElement;if(!(s instanceof HTMLButtonElement))return;const i=this._getRowRendererByChild(s);if(null===i)return;if(27===t)return void s.blur();const l=i.accessibleButtons(),o=l.indexOf(s);if(0===l.length||-1===o)return;const a=t=>{e.preventDefault();const s=this._getRowRenderers(),l=s.indexOf(i);let o,a,n="blockNext"===t?l+1:l-1;for(;n>=0&&n<s.length;){const e=s[n],i=e.accessibleButtons();if(0!==i.length){o=e,a=i;break}n="blockNext"===t?n+1:n-1}o&&a&&this._changeFocusElement(a[0],o)},n=(0,g.mapKeyCodeToDirection)(t);switch(n){case"inlinePrev":e.preventDefault(),this._changeFocusElement(0!==o?l[o-1]:l[l.length-1],i);break;case"inlineNext":e.preventDefault(),this._changeFocusElement(o!==l.length-1?l[o+1]:l[0],i);break;case"blockPrev":case"blockNext":a(n)}}_subscribeElementToFocusEvents(e,t){this._focusEventAbortController=new AbortController,e.addEventListener("focusin",(()=>{this._focusEventAbortController=new AbortController,e.addEventListener("focusout",(s=>{const i=s.relatedTarget;null!==i&&i instanceof HTMLButtonElement&&t.accessibleButtons().includes(i)||(this._subscribeElementToFocusEvents(e,t),t instanceof ae||t.hideActions())}),{once:!0,signal:this._focusEventAbortController.signal}),this._options.onLegendRowFocused(),t instanceof ae||t.showActions()}),{once:!0,signal:this._focusEventAbortController.signal})}_makeRowElementTheMainOne(e,t){this._subscribeElementToFocusEvents(e,t),(0,m.becomeMainElement)(e)}_changeFocusElement(e,t){document.activeElement&&(0,m.becomeSecondaryElement)(document.activeElement),this._makeRowElementTheMainOne(e,t),e.focus()}_getRowRenderers(){let e=[];return this._mainDataSourceRenderer&&e.push(this._mainDataSourceRenderer),this._dataSourcesEl&&!this._dataSourcesEl.classList.contains(L.blockHidden)&&(this._togglerOptions.isDataSourcesCollapsed.value()&&1!==this._mode&&(e=e.concat(this._dataSourceRenderers)),this._renderToggler&&0!==this._dataSourceRenderers.length&&e.push(this._renderToggler)),e}_getAllAccessibleButtons(){const e=[];return this._getRowRenderers().forEach((t=>{e.push(...t.accessibleButtons())})),e}_getRowRendererByChild(e){ ;void 0!==a?i.insertBefore(l,a.getElement()):(a=this._dataSourceRenderers[t-1],void 0!==a&&i.insertBefore(l,(0,o.ensureNotNull)(a.getElement()).nextSibling)),this._dataSourceRenderers.splice(s,1),this._dataSourceRenderers.splice(t,0,e)}_onKeyboardNavigationActivation(){de._wasKeyboardNavigationActivated=!0,this._togglerOptions.isDataSourcesCollapsed.unsubscribe(this._onIsDataSourcesCollapsedBound),this._togglerOptions.isDataSourcesCollapsed.subscribe(this._onIsDataSourcesCollapsedBound);const e=this._getAllAccessibleButtons(),t=e.filter((e=>e.tabIndex>=0));if(0===t.length){const[t]=e.filter((e=>e.hasAttribute("tabIndex")));if(void 0===t)return;const s=this._getRowRendererByChild(t);if(null===s)return;this._makeRowElementTheMainOne(t,s)}if(t.length>1){const[,...e]=t;for(const t of e)(0,m.becomeSecondaryElement)(t)}}_handleKeyDown(e){if(e.defaultPrevented)return;const t=(0,u.hashFromEvent)(e);if(!re.includes(t))return;const s=document.activeElement;if(!(s instanceof HTMLButtonElement))return;const i=this._getRowRendererByChild(s);if(null===i)return;if(27===t)return void s.blur();const l=i.accessibleButtons(),o=l.indexOf(s);if(0===l.length||-1===o)return;const a=t=>{e.preventDefault();const s=this._getRowRenderers(),l=s.indexOf(i);let o,a,n="blockNext"===t?l+1:l-1;for(;n>=0&&n<s.length;){const e=s[n],i=e.accessibleButtons();if(0!==i.length){o=e,a=i;break}n="blockNext"===t?n+1:n-1}o&&a&&this._changeFocusElement(a[0],o)},n=(0,g.mapKeyCodeToDirection)(t);switch(n){case"inlinePrev":e.preventDefault(),this._changeFocusElement(0!==o?l[o-1]:l[l.length-1],i);break;case"inlineNext":e.preventDefault(),this._changeFocusElement(o!==l.length-1?l[o+1]:l[0],i);break;case"blockPrev":case"blockNext":a(n)}}_subscribeElementToFocusEvents(e,t){this._focusEventAbortController=new AbortController,e.addEventListener("focusin",(()=>{this._focusEventAbortController=new AbortController,e.addEventListener("focusout",(s=>{const i=s.relatedTarget;null!==i&&i instanceof HTMLButtonElement&&t.accessibleButtons().includes(i)||(this._subscribeElementToFocusEvents(e,t),t instanceof ae||t.hideActions())}),{once:!0,signal:this._focusEventAbortController.signal}),this._options.onLegendRowFocused(),t instanceof ae||t.showActions()}),{once:!0,signal:this._focusEventAbortController.signal})}_makeRowElementTheMainOne(e,t){this._subscribeElementToFocusEvents(e,t),(0,m.becomeMainElement)(e)}_changeFocusElement(e,t){document.activeElement&&(0,m.becomeSecondaryElement)(document.activeElement),this._makeRowElementTheMainOne(e,t),e.focus()}_getRowRenderers(){let e=[];return this._mainDataSourceRenderer&&e.push(this._mainDataSourceRenderer),this._dataSourcesEl&&!this._dataSourcesEl.classList.contains(L.blockHidden)&&(this._togglerOptions.isDataSourcesCollapsed.value()&&1!==this._mode&&(e=e.concat(this._dataSourceRenderers)),this._renderToggler&&0!==this._dataSourceRenderers.length&&e.push(this._renderToggler)),e}_getAllAccessibleButtons(){const e=[];return this._getRowRenderers().forEach((t=>{e.push(...t.accessibleButtons())})),e}_getRowRendererByChild(e){
@@ -36,7 +36,7 @@ const Tt=new ve.TranslatedString("change symbol description visibility",J.t(null
os.htmlEscape)(J.t(null,void 0,s(32925))),Ds=(0,os.htmlEscape)(J.t(null,void 0,s(38368))),Ps=(0,os.htmlEscape)(J.t(null,void 0,s(33039))),zs=(0,os.htmlEscape)(J.t(null,void 0,s(85996))),Ns=(0,os.htmlEscape)(J.t(null,void 0,s(95400))),Rs=J.t(null,void 0,s(31539)),Os=(J.t(null,{context:'Part of: "Real-time data for {symbolName} is provided by {exchange} exchange."'},s(48473)),J.t(null,{context:'Part of: "Real-time data for {symbolName} is provided by {exchange} exchange."'},s(84455)),J.t(null,void 0,s(24669))),Fs=J.t(null,void 0,s(52668)),Us=J.t(null,void 0,s(44492));J.t(null,void 0,s(40225)),J.t(null,void 0,s(71847)),J.t(null,void 0,s(39664)),J.t(null,void 0,s(72723)),J.t(null,void 0,s(25608)),J.t(null,void 0,s(33161)),J.t(null,void 0,s(99452)),J.t(null,void 0,s(90589)),J.t(null,void 0,s(43383)),J.t(null,void 0,s(14181)),J.t(null,void 0,s(19679)),J.t(null,void 0,s(84937)),J.t(null,void 0,s(34987)),J.t(null,void 0,s(59269)),J.t(null,void 0,s(1356)),J.t(null,void 0,s(96341));var Gs=s(22118),Zs=s(56840);const js="tv.alreadyBlinkedStatuses",$s=[];function Qs(){return Zs.getJSON(js,$s)}const Ks=new n.WatchedValue(Qs());function qs(e){const t=Zs.getJSON(js,$s);t.includes(e)||(t.push(e),Zs.setJSON(js,t),Ks.setValue(Qs()))}Zs.onSync.subscribe(null,(()=>Ks.setValue(Qs())));const Js=Ks;var Xs=s(14712);const Ys=(0, os.htmlEscape)(J.t(null,void 0,s(32925))),Ds=(0,os.htmlEscape)(J.t(null,void 0,s(38368))),Ps=(0,os.htmlEscape)(J.t(null,void 0,s(33039))),zs=(0,os.htmlEscape)(J.t(null,void 0,s(85996))),Ns=(0,os.htmlEscape)(J.t(null,void 0,s(95400))),Rs=J.t(null,void 0,s(31539)),Os=(J.t(null,{context:'Part of: "Real-time data for {symbolName} is provided by {exchange} exchange."'},s(48473)),J.t(null,{context:'Part of: "Real-time data for {symbolName} is provided by {exchange} exchange."'},s(84455)),J.t(null,void 0,s(24669))),Fs=J.t(null,void 0,s(52668)),Us=J.t(null,void 0,s(44492));J.t(null,void 0,s(40225)),J.t(null,void 0,s(71847)),J.t(null,void 0,s(39664)),J.t(null,void 0,s(72723)),J.t(null,void 0,s(25608)),J.t(null,void 0,s(33161)),J.t(null,void 0,s(99452)),J.t(null,void 0,s(90589)),J.t(null,void 0,s(43383)),J.t(null,void 0,s(14181)),J.t(null,void 0,s(19679)),J.t(null,void 0,s(84937)),J.t(null,void 0,s(34987)),J.t(null,void 0,s(59269)),J.t(null,void 0,s(1356)),J.t(null,void 0,s(96341));var Gs=s(22118),Zs=s(56840);const js="tv.alreadyBlinkedStatuses",$s=[];function Qs(){return Zs.getJSON(js,$s)}const Ks=new n.WatchedValue(Qs());function qs(e){const t=Zs.getJSON(js,$s);t.includes(e)||(t.push(e),Zs.setJSON(js,t),Ks.setValue(Qs()))}Zs.onSync.subscribe(null,(()=>Ks.setValue(Qs())));const Js=Ks;var Xs=s(14712);const Ys=(0,
Pe.getLogger)("Chart.LegendWidget"),ei=["TFEXDelayForGuest","MILDelayForGuest","NGMDelayForGuest","DEForGuest","ICESGDelayForGuest","TAIFEXDelayForGuest","TURQUOISEDelayForGuest","ADXDelayForGuest","TRADEGATEDelayForGuest","LUXSEDelayForGuest","NSENGDelayForGuest","FINRADelayForGuest"],ti=new Map([["DelayToRealtime",Ss],["DelayNoRealtime",Ss],["TFEXDelayForGuest",Ss],["MILDelayForGuest",Ss],["NGMDelayForGuest",Ss],["ICESGDelayForGuest",Ss],["TAIFEXDelayForGuest",Ss],["TURQUOISEDelayForGuest",Ss],["ADXDelayForGuest",Ss],["TRADEGATEDelayForGuest",Ss],["LUXSEDelayForGuest",Ss],["NSENGDelayForGuest",Ss],["FINRADelayForGuest",Ss],["DEForGuest",Ss],["EOD",ys],["TickByTick",Ms],["BATSToRealtime",Ms],["DelayWithoutMarketAgreement",Ss]]),si=new Map([["DelayToRealtime",ns.delay],["DelayNoRealtime",ns.delay],["TFEXDelayForGuest",ns.delay],["MILDelayForGuest",ns.delay],["NGMDelayForGuest",ns.delay],["ICESGDelayForGuest",ns.delay],["TAIFEXDelayForGuest",ns.delay],["TURQUOISEDelayForGuest",ns.delay],["ADXDelayForGuest",ns.delay],["TRADEGATEDelayForGuest",ns.delay],["LUXSEDelayForGuest",ns.delay],["NSENGDelayForGuest",ns.delay],["FINRADelayForGuest",ns.delay],["DEForGuest",ns.delay],["EOD",ns.eod],["TickByTick",ns.notAccurate],["BATSToRealtime",ns.notAccurate],["DelayWithoutMarketAgreement",ns.delay]]),ii=new Map([["DelayToRealtime",fs],["DelayNoRealtime",fs],["TFEXDelayForGuest",fs],["MILDelayForGuest",fs],["NGMDelayForGuest",fs],["ICESGDelayForGuest",fs],["TAIFEXDelayForGuest",fs],["TURQUOISEDelayForGuest",fs],["ADXDelayForGuest",fs],["TRADEGATEDelayForGuest",fs],["LUXSEDelayForGuest",fs],["NSENGDelayForGuest",fs],["FINRADelayForGuest",fs],["DEForGuest",fs],["EOD",Cs],["TickByTick",Es],["BATSToRealtime",Es],["DelayWithoutMarketAgreement",fs]]),li=(J.t(null,void 0,s(28214)),J.t(null,void 0,s(27741)));(0,os.htmlEscape)(J.t(null,void 0,s(5447)));class oi extends rs{constructor(e,t,s){super({iconMap:ti,classNameMap:si,titleColorMap:ii,size:t}),this._dataUpdatedInfo=new n.WatchedValue(null).spawn(),this._onMarketStatusChanged=()=>{this._updateByStatus(this.status().value())},this._options=s,this._model=e,this._dataModeBlinkingStatuses=Js.spawn(),this._dataModeBlinkingStatuses.subscribe(this._updateBlinkingMode.bind(this)),this._options.marketStatus?.subscribe(this._onMarketStatusChanged),this.turnOffBlinkingMode=this._turnOffBlinking.bind(this),this.setModel(e)}destroy(){this._dataUpdatedInfo.destroy(),this._dataModeBlinkingStatuses.destroy(),this._options.marketStatus?.unsubscribe(this._onMarketStatusChanged),this._options.marketStatus?.release(),super.destroy()}setModel(e){if(this._dataUpdatedInfo.destroy(),null===e)return this._model=e,void(this._dataUpdatedInfo=new n.WatchedValue(null).spawn());this._dataUpdatedInfo=e.status().spawn(),this._dataUpdatedInfo.subscribe(this._updateStatus.bind(this),{callWithLast:!0})}_shouldBeHiddenByStatus(e){const t=this._options.marketStatus?.value();return"expired"===t||"delisted"===t||(!("BATSToRealtime"!==e||!this._model?.isSpread())||super._shouldBeHiddenByStatus(e))}_getTooltip(){ Pe.getLogger)("Chart.LegendWidget"),ei=["TFEXDelayForGuest","MILDelayForGuest","NGMDelayForGuest","DEForGuest","ICESGDelayForGuest","TAIFEXDelayForGuest","TURQUOISEDelayForGuest","ADXDelayForGuest","TRADEGATEDelayForGuest","LUXSEDelayForGuest","NSENGDelayForGuest","FINRADelayForGuest"],ti=new Map([["DelayToRealtime",Ss],["DelayNoRealtime",Ss],["TFEXDelayForGuest",Ss],["MILDelayForGuest",Ss],["NGMDelayForGuest",Ss],["ICESGDelayForGuest",Ss],["TAIFEXDelayForGuest",Ss],["TURQUOISEDelayForGuest",Ss],["ADXDelayForGuest",Ss],["TRADEGATEDelayForGuest",Ss],["LUXSEDelayForGuest",Ss],["NSENGDelayForGuest",Ss],["FINRADelayForGuest",Ss],["DEForGuest",Ss],["EOD",ys],["TickByTick",Ms],["BATSToRealtime",Ms],["DelayWithoutMarketAgreement",Ss]]),si=new Map([["DelayToRealtime",ns.delay],["DelayNoRealtime",ns.delay],["TFEXDelayForGuest",ns.delay],["MILDelayForGuest",ns.delay],["NGMDelayForGuest",ns.delay],["ICESGDelayForGuest",ns.delay],["TAIFEXDelayForGuest",ns.delay],["TURQUOISEDelayForGuest",ns.delay],["ADXDelayForGuest",ns.delay],["TRADEGATEDelayForGuest",ns.delay],["LUXSEDelayForGuest",ns.delay],["NSENGDelayForGuest",ns.delay],["FINRADelayForGuest",ns.delay],["DEForGuest",ns.delay],["EOD",ns.eod],["TickByTick",ns.notAccurate],["BATSToRealtime",ns.notAccurate],["DelayWithoutMarketAgreement",ns.delay]]),ii=new Map([["DelayToRealtime",fs],["DelayNoRealtime",fs],["TFEXDelayForGuest",fs],["MILDelayForGuest",fs],["NGMDelayForGuest",fs],["ICESGDelayForGuest",fs],["TAIFEXDelayForGuest",fs],["TURQUOISEDelayForGuest",fs],["ADXDelayForGuest",fs],["TRADEGATEDelayForGuest",fs],["LUXSEDelayForGuest",fs],["NSENGDelayForGuest",fs],["FINRADelayForGuest",fs],["DEForGuest",fs],["EOD",Cs],["TickByTick",Es],["BATSToRealtime",Es],["DelayWithoutMarketAgreement",fs]]),li=(J.t(null,void 0,s(28214)),J.t(null,void 0,s(27741)));(0,os.htmlEscape)(J.t(null,void 0,s(5447)));class oi extends rs{constructor(e,t,s){super({iconMap:ti,classNameMap:si,titleColorMap:ii,size:t}),this._dataUpdatedInfo=new n.WatchedValue(null).spawn(),this._onMarketStatusChanged=()=>{this._updateByStatus(this.status().value())},this._options=s,this._model=e,this._dataModeBlinkingStatuses=Js.spawn(),this._dataModeBlinkingStatuses.subscribe(this._updateBlinkingMode.bind(this)),this._options.marketStatus?.subscribe(this._onMarketStatusChanged),this.turnOffBlinkingMode=this._turnOffBlinking.bind(this),this.setModel(e)}destroy(){this._dataUpdatedInfo.destroy(),this._dataModeBlinkingStatuses.destroy(),this._options.marketStatus?.unsubscribe(this._onMarketStatusChanged),this._options.marketStatus?.release(),super.destroy()}setModel(e){if(this._dataUpdatedInfo.destroy(),null===e)return this._model=e,void(this._dataUpdatedInfo=new n.WatchedValue(null).spawn());this._dataUpdatedInfo=e.status().spawn(),this._dataUpdatedInfo.subscribe(this._updateStatus.bind(this),{callWithLast:!0})}_shouldBeHiddenByStatus(e){const t=this._options.marketStatus?.value();return"expired"===t||"delisted"===t||(!("BATSToRealtime"!==e||!this._model?.isSpread())||super._shouldBeHiddenByStatus(e))}_getTooltip(){
const e=this._getShortTexts();return null===e?null:Object.values(e).join(" · ")}async _updateFullTooltip(){const e=this._dataUpdatedInfo.value(),t=this._status.value();if(null===e||null===t)return void this._fullTooltip.setValue(null);const s=this._getShortTexts(),[i,l]=await Promise.all([this._getHtmls(),this._getActions()]);if(e!==this._dataUpdatedInfo.value())return;const o=[];for(const t of e){const e=t.mode;"BATSToRealtime"===e&&this._model?.isSpread()||o.push({icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:s&&s[e],titleColor:this._getTitleColor(e),html:i&&i[e],size:this._size,action:l&&l[e]})}this._fullTooltip.setValue(o)}_updateStatus(e){const t=null!==e?e[0].mode:null;this._status.setValue(t??null,!0),this._updateBlinkingMode()}async _getHtmls(){const e=this._dataUpdatedInfo.value();if(null===e||null===this._model)return Promise.resolve(null);const t={},i=this._model.symbolName();let l=null,o=null;try{l=await this._model.description(),o=this._model.exchange()}catch(e){Ys.logError(`Can't get exchange description, reason: ${(0,Xs.errorToString)(e)}`)}for(const a of e){const e=a.mode;if(t[e]=[],["DelayToRealtime","DelayNoRealtime","DelayWithoutMarketAgreement",...ei].includes(e)&&(t[e].push(ks(i,this._model.time())),this._options.subscriptionFullInfo&&null!==l&&"DelayToRealtime"===e&&t[e].push(Hs.format({description:`<b>${l}</b>`})),"DelayNoRealtime"===e&&t[e].push(Bs),"DelayWithoutMarketAgreement"===e&&t[e].push(Ns.format({listedExchange:this._model.listedExchange()})),this._options.subscriptionFullInfo&&ei.includes(e)&&t[e].push(Ts.format({listedExchange:this._model.listedExchange()}))),"EOD"===e&&(t[e]=[Is]),"TickByTick"===e){const i=void 0===a.updatePeriod?Ds:(0,os.htmlEscape)(J.t(null,{count:a.updatePeriod,replace:{amount:(a.updatePeriod??1).toString()},plural:"Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."},s(83978))),l=void 0===a.updatePeriod?Ps:(0,os.htmlEscape)(J.t(null,{count:a.updatePeriod,replace:{amount:(a.updatePeriod??1).toString()},plural:"Data is updated once every {amount} seconds, even if there are more updates on the market."},s(51931)));t[e].push(this._options.subscriptionFullInfo?i:l),this._options.subscriptionFullInfo&&t[e].push(zs)}if(null!==o&&"BATSToRealtime"===e){let s=this._model.listedExchange();const l=(0,Gs.isAmexToCboeMigratedSymbol)(s,this._model.proPerm());0,Gs.CRUCIAL_REALTIME_BATS.includes(this._model.listedExchange())||l?t[e].push(Us.format({exchange:s,originalExchange:As})):t[e].push(Rs.format({symbolName:i,exchange:o}),""!==s?(0,os.htmlEscape)(Fs).format({exchange:s}):(0,os.htmlEscape)(Os))}}return Object.keys(t).length>0?t:null}async _getActions(){if(null===this._dataUpdatedInfo.value()||null===this._model)return null;const e={};return Object.keys(e).length>0?e:null}_showSupportDialogForUpdateMode(e){}_getShortTexts(){const e=this._dataUpdatedInfo.value();if(null===e||null===this._model)return null;const t={};for(const i of e){const e=i.mode const e=this._getShortTexts();return null===e?null:Object.values(e).join(" · ")}async _updateFullTooltip(){const e=this._dataUpdatedInfo.value(),t=this._status.value();if(null===e||null===t)return void this._fullTooltip.setValue(null);const s=this._getShortTexts(),[i,l]=await Promise.all([this._getHtmls(),this._getActions()]);if(e!==this._dataUpdatedInfo.value())return;const o=[];for(const t of e){const e=t.mode;"BATSToRealtime"===e&&this._model?.isSpread()||o.push({icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:s&&s[e],titleColor:this._getTitleColor(e),html:i&&i[e],size:this._size,action:l&&l[e]})}this._fullTooltip.setValue(o)}_updateStatus(e){const t=null!==e?e[0].mode:null;this._status.setValue(t??null,!0),this._updateBlinkingMode()}async _getHtmls(){const e=this._dataUpdatedInfo.value();if(null===e||null===this._model)return Promise.resolve(null);const t={},i=this._model.symbolName();let l=null,o=null;try{l=await this._model.description(),o=this._model.exchange()}catch(e){Ys.logError(`Can't get exchange description, reason: ${(0,Xs.errorToString)(e)}`)}for(const a of e){const e=a.mode;if(t[e]=[],["DelayToRealtime","DelayNoRealtime","DelayWithoutMarketAgreement",...ei].includes(e)&&(t[e].push(ks(i,this._model.time())),this._options.subscriptionFullInfo&&null!==l&&"DelayToRealtime"===e&&t[e].push(Hs.format({description:`<b>${l}</b>`})),"DelayNoRealtime"===e&&t[e].push(Bs),"DelayWithoutMarketAgreement"===e&&t[e].push(Ns.format({listedExchange:this._model.listedExchange()})),this._options.subscriptionFullInfo&&ei.includes(e)&&t[e].push(Ts.format({listedExchange:this._model.listedExchange()}))),"EOD"===e&&(t[e]=[Is]),"TickByTick"===e){const i=void 0===a.updatePeriod?Ds:(0,os.htmlEscape)(J.t(null,{count:a.updatePeriod,replace:{amount:(a.updatePeriod??1).toString()},plural:"Data on our Basic plan is updated once every {amount} seconds, even if there are more updates on the market."},s(83978))),l=void 0===a.updatePeriod?Ps:(0,os.htmlEscape)(J.t(null,{count:a.updatePeriod,replace:{amount:(a.updatePeriod??1).toString()},plural:"Data is updated once every {amount} seconds, even if there are more updates on the market."},s(51931)));t[e].push(this._options.subscriptionFullInfo?i:l),this._options.subscriptionFullInfo&&t[e].push(zs)}if(null!==o&&"BATSToRealtime"===e){let s=this._model.listedExchange();const l=(0,Gs.isAmexToCboeMigratedSymbol)(s,this._model.proPerm());0,Gs.CRUCIAL_REALTIME_BATS.includes(this._model.listedExchange())||l?t[e].push(Us.format({exchange:s,originalExchange:As})):t[e].push(Rs.format({symbolName:i,exchange:o}),""!==s?(0,os.htmlEscape)(Fs).format({exchange:s}):(0,os.htmlEscape)(Os))}}return Object.keys(t).length>0?t:null}async _getActions(){if(null===this._dataUpdatedInfo.value()||null===this._model)return null;const e={};return Object.keys(e).length>0?e:null}_showSupportDialogForUpdateMode(e){}_getShortTexts(){const e=this._dataUpdatedInfo.value();if(null===e||null===this._model)return null;const t={};for(const i of e){const e=i.mode
;if(["DelayToRealtime","DelayNoRealtime",...ei,"DelayWithoutMarketAgreement"].includes(e)&&(t[e]=Vs),"EOD"===e&&(t[e]=Ls),"TickByTick"===e){const l=void 0===i.updatePeriod?Ws:(0,os.htmlEscape)(J.t(null,{plural:"One update every {amount} seconds",count:i.updatePeriod,replace:{amount:(i.updatePeriod??1).toString()}},s(36050)));t[e]=l}if("BATSToRealtime"===e){let s=this._model.firstReplacedByBatsExchange()??"";0,t[e]=""!==s?xs.format({exchange:s,originalExchange:As}):As}}return Object.keys(t).length>0?t:null}_updateBlinkingMode(){const e=this._dataUpdatedInfo.value();if(null===e)return;const t=this._dataModeBlinkingStatuses.value();for(const s of e)if(!t.includes(s.mode))return void this.isBlinkingMode.setValue(!0);this.isBlinkingMode.setValue(!1)}_turnOffBlinking(){const e=this._dataUpdatedInfo.value();if(null!==e)for(const t of e)qs(t.mode)}_goProDialogAction(e,t={}){return{text:li,onClick:()=>{null!==this._model&&createGoProDialog({forceUpgradeBtn:!0,goOnMarkets:!0,customParams:t,upgradeMessage:J.t(null,void 0,s(70032)),feature:e}).then((()=>{trackEvent("Data Warning","Full description visible",e)}))}}}}const ai=J.t(null,void 0,s(86158)),ni=new Map([[!0,new Map([["small",gs],["medium",bs],["large",bs]])],[!1,new Map([["small",""],["medium",""],["large",""]])]]),ri=new Map([[!0,ns.dataProblemLow],[!1,null]]),di=new Map([[!0,ai],[!1,null]]),ui=new Map([[!0,ai],[!1,null]]),hi=new Map([[!0,ls.colorsPalette["color-data-problem"]],[!1,null]]);class ci extends rs{constructor(e,t,s){super({iconMap:ni,classNameMap:ri,tooltipMap:di,titleMap:ui,titleColorMap:hi,size:t}),this._dataSourceErrorStatus=new n.WatchedValue(null).spawn(),this._lastError=null,this._options=s,this.setSource(e)}destroy(){this._dataSourceErrorStatus.destroy(),super.destroy()}setSource(e){this._dataSourceErrorStatus.destroy(),this._dataSourceErrorStatus=e.errorStatus().spawn(),this._dataSourceErrorStatus.subscribe(this._updateStatus.bind(this),{callWithLast:!0})}_getTooltip(e){return(e?this._getDataSourceErrorStatusCustomTitle():null)??super._getTooltip(e)}_getTitle(e){return(e?this._getDataSourceErrorStatusCustomTitle():null)??super._getTitle(e)}async _updateFullTooltip(){const e=this._status.value(),t=this._dataSourceErrorStatus.value();null!==e&&null!==t?this._fullTooltip.setValue([{icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:this._getTitle(e),titleColor:this._getTitleColor(e),html:void 0===t.stackTrace?[(0,as.formatStudyError)((0,os.htmlEscape)(t.error))]:null,size:this._size,action:this._getAction(e),solutionId:this._options.errorSolution?this._dataSourceErrorStatus.value()?.solutionId:void 0}]):this._fullTooltip.setValue(null)}_getAction(e){return null}_updateStatus(e){const t=this._status.value();null!==e?(this._status.setValue(!0),t&&this._lastError!==e.error&&this._updateByStatus(!0),this._lastError=e.error):(this._status.setValue(null),this._lastError=null)}_getDataSourceErrorStatusCustomTitle(){return this._dataSourceErrorStatus.value()?.title||null}} ;if(["DelayToRealtime","DelayNoRealtime",...ei,"DelayWithoutMarketAgreement"].includes(e)&&(t[e]=Vs),"EOD"===e&&(t[e]=Ls),"TickByTick"===e){const l=void 0===i.updatePeriod?Ws:(0,os.htmlEscape)(J.t(null,{plural:"One update every {amount} seconds",count:i.updatePeriod,replace:{amount:(i.updatePeriod??1).toString()}},s(36050)));t[e]=l}if("BATSToRealtime"===e){let s=this._model.firstReplacedByBatsExchange()??"";0,t[e]=""!==s?xs.format({exchange:s,originalExchange:As}):As}}return Object.keys(t).length>0?t:null}_updateBlinkingMode(){const e=this._dataUpdatedInfo.value();if(null===e)return;const t=this._dataModeBlinkingStatuses.value();for(const s of e)if(!t.includes(s.mode))return void this.isBlinkingMode.setValue(!0);this.isBlinkingMode.setValue(!1)}_turnOffBlinking(){const e=this._dataUpdatedInfo.value();if(null!==e)for(const t of e)qs(t.mode)}_goProDialogAction(e,t={}){return{text:li,onClick:()=>{null!==this._model&&createGoProDialog({forceUpgradeBtn:!0,goOnMarkets:!0,customParams:t,upgradeMessage:J.t(null,void 0,s(70032)),feature:e}).then((()=>{trackEvent("Data Warning","Full description visible",e)}))}}}}const ai=J.t(null,void 0,s(86158)),ni=new Map([[!0,new Map([["small",gs],["medium",bs],["large",bs]])],[!1,new Map([["small",""],["medium",""],["large",""]])]]),ri=new Map([[!0,ns.dataProblemLow],[!1,null]]),di=new Map([[!0,ai],[!1,null]]),ui=new Map([[!0,ai],[!1,null]]),hi=new Map([[!0,ls.colorsPalette["color-data-problem"]],[!1,null]]);class ci extends rs{constructor(e,t,s){super({iconMap:ni,classNameMap:ri,tooltipMap:di,titleMap:ui,titleColorMap:hi,size:t}),this._dataSourceErrorStatus=new n.WatchedValue(null).spawn(),this._lastError=null,this._options=s,this.setSource(e)}destroy(){this._dataSourceErrorStatus.destroy(),super.destroy()}setSource(e){this._dataSourceErrorStatus.destroy(),this._dataSourceErrorStatus=e.errorStatus().spawn(),this._dataSourceErrorStatus.subscribe(this._updateStatus.bind(this),{callWithLast:!0})}_getTooltip(e){return(e?this._getDataSourceErrorStatusCustomTitle():null)??super._getTooltip(e)}_getTitle(e){return(e?this._getDataSourceErrorStatusCustomTitle():null)??super._getTitle(e)}async _updateFullTooltip(){const e=this._status.value(),t=this._dataSourceErrorStatus.value();null!==e&&null!==t?this._fullTooltip.setValue([{icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:this._getTitle(e),titleColor:this._getTitleColor(e),html:void 0===t.stackTrace?[(0,as.formatStudyError)((0,os.htmlEscape)(t.error))]:null,size:this._size,action:this._getAction(e),solutionId:this._options.errorSolution?this._dataSourceErrorStatus.value()?.solutionId:void 0,dataTestId:"data-source-error-status"}]):this._fullTooltip.setValue(null)}_getAction(e){return null}_updateStatus(e){const t=this._status.value();null!==e?(this._status.setValue(!0),t&&this._lastError!==e.error&&this._updateByStatus(!0),this._lastError=e.error):(this._status.setValue(null),this._lastError=null)}_getDataSourceErrorStatusCustomTitle(){return this._dataSourceErrorStatus.value()?.title||null}}
const _i=J.t(null,void 0,s(78992)),pi=new Map([["high",new Map([["small",gs],["medium",bs],["large",bs]])],["low",new Map([["small",gs],["medium",bs],["large",bs]])]]),mi=new Map([["high",ns.dataProblemHigh],["low",ns.dataProblemLow]]),gi=new Map([["high",_i],["low",_i]]),bi=new Map([["high",ls.colorsPalette["color-data-problem"]],["low",ls.colorsPalette["color-data-problem"]]]);class vi extends rs{constructor(e,t){super({tooltipMap:gi,iconMap:pi,classNameMap:mi,titleMap:gi,titleColorMap:bi,size:t}),this._dataProblems=new n.WatchedValue([]).spawn(),this._isDataProblemCritical=new n.WatchedValue(!1),this.setModel(e)}destroy(){this._dataProblems.destroy(),super.destroy()}isDataProblemCritical(){return this._isDataProblemCritical}setModel(e){this._dataProblems.destroy(),null!==e?(this._dataProblems=e.dataProblems().spawn(),this._dataProblems.subscribe(this._updateStatus.bind(this),{callWithLast:!0})):this._dataProblems=new n.WatchedValue([]).spawn()}async _updateFullTooltip(){const e=this.status().value(),t=this._dataProblems.value();if(null===e||0===t.length)return void this._fullTooltip.setValue(null);const s=t.map(((t,s)=>({icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:t.title??(0===s?this._getTitle(e):null),titleColor:this._getTitleColor(e),html:[(0,os.htmlEscape)(t.text)],size:this._size,action:this._getAction(e)})));this._fullTooltip.setValue(s)}_getTooltip(e){return this._getDataProblemCustomTitle()??super._getTooltip(e)}_getTitle(e){return this._getDataProblemCustomTitle()??super._getTitle(e)}_updateStatus(e){const t=e[0]?.severity??null,s=this._status.value()!==t;this._status.setValue(t),this._isDataProblemCritical.setValue(function(e){return"high"===e}(t)),s||this._updateFullTooltip()}_getDataProblemCustomTitle(){return this._dataProblems.value()?.[0]?.title||null}}class wi extends rs{constructor(e,t){super(t),this._booleanStatus=new n.WatchedValue(!1).spawn(),this.updateStatus(e)}destroy(){this._booleanStatus.destroy(),super.destroy()}updateStatus(e){this._booleanStatus.destroy(),this._booleanStatus=e.spawn(),this._booleanStatus.subscribe(this._updateStatus.bind(this),{callWithLast:!0})}_updateStatus(e){e?this._status.setValue(!0):this._status.setValue(null)}}const Si=J.t(null,void 0,s(14285)),yi=J.t(null,void 0,s(53272)),Mi=new Map([[!0,new Map([["small",gs],["medium",bs],["large",bs]])],[!1,new Map([["small",""],["medium",""],["large",""]])]]),fi=new Map([[!0,ns.invalidSymbol],[!1,null]]),Ci=new Map([[!0,Si],[!1,null]]),Ei=new Map([[!0,Si],[!1,null]]),Vi=new Map([[!0,ls.colorsPalette["color-invalid-symbol"]],[!1,null]]),Li=new Map([[!0,[yi]],[!1,null]]),Wi=new Map([[!0,null],[!1,null]]);class Ai{constructor(e,t){this.isBlinkingMode=new n.WatchedValue(!1),this._status=new n.WatchedValue(null),this._size="small",this._fullInfo=new n.WatchedValue(null),this._className=new n.WatchedValue(ns.marketStatusCustom),this._symbolModel=null,this._symbol=null,this._tooltip=new n.WatchedValue(null),this._icon=new n.WatchedValue(null),this._visible=new n.WatchedValue(!1), const _i=J.t(null,void 0,s(78992)),pi=new Map([["high",new Map([["small",gs],["medium",bs],["large",bs]])],["low",new Map([["small",gs],["medium",bs],["large",bs]])]]),mi=new Map([["high",ns.dataProblemHigh],["low",ns.dataProblemLow]]),gi=new Map([["high",_i],["low",_i]]),bi=new Map([["high",ls.colorsPalette["color-data-problem"]],["low",ls.colorsPalette["color-data-problem"]]]);class vi extends rs{constructor(e,t){super({tooltipMap:gi,iconMap:pi,classNameMap:mi,titleMap:gi,titleColorMap:bi,size:t}),this._dataProblems=new n.WatchedValue([]).spawn(),this._isDataProblemCritical=new n.WatchedValue(!1),this.setModel(e)}destroy(){this._dataProblems.destroy(),super.destroy()}isDataProblemCritical(){return this._isDataProblemCritical}setModel(e){this._dataProblems.destroy(),null!==e?(this._dataProblems=e.dataProblems().spawn(),this._dataProblems.subscribe(this._updateStatus.bind(this),{callWithLast:!0})):this._dataProblems=new n.WatchedValue([]).spawn()}async _updateFullTooltip(){const e=this.status().value(),t=this._dataProblems.value();if(null===e||0===t.length)return void this._fullTooltip.setValue(null);const s=t.map(((t,s)=>({icon:this._getIcon(e),iconClassName:this._getFullTooltipIconClassNames(e),title:t.title??(0===s?this._getTitle(e):null),titleColor:this._getTitleColor(e),html:[(0,os.htmlEscape)(t.text)],size:this._size,action:this._getAction(e)})));this._fullTooltip.setValue(s)}_getTooltip(e){return this._getDataProblemCustomTitle()??super._getTooltip(e)}_getTitle(e){return this._getDataProblemCustomTitle()??super._getTitle(e)}_updateStatus(e){const t=e[0]?.severity??null,s=this._status.value()!==t;this._status.setValue(t),this._isDataProblemCritical.setValue(function(e){return"high"===e}(t)),s||this._updateFullTooltip()}_getDataProblemCustomTitle(){return this._dataProblems.value()?.[0]?.title||null}}class wi extends rs{constructor(e,t){super(t),this._booleanStatus=new n.WatchedValue(!1).spawn(),this.updateStatus(e)}destroy(){this._booleanStatus.destroy(),super.destroy()}updateStatus(e){this._booleanStatus.destroy(),this._booleanStatus=e.spawn(),this._booleanStatus.subscribe(this._updateStatus.bind(this),{callWithLast:!0})}_updateStatus(e){e?this._status.setValue(!0):this._status.setValue(null)}}const Si=J.t(null,void 0,s(14285)),yi=J.t(null,void 0,s(53272)),Mi=new Map([[!0,new Map([["small",gs],["medium",bs],["large",bs]])],[!1,new Map([["small",""],["medium",""],["large",""]])]]),fi=new Map([[!0,ns.invalidSymbol],[!1,null]]),Ci=new Map([[!0,Si],[!1,null]]),Ei=new Map([[!0,Si],[!1,null]]),Vi=new Map([[!0,ls.colorsPalette["color-invalid-symbol"]],[!1,null]]),Li=new Map([[!0,[yi]],[!1,null]]),Wi=new Map([[!0,null],[!1,null]]);class Ai{constructor(e,t){this.isBlinkingMode=new n.WatchedValue(!1),this._status=new n.WatchedValue(null),this._size="small",this._fullInfo=new n.WatchedValue(null),this._className=new n.WatchedValue(ns.marketStatusCustom),this._symbolModel=null,this._symbol=null,this._tooltip=new n.WatchedValue(null),this._icon=new n.WatchedValue(null),this._visible=new n.WatchedValue(!1),
this._color=new n.WatchedValue(null),this._updateVisibleCallback=this._updateVisible.bind(this),this._updateColorCallback=this._updateColor.bind(this),this._updateIconCallback=this._updateIcon.bind(this),this._updateTooltipCallback=this._updateTooltip.bind(this),this._updateFullInfoCallback=this._updateFullInfo.bind(this),this._model=e,this._size=t}turnOffBlinkingMode(){}destroy(){}setModel(e){this._model=e}setSymbol(e){e!==this._symbol&&(this._unSyncModel(),this._symbol=e,e?(this._symbolModel=this._model.getSymbolCustomStatus(e),this._syncModel()):this._symbolModel=null)}status(){return this._status.spawn()}tooltip(){return this._tooltip.spawn()}icon(){return this._icon.spawn()}className(){return this._className.spawn()}visible(){return this._visible.spawn()}size(){return this._size}fullInfo(){return this._fullInfo.spawn()}customColor(){return this._color.spawn()}_updateFullInfo(e){if(null===e)return void this._fullInfo.setValue(null);const t=e.map((e=>({icon:e.icon??this.icon().value(),iconClassName:[ns.marketStatusCustom],title:e.title,titleColor:e.color??this.customColor().value(),html:e.content,size:this.size(),action:this._buildAction(e.action)})));this._fullInfo.setValue(t)}_buildAction(e){return e&&e.onClick?{text:e.text??"",tooltip:e.tooltip,onClick:e.onClick}:null}_unSyncModel(){this._symbolModel&&(this._symbolModel.visible().unsubscribe(this._updateVisibleCallback),this._symbolModel.color().unsubscribe(this._updateColorCallback),this._symbolModel.icon().unsubscribe(this._updateIconCallback),this._symbolModel.tooltip().unsubscribe(this._updateTooltipCallback),this._symbolModel.tooltipContent().unsubscribe(this._updateFullInfoCallback))}_syncModel(){this._visible.setValue(this._symbolModel?.visible().value()??!1),this._color.setValue(this._symbolModel?.color().value()??null),this._icon.setValue(this._symbolModel?.icon().value()??null),this._tooltip.setValue(this._symbolModel?.tooltip().value()??null),this._updateFullInfo(this._symbolModel?.tooltipContent().value()??null),this._symbolModel&&(this._symbolModel.visible().subscribe(this._updateVisibleCallback),this._symbolModel.color().subscribe(this._updateColorCallback),this._symbolModel.icon().subscribe(this._updateIconCallback),this._symbolModel.tooltip().subscribe(this._updateTooltipCallback),this._symbolModel.tooltipContent().subscribe(this._updateFullInfoCallback))}_updateVisible(e){this._visible.setValue(e)}_updateColor(e){this._color.setValue(e)}_updateIcon(e){this._icon.setValue(e)}_updateTooltip(e){this._tooltip.setValue(e)}}var xi=s(38119),ki=s(53218),Ti=s(32140),Hi=s(62998),Bi=s(25230),Ii=s(15507),Di=s(43401),Pi=s(85290),zi=s(12462) this._color=new n.WatchedValue(null),this._updateVisibleCallback=this._updateVisible.bind(this),this._updateColorCallback=this._updateColor.bind(this),this._updateIconCallback=this._updateIcon.bind(this),this._updateTooltipCallback=this._updateTooltip.bind(this),this._updateFullInfoCallback=this._updateFullInfo.bind(this),this._model=e,this._size=t}turnOffBlinkingMode(){}destroy(){}setModel(e){this._model=e}setSymbol(e){e!==this._symbol&&(this._unSyncModel(),this._symbol=e,e?(this._symbolModel=this._model.getSymbolCustomStatus(e),this._syncModel()):this._symbolModel=null)}status(){return this._status.spawn()}tooltip(){return this._tooltip.spawn()}icon(){return this._icon.spawn()}className(){return this._className.spawn()}visible(){return this._visible.spawn()}size(){return this._size}fullInfo(){return this._fullInfo.spawn()}customColor(){return this._color.spawn()}_updateFullInfo(e){if(null===e)return void this._fullInfo.setValue(null);const t=e.map((e=>({icon:e.icon??this.icon().value(),iconClassName:[ns.marketStatusCustom],title:e.title,titleColor:e.color??this.customColor().value(),html:e.content,size:this.size(),action:this._buildAction(e.action)})));this._fullInfo.setValue(t)}_buildAction(e){return e&&e.onClick?{text:e.text??"",tooltip:e.tooltip,onClick:e.onClick}:null}_unSyncModel(){this._symbolModel&&(this._symbolModel.visible().unsubscribe(this._updateVisibleCallback),this._symbolModel.color().unsubscribe(this._updateColorCallback),this._symbolModel.icon().unsubscribe(this._updateIconCallback),this._symbolModel.tooltip().unsubscribe(this._updateTooltipCallback),this._symbolModel.tooltipContent().unsubscribe(this._updateFullInfoCallback))}_syncModel(){this._visible.setValue(this._symbolModel?.visible().value()??!1),this._color.setValue(this._symbolModel?.color().value()??null),this._icon.setValue(this._symbolModel?.icon().value()??null),this._tooltip.setValue(this._symbolModel?.tooltip().value()??null),this._updateFullInfo(this._symbolModel?.tooltipContent().value()??null),this._symbolModel&&(this._symbolModel.visible().subscribe(this._updateVisibleCallback),this._symbolModel.color().subscribe(this._updateColorCallback),this._symbolModel.icon().subscribe(this._updateIconCallback),this._symbolModel.tooltip().subscribe(this._updateTooltipCallback),this._symbolModel.tooltipContent().subscribe(this._updateFullInfoCallback))}_updateVisible(e){this._visible.setValue(e)}_updateColor(e){this._color.setValue(e)}_updateIcon(e){this._icon.setValue(e)}_updateTooltip(e){this._tooltip.setValue(e)}}var xi=s(38119),ki=s(53218),Ti=s(32140),Hi=s(62998),Bi=s(25230),Ii=s(15507),Di=s(43401),Pi=s(85290),zi=s(12462)
;const Ni=J.t(null,void 0,s(41410)),Ri=J.t(null,void 0,s(36018)),Oi=J.t(null,void 0,s(73897)),Fi=J.t(null,void 0,s(62464)),Ui=J.t(null,void 0,s(87845)),Gi=J.t(null,void 0,s(29938)),Zi=J.t(null,void 0,s(65420)),ji=J.t(null,void 0,s(23302)),$i=J.t(null,void 0,s(52176)),Qi=J.t(null,void 0,s(41392)),Ki=J.t(null,void 0,s(59938)),qi=J.t(null,void 0,s(99822)),Ji=J.t(null,void 0,s(66595)),Xi=J.t(null,void 0,s(43094)),Yi=J.t(null,void 0,s(81509)),el=J.t(null,void 0,s(58470)),tl=new Map([["market",new Map([["small",Ti],["medium",Hi],["large",Hi]])],["pre_market",new Map([["small",Pi],["medium",zi],["large",zi]])],["post_market",new Map([["small",Ii],["medium",Di],["large",Di]])],["out_of_session",new Map([["small",ki],["medium",ki],["large",ki]])],["holiday",new Map([["small",Bi],["medium",Bi],["large",Bi]])]]),sl=new Map([["market",ns.marketStatusOpen],["pre_market",ns.marketStatusPre],["post_market",ns.marketStatusPost],["out_of_session",ns.marketStatusClose],["holiday",ns.marketStatusHoliday]]),il=new Map([["market",Ni],["pre_market",Ri],["post_market",Oi],["out_of_session",Fi],["holiday",Ui]]),ll=new Map([["market",Ni],["pre_market",Ri],["post_market",Oi],["out_of_session",Fi],["holiday",Ui]]),ol=new Map([["market",ls.colorsPalette["color-market-open"]],["pre_market",ls.colorsPalette["color-pre-market"]],["post_market",ls.colorsPalette["color-post-market"]],["out_of_session",ls.colorsPalette["color-market-closed"]],["holiday",ls.colorsPalette["color-market-holiday"]]]),al=new Map([["market",Gi],["pre_market",Zi],["post_market",ji],["out_of_session",$i],["holiday",Qi]]);const nl=tl,rl=sl,dl=il,ul=ll,hl=ol,cl=al;function _l(e){const t=Math.floor(e/86400),i=Math.floor((e-86400*t)/3600),l=Math.floor((e-86400*t-3600*i)/60);if(0===t&&0===i&&0===l)return Ki;if(t>0){const e=J.t(null,{plural:"{number} days",count:t,replace:{number:`${t}`},context:"Market opens in n days and n hours"},s(62218)),l=J.t(null,{plural:"{number} hours",count:i,replace:{number:`${i}`},context:"Market opens in n days and n hours"},s(65463));return J.t(null,{replace:{days:e,hours:l}},s(51320))}if(i>0){const e=J.t(null,{plural:"{number} hours",count:i,replace:{number:`${i}`},context:"Market opens in n hours and n minutes"},s(21730)),t=J.t(null,{plural:"{number} minutes",count:l,replace:{number:`${l}`},context:"Market opens in n hours and n minutes"},s(82796));return J.t(null,{replace:{hours:e,minutes:t}},s(90549))}return J.t(null,{plural:"{number} minutes",count:l,replace:{number:`${l}`,context:"Market opens in n minutes"}},s(32547))}const pl={market:e=>("post_market"===e.status?Yi:Xi).format({remainingTime:_l(e.remainingSeconds)}),pre_market:e=>Ji.format({remainingTime:_l(e.remainingSeconds)}),post_market:e=>Xi.format({remainingTime:_l(e.remainingSeconds)}),out_of_session:e=>("pre_market"===e.status?el:qi).format({remainingTime:_l(e.remainingSeconds)}),holiday:e=>("pre_market"===e.status?el:qi).format({remainingTime:_l(e.remainingSeconds)}),delisted:e=>"",expired:e=>"" ;const Ni=J.t(null,void 0,s(41410)),Ri=J.t(null,void 0,s(36018)),Oi=J.t(null,void 0,s(73897)),Fi=J.t(null,void 0,s(62464)),Ui=J.t(null,void 0,s(87845)),Gi=J.t(null,void 0,s(29938)),Zi=J.t(null,void 0,s(65420)),ji=J.t(null,void 0,s(23302)),$i=J.t(null,void 0,s(52176)),Qi=J.t(null,void 0,s(41392)),Ki=J.t(null,void 0,s(59938)),qi=J.t(null,void 0,s(99822)),Ji=J.t(null,void 0,s(66595)),Xi=J.t(null,void 0,s(43094)),Yi=J.t(null,void 0,s(81509)),el=J.t(null,void 0,s(58470)),tl=new Map([["market",new Map([["small",Ti],["medium",Hi],["large",Hi]])],["pre_market",new Map([["small",Pi],["medium",zi],["large",zi]])],["post_market",new Map([["small",Ii],["medium",Di],["large",Di]])],["out_of_session",new Map([["small",ki],["medium",ki],["large",ki]])],["holiday",new Map([["small",Bi],["medium",Bi],["large",Bi]])]]),sl=new Map([["market",ns.marketStatusOpen],["pre_market",ns.marketStatusPre],["post_market",ns.marketStatusPost],["out_of_session",ns.marketStatusClose],["holiday",ns.marketStatusHoliday]]),il=new Map([["market",Ni],["pre_market",Ri],["post_market",Oi],["out_of_session",Fi],["holiday",Ui]]),ll=new Map([["market",Ni],["pre_market",Ri],["post_market",Oi],["out_of_session",Fi],["holiday",Ui]]),ol=new Map([["market",ls.colorsPalette["color-market-open"]],["pre_market",ls.colorsPalette["color-pre-market"]],["post_market",ls.colorsPalette["color-post-market"]],["out_of_session",ls.colorsPalette["color-market-closed"]],["holiday",ls.colorsPalette["color-market-holiday"]]]),al=new Map([["market",Gi],["pre_market",Zi],["post_market",ji],["out_of_session",$i],["holiday",Qi]]);const nl=tl,rl=sl,dl=il,ul=ll,hl=ol,cl=al;function _l(e){const t=Math.floor(e/86400),i=Math.floor((e-86400*t)/3600),l=Math.floor((e-86400*t-3600*i)/60);if(0===t&&0===i&&0===l)return Ki;if(t>0){const e=J.t(null,{plural:"{number} days",count:t,replace:{number:`${t}`},context:"Market opens in n days and n hours"},s(62218)),l=J.t(null,{plural:"{number} hours",count:i,replace:{number:`${i}`},context:"Market opens in n days and n hours"},s(65463));return J.t(null,{replace:{days:e,hours:l}},s(51320))}if(i>0){const e=J.t(null,{plural:"{number} hours",count:i,replace:{number:`${i}`},context:"Market opens in n hours and n minutes"},s(21730)),t=J.t(null,{plural:"{number} minutes",count:l,replace:{number:`${l}`},context:"Market opens in n hours and n minutes"},s(82796));return J.t(null,{replace:{hours:e,minutes:t}},s(90549))}return J.t(null,{plural:"{number} minutes",count:l,replace:{number:`${l}`,context:"Market opens in n minutes"}},s(32547))}const pl={market:e=>("post_market"===e.status?Yi:Xi).format({remainingTime:_l(e.remainingSeconds)}),pre_market:e=>Ji.format({remainingTime:_l(e.remainingSeconds)}),post_market:e=>Xi.format({remainingTime:_l(e.remainingSeconds)}),out_of_session:e=>("pre_market"===e.status?el:qi).format({remainingTime:_l(e.remainingSeconds)}),holiday:e=>("pre_market"===e.status?el:qi).format({remainingTime:_l(e.remainingSeconds)}),delisted:e=>"",expired:e=>""

View File

@@ -0,0 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],cs:["(O+V+N+Z)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],cs:["(V+N+Z)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],cs:["(V+N)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],cs:["Barva svíček založená na základě předchozího uzavření ceny"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"],cs:["Nitkový kříž"]}},81849:e=>{e.exports={en:["Currency"],cs:["Měna"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"],cs:["Upozornění"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"],cs:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],cs:["Ohraničení"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},10842:e=>{e.exports={en:["Bar change values"],cs:["Bar Change Values"]}},28975:e=>{e.exports={en:["Base level"],cs:["Base Level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"],cs:["Date Format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"],cs:["Standardní"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],cs:["Akce"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],cs:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],cs:["Fill Bottom Area"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],cs:["Indikátory"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"],cs:["No Overlapping Labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{
e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],cs:["Stupnice"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"],cs:["Procenta"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],cs:["Přesnost"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"],cs:["Vodoznak"]}},32163:e=>{e.exports={en:["Wick"],cs:["Knot"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"],cs:["Top Line"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],cs:["Thin Bars"]}},70198:e=>{e.exports={en:["Title"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"],cs:["Časové pásmo"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"],cs:["Objem"]}},51514:e=>{e.exports={en:["Value"],cs:["Hodnota"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={
en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{
e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={
en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"],cs:["Duté Svíčky"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],cs:["Renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -1,3 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"],cs:["Porovnat"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],cs:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],cs:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],cs:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"],cs:["Tečka"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},74385:e=>{e.exports={en:["Drawings"],cs:["Nákresy"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"],cs:["Guma"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],cs:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],cs:["Režim Fullscreen"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},79451:e=>{e.exports={
en:["Lock all drawings"],cs:["Zamknout všechny nástroje pro kreslení"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],cs:["Zůstat v režimu kreslení"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],cs:["Odebrat z oblíbených"]}},99984:e=>{e.exports={en:["Remove indicators"],cs:["Remove Indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],cs:["Trend Line Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"],cs:["Přiblížit"]}},37310:e=>{e.exports={en:["Zoom Out"],cs:["Oddálit"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{e.exports={
en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);

View File

@@ -0,0 +1,3 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"],cs:["Porovnat"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"],cs:["Zrušit"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],cs:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],cs:["Přidat do oblíbených"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],cs:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],cs:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"],cs:["Tečka"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},74385:e=>{e.exports={en:["Drawings"],cs:["Nákresy"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"],cs:["Guma"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],cs:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],cs:["Režim Fullscreen"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={
en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"],cs:["Zamknout všechny nástroje pro kreslení"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"],cs:["Více"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],cs:["Hledat"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],cs:["Zůstat v režimu kreslení"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],cs:["Odebrat z oblíbených"]}},99984:e=>{e.exports={en:["Remove indicators"],cs:["Remove Indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],cs:["Trend Line Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"],cs:["Přiblížit"]}},37310:e=>{e.exports={en:["Zoom Out"],cs:["Oddálit"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={
en:["change ideas visibility on chart"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);

View File

@@ -1,5 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],cs:["(O+V+N+Z)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],cs:["(V+N+Z)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],cs:["(V+N)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],cs:["Barva svíček založená na základě předchozího uzavření ceny"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"],cs:["Nitkový kříž"]}},81849:e=>{e.exports={en:["Currency"],cs:["Měna"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"],cs:["Upozornění"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"],cs:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],cs:["Ohraničení"]}},79468:e=>{e.exports={en:["Background"],cs:["Pozadí"]}},10842:e=>{e.exports={en:["Bar change values"],cs:["Bar Change Values"]}},28975:e=>{e.exports={en:["Base level"],cs:["Base Level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"],cs:["Date Format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"],cs:["Standardní"]}},78734:e=>{e.exports={en:["Description"],cs:["Popis"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],cs:["Akce"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],cs:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],cs:["Fill Bottom Area"]}},886:e=>{e.exports={en:["HLC bars"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],cs:["Indikátory"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"],cs:["No Overlapping Labels"]}},60798:e=>{
e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],cs:["Stupnice"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"],cs:["Procenta"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],cs:["Přesnost"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"],cs:["Vodoznak"]}},32163:e=>{e.exports={en:["Wick"],cs:["Knot"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"],cs:["Top Line"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],cs:["Thin Bars"]}},70198:e=>{e.exports={en:["Title"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"],cs:["Časové pásmo"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"],cs:["Objem"]}},51514:e=>{e.exports={en:["Value"],cs:["Hodnota"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},
29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={
en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={
en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"],cs:["Duté Svíčky"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],cs:["Renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -1,4 +1,4 @@
(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={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,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"]}},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"]}},
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={ 22691:e=>{e.exports={en:["Up"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={en:["change {title} base line visibility"]}},17926:e=>{e.exports={
en:["change {title} base line width"]}},41638:e=>{e.exports={en:["change {title} down line color"]}},51842:e=>{e.exports={en:["change {title} down line style"]}},46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},18077:e=>{e.exports={ en:["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"]}}}]); 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"]}}}]);

View File

@@ -1,4 +1,4 @@
(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"] (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{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["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"]={ 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"]}, 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"]},
@@ -20,24 +20,24 @@ en:["Tobin's Q (approximate)"]},e.exports["Total assets_study"]={en:["Total asse
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={ 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:["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:["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"]}}, en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],cs:["Drawings Toolbar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],cs:["Elipsa"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"],cs:["Směnárna"]}},19271:e=>{e.exports={en:["Existing pane above"],cs:["Existing Pane Above"]}},46545:e=>{e.exports={en:["Existing pane below"],cs:["Existing Pane Below"]}},20138:e=>{e.exports={en:["Forecast"],cs:["Předpověď"]}},2507:e=>{e.exports={en:["Feb"],cs:["Únor"]}},59005:e=>{e.exports={en:["Fib Channel"],cs:["Fibonacciho kanál"]}},82330:e=>{e.exports={en:["Fib Circles"],cs:["Fibonacciho kruhy"]}},55986:e=>{e.exports={en:["Fib Retracement"],cs:["Fibonacciho Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],cs:["Oblouková rychlost Fibonacciho rezistence"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],cs:["Fibonacciho vějířová rychlost rezistence"]}},39014:e=>{e.exports={en:["Fib Spiral"],cs:["Fibonacciho spirála"]}},30622:e=>{e.exports={en:["Fib Time Zone"],cs:["Fibonacciho časové pásmo"]}},85042:e=>{e.exports={en:["Fib Wedge"],cs:["Fibonacciho klín"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"],cs:["Značka vlajky"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],cs:["Plochý vršek / spodek"]}},39643:e=>{e.exports={en:["Fraction part is invalid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},886:e=>{e.exports={en:["HLC bars"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],cs:["Duté Svíčky"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],cs:["Horizontální linie"]}},25487:e=>{e.exports={en:["Horizontal Ray"],cs:["Horizontální paprsek"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],cs:["Skrýt"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={
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:["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=>{
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."]} 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={
},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"]}}, 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 )"]}
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={ },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} & {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"]}}, 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={
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=>{ 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 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={ 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:["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=>{ 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 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={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: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["#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"]={
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:["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"]},
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["#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"],
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"] 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["#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"]={ 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"]},
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"], 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"]},
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["#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: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"]={ 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:["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:["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 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"], 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:["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"]}}}]); 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"]}}}]);

View File

@@ -1,7 +1,7 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"],de:["Balken"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"],de:["12-Stunden"]}},5797:e=>{e.exports={en:["24-hours"],de:["24-Stunden"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],de:["Balken gemäß des vorherigen Schlusskurs färben"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},15153:e=>{e.exports={en:["Chart basic styles"],de:["Grundtypen von Charts"]}},45639:e=>{e.exports={en:["Chart values"],de:["Chartwerte"]}},84831:e=>{e.exports={en:["Close line"],de:["Schlusskurslinie"]}},74622:e=>{e.exports={en:["Crosshair"],de:["Fadenkreuz"]}},81849:e=>{e.exports={en:["Currency"],de:["Währung"]}},3015:e=>{e.exports={en:["Currency and Unit"],de:["Währung und Einheit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},36620:e=>{e.exports={en:["Alerts"],de:["Alarme"]}},14119:e=>{e.exports={en:["Arguments"],de:["Argumente"]}},68650:e=>{e.exports={en:["Average close"],de:["Durchschnittlicher Schlusskurs"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},3159:e=>{e.exports={en:["Bottom line"],de:["Unterste Linie"]}},74406:e=>{e.exports={en:["Body"],de:["Körper"]}},333:e=>{e.exports={en:["Borders"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},10842:e=>{e.exports={en:["Bar change values"],de:["Balken Änderungswerte"]}},28975:e=>{e.exports={en:["Base level"],de:["Grundwert"]}},76473:e=>{e.exports={en:["Bid and ask"],de:["Bid und Ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"],de:["Rasterlinien"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"],de:["Abwärts-Farbe"]}},48225:e=>{e.exports={en:["Data modification"],de:["Modifizierung der Daten"]}},84838:e=>{e.exports={en:["Date format"],de:["Datumsformat"]}},42357:e=>{e.exports={en:["Day of week on labels"],de:["Wochentag auf den Labels"]}},16564:e=>{e.exports={en:["Default"],de:["Standard"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],de:["Hintergrund der elektronischen Handelszeiten"]}},69808:e=>{e.exports={en:["Events"],de:["Ereignisse"]}},41129:e=>{e.exports={en:["Fill"],de:["Füllen"]}},61112:e=>{e.exports={en:["Fill top area"],de:["Füllung oberer Bereich"]}},73185:e=>{e.exports={en:["Fill bottom area"],de:["Füllung unterer Bereich"]}},886:e=>{e.exports={en:["HLC bars"],de:["HLC-Balken"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"],de:["Nur horiz."]}},14180:e=>{e.exports={en:["High and low"],de:["Hoch und Tief"]}},56359:e=>{e.exports={en:["High line"],de:["Höchstkurslinie"]}},47326:e=>{e.exports={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"],de:["Balken"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"],de:["12-Stunden"]}},5797:e=>{e.exports={en:["24-hours"],de:["24-Stunden"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],de:["Balken gemäß des vorherigen Schlusskurs färben"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},15153:e=>{e.exports={en:["Chart basic styles"],de:["Grundtypen von Charts"]}},45639:e=>{e.exports={en:["Chart values"],de:["Chartwerte"]}},84831:e=>{e.exports={en:["Close line"],de:["Schlusskurslinie"]}},74622:e=>{e.exports={en:["Crosshair"],de:["Fadenkreuz"]}},81849:e=>{e.exports={en:["Currency"],de:["Währung"]}},3015:e=>{e.exports={en:["Currency and Unit"],de:["Währung und Einheit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},36620:e=>{e.exports={en:["Alerts"],de:["Alarme"]}},14119:e=>{e.exports={en:["Arguments"],de:["Argumente"]}},68650:e=>{e.exports={en:["Average close"],de:["Durchschnittlicher Schlusskurs"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},3159:e=>{e.exports={en:["Bottom line"],de:["Unterste Linie"]}},74406:e=>{e.exports={en:["Body"],de:["Körper"]}},333:e=>{e.exports={en:["Borders"],de:["Rahmen"]}},79468:e=>{e.exports={en:["Background"],de:["Hintergrund"]}},10842:e=>{e.exports={en:["Bar change values"],de:["Balken Änderungswerte"]}},28975:e=>{e.exports={en:["Base level"],de:["Grundwert"]}},76473:e=>{e.exports={en:["Bid and ask"],de:["Bid und Ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"],de:["Rasterlinien"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"],de:["Abwärts-Farbe"]}},48225:e=>{e.exports={en:["Data modification"],de:["Modifizierung der Daten"]}},84838:e=>{e.exports={en:["Date format"],de:["Datumsformat"]}},42357:e=>{e.exports={en:["Day of week on labels"],de:["Wochentag auf den Labels"]}},16564:e=>{e.exports={en:["Default"],de:["Standard"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],de:["Hintergrund der elektronischen Handelszeiten"]}},69808:e=>{e.exports={en:["Events"],de:["Ereignisse"]}},41129:e=>{e.exports={en:["Fill"],de:["Füllen"]}},61112:e=>{e.exports={en:["Fill top area"],de:["Füllung oberer Bereich"]}},73185:e=>{e.exports={en:["Fill bottom area"],de:["Füllung unterer Bereich"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"],de:["Nur horiz."]}},14180:e=>{e.exports={en:["High and low"],de:["Hoch und Tief"]}},56359:e=>{e.exports={en:["High line"],de:["Höchstkurslinie"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],
en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],de:["Indikatoren"]}},78082:e=>{e.exports={en:["Indicators and financials"],de:["Indikatoren und Finanzdaten"]}},25765:e=>{e.exports={en:["Open market status"],de:["Markt-Öffnungs-Status anzeigen"]}},34579:e=>{e.exports={en:["Low line"],de:["Tiefstkurslinie"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],de:["Ausführliche Beschreibung"]}},72423:e=>{e.exports={en:["Last day change values"],de:["Werte von Veränderungen am letzten Handelstag"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},8249:e=>{e.exports={en:["Money"],de:["Kapital"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},58589:e=>{e.exports={en:["No overlapping labels"],de:["Keine überlappenden Label"]}},60798:e=>{e.exports={en:["None"],de:["Keine"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],de:["Position des linken Chartrands bei einer Intervalländerung speichern"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],de:["Skalierungsmodus (A und L)"]}},93968:e=>{e.exports={en:["Scales"],de:["Skalierungen"]}},90275:e=>{e.exports={en:["Scales and lines"],de:["Skala und Linien"]}},30042:e=>{e.exports={en:["Scales placement"],de:["Skalen Platzierung"]}},28715:e=>{e.exports={en:["Status line"],de:["Status Zeile"]}},95481:e=>{e.exports={en:["Symbol"]}},53263:e=>{e.exports={en:["Pane"],de:["Bereich"]}},82894:e=>{e.exports={en:["Pane separators"],de:["Trennstreifen zwischen den Fenstern"]}},16207:e=>{e.exports={en:["Percentage"],de:["Prozentsatz"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],de:["Vor/nach der Hauptsitzung"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],de:["Hintergrund Vor-/Nachbörslich"]}},59766:e=>{e.exports={en:["Precision"],de:["Präzision"]}},83811:e=>{e.exports={en:["Previous day close"],de:["Schlusskurs Vortag"]}},35082:e=>{e.exports={en:["Price Scale"],de:["Preis-Skala"]}},27632:e=>{e.exports={en:["Price and percentage value"],de:["Preis und Prozentwert"]}},62142:e=>{e.exports={en:["Price labels & lines"],de:["Preis-Label & Linien"]}},84684:e=>{e.exports={en:["Price source"],de:["Preisquelle"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"],de:["Projektionsbalken"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],de:["Reale Preise auf der Preisskala (anstelle des Heikin-Ashi-Preises)"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},62532:e=>{e.exports={en:["Right Margin"],de:["Rechter Seitenrand"]}},41571:e=>{e.exports={en:["Watermark"],de:["Wasserzeichen"]}},32163:e=>{e.exports={en:["Wick"],de:["Docht"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},89349:e=>{e.exports={en:["Top line"],de:["Oberste Linie"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"], de:["Indikatoren"]}},78082:e=>{e.exports={en:["Indicators and financials"],de:["Indikatoren und Finanzdaten"]}},25765:e=>{e.exports={en:["Open market status"],de:["Markt-Öffnungs-Status anzeigen"]}},34579:e=>{e.exports={en:["Low line"],de:["Tiefstkurslinie"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],de:["Ausführliche Beschreibung"]}},72423:e=>{e.exports={en:["Last day change values"],de:["Werte von Veränderungen am letzten Handelstag"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},8249:e=>{e.exports={en:["Money"],de:["Kapital"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},58589:e=>{e.exports={en:["No overlapping labels"],de:["Keine überlappenden Label"]}},60798:e=>{e.exports={en:["None"],de:["Keine"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],de:["Position des linken Chartrands bei einer Intervalländerung speichern"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],de:["Skalierungsmodus (A und L)"]}},93968:e=>{e.exports={en:["Scales"],de:["Skalierungen"]}},90275:e=>{e.exports={en:["Scales and lines"],de:["Skala und Linien"]}},30042:e=>{e.exports={en:["Scales placement"],de:["Skalen Platzierung"]}},28715:e=>{e.exports={en:["Status line"],de:["Status Zeile"]}},95481:e=>{e.exports={en:["Symbol"]}},53263:e=>{e.exports={en:["Pane"],de:["Bereich"]}},82894:e=>{e.exports={en:["Pane separators"],de:["Trennstreifen zwischen den Fenstern"]}},16207:e=>{e.exports={en:["Percentage"],de:["Prozentsatz"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],de:["Vor/nach der Hauptsitzung"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],de:["Hintergrund Vor-/Nachbörslich"]}},59766:e=>{e.exports={en:["Precision"],de:["Präzision"]}},83811:e=>{e.exports={en:["Previous day close"],de:["Schlusskurs Vortag"]}},35082:e=>{e.exports={en:["Price Scale"],de:["Preis-Skala"]}},27632:e=>{e.exports={en:["Price and percentage value"],de:["Preis und Prozentwert"]}},62142:e=>{e.exports={en:["Price labels & lines"],de:["Preis-Label & Linien"]}},84684:e=>{e.exports={en:["Price source"],de:["Preisquelle"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"],de:["Projektionsbalken"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],de:["Reale Preise auf der Preisskala (anstelle des Heikin-Ashi-Preises)"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},62532:e=>{e.exports={en:["Right Margin"],de:["Rechter Seitenrand"]}},41571:e=>{e.exports={en:["Watermark"],de:["Wasserzeichen"]}},32163:e=>{e.exports={en:["Wick"],de:["Docht"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},89349:e=>{e.exports={en:["Top line"],de:["Oberste Linie"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],
de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},20215:e=>{e.exports={en:["Thin bars"],de:["Dünne Balken verwenden"]}},70198:e=>{e.exports={en:["Title"],de:["Titel"]}},29854:e=>{e.exports={en:["Titles"],de:["Titel"]}},5791:e=>{e.exports={en:["Ticker"],de:["Ticker, Name"]}},16816:e=>{e.exports={en:["Ticker and description"],de:["Ticker und Beschreibung"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"],de:["Zeit-Skala"]}},5591:e=>{e.exports={en:["Time hours format"],de:["Format der Uhrzeit"]}},77073:e=>{e.exports={en:["Timezone"],de:["Zeitzone"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],de:["Einheit"]}},23091:e=>{e.exports={en:["Up color"],de:["Aufwärts-Farbe"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},37644:e=>{e.exports={en:["Volume"],de:["Volumen"]}},51514:e=>{e.exports={en:["Value"],de:["Wert"]}},31218:e=>{e.exports={en:["Value according to scale"],de:["Wert laut Skala"]}},60092:e=>{e.exports={en:["Values"],de:["Werte"]}},83594:e=>{e.exports={en:["Vert and horz"],de:["Vert. und horiz."]}},8402:e=>{e.exports={en:["Vert only"],de:["Nur vert."]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},21105:e=>{e.exports={en:["candle"],de:["Kerze"]}},27068:e=>{e.exports={en:["change HLC bars"],de:["HLC-Balken ändern"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],de:["Sichtbarkeit der Navigationsschaltflächen ändern"]}},96227:e=>{e.exports={en:["change open market status visibility"],de:["Sichtbarkeit des Marktstatus ändern"]}},43231:e=>{e.exports={en:["change average close price line width"],de:["Breite der durchschnittlichen Schlusskurslinie ändern"]}},47026:e=>{e.exports={en:["change average close price line color"],de:["Farbe der durchschnittlichen Schlusskurslinie ändern"]}},86866:e=>{e.exports={en:["change area fill color"],de:["Farbe der Flächenfüllung ändern"]}},89346:e=>{e.exports={en:["change area line width"],de:["Breite der Bereichslinie ändern"]}},29605:e=>{e.exports={en:["change area line color"],de:["Farbe der Bereichslinie ändern"]}},4640:e=>{e.exports={en:["change area price source"],de:["Bereich der Preisquelle ändern"]}},98407:e=>{e.exports={en:["change ask line color"],de:["Farbe der Ask-Linie ändern"]}},42190:e=>{e.exports={en:["change base level"],de:["Basiswert ändern"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],de:["Farbe der unteren Grundlinie ändern"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],de:["Grundlinienbreite der unteren Linie ändern"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],de:["Farbe der Basislinienfüllung im unteren Bereich ändern"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],de:["Farbe der Basislinienfüllung im oberen Bereich ändern"]}},68609:e=>{e.exports={en:["change baseline price source"],de:["Preisquelle der Grundlinie ändern"]}}, de:["Text Ausrichtung"]}},20215:e=>{e.exports={en:["Thin bars"],de:["Dünne Balken verwenden"]}},70198:e=>{e.exports={en:["Title"],de:["Titel"]}},29854:e=>{e.exports={en:["Titles"],de:["Titel"]}},5791:e=>{e.exports={en:["Ticker"],de:["Ticker, Name"]}},16816:e=>{e.exports={en:["Ticker and description"],de:["Ticker und Beschreibung"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"],de:["Zeit-Skala"]}},5591:e=>{e.exports={en:["Time hours format"],de:["Format der Uhrzeit"]}},77073:e=>{e.exports={en:["Timezone"],de:["Zeitzone"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],de:["Einheit"]}},23091:e=>{e.exports={en:["Up color"],de:["Aufwärts-Farbe"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},37644:e=>{e.exports={en:["Volume"],de:["Volumen"]}},51514:e=>{e.exports={en:["Value"],de:["Wert"]}},31218:e=>{e.exports={en:["Value according to scale"],de:["Wert laut Skala"]}},60092:e=>{e.exports={en:["Values"],de:["Werte"]}},83594:e=>{e.exports={en:["Vert and horz"],de:["Vert. und horiz."]}},8402:e=>{e.exports={en:["Vert only"],de:["Nur vert."]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},21105:e=>{e.exports={en:["candle"],de:["Kerze"]}},27068:e=>{e.exports={en:["change HLC bars"],de:["HLC-Balken ändern"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],de:["Sichtbarkeit der Navigationsschaltflächen ändern"]}},96227:e=>{e.exports={en:["change open market status visibility"],de:["Sichtbarkeit des Marktstatus ändern"]}},43231:e=>{e.exports={en:["change average close price line width"],de:["Breite der durchschnittlichen Schlusskurslinie ändern"]}},47026:e=>{e.exports={en:["change average close price line color"],de:["Farbe der durchschnittlichen Schlusskurslinie ändern"]}},86866:e=>{e.exports={en:["change area fill color"],de:["Farbe der Flächenfüllung ändern"]}},89346:e=>{e.exports={en:["change area line width"],de:["Breite der Bereichslinie ändern"]}},29605:e=>{e.exports={en:["change area line color"],de:["Farbe der Bereichslinie ändern"]}},4640:e=>{e.exports={en:["change area price source"],de:["Bereich der Preisquelle ändern"]}},98407:e=>{e.exports={en:["change ask line color"],de:["Farbe der Ask-Linie ändern"]}},42190:e=>{e.exports={en:["change base level"],de:["Basiswert ändern"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],de:["Farbe der unteren Grundlinie ändern"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],de:["Grundlinienbreite der unteren Linie ändern"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],de:["Farbe der Basislinienfüllung im unteren Bereich ändern"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],de:["Farbe der Basislinienfüllung im oberen Bereich ändern"]}},68609:e=>{e.exports={en:["change baseline price source"],de:["Preisquelle der Grundlinie ändern"]}},69044:e=>{
69044:e=>{e.exports={en:["change baseline top line color"],de:["Farbe der oberen Zeile der Grundlinie ändern"]}},68197:e=>{e.exports={en:["change baseline top line width"],de:["Grundlinienbreite der oberen Linie ändern"]}},33464:e=>{e.exports={en:["change bar up color"],de:["Farbe der Bull-Candle ändern"]}},27426:e=>{e.exports={en:["change bar change visibility"],de:["Sichtbarkeit des Countdowns bei Balkenschluss ändern"]}},59622:e=>{e.exports={en:["change bar down color"],de:["Farbe der Bear-Candle ändern"]}},17919:e=>{e.exports={en:["change bid line color"],de:["Farbe der Bid-Linie ändern"]}},32094:e=>{e.exports={en:["change bottom margin"],de:["unteren Rand ändern"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],de:["Sichtbarkeit von Währungs- und Einheitenbeschriftungen ändern"]}},64003:e=>{e.exports={en:["change currency label visibility"],de:["Sichtbarkeit des Währungslabels ändern"]}},42803:e=>{e.exports={en:["change chart background color"],de:["Hintergrundfarbe der Chart ändern"]}},41382:e=>{e.exports={en:["change chart background type"],de:["Chart-Hintergrundtyp ändern"]}},79637:e=>{e.exports={en:["change chart values visibility"],de:["Sichtbarkeit der Chartwerte ändern"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],de:["Balken gemäß vorherigem Schlusskurs färben."]}},88324:e=>{e.exports={en:["change column up color"],de:["Farbe der Spalte oben ändern"]}},93890:e=>{e.exports={en:["change column down color"],de:["Farbe der Spalte unten ändern"]}},4727:e=>{e.exports={en:["change column price source"],de:["Spalte Preisquelle ändern"]}},50544:e=>{e.exports={en:["change crosshair width"],de:["Fadenkreuzbreite ändern"]}},92885:e=>{e.exports={en:["change crosshair color"],de:["Farbe des Fadenkreuzes ändern"]}},68418:e=>{e.exports={en:["change crosshair style"],de:["Fadenkreuzstil ändern"]}},43109:e=>{e.exports={en:["change date format"],de:["Datumsformat ändern"]}},30418:e=>{e.exports={en:["change day of week on labels"],de:["Wochentag auf den Labels ändern"]}},82063:e=>{e.exports={en:["change decimal places"],de:["Dezimalstellen ändern"]}},44223:e=>{e.exports={en:["change extended hours color"],de:["Farbe der erweiterten Handelszeiten ändern"]}},47393:e=>{e.exports={en:["change electronic trading hours"],de:["Elektronische Handelszeiten ändern"]}},73844:e=>{e.exports={en:["change grid lines visibility"],de:["Sichtbarkeit der Rasterlinien ändern"]}},61407:e=>{e.exports={en:["change high and low price line color"],de:["Farbe der Hoch- und Tiefstpreislinien ändern"]}},39581:e=>{e.exports={en:["change high and low price line width"],de:["Breite der Hoch- und Tiefstpreislinien ändern"]}},6026:e=>{e.exports={en:["change high-low body color"],de:["Farbe der Körper von Hochs/Tiefs ändern"]}},73021:e=>{e.exports={en:["change high-low body visibility"],de:["Sichtbarkeit der Körper von Hochs/Tiefs"]}},46844:e=>{e.exports={en:["change high-low border color"],de:["Randfarbe der Hochs/Tiefs ändern"]}},15801:e=>{e.exports={en:["change high-low borders visibility"], e.exports={en:["change baseline top line color"],de:["Farbe der oberen Zeile der Grundlinie ändern"]}},68197:e=>{e.exports={en:["change baseline top line width"],de:["Grundlinienbreite der oberen Linie ändern"]}},33464:e=>{e.exports={en:["change bar up color"],de:["Farbe der Bull-Candle ändern"]}},27426:e=>{e.exports={en:["change bar change visibility"],de:["Sichtbarkeit des Countdowns bei Balkenschluss ändern"]}},59622:e=>{e.exports={en:["change bar down color"],de:["Farbe der Bear-Candle ändern"]}},17919:e=>{e.exports={en:["change bid line color"],de:["Farbe der Bid-Linie ändern"]}},32094:e=>{e.exports={en:["change bottom margin"],de:["unteren Rand ändern"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],de:["Sichtbarkeit von Währungs- und Einheitenbeschriftungen ändern"]}},64003:e=>{e.exports={en:["change currency label visibility"],de:["Sichtbarkeit des Währungslabels ändern"]}},42803:e=>{e.exports={en:["change chart background color"],de:["Hintergrundfarbe der Chart ändern"]}},41382:e=>{e.exports={en:["change chart background type"],de:["Chart-Hintergrundtyp ändern"]}},79637:e=>{e.exports={en:["change chart values visibility"],de:["Sichtbarkeit der Chartwerte ändern"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],de:["Balken gemäß vorherigem Schlusskurs färben."]}},88324:e=>{e.exports={en:["change column up color"],de:["Farbe der Spalte oben ändern"]}},93890:e=>{e.exports={en:["change column down color"],de:["Farbe der Spalte unten ändern"]}},4727:e=>{e.exports={en:["change column price source"],de:["Spalte Preisquelle ändern"]}},50544:e=>{e.exports={en:["change crosshair width"],de:["Fadenkreuzbreite ändern"]}},92885:e=>{e.exports={en:["change crosshair color"],de:["Farbe des Fadenkreuzes ändern"]}},68418:e=>{e.exports={en:["change crosshair style"],de:["Fadenkreuzstil ändern"]}},43109:e=>{e.exports={en:["change date format"],de:["Datumsformat ändern"]}},30418:e=>{e.exports={en:["change day of week on labels"],de:["Wochentag auf den Labels ändern"]}},82063:e=>{e.exports={en:["change decimal places"],de:["Dezimalstellen ändern"]}},44223:e=>{e.exports={en:["change extended hours color"],de:["Farbe der erweiterten Handelszeiten ändern"]}},47393:e=>{e.exports={en:["change electronic trading hours"],de:["Elektronische Handelszeiten ändern"]}},73844:e=>{e.exports={en:["change grid lines visibility"],de:["Sichtbarkeit der Rasterlinien ändern"]}},61407:e=>{e.exports={en:["change high and low price line color"],de:["Farbe der Hoch- und Tiefstpreislinien ändern"]}},39581:e=>{e.exports={en:["change high and low price line width"],de:["Breite der Hoch- und Tiefstpreislinien ändern"]}},6026:e=>{e.exports={en:["change high-low body color"],de:["Farbe der Körper von Hochs/Tiefs ändern"]}},73021:e=>{e.exports={en:["change high-low body visibility"],de:["Sichtbarkeit der Körper von Hochs/Tiefs"]}},46844:e=>{e.exports={en:["change high-low border color"],de:["Randfarbe der Hochs/Tiefs ändern"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],
de:["Sichtbarkeit des Rands von Hochs/Tiefs ändern"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],de:["Sichtbarkeit der Hoch/Tief-Labels ändern"]}},56961:e=>{e.exports={en:["change high-low labels color"],de:["Farbe der Hoch-Tief-Labels ändern"]}},21133:e=>{e.exports={en:["change horz grid lines color"],de:["Farbe der horizontalen Gitterlinien ändern"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],de:["Sichtbarkeit der Indikatortitel ändern"]}},49583:e=>{e.exports={en:["change indicator values visibility"],de:["Sichtbarkeit der Indikatorwerte ändern"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],de:["Sichtbarkeit der Indikatorargumente ändern"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],de:["Sichtbarkeit von Indikatoren- und Finanzdaten-Labels ändern"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],de:["Ändert die Sichtbarkeit des Labels für Werte der Indikatoren und Finanzkennzahlen"]}},66307:e=>{e.exports={en:["change last day change visibility"],de:["Sichtbarkeit von Veränderung am letzten Handelstag ändern"]}},91873:e=>{e.exports={en:["change legend background transparency"],de:["Hintergrundtransparenz der Legende ändern"]}},14246:e=>{e.exports={en:["change legend background visibility"],de:["Hintergrundsichtbarkeit der Legende ändern"]}},88640:e=>{e.exports={en:["change line color"],de:["Linienfarbe ändern"]}},41837:e=>{e.exports={en:["change line price source"],de:["Ausgangspunkt der Preisline ändern"]}},48339:e=>{e.exports={en:["change line width"],de:["Linienbreite ändern"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],de:["Sichtbarkeit der Schaltflächen des Fensters ändern"]}},52203:e=>{e.exports={en:["change pane separators color"],de:["Farbe der Trennstreifen im Fenster ändern"]}},38730:e=>{e.exports={en:["change post market color"],de:["Farbe des Post-Marktes ändern"]}},28075:e=>{e.exports={en:["change post market line color"],de:["Farbe der Post-Market-Linie ändern"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],de:["Sichtbarkeit der Preislinie vorbörslich/nachbörslich ändern"]}},44371:e=>{e.exports={en:["change pre market color"],de:["Farbe des Pre-Markets ändern"]}},96114:e=>{e.exports={en:["change pre market line color"],de:["Farbe der Pre-Market-Linie ändern"]}},69814:e=>{e.exports={en:["change previous close price line color"],de:["Farbe der Linie des vorherigen Schlusskurses ändern"]}},13660:e=>{e.exports={en:["change previous close price line width"],de:["Linienbreite des vorherigen Schlusskurses ändern"]}},87861:e=>{e.exports={en:["change price line color"],de:["Farbe der Preislinie ändern"]}},29353:e=>{e.exports={en:["change price line width"],de:["Preislinienbreite ändern"]}},16241:e=>{e.exports={en:["change range bars style"],de:["Stil der Reichweitenbalken ändern"]}},65821:e=>{e.exports={en:["change range thin bars"],de:["Bereich ändern auf dünne Balken"]}},75487:e=>{e.exports={ de:["Sichtbarkeit des Rands von Hochs/Tiefs ändern"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],de:["Sichtbarkeit der Hoch/Tief-Labels ändern"]}},56961:e=>{e.exports={en:["change high-low labels color"],de:["Farbe der Hoch-Tief-Labels ändern"]}},21133:e=>{e.exports={en:["change horz grid lines color"],de:["Farbe der horizontalen Gitterlinien ändern"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],de:["Sichtbarkeit der Indikatortitel ändern"]}},49583:e=>{e.exports={en:["change indicator values visibility"],de:["Sichtbarkeit der Indikatorwerte ändern"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],de:["Sichtbarkeit der Indikatorargumente ändern"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],de:["Sichtbarkeit von Indikatoren- und Finanzdaten-Labels ändern"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],de:["Ändert die Sichtbarkeit des Labels für Werte der Indikatoren und Finanzkennzahlen"]}},66307:e=>{e.exports={en:["change last day change visibility"],de:["Sichtbarkeit von Veränderung am letzten Handelstag ändern"]}},91873:e=>{e.exports={en:["change legend background transparency"],de:["Hintergrundtransparenz der Legende ändern"]}},14246:e=>{e.exports={en:["change legend background visibility"],de:["Hintergrundsichtbarkeit der Legende ändern"]}},88640:e=>{e.exports={en:["change line color"],de:["Linienfarbe ändern"]}},41837:e=>{e.exports={en:["change line price source"],de:["Ausgangspunkt der Preisline ändern"]}},48339:e=>{e.exports={en:["change line width"],de:["Linienbreite ändern"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],de:["Sichtbarkeit der Schaltflächen des Fensters ändern"]}},52203:e=>{e.exports={en:["change pane separators color"],de:["Farbe der Trennstreifen im Fenster ändern"]}},38730:e=>{e.exports={en:["change post market color"],de:["Farbe des Post-Marktes ändern"]}},28075:e=>{e.exports={en:["change post market line color"],de:["Farbe der Post-Market-Linie ändern"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],de:["Sichtbarkeit der Preislinie vorbörslich/nachbörslich ändern"]}},44371:e=>{e.exports={en:["change pre market color"],de:["Farbe des Pre-Markets ändern"]}},96114:e=>{e.exports={en:["change pre market line color"],de:["Farbe der Pre-Market-Linie ändern"]}},69814:e=>{e.exports={en:["change previous close price line color"],de:["Farbe der Linie des vorherigen Schlusskurses ändern"]}},13660:e=>{e.exports={en:["change previous close price line width"],de:["Linienbreite des vorherigen Schlusskurses ändern"]}},87861:e=>{e.exports={en:["change price line color"],de:["Farbe der Preislinie ändern"]}},29353:e=>{e.exports={en:["change price line width"],de:["Preislinienbreite ändern"]}},16241:e=>{e.exports={en:["change range bars style"],de:["Stil der Reichweitenbalken ändern"]}},65821:e=>{e.exports={en:["change range thin bars"],de:["Bereich ändern auf dünne Balken"]}},75487:e=>{e.exports={
en:["change renko wick down color"],de:["Farbe des Bear-Renko-Dochts ändern"]}},92277:e=>{e.exports={en:["change renko wick up color"],de:["Farbe des Bull-Renko-Dochts ändern"]}},79604:e=>{e.exports={en:["change renko wick visibility"],de:["Sichtbarkeit des Renko-Dochts ändern"]}},82946:e=>{e.exports={en:["change right margin"],de:["unteren Rand ändern"]}},79545:e=>{e.exports={en:["change right margin percentage"],de:["Prozentsatz des rechten Seitenrands ändern"]}},78995:e=>{e.exports={en:["change symbol watermark color"],de:["Farbe des Symbol-Wasserzeichens ändern"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],de:["Sichtbarkeit des Symbolwasserzeichens ändern"]}},88167:e=>{e.exports={en:["change symbol description visibility"],de:["Sichtbarkeit der Symbolbeschreibung ändern"]}},12050:e=>{e.exports={en:["change symbol field visibility"],de:["Die Sichtbarkeit des Symbolfelds verändern"]}},46066:e=>{e.exports={en:["change symbol last value mode"],de:["Anzeigemodus des letzten Wertes ändern"]}},902:e=>{e.exports={en:["change symbol legend format"],de:["Format der Symbollegende ändern"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],de:["Ändern: Position des linken Chartrands bei einer Intervalländerung speichern"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],de:["die Sichtbarkeit der Buttons für Skalierungsmodus ändern"]}},76131:e=>{e.exports={en:["change scales text color"],de:["Textfarbe der Skalen ändern"]}},27792:e=>{e.exports={en:["change scales font size"],de:["Schriftgröße der Skalen ändern"]}},94997:e=>{e.exports={en:["change scales lines color"],de:["Farbe der Skalenlinien ändern"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],de:["Sichtbarkeit der Session-Übergänge ändern"]}},28175:e=>{e.exports={en:["change sessions breaks width"],de:["Linienbreite der Sitzungs-Übergänge ändern"]}},33895:e=>{e.exports={en:["change sessions breaks color"],de:["Farbe der Sitzungs-Übergänge ändern"]}},21641:e=>{e.exports={en:["change sessions breaks style"],de:["Stil der Session-Übergänge ändern"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],de:["die Anzeige der realen Preise auf der Preisskala ändern (anstelle des Heiken-Ashi-Preises)"]}},60834:e=>{e.exports={en:["change thin bars"],de:["auf dünne Balken wechseln"]}},39754:e=>{e.exports={en:["change time hours format"],de:["Format der Uhrzeit ändern"]}},74883:e=>{e.exports={en:["change top margin"],de:["oberen Rand ändern"]}},51250:e=>{e.exports={en:["change unit label visibility"],de:["Sichtbarkeit des Einheitenlabels ändern"]}},71805:e=>{e.exports={en:["change vert grid lines color"],de:["Farbe der vertikalen Gitterlinien ändern"]}},96201:e=>{e.exports={en:["change volume values visibility"],de:["Sichtbarkeit der Volumenwerte ändern"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],de:["{candleType} obere Randfarbe ändern"]}},36697:e=>{e.exports={en:["change {candleType} up color"], en:["change renko wick down color"],de:["Farbe des Bear-Renko-Dochts ändern"]}},92277:e=>{e.exports={en:["change renko wick up color"],de:["Farbe des Bull-Renko-Dochts ändern"]}},79604:e=>{e.exports={en:["change renko wick visibility"],de:["Sichtbarkeit des Renko-Dochts ändern"]}},82946:e=>{e.exports={en:["change right margin"],de:["unteren Rand ändern"]}},79545:e=>{e.exports={en:["change right margin percentage"],de:["Prozentsatz des rechten Seitenrands ändern"]}},78995:e=>{e.exports={en:["change symbol watermark color"],de:["Farbe des Symbol-Wasserzeichens ändern"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],de:["Sichtbarkeit des Symbolwasserzeichens ändern"]}},88167:e=>{e.exports={en:["change symbol description visibility"],de:["Sichtbarkeit der Symbolbeschreibung ändern"]}},12050:e=>{e.exports={en:["change symbol field visibility"],de:["Die Sichtbarkeit des Symbolfelds verändern"]}},46066:e=>{e.exports={en:["change symbol last value mode"],de:["Anzeigemodus des letzten Wertes ändern"]}},902:e=>{e.exports={en:["change symbol legend format"],de:["Format der Symbollegende ändern"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],de:["Ändern: Position des linken Chartrands bei einer Intervalländerung speichern"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],de:["die Sichtbarkeit der Buttons für Skalierungsmodus ändern"]}},76131:e=>{e.exports={en:["change scales text color"],de:["Textfarbe der Skalen ändern"]}},27792:e=>{e.exports={en:["change scales font size"],de:["Schriftgröße der Skalen ändern"]}},94997:e=>{e.exports={en:["change scales lines color"],de:["Farbe der Skalenlinien ändern"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],de:["Sichtbarkeit der Session-Übergänge ändern"]}},28175:e=>{e.exports={en:["change sessions breaks width"],de:["Linienbreite der Sitzungs-Übergänge ändern"]}},33895:e=>{e.exports={en:["change sessions breaks color"],de:["Farbe der Sitzungs-Übergänge ändern"]}},21641:e=>{e.exports={en:["change sessions breaks style"],de:["Stil der Session-Übergänge ändern"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],de:["die Anzeige der realen Preise auf der Preisskala ändern (anstelle des Heiken-Ashi-Preises)"]}},60834:e=>{e.exports={en:["change thin bars"],de:["auf dünne Balken wechseln"]}},39754:e=>{e.exports={en:["change time hours format"],de:["Format der Uhrzeit ändern"]}},74883:e=>{e.exports={en:["change top margin"],de:["oberen Rand ändern"]}},51250:e=>{e.exports={en:["change unit label visibility"],de:["Sichtbarkeit des Einheitenlabels ändern"]}},71805:e=>{e.exports={en:["change vert grid lines color"],de:["Farbe der vertikalen Gitterlinien ändern"]}},96201:e=>{e.exports={en:["change volume values visibility"],de:["Sichtbarkeit der Volumenwerte ändern"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],de:["{candleType} obere Randfarbe ändern"]}},36697:e=>{e.exports={en:["change {candleType} up color"],
de:["{candleType} Farbe für aufwärts ändern"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],de:["{candleType} Farbe des Abwärtsdochts ändern"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],de:["{candleType} Farbe des Aufwärtsdochts ändern"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],de:["{candleType} Sichtbarkeit der Dochte ändern"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],de:["Sichtbarkeit des {candleType} Körpers ändern"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],de:["{candleType} Sichtbarkeit des Rand ändern"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],de:["{candleType} untere Randfarbe ändern"]}},64571:e=>{e.exports={en:["change {candleType} down color"],de:["{candleType} Farbe für abwärts ändern"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],de:["{chartType} Farbe des Rand des Aufwärtsbalkens ändern"]}},5012:e=>{e.exports={en:["change {chartType} down color"],de:["{chartType} Farbe für Abwärts ändern"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],de:["{chartType} Farbe des Rands der Projektion des Abwärtsbalkens ändern"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],de:["{chartType} Farbe der Projektion des Aufwärtsbalkens ändern"]}},6970:e=>{e.exports={en:["change {chartType} up color"],de:["{chartType} Farbe für Aufwärts ändern"]}},66110:e=>{e.exports={en:["change {inputName} property"],de:["Eigenschaft von {inputName} ändern"]}},18077:e=>{e.exports={en:["adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},1433:e=>{e.exports={en:["adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},92598:e=>{e.exports={en:["hollow candles"],de:["Hollow Candles"]}},57243:e=>{e.exports={en:["range","ranges"],de:["Bereich","Bereiche"]}},70282:e=>{e.exports={en:["renko"],de:["Renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],de:["{value} Dezimale","{value} Dezimalen"]}}}]); de:["{candleType} Farbe für aufwärts ändern"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],de:["{candleType} Farbe des Abwärtsdochts ändern"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],de:["{candleType} Farbe des Aufwärtsdochts ändern"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],de:["{candleType} Sichtbarkeit der Dochte ändern"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],de:["Sichtbarkeit des {candleType} Körpers ändern"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],de:["{candleType} Sichtbarkeit des Rand ändern"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],de:["{candleType} untere Randfarbe ändern"]}},64571:e=>{e.exports={en:["change {candleType} down color"],de:["{candleType} Farbe für abwärts ändern"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],de:["{chartType} Farbe des Rand des Aufwärtsbalkens ändern"]}},5012:e=>{e.exports={en:["change {chartType} down color"],de:["{chartType} Farbe für Abwärts ändern"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],de:["{chartType} Farbe des Rands der Projektion des Abwärtsbalkens ändern"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],de:["{chartType} Farbe der Projektion des Aufwärtsbalkens ändern"]}},6970:e=>{e.exports={en:["change {chartType} up color"],de:["{chartType} Farbe für Aufwärts ändern"]}},66110:e=>{e.exports={en:["change {inputName} property"],de:["Eigenschaft von {inputName} ändern"]}},18077:e=>{e.exports={en:["adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},1433:e=>{e.exports={en:["adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},92598:e=>{e.exports={en:["hollow candles"],de:["Hollow Candles"]}},57243:e=>{e.exports={en:["range","ranges"],de:["Bereich","Bereiche"]}},70282:e=>{e.exports={en:["renko"],de:["Renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],de:["{value} Dezimale","{value} Dezimalen"]}}}]);

View File

@@ -1,4 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],de:["Punkt"]}},41256:e=>{e.exports={en:["Back"],de:["Zurück"]}},53174:e=>{e.exports={en:["Right"],de:["Rechter"]}},57e3:e=>{e.exports={en:["Compare"],de:["Vergleichen"]}},93111:e=>{e.exports={en:["Content"],de:["Inhalt"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],de:["Link zum Chart-Bild kopieren"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},59934:e=>{e.exports={en:["Channels"],de:["Kanäle"]}},63245:e=>{e.exports={en:["Change symbol"],de:["Symbol ändern"]}},56281:e=>{e.exports={en:["Chart style Columns"],de:["Chartstil Spalten"]}},64526:e=>{e.exports={en:["Chart style Candles"],de:["Chartstil Kerzen"]}},9537:e=>{e.exports={en:["Chart style Area"],de:["Chartstil Bereich"]}},19265:e=>{e.exports={en:["Chart style Bars"],de:["Chartstil Balken"]}},19579:e=>{e.exports={en:["Chart style Baseline"],de:["Chartstil Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"],de:["Chartstil Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],de:["Chartstil HLC-Bereich"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],de:["Chartstil hohle Kerzen"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],de:["Chartstil Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],de:["Chartstil Hoch-Tief"]}},92911:e=>{e.exports={en:["Chart style Line"],de:["Chartstil Linie"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],de:["Chartstil Linie mit Markierungen"]}},11604:e=>{e.exports={en:["Chart style Line break"],de:["Chartstil Line Break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],de:["Chartstil Session-Volumenprofil"]}},40447:e=>{e.exports={en:["Chart style Step line"],de:["Chartstil Step-Line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],de:["Chartstil Point & Figure"]}},49942:e=>{e.exports={en:["Chart style Range"],de:["Chartstil Range"]}},80082:e=>{e.exports={en:["Chart style Renko"],de:["Chartstil Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],de:["Chartstil Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],de:["Chartstil Volumenkerzen"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],de:["Chartstil Volumen-Fußabdruck"]}},53438:e=>{e.exports={en:["Chart template"],de:["Chartvorlage"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},81578:e=>{e.exports={en:["Cursors"],de:["Mauszeiger"]}},77915:e=>{e.exports={en:["Cycles"],de:["Zyklen"]}},32064:e=>{e.exports={en:["Annotation tools"],de:["Text Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},34040:e=>{e.exports={en:["All sources"],de:["Alle Quellen"]}},19147:e=>{e.exports={en:["Arrows"],de:["Pfeile"]}},42358:e=>{e.exports={en:["Bond"],de:["Anleihe"]}},65695:e=>{e.exports={en:["Brushes"],de:["Pinsel"]}},51494:e=>{e.exports={en:["Gann"],de:["Gann-Analysen"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],de:["Gann und Fibonacci Tools"]}},
22145:e=>{e.exports={en:["Geometric shapes"],de:["Geometrische Formen"]}},57157:e=>{e.exports={en:["Dot"],de:["Punkt"]}},25848:e=>{e.exports={en:["Dark theme"],de:["Dunkles Thema"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},74385:e=>{e.exports={en:["Drawings"],de:["Zeichnungen"]}},44255:e=>{e.exports={en:["Elliott waves"],de:["Elliott-Wellen"]}},8727:e=>{e.exports={en:["Eraser"],de:["Radierer"]}},93308:e=>{e.exports={en:["Extended session"],de:["Verlängerte Handelszeit"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],de:["Prognose-/ Messwerkzeuge"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],de:["Vollbildmodus"]}},83576:e=>{e.exports={en:["Function"],de:["Funktion"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],de:["{hotKey_0} für eine temporäre Zeichnung halten"]}},27077:e=>{e.exports={en:["Open Object Tree"],de:["Objektbaum öffnen"]}},7386:e=>{e.exports={en:["Open chart layout"],de:["Chart-Layout öffnen"]}},79451:e=>{e.exports={en:["Lock all drawings"],de:["Alle Zeichen-Tools fixieren"]}},35112:e=>{e.exports={en:["Move chart back"],de:["Chart nach hinten bewegen"]}},12754:e=>{e.exports={en:["Move chart forward"],de:["Chart nach vorne bewegen"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],de:["Der Magnet-Modus zieht Zeichnungen, die in der Nähe von Preisbalken platziert sind, an den nächstgelegenen OHLC-Wert."]}},81031:e=>{e.exports={en:["Manage layout drawings"],de:["Zeichnungen des Layouts verwalten"]}},91563:e=>{e.exports={en:["Measure"],de:["Messen"]}},97050:e=>{e.exports={en:["Measurer"],de:["Vermesser"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],de:["Alle Skalen auf der linken Seite zusammenführen"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],de:["Alle Skalen nach rechts zusammenführen"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],de:["Keine Börsen entsprechen Ihren Kriterien"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],de:["Für Ihre Kriterien gibt es keine übereinstimmenden Symbole"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],de:["Nichts entspricht Ihren Kriterien"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],de:["Neue Zeichnungen werden in alle Charts im Layout repliziert und angezeigt wenn der gleiche Ticker ausgewählt ist."]}},3521:e=>{e.exports={en:["New drawings will sync globally"],de:["Neue Zeichnungen werden global synchronisiert"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],de:["Neue Zeichnungen werden im Layout synchronisiert"]}},28628:e=>{e.exports={en:["Sources"],de:["Quellen"]}},41569:e=>{e.exports={en:["Save chart layout"],de:["Chart-Layout speichern"]}},8573:e=>{e.exports={en:["Search"],de:["Suche"]}},79354:e=>{e.exports={
en:["Search tool or function"],de:["Tool oder Funktion suchen"]}},57640:e=>{e.exports={en:["Select source"],de:["Quelle wählen"]}},65781:e=>{e.exports={en:["Shapes"],de:["Formen"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],de:["Versteckte Tools anzeigen"]}},85786:e=>{e.exports={en:["Show Object Tree"],de:["Objektbaum anzeigen"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],de:["Im Zeichenmodus bleiben"]}},94593:e=>{e.exports={en:["Strong Magnet"],de:["Starker Magnetmodus"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"],de:["Symbol & Beschreibung"]}},51165:e=>{e.exports={en:["Symbol Search"],de:["Symbol Suche"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],de:["Zeichen-Tools mit allen Charts synchronisieren"]}},46417:e=>{e.exports={en:["Patterns"],de:["Chartmuster"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"],de:["Preisline | Schlusskurs Vortag"]}},76753:e=>{e.exports={en:["Recent search"],de:["Letzte Suche"]}},28051:e=>{e.exports={en:["Regular session"],de:["Reguläre Handelszeit"]}},57118:e=>{e.exports={en:["Remove Drawings"],de:["Zeichnungen entfernen"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],de:["Alle Indikatoren und Zeichenwerkzeuge entfernen"]}},96374:e=>{e.exports={en:["Remove drawings"],de:["Zeichnungen entfernen"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}},99984:e=>{e.exports={en:["Remove indicators"],de:["Indikatoren entfernen"]}},38206:e=>{e.exports={en:["Rename chart layout"],de:["Chart-Layout umbenennen"]}},31789:e=>{e.exports={en:["Reset chart"],de:["Chart zurücksetzen"]}},3519:e=>{e.exports={en:["Weak Magnet"],de:["Leichter Magnetmodus"]}},65831:e=>{e.exports={en:["Text & Notes"],de:["Text & Notizen"]}},48773:e=>{e.exports={en:["Trend line tools"],de:["Trendlinien Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],de:["Tippen Sie, um nach Zeichnungen, Funktionen und Einstellungen zu suchen"]}},69260:e=>{e.exports={en:["Volume-based"],de:["Volumenbezogen"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],de:["Sie ändern die Benutzeroberfläche zum {name} Thema. Möchten Sie auch das Thema der Chart-Vorlage ändern?"]}},55774:e=>{e.exports={en:["Zoom In"],de:["Vergrößern"]}},37310:e=>{e.exports={en:["Zoom Out"],de:["Verkleinern"]}},70932:e=>{e.exports={en:["commodity"],de:["Rohstoff"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],de:["Sichtbarkeit der Ideen auf dem Chart ändern"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],de:["Sichtbarkeit von Indikatoren- und Finanzdaten-Labels ändern"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],de:["Ändert die Sichtbarkeit des Labels für Werte der Indikatoren und Finanzkennzahlen"]}},91978:e=>{e.exports={
en:["change pre/post market price lines visibility"],de:["Sichtbarkeit der Preislinie vorbörslich/nachbörslich ändern"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],de:["Wirtschaft"]}},17770:e=>{e.exports={en:["forex"],de:["Devisen"]}},4723:e=>{e.exports={en:["futures"],de:["Futures"]}},87464:e=>{e.exports={en:["index"],de:["Index"]}},90250:e=>{e.exports={en:["indices"],de:["Indizes"]}},76752:e=>{e.exports={en:["stock"],de:["Aktie"]}},94521:e=>{e.exports={en:["sync drawings"],de:["Zeichnungen synchronisieren"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],de:["{hotKey_0} + Klick auf das Chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],de:["{hotKey_0} — Kreis"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],de:["{hotKey_0} — Zeichnen einer geraden Linie im Winkel von 45°"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],de:["{hotKey_0} — feste Abstufungen"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],de:["{hotKey_0} — Quadrat"]}}}]);

View File

@@ -0,0 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],de:["Punkt"]}},41256:e=>{e.exports={en:["Back"],de:["Zurück"]}},53174:e=>{e.exports={en:["Right"],de:["Rechter"]}},57e3:e=>{e.exports={en:["Compare"],de:["Vergleichen"]}},93111:e=>{e.exports={en:["Content"],de:["Inhalt"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],de:["Link zum Chart-Bild kopieren"]}},4543:e=>{e.exports={en:["Cancel"],de:["Abbrechen"]}},59934:e=>{e.exports={en:["Channels"],de:["Kanäle"]}},63245:e=>{e.exports={en:["Change symbol"],de:["Symbol ändern"]}},56281:e=>{e.exports={en:["Chart style Columns"],de:["Chartstil Spalten"]}},64526:e=>{e.exports={en:["Chart style Candles"],de:["Chartstil Kerzen"]}},9537:e=>{e.exports={en:["Chart style Area"],de:["Chartstil Bereich"]}},19265:e=>{e.exports={en:["Chart style Bars"],de:["Chartstil Balken"]}},19579:e=>{e.exports={en:["Chart style Baseline"],de:["Chartstil Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"],de:["Chartstil Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],de:["Chartstil HLC-Bereich"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],de:["Chartstil hohle Kerzen"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],de:["Chartstil Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],de:["Chartstil Hoch-Tief"]}},92911:e=>{e.exports={en:["Chart style Line"],de:["Chartstil Linie"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],de:["Chartstil Linie mit Markierungen"]}},11604:e=>{e.exports={en:["Chart style Line break"],de:["Chartstil Line Break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],de:["Chartstil Session-Volumenprofil"]}},40447:e=>{e.exports={en:["Chart style Step line"],de:["Chartstil Step-Line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],de:["Chartstil Point & Figure"]}},49942:e=>{e.exports={en:["Chart style Range"],de:["Chartstil Range"]}},80082:e=>{e.exports={en:["Chart style Renko"],de:["Chartstil Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],de:["Chartstil Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],de:["Chartstil Volumenkerzen"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],de:["Chartstil Volumen-Fußabdruck"]}},53438:e=>{e.exports={en:["Chart template"],de:["Chartvorlage"]}},47742:e=>{e.exports={en:["Close menu"],de:["Menü schließen"]}},81578:e=>{e.exports={en:["Cursors"],de:["Mauszeiger"]}},77915:e=>{e.exports={en:["Cycles"],de:["Zyklen"]}},32064:e=>{e.exports={en:["Annotation tools"],de:["Text Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],de:["Zu Favoriten hinzufügen"]}},34040:e=>{e.exports={en:["All sources"],de:["Alle Quellen"]}},19147:e=>{e.exports={en:["Arrows"],de:["Pfeile"]}},42358:e=>{e.exports={en:["Bond"],de:["Anleihe"]}},65695:e=>{e.exports={en:["Brushes"],de:["Pinsel"]}},51494:e=>{e.exports={en:["Gann"],de:["Gann-Analysen"]}},2654:e=>{e.exports={
en:["Gann and Fibonacci tools"],de:["Gann und Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],de:["Geometrische Formen"]}},57157:e=>{e.exports={en:["Dot"],de:["Punkt"]}},25848:e=>{e.exports={en:["Dark theme"],de:["Dunkles Thema"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],de:["Beschreibung"]}},74385:e=>{e.exports={en:["Drawings"],de:["Zeichnungen"]}},44255:e=>{e.exports={en:["Elliott waves"],de:["Elliott-Wellen"]}},8727:e=>{e.exports={en:["Eraser"],de:["Radierer"]}},93308:e=>{e.exports={en:["Extended session"],de:["Verlängerte Handelszeit"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],de:["Prognose-/ Messwerkzeuge"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],de:["Vollbildmodus"]}},83576:e=>{e.exports={en:["Function"],de:["Funktion"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],de:["{hotKey_0} für eine temporäre Zeichnung halten"]}},27077:e=>{e.exports={en:["Open Object Tree"],de:["Objektbaum öffnen"]}},7386:e=>{e.exports={en:["Open chart layout"],de:["Chart-Layout öffnen"]}},79451:e=>{e.exports={en:["Lock all drawings"],de:["Alle Zeichen-Tools fixieren"]}},35112:e=>{e.exports={en:["Move chart back"],de:["Chart nach hinten bewegen"]}},12754:e=>{e.exports={en:["Move chart forward"],de:["Chart nach vorne bewegen"]}},37117:e=>{e.exports={en:["More"],de:["Mehr"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],de:["Der Magnet-Modus zieht Zeichnungen, die in der Nähe von Preisbalken platziert sind, an den nächstgelegenen OHLC-Wert."]}},81031:e=>{e.exports={en:["Manage layout drawings"],de:["Zeichnungen des Layouts verwalten"]}},91563:e=>{e.exports={en:["Measure"],de:["Messen"]}},97050:e=>{e.exports={en:["Measurer"],de:["Vermesser"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],de:["Alle Skalen auf der linken Seite zusammenführen"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],de:["Alle Skalen nach rechts zusammenführen"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],de:["Keine Börsen entsprechen Ihren Kriterien"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],de:["Für Ihre Kriterien gibt es keine übereinstimmenden Symbole"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],de:["Nichts entspricht Ihren Kriterien"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],de:["Neue Zeichnungen werden in alle Charts im Layout repliziert und angezeigt wenn der gleiche Ticker ausgewählt ist."]}},3521:e=>{e.exports={en:["New drawings will sync globally"],de:["Neue Zeichnungen werden global synchronisiert"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],de:["Neue Zeichnungen werden im Layout synchronisiert"]}},28628:e=>{e.exports={en:["Sources"],de:["Quellen"]}},41569:e=>{e.exports={en:["Save chart layout"],de:["Chart-Layout speichern"]}},
8573:e=>{e.exports={en:["Search"],de:["Suche"]}},79354:e=>{e.exports={en:["Search tool or function"],de:["Tool oder Funktion suchen"]}},57640:e=>{e.exports={en:["Select source"],de:["Quelle wählen"]}},65781:e=>{e.exports={en:["Shapes"],de:["Formen"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],de:["Versteckte Tools anzeigen"]}},85786:e=>{e.exports={en:["Show Object Tree"],de:["Objektbaum anzeigen"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],de:["Im Zeichenmodus bleiben"]}},94593:e=>{e.exports={en:["Strong Magnet"],de:["Starker Magnetmodus"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"],de:["Symbol & Beschreibung"]}},51165:e=>{e.exports={en:["Symbol Search"],de:["Symbol Suche"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],de:["Zeichen-Tools mit allen Charts synchronisieren"]}},46417:e=>{e.exports={en:["Patterns"],de:["Chartmuster"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"],de:["Preisline | Schlusskurs Vortag"]}},76753:e=>{e.exports={en:["Recent search"],de:["Letzte Suche"]}},28051:e=>{e.exports={en:["Regular session"],de:["Reguläre Handelszeit"]}},57118:e=>{e.exports={en:["Remove Drawings"],de:["Zeichnungen entfernen"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],de:["Alle Indikatoren und Zeichenwerkzeuge entfernen"]}},96374:e=>{e.exports={en:["Remove drawings"],de:["Zeichnungen entfernen"]}},85106:e=>{e.exports={en:["Remove from favorites"],de:["Aus Favoriten entfernen"]}},99984:e=>{e.exports={en:["Remove indicators"],de:["Indikatoren entfernen"]}},38206:e=>{e.exports={en:["Rename chart layout"],de:["Chart-Layout umbenennen"]}},31789:e=>{e.exports={en:["Reset chart"],de:["Chart zurücksetzen"]}},3519:e=>{e.exports={en:["Weak Magnet"],de:["Leichter Magnetmodus"]}},65831:e=>{e.exports={en:["Text & Notes"],de:["Text & Notizen"]}},48773:e=>{e.exports={en:["Trend line tools"],de:["Trendlinien Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],de:["Tippen Sie, um nach Zeichnungen, Funktionen und Einstellungen zu suchen"]}},69260:e=>{e.exports={en:["Volume-based"],de:["Volumenbezogen"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],de:["Sie ändern die Benutzeroberfläche zum {name} Thema. Möchten Sie auch das Thema der Chart-Vorlage ändern?"]}},55774:e=>{e.exports={en:["Zoom In"],de:["Vergrößern"]}},37310:e=>{e.exports={en:["Zoom Out"],de:["Verkleinern"]}},70932:e=>{e.exports={en:["commodity"],de:["Rohstoff"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],de:["Sichtbarkeit der Ideen auf dem Chart ändern"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],de:["Sichtbarkeit von Indikatoren- und Finanzdaten-Labels ändern"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],
de:["Ändert die Sichtbarkeit des Labels für Werte der Indikatoren und Finanzkennzahlen"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],de:["Sichtbarkeit der Preislinie vorbörslich/nachbörslich ändern"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],de:["Wirtschaft"]}},17770:e=>{e.exports={en:["forex"],de:["Devisen"]}},4723:e=>{e.exports={en:["futures"],de:["Futures"]}},87464:e=>{e.exports={en:["index"],de:["Index"]}},90250:e=>{e.exports={en:["indices"],de:["Indizes"]}},76752:e=>{e.exports={en:["stock"],de:["Aktie"]}},94521:e=>{e.exports={en:["sync drawings"],de:["Zeichnungen synchronisieren"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],de:["{hotKey_0} + Klick auf das Chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],de:["{hotKey_0} — Kreis"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],de:["{hotKey_0} — Zeichnen einer geraden Linie im Winkel von 45°"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],de:["{hotKey_0} — feste Abstufungen"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],de:["{hotKey_0} — Quadrat"]}}}]);

View File

@@ -1,5 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],de:["Balken gemäß des vorherigen Schlusskurs färben"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},84831:e=>{e.exports={en:["Close line"],de:["Schlusskurslinie"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},3159:e=>{e.exports={en:["Bottom line"],de:["Unterste Linie"]}},74406:e=>{e.exports={en:["Body"],de:["Körper"]}},333:e=>{e.exports={en:["Borders"],de:["Rahmen"]}},42398:e=>{e.exports={en:["Base"],de:["Basis"]}},28975:e=>{e.exports={en:["Base level"],de:["Grundwert"]}},71776:e=>{e.exports={en:["Down"],de:["Abwärts"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"],de:["Abwärts-Farbe"]}},48225:e=>{e.exports={en:["Data modification"],de:["Modifizierung der Daten"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},16564:e=>{e.exports={en:["Default"],de:["Standard"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],de:["Hintergrund der elektronischen Handelszeiten"]}},819:e=>{e.exports={en:["Extend lines"],de:["Linien verlängern"]}},41129:e=>{e.exports={en:["Fill"],de:["Füllen"]}},61112:e=>{e.exports={en:["Fill top area"],de:["Füllung oberer Bereich"]}},73185:e=>{e.exports={en:["Fill bottom area"],de:["Füllung unterer Bereich"]}},886:e=>{e.exports={en:["HLC bars"],de:["HLC-Balken"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],de:["Höchstkurslinie"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},64075:e=>{e.exports={en:["Override min tick"],de:["Min Tick überschreiben"]}},34579:e=>{e.exports={en:["Low line"],de:["Tiefstkurslinie"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],de:["Hintergrund Vor-/Nachbörslich"]}},59766:e=>{e.exports={en:["Precision"],de:["Präzision"]}},84684:e=>{e.exports={en:["Price source"],de:["Preisquelle"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"],de:["Projektionsbalken"]}},88367:e=>{e.exports={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],de:["#{count} (Preis, Bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],de:["Balken gemäß des vorherigen Schlusskurs färben"]}},78930:e=>{e.exports={en:["Coordinates"],de:["Koordinaten"]}},24197:e=>{e.exports={en:["Center"],de:["Zentrieren"]}},84831:e=>{e.exports={en:["Close line"],de:["Schlusskurslinie"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},27567:e=>{e.exports={en:["Bottom"],de:["Unten"]}},3159:e=>{e.exports={en:["Bottom line"],de:["Unterste Linie"]}},74406:e=>{e.exports={en:["Body"],de:["Körper"]}},333:e=>{e.exports={en:["Borders"],de:["Rahmen"]}},42398:e=>{e.exports={en:["Base"],de:["Basis"]}},28975:e=>{e.exports={en:["Base level"],de:["Grundwert"]}},71776:e=>{e.exports={en:["Down"],de:["Abwärts"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"],de:["Abwärts-Farbe"]}},48225:e=>{e.exports={en:["Data modification"],de:["Modifizierung der Daten"]}},72942:e=>{e.exports={en:["Days"],de:["Tage"]}},16564:e=>{e.exports={en:["Default"],de:["Standard"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],de:["Verschiebung (Preis, Balken)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],de:["Hintergrund der elektronischen Handelszeiten"]}},819:e=>{e.exports={en:["Extend lines"],de:["Linien verlängern"]}},41129:e=>{e.exports={en:["Fill"],de:["Füllen"]}},61112:e=>{e.exports={en:["Fill top area"],de:["Füllung oberer Bereich"]}},73185:e=>{e.exports={en:["Fill bottom area"],de:["Füllung unterer Bereich"]}},56796:e=>{e.exports={en:["Hours"],de:["Stunden"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],de:["Höchstkurslinie"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],de:["Eingaben"]}},64075:e=>{e.exports={en:["Override min tick"],de:["Min Tick überschreiben"]}},34579:e=>{e.exports={en:["Low line"],de:["Tiefstkurslinie"]}},11626:e=>{e.exports={en:["Left"],de:["Links"]}},43154:e=>{e.exports={en:["Months"],de:["Monate"]}},68833:e=>{e.exports={en:["Middle"],de:["Mitte"]}},42562:e=>{e.exports={en:["Minutes"],de:["Minuten"]}},65188:e=>{e.exports={en:["Seconds"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],de:["Hintergrund Vor-/Nachbörslich"]}},59766:e=>{e.exports={en:["Precision"],de:["Präzision"]}},84684:e=>{e.exports={en:["Price source"],de:["Preisquelle"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"],de:["Projektionsbalken"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={
en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],de:["Reale Preise auf der Preisskala (anstelle des Heikin-Ashi-Preises)"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},32163:e=>{e.exports={en:["Wick"],de:["Docht"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},89349:e=>{e.exports={en:["Top line"],de:["Oberste Linie"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},20215:e=>{e.exports={en:["Thin bars"],de:["Dünne Balken verwenden"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"],de:["Zeitzone"]}},22691:e=>{e.exports={en:["Up"],de:["Aufwärts"]}},23091:e=>{e.exports={en:["Up color"],de:["Aufwärts-Farbe"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},21105:e=>{e.exports={en:["candle"],de:["Kerze"]}},27068:e=>{e.exports={en:["change HLC bars"],de:["HLC-Balken ändern"]}},86866:e=>{e.exports={en:["change area fill color"],de:["Farbe der Flächenfüllung ändern"]}},89346:e=>{e.exports={en:["change area line width"],de:["Breite der Bereichslinie ändern"]}},29605:e=>{e.exports={en:["change area line color"],de:["Farbe der Bereichslinie ändern"]}},4640:e=>{e.exports={en:["change area price source"],de:["Bereich der Preisquelle ändern"]}},42190:e=>{e.exports={en:["change base level"],de:["Basiswert ändern"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],de:["Farbe der unteren Grundlinie ändern"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],de:["Grundlinienbreite der unteren Linie ändern"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],de:["Farbe der Basislinienfüllung im unteren Bereich ändern"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],de:["Farbe der Basislinienfüllung im oberen Bereich ändern"]}},68609:e=>{e.exports={en:["change baseline price source"],de:["Preisquelle der Grundlinie ändern"]}},69044:e=>{e.exports={en:["change baseline top line color"],de:["Farbe der oberen Zeile der Grundlinie ändern"]}},68197:e=>{e.exports={en:["change baseline top line width"],de:["Grundlinienbreite der oberen Linie ändern"]}},33464:e=>{e.exports={en:["change bar up color"],de:["Farbe der Bull-Candle ändern"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},59622:e=>{e.exports={en:["change bar down color"],de:["Farbe der Bear-Candle ändern"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],de:["Balken gemäß vorherigem Schlusskurs färben."]}},88324:e=>{e.exports={en:["change column up color"],de:["Farbe der Spalte oben ändern"]}},93890:e=>{e.exports={en:["change column down color"],de:["Farbe der Spalte unten ändern"]}},4727:e=>{e.exports={ en:["Real prices on price scale (instead of Heikin-Ashi price)"],de:["Reale Preise auf der Preisskala (anstelle des Heikin-Ashi-Preises)"]}},50421:e=>{e.exports={en:["Right"],de:["Rechts"]}},835:e=>{e.exports={en:["Weeks"],de:["Wochen"]}},32163:e=>{e.exports={en:["Wick"],de:["Docht"]}},97118:e=>{e.exports={en:["Top"],de:["Oben"]}},89349:e=>{e.exports={en:["Top line"],de:["Oberste Linie"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"],de:["Textausrichtung"]}},67781:e=>{e.exports={en:["Text orientation"],de:["Text Ausrichtung"]}},20215:e=>{e.exports={en:["Thin bars"],de:["Dünne Balken verwenden"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"],de:["Zeitzone"]}},22691:e=>{e.exports={en:["Up"],de:["Aufwärts"]}},23091:e=>{e.exports={en:["Up color"],de:["Aufwärts-Farbe"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],de:["Settlement als Schlusskurs im Tagesintervall verwenden"]}},69526:e=>{e.exports={en:["Vertical"],de:["Vertikal"]}},21105:e=>{e.exports={en:["candle"],de:["Kerze"]}},27068:e=>{e.exports={en:["change HLC bars"],de:["HLC-Balken ändern"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],de:["Farbe der Flächenfüllung ändern"]}},89346:e=>{e.exports={en:["change area line width"],de:["Breite der Bereichslinie ändern"]}},29605:e=>{e.exports={en:["change area line color"],de:["Farbe der Bereichslinie ändern"]}},4640:e=>{e.exports={en:["change area price source"],de:["Bereich der Preisquelle ändern"]}},42190:e=>{e.exports={en:["change base level"],de:["Basiswert ändern"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],de:["Farbe der unteren Grundlinie ändern"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],de:["Grundlinienbreite der unteren Linie ändern"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],de:["Farbe der Basislinienfüllung im unteren Bereich ändern"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],de:["Farbe der Basislinienfüllung im oberen Bereich ändern"]}},68609:e=>{e.exports={en:["change baseline price source"],de:["Preisquelle der Grundlinie ändern"]}},69044:e=>{e.exports={en:["change baseline top line color"],de:["Farbe der oberen Zeile der Grundlinie ändern"]}},68197:e=>{e.exports={en:["change baseline top line width"],de:["Grundlinienbreite der oberen Linie ändern"]}},33464:e=>{e.exports={en:["change bar up color"],de:["Farbe der Bull-Candle ändern"]}},2066:e=>{e.exports={en:["change bar X coordinate"],de:["X-Koordinate des Balkens ändern"]}},59622:e=>{e.exports={en:["change bar down color"],de:["Farbe der Bear-Candle ändern"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],de:["Balken gemäß vorherigem Schlusskurs färben."]}},88324:e=>{e.exports={en:["change column up color"],de:["Farbe der Spalte oben ändern"]}},93890:e=>{e.exports={en:["change column down color"],de:["Farbe der Spalte unten ändern"]}},4727:e=>{e.exports={
en:["change column price source"],de:["Spalte Preisquelle ändern"]}},82063:e=>{e.exports={en:["change decimal places"],de:["Dezimalstellen ändern"]}},44223:e=>{e.exports={en:["change extended hours color"],de:["Farbe der erweiterten Handelszeiten ändern"]}},47393:e=>{e.exports={en:["change electronic trading hours"],de:["Elektronische Handelszeiten ändern"]}},6026:e=>{e.exports={en:["change high-low body color"],de:["Farbe der Körper von Hochs/Tiefs ändern"]}},73021:e=>{e.exports={en:["change high-low body visibility"],de:["Sichtbarkeit der Körper von Hochs/Tiefs"]}},46844:e=>{e.exports={en:["change high-low border color"],de:["Randfarbe der Hochs/Tiefs ändern"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],de:["Sichtbarkeit des Rands von Hochs/Tiefs ändern"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],de:["Sichtbarkeit der Hoch/Tief-Labels ändern"]}},56961:e=>{e.exports={en:["change high-low labels color"],de:["Farbe der Hoch-Tief-Labels ändern"]}},88640:e=>{e.exports={en:["change line color"],de:["Linienfarbe ändern"]}},41837:e=>{e.exports={en:["change line price source"],de:["Ausgangspunkt der Preisline ändern"]}},48339:e=>{e.exports={en:["change line width"],de:["Linienbreite ändern"]}},38730:e=>{e.exports={en:["change post market color"],de:["Farbe des Post-Marktes ändern"]}},44371:e=>{e.exports={en:["change pre market color"],de:["Farbe des Pre-Markets ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},16241:e=>{e.exports={en:["change range bars style"],de:["Stil der Reichweitenbalken ändern"]}},65821:e=>{e.exports={en:["change range thin bars"],de:["Bereich ändern auf dünne Balken"]}},75487:e=>{e.exports={en:["change renko wick down color"],de:["Farbe des Bear-Renko-Dochts ändern"]}},92277:e=>{e.exports={en:["change renko wick up color"],de:["Farbe des Bull-Renko-Dochts ändern"]}},79604:e=>{e.exports={en:["change renko wick visibility"],de:["Sichtbarkeit des Renko-Dochts ändern"]}},91109:e=>{e.exports={en:["change study overlay min tick"],de:["Overlay Studie in min tick ändern"]}},82924:e=>{e.exports={en:["change study overlay style"],de:["Overlay Stil ändern"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],de:["die Anzeige der realen Preise auf der Preisskala ändern (anstelle des Heiken-Ashi-Preises)"]}},60834:e=>{e.exports={en:["change thin bars"],de:["auf dünne Balken wechseln"]}},78509:e=>{e.exports={en:["change {title} base line color"],de:["{title} Farbe der Grundlinie ändern"]}},27864:e=>{e.exports={en:["change {title} base line style"],de:["{title} Stil der Grundlinie ändern"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],de:["{title} Sichtbarkeit der Grundlinie ändern"]}},17926:e=>{e.exports={en:["change {title} base line width"],de:["{title} Linienbreite der Grundlinie ändern"]}},41638:e=>{e.exports={en:["change {title} down line color"],de:["{title} Farbe der Abwärtslinie ändern"]}},51842:e=>{e.exports={ en:["change column price source"],de:["Spalte Preisquelle ändern"]}},82063:e=>{e.exports={en:["change decimal places"],de:["Dezimalstellen ändern"]}},44223:e=>{e.exports={en:["change extended hours color"],de:["Farbe der erweiterten Handelszeiten ändern"]}},47393:e=>{e.exports={en:["change electronic trading hours"],de:["Elektronische Handelszeiten ändern"]}},6026:e=>{e.exports={en:["change high-low body color"],de:["Farbe der Körper von Hochs/Tiefs ändern"]}},73021:e=>{e.exports={en:["change high-low body visibility"],de:["Sichtbarkeit der Körper von Hochs/Tiefs"]}},46844:e=>{e.exports={en:["change high-low border color"],de:["Randfarbe der Hochs/Tiefs ändern"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],de:["Sichtbarkeit des Rands von Hochs/Tiefs ändern"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],de:["Sichtbarkeit der Hoch/Tief-Labels ändern"]}},56961:e=>{e.exports={en:["change high-low labels color"],de:["Farbe der Hoch-Tief-Labels ändern"]}},88640:e=>{e.exports={en:["change line color"],de:["Linienfarbe ändern"]}},41837:e=>{e.exports={en:["change line price source"],de:["Ausgangspunkt der Preisline ändern"]}},48339:e=>{e.exports={en:["change line width"],de:["Linienbreite ändern"]}},38730:e=>{e.exports={en:["change post market color"],de:["Farbe des Post-Marktes ändern"]}},44371:e=>{e.exports={en:["change pre market color"],de:["Farbe des Pre-Markets ändern"]}},11737:e=>{e.exports={en:["change price Y coordinate"],de:["Y-Koordinate des Preises ändern"]}},16241:e=>{e.exports={en:["change range bars style"],de:["Stil der Reichweitenbalken ändern"]}},65821:e=>{e.exports={en:["change range thin bars"],de:["Bereich ändern auf dünne Balken"]}},75487:e=>{e.exports={en:["change renko wick down color"],de:["Farbe des Bear-Renko-Dochts ändern"]}},92277:e=>{e.exports={en:["change renko wick up color"],de:["Farbe des Bull-Renko-Dochts ändern"]}},79604:e=>{e.exports={en:["change renko wick visibility"],de:["Sichtbarkeit des Renko-Dochts ändern"]}},91109:e=>{e.exports={en:["change study overlay min tick"],de:["Overlay Studie in min tick ändern"]}},82924:e=>{e.exports={en:["change study overlay style"],de:["Overlay Stil ändern"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],de:["die Anzeige der realen Preise auf der Preisskala ändern (anstelle des Heiken-Ashi-Preises)"]}},60834:e=>{e.exports={en:["change thin bars"],de:["auf dünne Balken wechseln"]}},78509:e=>{e.exports={en:["change {title} base line color"],de:["{title} Farbe der Grundlinie ändern"]}},27864:e=>{e.exports={en:["change {title} base line style"],de:["{title} Stil der Grundlinie ändern"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],de:["{title} Sichtbarkeit der Grundlinie ändern"]}},17926:e=>{e.exports={en:["change {title} base line width"],de:["{title} Linienbreite der Grundlinie ändern"]}},41638:e=>{e.exports={en:["change {title} down line color"],de:["{title} Farbe der Abwärtslinie ändern"]}},51842:e=>{e.exports={
en:["change {title} down line style"],de:["{title} Stil der Abwärtslinie ändern"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],de:["{title} Sichtbarkeit der Abwärtslinie ändern"]}},64615:e=>{e.exports={en:["change {title} down line width"],de:["{title} Breite der Abwärtslinie ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},76295:e=>{e.exports={en:["change {title} extend lines"],de:["{title} Linienerweiterungen ändern"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],de:["{title} Pearson's R anzeigen"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],de:["{title} Sichtbarkeit der Aufwärtslinie ändern"]}},63824:e=>{e.exports={en:["change {title} up line width"],de:["{title} Breite der Aufwärtslinie ändern"]}},89178:e=>{e.exports={en:["change {title} up line color"],de:["{title} Farbe der Aufwärtslinie ändern"]}},51188:e=>{e.exports={en:["change {title} up line style"],de:["{title} Stil der Aufwärtslinie ändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],de:["{candleType} obere Randfarbe ändern"]}}, en:["change {title} down line style"],de:["{title} Stil der Abwärtslinie ändern"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],de:["{title} Sichtbarkeit der Abwärtslinie ändern"]}},64615:e=>{e.exports={en:["change {title} down line width"],de:["{title} Breite der Abwärtslinie ändern"]}},96135:e=>{e.exports={en:["change {title} days to"],de:["ändere {title} von Tagen auf"]}},91201:e=>{e.exports={en:["change {title} days from"],de:["ändere {title} auf Tage von"]}},76295:e=>{e.exports={en:["change {title} extend lines"],de:["{title} Linienerweiterungen ändern"]}},8306:e=>{e.exports={en:["change {title} hours from"],de:["ändere {title} auf Stunden von"]}},67233:e=>{e.exports={en:["change {title} hours to"],de:["ändere {title} von Stunden auf"]}},99122:e=>{e.exports={en:["change {title} months from"],de:["ändere {title} auf Monate von"]}},10518:e=>{e.exports={en:["change {title} months to"],de:["ändere {title} von Monaten auf"]}},38011:e=>{e.exports={en:["change {title} minutes to"],de:["ändere {title} von Minuten auf"]}},59820:e=>{e.exports={en:["change {title} minutes from"],de:["ändere {title} auf Minuten von"]}},6573:e=>{e.exports={en:["change {title} seconds to"],de:["ändere {title} von Sekunden auf"]}},86780:e=>{e.exports={en:["change {title} seconds from"],de:["Sekunde von {title} ändern"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],de:["{title} Pearson's R anzeigen"]}},32481:e=>{e.exports={en:["change {title} weeks from"],de:["ändere {title} auf Wochen von"]}},18678:e=>{e.exports={en:["change {title} weeks to"],de:["ändere {title} von Wochen auf"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],de:["{title} Sichtbarkeit der Aufwärtslinie ändern"]}},63824:e=>{e.exports={en:["change {title} up line width"],de:["{title} Breite der Aufwärtslinie ändern"]}},89178:e=>{e.exports={en:["change {title} up line color"],de:["{title} Farbe der Aufwärtslinie ändern"]}},51188:e=>{e.exports={en:["change {title} up line style"],de:["{title} Stil der Aufwärtslinie ändern"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],de:["Sichtbarkeit von {title} in Ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],de:["Sichtbarkeit von {title} auf Wochen ändern"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],de:["{title} Sichtbarkeit auf {ranges} ändern"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],de:["Sichtbarkeit von {title} auf Tage ändern"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],de:["Sichtbarkeit von {title} auf Stunden ändern"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],de:["Sichtbarkeit von {title} auf Minuten ändern"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],de:["Sichtbarkeit von {title} auf Monate ändern"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],de:["Sichtbarkeit von {title} in Sekunden"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],de:["{candleType} obere Randfarbe ändern"]}},
36697:e=>{e.exports={en:["change {candleType} up color"],de:["{candleType} Farbe für aufwärts ändern"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],de:["{candleType} Farbe des Abwärtsdochts ändern"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],de:["{candleType} Farbe des Aufwärtsdochts ändern"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],de:["{candleType} Sichtbarkeit der Dochte ändern"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],de:["Sichtbarkeit des {candleType} Körpers ändern"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],de:["{candleType} Sichtbarkeit des Rand ändern"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],de:["{candleType} untere Randfarbe ändern"]}},64571:e=>{e.exports={en:["change {candleType} down color"],de:["{candleType} Farbe für abwärts ändern"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],de:["{chartType} Farbe des Rand des Aufwärtsbalkens ändern"]}},5012:e=>{e.exports={en:["change {chartType} down color"],de:["{chartType} Farbe für Abwärts ändern"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],de:["{chartType} Farbe des Rands der Projektion des Abwärtsbalkens ändern"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],de:["{chartType} Farbe der Projektion des Aufwärtsbalkens ändern"]}},6970:e=>{e.exports={en:["change {chartType} up color"],de:["{chartType} Farbe für Aufwärts ändern"]}},66110:e=>{e.exports={en:["change {inputName} property"],de:["Eigenschaft von {inputName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},18077:e=>{e.exports={en:["adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},1433:e=>{e.exports={en:["adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},92598:e=>{e.exports={en:["hollow candles"],de:["Hollow Candles"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"], 36697:e=>{e.exports={en:["change {candleType} up color"],de:["{candleType} Farbe für aufwärts ändern"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],de:["{candleType} Farbe des Abwärtsdochts ändern"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],de:["{candleType} Farbe des Aufwärtsdochts ändern"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],de:["{candleType} Sichtbarkeit der Dochte ändern"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],de:["Sichtbarkeit des {candleType} Körpers ändern"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],de:["{candleType} Sichtbarkeit des Rand ändern"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],de:["{candleType} untere Randfarbe ändern"]}},64571:e=>{e.exports={en:["change {candleType} down color"],de:["{candleType} Farbe für abwärts ändern"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],de:["{chartType} Farbe des Rand des Aufwärtsbalkens ändern"]}},5012:e=>{e.exports={en:["change {chartType} down color"],de:["{chartType} Farbe für Abwärts ändern"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],de:["{chartType} Farbe des Rands der Projektion des Abwärtsbalkens ändern"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],de:["{chartType} Farbe der Projektion des Abwärtsbalkens ändern"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],de:["{chartType} Farbe der Projektion des Aufwärtsbalkens ändern"]}},6970:e=>{e.exports={en:["change {chartType} up color"],de:["{chartType} Farbe für Aufwärts ändern"]}},66110:e=>{e.exports={en:["change {inputName} property"],de:["Eigenschaft von {inputName} ändern"]}},25167:e=>{e.exports={en:["change {propertyName} property"],de:["Eigenschaft {propertyName} ändern"]}},18077:e=>{e.exports={en:["adjust data for dividends"],de:["Daten für Dividenden anpassen"]}},1433:e=>{e.exports={en:["adjust for contract changes"],de:["Veränderungen der Kontraktgrößen und Verfalltage"]}},35813:e=>{e.exports={en:["days"],de:["Tage"]}},89919:e=>{e.exports={en:["days to"],de:["Tage bis"]}},59215:e=>{e.exports={en:["days from"],de:["Tage von"]}},2359:e=>{e.exports={en:["hours"],de:["Stunden"]}},82267:e=>{e.exports={en:["hours from"],de:["Stunden von"]}},15600:e=>{e.exports={en:["hours to"],de:["Stunden bis"]}},92598:e=>{e.exports={en:["hollow candles"],de:["Hollow Candles"]}},76261:e=>{e.exports={en:["move drawings"],de:["Zeichnungen verschieben"]}},95300:e=>{e.exports={en:["months"],de:["Monate"]}},17250:e=>{e.exports={en:["months from"],de:["Monate von"]}},2828:e=>{e.exports={en:["months to"],de:["Monate zu"]}},18726:e=>{e.exports={en:["minutes"],de:["Minuten"]}},67649:e=>{e.exports={en:["minutes to"],de:["Minuten bis"]}},22476:e=>{e.exports={en:["minutes from"],de:["Minuten von"]}},751:e=>{e.exports={en:["seconds"],

View File

@@ -1,4 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],de:["Dunkel"]}},96870:e=>{e.exports={en:["Light"],de:["Hell"]}},85886:e=>{e.exports={en:["d"],de:["t"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],de:["{title} Kopieren"]}},38691:e=>{e.exports={en:["D"],de:["T"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"],de:["Std."]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],de:["-0.236 Level Farbe"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],de:["-0.382 Level Farbe"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],de:["-0.618 Level Farbe"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],de:["-0.65 Level Farbe"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],de:["0 Level Farbe"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],de:["0.236 Level Farbe"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],de:["0.382 Level Farbe"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],de:["0.5 Level Farbe"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],de:["0.618 Level Farbe"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],de:["0.65 Level Farbe"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],de:["0.786 Level Farbe"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],de:["1 Level Farbe"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],de:["1.272 Level Farbe"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],de:["1.414 Level Farbe"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],de:["1.618 Level Farbe"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],de:["1.65 Level Farbe"]},e.exports["1st Period_input"]={en:["1st Period"],de:["Erste Periode"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],de:["2.618 Level Farbe"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],de:["2.65 Level Farbe"]},e.exports["2nd Period_input"]={en:["2nd Period"],de:["2te Periode"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],de:["3.618 Level Farbe"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],de:["3.65 Level Farbe"]},e.exports["3rd Period_input"]={en:["3rd Period"], (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],de:["Dunkel"]}},96870:e=>{e.exports={en:["Light"],de:["Hell"]}},85886:e=>{e.exports={en:["d"],de:["t"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],de:["{title} Kopieren"]}},38691:e=>{e.exports={en:["D"],de:["T"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"],de:["Std."]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],de:["-0.236 Level Farbe"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],de:["-0.382 Level Farbe"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],de:["-0.618 Level Farbe"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],de:["-0.65 Level Farbe"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],de:["0 Level Farbe"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],de:["0.236 Level Farbe"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],de:["0.382 Level Farbe"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],de:["0.5 Level Farbe"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],de:["0.618 Level Farbe"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],de:["0.65 Level Farbe"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],de:["0.786 Level Farbe"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],de:["1 Level Farbe"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],de:["1.272 Level Farbe"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],de:["1.414 Level Farbe"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],de:["1.618 Level Farbe"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],de:["1.65 Level Farbe"]},e.exports["1st Period_input"]={en:["1st Period"],de:["Erste Periode"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],de:["2.618 Level Farbe"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],de:["2.65 Level Farbe"]},e.exports["2nd Period_input"]={en:["2nd Period"],de:["2te Periode"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],de:["3.618 Level Farbe"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],de:["3.65 Level Farbe"]},e.exports["3rd Period_input"]={en:["3rd Period"],
de:["3te Periode"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],de:["4.236 Level Farbe"]},e.exports["4th Period_input"]={en:["4th Period"],de:["4te Periode"]},e.exports["5th Period_input"]={en:["5th Period"],de:["5te Periode"]},e.exports["6th Period_input"]={en:["6th Period"],de:["6te Periode"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],de:["ADX Glättung"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],de:["ADX Glättung"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],de:["ATR-Länge"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],de:["Akkumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"],de:["Alle Objekte"]},e.exports.All_input={en:["All"],de:["Alle"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],de:["Verankerungszeitraum"]},e.exports["Another symbol_input"]={en:["Another symbol"],de:["Weiteres Symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],de:["Durchschnitt"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],de:["Durchschnittsperioden"]},e.exports.Back_input={en:["Back"],de:["Zurück"]},e.exports["Bands style_input"]={en:["Bands style"],de:["Bänder-Stil"]},e.exports.Bar_input={en:["Bar"],de:["Balken"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"],de:["Grundlinie"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],de:["Bollinger Bands-Breite"]},e.exports.Borders_input={en:["Borders"],de:["Rahmen"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],de:["Zuweisungsmethode der Boxgrösse"]},e.exports["Box size_input"]={en:["Box size"],de:["Boxgröße"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"],de:["Kerzen"]},e.exports.Centered_input={en:["Centered"],de:["Zentriert"]},e.exports.Century_input={en:["Century"],de:["Jahrhundert"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],de:["Chaikin-Oszillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"]},e.exports["Color 0_input"]={en:["Color 0"],de:["Farbe 0"]},e.exports["Color 1_input"]={en:["Color 1"],de:["Farbe 1"]},e.exports["Color 2_input"]={en:["Color 2"],de:["Farbe 2"]},e.exports["Color 3_input"]={en:["Color 3"],de:["Farbe 3"]},e.exports["Color 4_input"]={en:["Color 4"],de:["Farbe 4"]},e.exports["Color 5_input"]={en:["Color 5"],de:["Farbe 5"]},e.exports["Color 6_input"]={en:["Color 6"],de:["Farbe 6"]},e.exports["Color 7_input"]={en:["Color 7"],de:["Farbe 7"]}, de:["3te Periode"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],de:["4.236 Level Farbe"]},e.exports["4th Period_input"]={en:["4th Period"],de:["4te Periode"]},e.exports["5th Period_input"]={en:["5th Period"],de:["5te Periode"]},e.exports["6th Period_input"]={en:["6th Period"],de:["6te Periode"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],de:["ADX Glättung"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],de:["ADX Glättung"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],de:["ATR-Länge"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],de:["Akkumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"],de:["Alle Objekte"]},e.exports.All_input={en:["All"],de:["Alle"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],de:["Verankerungszeitraum"]},e.exports["Another symbol_input"]={en:["Another symbol"],de:["Weiteres Symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],de:["Durchschnitt"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],de:["Durchschnittsperioden"]},e.exports.Back_input={en:["Back"],de:["Zurück"]},e.exports["Bands style_input"]={en:["Bands style"],de:["Bänder-Stil"]},e.exports.Bar_input={en:["Bar"],de:["Balken"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"],de:["Grundlinie"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],de:["Bollinger Bands-Breite"]},e.exports.Borders_input={en:["Borders"],de:["Rahmen"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],de:["Zuweisungsmethode der Boxgrösse"]},e.exports["Box size_input"]={en:["Box size"],de:["Boxgröße"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"],de:["Kerzen"]},e.exports.Centered_input={en:["Centered"],de:["Zentriert"]},e.exports.Century_input={en:["Century"],de:["Jahrhundert"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],de:["Chaikin-Oszillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"]},e.exports["Color 0_input"]={en:["Color 0"],de:["Farbe 0"]},e.exports["Color 1_input"]={en:["Color 1"],de:["Farbe 1"]},e.exports["Color 2_input"]={en:["Color 2"],de:["Farbe 2"]},e.exports["Color 3_input"]={en:["Color 3"],de:["Farbe 3"]},e.exports["Color 4_input"]={en:["Color 4"],de:["Farbe 4"]},e.exports["Color 5_input"]={en:["Color 5"],de:["Farbe 5"]},e.exports["Color 6_input"]={en:["Color 6"],de:["Farbe 6"]},e.exports["Color 7_input"]={en:["Color 7"],de:["Farbe 7"]},
e.exports["Color 8_input"]={en:["Color 8"],de:["Farbe 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],de:["Balken gemäß dem vorherigen Schließungspreis färben"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],de:["Farben basierend auf vorherigem Schlusskurs"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],de:["Conversion Line Perioden"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"],de:["Korrelation"]},e.exports.Count_input={en:["Count"],de:["Anzahl"]},e.exports.Crosses_input={en:["Crosses"],de:["Kreuzt"]},e.exports.Custom_input={en:["Custom"],de:["Benutzerdefiniert"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],de:["DI-Länge"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],de:["Tage"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],de:["Tage pro Jahr"]},e.exports.Decade_input={en:["Decade"],de:["Jahrzehnt"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],de:["Tiefe"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],de:["Detrended Price-Oszillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],de:["Entwicklung des Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],de:["Abweichung (%)"]},e.exports.Deviation_input={en:["Deviation"],de:["Abweichung"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"],de:["Abwärts-Volumen"]},e.exports["Down bars_input"]={en:["Down bars"],de:["Down-Balken"]},e.exports["Down color_input"]={en:["Down color"],de:["Down-Farbe"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],de:["Jede (Vorbörslich, Hauptsitzung, Nachbörslich)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],de:["Elder's Force-Index"]},e.exports["Equality Line_input"]={en:["Equality Line"],de:["Gleichheitslinie"]},e.exports.Exponential_input={en:["Exponential"],de:["Exponentiell"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"],de:["Nach rechts erweitern"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],de:["VAH nach rechts erweitern"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],de:["VAL nach rechts erweitern"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],de:["Erweitern bis zur letzten Bar"]},e.exports.Falling_input={en:["Falling"],de:["Fallend"]},e.exports["Fast Length_input"]={en:["Fast Length"],de:["Schnelle Periode"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"],de:["Füllen"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],de:["Steigend"]},e.exports["HLC bars_input"]={ e.exports["Color 8_input"]={en:["Color 8"],de:["Farbe 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],de:["Balken gemäß dem vorherigen Schließungspreis färben"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],de:["Farben basierend auf vorherigem Schlusskurs"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],de:["Conversion Line Perioden"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"],de:["Korrelation"]},e.exports.Count_input={en:["Count"],de:["Anzahl"]},e.exports.Crosses_input={en:["Crosses"],de:["Kreuzt"]},e.exports.Custom_input={en:["Custom"],de:["Benutzerdefiniert"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],de:["DI-Länge"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],de:["Tage"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],de:["Tage pro Jahr"]},e.exports.Decade_input={en:["Decade"],de:["Jahrzehnt"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],de:["Tiefe"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],de:["Detrended Price-Oszillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],de:["Entwicklung des Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],de:["Abweichung (%)"]},e.exports.Deviation_input={en:["Deviation"],de:["Abweichung"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"],de:["Abwärts-Volumen"]},e.exports["Down bars_input"]={en:["Down bars"],de:["Down-Balken"]},e.exports["Down color_input"]={en:["Down color"],de:["Down-Farbe"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],de:["Jede (Vorbörslich, Hauptsitzung, Nachbörslich)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],de:["Elder's Force-Index"]},e.exports["Equality Line_input"]={en:["Equality Line"],de:["Gleichheitslinie"]},e.exports.Exponential_input={en:["Exponential"],de:["Exponentiell"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"],de:["Nach rechts erweitern"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],de:["VAH nach rechts erweitern"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],de:["VAL nach rechts erweitern"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],de:["Erweitern bis zur letzten Bar"]},e.exports.Falling_input={en:["Falling"],de:["Fallend"]},e.exports["Fast Length_input"]={en:["Fast Length"],de:["Schnelle Periode"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"],de:["Füllen"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],de:["Steigend"]},e.exports["HLC bars_input"]={
en:["HLC bars"],de:["HLC-Balken"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],de:["Histogram-Box"]},e.exports.Histogram_input={en:["Histogram"],de:["Histogramm"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"],de:["Schrittweite"]},e.exports.Indicator_input={en:["Indicator"],de:["Indikator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],de:["Investor EMA 1 Länge"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],de:["Investor EMA 2 Länge"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],de:["Investor EMA 3 Länge"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],de:["Investor EMA 4 Länge"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],de:["Investor EMA 5 Länge"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],de:["Investor EMA 6 Länge"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],de:["Label Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],de:["Labels auf der Preisskala"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],de:["Lagging-Span-Perioden"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],de:["Die führenden Übergangsperioden"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],de:["Leading Span B"]},e.exports["Length EMA_input"]={en:["Length EMA"],de:["Länge EMA"]},e.exports["Length MA_input"]={en:["Length MA"],de:["Länge MA"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"]},e.exports.Length_input={en:["Length"],de:["Länge"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"],de:["Level Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"],de:["Linie"]},e.exports["Lips Length_input"]={en:["Lips Length"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"],de:["Long Periode"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"],de:["Unteres Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],de:["Untere Abweichung"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"], en:["HLC bars"],de:["HLC-Balken"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],de:["Histogram-Box"]},e.exports.Histogram_input={en:["Histogram"],de:["Histogramm"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"],de:["Schrittweite"]},e.exports.Indicator_input={en:["Indicator"],de:["Indikator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],de:["Investor EMA 1 Länge"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],de:["Investor EMA 2 Länge"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],de:["Investor EMA 3 Länge"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],de:["Investor EMA 4 Länge"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],de:["Investor EMA 5 Länge"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],de:["Investor EMA 6 Länge"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],de:["Label Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],de:["Labels auf der Preisskala"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],de:["Lagging-Span-Perioden"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],de:["Die führenden Übergangsperioden"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],de:["Leading Span B"]},e.exports["Length EMA_input"]={en:["Length EMA"],de:["Länge EMA"]},e.exports["Length MA_input"]={en:["Length MA"],de:["Länge MA"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"]},e.exports.Length_input={en:["Length"],de:["Länge"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"],de:["Level Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"],de:["Linie"]},e.exports["Lips Length_input"]={en:["Lips Length"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"],de:["Long Periode"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"],de:["Unteres Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],de:["Untere Abweichung"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],
@@ -27,12 +27,12 @@ en:["Volatility Index"]},e.exports["Volatility O-H-L-C_study"]={en:["Volatility
70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"],de:["Veränderung"]}},85124:e=>{e.exports={en:["Change Symbol"],de:["Symbol ändern"]}},2569:e=>{e.exports={en:["Change interval"],de:["Intervall ändern"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],de:["Intervalländerung. Nummer oder Komma drücken"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],de:["Symbol ändern. Geben Sie den Symbolnamen ein"]}},48566:e=>{e.exports={en:["Change scale currency"],de:["Währungsskalierung ändern"]}},85110:e=>{e.exports={en:["Change scale unit"],de:["Maßeinheit ändern"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],de:["Chart Einstellungen"]}},98856:e=>{e.exports={en:["Chart by TradingView"],de:["Chart von TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],de:["Chart für {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],de:["Chart-Bild in Zwischenablage kopiert {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],de:["Der Einbettungscode des Chart-Bilds wurde in die Zwischenablage kopiert {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],de:["Chatham Inseln"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],de:["Kreis"]}},14985:e=>{e.exports={en:["Click to set a point"],de:["Klicken Sie, um einen Punkt zu setzen"]}},12537:e=>{e.exports={en:["Clone"],de:["Duplizieren"]}},62578:e=>{e.exports={en:["Close"]}},264:e=>{e.exports={en:["Create limit order"],de:["Limit-Order erstellen"]}},6969:e=>{e.exports={en:["Cross"],de:["Fadenkreuz"]}},74334:e=>{e.exports={en:["Cross Line"],de:["Fadenkreuz"]}},59396:e=>{e.exports={en:["Currencies"],de:["Devisen"]}},20177:e=>{e.exports={en:["Current interval and above"],de:["Aktueller Intervall und darüber"]}},494:e=>{e.exports={en:["Current interval and below"],de:["Aktueller Intervall und darunter"]}},60668:e=>{e.exports={en:["Current interval only"],de:["Nur aktueller Intervall"]}},78609:e=>{e.exports={en:["Curve"],de:["Kurve"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"],de:["Zyklische Linien"]}},93191:e=>{e.exports={en:["Cypher Pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],de:["Ein Layout mit diesem Namen existiert bereits"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],de:["Ein Layout mit diesem Namen existiert bereits. Möchten Sie es überschreiben?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],de:["ABCD Muster"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],de:["Verankern"]}},42630:e=>{e.exports={en:["Anchorage"],de:["Verankerung"]}},42669:e=>{e.exports={en:["Anchored Text"],de:["Verankerter Text"]}},84541:e=>{e.exports={en:["Anchored VWAP"],de:["Verankerter VWAP"]}},77401:e=>{e.exports={en:["Access error"],de:["Zugriffsfehler"]}},46501:e=>{e.exports={ 70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"],de:["Veränderung"]}},85124:e=>{e.exports={en:["Change Symbol"],de:["Symbol ändern"]}},2569:e=>{e.exports={en:["Change interval"],de:["Intervall ändern"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],de:["Intervalländerung. Nummer oder Komma drücken"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],de:["Symbol ändern. Geben Sie den Symbolnamen ein"]}},48566:e=>{e.exports={en:["Change scale currency"],de:["Währungsskalierung ändern"]}},85110:e=>{e.exports={en:["Change scale unit"],de:["Maßeinheit ändern"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],de:["Chart Einstellungen"]}},98856:e=>{e.exports={en:["Chart by TradingView"],de:["Chart von TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],de:["Chart für {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],de:["Chart-Bild in Zwischenablage kopiert {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],de:["Der Einbettungscode des Chart-Bilds wurde in die Zwischenablage kopiert {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],de:["Chatham Inseln"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],de:["Kreis"]}},14985:e=>{e.exports={en:["Click to set a point"],de:["Klicken Sie, um einen Punkt zu setzen"]}},12537:e=>{e.exports={en:["Clone"],de:["Duplizieren"]}},62578:e=>{e.exports={en:["Close"]}},264:e=>{e.exports={en:["Create limit order"],de:["Limit-Order erstellen"]}},6969:e=>{e.exports={en:["Cross"],de:["Fadenkreuz"]}},74334:e=>{e.exports={en:["Cross Line"],de:["Fadenkreuz"]}},59396:e=>{e.exports={en:["Currencies"],de:["Devisen"]}},20177:e=>{e.exports={en:["Current interval and above"],de:["Aktueller Intervall und darüber"]}},494:e=>{e.exports={en:["Current interval and below"],de:["Aktueller Intervall und darunter"]}},60668:e=>{e.exports={en:["Current interval only"],de:["Nur aktueller Intervall"]}},78609:e=>{e.exports={en:["Curve"],de:["Kurve"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"],de:["Zyklische Linien"]}},93191:e=>{e.exports={en:["Cypher Pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],de:["Ein Layout mit diesem Namen existiert bereits"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],de:["Ein Layout mit diesem Namen existiert bereits. Möchten Sie es überschreiben?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],de:["ABCD Muster"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],de:["Verankern"]}},42630:e=>{e.exports={en:["Anchorage"],de:["Verankerung"]}},42669:e=>{e.exports={en:["Anchored Text"],de:["Verankerter Text"]}},84541:e=>{e.exports={en:["Anchored VWAP"],de:["Verankerter VWAP"]}},77401:e=>{e.exports={en:["Access error"],de:["Zugriffsfehler"]}},46501:e=>{e.exports={
en:["Add Symbol"],de:["Symbol hinzufügen"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],de:["Finanz-Metrik hinzufügen für {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],de:["Indikator / Strategie zu {studyTitle} hinzufügen"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],de:["Diese Finanzkennzahl zum gesamten Layout hinzufügen"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],de:["Diesen finanziellen Datenpunkt zu den Favoriten hinzufügen"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],de:["Den Indikator dem gesamten Layout hinzufügen"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],de:["Diesen Indikator zu den Favoriten hinzufügen"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],de:["Die Strategie dem gesamten Layout hinzufügen"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],de:["Das Symbol dem gesamten Layout hinzufügen"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],de:["Immer verborgen"]}},36299:e=>{e.exports={en:["Always visible"],de:["Immer sichtbar"]}},58026:e=>{e.exports={en:["All intervals"],de:["Alle Intervalle"]}},78358:e=>{e.exports={en:["Apply default"],de:["Standard anwenden"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],de:["Diese Indikatoren dem gesamten Layout hinzufügen"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"],de:["Bogen"]}},34456:e=>{e.exports={en:["Area"],de:["Fläche"]}},11858:e=>{e.exports={en:["Arrow"],de:["Pfeil"]}},34247:e=>{e.exports={en:["Arrow Down"],de:["Pfeil Abwärts"]}},36352:e=>{e.exports={en:["Arrow Marker"],de:["Pfeil-Markierung"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],de:["Pfeil nach unten"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],de:["Pfeil nach links"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],de:["Pfeil nach rechts"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],de:["Pfeil nach oben"]}},77231:e=>{e.exports={en:["Arrow Up"],de:["Pfeil Aufwärts"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],de:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],de:["bei Schluß"]}},73702:e=>{e.exports={en:["Athens"],de:["Athen"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],de:["Auto (an Bildschirm anpassen)"]}},46450:e=>{e.exports={en:["Aug"]}},21841:e=>{e.exports={en:["Average close price label"],de:["Label für den durchschnittlichen Schlusskurs"]}},16138:e=>{e.exports={en:["Average close price line"],de:["Durchschnittlicher Schlusskurs Linie"]}},73025:e=>{e.exports={en:["Avg"],de:["Durchschn."]}},87580:e=>{e.exports={en:["Azores"],de:["Azoren"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],de:["Sprechblase"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"], en:["Add Symbol"],de:["Symbol hinzufügen"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],de:["Finanz-Metrik hinzufügen für {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],de:["Indikator / Strategie zu {studyTitle} hinzufügen"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],de:["Diese Finanzkennzahl zum gesamten Layout hinzufügen"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],de:["Diesen finanziellen Datenpunkt zu den Favoriten hinzufügen"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],de:["Den Indikator dem gesamten Layout hinzufügen"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],de:["Diesen Indikator zu den Favoriten hinzufügen"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],de:["Die Strategie dem gesamten Layout hinzufügen"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],de:["Das Symbol dem gesamten Layout hinzufügen"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],de:["Immer verborgen"]}},36299:e=>{e.exports={en:["Always visible"],de:["Immer sichtbar"]}},58026:e=>{e.exports={en:["All intervals"],de:["Alle Intervalle"]}},78358:e=>{e.exports={en:["Apply default"],de:["Standard anwenden"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],de:["Diese Indikatoren dem gesamten Layout hinzufügen"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"],de:["Bogen"]}},34456:e=>{e.exports={en:["Area"],de:["Fläche"]}},11858:e=>{e.exports={en:["Arrow"],de:["Pfeil"]}},34247:e=>{e.exports={en:["Arrow Down"],de:["Pfeil Abwärts"]}},36352:e=>{e.exports={en:["Arrow Marker"],de:["Pfeil-Markierung"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],de:["Pfeil nach unten"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],de:["Pfeil nach links"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],de:["Pfeil nach rechts"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],de:["Pfeil nach oben"]}},77231:e=>{e.exports={en:["Arrow Up"],de:["Pfeil Aufwärts"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],de:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],de:["bei Schluß"]}},73702:e=>{e.exports={en:["Athens"],de:["Athen"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],de:["Auto (an Bildschirm anpassen)"]}},46450:e=>{e.exports={en:["Aug"]}},21841:e=>{e.exports={en:["Average close price label"],de:["Label für den durchschnittlichen Schlusskurs"]}},16138:e=>{e.exports={en:["Average close price line"],de:["Durchschnittlicher Schlusskurs Linie"]}},73025:e=>{e.exports={en:["Avg"],de:["Durchschn."]}},87580:e=>{e.exports={en:["Azores"],de:["Azoren"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],de:["Sprechblase"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],
de:["Die Balkenwiedergabe ist nicht für diesen Charttyp verfügbar. Möchten Sie die Balkenwiedergabe schließen?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],de:["Die Balkenwiedergabe ist nicht für dieses Symbol verfügbar. Möchten Sie die Balkenwiedergabe schließen?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],de:["Die Balkenwiedergabe ist nicht für dieses Zeitintervall verfügbar. Möchten Sie die Balkenwiedergabe schließen?"]}},27377:e=>{e.exports={en:["Bars"],de:["Balken"]}},81994:e=>{e.exports={en:["Bars Pattern"],de:["Balkenmuster"]}},59213:e=>{e.exports={en:["Baseline"],de:["Grundlinie"]}},71797:e=>{e.exports={en:["Belgrade"],de:["Belgrad"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],de:["Pinsel"]}},91499:e=>{e.exports={en:["Brussels"],de:["Brüssel"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],de:["Nach vorne bringen"]}},17293:e=>{e.exports={en:["Bring to front"],de:["Ganz nach vorne bringen"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],de:["Bukarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],de:["Von TradingView"]}},54280:e=>{e.exports={en:["Go to date"],de:["Gehe zu Datum"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],de:["Gehe zu {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],de:["Ich akzeptiere"]}},47460:e=>{e.exports={en:["Gann Box"],de:["Gann-Box"]}},48683:e=>{e.exports={en:["Gann Fan"],de:["Gann Fächer"]}},44763:e=>{e.exports={en:["Gann Square"],de:["Gann Square (Quadrat)"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],de:["Gann-Square fixiert"]}},46808:e=>{e.exports={en:["Ghost Feed"],de:["Ghost-Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],de:["Grand Supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],de:["Möchten Sie die Indikatorvorlage '{name}' wirklich löschen?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],de:["Möchten Sie wirklich diese Studie und ihre Ableger löschen?"]}},77125:e=>{e.exports={en:["Double Curve"],de:["Doppelkurve"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],de:["Doppelklicken Sie auf eine beliebige Kante, um das Layout-Raster zurückzusetzen."]}},75296:e=>{e.exports={en:["Double-click to finish Path"],de:["Doppelklicken um Pfad zu beenden"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],de:["Doppelklicken um Linienzug zu beenden"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],de:["Wenn Sie das Layout-Raster zurücksetzen möchten, tippen Sie einen Rand zweimal an"]}},57131:e=>{e.exports={en:["Data Provided by"],de:["Daten werden bereitgestellt von"]}},22677:e=>{e.exports={en:["Date"],de:["Datum"]}},85444:e=>{e.exports={en:["Date Range"],de:["Datumsbereich"]}},47017:e=>{e.exports={ de:["Die Balkenwiedergabe ist nicht für diesen Charttyp verfügbar. Möchten Sie die Balkenwiedergabe schließen?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],de:["Die Balkenwiedergabe ist nicht für dieses Symbol verfügbar. Möchten Sie die Balkenwiedergabe schließen?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],de:["Die Balkenwiedergabe ist nicht für dieses Zeitintervall verfügbar. Möchten Sie die Balkenwiedergabe schließen?"]}},27377:e=>{e.exports={en:["Bars"],de:["Balken"]}},81994:e=>{e.exports={en:["Bars Pattern"],de:["Balkenmuster"]}},59213:e=>{e.exports={en:["Baseline"],de:["Grundlinie"]}},71797:e=>{e.exports={en:["Belgrade"],de:["Belgrad"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],de:["Pinsel"]}},91499:e=>{e.exports={en:["Brussels"],de:["Brüssel"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],de:["Nach vorne bringen"]}},17293:e=>{e.exports={en:["Bring to front"],de:["Ganz nach vorne bringen"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],de:["Bukarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],de:["Von TradingView"]}},54280:e=>{e.exports={en:["Go to date"],de:["Gehe zu Datum"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],de:["Gehe zu {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],de:["Ich akzeptiere"]}},47460:e=>{e.exports={en:["Gann Box"],de:["Gann-Box"]}},48683:e=>{e.exports={en:["Gann Fan"],de:["Gann Fächer"]}},44763:e=>{e.exports={en:["Gann Square"],de:["Gann Square (Quadrat)"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],de:["Gann-Square fixiert"]}},46808:e=>{e.exports={en:["Ghost Feed"],de:["Ghost-Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],de:["Grand Supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],de:["Möchten Sie die Indikatorvorlage '{name}' wirklich löschen?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],de:["Möchten Sie wirklich diese Studie und ihre Ableger löschen?"]}},77125:e=>{e.exports={en:["Double Curve"],de:["Doppelkurve"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],de:["Doppelklicken Sie auf eine beliebige Kante, um das Layout-Raster zurückzusetzen."]}},75296:e=>{e.exports={en:["Double-click to finish Path"],de:["Doppelklicken um Pfad zu beenden"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],de:["Doppelklicken um Linienzug zu beenden"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],de:["Wenn Sie das Layout-Raster zurücksetzen möchten, tippen Sie einen Rand zweimal an"]}},57131:e=>{e.exports={en:["Data Provided by"],de:["Daten werden bereitgestellt von"]}},22677:e=>{e.exports={en:["Date"],de:["Datum"]}},85444:e=>{e.exports={en:["Date Range"],de:["Datumsbereich"]}},47017:e=>{e.exports={
en:["Date and Price Range"],de:["Daten- und Preisbereich"]}},32084:e=>{e.exports={en:["Dec"],de:["Dez"]}},23403:e=>{e.exports={en:["Degree"],de:["Grad"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],de:["Diamant"]}},91544:e=>{e.exports={en:["Disjoint Channel"],de:["Entkoppelter Kanal"]}},70132:e=>{e.exports={en:["Displacement"],de:["Verschiebung"]}},93864:e=>{e.exports={en:["Drawings toolbar"],de:["Zeichen-Werkzeugleiste"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],de:["Eine horizontale Linie bei {price} einzeichnen"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],de:["Chart Layout neu benennen"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],de:["Elliott Korrektur Welle (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],de:["Elliot Doppel Combo Welle (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],de:["Elliot Impuls Welle (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],de:["Elliot Dreiecks-Welle (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],de:["Elliot Dreifach-Combo-Welle (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"],de:["Verlängerte Linie"]}},86905:e=>{e.exports={en:["Exchange"],de:["Börse"]}},19271:e=>{e.exports={en:["Existing pane above"],de:["Vorhandener Bereich darüber"]}},46545:e=>{e.exports={en:["Existing pane below"],de:["Vorhandener Bereich unterhalb"]}},20138:e=>{e.exports={en:["Forecast"],de:["Prognose"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],de:["Fib Kanal"]}},82330:e=>{e.exports={en:["Fib Circles"],de:["Fib Kreise"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],de:["Fib Speed Resistance Arcs (Bögen)"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],de:["Fib Speed Resistance Fan (Fächer)"]}},39014:e=>{e.exports={en:["Fib Spiral"],de:["Fib Spirale"]}},30622:e=>{e.exports={en:["Fib Time Zone"],de:["Fib Zeitzonen"]}},85042:e=>{e.exports={en:["Fib Wedge"],de:["Fib Keil"]}},33885:e=>{e.exports={en:["Flag"],de:["Flagge"]}},14600:e=>{e.exports={en:["Flag Mark"],de:["Flagge"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],de:["Dieser Teil ist ungültig"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],de:["Grundlegende Studien sind auf Charts nicht länger verfügbar"]}},31561:e=>{e.exports={en:["Kolkata"],de:["Kalkutta"]}},54533:e=>{e.exports={en:["Kathmandu"],de:["Katmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],de:["HLC-Bereich"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"], en:["Date and Price Range"],de:["Daten- und Preisbereich"]}},32084:e=>{e.exports={en:["Dec"],de:["Dez"]}},23403:e=>{e.exports={en:["Degree"],de:["Grad"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],de:["Diamant"]}},91544:e=>{e.exports={en:["Disjoint Channel"],de:["Entkoppelter Kanal"]}},70132:e=>{e.exports={en:["Displacement"],de:["Verschiebung"]}},93864:e=>{e.exports={en:["Drawings toolbar"],de:["Zeichen-Werkzeugleiste"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],de:["Eine horizontale Linie bei {price} einzeichnen"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],de:["Chart Layout neu benennen"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],de:["Elliott Korrektur Welle (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],de:["Elliot Doppel Combo Welle (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],de:["Elliot Impuls Welle (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],de:["Elliot Dreiecks-Welle (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],de:["Elliot Dreifach-Combo-Welle (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"],de:["Verlängerte Linie"]}},86905:e=>{e.exports={en:["Exchange"],de:["Börse"]}},19271:e=>{e.exports={en:["Existing pane above"],de:["Vorhandener Bereich darüber"]}},46545:e=>{e.exports={en:["Existing pane below"],de:["Vorhandener Bereich unterhalb"]}},20138:e=>{e.exports={en:["Forecast"],de:["Prognose"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],de:["Fib Kanal"]}},82330:e=>{e.exports={en:["Fib Circles"],de:["Fib Kreise"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],de:["Fib Speed Resistance Arcs (Bögen)"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],de:["Fib Speed Resistance Fan (Fächer)"]}},39014:e=>{e.exports={en:["Fib Spiral"],de:["Fib Spirale"]}},30622:e=>{e.exports={en:["Fib Time Zone"],de:["Fib Zeitzonen"]}},85042:e=>{e.exports={en:["Fib Wedge"],de:["Fib Keil"]}},33885:e=>{e.exports={en:["Flag"],de:["Flagge"]}},14600:e=>{e.exports={en:["Flag Mark"],de:["Flagge"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],de:["Dieser Teil ist ungültig"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],de:["Grundlegende Studien sind auf Charts nicht länger verfügbar"]}},31561:e=>{e.exports={en:["Kolkata"],de:["Kalkutta"]}},54533:e=>{e.exports={en:["Kathmandu"],de:["Katmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],de:["HLC-Bereich"]}},886:e=>{e.exports={en:["HLC bars"],de:["HLC-Balken"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},
de:["Hollow Candles"]}},48861:e=>{e.exports={en:["Hong Kong"],de:["Hongkong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],de:["Horizontale Linie"]}},25487:e=>{e.exports={en:["Horizontal Ray"],de:["Unterstützung-/Widerstandslinie"]}},21928:e=>{e.exports={en:["Head and Shoulders"],de:["Kopf und Schultern"]}},63876:e=>{e.exports={en:["Heikin Ashi"],de:["HeikinAshi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],de:["Verbergen"]}},47074:e=>{e.exports={en:["Hide all"],de:["Alles ausblenden"]}},52563:e=>{e.exports={en:["Hide all drawings"],de:["Alle Zeichentools verbergen"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],de:["Alle Zeichnungen und Indikatoren verbergen"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],de:["Alle Zeichnungen, Indikatoren, Positionen und Orders verbergen"]}},78525:e=>{e.exports={en:["Hide all indicators"],de:["Alle Indikatoren verbergen"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],de:["Alle Positionen und Orders ausblenden"]}},3217:e=>{e.exports={en:["Hide drawings"],de:["Zeichnungen verbergen"]}},97878:e=>{e.exports={en:["Hide events on chart"],de:["Ereignisse im Chart ausblenden"]}},72351:e=>{e.exports={en:["Hide indicators"],de:["Indikatoren verbergen"]}},28345:e=>{e.exports={en:["Hide marks on bars"],de:["Markierungen auf Balken verbergen"]}},92226:e=>{e.exports={en:["Hide positions & orders"],de:["Positionen und Orders ausblenden"]}},78254:e=>{e.exports={en:["High"],de:["Hoch"]}},98236:e=>{e.exports={en:["High-low"],de:["High-Low"]}},99479:e=>{e.exports={en:["High and low price labels"],de:["Preislabel | Hoch/Tief"]}},33766:e=>{e.exports={en:["High and low price lines"],de:["Preislinien | Hoch/Tief"]}},69476:e=>{e.exports={en:["Highlighter"],de:["Text Marker"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],de:["Das Histogramm ist zu groß. Erhöhen Sie bitte die {boldHighlightStart}Zeilengröße{boldHighlightEnd} im Einstellungsfenster."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],de:["Das Histogramm ist zu groß. Erhöhen Sie bitte die {boldHighlightStart}Ticks pro Zeile{boldHighlightEnd} im Einstellungsfenster."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],de:["Das Histogramm ist zu groß. Verringern Sie bitte die {boldHighlightStart}Zeilengröße{boldHighlightEnd} im Einstellungsfenster."]}},68065:e=>{e.exports={en:["Image"],de:["Bild"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],de:["Intervalle von weniger als {resolution} werden nicht für {ticker} unterstützt."]}},10268:e=>{e.exports={en:["Intermediate"]}},14285:e=>{e.exports={en:["Invalid Symbol"],de:["Ungültiges Symbol"]}},52969:e=>{e.exports={en:["Invalid symbol"], 13459:e=>{e.exports={en:["Hollow candles"],de:["Hollow Candles"]}},48861:e=>{e.exports={en:["Hong Kong"],de:["Hongkong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],de:["Horizontale Linie"]}},25487:e=>{e.exports={en:["Horizontal Ray"],de:["Unterstützung-/Widerstandslinie"]}},21928:e=>{e.exports={en:["Head and Shoulders"],de:["Kopf und Schultern"]}},63876:e=>{e.exports={en:["Heikin Ashi"],de:["HeikinAshi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],de:["Verbergen"]}},47074:e=>{e.exports={en:["Hide all"],de:["Alles ausblenden"]}},52563:e=>{e.exports={en:["Hide all drawings"],de:["Alle Zeichentools verbergen"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],de:["Alle Zeichnungen und Indikatoren verbergen"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],de:["Alle Zeichnungen, Indikatoren, Positionen und Orders verbergen"]}},78525:e=>{e.exports={en:["Hide all indicators"],de:["Alle Indikatoren verbergen"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],de:["Alle Positionen und Orders ausblenden"]}},3217:e=>{e.exports={en:["Hide drawings"],de:["Zeichnungen verbergen"]}},97878:e=>{e.exports={en:["Hide events on chart"],de:["Ereignisse im Chart ausblenden"]}},72351:e=>{e.exports={en:["Hide indicators"],de:["Indikatoren verbergen"]}},28345:e=>{e.exports={en:["Hide marks on bars"],de:["Markierungen auf Balken verbergen"]}},92226:e=>{e.exports={en:["Hide positions & orders"],de:["Positionen und Orders ausblenden"]}},78254:e=>{e.exports={en:["High"],de:["Hoch"]}},98236:e=>{e.exports={en:["High-low"],de:["High-Low"]}},99479:e=>{e.exports={en:["High and low price labels"],de:["Preislabel | Hoch/Tief"]}},33766:e=>{e.exports={en:["High and low price lines"],de:["Preislinien | Hoch/Tief"]}},69476:e=>{e.exports={en:["Highlighter"],de:["Text Marker"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],de:["Das Histogramm ist zu groß. Erhöhen Sie bitte die {boldHighlightStart}Zeilengröße{boldHighlightEnd} im Einstellungsfenster."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],de:["Das Histogramm ist zu groß. Erhöhen Sie bitte die {boldHighlightStart}Ticks pro Zeile{boldHighlightEnd} im Einstellungsfenster."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],de:["Das Histogramm ist zu groß. Verringern Sie bitte die {boldHighlightStart}Zeilengröße{boldHighlightEnd} im Einstellungsfenster."]}},68065:e=>{e.exports={en:["Image"],de:["Bild"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],de:["Intervalle von weniger als {resolution} werden nicht für {ticker} unterstützt."]}},10268:e=>{e.exports={en:["Intermediate"]}},14285:e=>{e.exports={en:["Invalid Symbol"],de:["Ungültiges Symbol"]}},52969:e=>{
de:["Ungültiges Symbol"]}},37189:e=>{e.exports={en:["Invert scale"],de:["Skala invertieren"]}},89999:e=>{e.exports={en:["Indexed to 100"],de:["Auf 100 indexiert"]}},46850:e=>{e.exports={en:["Indicators value labels"],de:["Label der Indikatorenwerte"]}},54418:e=>{e.exports={en:["Indicators name labels"],de:["Namenslabel des Indikators"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],de:["Indikatoren, Metriken und Strategien. Schrägstrich drücken"]}},15992:e=>{e.exports={en:["Info Line"],de:["Info Linie"]}},87829:e=>{e.exports={en:["Insert indicator"],de:["Indikator einfügen"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],de:["Innerhalb der Pitchfork"]}},37913:e=>{e.exports={en:["Icon"],de:["Symbol"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"]}},429:e=>{e.exports={en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],de:["Auf der Linken Seite"]}},55813:e=>{e.exports={en:["On the right"],de:["Auf der Rechten Seite"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],de:["Nur {availableResolutions} Intervalle werden für {ticker} unterstützt."]}},21064:e=>{e.exports={en:["Oops!"],de:["Huch!"]}},51221:e=>{e.exports={en:["Object Tree"],de:["Objektbaum"]}},12179:e=>{e.exports={en:["Oct"],de:["Okt"]}},16610:e=>{e.exports={en:["Open"],de:["Eröffnung"]}},27884:e=>{e.exports={en:["Open layout. Press period"],de:["Layout öffnen. Punkt drücken"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],de:["Tief"]}},51077:e=>{e.exports={en:["Lock"],de:["Fixieren"]}},79777:e=>{e.exports={en:["Lock/unlock"],de:["Fixieren / Lösen"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],de:["Vertikale Cursorlinie auf Zeitachse fixieren"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],de:["Kurs zu Balken Verhältnis fixieren"]}},16170:e=>{e.exports={en:["Logarithmic"],de:["Logarithmisch"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"],de:["Long-Position"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],de:["Label Abwärts"]}},52402:e=>{e.exports={en:["Label Up"],de:["Label Aufwärts"]}},5119:e=>{e.exports={en:["Labels"],de:["Beschriftungen"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],de:["Veränderung am letzten Handelstag"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],de:["Linie"]}},9394:e=>{e.exports={en:["Line with markers"],de:["Linie mit Markierungen"]}},43588:e=>{e.exports={en:["Line break"],de:["Line Break"]}},56982:e=>{e.exports={en:["Lines"],de:["Linien"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],de:["Link zu dem in die Zwischenablage kopierten Chart-Bild {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],de:["Lissabon"]}},81038:e=>{e.exports={ e.exports={en:["Invalid symbol"],de:["Ungültiges Symbol"]}},37189:e=>{e.exports={en:["Invert scale"],de:["Skala invertieren"]}},89999:e=>{e.exports={en:["Indexed to 100"],de:["Auf 100 indexiert"]}},46850:e=>{e.exports={en:["Indicators value labels"],de:["Label der Indikatorenwerte"]}},54418:e=>{e.exports={en:["Indicators name labels"],de:["Namenslabel des Indikators"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],de:["Indikatoren, Metriken und Strategien. Schrägstrich drücken"]}},15992:e=>{e.exports={en:["Info Line"],de:["Info Linie"]}},87829:e=>{e.exports={en:["Insert indicator"],de:["Indikator einfügen"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],de:["Innerhalb der Pitchfork"]}},37913:e=>{e.exports={en:["Icon"],de:["Symbol"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"]}},429:e=>{e.exports={en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],de:["Auf der Linken Seite"]}},55813:e=>{e.exports={en:["On the right"],de:["Auf der Rechten Seite"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],de:["Nur {availableResolutions} Intervalle werden für {ticker} unterstützt."]}},21064:e=>{e.exports={en:["Oops!"],de:["Huch!"]}},51221:e=>{e.exports={en:["Object Tree"],de:["Objektbaum"]}},12179:e=>{e.exports={en:["Oct"],de:["Okt"]}},16610:e=>{e.exports={en:["Open"],de:["Eröffnung"]}},27884:e=>{e.exports={en:["Open layout. Press period"],de:["Layout öffnen. Punkt drücken"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],de:["Tief"]}},51077:e=>{e.exports={en:["Lock"],de:["Fixieren"]}},79777:e=>{e.exports={en:["Lock/unlock"],de:["Fixieren / Lösen"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],de:["Vertikale Cursorlinie auf Zeitachse fixieren"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],de:["Kurs zu Balken Verhältnis fixieren"]}},16170:e=>{e.exports={en:["Logarithmic"],de:["Logarithmisch"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"],de:["Long-Position"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],de:["Label Abwärts"]}},52402:e=>{e.exports={en:["Label Up"],de:["Label Aufwärts"]}},5119:e=>{e.exports={en:["Labels"],de:["Beschriftungen"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],de:["Veränderung am letzten Handelstag"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],de:["Linie"]}},9394:e=>{e.exports={en:["Line with markers"],de:["Linie mit Markierungen"]}},43588:e=>{e.exports={en:["Line break"],de:["Line Break"]}},56982:e=>{e.exports={en:["Lines"],de:["Linien"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],de:["Link zu dem in die Zwischenablage kopierten Chart-Bild {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],
en:["Luxembourg"],de:["Luxemburg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],de:["Bewegen Sie den Punkt, um den Anker zu positionieren, und tappen Sie dann um ihn zu platzieren."]}},35049:e=>{e.exports={en:["Move to"],de:["Bewegen nach"]}},26493:e=>{e.exports={en:["Move scale to left"],de:["Skala nach links bewegen"]}},40789:e=>{e.exports={en:["Move scale to right"],de:["Skala nach rechts bewegen"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],de:["Modifizierte Schiff-Pitchfork"]}},93907:e=>{e.exports={en:["More settings"],de:["Weitere Einstellungen"]}},64039:e=>{e.exports={en:["Moscow"],de:["Moskau"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],de:["Mrz"]}},73332:e=>{e.exports={en:["Mexico City"],de:["Mexiko City"]}},88314:e=>{e.exports={en:["Merge all scales into one"],de:["Alle Skalen zu einer einzigen zusammenfügen"]}},54215:e=>{e.exports={en:["Mixed"],de:["Gemischt"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"],de:["Muskat"]}},96935:e=>{e.exports={en:["N/A"],de:["Nicht verfügbar"]}},36252:e=>{e.exports={en:["No data here"],de:["Keine Daten vorhanden"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],de:["Keine Skalierung (Fullscreen)"]}},9140:e=>{e.exports={en:["No sync"],de:["Keine Synchronisation"]}},50910:e=>{e.exports={en:["No volume data"],de:["Keine Volumendaten"]}},99024:e=>{e.exports={en:["No, keep them"],de:["Nein, nicht entfernen"]}},94389:e=>{e.exports={en:["Note"],de:["Anmerkung"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],de:["Neuseeland"]}},15512:e=>{e.exports={en:["New pane above"],de:["Neuer Bereich oberhalb"]}},52160:e=>{e.exports={en:["New pane below"],de:["Neuer Bereich unterhalb"]}},94600:e=>{e.exports={en:["Nicosia"],de:["Nikosia"]}},73013:e=>{e.exports={en:["Something went wrong"],de:["Etwas ist schiefgelaufen"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],de:["Etwas ist bei der Erstellung des Indikators schiefgegangen."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],de:["Es ist etwas schief gelaufen. Bitte versuchen Sie es erneut"]}},43047:e=>{e.exports={en:["Save New Chart Layout"],de:["Neues Chart-Layout speichern"]}},76266:e=>{e.exports={en:["Save as"],de:["Speichern unter"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],de:["Währung skalieren"]}},43758:e=>{e.exports={en:["Scale price chart only"],de:["Nur den Preis-Chart vergrößern"]}},40012:e=>{e.exports={en:["Scale unit"],de:["Maßeinheit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"], de:["Lissabon"]}},81038:e=>{e.exports={en:["Luxembourg"],de:["Luxemburg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],de:["Bewegen Sie den Punkt, um den Anker zu positionieren, und tappen Sie dann um ihn zu platzieren."]}},35049:e=>{e.exports={en:["Move to"],de:["Bewegen nach"]}},26493:e=>{e.exports={en:["Move scale to left"],de:["Skala nach links bewegen"]}},40789:e=>{e.exports={en:["Move scale to right"],de:["Skala nach rechts bewegen"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],de:["Modifizierte Schiff-Pitchfork"]}},93907:e=>{e.exports={en:["More settings"],de:["Weitere Einstellungen"]}},64039:e=>{e.exports={en:["Moscow"],de:["Moskau"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],de:["Mrz"]}},73332:e=>{e.exports={en:["Mexico City"],de:["Mexiko City"]}},88314:e=>{e.exports={en:["Merge all scales into one"],de:["Alle Skalen zu einer einzigen zusammenfügen"]}},54215:e=>{e.exports={en:["Mixed"],de:["Gemischt"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"],de:["Muskat"]}},96935:e=>{e.exports={en:["N/A"],de:["Nicht verfügbar"]}},36252:e=>{e.exports={en:["No data here"],de:["Keine Daten vorhanden"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],de:["Keine Skalierung (Fullscreen)"]}},9140:e=>{e.exports={en:["No sync"],de:["Keine Synchronisation"]}},50910:e=>{e.exports={en:["No volume data"],de:["Keine Volumendaten"]}},99024:e=>{e.exports={en:["No, keep them"],de:["Nein, nicht entfernen"]}},94389:e=>{e.exports={en:["Note"],de:["Anmerkung"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],de:["Neuseeland"]}},15512:e=>{e.exports={en:["New pane above"],de:["Neuer Bereich oberhalb"]}},52160:e=>{e.exports={en:["New pane below"],de:["Neuer Bereich unterhalb"]}},94600:e=>{e.exports={en:["Nicosia"],de:["Nikosia"]}},73013:e=>{e.exports={en:["Something went wrong"],de:["Etwas ist schiefgelaufen"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],de:["Etwas ist bei der Erstellung des Indikators schiefgegangen."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],de:["Es ist etwas schief gelaufen. Bitte versuchen Sie es erneut"]}},43047:e=>{e.exports={en:["Save New Chart Layout"],de:["Neues Chart-Layout speichern"]}},76266:e=>{e.exports={en:["Save as"],de:["Speichern unter"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],de:["Währung skalieren"]}},43758:e=>{e.exports={en:["Scale price chart only"],de:["Nur den Preis-Chart vergrößern"]}},40012:e=>{e.exports={en:["Scale unit"],de:["Maßeinheit"]}},42608:e=>{e.exports={
de:["Schiff-Pitchfork"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],de:["Das Skript wird möglicherweise nicht aktualisiert, wenn Sie die Seite verlassen."]}},32514:e=>{e.exports={en:["Settings"],de:["Einstellungen"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],de:["Zweiter Bruchteil ungültig"]}},75594:e=>{e.exports={en:["Security info"],de:["Wertpapierinformationen"]}},21973:e=>{e.exports={en:["Send to back"],de:["Ganz nach hinten verschieben"]}},71179:e=>{e.exports={en:["Send backward"],de:["Eins nach hinten verschieben"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"],de:["Sitzung"]}},83298:e=>{e.exports={en:["Session volume profile"],de:["Session-Volumenprofil"]}},66707:e=>{e.exports={en:["Session breaks"],de:["Session-Wechsel"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],de:["Short-Position"]}},98334:e=>{e.exports={en:["Show"],de:["Anzeigen"]}},85891:e=>{e.exports={en:["Show all drawings"],de:["Alle Zeichnungen anzeigen"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],de:["Alle Zeichnungen und Indikatoren anzeigen"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],de:["Alle Zeichnungen, Indikatoren, Positionen und Orders anzeigen"]}},98753:e=>{e.exports={en:["Show all indicators"],de:["Alle Indikatoren anzeigen"]}},55418:e=>{e.exports={en:["Show all ideas"],de:["Alle Ideen anzeigen"]}},20506:e=>{e.exports={en:["Show all positions & orders"],de:["Alle Positionen und Orders anzeigen"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],de:["Kontinuierlichen Kontraktwechsel anzeigen"]}},81465:e=>{e.exports={en:["Show contract expiration"],de:["Kontraktablauf anzeigen"]}},29449:e=>{e.exports={en:["Show dividends"],de:["Dividenden anzeigen"]}},37113:e=>{e.exports={en:["Show earnings"],de:["Earnings anzeigen"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],de:["Ideen von Usern denen ich folge anzeigen"]}},62986:e=>{e.exports={en:["Show latest news"],de:["Die neuesten News anzeigen"]}},44020:e=>{e.exports={en:["Show my ideas only"],de:["Nur meine Ideen anzeigen"]}},50849:e=>{e.exports={en:["Show splits"],de:["Splits anzeigen"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"],de:["Singapur"]}},39090:e=>{e.exports={en:["Sine Line"],de:["Sinuslinie"]}},66205:e=>{e.exports={en:["Square"],de:["Rechteck"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],de:["Studien Limit erreicht: {number} Studien pro Layout.\nBitte entfernen Sie einige Studien."]}},92516:e=>{e.exports={en:["Style"],de:["Stil"]}},61507:e=>{e.exports={en:["Stack on the left"],de:["Links sammeln"]}},97800:e=>{e.exports={en:["Stack on the right"],de:["Rechts sammeln"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],de:["Verwenden Sie den Modus Tastaturnavigation. {shortcut} drücken"]}},4035:e=>{e.exports={ en:["Schiff Pitchfork"],de:["Schiff-Pitchfork"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],de:["Das Skript wird möglicherweise nicht aktualisiert, wenn Sie die Seite verlassen."]}},32514:e=>{e.exports={en:["Settings"],de:["Einstellungen"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],de:["Zweiter Bruchteil ungültig"]}},75594:e=>{e.exports={en:["Security info"],de:["Wertpapierinformationen"]}},21973:e=>{e.exports={en:["Send to back"],de:["Ganz nach hinten verschieben"]}},71179:e=>{e.exports={en:["Send backward"],de:["Eins nach hinten verschieben"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"],de:["Sitzung"]}},83298:e=>{e.exports={en:["Session volume profile"],de:["Session-Volumenprofil"]}},66707:e=>{e.exports={en:["Session breaks"],de:["Session-Wechsel"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],de:["Short-Position"]}},98334:e=>{e.exports={en:["Show"],de:["Anzeigen"]}},85891:e=>{e.exports={en:["Show all drawings"],de:["Alle Zeichnungen anzeigen"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],de:["Alle Zeichnungen und Indikatoren anzeigen"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],de:["Alle Zeichnungen, Indikatoren, Positionen und Orders anzeigen"]}},98753:e=>{e.exports={en:["Show all indicators"],de:["Alle Indikatoren anzeigen"]}},55418:e=>{e.exports={en:["Show all ideas"],de:["Alle Ideen anzeigen"]}},20506:e=>{e.exports={en:["Show all positions & orders"],de:["Alle Positionen und Orders anzeigen"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],de:["Kontinuierlichen Kontraktwechsel anzeigen"]}},81465:e=>{e.exports={en:["Show contract expiration"],de:["Kontraktablauf anzeigen"]}},29449:e=>{e.exports={en:["Show dividends"],de:["Dividenden anzeigen"]}},37113:e=>{e.exports={en:["Show earnings"],de:["Earnings anzeigen"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],de:["Ideen von Usern denen ich folge anzeigen"]}},62986:e=>{e.exports={en:["Show latest news"],de:["Die neuesten News anzeigen"]}},44020:e=>{e.exports={en:["Show my ideas only"],de:["Nur meine Ideen anzeigen"]}},50849:e=>{e.exports={en:["Show splits"],de:["Splits anzeigen"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"],de:["Singapur"]}},39090:e=>{e.exports={en:["Sine Line"],de:["Sinuslinie"]}},66205:e=>{e.exports={en:["Square"],de:["Rechteck"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],de:["Studien Limit erreicht: {number} Studien pro Layout.\nBitte entfernen Sie einige Studien."]}},92516:e=>{e.exports={en:["Style"],de:["Stil"]}},61507:e=>{e.exports={en:["Stack on the left"],de:["Links sammeln"]}},97800:e=>{e.exports={en:["Stack on the right"],de:["Rechts sammeln"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],de:["Verwenden Sie den Modus Tastaturnavigation. {shortcut} drücken"]}},
en:["Stay in drawing mode"],de:["Im Zeichenmodus bleiben"]}},69217:e=>{e.exports={en:["Step line"],de:["Step-Line"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],de:["Auf {resolution} umschalten"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],de:["Symbol Fehler"]}},32390:e=>{e.exports={en:["Symbol name label"],de:["Name des Symbols"]}},10127:e=>{e.exports={en:["Symbol last price label"],de:["Letzter Wert des Symbols"]}},39079:e=>{e.exports={en:["Sync globally"],de:["Global synchronisieren"]}},46607:e=>{e.exports={en:["Sync in layout"],de:["Auf alle Charts anwenden"]}},76519:e=>{e.exports={en:["Point & figure"],de:["Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"],de:["Linienzug"]}},371:e=>{e.exports={en:["Path"],de:["Pfad"]}},59256:e=>{e.exports={en:["Parallel Channel"],de:["Paralleler Kanal"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"],de:["Einfügen"]}},6919:e=>{e.exports={en:["Percent"],de:["Prozent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"],de:["Stecknadel"]}},33110:e=>{e.exports={en:["Pin to new left scale"],de:["An neue linke Skala anheften"]}},28280:e=>{e.exports={en:["Pin to new right scale"],de:["An neue rechte Skala anheften"]}},14115:e=>{e.exports={en:["Pin to left scale"],de:["An linke Skala anheften"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],de:["An linke Skala anheften (verborgen)"]}},81054:e=>{e.exports={en:["Pin to right scale"],de:["An rechte Skala anheften"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],de:["An rechte Skala anheften (verborgen)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],de:["An Skala anheften (Jetzt links)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],de:["An Skala anheften (Jetzt keine Skala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],de:["An Skala anheften (Jetzt rechts)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],de:["An Skala anheften (Jetzt {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],de:["An Skala angeheftet {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],de:["An Skala anheften {label} (verborgen)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],de:["An linke Skala angeheftet"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],de:["An linke Skala angeheftet (verborgen)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],de:["An rechte Skala angeheftet"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],de:["An rechte Skala anheften (verborgen)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"], 4035:e=>{e.exports={en:["Stay in drawing mode"],de:["Im Zeichenmodus bleiben"]}},69217:e=>{e.exports={en:["Step line"],de:["Step-Line"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],de:["Auf {resolution} umschalten"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],de:["Symbol Fehler"]}},32390:e=>{e.exports={en:["Symbol name label"],de:["Name des Symbols"]}},10127:e=>{e.exports={en:["Symbol last price label"],de:["Letzter Wert des Symbols"]}},39079:e=>{e.exports={en:["Sync globally"],de:["Global synchronisieren"]}},46607:e=>{e.exports={en:["Sync in layout"],de:["Auf alle Charts anwenden"]}},76519:e=>{e.exports={en:["Point & figure"],de:["Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"],de:["Linienzug"]}},371:e=>{e.exports={en:["Path"],de:["Pfad"]}},59256:e=>{e.exports={en:["Parallel Channel"],de:["Paralleler Kanal"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"],de:["Einfügen"]}},6919:e=>{e.exports={en:["Percent"],de:["Prozent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"],de:["Stecknadel"]}},33110:e=>{e.exports={en:["Pin to new left scale"],de:["An neue linke Skala anheften"]}},28280:e=>{e.exports={en:["Pin to new right scale"],de:["An neue rechte Skala anheften"]}},14115:e=>{e.exports={en:["Pin to left scale"],de:["An linke Skala anheften"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],de:["An linke Skala anheften (verborgen)"]}},81054:e=>{e.exports={en:["Pin to right scale"],de:["An rechte Skala anheften"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],de:["An rechte Skala anheften (verborgen)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],de:["An Skala anheften (Jetzt links)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],de:["An Skala anheften (Jetzt keine Skala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],de:["An Skala anheften (Jetzt rechts)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],de:["An Skala anheften (Jetzt {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],de:["An Skala angeheftet {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],de:["An Skala anheften {label} (verborgen)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],de:["An linke Skala angeheftet"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],de:["An linke Skala angeheftet (verborgen)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],de:["An rechte Skala angeheftet"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],de:["An rechte Skala anheften (verborgen)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],
de:["An Skala angeheftet {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],de:["An Skala angeheftet {label} (verborgen)"]}},71566:e=>{e.exports={en:["Plus button"],de:["Skala + Plustaste für Ordermanagement"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],de:["Bitte erteilen Sie uns eine Schreibberechtigung für die Zwischenablage in Ihrem Browser oder drücken Sie {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],de:["Prag"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],de:["Drücken und halten Sie {key} beim Zoomen, um die Chartposition bei zu behalten"]}},91282:e=>{e.exports={en:["Price Label"],de:["Preis-Label"]}},97512:e=>{e.exports={en:["Price Note"],de:["Kurs Notiz"]}},68941:e=>{e.exports={en:["Price Range"],de:["Preisspanne"]}},66123:e=>{e.exports={en:["Price format is invalid."],de:["Preisformat ist ungültig."]}},72926:e=>{e.exports={en:["Price line"],de:["Preislinie"]}},59189:e=>{e.exports={en:["Primary"]}},75747:e=>{e.exports={en:["Projection"],de:["Projektion"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],de:["Veröffentlicht von {customer},{date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],de:["Katar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],de:["Schnellsuche. {shortcut} drücken"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],de:["Drehbares Rechteck"]}},52961:e=>{e.exports={en:["Rome"],de:["Rom"]}},50318:e=>{e.exports={en:["Ray"],de:["Strahl"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],de:["Rechteck"]}},48236:e=>{e.exports={en:["Redo"],de:["Wiederherstellen"]}},2460:e=>{e.exports={en:["Regression Trend"],de:["Regressionstrend"]}},67410:e=>{e.exports={en:["Remove"],de:["Entfernen"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],de:["Diesen finanziellen Datenpunkt aus den Favoriten entfernen"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],de:["Diesen Indikator aus den Favoriten entfernen"]}},86285:e=>{e.exports={en:["Remove {drawings}"],de:["{drawings} entfernen"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],de:["{drawings} & {indicators} entfernen"]}},87797:e=>{e.exports={en:["Remove {indicators}"],de:["{indicators} entfernen"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],de:["Chart-Layout umbenennen"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],de:["Chartansicht zurücksetzen"]}},88853:e=>{e.exports={en:["Reset points"],de:["Punkte zurücksetzen"]}},15332:e=>{e.exports={en:["Reset price scale"],de:["Kursskala zurücksetzen"]}},54170:e=>{e.exports={en:["Reset time scale"],de:["Zeitachse zurücksetzen"]}},37974:e=>{e.exports={en:["Riyadh"],de:["Riad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"], de:["An Skala angeheftet {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],de:["An Skala angeheftet {label} (verborgen)"]}},71566:e=>{e.exports={en:["Plus button"],de:["Skala + Plustaste für Ordermanagement"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],de:["Bitte erteilen Sie uns eine Schreibberechtigung für die Zwischenablage in Ihrem Browser oder drücken Sie {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],de:["Prag"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],de:["Drücken und halten Sie {key} beim Zoomen, um die Chartposition bei zu behalten"]}},91282:e=>{e.exports={en:["Price Label"],de:["Preis-Label"]}},97512:e=>{e.exports={en:["Price Note"],de:["Kurs Notiz"]}},68941:e=>{e.exports={en:["Price Range"],de:["Preisspanne"]}},66123:e=>{e.exports={en:["Price format is invalid."],de:["Preisformat ist ungültig."]}},72926:e=>{e.exports={en:["Price line"],de:["Preislinie"]}},59189:e=>{e.exports={en:["Primary"]}},75747:e=>{e.exports={en:["Projection"],de:["Projektion"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],de:["Veröffentlicht von {customer},{date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],de:["Katar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],de:["Schnellsuche. {shortcut} drücken"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],de:["Drehbares Rechteck"]}},52961:e=>{e.exports={en:["Rome"],de:["Rom"]}},50318:e=>{e.exports={en:["Ray"],de:["Strahl"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],de:["Rechteck"]}},48236:e=>{e.exports={en:["Redo"],de:["Wiederherstellen"]}},2460:e=>{e.exports={en:["Regression Trend"],de:["Regressionstrend"]}},67410:e=>{e.exports={en:["Remove"],de:["Entfernen"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],de:["Diesen finanziellen Datenpunkt aus den Favoriten entfernen"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],de:["Diesen Indikator aus den Favoriten entfernen"]}},86285:e=>{e.exports={en:["Remove {drawings}"],de:["{drawings} entfernen"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],de:["{drawings} & {indicators} entfernen"]}},87797:e=>{e.exports={en:["Remove {indicators}"],de:["{indicators} entfernen"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],de:["Chart-Layout umbenennen"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],de:["Chartansicht zurücksetzen"]}},88853:e=>{e.exports={en:["Reset points"],de:["Punkte zurücksetzen"]}},15332:e=>{e.exports={en:["Reset price scale"],de:["Kursskala zurücksetzen"]}},54170:e=>{e.exports={en:["Reset time scale"],de:["Zeitachse zurücksetzen"]}},37974:e=>{e.exports={en:["Riyadh"],de:["Riad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],
de:["Laufzeitfehler"]}},66719:e=>{e.exports={en:["Warning"],de:["Warnung"]}},5959:e=>{e.exports={en:["Warsaw"],de:["Warschau"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],de:["Tokio"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],de:["Tabelle"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"],de:["Vorlage"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],de:["Der Datenlieferant stellt keine Volumendaten für dieses Symbol zur Verfügung."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],de:["Die Veröffentlichungsvorschau konnte nicht geladen werden. Bitte deaktivieren Sie Ihre Browser-Erweiterungen und versuchen Sie es erneut."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],de:["Die Verarbeitungsdauer der Anfrage war zu lange. Stellen Sie bitte sicher, dass Sie über eine stabile Internetverbindung verfügen. Wenn der Fehler bestehen bleibt, dann verkürzen Sie die Länge des angefragten Zeitintervalls."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],de:["Es gibt keine Daten für den von Ihnen gewählten Zeitraum und Chart-Zeitrahmen."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],de:["Die Datei ist zu groß. Die max. Dateigröße beträgt {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],de:["Dieser Indikator kann nicht auf einen anderen Indikator angewandt werden"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],de:["Dieses Script enthält einen Fehler. Kontaktieren Sie bitte den Autor."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],de:["Dieses Skript ist nur auf Einladung verfügbar. Um Zugang zu erhalten, wenden Sie sich bitte an den jeweiligen Autor."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],de:["Das, nur auf {linkStart}Tradingview{linkEnd} verfügbare, Symbol."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],de:["Three-Drives-Muster"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],de:["Intervalle auf Tick-Basis sind nicht für {ticker} erhältlich."]}},12806:e=>{e.exports={en:["Time"],de:["Zeit"]}},20909:e=>{e.exports={en:["Time zone"],de:["Zeitzone"]}},46852:e=>{e.exports={en:["Time Cycles"],de:["Zeitzyklen"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"], de:["Laufzeitfehler"]}},66719:e=>{e.exports={en:["Warning"],de:["Warnung"]}},5959:e=>{e.exports={en:["Warsaw"],de:["Warschau"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],de:["Tokio"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],de:["Tabelle"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"],de:["Vorlage"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],de:["Der Datenlieferant stellt keine Volumendaten für dieses Symbol zur Verfügung."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],de:["Die Veröffentlichungsvorschau konnte nicht geladen werden. Bitte deaktivieren Sie Ihre Browser-Erweiterungen und versuchen Sie es erneut."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],de:["Die Verarbeitungsdauer der Anfrage war zu lange. Stellen Sie bitte sicher, dass Sie über eine stabile Internetverbindung verfügen. Wenn der Fehler bestehen bleibt, dann verkürzen Sie die Länge des angefragten Zeitintervalls."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],de:["Es gibt keine Daten für den von Ihnen gewählten Zeitraum und Chart-Zeitrahmen."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],de:["Die Datei ist zu groß. Die max. Dateigröße beträgt {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],de:["Dieser Indikator kann nicht auf einen anderen Indikator angewandt werden"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],de:["Dieses Script enthält einen Fehler. Kontaktieren Sie bitte den Autor."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],de:["Dieses Skript ist nur auf Einladung verfügbar. Um Zugang zu erhalten, wenden Sie sich bitte an den jeweiligen Autor."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],de:["Das, nur auf {linkStart}Tradingview{linkEnd} verfügbare, Symbol."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],de:["Three-Drives-Muster"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],de:["Intervalle auf Tick-Basis sind nicht für {ticker} erhältlich."]}},12806:e=>{e.exports={en:["Time"],de:["Zeit"]}},20909:e=>{e.exports={en:["Time zone"],de:["Zeitzone"]}},46852:e=>{e.exports={en:["Time Cycles"],de:["Zeitzyklen"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],
de:["TradingView ist interaktiv und verfügt über Steuerbefehle, die mit einem Screenreader verwendet werden können. Es folgt eine Liste von Tastatureingaben, die für die Interaktion mit der Plattform verwendet werden können"]}},35757:e=>{e.exports={en:["Trend Angle"],de:["Trendwinkel"]}},97339:e=>{e.exports={en:["Trend Line"],de:["Trendlinie"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],de:["Trendbasierte Fib-Extension"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],de:["Trendbasierte Fib-Zeit"]}},1671:e=>{e.exports={en:["Triangle"],de:["Dreieck"]}},76152:e=>{e.exports={en:["Triangle Down"],de:["Dreieck Abwärts"]}},90148:e=>{e.exports={en:["Triangle Pattern"],de:["Dreiecksmuster"]}},21236:e=>{e.exports={en:["Triangle Up"],de:["Dreieck Aufwärts"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],de:["Rückgängig"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],de:["Unerwarteter Fehler im Modus Deep Backtesting. Kontaktieren Sie den Kundendienst für weitere Informationen."]}},15432:e=>{e.exports={en:["Units"],de:["Einheiten"]}},11768:e=>{e.exports={en:["Unknown error"],de:["Unbekannter Fehler"]}},99894:e=>{e.exports={en:["Unlock"],de:["Entsperren"]}},75546:e=>{e.exports={en:["Unsupported interval"],de:["Nicht unterstütztes Intervall"]}},8580:e=>{e.exports={en:["User-defined error"],de:["Benutzerdefinierter Fehler"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],de:["Der Volumenprofil-Indikator ist nur in unseren leistungsstarken Abonnements verfügbar."]}},93722:e=>{e.exports={en:["Volume candles"],de:["Volumenkerzen"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],de:["Volumendaten sind nicht im BIST MIXED Daten-Abonnement enthalten."]}},92763:e=>{e.exports={en:["Volume footprint"],de:["Volumen-Fußabdruck"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],de:["Vertikale Linie"]}},23160:e=>{e.exports={en:["Vienna"],de:["Wien"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],de:["Sichtbarkeit"]}},54853:e=>{e.exports={en:["Visibility on intervals"],de:["Sichtbarkeit der Intervalle"]}},58302:e=>{e.exports={en:["Visible on tap"],de:["Sichtbar bei Antippen"]}},10309:e=>{e.exports={en:["Visible on mouse over"],de:["Sichtbar, wenn der Mauszeiger darüber bewegt wird"]}},4077:e=>{e.exports={en:["Visual order"],de:["Visuelle Reihenfolge"]}},11316:e=>{e.exports={en:["X Cross"],de:["X Kreuz"]}},42231:e=>{e.exports={en:["XABCD Pattern"],de:["XABCD-Muster"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],de:["Sie können dieses Pivot-Zeitfenster nicht mit dieser Auflösung sehen."]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"], de:["TradingView ist interaktiv und verfügt über Steuerbefehle, die mit einem Screenreader verwendet werden können. Es folgt eine Liste von Tastatureingaben, die für die Interaktion mit der Plattform verwendet werden können"]}},35757:e=>{e.exports={en:["Trend Angle"],de:["Trendwinkel"]}},97339:e=>{e.exports={en:["Trend Line"],de:["Trendlinie"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],de:["Trendbasierte Fib-Extension"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],de:["Trendbasierte Fib-Zeit"]}},1671:e=>{e.exports={en:["Triangle"],de:["Dreieck"]}},76152:e=>{e.exports={en:["Triangle Down"],de:["Dreieck Abwärts"]}},90148:e=>{e.exports={en:["Triangle Pattern"],de:["Dreiecksmuster"]}},21236:e=>{e.exports={en:["Triangle Up"],de:["Dreieck Aufwärts"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],de:["Rückgängig"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],de:["Unerwarteter Fehler im Modus Deep Backtesting. Kontaktieren Sie den Kundendienst für weitere Informationen."]}},15432:e=>{e.exports={en:["Units"],de:["Einheiten"]}},11768:e=>{e.exports={en:["Unknown error"],de:["Unbekannter Fehler"]}},99894:e=>{e.exports={en:["Unlock"],de:["Entsperren"]}},75546:e=>{e.exports={en:["Unsupported interval"],de:["Nicht unterstütztes Intervall"]}},8580:e=>{e.exports={en:["User-defined error"],de:["Benutzerdefinierter Fehler"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],de:["Der Volumenprofil-Indikator ist nur in unseren leistungsstarken Abonnements verfügbar."]}},93722:e=>{e.exports={en:["Volume candles"],de:["Volumenkerzen"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],de:["Volumendaten sind nicht im BIST MIXED Daten-Abonnement enthalten."]}},92763:e=>{e.exports={en:["Volume footprint"],de:["Volumen-Fußabdruck"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],de:["Vertikale Linie"]}},23160:e=>{e.exports={en:["Vienna"],de:["Wien"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],de:["Sichtbarkeit"]}},54853:e=>{e.exports={en:["Visibility on intervals"],de:["Sichtbarkeit der Intervalle"]}},58302:e=>{e.exports={en:["Visible on tap"],de:["Sichtbar bei Antippen"]}},10309:e=>{e.exports={en:["Visible on mouse over"],de:["Sichtbar, wenn der Mauszeiger darüber bewegt wird"]}},4077:e=>{e.exports={en:["Visual order"],de:["Visuelle Reihenfolge"]}},11316:e=>{e.exports={en:["X Cross"],de:["X Kreuz"]}},42231:e=>{e.exports={en:["XABCD Pattern"],de:["XABCD-Muster"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],de:["Sie können dieses Pivot-Zeitfenster nicht mit dieser Auflösung sehen."]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],

View File

@@ -1,4 +0,0 @@
(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"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"],el:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],el:["Περιθώρια"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],el:["Base Level"]}},71776:e=>{e.exports={en:["Down"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},72942:e=>{e.exports={en:["Days"]}},16564:e=>{e.exports={en:["Default"],el:["Προεπιλογή"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"],el:["Extend Lines"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],el:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],el:["Fill Bottom Area"]}},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"]}},64075:e=>{e.exports={en:["Override min tick"],el:["Override Min Tick"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],el:["Ακρίβεια"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"],el:["Top Line"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],el:["Thin Bars"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"]}},22691:e=>{e.exports={en:["Up"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},
49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={en:["change {title} base line visibility"]}},17926:e=>{e.exports={en:["change {title} base line width"]}},41638:e=>{e.exports={en:["change {title} down line color"]}},51842:e=>{e.exports={en:["change {title} down line style"]}},
46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{
e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},92598:e=>{e.exports={en:["hollow candles"],el:["Hollow Candles"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],el:["Renko"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},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"]}}}]);

View File

@@ -0,0 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"]}},81849:e=>{e.exports={en:["Currency"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"],el:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],el:["Περιθώρια"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},10842:e=>{e.exports={en:["Bar change values"],el:["Bar Change Values"]}},28975:e=>{e.exports={en:["Base level"],el:["Base Level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"],el:["Date Format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"],el:["Προεπιλογή"]}},78734:e=>{e.exports={en:["Description"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],el:["Γεγονότα"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],el:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],el:["Fill Bottom Area"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],el:["Τέχν. Δείκτες"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"],el:["No Overlapping Labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={
en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],el:["Κλίμακες"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"],el:["Ποσοστό"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],el:["Ακρίβεια"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"],el:["Top Line"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],el:["Thin Bars"]}},70198:e=>{e.exports={en:["Title"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"],el:["Όγκος"]}},51514:e=>{e.exports={en:["Value"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={
en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},
18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={
en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"],el:["Hollow Candles"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],el:["Renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -1,3 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"],el:["Σύγκριση"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],el:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],el:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],el:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"]}},74385:e=>{e.exports={en:["Drawings"],el:["Σχέδια"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],el:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],el:["Λειτουργία πλήρους οθόνης"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"],
el:["Κλείδωμα Εργαλείων Σχεδίασης"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],el:["Παραμονή στη Λειτουργία Σχεδίασης"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}},99984:e=>{e.exports={en:["Remove indicators"],el:["Remove Indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],el:["Trend Line Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"],el:["Μεγέθυνση"]}},37310:e=>{e.exports={en:["Zoom Out"],el:["Σμίκρυνση"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{e.exports={
en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);

View File

@@ -0,0 +1,3 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"],el:["Σύγκριση"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"],el:["Άκυρο"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],el:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],el:["Προσθήκη στα αγαπημένα"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],el:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],el:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"]}},74385:e=>{e.exports={en:["Drawings"],el:["Σχέδια"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],el:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],el:["Λειτουργία πλήρους οθόνης"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},
79451:e=>{e.exports={en:["Lock all drawings"],el:["Κλείδωμα Εργαλείων Σχεδίασης"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],el:["Αναζήτησή"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],el:["Παραμονή στη Λειτουργία Σχεδίασης"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],el:["Διαγραφή απο τα αγαπημένα"]}},99984:e=>{e.exports={en:["Remove indicators"],el:["Remove Indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],el:["Trend Line Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"],el:["Μεγέθυνση"]}},37310:e=>{e.exports={en:["Zoom Out"],el:["Σμίκρυνση"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{
e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);

View File

@@ -1,5 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"]}},81849:e=>{e.exports={en:["Currency"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"],el:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],el:["Περιθώρια"]}},79468:e=>{e.exports={en:["Background"],el:["Υπόβαθρο"]}},10842:e=>{e.exports={en:["Bar change values"],el:["Bar Change Values"]}},28975:e=>{e.exports={en:["Base level"],el:["Base Level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"],el:["Date Format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"],el:["Προεπιλογή"]}},78734:e=>{e.exports={en:["Description"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],el:["Γεγονότα"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],el:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],el:["Fill Bottom Area"]}},886:e=>{e.exports={en:["HLC bars"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],el:["Τέχν. Δείκτες"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"],el:["No Overlapping Labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={
en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],el:["Κλίμακες"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"],el:["Σύμβολο"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"],el:["Ποσοστό"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],el:["Ακρίβεια"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"],el:["Top Line"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],el:["Thin Bars"]}},70198:e=>{e.exports={en:["Title"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"],el:["Όγκος"]}},51514:e=>{e.exports={en:["Value"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={
en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},
48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},
23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"],el:["Hollow Candles"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],el:["Renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -0,0 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},78930:e=>{e.exports={en:["Coordinates"],el:["Συντεταγμένες"]}},24197:e=>{e.exports={en:["Center"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"],el:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],el:["Περιθώρια"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],el:["Base Level"]}},71776:e=>{e.exports={en:["Down"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},72942:e=>{e.exports={en:["Days"]}},16564:e=>{e.exports={en:["Default"],el:["Προεπιλογή"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"],el:["Extend Lines"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],el:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],el:["Fill Bottom Area"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"]}},64075:e=>{e.exports={en:["Override min tick"],el:["Override Min Tick"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],el:["Ακρίβεια"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"],el:["Top Line"]}},70320:e=>{e.exports={en:["Text"],el:["Κείμενο"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],el:["Thin Bars"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"]}},22691:e=>{e.exports={en:["Up"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={
en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={en:["change {title} base line visibility"]}},17926:e=>{e.exports={en:["change {title} base line width"]}},41638:e=>{e.exports={en:["change {title} down line color"]}},51842:e=>{e.exports={
en:["change {title} down line style"]}},46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{
e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],el:["Hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},92598:e=>{e.exports={en:["hollow candles"],el:["Hollow Candles"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],el:["Months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],el:["Minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],el:["Renko"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},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"]}}}]);

View File

@@ -1,4 +1,4 @@
(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"],el:["ω"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"]},e.exports["1 Level Color_input"]={en:["1 Level Color"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"]},e.exports["1st Period_input"]={en:["1st Period"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"]},e.exports["2nd Period_input"]={en:["2nd Period"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"]},e.exports["3rd Period_input"]={en:["3rd Period"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"]},e.exports["4th Period_input"]={en:["4th Period"]},e.exports["5th Period_input"]={en:["5th Period"]},e.exports["6th Period_input"]={en:["6th Period"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]}, (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"]}},96870:e=>{e.exports={en:["Light"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"],el:["ω"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"]},e.exports["1 Level Color_input"]={en:["1 Level Color"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"]},e.exports["1st Period_input"]={en:["1st Period"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"]},e.exports["2nd Period_input"]={en:["2nd Period"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"]},e.exports["3rd Period_input"]={en:["3rd Period"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"]},e.exports["4th Period_input"]={en:["4th Period"]},e.exports["5th Period_input"]={en:["5th Period"]},e.exports["6th Period_input"]={en:["6th Period"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},
e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"]},e.exports["Another symbol_input"]={en:["Another symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"]},e.exports.Back_input={en:["Back"]},e.exports["Bands style_input"]={en:["Bands style"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"]},e.exports.Borders_input={en:["Borders"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"]},e.exports["Box size_input"]={en:["Box size"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"]},e.exports.Century_input={en:["Century"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"]},e.exports.Count_input={en:["Count"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"]},e.exports["Days Per Year_input"]={en:["Days Per Year"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"]},e.exports["Down bars_input"]={en:["Down bars"]}, e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"]},e.exports["Another symbol_input"]={en:["Another symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"]},e.exports.Back_input={en:["Back"]},e.exports["Bands style_input"]={en:["Bands style"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"]},e.exports.Borders_input={en:["Borders"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"]},e.exports["Box size_input"]={en:["Box size"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"]},e.exports.Century_input={en:["Century"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"]},e.exports.Count_input={en:["Count"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"]},e.exports["Days Per Year_input"]={en:["Days Per Year"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"]},e.exports["Down bars_input"]={en:["Down bars"]},
e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"]},e.exports.Exponential_input={en:["Exponential"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"]},e.exports.Falling_input={en:["Falling"]},e.exports["Fast Length_input"]={en:["Fast Length"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],el:["Lead 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],el:["Lagging Span 2 Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"]},e.exports["Length MA_input"]={en:["Length MA"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"]},e.exports.Length_input={en:["Length"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"]},e.exports["Lips Length_input"]={en:["Lips Length"]}, e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"]},e.exports.Exponential_input={en:["Exponential"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"]},e.exports.Falling_input={en:["Falling"]},e.exports["Fast Length_input"]={en:["Fast Length"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],el:["Lead 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],el:["Lagging Span 2 Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"]},e.exports["Length MA_input"]={en:["Length MA"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"]},e.exports.Length_input={en:["Length"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"]},e.exports["Lips Length_input"]={en:["Lips Length"]},
e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"]},e.exports.LowerLimit_input={en:["LowerLimit"]},e.exports.Lower_input={en:["Lower"]},e.exports["MA Length_input"]={en:["MA Length"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"]},e.exports["Market only_input"]={en:["Market only"]},e.exports["Max value_input"]={en:["Max value"]},e.exports.Median_input={en:["Median"]},e.exports.Method_input={en:["Method"]},e.exports.Middle_input={en:["Middle"]},e.exports.Minimize_input={en:["Minimize"]},e.exports.Month_input={en:["Month"]},e.exports.Move_input={en:["Move"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"]},e.exports["Number of line_input"]={en:["Number of line"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"]},e.exports.Overbought_input={en:["Overbought"]},e.exports.Oversold_input={en:["Oversold"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"]},e.exports.Percentage_input={en:["Percentage"]},e.exports.Period_input={en:["Period"]},e.exports.Periods_input={en:["Periods"]},e.exports["Phantom bars_input"]={en:["Phantom bars"]},e.exports.Placement_input={en:["Placement"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"]},e.exports["Post-market only_input"]={en:["Post-market only"]},e.exports["Pre-market only_input"]={en:["Pre-market only"]},e.exports["Price source_input"]={en:["Price source"]},e.exports.Price_input={en:["Price"]},e.exports["Projection down bars_input"]={en:["Projection down bars"]},e.exports["Projection down color_input"]={en:["Projection down color"]},e.exports["Projection up bars_input"]={en:["Projection up bars"]}, e.exports["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"]},
@@ -20,23 +20,23 @@ e.exports["Total common shares outstanding_study"]={en:["Total common shares out
en:["Volty Expan Close Strategy"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],el:["Ταλαντωτής όγκου"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"]},e.exports.Volume_study={en:["Volume"],el:["Όγκος"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"]}},922:e=>{e.exports={en:["Minute"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"]}},10615:e=>{e.exports={en:["Couldn't cut"]}},81518:e=>{e.exports={en:["Couldn't paste"]}},83140:e=>{e.exports={en:["Countdown to bar close"],el:["Countdown To Bar Close"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],el:["Στήλες"]}},9818:e=>{e.exports={en:["Comment"],el:["Σχόλιο"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],el:["Σύγκριση ή Προσθήκη Συμβόλου"]}},12086:e=>{e.exports={en:["Compilation error"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"]}},48141:e=>{e.exports={en:["Confirm Inputs"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"],el:["Αντιγραφή"]}},66134:e=>{e.exports={en:["Copy Chart Layout"]}},63553:e=>{e.exports={en:["Copy price"]}},65736:e=>{e.exports={en:["Cairo"]}},25381:e=>{e.exports={en:["Callout"]}},45054:e=>{e.exports={en:["Candles"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"]}},85124:e=>{e.exports={en:["Change Symbol"],el:["Αλλαγή Συμβόλου"]}},2569:e=>{e.exports={en:["Change interval"],el:["Αλλαγή διαστήματος"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"]}},48566:e=>{e.exports={en:["Change scale currency"]}},85110:e=>{e.exports={en:["Change scale unit"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],el:["Ιδιότητες γραφήματος"]}},98856:e=>{e.exports={en:["Chart by TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={ en:["Volty Expan Close Strategy"]},e.exports["Volume Oscillator_study"]={en:["Volume Oscillator"],el:["Ταλαντωτής όγκου"]},e.exports["Volume Weighted Average Price_study"]={en:["Volume Weighted Average Price"]},e.exports["Volume Weighted Moving Average_study"]={en:["Volume Weighted Moving Average"]},e.exports.Volume_study={en:["Volume"],el:["Όγκος"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"]}},922:e=>{e.exports={en:["Minute"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"]}},10615:e=>{e.exports={en:["Couldn't cut"]}},81518:e=>{e.exports={en:["Couldn't paste"]}},83140:e=>{e.exports={en:["Countdown to bar close"],el:["Countdown To Bar Close"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"],el:["Στήλες"]}},9818:e=>{e.exports={en:["Comment"],el:["Σχόλιο"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],el:["Σύγκριση ή Προσθήκη Συμβόλου"]}},12086:e=>{e.exports={en:["Compilation error"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"]}},48141:e=>{e.exports={en:["Confirm Inputs"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"],el:["Αντιγραφή"]}},66134:e=>{e.exports={en:["Copy Chart Layout"]}},63553:e=>{e.exports={en:["Copy price"]}},65736:e=>{e.exports={en:["Cairo"]}},25381:e=>{e.exports={en:["Callout"]}},45054:e=>{e.exports={en:["Candles"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"]}},85124:e=>{e.exports={en:["Change Symbol"],el:["Αλλαγή Συμβόλου"]}},2569:e=>{e.exports={en:["Change interval"],el:["Αλλαγή διαστήματος"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"]}},48566:e=>{e.exports={en:["Change scale currency"]}},85110:e=>{e.exports={en:["Change scale unit"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],el:["Ιδιότητες γραφήματος"]}},98856:e=>{e.exports={en:["Chart by TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={
en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"]}},14985:e=>{e.exports={en:["Click to set a point"],el:["Κάντε κλικ για να δημιουργία σημείου"]}},12537:e=>{e.exports={en:["Clone"],el:["Κλωνοποίηση"]}},62578:e=>{e.exports={en:["Close"],el:["Κλείσιμο"]}},264:e=>{e.exports={en:["Create limit order"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"]}},59396:e=>{e.exports={en:["Currencies"]}},20177:e=>{e.exports={en:["Current interval and above"]}},494:e=>{e.exports={en:["Current interval and below"]}},60668:e=>{e.exports={en:["Current interval only"]}},78609:e=>{e.exports={en:["Curve"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"]}},93191:e=>{e.exports={en:["Cypher Pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"]}},46712:e=>{e.exports={en:["ABCD Pattern"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"]}},42630:e=>{e.exports={en:["Anchorage"]}},42669:e=>{e.exports={en:["Anchored Text"],el:["Καρφιτσωμένο κείμενο"]}},84541:e=>{e.exports={en:["Anchored VWAP"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"],el:["Εισαγωγή Συμβόλου"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],el:["Always Invisible"]}},36299:e=>{e.exports={en:["Always visible"],el:["Always Visible"]}},58026:e=>{e.exports={en:["All intervals"]}},78358:e=>{e.exports={en:["Apply default"],el:["Apply Default"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"],el:["Απρ"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"]}},34247:e=>{e.exports={en:["Arrow Down"]}},36352:e=>{e.exports={en:["Arrow Marker"]}},73193:e=>{e.exports={en:["Arrow Mark Down"]}},1949:e=>{e.exports={en:["Arrow Mark Left"]}},86275:e=>{e.exports={en:["Arrow Mark Right"]}},62453:e=>{e.exports={en:["Arrow Mark Up"]}},77231:e=>{e.exports={en:["Arrow Up"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],el:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"]}},73702:e=>{e.exports={en:["Athens"],el:["Αθηνα"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],el:["Auto (Fits Data To Screen)"]}},46450:e=>{e.exports={en:["Aug"],el:["Αυγ"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{ en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"]}},14985:e=>{e.exports={en:["Click to set a point"],el:["Κάντε κλικ για να δημιουργία σημείου"]}},12537:e=>{e.exports={en:["Clone"],el:["Κλωνοποίηση"]}},62578:e=>{e.exports={en:["Close"],el:["Κλείσιμο"]}},264:e=>{e.exports={en:["Create limit order"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"]}},59396:e=>{e.exports={en:["Currencies"]}},20177:e=>{e.exports={en:["Current interval and above"]}},494:e=>{e.exports={en:["Current interval and below"]}},60668:e=>{e.exports={en:["Current interval only"]}},78609:e=>{e.exports={en:["Curve"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"]}},93191:e=>{e.exports={en:["Cypher Pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"]}},46712:e=>{e.exports={en:["ABCD Pattern"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"]}},42630:e=>{e.exports={en:["Anchorage"]}},42669:e=>{e.exports={en:["Anchored Text"],el:["Καρφιτσωμένο κείμενο"]}},84541:e=>{e.exports={en:["Anchored VWAP"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"],el:["Εισαγωγή Συμβόλου"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],el:["Always Invisible"]}},36299:e=>{e.exports={en:["Always visible"],el:["Always Visible"]}},58026:e=>{e.exports={en:["All intervals"]}},78358:e=>{e.exports={en:["Apply default"],el:["Apply Default"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"],el:["Απρ"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"]}},34247:e=>{e.exports={en:["Arrow Down"]}},36352:e=>{e.exports={en:["Arrow Marker"]}},73193:e=>{e.exports={en:["Arrow Mark Down"]}},1949:e=>{e.exports={en:["Arrow Mark Left"]}},86275:e=>{e.exports={en:["Arrow Mark Right"]}},62453:e=>{e.exports={en:["Arrow Mark Up"]}},77231:e=>{e.exports={en:["Arrow Up"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],el:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"]}},73702:e=>{e.exports={en:["Athens"],el:["Αθηνα"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],el:["Auto (Fits Data To Screen)"]}},46450:e=>{e.exports={en:["Aug"],el:["Αυγ"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{
e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"]}},81994:e=>{e.exports={en:["Bars Pattern"]}},59213:e=>{e.exports={en:["Baseline"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],el:["Μετακίνηση μπροστά"]}},17293:e=>{e.exports={en:["Bring to front"],el:["Τοποθέτηση μπροστά"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"]}},54280:e=>{e.exports={en:["Go to date"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"]}},47460:e=>{e.exports={en:["Gann Box"]}},48683:e=>{e.exports={en:["Gann Fan"]}},44763:e=>{e.exports={en:["Gann Square"]}},60707:e=>{e.exports={en:["Gann Square Fixed"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],el:["Grand Supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"]}},77125:e=>{e.exports={en:["Double Curve"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"]}},75296:e=>{e.exports={en:["Double-click to finish Path"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"]}},22677:e=>{e.exports={en:["Date"]}},85444:e=>{e.exports={en:["Date Range"],el:["Εύρος ημ/νιας"]}},47017:e=>{e.exports={en:["Date and Price Range"]}},32084:e=>{e.exports={en:["Dec"],el:["Δεκ"]}},23403:e=>{e.exports={en:["Degree"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],el:["Drawings Toolbar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"]}},61114:e=>{e.exports={ e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"]}},81994:e=>{e.exports={en:["Bars Pattern"]}},59213:e=>{e.exports={en:["Baseline"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],el:["Μετακίνηση μπροστά"]}},17293:e=>{e.exports={en:["Bring to front"],el:["Τοποθέτηση μπροστά"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"]}},54280:e=>{e.exports={en:["Go to date"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"]}},47460:e=>{e.exports={en:["Gann Box"]}},48683:e=>{e.exports={en:["Gann Fan"]}},44763:e=>{e.exports={en:["Gann Square"]}},60707:e=>{e.exports={en:["Gann Square Fixed"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],el:["Grand Supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"]}},77125:e=>{e.exports={en:["Double Curve"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"]}},75296:e=>{e.exports={en:["Double-click to finish Path"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"]}},22677:e=>{e.exports={en:["Date"]}},85444:e=>{e.exports={en:["Date Range"],el:["Εύρος ημ/νιας"]}},47017:e=>{e.exports={en:["Date and Price Range"]}},32084:e=>{e.exports={en:["Dec"],el:["Δεκ"]}},23403:e=>{e.exports={en:["Degree"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],el:["Drawings Toolbar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"]}},61114:e=>{e.exports={
en:["Elliott Impulse Wave (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"]}},19271:e=>{e.exports={en:["Existing pane above"],el:["Existing Pane Above"]}},46545:e=>{e.exports={en:["Existing pane below"],el:["Existing Pane Below"]}},20138:e=>{e.exports={en:["Forecast"],el:["Πρόβλεψη"]}},2507:e=>{e.exports={en:["Feb"],el:["Φεβ"]}},59005:e=>{e.exports={en:["Fib Channel"]}},82330:e=>{e.exports={en:["Fib Circles"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"]}},39014:e=>{e.exports={en:["Fib Spiral"]}},30622:e=>{e.exports={en:["Fib Time Zone"]}},85042:e=>{e.exports={en:["Fib Wedge"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"]}},39643:e=>{e.exports={en:["Fraction part is invalid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],el:["Hollow Candles"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"]}},25487:e=>{e.exports={en:["Horizontal Ray"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],el:["Απόκρυψη"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"]}},78525:e=>{e.exports={en:["Hide all indicators"]}},42164:e=>{e.exports={en:["Hide all positions & orders"]}},3217:e=>{e.exports={en:["Hide drawings"]}},97878:e=>{e.exports={en:["Hide events on chart"],el:["Hide Events on Chart"]}},72351:e=>{e.exports={en:["Hide indicators"]}},28345:e=>{e.exports={en:["Hide marks on bars"],el:["Hide Marks On Bars"]}},92226:e=>{e.exports={en:["Hide positions & orders"]}},78254:e=>{e.exports={en:["High"],el:["Υψηλό"]}},98236:e=>{e.exports={en:["High-low"]}},99479:e=>{e.exports={en:["High and low price labels"]}},33766:e=>{e.exports={en:["High and low price lines"]}},69476:e=>{e.exports={en:["Highlighter"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."]}},66751:e=>{ en:["Elliott Impulse Wave (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"]}},19271:e=>{e.exports={en:["Existing pane above"],el:["Existing Pane Above"]}},46545:e=>{e.exports={en:["Existing pane below"],el:["Existing Pane Below"]}},20138:e=>{e.exports={en:["Forecast"],el:["Πρόβλεψη"]}},2507:e=>{e.exports={en:["Feb"],el:["Φεβ"]}},59005:e=>{e.exports={en:["Fib Channel"]}},82330:e=>{e.exports={en:["Fib Circles"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"]}},39014:e=>{e.exports={en:["Fib Spiral"]}},30622:e=>{e.exports={en:["Fib Time Zone"]}},85042:e=>{e.exports={en:["Fib Wedge"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"]}},39643:e=>{e.exports={en:["Fraction part is invalid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},886:e=>{e.exports={en:["HLC bars"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],el:["Hollow Candles"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"]}},25487:e=>{e.exports={en:["Horizontal Ray"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],el:["Απόκρυψη"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"]}},78525:e=>{e.exports={en:["Hide all indicators"]}},42164:e=>{e.exports={en:["Hide all positions & orders"]}},3217:e=>{e.exports={en:["Hide drawings"]}},97878:e=>{e.exports={en:["Hide events on chart"],el:["Hide Events on Chart"]}},72351:e=>{e.exports={en:["Hide indicators"]}},28345:e=>{e.exports={en:["Hide marks on bars"],el:["Hide Marks On Bars"]}},92226:e=>{e.exports={en:["Hide positions & orders"]}},78254:e=>{e.exports={en:["High"],el:["Υψηλό"]}},98236:e=>{e.exports={en:["High-low"]}},99479:e=>{e.exports={en:["High and low price labels"]}},33766:e=>{e.exports={en:["High and low price lines"]}},69476:e=>{e.exports={en:["Highlighter"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},94966:e=>{e.exports={
e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"]}},14285:e=>{e.exports={en:["Invalid Symbol"],el:["Άκυρο σύμβολο"]}},52969:e=>{e.exports={en:["Invalid symbol"]}},37189:e=>{e.exports={en:["Invert scale"],el:["Invert Scale"]}},89999:e=>{e.exports={en:["Indexed to 100"]}},46850:e=>{e.exports={en:["Indicators value labels"]}},54418:e=>{e.exports={en:["Indicators name labels"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"]}},15992:e=>{e.exports={en:["Info Line"]}},87829:e=>{e.exports={en:["Insert indicator"],el:["Προσθήκη Τεχικού Δείκτη"]}},41686:e=>{e.exports={en:["Inside Pitchfork"]}},37913:e=>{e.exports={en:["Icon"],el:["Εικονίδιο"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"],el:["Ιαν"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"],el:["Ιουλ"]}},429:e=>{e.exports={en:["Jun"],el:["Ιουν"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"]}},55813:e=>{e.exports={en:["On the right"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"],el:["Οκτ"]}},16610:e=>{e.exports={en:["Open"],el:["Άνοιγμα"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],el:["Χαμηλό"]}},51077:e=>{e.exports={en:["Lock"],el:["Κλείδωμα"]}},79777:e=>{e.exports={en:["Lock/unlock"],el:["Κλείδωμα/Ξεκλείδωμα"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],el:["Lock Price To Bar Ratio"]}},16170:e=>{e.exports={en:["Logarithmic"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"]}},52402:e=>{e.exports={en:["Label Up"]}},5119:e=>{e.exports={en:["Labels"],el:["Ετικέτες"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"]}},9394:e=>{e.exports={en:["Line with markers"],el:["With Markers"]}},43588:e=>{e.exports={en:["Line break"],el:["Line Break"]}},56982:e=>{e.exports={en:["Lines"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"]}},35049:e=>{e.exports={en:["Move to"]}},26493:e=>{e.exports={en:["Move scale to left"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"]}}, en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"]}},14285:e=>{e.exports={en:["Invalid Symbol"],el:["Άκυρο σύμβολο"]}},52969:e=>{e.exports={en:["Invalid symbol"]}},37189:e=>{e.exports={en:["Invert scale"],el:["Invert Scale"]}},89999:e=>{e.exports={en:["Indexed to 100"]}},46850:e=>{e.exports={en:["Indicators value labels"]}},54418:e=>{e.exports={en:["Indicators name labels"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"]}},15992:e=>{e.exports={en:["Info Line"]}},87829:e=>{e.exports={en:["Insert indicator"],el:["Προσθήκη Τεχικού Δείκτη"]}},41686:e=>{e.exports={en:["Inside Pitchfork"]}},37913:e=>{e.exports={en:["Icon"],el:["Εικονίδιο"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"],el:["Ιαν"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"],el:["Ιουλ"]}},429:e=>{e.exports={en:["Jun"],el:["Ιουν"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"]}},55813:e=>{e.exports={en:["On the right"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"],el:["Οκτ"]}},16610:e=>{e.exports={en:["Open"],el:["Άνοιγμα"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],el:["Χαμηλό"]}},51077:e=>{e.exports={en:["Lock"],el:["Κλείδωμα"]}},79777:e=>{e.exports={en:["Lock/unlock"],el:["Κλείδωμα/Ξεκλείδωμα"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],el:["Lock Price To Bar Ratio"]}},16170:e=>{e.exports={en:["Logarithmic"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"]}},52402:e=>{e.exports={en:["Label Up"]}},5119:e=>{e.exports={en:["Labels"],el:["Ετικέτες"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"]}},9394:e=>{e.exports={en:["Line with markers"],el:["With Markers"]}},43588:e=>{e.exports={en:["Line break"],el:["Line Break"]}},56982:e=>{e.exports={en:["Lines"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"]}},35049:e=>{e.exports={en:["Move to"]}},26493:e=>{e.exports={
93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],el:["Μαρ"]}},73332:e=>{e.exports={en:["Mexico City"]}},88314:e=>{e.exports={en:["Merge all scales into one"]}},54215:e=>{e.exports={en:["Mixed"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],el:["No Scale (Fullscreen)"]}},9140:e=>{e.exports={en:["No sync"]}},50910:e=>{e.exports={en:["No volume data"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"],el:["Σημείωση"]}},26899:e=>{e.exports={en:["Nov"],el:["Νοε"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"]}},15512:e=>{e.exports={en:["New pane above"]}},52160:e=>{e.exports={en:["New pane below"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."]}},43047:e=>{e.exports={en:["Save New Chart Layout"]}},76266:e=>{e.exports={en:["Save as"],el:["Αποθήκευση ως"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"]}},43758:e=>{e.exports={en:["Scale price chart only"],el:["Scale Price Chart Only"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"],el:["Ρυθμίσεις"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"],el:["Τοποθέτηση πίσω"]}},71179:e=>{e.exports={en:["Send backward"],el:["Μετακίνηση προς τα πίσω"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"],el:["Σεπ"]}},94031:e=>{e.exports={en:["Session"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"],el:["Session Breaks"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"]}},98334:e=>{e.exports={en:["Show"],el:["Εμφάνιση"]}},85891:e=>{e.exports={en:["Show all drawings"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"]}},98753:e=>{e.exports={en:["Show all indicators"]}},55418:e=>{e.exports={en:["Show all ideas"],el:["Show All Ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"]}},33158:e=>{e.exports={en:["Show continuous contract switch"]}}, en:["Move scale to left"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],el:["Μαρ"]}},73332:e=>{e.exports={en:["Mexico City"]}},88314:e=>{e.exports={en:["Merge all scales into one"]}},54215:e=>{e.exports={en:["Mixed"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],el:["No Scale (Fullscreen)"]}},9140:e=>{e.exports={en:["No sync"]}},50910:e=>{e.exports={en:["No volume data"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"],el:["Σημείωση"]}},26899:e=>{e.exports={en:["Nov"],el:["Νοε"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"]}},15512:e=>{e.exports={en:["New pane above"]}},52160:e=>{e.exports={en:["New pane below"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."]}},43047:e=>{e.exports={en:["Save New Chart Layout"]}},76266:e=>{e.exports={en:["Save as"],el:["Αποθήκευση ως"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"]}},43758:e=>{e.exports={en:["Scale price chart only"],el:["Scale Price Chart Only"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"],el:["Ρυθμίσεις"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"],el:["Τοποθέτηση πίσω"]}},71179:e=>{e.exports={en:["Send backward"],el:["Μετακίνηση προς τα πίσω"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"],el:["Σεπ"]}},94031:e=>{e.exports={en:["Session"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"],el:["Session Breaks"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"]}},98334:e=>{e.exports={en:["Show"],el:["Εμφάνιση"]}},85891:e=>{e.exports={en:["Show all drawings"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"]}},98753:e=>{e.exports={en:["Show all indicators"]}},55418:e=>{e.exports={en:["Show all ideas"],
81465:e=>{e.exports={en:["Show contract expiration"]}},29449:e=>{e.exports={en:["Show dividends"],el:["Show Dividends"]}},37113:e=>{e.exports={en:["Show earnings"],el:["Show Earnings"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],el:["Show Ideas of Followed Users"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"],el:["Show My Ideas Only"]}},50849:e=>{e.exports={en:["Show splits"],el:["Show Splits"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"]}},39090:e=>{e.exports={en:["Sine Line"]}},66205:e=>{e.exports={en:["Square"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."]}},92516:e=>{e.exports={en:["Style"],el:["Στυλ"]}},61507:e=>{e.exports={en:["Stack on the left"]}},97800:e=>{e.exports={en:["Stack on the right"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],el:["Παραμονή στη Λειτουργία Σχεδίασης"]}},69217:e=>{e.exports={en:["Step line"],el:["Step Line"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"],el:["Symbol Name Label"]}},10127:e=>{e.exports={en:["Symbol last price label"],el:["Symbol Last Value Label"]}},39079:e=>{e.exports={en:["Sync globally"]}},46607:e=>{e.exports={en:["Sync in layout"],el:["Sync To All Charts"]}},76519:e=>{e.exports={en:["Point & figure"],el:["Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"]}},371:e=>{e.exports={en:["Path"]}},59256:e=>{e.exports={en:["Parallel Channel"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"]}},28280:e=>{e.exports={en:["Pin to new right scale"]}},14115:e=>{e.exports={en:["Pin to left scale"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"]}},81054:e=>{e.exports={en:["Pin to right scale"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"]}},90095:e=>{e.exports={en:["Pinned to left scale"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"]}},44579:e=>{e.exports={ el:["Show All Ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"]}},33158:e=>{e.exports={en:["Show continuous contract switch"]}},81465:e=>{e.exports={en:["Show contract expiration"]}},29449:e=>{e.exports={en:["Show dividends"],el:["Show Dividends"]}},37113:e=>{e.exports={en:["Show earnings"],el:["Show Earnings"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],el:["Show Ideas of Followed Users"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"],el:["Show My Ideas Only"]}},50849:e=>{e.exports={en:["Show splits"],el:["Show Splits"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"]}},39090:e=>{e.exports={en:["Sine Line"]}},66205:e=>{e.exports={en:["Square"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."]}},92516:e=>{e.exports={en:["Style"],el:["Στυλ"]}},61507:e=>{e.exports={en:["Stack on the left"]}},97800:e=>{e.exports={en:["Stack on the right"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],el:["Παραμονή στη Λειτουργία Σχεδίασης"]}},69217:e=>{e.exports={en:["Step line"],el:["Step Line"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"],el:["Symbol Name Label"]}},10127:e=>{e.exports={en:["Symbol last price label"],el:["Symbol Last Value Label"]}},39079:e=>{e.exports={en:["Sync globally"]}},46607:e=>{e.exports={en:["Sync in layout"],el:["Sync To All Charts"]}},76519:e=>{e.exports={en:["Point & figure"],el:["Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"]}},371:e=>{e.exports={en:["Path"]}},59256:e=>{e.exports={en:["Parallel Channel"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"]}},28280:e=>{e.exports={en:["Pin to new right scale"]}},14115:e=>{e.exports={en:["Pin to left scale"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"]}},81054:e=>{e.exports={en:["Pin to right scale"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"]}},2165:e=>{e.exports={
en:["Pinned to right scale"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"]}},71566:e=>{e.exports={en:["Plus button"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"]}},91282:e=>{e.exports={en:["Price Label"]}},97512:e=>{e.exports={en:["Price Note"]}},68941:e=>{e.exports={en:["Price Range"]}},66123:e=>{e.exports={en:["Price format is invalid."]}},72926:e=>{e.exports={en:["Price line"],el:["Γραμμή Τιμής"]}},59189:e=>{e.exports={en:["Primary"]}},75747:e=>{e.exports={en:["Projection"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"]}},2460:e=>{e.exports={en:["Regression Trend"]}},67410:e=>{e.exports={en:["Remove"],el:["Αφαίρεση"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"]}},86285:e=>{e.exports={en:["Remove {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"]}},88853:e=>{e.exports={en:["Reset points"]}},15332:e=>{e.exports={en:["Reset price scale"],el:["Reset Price Scale"]}},54170:e=>{e.exports={en:["Reset time scale"],el:["Reset Time Scale"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"]}},5959:e=>{e.exports={en:["Warsaw"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."]}},43716:e=>{e.exports={ en:["Pin to scale {label} (hidden)"]}},90095:e=>{e.exports={en:["Pinned to left scale"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"]}},44579:e=>{e.exports={en:["Pinned to right scale"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"]}},71566:e=>{e.exports={en:["Plus button"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"]}},91282:e=>{e.exports={en:["Price Label"]}},97512:e=>{e.exports={en:["Price Note"]}},68941:e=>{e.exports={en:["Price Range"]}},66123:e=>{e.exports={en:["Price format is invalid."]}},72926:e=>{e.exports={en:["Price line"],el:["Γραμμή Τιμής"]}},59189:e=>{e.exports={en:["Primary"]}},75747:e=>{e.exports={en:["Projection"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"]}},2460:e=>{e.exports={en:["Regression Trend"]}},67410:e=>{e.exports={en:["Remove"],el:["Αφαίρεση"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"]}},86285:e=>{e.exports={en:["Remove {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"]}},88853:e=>{e.exports={en:["Reset points"]}},15332:e=>{e.exports={en:["Reset price scale"],el:["Reset Price Scale"]}},54170:e=>{e.exports={en:["Reset time scale"],el:["Reset Time Scale"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"]}},5959:e=>{e.exports={en:["Warsaw"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."]}},99274:e=>{e.exports={
en:["There's no data for your selected period and chart timeframe."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],el:["The symbol available only on {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"]}},20909:e=>{e.exports={en:["Time zone"],el:["Ζώνη Ώρας"]}},46852:e=>{e.exports={en:["Time Cycles"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"]}},35757:e=>{e.exports={en:["Trend Angle"]}},97339:e=>{e.exports={en:["Trend Line"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{e.exports={en:["Triangle Down"]}},90148:e=>{e.exports={en:["Triangle Pattern"]}},21236:e=>{e.exports={en:["Triangle Up"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],el:["Αναίρεση"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"]}},11768:e=>{e.exports={en:["Unknown error"]}},99894:e=>{e.exports={en:["Unlock"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."]}},93722:e=>{e.exports={en:["Volume candles"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."]}},92763:e=>{e.exports={en:["Volume footprint"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"]}},54853:e=>{e.exports={en:["Visibility on intervals"]}},58302:e=>{e.exports={en:["Visible on tap"]}},10309:e=>{e.exports={en:["Visible on mouse over"],el:["Visible on Mouse Over"]}},4077:e=>{e.exports={en:["Visual order"],el:["Σειρά Εμφάνισης"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"] en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],el:["The symbol available only on {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"]}},20909:e=>{e.exports={en:["Time zone"],el:["Ζώνη Ώρας"]}},46852:e=>{e.exports={en:["Time Cycles"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"]}},35757:e=>{e.exports={en:["Trend Angle"]}},97339:e=>{e.exports={en:["Trend Line"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{e.exports={en:["Triangle Down"]}},90148:e=>{e.exports={en:["Triangle Pattern"]}},21236:e=>{e.exports={en:["Triangle Up"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],el:["Αναίρεση"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"]}},11768:e=>{e.exports={en:["Unknown error"]}},99894:e=>{e.exports={en:["Unlock"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."]}},93722:e=>{e.exports={en:["Volume candles"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."]}},92763:e=>{e.exports={en:["Volume footprint"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"]}},54853:e=>{e.exports={en:["Visibility on intervals"]}},58302:e=>{e.exports={en:["Visible on tap"]}},10309:e=>{e.exports={en:["Visible on mouse over"],el:["Visible on Mouse Over"]}},4077:e=>{e.exports={en:["Visual order"],el:["Σειρά Εμφάνισης"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"]}},
}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"]}},61557:e=>{e.exports={en:["change no overlapping labels"]}},76852:e=>{e.exports={en:["change average close price label visibility"]}},1022:e=>{e.exports={en:["change average close price line visibility"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"]}},32302:e=>{e.exports={en:["change currency"]}},68846:e=>{e.exports={en:["change chart layout to {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"]}},16979:e=>{e.exports={en:["change date range"]}},53929:e=>{e.exports={en:["change dividends visibility"]}},6119:e=>{e.exports={en:["change events visibility on chart"]}},6819:e=>{e.exports={en:["change earnings visibility"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"]}},88849:e=>{e.exports={en:["change linking group"]}},14691:e=>{e.exports={en:["change pane height"]}},96379:e=>{e.exports={en:["change plus button visibility"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"]}},58419:e=>{e.exports={en:["change previous close price line visibility"]}},8662:e=>{e.exports={en:["change price line visibility"]}},2509:e=>{e.exports={en:["change price to bar ratio"]}},32829:e=>{e.exports={en:["change resolution"],el:["Change Resolution"]}},35400:e=>{e.exports={en:["change symbol"],el:["Change symbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"]}},67453:e=>{e.exports={en:["change symbol last value visibility"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"]}},87041:e=>{e.exports={en:["change session"]}},38413:e=>{e.exports={en:["change session breaks visibility"]}},49965:e=>{e.exports={en:["change series style"]}},47474:e=>{e.exports={en:["change splits visibility"]}},20137:e=>{e.exports={en:["change timezone"]}},85975:e=>{e.exports={en:["change unit"]}},1924:e=>{e.exports={en:["change visibility"]}},84331:e=>{e.exports={en:["change visibility at current interval"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"]}},57916:e=>{e.exports={en:["change visibility at all intervals"]}},94566:e=>{e.exports={en:["charts by TradingView"]}},32943:e=>{e.exports={en:["clone line tools"]}},46219:e=>{e.exports={en:["create line tools group"]}},95394:e=>{e.exports={ 41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"]}},61557:e=>{e.exports={en:["change no overlapping labels"]}},76852:e=>{e.exports={en:["change average close price label visibility"]}},1022:e=>{e.exports={en:["change average close price line visibility"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"]}},32302:e=>{e.exports={en:["change currency"]}},68846:e=>{e.exports={en:["change chart layout to {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"]}},16979:e=>{e.exports={en:["change date range"]}},53929:e=>{e.exports={en:["change dividends visibility"]}},6119:e=>{e.exports={en:["change events visibility on chart"]}},6819:e=>{e.exports={en:["change earnings visibility"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"]}},88849:e=>{e.exports={en:["change linking group"]}},14691:e=>{e.exports={en:["change pane height"]}},96379:e=>{e.exports={en:["change plus button visibility"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"]}},58419:e=>{e.exports={en:["change previous close price line visibility"]}},8662:e=>{e.exports={en:["change price line visibility"]}},2509:e=>{e.exports={en:["change price to bar ratio"]}},32829:e=>{e.exports={en:["change resolution"],el:["Change Resolution"]}},35400:e=>{e.exports={en:["change symbol"],el:["Change symbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"]}},67453:e=>{e.exports={en:["change symbol last value visibility"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"]}},87041:e=>{e.exports={en:["change session"]}},38413:e=>{e.exports={en:["change session breaks visibility"]}},49965:e=>{e.exports={en:["change series style"]}},47474:e=>{e.exports={en:["change splits visibility"]}},20137:e=>{e.exports={en:["change timezone"]}},85975:e=>{e.exports={en:["change unit"]}},1924:e=>{e.exports={en:["change visibility"]}},84331:e=>{e.exports={en:["change visibility at current interval"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"]}},57916:e=>{e.exports={en:["change visibility at all intervals"]}},94566:e=>{
en:["create line tools group from selection"]}},12898:e=>{e.exports={en:["create {tool}"]}},94227:e=>{e.exports={en:["cut sources"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"]}},99551:e=>{e.exports={en:["apply all chart properties"]}},89720:e=>{e.exports={en:["apply drawing template"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"]}},69604:e=>{e.exports={en:["apply study template {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"]}},1979:e=>{e.exports={en:["bring group {title} forward"]}},53159:e=>{e.exports={en:["bring {title} to front"]}},41966:e=>{e.exports={en:["bring {title} forward"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"]}},13017:e=>{e.exports={en:["hide {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],el:["Hide Marks On Bars"]}},56558:e=>{e.exports={en:["interval lock"]}},6830:e=>{e.exports={en:["invert scale"],el:["Invert Scale"]}},48818:e=>{e.exports={en:["insert {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"]}},62011:e=>{e.exports={en:["loading..."],el:["ενημέρωση..."]}},76104:e=>{e.exports={en:["lock {title}"]}},20453:e=>{e.exports={en:["lock group {group}"]}},18942:e=>{e.exports={en:["lock objects"]}},98277:e=>{e.exports={en:["move"]}},58228:e=>{e.exports={en:["move {title} to new left scale"]}},77482:e=>{e.exports={en:["move {title} to new right scale"]}},64077:e=>{e.exports={en:["move all scales to left"]}},19013:e=>{e.exports={en:["move all scales to right"]}},52510:e=>{e.exports={en:["move drawing(s)"]}},79209:e=>{e.exports={en:["move left"]}},60114:e=>{e.exports={en:["move right"]}},44854:e=>{e.exports={en:["move scale"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"]}},76709:e=>{e.exports={en:["make group {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"]}},78055:e=>{e.exports={en:["merge down"]}},41866:e=>{e.exports={en:["merge to pane"]}},52458:e=>{e.exports={en:["merge up"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"]}},63796:e=>{e.exports={en:["scale price chart only"], e.exports={en:["charts by TradingView"]}},32943:e=>{e.exports={en:["clone line tools"]}},46219:e=>{e.exports={en:["create line tools group"]}},95394:e=>{e.exports={en:["create line tools group from selection"]}},12898:e=>{e.exports={en:["create {tool}"]}},94227:e=>{e.exports={en:["cut sources"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"]}},99551:e=>{e.exports={en:["apply all chart properties"]}},89720:e=>{e.exports={en:["apply drawing template"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"]}},69604:e=>{e.exports={en:["apply study template {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"]}},1979:e=>{e.exports={en:["bring group {title} forward"]}},53159:e=>{e.exports={en:["bring {title} to front"]}},41966:e=>{e.exports={en:["bring {title} forward"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"]}},13017:e=>{e.exports={en:["hide {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],el:["Hide Marks On Bars"]}},56558:e=>{e.exports={en:["interval lock"]}},6830:e=>{e.exports={en:["invert scale"],el:["Invert Scale"]}},48818:e=>{e.exports={en:["insert {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"]}},62011:e=>{e.exports={en:["loading..."],el:["ενημέρωση..."]}},76104:e=>{e.exports={en:["lock {title}"]}},20453:e=>{e.exports={en:["lock group {group}"]}},18942:e=>{e.exports={en:["lock objects"]}},98277:e=>{e.exports={en:["move"]}},58228:e=>{e.exports={en:["move {title} to new left scale"]}},77482:e=>{e.exports={en:["move {title} to new right scale"]}},64077:e=>{e.exports={en:["move all scales to left"]}},19013:e=>{e.exports={en:["move all scales to right"]}},52510:e=>{e.exports={en:["move drawing(s)"]}},79209:e=>{e.exports={en:["move left"]}},60114:e=>{e.exports={en:["move right"]}},44854:e=>{e.exports={en:["move scale"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"]}},76709:e=>{e.exports={en:["make group {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"]}},78055:e=>{e.exports={en:["merge down"]}},41866:e=>{e.exports={en:["merge to pane"]}},52458:e=>{e.exports={
el:["Scale Price Chart Only"]}},70771:e=>{e.exports={en:["scale time"]}},42070:e=>{e.exports={en:["scroll"]}},87840:e=>{e.exports={en:["scroll time"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"]}},5005:e=>{e.exports={en:["send {title} to back"]}},69546:e=>{e.exports={en:["send group {title} backward"]}},63934:e=>{e.exports={en:["share line tools globally"]}},90221:e=>{e.exports={en:["share line tools in layout"]}},13336:e=>{e.exports={en:["show all ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"]}},57460:e=>{e.exports={en:["show my ideas only"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"]}},53278:e=>{e.exports={en:["symbol lock"]}},91677:e=>{e.exports={en:["sync time"]}},3140:e=>{e.exports={en:["powered by"]}},92800:e=>{e.exports={en:["powered by TradingView"]}},62192:e=>{e.exports={en:["paste drawing"]}},1064:e=>{e.exports={en:["paste indicator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"]}},7495:e=>{e.exports={en:["pin to right scale"]}},81566:e=>{e.exports={en:["pin to scale {label}"]}},2618:e=>{e.exports={en:["rearrange panes"]}},60806:e=>{e.exports={en:["remove all indicators"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"]}},30538:e=>{e.exports={en:["remove drawings"]}},1193:e=>{e.exports={en:["remove drawings group"]}},38199:e=>{e.exports={en:["remove line data sources"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"]}},3323:e=>{e.exports={en:["reset scales"]}},17336:e=>{e.exports={en:["reset time scale"],el:["Reset Time Scale"]}},47418:e=>{e.exports={en:["resize layout"]}},85815:e=>{e.exports={en:["restore defaults"]}},96881:e=>{e.exports={en:["restore study defaults"]}},63095:e=>{e.exports={en:["toggle maximized pane state"]}},42240:e=>{e.exports={en:["toggle auto scale"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"]}},49695:e=>{e.exports={en:["toggle lock scale"]}},49403:e=>{e.exports={en:["toggle log scale"]}},98994:e=>{e.exports={en:["toggle percentage scale"],el:["Toggle Percentage Scale"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"]}},8040:e=>{e.exports={en:["turn line tools sharing off"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"]}},74590:e=>{e.exports={en:["unlock group {group}"]}},12525:e=>{e.exports={en:["unlock {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"]}},79443:e=>{e.exports={en:["unmerge up"]}},46453:e=>{e.exports={en:["unmerge down"]}},94656:e=>{e.exports={ en:["merge up"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"]}},63796:e=>{e.exports={en:["scale price chart only"],el:["Scale Price Chart Only"]}},70771:e=>{e.exports={en:["scale time"]}},42070:e=>{e.exports={en:["scroll"]}},87840:e=>{e.exports={en:["scroll time"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"]}},5005:e=>{e.exports={en:["send {title} to back"]}},69546:e=>{e.exports={en:["send group {title} backward"]}},63934:e=>{e.exports={en:["share line tools globally"]}},90221:e=>{e.exports={en:["share line tools in layout"]}},13336:e=>{e.exports={en:["show all ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"]}},57460:e=>{e.exports={en:["show my ideas only"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"]}},53278:e=>{e.exports={en:["symbol lock"]}},91677:e=>{e.exports={en:["sync time"]}},3140:e=>{e.exports={en:["powered by"]}},92800:e=>{e.exports={en:["powered by TradingView"]}},62192:e=>{e.exports={en:["paste drawing"]}},1064:e=>{e.exports={en:["paste indicator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"]}},7495:e=>{e.exports={en:["pin to right scale"]}},81566:e=>{e.exports={en:["pin to scale {label}"]}},2618:e=>{e.exports={en:["rearrange panes"]}},60806:e=>{e.exports={en:["remove all indicators"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"]}},30538:e=>{e.exports={en:["remove drawings"]}},1193:e=>{e.exports={en:["remove drawings group"]}},38199:e=>{e.exports={en:["remove line data sources"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"]}},3323:e=>{e.exports={en:["reset scales"]}},17336:e=>{e.exports={en:["reset time scale"],el:["Reset Time Scale"]}},47418:e=>{e.exports={en:["resize layout"]}},85815:e=>{e.exports={en:["restore defaults"]}},96881:e=>{e.exports={en:["restore study defaults"]}},63095:e=>{e.exports={en:["toggle maximized pane state"]}},42240:e=>{e.exports={en:["toggle auto scale"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"]}},49695:e=>{e.exports={en:["toggle lock scale"]}},49403:e=>{e.exports={en:["toggle log scale"]}},98994:e=>{e.exports={en:["toggle percentage scale"],el:["Toggle Percentage Scale"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"]}},8040:e=>{e.exports={en:["turn line tools sharing off"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"]}},74590:e=>{e.exports={en:["unlock group {group}"]}},12525:e=>{e.exports={en:["unlock {title}"]}},81576:e=>{
en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"]}},73638:e=>{e.exports={en:["zoom out"]}},41807:e=>{e.exports={en:["day","days"]}},42328:e=>{e.exports={en:["hour","hours"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"]}},89937:e=>{e.exports={en:["range","ranges"]}},48898:e=>{e.exports={en:["week","weeks"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],el:["APPLE INC"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],el:["Australian Dollar/Swiss Franc"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],el:["Australian Dollar/Japanese Yen"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],el:["Australian Dollar/New Zealand Dollar"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],el:["AUSTRALIAN DOLLAR / RUSSIAN RUBLE"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],el:["Australian Dollar/U.S. Dollar"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],el:["MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],el:["IBovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],el:["IBRX 50 Index"]},e.exports["#BMV:CT-symbol-description"]={ e.exports={en:["unmerge to new bottom pane"]}},79443:e=>{e.exports={en:["unmerge up"]}},46453:e=>{e.exports={en:["unmerge down"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"]}},73638:e=>{e.exports={en:["zoom out"]}},41807:e=>{e.exports={en:["day","days"]}},42328:e=>{e.exports={en:["hour","hours"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"]}},89937:e=>{e.exports={en:["range","ranges"]}},48898:e=>{e.exports={en:["week","weeks"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],el:["APPLE INC"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],el:["Australian Dollar/Swiss Franc"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],el:["Australian Dollar/Japanese Yen"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],el:["Australian Dollar/New Zealand Dollar"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],el:["AUSTRALIAN DOLLAR / RUSSIAN RUBLE"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],el:["Australian Dollar/U.S. Dollar"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],el:["MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],el:["IBovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={
en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],el:["IPC Mexico Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],el:["Bitcoin / Dollar"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],el:["Canadian Dollar/Japanese Yen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],el:["Swiss Franc/Japanese Yen"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={ en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],el:["IBRX 50 Index"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],el:["IPC Mexico Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],el:["Bitcoin / Dollar"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],el:["Canadian Dollar/Japanese Yen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],el:["Swiss Franc/Japanese Yen"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},
en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],el:["Copper"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],el:["EGX 30 Price Return Index"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={ e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],el:["Copper"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],el:["EGX 30 Price Return Index"]},e.exports["#ETCBTC-symbol-description"]={
en:["Ethereum Classic / U.S. Dollar"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],el:["Euro Fx/Australian Dollar"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],el:["Euro Fx/Canadian Dollar"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],el:["Euro Fx/Swiss Franc"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],el:["Euro Fx/British Pound"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],el:["Euro Fx/Japanese Yen"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],el:["Euro Fx/New Zealand Dollar"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],el:["EURO / RUSSIAN RUBLE"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],el:["EUR/RUB TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],el:["Euro Fx/Turkish New Lira"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],el:["Euro Fx/U.S. Dollar"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],el:["Euro Stoxx 50 index of European listed shares"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],el:["British Pound/Australian Dollar"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"], en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],el:["Euro Fx/Australian Dollar"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],el:["Euro Fx/Canadian Dollar"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],el:["Euro Fx/Swiss Franc"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],el:["Euro Fx/British Pound"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],el:["Euro Fx/Japanese Yen"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],el:["Euro Fx/New Zealand Dollar"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],el:["EURO / RUSSIAN RUBLE"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],el:["EUR/RUB TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],el:["Euro Fx/Turkish New Lira"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],el:["Euro Fx/U.S. Dollar"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],el:["Euro Stoxx 50 index of European listed shares"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={
el:["British Pound/Canadian Dollar"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],el:["British Pound/Swiss Franc"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],el:["POUND STERLING / EURO"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],el:["British Pound/Japanese Yen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],el:["British Pound/New Zealand Dollar"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],el:["Pound Sterling / Russian Ruble"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],el:["British Pound/U.S. Dollar"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],el:["DAX index of German listed shares"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],el:["GOOGLE INC"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],el:["Nikkei 225 Index"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],el:["YEN / WON"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],el:["YEN / RUSSIAN RUBLE"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]}, en:["British Pound / Australian Dollar"],el:["British Pound/Australian Dollar"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],el:["British Pound/Canadian Dollar"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],el:["British Pound/Swiss Franc"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],el:["POUND STERLING / EURO"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],el:["British Pound/Japanese Yen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],el:["British Pound/New Zealand Dollar"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],el:["Pound Sterling / Russian Ruble"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],el:["British Pound/U.S. Dollar"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],el:["DAX index of German listed shares"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],el:["GOOGLE INC"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],el:["Nikkei 225 Index"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],el:["YEN / WON"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],el:["YEN / RUSSIAN RUBLE"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={
e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],el:["MICROSOFT CORP"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],el:["NASDAQ 100 index of US listed shares"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],el:["Iteris Inc."]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],el:["Nikkei 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]}, en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],el:["MICROSOFT CORP"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],el:["NASDAQ 100 index of US listed shares"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],el:["Iteris Inc."]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],el:["Nikkei 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={
e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],el:["ALIBABA GROUP HLDG LTD"]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],el:["New Zealand Dollar/Japanese Yen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],el:["New Zealand Dollar/U.S. Dollar"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],el:["OMX Riga GI"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],el:["OMX Tallinn GI"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],el:["OMX Vilnius GI"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]}, en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],el:["ALIBABA GROUP HLDG LTD"]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],el:["New Zealand Dollar/Japanese Yen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],el:["New Zealand Dollar/U.S. Dollar"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],el:["OMX Riga GI"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],el:["OMX Tallinn GI"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],el:["OMX Vilnius GI"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={
e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],el:["S&P 500 index of US listed shares"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],el:["SZSE Component Index"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],el:["U.S. Dollar Currency Index"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"]},e.exports["#TVC:GOLD-symbol-description"]={ en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],el:["S&P 500 index of US listed shares"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],el:["SZSE Component Index"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],el:["U.S. Dollar Currency Index"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"]},
en:["CFDs on Gold (US$ / OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],el:["India Government Bonds 10 yr"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],el:["Italy Government Bonds 10 yr"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],el:["NASDAQ Composite Index"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],el:["Japan Government Bonds 10 yr"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],el:["NASDAQ 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],el:["Nikkei 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]}, e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],el:["India Government Bonds 10 yr"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],el:["Italy Government Bonds 10 yr"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],el:["NASDAQ Composite Index"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],el:["Japan Government Bonds 10 yr"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],el:["NASDAQ 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],el:["Nikkei 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},
e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],el:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],el:["US Government Bonds 2 yr"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],el:["US Government Bonds 5 yr"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],el:["US Government Bonds 10 yr"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],el:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],el:["U.S. Dollar/Canadian Dollar"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],el:["U.S. Dollar/Swiss Franc"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],el:["U.S. Dollar / Yuan Renminbi"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],el:["US DOLLAR / DANISH KRONE"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],el:["U.S. Dollar/Hong Kong Dollar"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"]}, e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],el:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],el:["US Government Bonds 2 yr"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],el:["US Government Bonds 5 yr"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],el:["US Government Bonds 10 yr"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],el:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],el:["U.S. Dollar/Canadian Dollar"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],el:["U.S. Dollar/Swiss Franc"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],el:["U.S. Dollar / Yuan Renminbi"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],el:["US DOLLAR / DANISH KRONE"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],el:["U.S. Dollar/Hong Kong Dollar"]},
e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],el:["U.S. Dollar/Japanese Yen"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],el:["US DOLLAR / WON"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],el:["USD/PLN"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],el:["US DOLLAR / RUSSIAN RUBLE"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],el:["USD/RUB TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],el:["U.S. Dollar/Swedish Krona"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],el:["US DOLLAR / SINGAPORE DOLLAR"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],el:["U.S. Dollar/Turkish New Lira"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],el:["Silver/U.S. Dollar"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],el:["Gold / U.S. Dollar"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],el:["Platinum/U.S. Dollar"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],el:["Ripple / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],el:["Ripple / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],el:["Ripple / U.S. Dollar"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"]}}}]); e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],el:["U.S. Dollar/Japanese Yen"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],el:["US DOLLAR / WON"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],el:["USD/PLN"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],el:["US DOLLAR / RUSSIAN RUBLE"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],el:["USD/RUB TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],el:["U.S. Dollar/Swedish Krona"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],el:["US DOLLAR / SINGAPORE DOLLAR"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],el:["U.S. Dollar/Turkish New Lira"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],el:["Silver/U.S. Dollar"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],el:["Gold / U.S. Dollar"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],el:["Platinum/U.S. Dollar"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],el:["Ripple / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],el:["Ripple / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],el:["Ripple / U.S. Dollar"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"]}}}]);

View File

@@ -1,4 +0,0 @@
(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"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"]}},71776:e=>{e.exports={en:["Down"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},72942:e=>{e.exports={en:["Days"]}},16564:e=>{e.exports={en:["Default"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"]}},73185:e=>{e.exports={en:["Fill bottom area"]}},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"]}},64075:e=>{e.exports={en:["Override min tick"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"]}},22691:e=>{e.exports={en:["Up"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},86866:e=>{e.exports={en:["change area fill color"]}},
89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={en:["change {title} base line visibility"]}},17926:e=>{e.exports={en:["change {title} base line width"]}},41638:e=>{e.exports={en:["change {title} down line color"]}},51842:e=>{e.exports={en:["change {title} down line style"]}},46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{
e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},92598:e=>{e.exports={en:["hollow candles"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{
e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},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"]}}}]);

View File

@@ -1,5 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"]}},81849:e=>{e.exports={en:["Currency"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"]}},79468:e=>{e.exports={en:["Background"]}},10842:e=>{e.exports={en:["Bar change values"]}},28975:e=>{e.exports={en:["Base level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"]}},78734:e=>{e.exports={en:["Description"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"]}},73185:e=>{e.exports={en:["Fill bottom area"]}},886:e=>{e.exports={en:["HLC bars"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}}, (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"]}},81849:e=>{e.exports={en:["Currency"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"]}},79468:e=>{e.exports={en:["Background"]}},10842:e=>{e.exports={en:["Bar change values"]}},28975:e=>{e.exports={en:["Base level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"]}},78734:e=>{e.exports={en:["Description"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"]}},73185:e=>{e.exports={en:["Fill bottom area"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"]}},8249:e=>{e.exports={en:["Money"]}},70937:e=>{e.exports={en:["Margins"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"]}},
95481:e=>{e.exports={en:["Symbol"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"]}},70198:e=>{e.exports={en:["Title"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"]}},51514:e=>{e.exports={en:["Value"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={ 53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"]}},70198:e=>{e.exports={en:["Title"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"]}},51514:e=>{e.exports={en:["Value"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={
en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{ en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{
e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}}, e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},
6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]); 6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -1,3 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"]}},69207:e=>{e.exports={en:["Add to favorites"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"]}},22145:e=>{e.exports={en:["Geometric shapes"]}},57157:e=>{e.exports={en:["Dot"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"]}},74385:e=>{e.exports={en:["Drawings"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={
en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"]}},99984:e=>{e.exports={en:["Remove indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"]}},37310:e=>{e.exports={en:["Zoom Out"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},
90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);

View File

@@ -0,0 +1,3 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"]}},69207:e=>{e.exports={en:["Add to favorites"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"]}},22145:e=>{e.exports={en:["Geometric shapes"]}},57157:e=>{e.exports={en:["Dot"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"]}},74385:e=>{e.exports={en:["Drawings"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{
e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"]}},99984:e=>{e.exports={en:["Remove indicators"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"]}},37310:e=>{e.exports={en:["Zoom Out"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={
en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);

View File

@@ -0,0 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"]}},78930:e=>{e.exports={en:["Coordinates"]}},24197:e=>{e.exports={en:["Center"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},27567:e=>{e.exports={en:["Bottom"]}},3159:e=>{e.exports={en:["Bottom line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"]}},71776:e=>{e.exports={en:["Down"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},72942:e=>{e.exports={en:["Days"]}},16564:e=>{e.exports={en:["Default"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"]}},73185:e=>{e.exports={en:["Fill bottom area"]}},56796:e=>{e.exports={en:["Hours"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"]}},64075:e=>{e.exports={en:["Override min tick"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"]}},43154:e=>{e.exports={en:["Months"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"]}},835:e=>{e.exports={en:["Weeks"]}},32163:e=>{e.exports={en:["Wick"]}},97118:e=>{e.exports={en:["Top"]}},89349:e=>{e.exports={en:["Top line"]}},70320:e=>{e.exports={en:["Text"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"]}},22691:e=>{e.exports={en:["Up"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={
en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={en:["change {title} base line visibility"]}},17926:e=>{e.exports={en:["change {title} base line width"]}},41638:e=>{e.exports={en:["change {title} down line color"]}},51842:e=>{e.exports={en:["change {title} down line style"]}},46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={
en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},92598:e=>{e.exports={en:["hollow candles"]}},76261:e=>{
e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},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"]}}}]);

View File

@@ -1,4 +1,4 @@
(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"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"]},e.exports["1 Level Color_input"]={en:["1 Level Color"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"]},e.exports["1st Period_input"]={en:["1st Period"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"]},e.exports["2nd Period_input"]={en:["2nd Period"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"]},e.exports["3rd Period_input"]={en:["3rd Period"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"]},e.exports["4th Period_input"]={en:["4th Period"]},e.exports["5th Period_input"]={en:["5th Period"]},e.exports["6th Period_input"]={en:["6th Period"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]}, (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"]}},96870:e=>{e.exports={en:["Light"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"]},e.exports["1 Level Color_input"]={en:["1 Level Color"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"]},e.exports["1st Period_input"]={en:["1st Period"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"]},e.exports["2nd Period_input"]={en:["2nd Period"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"]},e.exports["3rd Period_input"]={en:["3rd Period"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"]},e.exports["4th Period_input"]={en:["4th Period"]},e.exports["5th Period_input"]={en:["5th Period"]},e.exports["6th Period_input"]={en:["6th Period"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},
e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"]},e.exports["Another symbol_input"]={en:["Another symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"]},e.exports.Back_input={en:["Back"]},e.exports["Bands style_input"]={en:["Bands style"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"]},e.exports.Borders_input={en:["Borders"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"]},e.exports["Box size_input"]={en:["Box size"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"]},e.exports.Century_input={en:["Century"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"]},e.exports.Count_input={en:["Count"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"]},e.exports["Days Per Year_input"]={en:["Days Per Year"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"]},e.exports["Down bars_input"]={en:["Down bars"]}, e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"]},e.exports["Another symbol_input"]={en:["Another symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"]},e.exports.Back_input={en:["Back"]},e.exports["Bands style_input"]={en:["Bands style"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"]},e.exports.Borders_input={en:["Borders"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"]},e.exports["Box size_input"]={en:["Box size"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"]},e.exports.Century_input={en:["Century"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"]},e.exports.Count_input={en:["Count"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"]},e.exports["Days Per Year_input"]={en:["Days Per Year"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"]},e.exports["Down bars_input"]={en:["Down bars"]},
e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"]},e.exports.Exponential_input={en:["Exponential"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"]},e.exports.Falling_input={en:["Falling"]},e.exports["Fast Length_input"]={en:["Fast Length"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"]},e.exports["Length MA_input"]={en:["Length MA"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"]},e.exports.Length_input={en:["Length"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"]},e.exports["Lips Length_input"]={en:["Lips Length"]},e.exports["Lips Offset_input"]={en:["Lips Offset"] e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"]},e.exports.Exponential_input={en:["Exponential"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"]},e.exports.Falling_input={en:["Falling"]},e.exports["Fast Length_input"]={en:["Fast Length"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"]},e.exports["Length MA_input"]={en:["Length MA"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"]},e.exports.Length_input={en:["Length"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"]},e.exports["Lips Length_input"]={en:["Lips Length"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]
},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"]},e.exports.LowerLimit_input={en:["LowerLimit"]},e.exports.Lower_input={en:["Lower"]},e.exports["MA Length_input"]={en:["MA Length"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"]},e.exports["Market only_input"]={en:["Market only"]},e.exports["Max value_input"]={en:["Max value"]},e.exports.Median_input={en:["Median"]},e.exports.Method_input={en:["Method"]},e.exports.Middle_input={en:["Middle"]},e.exports.Minimize_input={en:["Minimize"]},e.exports.Month_input={en:["Month"]},e.exports.Move_input={en:["Move"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"]},e.exports["Number of line_input"]={en:["Number of line"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"]},e.exports.Overbought_input={en:["Overbought"]},e.exports.Oversold_input={en:["Oversold"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"]},e.exports.Percentage_input={en:["Percentage"]},e.exports.Period_input={en:["Period"]},e.exports.Periods_input={en:["Periods"]},e.exports["Phantom bars_input"]={en:["Phantom bars"]},e.exports.Placement_input={en:["Placement"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"]},e.exports["Post-market only_input"]={en:["Post-market only"]},e.exports["Pre-market only_input"]={en:["Pre-market only"]},e.exports["Price source_input"]={en:["Price source"]},e.exports.Price_input={en:["Price"]},e.exports["Projection down bars_input"]={en:["Projection down bars"]},e.exports["Projection down color_input"]={en:["Projection down color"]},e.exports["Projection up bars_input"]={en:["Projection up bars"]},e.exports["Projection up color_input"]={en:["Projection up color"]}, },e.exports.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"]},
@@ -20,22 +20,22 @@ e.exports["Total debt_study"]={en:["Total debt"]},e.exports["Total equity_study"
en:["Volume Weighted Moving Average"]},e.exports.Volume_study={en:["Volume"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"]}},922:e=>{e.exports={en:["Minute"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"]}},10615:e=>{e.exports={en:["Couldn't cut"]}},81518:e=>{e.exports={en:["Couldn't paste"]}},83140:e=>{e.exports={en:["Countdown to bar close"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"]}},9818:e=>{e.exports={en:["Comment"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"]}},12086:e=>{e.exports={en:["Compilation error"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"]}},48141:e=>{e.exports={en:["Confirm Inputs"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"]}},66134:e=>{e.exports={en:["Copy Chart Layout"]}},63553:e=>{e.exports={en:["Copy price"]}},65736:e=>{e.exports={en:["Cairo"]}},25381:e=>{e.exports={en:["Callout"]}},45054:e=>{e.exports={en:["Candles"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"]}},85124:e=>{e.exports={en:["Change Symbol"]}},2569:e=>{e.exports={en:["Change interval"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"]}},48566:e=>{e.exports={en:["Change scale currency"]}},85110:e=>{e.exports={en:["Change scale unit"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"]}},98856:e=>{e.exports={en:["Chart by TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"]}},14985:e=>{e.exports={en:["Click to set a point"]}},12537:e=>{e.exports={en:["Clone"]}},62578:e=>{e.exports={en:["Close"]}},264:e=>{e.exports={en:["Create limit order"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"]}},59396:e=>{e.exports={en:["Currencies"]}},20177:e=>{e.exports={en:["Current interval and above"]}},494:e=>{e.exports={en:["Current interval and below"]}},60668:e=>{ en:["Volume Weighted Moving Average"]},e.exports.Volume_study={en:["Volume"]},e.exports["Vortex Indicator_study"]={en:["Vortex Indicator"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.exports["Williams Alligator_study"]={en:["Williams Alligator"]},e.exports["Williams Fractal_study"]={en:["Williams Fractal"]},e.exports["Williams Fractals_study"]={en:["Williams Fractals"]},e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"]},e.exports["Woodies CCI_study"]={en:["Woodies CCI"]},e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={en:["Zmijewski score"]}},89633:e=>{e.exports={en:["Anchored Volume Profile"]}},25705:e=>{e.exports={en:["Fixed Range Volume Profile"]}},24261:e=>{e.exports={en:["Vol"]}},67736:e=>{e.exports={en:["Minor"]}},922:e=>{e.exports={en:["Minute"]}},91405:e=>{e.exports={en:["Text"]}},78972:e=>{e.exports={en:["Couldn't copy"]}},10615:e=>{e.exports={en:["Couldn't cut"]}},81518:e=>{e.exports={en:["Couldn't paste"]}},83140:e=>{e.exports={en:["Countdown to bar close"]}},10871:e=>{e.exports={en:["Colombo"]}},55761:e=>{e.exports={en:["Columns"]}},9818:e=>{e.exports={en:["Comment"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"]}},12086:e=>{e.exports={en:["Compilation error"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"]}},48141:e=>{e.exports={en:["Confirm Inputs"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"]}},38917:e=>{e.exports={en:["Copenhagen"]}},49680:e=>{e.exports={en:["Copy"]}},66134:e=>{e.exports={en:["Copy Chart Layout"]}},63553:e=>{e.exports={en:["Copy price"]}},65736:e=>{e.exports={en:["Cairo"]}},25381:e=>{e.exports={en:["Callout"]}},45054:e=>{e.exports={en:["Candles"]}},30948:e=>{e.exports={en:["Caracas"]}},70409:e=>{e.exports={en:["Casablanca"]}},37276:e=>{e.exports={en:["Change"]}},85124:e=>{e.exports={en:["Change Symbol"]}},2569:e=>{e.exports={en:["Change interval"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"]}},48566:e=>{e.exports={en:["Change scale currency"]}},85110:e=>{e.exports={en:["Change scale unit"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"]}},98856:e=>{e.exports={en:["Chart by TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"]}},14985:e=>{e.exports={en:["Click to set a point"]}},12537:e=>{e.exports={en:["Clone"]}},62578:e=>{e.exports={en:["Close"]}},264:e=>{e.exports={en:["Create limit order"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"]}},59396:e=>{e.exports={en:["Currencies"]}},20177:e=>{e.exports={en:["Current interval and above"]}},494:e=>{e.exports={en:["Current interval and below"]}},60668:e=>{
e.exports={en:["Current interval only"]}},78609:e=>{e.exports={en:["Curve"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"]}},93191:e=>{e.exports={en:["Cypher Pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"]}},46712:e=>{e.exports={en:["ABCD Pattern"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"]}},42630:e=>{e.exports={en:["Anchorage"]}},42669:e=>{e.exports={en:["Anchored Text"]}},84541:e=>{e.exports={en:["Anchored VWAP"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"]}},36299:e=>{e.exports={en:["Always visible"]}},58026:e=>{e.exports={en:["All intervals"]}},78358:e=>{e.exports={en:["Apply default"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"]}},34247:e=>{e.exports={en:["Arrow Down"]}},36352:e=>{e.exports={en:["Arrow Marker"]}},73193:e=>{e.exports={en:["Arrow Mark Down"]}},1949:e=>{e.exports={en:["Arrow Mark Left"]}},86275:e=>{e.exports={en:["Arrow Mark Right"]}},62453:e=>{e.exports={en:["Arrow Mark Up"]}},77231:e=>{e.exports={en:["Arrow Up"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"]}},72445:e=>{e.exports={en:["At close"]}},73702:e=>{e.exports={en:["Athens"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"]}},46450:e=>{e.exports={en:["Aug"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"]}},81994:e=>{e.exports={en:["Bars Pattern"]}},59213:e=>{e.exports={en:["Baseline"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={ e.exports={en:["Current interval only"]}},78609:e=>{e.exports={en:["Curve"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"]}},93191:e=>{e.exports={en:["Cypher Pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"]}},46712:e=>{e.exports={en:["ABCD Pattern"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"]}},42630:e=>{e.exports={en:["Anchorage"]}},42669:e=>{e.exports={en:["Anchored Text"]}},84541:e=>{e.exports={en:["Anchored VWAP"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"]}},36299:e=>{e.exports={en:["Always visible"]}},58026:e=>{e.exports={en:["All intervals"]}},78358:e=>{e.exports={en:["Apply default"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"]}},34247:e=>{e.exports={en:["Arrow Down"]}},36352:e=>{e.exports={en:["Arrow Marker"]}},73193:e=>{e.exports={en:["Arrow Mark Down"]}},1949:e=>{e.exports={en:["Arrow Mark Left"]}},86275:e=>{e.exports={en:["Arrow Mark Right"]}},62453:e=>{e.exports={en:["Arrow Mark Up"]}},77231:e=>{e.exports={en:["Arrow Up"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"]}},72445:e=>{e.exports={en:["At close"]}},73702:e=>{e.exports={en:["Athens"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"]}},46450:e=>{e.exports={en:["Aug"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"]}},81994:e=>{e.exports={en:["Bars Pattern"]}},59213:e=>{e.exports={en:["Baseline"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={
en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"]}},17293:e=>{e.exports={en:["Bring to front"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"]}},54280:e=>{e.exports={en:["Go to date"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"]}},47460:e=>{e.exports={en:["Gann Box"]}},48683:e=>{e.exports={en:["Gann Fan"]}},44763:e=>{e.exports={en:["Gann Square"]}},60707:e=>{e.exports={en:["Gann Square Fixed"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"]}},77125:e=>{e.exports={en:["Double Curve"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"]}},75296:e=>{e.exports={en:["Double-click to finish Path"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"]}},22677:e=>{e.exports={en:["Date"]}},85444:e=>{e.exports={en:["Date Range"]}},47017:e=>{e.exports={en:["Date and Price Range"]}},32084:e=>{e.exports={en:["Dec"]}},23403:e=>{e.exports={en:["Degree"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"]}},19271:e=>{e.exports={en:["Existing pane above"]}},46545:e=>{e.exports={en:["Existing pane below"]}},20138:e=>{e.exports={en:["Forecast"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"]}},82330:e=>{e.exports={en:["Fib Circles"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"]}},39014:e=>{e.exports={en:["Fib Spiral"]}},30622:e=>{e.exports={en:["Fib Time Zone"]}},85042:e=>{e.exports={en:["Fib Wedge"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"]}},45051:e=>{ en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"]}},17293:e=>{e.exports={en:["Bring to front"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"]}},54280:e=>{e.exports={en:["Go to date"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"]}},47460:e=>{e.exports={en:["Gann Box"]}},48683:e=>{e.exports={en:["Gann Fan"]}},44763:e=>{e.exports={en:["Gann Square"]}},60707:e=>{e.exports={en:["Gann Square Fixed"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"]}},77125:e=>{e.exports={en:["Double Curve"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"]}},75296:e=>{e.exports={en:["Double-click to finish Path"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"]}},22677:e=>{e.exports={en:["Date"]}},85444:e=>{e.exports={en:["Date Range"]}},47017:e=>{e.exports={en:["Date and Price Range"]}},32084:e=>{e.exports={en:["Dec"]}},23403:e=>{e.exports={en:["Degree"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"]}},19271:e=>{e.exports={en:["Existing pane above"]}},46545:e=>{e.exports={en:["Existing pane below"]}},20138:e=>{e.exports={en:["Forecast"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"]}},82330:e=>{e.exports={en:["Fib Circles"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"]}},39014:e=>{e.exports={en:["Fib Spiral"]}},30622:e=>{e.exports={en:["Fib Time Zone"]}},85042:e=>{e.exports={en:["Fib Wedge"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"]}},45051:e=>{
e.exports={en:["Flat Top/Bottom"]}},39643:e=>{e.exports={en:["Fraction part is invalid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"]}},25487:e=>{e.exports={en:["Horizontal Ray"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"]}},78525:e=>{e.exports={en:["Hide all indicators"]}},42164:e=>{e.exports={en:["Hide all positions & orders"]}},3217:e=>{e.exports={en:["Hide drawings"]}},97878:e=>{e.exports={en:["Hide events on chart"]}},72351:e=>{e.exports={en:["Hide indicators"]}},28345:e=>{e.exports={en:["Hide marks on bars"]}},92226:e=>{e.exports={en:["Hide positions & orders"]}},78254:e=>{e.exports={en:["High"]}},98236:e=>{e.exports={en:["High-low"]}},99479:e=>{e.exports={en:["High and low price labels"]}},33766:e=>{e.exports={en:["High and low price lines"]}},69476:e=>{e.exports={en:["Highlighter"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"]}},14285:e=>{e.exports={en:["Invalid Symbol"]}},52969:e=>{e.exports={en:["Invalid symbol"]}},37189:e=>{e.exports={en:["Invert scale"]}},89999:e=>{e.exports={en:["Indexed to 100"]}},46850:e=>{e.exports={en:["Indicators value labels"]}},54418:e=>{e.exports={en:["Indicators name labels"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"]}},15992:e=>{e.exports={en:["Info Line"]}},87829:e=>{e.exports={en:["Insert indicator"]}},41686:e=>{e.exports={en:["Inside Pitchfork"]}},37913:e=>{e.exports={en:["Icon"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"]}},429:e=>{e.exports={en:["Jun"]}}, e.exports={en:["Flat Top/Bottom"]}},39643:e=>{e.exports={en:["Fraction part is invalid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},886:e=>{e.exports={en:["HLC bars"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"]}},25487:e=>{e.exports={en:["Horizontal Ray"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"]}},78525:e=>{e.exports={en:["Hide all indicators"]}},42164:e=>{e.exports={en:["Hide all positions & orders"]}},3217:e=>{e.exports={en:["Hide drawings"]}},97878:e=>{e.exports={en:["Hide events on chart"]}},72351:e=>{e.exports={en:["Hide indicators"]}},28345:e=>{e.exports={en:["Hide marks on bars"]}},92226:e=>{e.exports={en:["Hide positions & orders"]}},78254:e=>{e.exports={en:["High"]}},98236:e=>{e.exports={en:["High-low"]}},99479:e=>{e.exports={en:["High and low price labels"]}},33766:e=>{e.exports={en:["High and low price lines"]}},69476:e=>{e.exports={en:["Highlighter"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"]}},14285:e=>{e.exports={en:["Invalid Symbol"]}},52969:e=>{e.exports={en:["Invalid symbol"]}},37189:e=>{e.exports={en:["Invert scale"]}},89999:e=>{e.exports={en:["Indexed to 100"]}},46850:e=>{e.exports={en:["Indicators value labels"]}},54418:e=>{e.exports={en:["Indicators name labels"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"]}},15992:e=>{e.exports={en:["Info Line"]}},87829:e=>{e.exports={en:["Insert indicator"]}},41686:e=>{e.exports={en:["Inside Pitchfork"]}},37913:e=>{e.exports={en:["Icon"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"]}
67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"]}},55813:e=>{e.exports={en:["On the right"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={en:["Open"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"]}},51077:e=>{e.exports={en:["Lock"]}},79777:e=>{e.exports={en:["Lock/unlock"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"]}},16170:e=>{e.exports={en:["Logarithmic"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"]}},52402:e=>{e.exports={en:["Label Up"]}},5119:e=>{e.exports={en:["Labels"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"]}},9394:e=>{e.exports={en:["Line with markers"]}},43588:e=>{e.exports={en:["Line break"]}},56982:e=>{e.exports={en:["Lines"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"]}},35049:e=>{e.exports={en:["Move to"]}},26493:e=>{e.exports={en:["Move scale to left"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"]}},88314:e=>{e.exports={en:["Merge all scales into one"]}},54215:e=>{e.exports={en:["Mixed"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"]}},9140:e=>{e.exports={en:["No sync"]}},50910:e=>{e.exports={en:["No volume data"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"]}},15512:e=>{e.exports={en:["New pane above"]}},52160:e=>{e.exports={en:["New pane below"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."]}},43047:e=>{ },429:e=>{e.exports={en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"]}},55813:e=>{e.exports={en:["On the right"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={en:["Open"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"]}},51077:e=>{e.exports={en:["Lock"]}},79777:e=>{e.exports={en:["Lock/unlock"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"]}},16170:e=>{e.exports={en:["Logarithmic"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"]}},52402:e=>{e.exports={en:["Label Up"]}},5119:e=>{e.exports={en:["Labels"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"]}},9394:e=>{e.exports={en:["Line with markers"]}},43588:e=>{e.exports={en:["Line break"]}},56982:e=>{e.exports={en:["Lines"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"]}},35049:e=>{e.exports={en:["Move to"]}},26493:e=>{e.exports={en:["Move scale to left"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"]}},88314:e=>{e.exports={en:["Merge all scales into one"]}},54215:e=>{e.exports={en:["Mixed"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"]}},9140:e=>{e.exports={en:["No sync"]}},50910:e=>{e.exports={en:["No volume data"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"]}},15512:e=>{e.exports={en:["New pane above"]}},52160:e=>{e.exports={en:["New pane below"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={
e.exports={en:["Save New Chart Layout"]}},76266:e=>{e.exports={en:["Save as"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"]}},43758:e=>{e.exports={en:["Scale price chart only"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"]}},71179:e=>{e.exports={en:["Send backward"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"]}},98334:e=>{e.exports={en:["Show"]}},85891:e=>{e.exports={en:["Show all drawings"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"]}},98753:e=>{e.exports={en:["Show all indicators"]}},55418:e=>{e.exports={en:["Show all ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"]}},33158:e=>{e.exports={en:["Show continuous contract switch"]}},81465:e=>{e.exports={en:["Show contract expiration"]}},29449:e=>{e.exports={en:["Show dividends"]}},37113:e=>{e.exports={en:["Show earnings"]}},10261:e=>{e.exports={en:["Show ideas of followed users"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"]}},50849:e=>{e.exports={en:["Show splits"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"]}},39090:e=>{e.exports={en:["Sine Line"]}},66205:e=>{e.exports={en:["Square"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."]}},92516:e=>{e.exports={en:["Style"]}},61507:e=>{e.exports={en:["Stack on the left"]}},97800:e=>{e.exports={en:["Stack on the right"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"]}},69217:e=>{e.exports={en:["Step line"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"]}},10127:e=>{e.exports={en:["Symbol last price label"]}},39079:e=>{e.exports={en:["Sync globally"]}},46607:e=>{e.exports={en:["Sync in layout"]}},76519:e=>{e.exports={en:["Point & figure"]}},39949:e=>{e.exports={en:["Polyline"]}},371:e=>{e.exports={en:["Path"] en:["Something went wrong. Please try again later."]}},43047:e=>{e.exports={en:["Save New Chart Layout"]}},76266:e=>{e.exports={en:["Save as"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"]}},43758:e=>{e.exports={en:["Scale price chart only"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"]}},71179:e=>{e.exports={en:["Send backward"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"]}},98334:e=>{e.exports={en:["Show"]}},85891:e=>{e.exports={en:["Show all drawings"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"]}},98753:e=>{e.exports={en:["Show all indicators"]}},55418:e=>{e.exports={en:["Show all ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"]}},33158:e=>{e.exports={en:["Show continuous contract switch"]}},81465:e=>{e.exports={en:["Show contract expiration"]}},29449:e=>{e.exports={en:["Show dividends"]}},37113:e=>{e.exports={en:["Show earnings"]}},10261:e=>{e.exports={en:["Show ideas of followed users"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"]}},50849:e=>{e.exports={en:["Show splits"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"]}},39090:e=>{e.exports={en:["Sine Line"]}},66205:e=>{e.exports={en:["Square"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."]}},92516:e=>{e.exports={en:["Style"]}},61507:e=>{e.exports={en:["Stack on the left"]}},97800:e=>{e.exports={en:["Stack on the right"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"]}},69217:e=>{e.exports={en:["Step line"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"]}},10127:e=>{e.exports={en:["Symbol last price label"]}},39079:e=>{e.exports={en:["Sync globally"]}},46607:e=>{e.exports={en:["Sync in layout"]}},76519:e=>{e.exports={en:["Point & figure"]}},
}},59256:e=>{e.exports={en:["Parallel Channel"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"]}},28280:e=>{e.exports={en:["Pin to new right scale"]}},14115:e=>{e.exports={en:["Pin to left scale"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"]}},81054:e=>{e.exports={en:["Pin to right scale"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"]}},90095:e=>{e.exports={en:["Pinned to left scale"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"]}},44579:e=>{e.exports={en:["Pinned to right scale"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"]}},71566:e=>{e.exports={en:["Plus button"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"]}},91282:e=>{e.exports={en:["Price Label"]}},97512:e=>{e.exports={en:["Price Note"]}},68941:e=>{e.exports={en:["Price Range"]}},66123:e=>{e.exports={en:["Price format is invalid."]}},72926:e=>{e.exports={en:["Price line"]}},59189:e=>{e.exports={en:["Primary"]}},75747:e=>{e.exports={en:["Projection"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"]}},2460:e=>{e.exports={en:["Regression Trend"]}},67410:e=>{e.exports={en:["Remove"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"]}},86285:e=>{e.exports={en:["Remove {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"]}},88853:e=>{e.exports={en:["Reset points"]}},15332:e=>{e.exports={ 39949:e=>{e.exports={en:["Polyline"]}},371:e=>{e.exports={en:["Path"]}},59256:e=>{e.exports={en:["Parallel Channel"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"]}},28280:e=>{e.exports={en:["Pin to new right scale"]}},14115:e=>{e.exports={en:["Pin to left scale"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"]}},81054:e=>{e.exports={en:["Pin to right scale"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"]}},90095:e=>{e.exports={en:["Pinned to left scale"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"]}},44579:e=>{e.exports={en:["Pinned to right scale"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"]}},71566:e=>{e.exports={en:["Plus button"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"]}},91282:e=>{e.exports={en:["Price Label"]}},97512:e=>{e.exports={en:["Price Note"]}},68941:e=>{e.exports={en:["Price Range"]}},66123:e=>{e.exports={en:["Price format is invalid."]}},72926:e=>{e.exports={en:["Price line"]}},59189:e=>{e.exports={en:["Primary"]}},75747:e=>{e.exports={en:["Projection"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"]}},2460:e=>{e.exports={en:["Regression Trend"]}},67410:e=>{e.exports={en:["Remove"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"]}},86285:e=>{e.exports={en:["Remove {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"]}},
en:["Reset price scale"]}},54170:e=>{e.exports={en:["Reset time scale"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"]}},5959:e=>{e.exports={en:["Warsaw"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"]}},20909:e=>{e.exports={en:["Time zone"]}},46852:e=>{e.exports={en:["Time Cycles"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"]}},35757:e=>{e.exports={en:["Trend Angle"]}},97339:e=>{e.exports={en:["Trend Line"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{e.exports={en:["Triangle Down"]}},90148:e=>{e.exports={en:["Triangle Pattern"]}},21236:e=>{e.exports={en:["Triangle Up"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"]}},11768:e=>{e.exports={en:["Unknown error"]}},99894:e=>{e.exports={en:["Unlock"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},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={ 88853:e=>{e.exports={en:["Reset points"]}},15332:e=>{e.exports={en:["Reset price scale"]}},54170:e=>{e.exports={en:["Reset time scale"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"]}},5959:e=>{e.exports={en:["Warsaw"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"]}},20909:e=>{e.exports={en:["Time zone"]}},46852:e=>{e.exports={en:["Time Cycles"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"]}},35757:e=>{e.exports={en:["Trend Angle"]}},97339:e=>{e.exports={en:["Trend Line"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{e.exports={en:["Triangle Down"]}},90148:e=>{e.exports={en:["Triangle Pattern"]}},21236:e=>{e.exports={en:["Triangle Up"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"]}},11768:e=>{e.exports={en:["Unknown error"]}},99894:e=>{e.exports={en:["Unlock"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},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 data is not provided in BIST MIXED data plan."]}},92763:e=>{e.exports={en:["Volume footprint"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"]}},54853:e=>{e.exports={en:["Visibility on intervals"]}},58302:e=>{e.exports={en:["Visible on tap"]}},10309:e=>{e.exports={en:["Visible on mouse over"]}},4077:e=>{e.exports={en:["Visual order"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"]}},61557:e=>{e.exports={en:["change no overlapping labels"]}},76852:e=>{e.exports={en:["change average close price label visibility"]}},1022:e=>{e.exports={en:["change average close price line visibility"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"]}},32302:e=>{e.exports={en:["change currency"]}},68846:e=>{e.exports={en:["change chart layout to {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"]}},16979:e=>{e.exports={en:["change date range"]}},53929:e=>{e.exports={en:["change dividends visibility"]}},6119:e=>{e.exports={en:["change events visibility on chart"]}},6819:e=>{e.exports={en:["change earnings visibility"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"]}},88849:e=>{e.exports={en:["change linking group"]}},14691:e=>{e.exports={en:["change pane height"]}},96379:e=>{e.exports={en:["change plus button visibility"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"]}},58419:e=>{e.exports={en:["change previous close price line visibility"]}},8662:e=>{e.exports={en:["change price line visibility"]}},2509:e=>{e.exports={en:["change price to bar ratio"]}},32829:e=>{e.exports={en:["change resolution"]}},35400:e=>{e.exports={en:["change symbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"]}},67453:e=>{e.exports={en:["change symbol last value visibility"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"]}},87041:e=>{e.exports={ en:["Volume candles"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."]}},92763:e=>{e.exports={en:["Volume footprint"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"]}},54853:e=>{e.exports={en:["Visibility on intervals"]}},58302:e=>{e.exports={en:["Visible on tap"]}},10309:e=>{e.exports={en:["Visible on mouse over"]}},4077:e=>{e.exports={en:["Visual order"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"]}},61557:e=>{e.exports={en:["change no overlapping labels"]}},76852:e=>{e.exports={en:["change average close price label visibility"]}},1022:e=>{e.exports={en:["change average close price line visibility"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"]}},32302:e=>{e.exports={en:["change currency"]}},68846:e=>{e.exports={en:["change chart layout to {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"]}},16979:e=>{e.exports={en:["change date range"]}},53929:e=>{e.exports={en:["change dividends visibility"]}},6119:e=>{e.exports={en:["change events visibility on chart"]}},6819:e=>{e.exports={en:["change earnings visibility"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"]}},88849:e=>{e.exports={en:["change linking group"]}},14691:e=>{e.exports={en:["change pane height"]}},96379:e=>{e.exports={en:["change plus button visibility"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"]}},58419:e=>{e.exports={en:["change previous close price line visibility"]}},8662:e=>{e.exports={en:["change price line visibility"]}},2509:e=>{e.exports={en:["change price to bar ratio"]}},32829:e=>{e.exports={en:["change resolution"]}},35400:e=>{e.exports={en:["change symbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"]}},67453:e=>{e.exports={en:["change symbol last value visibility"]}},4729:e=>{e.exports={
en:["change session"]}},38413:e=>{e.exports={en:["change session breaks visibility"]}},49965:e=>{e.exports={en:["change series style"]}},47474:e=>{e.exports={en:["change splits visibility"]}},20137:e=>{e.exports={en:["change timezone"]}},85975:e=>{e.exports={en:["change unit"]}},1924:e=>{e.exports={en:["change visibility"]}},84331:e=>{e.exports={en:["change visibility at current interval"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"]}},57916:e=>{e.exports={en:["change visibility at all intervals"]}},94566:e=>{e.exports={en:["charts by TradingView"]}},32943:e=>{e.exports={en:["clone line tools"]}},46219:e=>{e.exports={en:["create line tools group"]}},95394:e=>{e.exports={en:["create line tools group from selection"]}},12898:e=>{e.exports={en:["create {tool}"]}},94227:e=>{e.exports={en:["cut sources"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"]}},99551:e=>{e.exports={en:["apply all chart properties"]}},89720:e=>{e.exports={en:["apply drawing template"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"]}},69604:e=>{e.exports={en:["apply study template {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"]}},1979:e=>{e.exports={en:["bring group {title} forward"]}},53159:e=>{e.exports={en:["bring {title} to front"]}},41966:e=>{e.exports={en:["bring {title} forward"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"]}},13017:e=>{e.exports={en:["hide {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"]}},56558:e=>{e.exports={en:["interval lock"]}},6830:e=>{e.exports={en:["invert scale"]}},48818:e=>{e.exports={en:["insert {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"]}},62011:e=>{e.exports={en:["loading..."]}},76104:e=>{e.exports={en:["lock {title}"]}},20453:e=>{e.exports={en:["lock group {group}"]}},18942:e=>{e.exports={en:["lock objects"]}},98277:e=>{e.exports={en:["move"]}},58228:e=>{e.exports={en:["move {title} to new left scale"]}},77482:e=>{e.exports={en:["move {title} to new right scale"]}},64077:e=>{ en:["change symbol previous close value visibility"]}},87041:e=>{e.exports={en:["change session"]}},38413:e=>{e.exports={en:["change session breaks visibility"]}},49965:e=>{e.exports={en:["change series style"]}},47474:e=>{e.exports={en:["change splits visibility"]}},20137:e=>{e.exports={en:["change timezone"]}},85975:e=>{e.exports={en:["change unit"]}},1924:e=>{e.exports={en:["change visibility"]}},84331:e=>{e.exports={en:["change visibility at current interval"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"]}},57916:e=>{e.exports={en:["change visibility at all intervals"]}},94566:e=>{e.exports={en:["charts by TradingView"]}},32943:e=>{e.exports={en:["clone line tools"]}},46219:e=>{e.exports={en:["create line tools group"]}},95394:e=>{e.exports={en:["create line tools group from selection"]}},12898:e=>{e.exports={en:["create {tool}"]}},94227:e=>{e.exports={en:["cut sources"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"]}},99551:e=>{e.exports={en:["apply all chart properties"]}},89720:e=>{e.exports={en:["apply drawing template"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"]}},69604:e=>{e.exports={en:["apply study template {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"]}},1979:e=>{e.exports={en:["bring group {title} forward"]}},53159:e=>{e.exports={en:["bring {title} to front"]}},41966:e=>{e.exports={en:["bring {title} forward"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"]}},13017:e=>{e.exports={en:["hide {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"]}},56558:e=>{e.exports={en:["interval lock"]}},6830:e=>{e.exports={en:["invert scale"]}},48818:e=>{e.exports={en:["insert {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"]}},62011:e=>{e.exports={en:["loading..."]}},76104:e=>{e.exports={en:["lock {title}"]}},20453:e=>{e.exports={en:["lock group {group}"]}},18942:e=>{e.exports={en:["lock objects"]}},98277:e=>{e.exports={en:["move"]}},58228:e=>{e.exports={en:["move {title} to new left scale"]}
e.exports={en:["move all scales to left"]}},19013:e=>{e.exports={en:["move all scales to right"]}},52510:e=>{e.exports={en:["move drawing(s)"]}},79209:e=>{e.exports={en:["move left"]}},60114:e=>{e.exports={en:["move right"]}},44854:e=>{e.exports={en:["move scale"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"]}},76709:e=>{e.exports={en:["make group {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"]}},78055:e=>{e.exports={en:["merge down"]}},41866:e=>{e.exports={en:["merge to pane"]}},52458:e=>{e.exports={en:["merge up"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"]}},63796:e=>{e.exports={en:["scale price chart only"]}},70771:e=>{e.exports={en:["scale time"]}},42070:e=>{e.exports={en:["scroll"]}},87840:e=>{e.exports={en:["scroll time"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"]}},5005:e=>{e.exports={en:["send {title} to back"]}},69546:e=>{e.exports={en:["send group {title} backward"]}},63934:e=>{e.exports={en:["share line tools globally"]}},90221:e=>{e.exports={en:["share line tools in layout"]}},13336:e=>{e.exports={en:["show all ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"]}},57460:e=>{e.exports={en:["show my ideas only"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"]}},53278:e=>{e.exports={en:["symbol lock"]}},91677:e=>{e.exports={en:["sync time"]}},3140:e=>{e.exports={en:["powered by"]}},92800:e=>{e.exports={en:["powered by TradingView"]}},62192:e=>{e.exports={en:["paste drawing"]}},1064:e=>{e.exports={en:["paste indicator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"]}},7495:e=>{e.exports={en:["pin to right scale"]}},81566:e=>{e.exports={en:["pin to scale {label}"]}},2618:e=>{e.exports={en:["rearrange panes"]}},60806:e=>{e.exports={en:["remove all indicators"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"]}},30538:e=>{e.exports={en:["remove drawings"]}},1193:e=>{e.exports={en:["remove drawings group"]}},38199:e=>{e.exports={en:["remove line data sources"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"]}},3323:e=>{e.exports={en:["reset scales"]}},17336:e=>{e.exports={en:["reset time scale"]}},47418:e=>{e.exports={en:["resize layout"]}},85815:e=>{e.exports={en:["restore defaults"]}},96881:e=>{e.exports={en:["restore study defaults"]}},63095:e=>{e.exports={en:["toggle maximized pane state"]}},42240:e=>{e.exports={en:["toggle auto scale"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"]}},49695:e=>{e.exports={ },77482:e=>{e.exports={en:["move {title} to new right scale"]}},64077:e=>{e.exports={en:["move all scales to left"]}},19013:e=>{e.exports={en:["move all scales to right"]}},52510:e=>{e.exports={en:["move drawing(s)"]}},79209:e=>{e.exports={en:["move left"]}},60114:e=>{e.exports={en:["move right"]}},44854:e=>{e.exports={en:["move scale"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"]}},76709:e=>{e.exports={en:["make group {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"]}},78055:e=>{e.exports={en:["merge down"]}},41866:e=>{e.exports={en:["merge to pane"]}},52458:e=>{e.exports={en:["merge up"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"]}},63796:e=>{e.exports={en:["scale price chart only"]}},70771:e=>{e.exports={en:["scale time"]}},42070:e=>{e.exports={en:["scroll"]}},87840:e=>{e.exports={en:["scroll time"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"]}},5005:e=>{e.exports={en:["send {title} to back"]}},69546:e=>{e.exports={en:["send group {title} backward"]}},63934:e=>{e.exports={en:["share line tools globally"]}},90221:e=>{e.exports={en:["share line tools in layout"]}},13336:e=>{e.exports={en:["show all ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"]}},57460:e=>{e.exports={en:["show my ideas only"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"]}},53278:e=>{e.exports={en:["symbol lock"]}},91677:e=>{e.exports={en:["sync time"]}},3140:e=>{e.exports={en:["powered by"]}},92800:e=>{e.exports={en:["powered by TradingView"]}},62192:e=>{e.exports={en:["paste drawing"]}},1064:e=>{e.exports={en:["paste indicator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"]}},7495:e=>{e.exports={en:["pin to right scale"]}},81566:e=>{e.exports={en:["pin to scale {label}"]}},2618:e=>{e.exports={en:["rearrange panes"]}},60806:e=>{e.exports={en:["remove all indicators"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"]}},30538:e=>{e.exports={en:["remove drawings"]}},1193:e=>{e.exports={en:["remove drawings group"]}},38199:e=>{e.exports={en:["remove line data sources"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"]}},3323:e=>{e.exports={en:["reset scales"]}},17336:e=>{e.exports={en:["reset time scale"]}},47418:e=>{e.exports={en:["resize layout"]}},85815:e=>{e.exports={en:["restore defaults"]}},96881:e=>{e.exports={en:["restore study defaults"]}},63095:e=>{e.exports={en:["toggle maximized pane state"]}},42240:e=>{e.exports={en:["toggle auto scale"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"]}},24736:e=>{
en:["toggle lock scale"]}},49403:e=>{e.exports={en:["toggle log scale"]}},98994:e=>{e.exports={en:["toggle percentage scale"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"]}},8040:e=>{e.exports={en:["turn line tools sharing off"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"]}},74590:e=>{e.exports={en:["unlock group {group}"]}},12525:e=>{e.exports={en:["unlock {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"]}},79443:e=>{e.exports={en:["unmerge up"]}},46453:e=>{e.exports={en:["unmerge down"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"]}},73638:e=>{e.exports={en:["zoom out"]}},41807:e=>{e.exports={en:["day","days"]}},42328:e=>{e.exports={en:["hour","hours"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"]}},89937:e=>{e.exports={en:["range","ranges"]}},48898:e=>{e.exports={en:["week","weeks"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"]},e.exports["#BITMEX:XBT-symbol-description"]={ e.exports={en:["toggle indexed to 100 scale"]}},49695:e=>{e.exports={en:["toggle lock scale"]}},49403:e=>{e.exports={en:["toggle log scale"]}},98994:e=>{e.exports={en:["toggle percentage scale"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"]}},8040:e=>{e.exports={en:["turn line tools sharing off"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"]}},74590:e=>{e.exports={en:["unlock group {group}"]}},12525:e=>{e.exports={en:["unlock {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"]}},79443:e=>{e.exports={en:["unmerge up"]}},46453:e=>{e.exports={en:["unmerge down"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"]}},73638:e=>{e.exports={en:["zoom out"]}},41807:e=>{e.exports={en:["day","days"]}},42328:e=>{e.exports={en:["hour","hours"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"]}},89937:e=>{e.exports={en:["range","ranges"]}},48898:e=>{e.exports={en:["week","weeks"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={
en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"]},e.exports["#CHFUSD-symbol-description"]={ en:["BIST 100 Index"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"]
en:["Swiss Franc / U.S. Dollar"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},e.exports["#EGX:EGX30-symbol-description"]={ },e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},
en:["EGX 30 Index"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"]}, e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"]},e.exports["#GBPEUR-symbol-description"]={
e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={ en:["British Pound / Euro"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},
en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]}, e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"]},e.exports["#NYSE:BABA-symbol-description"]={
e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"]}, en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"]},e.exports["#TASE:TA35-symbol-description"]={
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:["TA-35 Index"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"]},e.exports["#TVC:JP10-symbol-description"]={
en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"]},e.exports["#TVC:US30-symbol-description"]={ en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"]},e.exports["#TVC:US30-symbol-description"]={
en:["US Government Bonds 30 YR"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"]}, 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"]}}}]); 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"]}}}]);

View File

@@ -1,6 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],es:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],es:["(Máx.+Mín.+Cierre)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],es:["(Máx+Mín)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],es:["Color de barras en función del cierre anterior"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},84831:e=>{e.exports={en:["Close line"],es:["Línea de cierre"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],es:["Ajustar datos de los dividendos"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],es:["Ajustar para cambios de contrato"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},3159:e=>{e.exports={en:["Bottom line"],es:["Resultado final"]}},74406:e=>{e.exports={en:["Body"],es:["Cuerpo"]}},333:e=>{e.exports={en:["Borders"],es:["Bordes"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],es:["Nivel de la base"]}},71776:e=>{e.exports={en:["Down"],es:["Abajo"]}},17611:e=>{e.exports={en:["Down bars"],es:["Barras descendentes"]}},23743:e=>{e.exports={en:["Down color"],es:["Color inferior"]}},48225:e=>{e.exports={en:["Data modification"],es:["Modificación de datos"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},16564:e=>{e.exports={en:["Default"],es:["Por defecto"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],es:["Información general sobre el horario de negociación electrónica"]}},819:e=>{e.exports={en:["Extend lines"],es:["Ampliar líneas"]}},41129:e=>{e.exports={en:["Fill"],es:["Rellenar"]}},61112:e=>{e.exports={en:["Fill top area"],es:["Rellenar el área superior"]}},73185:e=>{e.exports={en:["Fill bottom area"],es:["Rellenar el área inferior"]}},886:e=>{e.exports={en:["HLC bars"],es:["Barras con el máximo, mínimo y cierre (HLC)"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],es:["Línea de máximos"]}},47326:e=>{e.exports={en:["Integer"],es:["Número entero"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},64075:e=>{e.exports={en:["Override min tick"],es:["Anular el tick mínimo"]}},34579:e=>{e.exports={en:["Low line"],es:["Línea de mínimos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},13350:e=>{e.exports={en:["Pearson's R"],es:["Coeficiente de correlación de Pearson"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],es:["Información horaria pre/pos mercado"]}},59766:e=>{e.exports={
en:["Precision"],es:["Precisión"]}},84684:e=>{e.exports={en:["Price source"],es:["Fuente de los precios"]}},73466:e=>{e.exports={en:["Projection up bars"],es:["Barras superiores de proyección"]}},77430:e=>{e.exports={en:["Projection candles"],es:["Velas de proyección"]}},88367:e=>{e.exports={en:["Projection down bars"],es:["Barras de proyección descendentes"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],es:["Precios reales en la escala (en lugar del precio Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},32163:e=>{e.exports={en:["Wick"],es:["Mecha"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},89349:e=>{e.exports={en:["Top line"],es:["Línea superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},20215:e=>{e.exports={en:["Thin bars"],es:["Barras finas"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},77073:e=>{e.exports={en:["Timezone"],es:["Zona horaria"]}},22691:e=>{e.exports={en:["Up"],es:["Arriba"]}},23091:e=>{e.exports={en:["Up color"],es:["Color superior"]}},36957:e=>{e.exports={en:["Up bars"],es:["Barras superiores"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],es:["Utilizar la liquidación como cierre en intervalos diarios"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],es:["vela"]}},27068:e=>{e.exports={en:["change HLC bars"],es:["cambiar las barras HLC"]}},86866:e=>{e.exports={en:["change area fill color"],es:["cambiar el color de relleno del área"]}},89346:e=>{e.exports={en:["change area line width"],es:["cambiar el ancho de la línea del área"]}},29605:e=>{e.exports={en:["change area line color"],es:["cambiar el color de la línea del área"]}},4640:e=>{e.exports={en:["change area price source"],es:["cambiar la fuente de los precios del área"]}},42190:e=>{e.exports={en:["change base level"],es:["cambiar el nivel de referencia"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],es:["cambiar el color de la línea inferior de la línea de referencia"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],es:["cambiar el ancho de la línea inferior de la línea de referencia"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],es:["cambiar el color de relleno del área inferior de la línea de referencia"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],es:["cambiar el color de relleno del área superior de la línea de referencia"]}},68609:e=>{e.exports={en:["change baseline price source"],es:["cambiar la fuente de precios de referencia"]}},69044:e=>{e.exports={en:["change baseline top line color"],es:["cambiar el color de la línea superior de la línea de referencia"]}},68197:e=>{e.exports={en:["change baseline top line width"],es:["cambiar el ancho de la línea superior de la línea de referencia"]}},33464:e=>{e.exports={
en:["change bar up color"],es:["cambiar el color superior de la barra"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},59622:e=>{e.exports={en:["change bar down color"],es:["cambiar el color inferior de la barra"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],es:["cambiar el color de las barras en función del valor de cierre anterior"]}},88324:e=>{e.exports={en:["change column up color"],es:["cambiar color superior de la columna"]}},93890:e=>{e.exports={en:["change column down color"],es:["cambiar color inferior de la columna"]}},4727:e=>{e.exports={en:["change column price source"],es:["cambiar la fuente del precio de la columna"]}},82063:e=>{e.exports={en:["change decimal places"],es:["cambiar las posiciones decimales"]}},44223:e=>{e.exports={en:["change extended hours color"],es:["cambiar el color del horario ampliado"]}},47393:e=>{e.exports={en:["change electronic trading hours"],es:["modificar el horario de negociación electrónica"]}},6026:e=>{e.exports={en:["change high-low body color"],es:["cambiar el color del cuerpo de máximos y mínimos"]}},73021:e=>{e.exports={en:["change high-low body visibility"],es:["cambiar la visibilidad del cuerpo de máximos y mínimos"]}},46844:e=>{e.exports={en:["change high-low border color"],es:["cambiar el color del borde del máximos y mínimos"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],es:["cambiar la visibilidad de los bordes de máximos y mínimos"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],es:["cambiar la visibilidad de las etiquetas de máximos y mínimos"]}},56961:e=>{e.exports={en:["change high-low labels color"],es:["cambiar el color de las etiquetas de máximos y mínimos"]}},88640:e=>{e.exports={en:["change line color"],es:["cambiar el color de línea"]}},41837:e=>{e.exports={en:["change line price source"],es:["cambiar la fuente de precios de la línea"]}},48339:e=>{e.exports={en:["change line width"],es:["cambiar el ancho de línea"]}},38730:e=>{e.exports={en:["change post market color"],es:["cambiar el color posmercado"]}},44371:e=>{e.exports={en:["change pre market color"],es:["cambiar el color de la sesión premercado"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},16241:e=>{e.exports={en:["change range bars style"],es:["cambiar estilo de las barras de rango"]}},65821:e=>{e.exports={en:["change range thin bars"],es:["cambiar el rango de las barras finas"]}},75487:e=>{e.exports={en:["change renko wick down color"],es:["cambiar el color inferior de la mecha renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],es:["cambiar el color inferior de la mecha renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],es:["cambiar la visibilidad de las mechas renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],es:["cambiar ticks mínimos de la superposición del estudio"]}},82924:e=>{e.exports={en:["change study overlay style"],
es:["cambio estilo de superposición del estudio"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],es:["cambiar la visualización de los precios reales en la escala de precios (en lugar del precio Heiken-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],es:["cambiar las barras finas"]}},78509:e=>{e.exports={en:["change {title} base line color"],es:["cambiar el color de la línea de referencia de {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],es:["cambiar el estilo de la línea de referencia de {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],es:["cambiar la visibilidad de la línea de referencia de {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],es:["cambiar el ancho de la línea de referencia de {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],es:["cambiar color de la línea inferior de {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],es:["cambiar el estilo de la línea descendente de {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],es:["cambiar la visibilidad de la línea descendente de {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],es:["cambiar el ancho de la línea inferior de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},76295:e=>{e.exports={en:["change {title} extend lines"],es:["cambiar ampliar líneas en {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],es:["cambiar la visibilidad r de Pearson de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],es:["cambiar la visibilidad de la línea superior de {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],es:["cambiar el ancho de la línea superior de {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],
es:["cambiar el color de la línea superior de {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],es:["cambiar el estilo de la línea superior de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],es:["cambiar el color del borde superior de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],es:["cambiar el color superior de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],es:["cambiar el color inferior de la mecha de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],es:["cambiar el color superior de la mecha de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],es:["cambiar la visibilidad de la mecha {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],es:["cambiar la visibilidad del cuerpo de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],es:["cambiar la visibilidad del borde de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],es:["cambiar el color del borde inferior de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],es:["cambiar el color inferior de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],es:["cambiar el color inferior del borde de la barra de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],es:["cambiar el color superior del borde de la barra de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],es:["cambiar el color inferior de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],es:["cambiar el color superior del borde de la barra de proyección de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],es:["cambiar el color inferior de la barra de proyección de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],es:["cambiar el color superior de la barra de proyección de {chartType}"]}},6970:e=>{e.exports={
en:["change {chartType} up color"],es:["cambiar el color superior de {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],es:["cambiar propiedad de {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],es:["ajustar datos de los dividendos"]}},1433:e=>{e.exports={en:["adjust for contract changes"],es:["ajustar para cambios de contrato"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},92598:e=>{e.exports={en:["hollow candles"],es:["velas huecas"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},57243:e=>{e.exports={en:["range","ranges"],es:["rango","rangos"]}},70282:e=>{e.exports={en:["renko"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],es:["utilizar la liquidación como cierre en intervalos diarios"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],es:["{value} decimal","{value} decimales"]}}}]);

View File

@@ -1,6 +1,6 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"],es:["barras"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],es:["(Máx.+Mín.+Cierre)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],es:["(Máx+Mín)/2"]}},31882:e=>{e.exports={en:["12-hours"],es:["12 horas"]}},5797:e=>{e.exports={en:["24-hours"],es:["24 horas"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],es:["Color de barras en función del cierre anterior"]}},23739:e=>{e.exports={en:["Canvas"],es:["Lienzo"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},15153:e=>{e.exports={en:["Chart basic styles"],es:["Estilos básicos del gráfico"]}},45639:e=>{e.exports={en:["Chart values"],es:["Valores del gráfico"]}},84831:e=>{e.exports={en:["Close line"],es:["Línea de cierre"]}},74622:e=>{e.exports={en:["Crosshair"],es:["Retícula"]}},81849:e=>{e.exports={en:["Currency"],es:["Divisa"]}},3015:e=>{e.exports={en:["Currency and Unit"],es:["Divisa y unidad"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],es:["Ajustar datos de los dividendos"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],es:["Ajustar para cambios de contrato"]}},36620:e=>{e.exports={en:["Alerts"],es:["Alertas"]}},14119:e=>{e.exports={en:["Arguments"],es:["Argumentos"]}},68650:e=>{e.exports={en:["Average close"],es:["Cierre medio"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},3159:e=>{e.exports={en:["Bottom line"],es:["Resultado final"]}},74406:e=>{e.exports={en:["Body"],es:["Cuerpo"]}},333:e=>{e.exports={en:["Borders"],es:["Bordes"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},10842:e=>{e.exports={en:["Bar change values"],es:["Valores de los cambios en la barra"]}},28975:e=>{e.exports={en:["Base level"],es:["Nivel de la base"]}},76473:e=>{e.exports={en:["Bid and ask"],es:["Compra y venta (bid/ask)"]}},32744:e=>{e.exports={en:["Buttons"],es:["Botones"]}},68662:e=>{e.exports={en:["Grid lines"],es:["Líneas cuadrícula"]}},17611:e=>{e.exports={en:["Down bars"],es:["Barras descendentes"]}},23743:e=>{e.exports={en:["Down color"],es:["Color inferior"]}},48225:e=>{e.exports={en:["Data modification"],es:["Modificación de datos"]}},84838:e=>{e.exports={en:["Date format"],es:["Formato de fecha"]}},42357:e=>{e.exports={en:["Day of week on labels"],es:["Día de la semana en las etiquetas"]}},16564:e=>{e.exports={en:["Default"],es:["Por defecto"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],es:["Información general sobre el horario de negociación electrónica"]}},69808:e=>{e.exports={en:["Events"],es:["Eventos"]}},41129:e=>{e.exports={en:["Fill"],es:["Rellenar"]}},61112:e=>{e.exports={en:["Fill top area"],es:["Rellenar el área superior"]}},73185:e=>{e.exports={en:["Fill bottom area"],es:["Rellenar el área inferior"]}},886:e=>{e.exports={en:["HLC bars"],es:["Barras con el máximo, mínimo y cierre (HLC)"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"],es:["barras"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],es:["(Máx.+Mín.+Cierre)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],es:["(Máx+Mín)/2"]}},31882:e=>{e.exports={en:["12-hours"],es:["12 horas"]}},5797:e=>{e.exports={en:["24-hours"],es:["24 horas"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],es:["Color de barras en función del cierre anterior"]}},23739:e=>{e.exports={en:["Canvas"],es:["Lienzo"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},15153:e=>{e.exports={en:["Chart basic styles"],es:["Estilos básicos del gráfico"]}},45639:e=>{e.exports={en:["Chart values"],es:["Valores del gráfico"]}},84831:e=>{e.exports={en:["Close line"],es:["Línea de cierre"]}},74622:e=>{e.exports={en:["Crosshair"],es:["Retícula"]}},81849:e=>{e.exports={en:["Currency"],es:["Divisa"]}},3015:e=>{e.exports={en:["Currency and Unit"],es:["Divisa y unidad"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],es:["Ajustar datos de los dividendos"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],es:["Ajustar para cambios de contrato"]}},36620:e=>{e.exports={en:["Alerts"],es:["Alertas"]}},14119:e=>{e.exports={en:["Arguments"],es:["Argumentos"]}},68650:e=>{e.exports={en:["Average close"],es:["Cierre medio"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},3159:e=>{e.exports={en:["Bottom line"],es:["Resultado final"]}},74406:e=>{e.exports={en:["Body"],es:["Cuerpo"]}},333:e=>{e.exports={en:["Borders"],es:["Bordes"]}},79468:e=>{e.exports={en:["Background"],es:["Fondo"]}},10842:e=>{e.exports={en:["Bar change values"],es:["Valores de los cambios en la barra"]}},28975:e=>{e.exports={en:["Base level"],es:["Nivel de la base"]}},76473:e=>{e.exports={en:["Bid and ask"],es:["Compra y venta (bid/ask)"]}},32744:e=>{e.exports={en:["Buttons"],es:["Botones"]}},68662:e=>{e.exports={en:["Grid lines"],es:["Líneas cuadrícula"]}},17611:e=>{e.exports={en:["Down bars"],es:["Barras descendentes"]}},23743:e=>{e.exports={en:["Down color"],es:["Color inferior"]}},48225:e=>{e.exports={en:["Data modification"],es:["Modificación de datos"]}},84838:e=>{e.exports={en:["Date format"],es:["Formato de fecha"]}},42357:e=>{e.exports={en:["Day of week on labels"],es:["Día de la semana en las etiquetas"]}},16564:e=>{e.exports={en:["Default"],es:["Por defecto"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],es:["Información general sobre el horario de negociación electrónica"]}},69808:e=>{e.exports={en:["Events"],es:["Eventos"]}},41129:e=>{e.exports={en:["Fill"],es:["Rellenar"]}},61112:e=>{e.exports={en:["Fill top area"],es:["Rellenar el área superior"]}},73185:e=>{e.exports={en:["Fill bottom area"],es:["Rellenar el área inferior"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"],es:["Solo horiz"]}},14180:e=>{e.exports={en:["High and low"],es:["Máximo y mínimo"]}
en:["Horz only"],es:["Solo horiz"]}},14180:e=>{e.exports={en:["High and low"],es:["Máximo y mínimo"]}},56359:e=>{e.exports={en:["High line"],es:["Línea de máximos"]}},47326:e=>{e.exports={en:["Integer"],es:["Número entero"]}},84549:e=>{e.exports={en:["Indicators"],es:["Indicadores"]}},78082:e=>{e.exports={en:["Indicators and financials"],es:["Indicadores y datos financieros"]}},25765:e=>{e.exports={en:["Open market status"],es:["Situación de la apertura del mercado"]}},34579:e=>{e.exports={en:["Low line"],es:["Línea de mínimos"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],es:["Descripción larga"]}},72423:e=>{e.exports={en:["Last day change values"],es:["Valores del cambio del último día"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},8249:e=>{e.exports={en:["Money"],es:["Dinero"]}},70937:e=>{e.exports={en:["Margins"],es:["Márgenes"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},58589:e=>{e.exports={en:["No overlapping labels"],es:["Sin etiquetas superpuestas"]}},60798:e=>{e.exports={en:["None"],es:["Ninguno"]}},51019:e=>{e.exports={en:["Navigation"],es:["Navegación"]}},99709:e=>{e.exports={en:["Name"],es:["Nombre"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],es:["Guardar la posición del borde izquierdo del gráfico al cambiar el intervalo"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],es:["Modos de escala (A y L)"]}},93968:e=>{e.exports={en:["Scales"],es:["Escalas"]}},90275:e=>{e.exports={en:["Scales and lines"],es:["Escalas y líneas"]}},30042:e=>{e.exports={en:["Scales placement"],es:["Colocación de escalas"]}},28715:e=>{e.exports={en:["Status line"],es:["Linea de estado"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},53263:e=>{e.exports={en:["Pane"],es:["Panel"]}},82894:e=>{e.exports={en:["Pane separators"],es:["Separadores del panel"]}},16207:e=>{e.exports={en:["Percentage"],es:["Porcentaje"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],es:["Pre/pos mercado"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],es:["Información horaria pre/pos mercado"]}},59766:e=>{e.exports={en:["Precision"],es:["Precisión"]}},83811:e=>{e.exports={en:["Previous day close"],es:["Cierre del día anterior"]}},35082:e=>{e.exports={en:["Price Scale"],es:["Escala de precios"]}},27632:e=>{e.exports={en:["Price and percentage value"],es:["Precio y valor porcentual"]}},62142:e=>{e.exports={en:["Price labels & lines"],es:["Etiquetas y líneas de precios"]}},84684:e=>{e.exports={en:["Price source"],es:["Fuente de los precios"]}},73466:e=>{e.exports={en:["Projection up bars"],es:["Barras superiores de proyección"]}},77430:e=>{e.exports={en:["Projection candles"],es:["Velas de proyección"]}},88367:e=>{e.exports={en:["Projection down bars"],es:["Barras de proyección descendentes"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],es:["Precios reales en la escala (en lugar del precio Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}}, },56359:e=>{e.exports={en:["High line"],es:["Línea de máximos"]}},47326:e=>{e.exports={en:["Integer"],es:["Número entero"]}},84549:e=>{e.exports={en:["Indicators"],es:["Indicadores"]}},78082:e=>{e.exports={en:["Indicators and financials"],es:["Indicadores y datos financieros"]}},25765:e=>{e.exports={en:["Open market status"],es:["Situación de la apertura del mercado"]}},34579:e=>{e.exports={en:["Low line"],es:["Línea de mínimos"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],es:["Descripción larga"]}},72423:e=>{e.exports={en:["Last day change values"],es:["Valores del cambio del último día"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},8249:e=>{e.exports={en:["Money"],es:["Dinero"]}},70937:e=>{e.exports={en:["Margins"],es:["Márgenes"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},58589:e=>{e.exports={en:["No overlapping labels"],es:["Sin etiquetas superpuestas"]}},60798:e=>{e.exports={en:["None"],es:["Ninguno"]}},51019:e=>{e.exports={en:["Navigation"],es:["Navegación"]}},99709:e=>{e.exports={en:["Name"],es:["Nombre"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],es:["Guardar la posición del borde izquierdo del gráfico al cambiar el intervalo"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],es:["Modos de escala (A y L)"]}},93968:e=>{e.exports={en:["Scales"],es:["Escalas"]}},90275:e=>{e.exports={en:["Scales and lines"],es:["Escalas y líneas"]}},30042:e=>{e.exports={en:["Scales placement"],es:["Colocación de escalas"]}},28715:e=>{e.exports={en:["Status line"],es:["Linea de estado"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},53263:e=>{e.exports={en:["Pane"],es:["Panel"]}},82894:e=>{e.exports={en:["Pane separators"],es:["Separadores del panel"]}},16207:e=>{e.exports={en:["Percentage"],es:["Porcentaje"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],es:["Pre/pos mercado"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],es:["Información horaria pre/pos mercado"]}},59766:e=>{e.exports={en:["Precision"],es:["Precisión"]}},83811:e=>{e.exports={en:["Previous day close"],es:["Cierre del día anterior"]}},35082:e=>{e.exports={en:["Price Scale"],es:["Escala de precios"]}},27632:e=>{e.exports={en:["Price and percentage value"],es:["Precio y valor porcentual"]}},62142:e=>{e.exports={en:["Price labels & lines"],es:["Etiquetas y líneas de precios"]}},84684:e=>{e.exports={en:["Price source"],es:["Fuente de los precios"]}},73466:e=>{e.exports={en:["Projection up bars"],es:["Barras superiores de proyección"]}},77430:e=>{e.exports={en:["Projection candles"],es:["Velas de proyección"]}},88367:e=>{e.exports={en:["Projection down bars"],es:["Barras de proyección descendentes"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],es:["Precios reales en la escala (en lugar del precio Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},62532:e=>{e.exports={en:["Right Margin"],es:["Margen derecho"]}},41571:e=>{e.exports={en:["Watermark"],
62532:e=>{e.exports={en:["Right Margin"],es:["Margen derecho"]}},41571:e=>{e.exports={en:["Watermark"],es:["Marca de agua"]}},32163:e=>{e.exports={en:["Wick"],es:["Mecha"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},89349:e=>{e.exports={en:["Top line"],es:["Línea superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},20215:e=>{e.exports={en:["Thin bars"],es:["Barras finas"]}},70198:e=>{e.exports={en:["Title"],es:["Título"]}},29854:e=>{e.exports={en:["Titles"],es:["Títulos"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"],es:["Ticker y descripción"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},93965:e=>{e.exports={en:["Time Scale"],es:["Escala de tiempo"]}},5591:e=>{e.exports={en:["Time hours format"],es:["Formato de las horas"]}},77073:e=>{e.exports={en:["Timezone"],es:["Zona horaria"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],es:["Unidad"]}},23091:e=>{e.exports={en:["Up color"],es:["Color superior"]}},36957:e=>{e.exports={en:["Up bars"],es:["Barras superiores"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],es:["Utilizar la liquidación como cierre en intervalos diarios"]}},37644:e=>{e.exports={en:["Volume"],es:["Volumen"]}},51514:e=>{e.exports={en:["Value"],es:["Valor"]}},31218:e=>{e.exports={en:["Value according to scale"],es:["Valor conforme a la escala"]}},60092:e=>{e.exports={en:["Values"],es:["Valores"]}},83594:e=>{e.exports={en:["Vert and horz"],es:["Vert y horiz"]}},8402:e=>{e.exports={en:["Vert only"],es:["Solo vert"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],es:["vela"]}},27068:e=>{e.exports={en:["change HLC bars"],es:["cambiar las barras HLC"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],es:["cambiar la visibilidad de los botones de navegación"]}},96227:e=>{e.exports={en:["change open market status visibility"],es:["cambiar visibilidad de la situación de la apertura del mercado"]}},43231:e=>{e.exports={en:["change average close price line width"],es:["cambiar anchura de la línea del precio medio de cierre"]}},47026:e=>{e.exports={en:["change average close price line color"],es:["cambiar color de la línea del precio medio de cierre"]}},86866:e=>{e.exports={en:["change area fill color"],es:["cambiar el color de relleno del área"]}},89346:e=>{e.exports={en:["change area line width"],es:["cambiar el ancho de la línea del área"]}},29605:e=>{e.exports={en:["change area line color"],es:["cambiar el color de la línea del área"]}},4640:e=>{e.exports={en:["change area price source"],es:["cambiar la fuente de los precios del área"]}},98407:e=>{e.exports={en:["change ask line color"],es:["cambiar el color de la línea de venta (ask)"]}},42190:e=>{e.exports={en:["change base level"],es:["cambiar el nivel de referencia"]}},71785:e=>{e.exports={en:["change baseline bottom line color"], es:["Marca de agua"]}},32163:e=>{e.exports={en:["Wick"],es:["Mecha"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},89349:e=>{e.exports={en:["Top line"],es:["Línea superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},20215:e=>{e.exports={en:["Thin bars"],es:["Barras finas"]}},70198:e=>{e.exports={en:["Title"],es:["Título"]}},29854:e=>{e.exports={en:["Titles"],es:["Títulos"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"],es:["Ticker y descripción"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},93965:e=>{e.exports={en:["Time Scale"],es:["Escala de tiempo"]}},5591:e=>{e.exports={en:["Time hours format"],es:["Formato de las horas"]}},77073:e=>{e.exports={en:["Timezone"],es:["Zona horaria"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],es:["Unidad"]}},23091:e=>{e.exports={en:["Up color"],es:["Color superior"]}},36957:e=>{e.exports={en:["Up bars"],es:["Barras superiores"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],es:["Utilizar la liquidación como cierre en intervalos diarios"]}},37644:e=>{e.exports={en:["Volume"],es:["Volumen"]}},51514:e=>{e.exports={en:["Value"],es:["Valor"]}},31218:e=>{e.exports={en:["Value according to scale"],es:["Valor conforme a la escala"]}},60092:e=>{e.exports={en:["Values"],es:["Valores"]}},83594:e=>{e.exports={en:["Vert and horz"],es:["Vert y horiz"]}},8402:e=>{e.exports={en:["Vert only"],es:["Solo vert"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],es:["vela"]}},27068:e=>{e.exports={en:["change HLC bars"],es:["cambiar las barras HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],es:["cambiar la visibilidad de los botones de navegación"]}},96227:e=>{e.exports={en:["change open market status visibility"],es:["cambiar visibilidad de la situación de la apertura del mercado"]}},43231:e=>{e.exports={en:["change average close price line width"],es:["cambiar anchura de la línea del precio medio de cierre"]}},47026:e=>{e.exports={en:["change average close price line color"],es:["cambiar color de la línea del precio medio de cierre"]}},86866:e=>{e.exports={en:["change area fill color"],es:["cambiar el color de relleno del área"]}},89346:e=>{e.exports={en:["change area line width"],es:["cambiar el ancho de la línea del área"]}},29605:e=>{e.exports={en:["change area line color"],es:["cambiar el color de la línea del área"]}},4640:e=>{e.exports={en:["change area price source"],es:["cambiar la fuente de los precios del área"]}},98407:e=>{e.exports={en:["change ask line color"],es:["cambiar el color de la línea de venta (ask)"]}},42190:e=>{e.exports={en:["change base level"],es:["cambiar el nivel de referencia"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],
es:["cambiar el color de la línea inferior de la línea de referencia"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],es:["cambiar el ancho de la línea inferior de la línea de referencia"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],es:["cambiar el color de relleno del área inferior de la línea de referencia"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],es:["cambiar el color de relleno del área superior de la línea de referencia"]}},68609:e=>{e.exports={en:["change baseline price source"],es:["cambiar la fuente de precios de referencia"]}},69044:e=>{e.exports={en:["change baseline top line color"],es:["cambiar el color de la línea superior de la línea de referencia"]}},68197:e=>{e.exports={en:["change baseline top line width"],es:["cambiar el ancho de la línea superior de la línea de referencia"]}},33464:e=>{e.exports={en:["change bar up color"],es:["cambiar el color superior de la barra"]}},27426:e=>{e.exports={en:["change bar change visibility"],es:["cambiar la visibilidad del cambio de barra"]}},59622:e=>{e.exports={en:["change bar down color"],es:["cambiar el color inferior de la barra"]}},17919:e=>{e.exports={en:["change bid line color"],es:["cambiar el color de la línea de compra (bid)"]}},32094:e=>{e.exports={en:["change bottom margin"],es:["cambiar el margen inferior"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],es:["cambiar la visibilidad de las etiquetas de divisas y unidades"]}},64003:e=>{e.exports={en:["change currency label visibility"],es:["cambiar la visibilidad de la etiqueta de divisas"]}},42803:e=>{e.exports={en:["change chart background color"],es:["cambiar el color de fondo del gráfico"]}},41382:e=>{e.exports={en:["change chart background type"],es:["cambiar el tipo de fondo del gráfico"]}},79637:e=>{e.exports={en:["change chart values visibility"],es:["cambiar la visibilidad de los valores del gráfico"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],es:["cambiar el color de las barras en función del valor de cierre anterior"]}},88324:e=>{e.exports={en:["change column up color"],es:["cambiar color superior de la columna"]}},93890:e=>{e.exports={en:["change column down color"],es:["cambiar color inferior de la columna"]}},4727:e=>{e.exports={en:["change column price source"],es:["cambiar la fuente del precio de la columna"]}},50544:e=>{e.exports={en:["change crosshair width"],es:["cambiar el ancho de la retícula"]}},92885:e=>{e.exports={en:["change crosshair color"],es:["cambiar el color de la retícula"]}},68418:e=>{e.exports={en:["change crosshair style"],es:["cambiar el estilo de la retícula"]}},43109:e=>{e.exports={en:["change date format"],es:["cambiar el formato de fecha"]}},30418:e=>{e.exports={en:["change day of week on labels"],es:["cambiar día de la semana en las etiquetas"]}},82063:e=>{e.exports={en:["change decimal places"],es:["cambiar las posiciones decimales"]}},44223:e=>{e.exports={en:["change extended hours color"],es:["cambiar el color del horario ampliado"]}}, es:["cambiar el color de la línea inferior de la línea de referencia"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],es:["cambiar el ancho de la línea inferior de la línea de referencia"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],es:["cambiar el color de relleno del área inferior de la línea de referencia"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],es:["cambiar el color de relleno del área superior de la línea de referencia"]}},68609:e=>{e.exports={en:["change baseline price source"],es:["cambiar la fuente de precios de referencia"]}},69044:e=>{e.exports={en:["change baseline top line color"],es:["cambiar el color de la línea superior de la línea de referencia"]}},68197:e=>{e.exports={en:["change baseline top line width"],es:["cambiar el ancho de la línea superior de la línea de referencia"]}},33464:e=>{e.exports={en:["change bar up color"],es:["cambiar el color superior de la barra"]}},27426:e=>{e.exports={en:["change bar change visibility"],es:["cambiar la visibilidad del cambio de barra"]}},59622:e=>{e.exports={en:["change bar down color"],es:["cambiar el color inferior de la barra"]}},17919:e=>{e.exports={en:["change bid line color"],es:["cambiar el color de la línea de compra (bid)"]}},32094:e=>{e.exports={en:["change bottom margin"],es:["cambiar el margen inferior"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],es:["cambiar la visibilidad de las etiquetas de divisas y unidades"]}},64003:e=>{e.exports={en:["change currency label visibility"],es:["cambiar la visibilidad de la etiqueta de divisas"]}},42803:e=>{e.exports={en:["change chart background color"],es:["cambiar el color de fondo del gráfico"]}},41382:e=>{e.exports={en:["change chart background type"],es:["cambiar el tipo de fondo del gráfico"]}},79637:e=>{e.exports={en:["change chart values visibility"],es:["cambiar la visibilidad de los valores del gráfico"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],es:["cambiar el color de las barras en función del valor de cierre anterior"]}},88324:e=>{e.exports={en:["change column up color"],es:["cambiar color superior de la columna"]}},93890:e=>{e.exports={en:["change column down color"],es:["cambiar color inferior de la columna"]}},4727:e=>{e.exports={en:["change column price source"],es:["cambiar la fuente del precio de la columna"]}},50544:e=>{e.exports={en:["change crosshair width"],es:["cambiar el ancho de la retícula"]}},92885:e=>{e.exports={en:["change crosshair color"],es:["cambiar el color de la retícula"]}},68418:e=>{e.exports={en:["change crosshair style"],es:["cambiar el estilo de la retícula"]}},43109:e=>{e.exports={en:["change date format"],es:["cambiar el formato de fecha"]}},30418:e=>{e.exports={en:["change day of week on labels"],es:["cambiar día de la semana en las etiquetas"]}},82063:e=>{e.exports={en:["change decimal places"],es:["cambiar las posiciones decimales"]}},44223:e=>{e.exports={en:["change extended hours color"],es:["cambiar el color del horario ampliado"]}},
47393:e=>{e.exports={en:["change electronic trading hours"],es:["modificar el horario de negociación electrónica"]}},73844:e=>{e.exports={en:["change grid lines visibility"],es:["cambiar visibilidad de las líneas de cuadrículas"]}},61407:e=>{e.exports={en:["change high and low price line color"],es:["cambiar color de la línea de precio máximo y mínimo"]}},39581:e=>{e.exports={en:["change high and low price line width"],es:["cambiar ancho de la línea de precios máximos y mínimos"]}},6026:e=>{e.exports={en:["change high-low body color"],es:["cambiar el color del cuerpo de máximos y mínimos"]}},73021:e=>{e.exports={en:["change high-low body visibility"],es:["cambiar la visibilidad del cuerpo de máximos y mínimos"]}},46844:e=>{e.exports={en:["change high-low border color"],es:["cambiar el color del borde del máximos y mínimos"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],es:["cambiar la visibilidad de los bordes de máximos y mínimos"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],es:["cambiar la visibilidad de las etiquetas de máximos y mínimos"]}},56961:e=>{e.exports={en:["change high-low labels color"],es:["cambiar el color de las etiquetas de máximos y mínimos"]}},21133:e=>{e.exports={en:["change horz grid lines color"],es:["cambiar el color de las líneas de la cuadrícula horizontal"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],es:["cambiar la visibilidad de los títulos de los indicadores"]}},49583:e=>{e.exports={en:["change indicator values visibility"],es:["cambiar la visibilidad de los valores de los indicadores"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],es:["cambiar la visibilidad de los argumentos de los indicadores"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],es:["cambiar la visibilidad de las etiquetas con el nombre de los indicadores y de la información financiera"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],es:["cambiar la visibilidad de las etiquetas con el valor de los indicadores y la información financiera"]}},66307:e=>{e.exports={en:["change last day change visibility"],es:["modificar la visibilidad del cambio del último día"]}},91873:e=>{e.exports={en:["change legend background transparency"],es:["cambiar la transparencia del fondo de la leyenda"]}},14246:e=>{e.exports={en:["change legend background visibility"],es:["cambiar la visibilidad del fondo de la leyenda"]}},88640:e=>{e.exports={en:["change line color"],es:["cambiar el color de línea"]}},41837:e=>{e.exports={en:["change line price source"],es:["cambiar la fuente de precios de la línea"]}},48339:e=>{e.exports={en:["change line width"],es:["cambiar el ancho de línea"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],es:["cambiar la visibilidad de los botones del panel"]}},52203:e=>{e.exports={en:["change pane separators color"],es:["Cambiar el color de los separadores de paneles"]}},38730:e=>{e.exports={en:["change post market color"], 47393:e=>{e.exports={en:["change electronic trading hours"],es:["modificar el horario de negociación electrónica"]}},73844:e=>{e.exports={en:["change grid lines visibility"],es:["cambiar visibilidad de las líneas de cuadrículas"]}},61407:e=>{e.exports={en:["change high and low price line color"],es:["cambiar color de la línea de precio máximo y mínimo"]}},39581:e=>{e.exports={en:["change high and low price line width"],es:["cambiar ancho de la línea de precios máximos y mínimos"]}},6026:e=>{e.exports={en:["change high-low body color"],es:["cambiar el color del cuerpo de máximos y mínimos"]}},73021:e=>{e.exports={en:["change high-low body visibility"],es:["cambiar la visibilidad del cuerpo de máximos y mínimos"]}},46844:e=>{e.exports={en:["change high-low border color"],es:["cambiar el color del borde del máximos y mínimos"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],es:["cambiar la visibilidad de los bordes de máximos y mínimos"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],es:["cambiar la visibilidad de las etiquetas de máximos y mínimos"]}},56961:e=>{e.exports={en:["change high-low labels color"],es:["cambiar el color de las etiquetas de máximos y mínimos"]}},21133:e=>{e.exports={en:["change horz grid lines color"],es:["cambiar el color de las líneas de la cuadrícula horizontal"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],es:["cambiar la visibilidad de los títulos de los indicadores"]}},49583:e=>{e.exports={en:["change indicator values visibility"],es:["cambiar la visibilidad de los valores de los indicadores"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],es:["cambiar la visibilidad de los argumentos de los indicadores"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],es:["cambiar la visibilidad de las etiquetas con el nombre de los indicadores y de la información financiera"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],es:["cambiar la visibilidad de las etiquetas con el valor de los indicadores y la información financiera"]}},66307:e=>{e.exports={en:["change last day change visibility"],es:["modificar la visibilidad del cambio del último día"]}},91873:e=>{e.exports={en:["change legend background transparency"],es:["cambiar la transparencia del fondo de la leyenda"]}},14246:e=>{e.exports={en:["change legend background visibility"],es:["cambiar la visibilidad del fondo de la leyenda"]}},88640:e=>{e.exports={en:["change line color"],es:["cambiar el color de línea"]}},41837:e=>{e.exports={en:["change line price source"],es:["cambiar la fuente de precios de la línea"]}},48339:e=>{e.exports={en:["change line width"],es:["cambiar el ancho de línea"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],es:["cambiar la visibilidad de los botones del panel"]}},52203:e=>{e.exports={en:["change pane separators color"],es:["Cambiar el color de los separadores de paneles"]}},38730:e=>{e.exports={en:["change post market color"],
es:["cambiar el color posmercado"]}},28075:e=>{e.exports={en:["change post market line color"],es:["cambiar el color de la línea posmercado"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],es:["cambiar la visibilidad de las líneas de precios pre/pos mercado"]}},44371:e=>{e.exports={en:["change pre market color"],es:["cambiar el color de la sesión premercado"]}},96114:e=>{e.exports={en:["change pre market line color"],es:["cambiar el color de la línea de la sesión premercado"]}},69814:e=>{e.exports={en:["change previous close price line color"],es:["cambiar el color de la línea con el precio de cierre anterior"]}},13660:e=>{e.exports={en:["change previous close price line width"],es:["cambiar el ancho de la línea con el precio de cierre anterior"]}},87861:e=>{e.exports={en:["change price line color"],es:["cambiar el color de la línea de precios"]}},29353:e=>{e.exports={en:["change price line width"],es:["cambiar el ancho de la línea de precios"]}},16241:e=>{e.exports={en:["change range bars style"],es:["cambiar estilo de las barras de rango"]}},65821:e=>{e.exports={en:["change range thin bars"],es:["cambiar el rango de las barras finas"]}},75487:e=>{e.exports={en:["change renko wick down color"],es:["cambiar el color inferior de la mecha renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],es:["cambiar el color inferior de la mecha renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],es:["cambiar la visibilidad de las mechas renko"]}},82946:e=>{e.exports={en:["change right margin"],es:["cambiar el margen derecho"]}},79545:e=>{e.exports={en:["change right margin percentage"],es:["cambiar porcentaje del margen derecho"]}},78995:e=>{e.exports={en:["change symbol watermark color"],es:["cambiar el color de la marca de agua del símbolo"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],es:["cambiar la visibilidad de la marca de agua del símbolo"]}},88167:e=>{e.exports={en:["change symbol description visibility"],es:["cambiar la visibilidad de la descripción del símbolo"]}},12050:e=>{e.exports={en:["change symbol field visibility"],es:["cambiar la visibilidad del campo del símbolo"]}},46066:e=>{e.exports={en:["change symbol last value mode"],es:["cambiar el modo del último valor del símbolo"]}},902:e=>{e.exports={en:["change symbol legend format"],es:["cambiar el formato de la leyenda del símbolo"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],es:["cambiar guardar la posición del borde izquierdo del gráfico al cambiar el intervalo"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],es:["cambiar visibilidad de los botones de modos de escala"]}},76131:e=>{e.exports={en:["change scales text color"],es:["cambiar el color del texto de la escala"]}},27792:e=>{e.exports={en:["change scales font size"],es:["cambiar tamaño de la fuente de la escala"]}},94997:e=>{e.exports={en:["change scales lines color"],es:["cambiar el color de la línea de la escala"]}},60067:e=>{e.exports={ es:["cambiar el color posmercado"]}},28075:e=>{e.exports={en:["change post market line color"],es:["cambiar el color de la línea posmercado"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],es:["cambiar la visibilidad de las líneas de precios pre/pos mercado"]}},44371:e=>{e.exports={en:["change pre market color"],es:["cambiar el color de la sesión premercado"]}},96114:e=>{e.exports={en:["change pre market line color"],es:["cambiar el color de la línea de la sesión premercado"]}},69814:e=>{e.exports={en:["change previous close price line color"],es:["cambiar el color de la línea con el precio de cierre anterior"]}},13660:e=>{e.exports={en:["change previous close price line width"],es:["cambiar el ancho de la línea con el precio de cierre anterior"]}},87861:e=>{e.exports={en:["change price line color"],es:["cambiar el color de la línea de precios"]}},29353:e=>{e.exports={en:["change price line width"],es:["cambiar el ancho de la línea de precios"]}},16241:e=>{e.exports={en:["change range bars style"],es:["cambiar estilo de las barras de rango"]}},65821:e=>{e.exports={en:["change range thin bars"],es:["cambiar el rango de las barras finas"]}},75487:e=>{e.exports={en:["change renko wick down color"],es:["cambiar el color inferior de la mecha renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],es:["cambiar el color inferior de la mecha renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],es:["cambiar la visibilidad de las mechas renko"]}},82946:e=>{e.exports={en:["change right margin"],es:["cambiar el margen derecho"]}},79545:e=>{e.exports={en:["change right margin percentage"],es:["cambiar porcentaje del margen derecho"]}},78995:e=>{e.exports={en:["change symbol watermark color"],es:["cambiar el color de la marca de agua del símbolo"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],es:["cambiar la visibilidad de la marca de agua del símbolo"]}},88167:e=>{e.exports={en:["change symbol description visibility"],es:["cambiar la visibilidad de la descripción del símbolo"]}},12050:e=>{e.exports={en:["change symbol field visibility"],es:["cambiar la visibilidad del campo del símbolo"]}},46066:e=>{e.exports={en:["change symbol last value mode"],es:["cambiar el modo del último valor del símbolo"]}},902:e=>{e.exports={en:["change symbol legend format"],es:["cambiar el formato de la leyenda del símbolo"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],es:["cambiar guardar la posición del borde izquierdo del gráfico al cambiar el intervalo"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],es:["cambiar visibilidad de los botones de modos de escala"]}},76131:e=>{e.exports={en:["change scales text color"],es:["cambiar el color del texto de la escala"]}},27792:e=>{e.exports={en:["change scales font size"],es:["cambiar tamaño de la fuente de la escala"]}},94997:e=>{e.exports={en:["change scales lines color"],es:["cambiar el color de la línea de la escala"]}},60067:e=>{e.exports={

View File

@@ -1,4 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],es:["Punto"]}},41256:e=>{e.exports={en:["Back"],es:["Atrás"]}},53174:e=>{e.exports={en:["Right"],es:["Right (derecho de suscripción)"]}},57e3:e=>{e.exports={en:["Compare"],es:["Comparar"]}},93111:e=>{e.exports={en:["Content"],es:["Contenido"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],es:["Copiar el enlace a la imagen del gráfico"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},59934:e=>{e.exports={en:["Channels"],es:["Canales"]}},63245:e=>{e.exports={en:["Change symbol"],es:["Cambiar símbolo"]}},56281:e=>{e.exports={en:["Chart style Columns"],es:["Estilo de gráfico: Columnas"]}},64526:e=>{e.exports={en:["Chart style Candles"],es:["Estilo de gráfico: Velas"]}},9537:e=>{e.exports={en:["Chart style Area"],es:["Estilo de gráfico: Área"]}},19265:e=>{e.exports={en:["Chart style Bars"],es:["Estilo de gráfico: Barras"]}},19579:e=>{e.exports={en:["Chart style Baseline"],es:["Estilo de gráfico: Línea de referencia"]}},47189:e=>{e.exports={en:["Chart style Kagi"],es:["Estilo de gráfico: Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],es:["Estilo de gráfico: Área HLC"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],es:["Estilo de gráfico: Velas huecas"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],es:["Estilo de gráfico: Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],es:["Estilo de gráfico: Mín-max"]}},92911:e=>{e.exports={en:["Chart style Line"],es:["Estilo de gráfico: Línea"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],es:["Estilo de gráfico: Línea con marcadores"]}},11604:e=>{e.exports={en:["Chart style Line break"],es:["Estilo de gráfico: Ruptura de línea"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],es:["Estilo de gráfico de Perfil de volumen de la sesión"]}},40447:e=>{e.exports={en:["Chart style Step line"],es:["Estilo de gráfico: Línea de pasos"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],es:["Estilo de gráfico: Punto y figura"]}},49942:e=>{e.exports={en:["Chart style Range"],es:["Estilo de gráfico: Rango"]}},80082:e=>{e.exports={en:["Chart style Renko"],es:["Estilo de gráfico: Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],es:["Estilo de gráfico: Oportunidad de precios en el tiempo"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],es:["Estilo de gráfico: Velas de volumen"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],es:["Estilo de gráfico Huella (footprint) de volumen"]}},53438:e=>{e.exports={en:["Chart template"],es:["Plantilla de gráfico"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},81578:e=>{e.exports={en:["Cursors"],es:["Cursores"]}},77915:e=>{e.exports={en:["Cycles"],es:["Ciclos"]}},32064:e=>{e.exports={en:["Annotation tools"],es:["Herramientas de anotación"]}},69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},34040:e=>{e.exports={en:["All sources"],es:["Todas las fuentes"]}},
19147:e=>{e.exports={en:["Arrows"],es:["Flechas"]}},42358:e=>{e.exports={en:["Bond"],es:["Bono"]}},65695:e=>{e.exports={en:["Brushes"],es:["Pinceles"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],es:["Herramientas Gann y Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],es:["Figuras geométricas"]}},57157:e=>{e.exports={en:["Dot"],es:["Punto"]}},25848:e=>{e.exports={en:["Dark theme"],es:["Modo oscuro"]}},14939:e=>{e.exports={en:["Demonstration"],es:["Demostración"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},74385:e=>{e.exports={en:["Drawings"],es:["Dibujos"]}},44255:e=>{e.exports={en:["Elliott waves"],es:["Ondas de Elliott"]}},8727:e=>{e.exports={en:["Eraser"],es:["Borrador"]}},93308:e=>{e.exports={en:["Extended session"],es:["Sesión con horario ampliado"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],es:["Herramientas de previsión y medida"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],es:["Modo pantalla completa"]}},83576:e=>{e.exports={en:["Function"],es:["Función"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],es:["Mantenga pulsada {hotKey_0} para dibujar temporalmente"]}},27077:e=>{e.exports={en:["Open Object Tree"],es:["Abrir Árbol de objetos"]}},7386:e=>{e.exports={en:["Open chart layout"],es:["Abrir el diseño del gráfico"]}},79451:e=>{e.exports={en:["Lock all drawings"],es:["Bloquear todos los dibujos"]}},35112:e=>{e.exports={en:["Move chart back"],es:["Mover el gráfico hacia atrás"]}},12754:e=>{e.exports={en:["Move chart forward"],es:["Mover el gráfico hacia adelante"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},35553:e=>{e.exports={en:["Magic"],es:["Magia"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],es:["El modo Magnet acerca los dibujos próximos a las barras de precios, al valor más cercano OHLC"]}},81031:e=>{e.exports={en:["Manage layout drawings"],es:["Gestionar los dibujos de los diseños"]}},91563:e=>{e.exports={en:["Measure"],es:["Medida"]}},97050:e=>{e.exports={en:["Measurer"],es:["Medidor"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],es:["Agrupar todas las escalas a la izquierda"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],es:["Agrupar todas las escalas a la derecha"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],es:["No hay mercados de valores que coincidan con sus criterios."]}},76822:e=>{e.exports={en:["No symbols match your criteria"],es:["Ningún símbolo coincide con sus criterios"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],es:["Nada que coincida con sus criterios"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],es:["Los nuevos dibujos se reproducen en todos los gráficos y se muestran cuando se selecciona el mismo ticker"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],es:["Los nuevos dibujos se sincronizarán globalmente"]
}},93027:e=>{e.exports={en:["New drawings will sync in layout"],es:["Las nuevas plantillas se sincronizarán en la plantilla"]}},28628:e=>{e.exports={en:["Sources"],es:["Fuentes"]}},41569:e=>{e.exports={en:["Save chart layout"],es:["Guardar diseño de gráfico"]}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},79354:e=>{e.exports={en:["Search tool or function"],es:["Buscar una herramienta o función"]}},57640:e=>{e.exports={en:["Select source"],es:["Seleccionar fuente"]}},65781:e=>{e.exports={en:["Shapes"],es:["Figuras"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],es:["Mostrar herramientas ocultas"]}},85786:e=>{e.exports={en:["Show Object Tree"],es:["Mostrar árbol de objetos"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],es:["Permanecer en modo dibujo"]}},94593:e=>{e.exports={en:["Strong Magnet"],es:["Imán fuerte"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],es:["Símbolo y descripción"]}},51165:e=>{e.exports={en:["Symbol Search"],es:["Búsqueda de símbolos"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],es:["Sincronizar dibujos en todos los gráficos"]}},46417:e=>{e.exports={en:["Patterns"],es:["Patrones"]}},36167:e=>{e.exports={en:["Pitchforks"],es:["Tridentes"]}},79366:e=>{e.exports={en:["Previous day close price line"],es:["Línea con el precio de cierre del día anterior"]}},76753:e=>{e.exports={en:["Recent search"],es:["Busqueda reciente"]}},28051:e=>{e.exports={en:["Regular session"],es:["Sesión ordinaria"]}},57118:e=>{e.exports={en:["Remove Drawings"],es:["Eliminar dibujos"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],es:["Eliminar todas las herramientas de dibujo e indicadores"]}},96374:e=>{e.exports={en:["Remove drawings"],es:["Eliminar dibujos"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}},99984:e=>{e.exports={en:["Remove indicators"],es:["Eliminar Indicadores"]}},38206:e=>{e.exports={en:["Rename chart layout"],es:["Cambiar el nombre del diseño del gráfico"]}},31789:e=>{e.exports={en:["Reset chart"],es:["Restablecer gráfico"]}},3519:e=>{e.exports={en:["Weak Magnet"],es:["Imán débil"]}},65831:e=>{e.exports={en:["Text & Notes"],es:["Texto y notas"]}},48773:e=>{e.exports={en:["Trend line tools"],es:["Herramientas de líneas de tendencia"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],es:["Busque herramientas de dibujo, funciones y configuraciones"]}},69260:e=>{e.exports={en:["Volume-based"],es:["Basado en volumen"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],es:["Está cambiando la interfaz de usuario al esquema {name}. ¿Le gustaría cambiar el esquema de la plantilla del gráfico también?"]}},55774:e=>{e.exports={en:["Zoom In"],es:["Aumentar"]}},37310:e=>{e.exports={en:["Zoom Out"],es:["Alejar"]}},70932:e=>{e.exports={en:["commodity"],es:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={
en:["change ideas visibility on chart"],es:["cambiar la visibilidad de las ideas en el gráfico"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],es:["cambiar la visibilidad de las etiquetas con el nombre de los indicadores y de la información financiera"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],es:["cambiar la visibilidad de las etiquetas con el valor de los indicadores y la información financiera"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],es:["cambiar la visibilidad de las líneas de precios pre/pos mercado"]}},46128:e=>{e.exports={en:["crypto"],es:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],es:["economía"]}},17770:e=>{e.exports={en:["forex"],es:["Forex"]}},4723:e=>{e.exports={en:["futures"],es:["futuros"]}},87464:e=>{e.exports={en:["index"],es:["índice"]}},90250:e=>{e.exports={en:["indices"],es:["índices"]}},76752:e=>{e.exports={en:["stock"],es:["acciones"]}},94521:e=>{e.exports={en:["sync drawings"],es:["sincronizar dibujos"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],es:["{hotKey_0} + Clic en el gráfico"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],es:["{hotKey_0}: círculo"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],es:["{hotKey_0}: dibujar una línea recta en ángulos de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],es:["{hotKey_0}: incrementos fijos"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],es:["{hotKey_0}: cuadrado"]}}}]);

View File

@@ -0,0 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],es:["Punto"]}},41256:e=>{e.exports={en:["Back"],es:["Atrás"]}},53174:e=>{e.exports={en:["Right"],es:["Right (derecho de suscripción)"]}},57e3:e=>{e.exports={en:["Compare"],es:["Comparar"]}},93111:e=>{e.exports={en:["Content"],es:["Contenido"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],es:["Copiar el enlace a la imagen del gráfico"]}},4543:e=>{e.exports={en:["Cancel"],es:["Cancelar"]}},59934:e=>{e.exports={en:["Channels"],es:["Canales"]}},63245:e=>{e.exports={en:["Change symbol"],es:["Cambiar símbolo"]}},56281:e=>{e.exports={en:["Chart style Columns"],es:["Estilo de gráfico: Columnas"]}},64526:e=>{e.exports={en:["Chart style Candles"],es:["Estilo de gráfico: Velas"]}},9537:e=>{e.exports={en:["Chart style Area"],es:["Estilo de gráfico: Área"]}},19265:e=>{e.exports={en:["Chart style Bars"],es:["Estilo de gráfico: Barras"]}},19579:e=>{e.exports={en:["Chart style Baseline"],es:["Estilo de gráfico: Línea de referencia"]}},47189:e=>{e.exports={en:["Chart style Kagi"],es:["Estilo de gráfico: Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],es:["Estilo de gráfico: Área HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],es:["Estilo de gráfico: Velas huecas"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],es:["Estilo de gráfico: Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],es:["Estilo de gráfico: Mín-max"]}},92911:e=>{e.exports={en:["Chart style Line"],es:["Estilo de gráfico: Línea"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],es:["Estilo de gráfico: Línea con marcadores"]}},11604:e=>{e.exports={en:["Chart style Line break"],es:["Estilo de gráfico: Ruptura de línea"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],es:["Estilo de gráfico de Perfil de volumen de la sesión"]}},40447:e=>{e.exports={en:["Chart style Step line"],es:["Estilo de gráfico: Línea de pasos"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],es:["Estilo de gráfico: Punto y figura"]}},49942:e=>{e.exports={en:["Chart style Range"],es:["Estilo de gráfico: Rango"]}},80082:e=>{e.exports={en:["Chart style Renko"],es:["Estilo de gráfico: Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],es:["Estilo de gráfico: Oportunidad de precios en el tiempo"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],es:["Estilo de gráfico: Velas de volumen"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],es:["Estilo de gráfico Huella (footprint) de volumen"]}},53438:e=>{e.exports={en:["Chart template"],es:["Plantilla de gráfico"]}},47742:e=>{e.exports={en:["Close menu"],es:["Cerrar menú"]}},81578:e=>{e.exports={en:["Cursors"],es:["Cursores"]}},77915:e=>{e.exports={en:["Cycles"],es:["Ciclos"]}},32064:e=>{e.exports={en:["Annotation tools"],es:["Herramientas de anotación"]}},69207:e=>{e.exports={en:["Add to favorites"],es:["Añadir a favoritos"]}},34040:e=>{e.exports={
en:["All sources"],es:["Todas las fuentes"]}},19147:e=>{e.exports={en:["Arrows"],es:["Flechas"]}},42358:e=>{e.exports={en:["Bond"],es:["Bono"]}},65695:e=>{e.exports={en:["Brushes"],es:["Pinceles"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],es:["Herramientas Gann y Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],es:["Figuras geométricas"]}},57157:e=>{e.exports={en:["Dot"],es:["Punto"]}},25848:e=>{e.exports={en:["Dark theme"],es:["Modo oscuro"]}},14939:e=>{e.exports={en:["Demonstration"],es:["Demostración"]}},78734:e=>{e.exports={en:["Description"],es:["Descripción"]}},74385:e=>{e.exports={en:["Drawings"],es:["Dibujos"]}},44255:e=>{e.exports={en:["Elliott waves"],es:["Ondas de Elliott"]}},8727:e=>{e.exports={en:["Eraser"],es:["Borrador"]}},93308:e=>{e.exports={en:["Extended session"],es:["Sesión con horario ampliado"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],es:["Herramientas de previsión y medida"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],es:["Modo pantalla completa"]}},83576:e=>{e.exports={en:["Function"],es:["Función"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],es:["Mantenga pulsada {hotKey_0} para dibujar temporalmente"]}},27077:e=>{e.exports={en:["Open Object Tree"],es:["Abrir Árbol de objetos"]}},7386:e=>{e.exports={en:["Open chart layout"],es:["Abrir el diseño del gráfico"]}},79451:e=>{e.exports={en:["Lock all drawings"],es:["Bloquear todos los dibujos"]}},35112:e=>{e.exports={en:["Move chart back"],es:["Mover el gráfico hacia atrás"]}},12754:e=>{e.exports={en:["Move chart forward"],es:["Mover el gráfico hacia adelante"]}},37117:e=>{e.exports={en:["More"],es:["Más"]}},35553:e=>{e.exports={en:["Magic"],es:["Magia"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],es:["El modo Magnet acerca los dibujos próximos a las barras de precios, al valor más cercano OHLC"]}},81031:e=>{e.exports={en:["Manage layout drawings"],es:["Gestionar los dibujos de los diseños"]}},91563:e=>{e.exports={en:["Measure"],es:["Medida"]}},97050:e=>{e.exports={en:["Measurer"],es:["Medidor"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],es:["Agrupar todas las escalas a la izquierda"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],es:["Agrupar todas las escalas a la derecha"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],es:["No hay mercados de valores que coincidan con sus criterios."]}},76822:e=>{e.exports={en:["No symbols match your criteria"],es:["Ningún símbolo coincide con sus criterios"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],es:["Nada que coincida con sus criterios"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],es:["Los nuevos dibujos se reproducen en todos los gráficos y se muestran cuando se selecciona el mismo ticker"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],
es:["Los nuevos dibujos se sincronizarán globalmente"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],es:["Las nuevas plantillas se sincronizarán en la plantilla"]}},28628:e=>{e.exports={en:["Sources"],es:["Fuentes"]}},41569:e=>{e.exports={en:["Save chart layout"],es:["Guardar diseño de gráfico"]}},8573:e=>{e.exports={en:["Search"],es:["Buscar"]}},79354:e=>{e.exports={en:["Search tool or function"],es:["Buscar una herramienta o función"]}},57640:e=>{e.exports={en:["Select source"],es:["Seleccionar fuente"]}},65781:e=>{e.exports={en:["Shapes"],es:["Figuras"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],es:["Mostrar herramientas ocultas"]}},85786:e=>{e.exports={en:["Show Object Tree"],es:["Mostrar árbol de objetos"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],es:["Permanecer en modo dibujo"]}},94593:e=>{e.exports={en:["Strong Magnet"],es:["Imán fuerte"]}},95481:e=>{e.exports={en:["Symbol"],es:["Símbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],es:["Símbolo y descripción"]}},51165:e=>{e.exports={en:["Symbol Search"],es:["Búsqueda de símbolos"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],es:["Sincronizar dibujos en todos los gráficos"]}},46417:e=>{e.exports={en:["Patterns"],es:["Patrones"]}},36167:e=>{e.exports={en:["Pitchforks"],es:["Tridentes"]}},79366:e=>{e.exports={en:["Previous day close price line"],es:["Línea con el precio de cierre del día anterior"]}},76753:e=>{e.exports={en:["Recent search"],es:["Busqueda reciente"]}},28051:e=>{e.exports={en:["Regular session"],es:["Sesión ordinaria"]}},57118:e=>{e.exports={en:["Remove Drawings"],es:["Eliminar dibujos"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],es:["Eliminar todas las herramientas de dibujo e indicadores"]}},96374:e=>{e.exports={en:["Remove drawings"],es:["Eliminar dibujos"]}},85106:e=>{e.exports={en:["Remove from favorites"],es:["Eliminar de favoritos"]}},99984:e=>{e.exports={en:["Remove indicators"],es:["Eliminar Indicadores"]}},38206:e=>{e.exports={en:["Rename chart layout"],es:["Cambiar el nombre del diseño del gráfico"]}},31789:e=>{e.exports={en:["Reset chart"],es:["Restablecer gráfico"]}},3519:e=>{e.exports={en:["Weak Magnet"],es:["Imán débil"]}},65831:e=>{e.exports={en:["Text & Notes"],es:["Texto y notas"]}},48773:e=>{e.exports={en:["Trend line tools"],es:["Herramientas de líneas de tendencia"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],es:["Busque herramientas de dibujo, funciones y configuraciones"]}},69260:e=>{e.exports={en:["Volume-based"],es:["Basado en volumen"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],es:["Está cambiando la interfaz de usuario al esquema {name}. ¿Le gustaría cambiar el esquema de la plantilla del gráfico también?"]}},55774:e=>{e.exports={en:["Zoom In"],es:["Aumentar"]}},37310:e=>{e.exports={en:["Zoom Out"],es:["Alejar"]}},70932:e=>{e.exports={en:["commodity"],es:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},
13489:e=>{e.exports={en:["change ideas visibility on chart"],es:["cambiar la visibilidad de las ideas en el gráfico"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],es:["cambiar la visibilidad de las etiquetas con el nombre de los indicadores y de la información financiera"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],es:["cambiar la visibilidad de las etiquetas con el valor de los indicadores y la información financiera"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],es:["cambiar la visibilidad de las líneas de precios pre/pos mercado"]}},46128:e=>{e.exports={en:["crypto"],es:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],es:["economía"]}},17770:e=>{e.exports={en:["forex"],es:["Forex"]}},4723:e=>{e.exports={en:["futures"],es:["futuros"]}},87464:e=>{e.exports={en:["index"],es:["índice"]}},90250:e=>{e.exports={en:["indices"],es:["índices"]}},76752:e=>{e.exports={en:["stock"],es:["acciones"]}},94521:e=>{e.exports={en:["sync drawings"],es:["sincronizar dibujos"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],es:["{hotKey_0} + Clic en el gráfico"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],es:["{hotKey_0}: círculo"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],es:["{hotKey_0}: dibujar una línea recta en ángulos de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],es:["{hotKey_0}: incrementos fijos"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],es:["{hotKey_0}: cuadrado"]}}}]);

View File

@@ -0,0 +1,6 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],es:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],es:["#{count} (precio, barra)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],es:["(Máx.+Mín.+Cierre)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],es:["(Máx+Mín)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],es:["Color de barras en función del cierre anterior"]}},78930:e=>{e.exports={en:["Coordinates"],es:["Coordenadas"]}},24197:e=>{e.exports={en:["Center"],es:["Centro"]}},84831:e=>{e.exports={en:["Close line"],es:["Línea de cierre"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],es:["Ajustar datos de los dividendos"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],es:["Ajustar para cambios de contrato"]}},27567:e=>{e.exports={en:["Bottom"],es:["Parte inferior"]}},3159:e=>{e.exports={en:["Bottom line"],es:["Resultado final"]}},74406:e=>{e.exports={en:["Body"],es:["Cuerpo"]}},333:e=>{e.exports={en:["Borders"],es:["Bordes"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],es:["Nivel de la base"]}},71776:e=>{e.exports={en:["Down"],es:["Abajo"]}},17611:e=>{e.exports={en:["Down bars"],es:["Barras descendentes"]}},23743:e=>{e.exports={en:["Down color"],es:["Color inferior"]}},48225:e=>{e.exports={en:["Data modification"],es:["Modificación de datos"]}},72942:e=>{e.exports={en:["Days"],es:["Días"]}},16564:e=>{e.exports={en:["Default"],es:["Por defecto"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],es:["Desplazamiento (precio, barra)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],es:["Información general sobre el horario de negociación electrónica"]}},819:e=>{e.exports={en:["Extend lines"],es:["Ampliar líneas"]}},41129:e=>{e.exports={en:["Fill"],es:["Rellenar"]}},61112:e=>{e.exports={en:["Fill top area"],es:["Rellenar el área superior"]}},73185:e=>{e.exports={en:["Fill bottom area"],es:["Rellenar el área inferior"]}},56796:e=>{e.exports={en:["Hours"],es:["Horas"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],es:["Línea de máximos"]}},47326:e=>{e.exports={en:["Integer"],es:["Número entero"]}},21429:e=>{e.exports={en:["Inputs"],es:["Entradas de datos"]}},64075:e=>{e.exports={en:["Override min tick"],es:["Anular el tick mínimo"]}},34579:e=>{e.exports={en:["Low line"],es:["Línea de mínimos"]}},11626:e=>{e.exports={en:["Left"],es:["Izquierda"]}},43154:e=>{e.exports={en:["Months"],es:["Meses"]}},68833:e=>{e.exports={en:["Middle"],es:["En el medio"]}},42562:e=>{e.exports={en:["Minutes"],es:["Minutos"]}},65188:e=>{e.exports={en:["Seconds"],es:["Segundos"]}},13350:e=>{e.exports={en:["Pearson's R"],es:["Coeficiente de correlación de Pearson"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],es:["Información horaria pre/pos mercado"]}},59766:e=>{e.exports={en:["Precision"],es:["Precisión"]}},84684:e=>{e.exports={en:["Price source"],
es:["Fuente de los precios"]}},73466:e=>{e.exports={en:["Projection up bars"],es:["Barras superiores de proyección"]}},77430:e=>{e.exports={en:["Projection candles"],es:["Velas de proyección"]}},88367:e=>{e.exports={en:["Projection down bars"],es:["Barras de proyección descendentes"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],es:["Precios reales en la escala (en lugar del precio Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],es:["Derecha"]}},835:e=>{e.exports={en:["Weeks"],es:["Semanas"]}},32163:e=>{e.exports={en:["Wick"],es:["Mecha"]}},97118:e=>{e.exports={en:["Top"],es:["Parte superior"]}},89349:e=>{e.exports={en:["Top line"],es:["Línea superior"]}},70320:e=>{e.exports={en:["Text"],es:["Тexto"]}},25485:e=>{e.exports={en:["Text alignment"],es:["Alineación del texto"]}},67781:e=>{e.exports={en:["Text orientation"],es:["Orientación del texto"]}},20215:e=>{e.exports={en:["Thin bars"],es:["Barras finas"]}},24821:e=>{e.exports={en:["Ticks"],es:["Tics"]}},77073:e=>{e.exports={en:["Timezone"],es:["Zona horaria"]}},22691:e=>{e.exports={en:["Up"],es:["Arriba"]}},23091:e=>{e.exports={en:["Up color"],es:["Color superior"]}},36957:e=>{e.exports={en:["Up bars"],es:["Barras superiores"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],es:["Utilizar la liquidación como cierre en intervalos diarios"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],es:["vela"]}},27068:e=>{e.exports={en:["change HLC bars"],es:["cambiar las barras HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],es:["cambiar el color de relleno del área"]}},89346:e=>{e.exports={en:["change area line width"],es:["cambiar el ancho de la línea del área"]}},29605:e=>{e.exports={en:["change area line color"],es:["cambiar el color de la línea del área"]}},4640:e=>{e.exports={en:["change area price source"],es:["cambiar la fuente de los precios del área"]}},42190:e=>{e.exports={en:["change base level"],es:["cambiar el nivel de referencia"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],es:["cambiar el color de la línea inferior de la línea de referencia"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],es:["cambiar el ancho de la línea inferior de la línea de referencia"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],es:["cambiar el color de relleno del área inferior de la línea de referencia"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],es:["cambiar el color de relleno del área superior de la línea de referencia"]}},68609:e=>{e.exports={en:["change baseline price source"],es:["cambiar la fuente de precios de referencia"]}},69044:e=>{e.exports={en:["change baseline top line color"],es:["cambiar el color de la línea superior de la línea de referencia"]}},68197:e=>{e.exports={en:["change baseline top line width"],es:["cambiar el ancho de la línea superior de la línea de referencia"]}},33464:e=>{e.exports={en:["change bar up color"],
es:["cambiar el color superior de la barra"]}},2066:e=>{e.exports={en:["change bar X coordinate"],es:["cambiar la coordenada X de las barras"]}},59622:e=>{e.exports={en:["change bar down color"],es:["cambiar el color inferior de la barra"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],es:["cambiar el color de las barras en función del valor de cierre anterior"]}},88324:e=>{e.exports={en:["change column up color"],es:["cambiar color superior de la columna"]}},93890:e=>{e.exports={en:["change column down color"],es:["cambiar color inferior de la columna"]}},4727:e=>{e.exports={en:["change column price source"],es:["cambiar la fuente del precio de la columna"]}},82063:e=>{e.exports={en:["change decimal places"],es:["cambiar las posiciones decimales"]}},44223:e=>{e.exports={en:["change extended hours color"],es:["cambiar el color del horario ampliado"]}},47393:e=>{e.exports={en:["change electronic trading hours"],es:["modificar el horario de negociación electrónica"]}},6026:e=>{e.exports={en:["change high-low body color"],es:["cambiar el color del cuerpo de máximos y mínimos"]}},73021:e=>{e.exports={en:["change high-low body visibility"],es:["cambiar la visibilidad del cuerpo de máximos y mínimos"]}},46844:e=>{e.exports={en:["change high-low border color"],es:["cambiar el color del borde del máximos y mínimos"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],es:["cambiar la visibilidad de los bordes de máximos y mínimos"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],es:["cambiar la visibilidad de las etiquetas de máximos y mínimos"]}},56961:e=>{e.exports={en:["change high-low labels color"],es:["cambiar el color de las etiquetas de máximos y mínimos"]}},88640:e=>{e.exports={en:["change line color"],es:["cambiar el color de línea"]}},41837:e=>{e.exports={en:["change line price source"],es:["cambiar la fuente de precios de la línea"]}},48339:e=>{e.exports={en:["change line width"],es:["cambiar el ancho de línea"]}},38730:e=>{e.exports={en:["change post market color"],es:["cambiar el color posmercado"]}},44371:e=>{e.exports={en:["change pre market color"],es:["cambiar el color de la sesión premercado"]}},11737:e=>{e.exports={en:["change price Y coordinate"],es:["cambiar la coordenada Y de los precios"]}},16241:e=>{e.exports={en:["change range bars style"],es:["cambiar estilo de las barras de rango"]}},65821:e=>{e.exports={en:["change range thin bars"],es:["cambiar el rango de las barras finas"]}},75487:e=>{e.exports={en:["change renko wick down color"],es:["cambiar el color inferior de la mecha renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],es:["cambiar el color inferior de la mecha renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],es:["cambiar la visibilidad de las mechas renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],es:["cambiar ticks mínimos de la superposición del estudio"]}},82924:e=>{e.exports={en:["change study overlay style"],es:["cambio estilo de superposición del estudio"]}},16660:e=>{e.exports={
en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],es:["cambiar la visualización de los precios reales en la escala de precios (en lugar del precio Heiken-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],es:["cambiar las barras finas"]}},78509:e=>{e.exports={en:["change {title} base line color"],es:["cambiar el color de la línea de referencia de {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],es:["cambiar el estilo de la línea de referencia de {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],es:["cambiar la visibilidad de la línea de referencia de {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],es:["cambiar el ancho de la línea de referencia de {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],es:["cambiar color de la línea inferior de {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],es:["cambiar el estilo de la línea descendente de {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],es:["cambiar la visibilidad de la línea descendente de {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],es:["cambiar el ancho de la línea inferior de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],es:["cambiar los días de {title} hasta"]}},91201:e=>{e.exports={en:["change {title} days from"],es:["cambiar los días de {title} desde"]}},76295:e=>{e.exports={en:["change {title} extend lines"],es:["cambiar ampliar líneas en {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],es:["cambiar las horas de {title} desde"]}},67233:e=>{e.exports={en:["change {title} hours to"],es:["cambiar las horas de {title} hasta"]}},99122:e=>{e.exports={en:["change {title} months from"],es:["cambiar los meses desde de {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],es:["cambiar los meses de {title} hasta"]}},38011:e=>{e.exports={en:["change {title} minutes to"],es:["cambiar los minutos de {title} hasta"]}},59820:e=>{e.exports={en:["change {title} minutes from"],es:["cambiar los minutos de {title} desde"]}},6573:e=>{e.exports={en:["change {title} seconds to"],es:["cambiar los segundos de {title} hasta"]}},86780:e=>{e.exports={en:["change {title} seconds from"],es:["cambiar los segundos desde de {title}"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],es:["cambiar la visibilidad r de Pearson de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],es:["cambiar las semanas de {title} desde"]}},18678:e=>{e.exports={en:["change {title} weeks to"],es:["cambiar las semanas de {title} hasta"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],es:["cambiar la visibilidad de la línea superior de {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],es:["cambiar el ancho de la línea superior de {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],es:["cambiar el color de la línea superior de {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],
es:["cambiar el estilo de la línea superior de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],es:["cambiar la visibilidad en ticks de {title}"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],es:["cambiar la visibilidad en semanas de {title}"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],es:["cambiar la visibilidad de {title} en {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],es:["cambiar la visibilidad en días de {title}"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],es:["cambiar la visibilidad en horas de {title}"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],es:["cambiar la visibilidad en minutos de {title}"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],es:["cambiar la visibilidad en meses de {title}"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],es:["cambiar la visibilidad en segundos de {title}"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],es:["cambiar el color del borde superior de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],es:["cambiar el color superior de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],es:["cambiar el color inferior de la mecha de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],es:["cambiar el color superior de la mecha de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],es:["cambiar la visibilidad de la mecha {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],es:["cambiar la visibilidad del cuerpo de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],es:["cambiar la visibilidad del borde de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],es:["cambiar el color del borde inferior de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],es:["cambiar el color inferior de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],es:["cambiar el color inferior del borde de la barra de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],es:["cambiar el color superior del borde de la barra de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],es:["cambiar el color inferior de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],es:["cambiar el color superior del borde de la barra de proyección de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],es:["cambiar el color inferior de la barra de proyección de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],es:["cambiar el color superior de la barra de proyección de {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],es:["cambiar el color superior de {chartType}"]}},66110:e=>{e.exports={
en:["change {inputName} property"],es:["cambiar propiedad de {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],es:["cambiar la propiedad de {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],es:["ajustar datos de los dividendos"]}},1433:e=>{e.exports={en:["adjust for contract changes"],es:["ajustar para cambios de contrato"]}},35813:e=>{e.exports={en:["days"],es:["días"]}},89919:e=>{e.exports={en:["days to"],es:["días hasta"]}},59215:e=>{e.exports={en:["days from"],es:["días desde"]}},2359:e=>{e.exports={en:["hours"],es:["horas"]}},82267:e=>{e.exports={en:["hours from"],es:["horas desde"]}},15600:e=>{e.exports={en:["hours to"],es:["horas hasta"]}},92598:e=>{e.exports={en:["hollow candles"],es:["velas huecas"]}},76261:e=>{e.exports={en:["move drawings"],es:["mover dibujos"]}},95300:e=>{e.exports={en:["months"],es:["meses"]}},17250:e=>{e.exports={en:["months from"],es:["meses desde"]}},2828:e=>{e.exports={en:["months to"],es:["meses hasta"]}},18726:e=>{e.exports={en:["minutes"],es:["minutos"]}},67649:e=>{e.exports={en:["minutes to"],es:["minutos hasta"]}},22476:e=>{e.exports={en:["minutes from"],es:["minutos desde"]}},751:e=>{e.exports={en:["seconds"],es:["segundos"]}},73419:e=>{e.exports={en:["seconds to"],es:["segundos hasta"]}},35801:e=>{e.exports={en:["seconds from"],es:["segundos desde"]}},57243:e=>{e.exports={en:["range","ranges"],es:["rango","rangos"]}},70282:e=>{e.exports={en:["renko"]}},45537:e=>{e.exports={en:["weeks"],es:["semanas"]}},92859:e=>{e.exports={en:["weeks from"],es:["semanas desde"]}},44127:e=>{e.exports={en:["weeks to"],es:["semanas hasta"]}},3539:e=>{e.exports={en:["ticks"],es:["Tics"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],es:["utilizar la liquidación como cierre en intervalos diarios"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],es:["{value} decimal","{value} decimales"]}}}]);

View File

@@ -1,4 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],es:["Oscuro"]}},96870:e=>{e.exports={en:["Light"],es:["Claro"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],es:["Copia {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],es:["S"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],es:["Color de nivel -0,236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],es:["Color de nivel -0,382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],es:["Color de nivel -0,618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],es:["Color de nivel -0,65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],es:["Color de nivel 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],es:["Color de nivel 0,236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],es:["Color de nivel 0,382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],es:["Color de nivel 0,5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],es:["Color de nivel 0,618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],es:["Color de nivel 0,65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],es:["Color de nivel 0,786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],es:["Color de nivel 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],es:["Color de nivel 1,272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],es:["Color de nivel 1,414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],es:["Color de nivel 1,618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],es:["Color de nivel 1,65"]},e.exports["1st Period_input"]={en:["1st Period"],es:["Primer periodo"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],es:["Color de nivel 2,618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],es:["Color de nivel 2,65"]},e.exports["2nd Period_input"]={en:["2nd Period"],es:["Segundo periodo"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],es:["Color de nivel 3,618"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],es:["Color de nivel 3,65"]}, (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],es:["Oscuro"]}},96870:e=>{e.exports={en:["Light"],es:["Claro"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],es:["Copia {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],es:["S"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],es:["Color de nivel -0,236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],es:["Color de nivel -0,382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],es:["Color de nivel -0,618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],es:["Color de nivel -0,65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],es:["Color de nivel 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],es:["Color de nivel 0,236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],es:["Color de nivel 0,382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],es:["Color de nivel 0,5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],es:["Color de nivel 0,618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],es:["Color de nivel 0,65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],es:["Color de nivel 0,786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],es:["Color de nivel 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],es:["Color de nivel 1,272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],es:["Color de nivel 1,414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],es:["Color de nivel 1,618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],es:["Color de nivel 1,65"]},e.exports["1st Period_input"]={en:["1st Period"],es:["Primer periodo"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],es:["Color de nivel 2,618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],es:["Color de nivel 2,65"]},e.exports["2nd Period_input"]={en:["2nd Period"],es:["Segundo periodo"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],es:["Color de nivel 3,618"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],es:["Color de nivel 3,65"]},
e.exports["3rd Period_input"]={en:["3rd Period"],es:["Tercer periodo"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],es:["Color de nivel 4,236"]},e.exports["4th Period_input"]={en:["4th Period"],es:["Cuarto periodo"]},e.exports["5th Period_input"]={en:["5th Period"],es:["Quinto periodo"]},e.exports["6th Period_input"]={en:["6th Period"],es:["Sexto periodo"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],es:["ADX suavizado"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],es:["ADX suavizado"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],es:["Rango verdadero medio (ATR) mult"]},e.exports["ATR length_input"]={en:["ATR length"],es:["Longitud del Rango verdadero medio (ATR)"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],es:["Acumulación/distribución"]},e.exports["All items_combobox_input"]={en:["All items"],es:["Todos los elementos"]},e.exports.All_input={en:["All"],es:["Todo"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],es:["Periodo de referencia"]},e.exports["Another symbol_input"]={en:["Another symbol"],es:["Otro símbolo"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],es:["Aroon abajo (Aroon Down)"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],es:["Aroon arriba (Aroon Up)"]},e.exports.Average_input={en:["Average"],es:["Media"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],es:["Períodos del promedio"]},e.exports.Back_input={en:["Back"],es:["Atrás"]},e.exports["Bands style_input"]={en:["Bands style"],es:["Estilo de bandas"]},e.exports.Bar_input={en:["Bar"],es:["Barra"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],es:["Períodos de la línea de referencia"]},e.exports["Base Line_input"]={en:["Base Line"],es:["Línea de referencia"]},e.exports.Basis_input={en:["Basis"],es:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],es:["Bandas de Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],es:["Ancho de las bandas de Bollinger"]},e.exports.Borders_input={en:["Borders"],es:["Bordes"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],es:["Método de asignación del tamaño del recuadro"]},e.exports["Box size_input"]={en:["Box size"],es:["Tamaño del recuadro"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],es:["Cancelar"]},e.exports.Candles_input={en:["Candles"],es:["Velas"]},e.exports.Centered_input={en:["Centered"],es:["Centrado"]},e.exports.Century_input={en:["Century"],es:["Siglo"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],es:["Oscilador de Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"],es:["Oscilador de momento de Chande"]},e.exports.Close_input={en:["Close"],es:["Cierre"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]}, e.exports["3rd Period_input"]={en:["3rd Period"],es:["Tercer periodo"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],es:["Color de nivel 4,236"]},e.exports["4th Period_input"]={en:["4th Period"],es:["Cuarto periodo"]},e.exports["5th Period_input"]={en:["5th Period"],es:["Quinto periodo"]},e.exports["6th Period_input"]={en:["6th Period"],es:["Sexto periodo"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],es:["ADX suavizado"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],es:["ADX suavizado"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],es:["Rango verdadero medio (ATR) mult"]},e.exports["ATR length_input"]={en:["ATR length"],es:["Longitud del Rango verdadero medio (ATR)"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],es:["Acumulación/distribución"]},e.exports["All items_combobox_input"]={en:["All items"],es:["Todos los elementos"]},e.exports.All_input={en:["All"],es:["Todo"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],es:["Periodo de referencia"]},e.exports["Another symbol_input"]={en:["Another symbol"],es:["Otro símbolo"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],es:["Aroon abajo (Aroon Down)"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],es:["Aroon arriba (Aroon Up)"]},e.exports.Average_input={en:["Average"],es:["Media"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],es:["Períodos del promedio"]},e.exports.Back_input={en:["Back"],es:["Atrás"]},e.exports["Bands style_input"]={en:["Bands style"],es:["Estilo de bandas"]},e.exports.Bar_input={en:["Bar"],es:["Barra"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],es:["Períodos de la línea de referencia"]},e.exports["Base Line_input"]={en:["Base Line"],es:["Línea de referencia"]},e.exports.Basis_input={en:["Basis"],es:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],es:["Bandas de Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],es:["Ancho de las bandas de Bollinger"]},e.exports.Borders_input={en:["Borders"],es:["Bordes"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],es:["Método de asignación del tamaño del recuadro"]},e.exports["Box size_input"]={en:["Box size"],es:["Tamaño del recuadro"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],es:["Cancelar"]},e.exports.Candles_input={en:["Candles"],es:["Velas"]},e.exports.Centered_input={en:["Centered"],es:["Centrado"]},e.exports.Century_input={en:["Century"],es:["Siglo"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],es:["Oscilador de Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"],es:["Oscilador de momento de Chande"]},e.exports.Close_input={en:["Close"],es:["Cierre"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},
e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],es:["Barras de colores en función del cierre anterior"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],es:["Color basado en el cierre anterior"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],es:["Períodos de la línea de conversión"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],es:["Línea de conversión"]},e.exports.Correlation_input={en:["Correlation"],es:["Correlación"]},e.exports.Count_input={en:["Count"],es:["Recuento"]},e.exports.Crosses_input={en:["Crosses"],es:["Cruces"]},e.exports.Custom_input={en:["Custom"],es:["Personalizado"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],es:["Longitud DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],es:["Día"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],es:["Días por año"]},e.exports.Decade_input={en:["Decade"],es:["Década"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],es:["Profundidad"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],es:["Oscilador de precio sin tendencia"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],es:["Desarrollar Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],es:["Desviación (%)"]},e.exports.Deviation_input={en:["Deviation"],es:["Desviación"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"],es:["Volumen descendente"]},e.exports["Down bars_input"]={en:["Down bars"],es:["Barras descendentes"]},e.exports["Down color_input"]={en:["Down color"],es:["Color descendente"]},e.exports["Down fractals_input"]={en:["Down fractals"],es:["Fractales bajistas"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],es:["Todas (premercado, mercado, posmercado)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],es:["Índice de fuerza de Elder"]},e.exports["Equality Line_input"]={en:["Equality Line"],es:["Línea de igualdad"]},e.exports.Exponential_input={en:["Exponential"],es:["Exponencial"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],es:["Ampliar POC a la derecha"]},e.exports["Extend Right_input"]={en:["Extend Right"],es:["Ampliar a la derecha"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],es:["Ampliar límite superior de la zona de valor (VAH) a la derecha"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],es:["Ampliar límite inferior de la zona de valor (VAL) a la derecha"]}, e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],es:["Barras de colores en función del cierre anterior"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],es:["Color basado en el cierre anterior"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],es:["Períodos de la línea de conversión"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],es:["Línea de conversión"]},e.exports.Correlation_input={en:["Correlation"],es:["Correlación"]},e.exports.Count_input={en:["Count"],es:["Recuento"]},e.exports.Crosses_input={en:["Crosses"],es:["Cruces"]},e.exports.Custom_input={en:["Custom"],es:["Personalizado"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],es:["Longitud DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],es:["Día"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],es:["Días por año"]},e.exports.Decade_input={en:["Decade"],es:["Década"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],es:["Profundidad"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],es:["Oscilador de precio sin tendencia"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],es:["Desarrollar Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],es:["Desviación (%)"]},e.exports.Deviation_input={en:["Deviation"],es:["Desviación"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"],es:["Volumen descendente"]},e.exports["Down bars_input"]={en:["Down bars"],es:["Barras descendentes"]},e.exports["Down color_input"]={en:["Down color"],es:["Color descendente"]},e.exports["Down fractals_input"]={en:["Down fractals"],es:["Fractales bajistas"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],es:["Todas (premercado, mercado, posmercado)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],es:["Índice de fuerza de Elder"]},e.exports["Equality Line_input"]={en:["Equality Line"],es:["Línea de igualdad"]},e.exports.Exponential_input={en:["Exponential"],es:["Exponencial"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],es:["Ampliar POC a la derecha"]},e.exports["Extend Right_input"]={en:["Extend Right"],es:["Ampliar a la derecha"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],es:["Ampliar límite superior de la zona de valor (VAH) a la derecha"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],es:["Ampliar límite inferior de la zona de valor (VAL) a la derecha"]},
e.exports["Extend to last bar_input"]={en:["Extend to last bar"],es:["Ampliar hasta la última barra"]},e.exports.Falling_input={en:["Falling"],es:["Descendente"]},e.exports["Fast Length_input"]={en:["Fast Length"],es:["Longitud rápida"]},e.exports["Fast length_input"]={en:["Fast length"],es:["Longitud rápida"]},e.exports.Fill_input={en:["Fill"],es:["Cumplimentar"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],es:["Creciendo"]},e.exports["HLC bars_input"]={en:["HLC bars"],es:["Barras HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],es:["Recuadro del histograma"]},e.exports.Histogram_input={en:["Histogram"],es:["Histograma"]},e.exports["Hull MA_input"]={en:["Hull MA"],es:["MV de Hull"]},e.exports.Increment_input={en:["Increment"],es:["Incremento"]},e.exports.Indicator_input={en:["Indicator"],es:["Indicador"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],es:["Instrumento 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],es:["Instrumento 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],es:["Período EMA 1 para inversores"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],es:["Período EMA 2 para inversores"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],es:["Período EMA 3 para inversores"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],es:["Período EMA 4 para inversores"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],es:["Período EMA 5 para inversores"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],es:["Período EMA 6 para inversores"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],es:["Longitud de la mandíbula"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],es:["Jaw Offset (mandíbula)"]},e.exports.Jaw_input={en:["Jaw"],es:["Mandíbula"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],es:["Posición de las etiquetas"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],es:["Etiquetas en la escala de precios"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],es:["Períodos de intervalo de retardo"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],es:["Tramo de desfase"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],es:["Períodos de cambios significativos"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],es:["Período principal B (Leading Span B)"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],es:["Periodos Leading Span"]},e.exports["Length EMA_input"]={en:["Length EMA"],es:["Longitud EMA"]},e.exports["Length MA_input"]={en:["Length MA"],es:["Longitud MA"]},e.exports.Length1_input={en:["Length1"],es:["Longitud1"]},e.exports.Length2_input={en:["Length2"],es:["Longitud2"]},e.exports.Length3_input={en:["Length3"],es:["Longitud3"]}, e.exports["Extend to last bar_input"]={en:["Extend to last bar"],es:["Ampliar hasta la última barra"]},e.exports.Falling_input={en:["Falling"],es:["Descendente"]},e.exports["Fast Length_input"]={en:["Fast Length"],es:["Longitud rápida"]},e.exports["Fast length_input"]={en:["Fast length"],es:["Longitud rápida"]},e.exports.Fill_input={en:["Fill"],es:["Cumplimentar"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],es:["Creciendo"]},e.exports["HLC bars_input"]={en:["HLC bars"],es:["Barras HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],es:["Recuadro del histograma"]},e.exports.Histogram_input={en:["Histogram"],es:["Histograma"]},e.exports["Hull MA_input"]={en:["Hull MA"],es:["MV de Hull"]},e.exports.Increment_input={en:["Increment"],es:["Incremento"]},e.exports.Indicator_input={en:["Indicator"],es:["Indicador"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],es:["Instrumento 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],es:["Instrumento 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],es:["Período EMA 1 para inversores"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],es:["Período EMA 2 para inversores"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],es:["Período EMA 3 para inversores"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],es:["Período EMA 4 para inversores"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],es:["Período EMA 5 para inversores"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],es:["Período EMA 6 para inversores"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],es:["Longitud de la mandíbula"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],es:["Jaw Offset (mandíbula)"]},e.exports.Jaw_input={en:["Jaw"],es:["Mandíbula"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],es:["Posición de las etiquetas"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],es:["Etiquetas en la escala de precios"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],es:["Períodos de intervalo de retardo"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],es:["Tramo de desfase"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],es:["Períodos de cambios significativos"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],es:["Período principal B (Leading Span B)"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],es:["Periodos Leading Span"]},e.exports["Length EMA_input"]={en:["Length EMA"],es:["Longitud EMA"]},e.exports["Length MA_input"]={en:["Length MA"],es:["Longitud MA"]},e.exports.Length1_input={en:["Length1"],es:["Longitud1"]},e.exports.Length2_input={en:["Length2"],es:["Longitud2"]},e.exports.Length3_input={en:["Length3"],es:["Longitud3"]},
@@ -30,31 +30,31 @@ e.exports={en:["Candles"],es:["Velas"]}},30948:e=>{e.exports={en:["Caracas"]}},7
e.exports={en:["Anchored VWAP"],es:["Precio medio ponderado por volumen (VWAP) anclado"]}},77401:e=>{e.exports={en:["Access error"],es:["Error de acceso"]}},46501:e=>{e.exports={en:["Add Symbol"],es:["Añadir símbolo"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],es:["Añadir métricas financieras en {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],es:["Añadir indicador/estrategia en {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],es:["Aplicar estos parámetros financieros a todo el diseño"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],es:["Añadir esta métrica financiera a favoritos"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],es:["Añadir este indicador a todo el diseño"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],es:["Añadir este indicador a favoritos"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],es:["Añadir esta estrategia a todo el diseño"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],es:["Añadir este símbolo a todo el diseño"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],es:["Siempre invisible"]}},36299:e=>{e.exports={en:["Always visible"],es:["Siempre visible"]}},58026:e=>{e.exports={en:["All intervals"],es:["Todos los intervalos"]}},78358:e=>{e.exports={en:["Apply default"],es:["Aplicar configuración por defecto"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],es:["Aplicar estos indicadores a todo el diseño"]}},27072:e=>{e.exports={en:["Apr"],es:["Abr"]}},59324:e=>{e.exports={en:["Arc"],es:["Arco"]}},34456:e=>{e.exports={en:["Area"],es:["Área"]}},11858:e=>{e.exports={en:["Arrow"],es:["Flecha"]}},34247:e=>{e.exports={en:["Arrow Down"],es:["Flecha descendente"]}},36352:e=>{e.exports={en:["Arrow Marker"],es:["Marcador de flecha"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],es:["Marca de la flecha descendente"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],es:["Marca de la flecha hacia la izquierda"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],es:["Marca de la flecha hacia la derecha"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],es:["Marca de la flecha hacia arriba"]}},77231:e=>{e.exports={en:["Arrow Up"],es:["Flecha hacia rriba"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],es:["Asjabad"]}},72445:e=>{e.exports={en:["At close"],es:["Al cierre"]}},73702:e=>{e.exports={en:["Athens"],es:["Atenas"]}},21469:e=>{e.exports={en:["Auto"],es:["Automático"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],es:["Automático (adapta los datos a la pantalla)"]}},46450:e=>{e.exports={en:["Aug"],es:["Ago"]}},21841:e=>{e.exports={en:["Average close price label"],es:["Etiqueta del precio medio de cierre"]}},16138:e=>{e.exports={en:["Average close price line"],es:["Línea con el precio medio de cierre"]}},73025:e=>{e.exports={en:["Avg"],es:["Promedio"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"], e.exports={en:["Anchored VWAP"],es:["Precio medio ponderado por volumen (VWAP) anclado"]}},77401:e=>{e.exports={en:["Access error"],es:["Error de acceso"]}},46501:e=>{e.exports={en:["Add Symbol"],es:["Añadir símbolo"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],es:["Añadir métricas financieras en {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],es:["Añadir indicador/estrategia en {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],es:["Aplicar estos parámetros financieros a todo el diseño"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],es:["Añadir esta métrica financiera a favoritos"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],es:["Añadir este indicador a todo el diseño"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],es:["Añadir este indicador a favoritos"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],es:["Añadir esta estrategia a todo el diseño"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],es:["Añadir este símbolo a todo el diseño"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],es:["Siempre invisible"]}},36299:e=>{e.exports={en:["Always visible"],es:["Siempre visible"]}},58026:e=>{e.exports={en:["All intervals"],es:["Todos los intervalos"]}},78358:e=>{e.exports={en:["Apply default"],es:["Aplicar configuración por defecto"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],es:["Aplicar estos indicadores a todo el diseño"]}},27072:e=>{e.exports={en:["Apr"],es:["Abr"]}},59324:e=>{e.exports={en:["Arc"],es:["Arco"]}},34456:e=>{e.exports={en:["Area"],es:["Área"]}},11858:e=>{e.exports={en:["Arrow"],es:["Flecha"]}},34247:e=>{e.exports={en:["Arrow Down"],es:["Flecha descendente"]}},36352:e=>{e.exports={en:["Arrow Marker"],es:["Marcador de flecha"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],es:["Marca de la flecha descendente"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],es:["Marca de la flecha hacia la izquierda"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],es:["Marca de la flecha hacia la derecha"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],es:["Marca de la flecha hacia arriba"]}},77231:e=>{e.exports={en:["Arrow Up"],es:["Flecha hacia rriba"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],es:["Asjabad"]}},72445:e=>{e.exports={en:["At close"],es:["Al cierre"]}},73702:e=>{e.exports={en:["Athens"],es:["Atenas"]}},21469:e=>{e.exports={en:["Auto"],es:["Automático"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],es:["Automático (adapta los datos a la pantalla)"]}},46450:e=>{e.exports={en:["Aug"],es:["Ago"]}},21841:e=>{e.exports={en:["Average close price label"],es:["Etiqueta del precio medio de cierre"]}},16138:e=>{e.exports={en:["Average close price line"],es:["Línea con el precio medio de cierre"]}},73025:e=>{e.exports={en:["Avg"],es:["Promedio"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"],
es:["Bogotá"]}},90594:e=>{e.exports={en:["Bahrain"],es:["Bahrein"]}},70540:e=>{e.exports={en:["Balloon"],es:["Globo"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],es:["La Reproducción de barras no está disponible para este tipo de gráfico. ¿Desea salir de la Reproducción de barras?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],es:["La Reproducción de barras no está disponible para este símbolo. ¿Desea salir de la Reproducción de barras?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],es:["La Reproducción de barras no está disponible para este intervalo de tiempo. ¿Desea salir de la Reproducción de barras?"]}},27377:e=>{e.exports={en:["Bars"],es:["Barras"]}},81994:e=>{e.exports={en:["Bars Pattern"],es:["Patrón de barras"]}},59213:e=>{e.exports={en:["Baseline"],es:["Línea de referencia"]}},71797:e=>{e.exports={en:["Belgrade"],es:["Belgrado"]}},64313:e=>{e.exports={en:["Berlin"],es:["Berlín"]}},43539:e=>{e.exports={en:["Brush"],es:["Pincel"]}},91499:e=>{e.exports={en:["Brussels"],es:["Bruselas"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],es:["Traer hacia delante"]}},17293:e=>{e.exports={en:["Bring to front"],es:["Traer al frente"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],es:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],es:["Por TradingView"]}},54280:e=>{e.exports={en:["Go to date"],es:["Ir a la fecha"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],es:["Vaya a {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],es:["Entendido"]}},47460:e=>{e.exports={en:["Gann Box"],es:["Cuadrícula de Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],es:["Abanico de Gann"]}},44763:e=>{e.exports={en:["Gann Square"],es:["Cuadrado de Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],es:["Cuadrado de Gann fijo"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],es:["Gran superciclo"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],es:["¿Está seguro de que quiere borrar la plantilla de indicadores '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],es:["¿Está seguro de que desea eliminar el estudio y todos sus hijos?"]}},77125:e=>{e.exports={en:["Double Curve"],es:["Doble curva"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],es:["Haga doble clic en cualquiera de los bordes para restablecer la cuadrícula de la plantilla"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],es:["Haga doble clic para finalizar la Ruta (Path)"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],es:["Haga doble clic para finalizar la polilínea"]}},36539:e=>{e.exports={ es:["Bogotá"]}},90594:e=>{e.exports={en:["Bahrain"],es:["Bahrein"]}},70540:e=>{e.exports={en:["Balloon"],es:["Globo"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],es:["La Reproducción de barras no está disponible para este tipo de gráfico. ¿Desea salir de la Reproducción de barras?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],es:["La Reproducción de barras no está disponible para este símbolo. ¿Desea salir de la Reproducción de barras?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],es:["La Reproducción de barras no está disponible para este intervalo de tiempo. ¿Desea salir de la Reproducción de barras?"]}},27377:e=>{e.exports={en:["Bars"],es:["Barras"]}},81994:e=>{e.exports={en:["Bars Pattern"],es:["Patrón de barras"]}},59213:e=>{e.exports={en:["Baseline"],es:["Línea de referencia"]}},71797:e=>{e.exports={en:["Belgrade"],es:["Belgrado"]}},64313:e=>{e.exports={en:["Berlin"],es:["Berlín"]}},43539:e=>{e.exports={en:["Brush"],es:["Pincel"]}},91499:e=>{e.exports={en:["Brussels"],es:["Bruselas"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],es:["Traer hacia delante"]}},17293:e=>{e.exports={en:["Bring to front"],es:["Traer al frente"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],es:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],es:["Por TradingView"]}},54280:e=>{e.exports={en:["Go to date"],es:["Ir a la fecha"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],es:["Vaya a {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],es:["Entendido"]}},47460:e=>{e.exports={en:["Gann Box"],es:["Cuadrícula de Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],es:["Abanico de Gann"]}},44763:e=>{e.exports={en:["Gann Square"],es:["Cuadrado de Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],es:["Cuadrado de Gann fijo"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],es:["Gran superciclo"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],es:["¿Está seguro de que quiere borrar la plantilla de indicadores '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],es:["¿Está seguro de que desea eliminar el estudio y todos sus hijos?"]}},77125:e=>{e.exports={en:["Double Curve"],es:["Doble curva"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],es:["Haga doble clic en cualquiera de los bordes para restablecer la cuadrícula de la plantilla"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],es:["Haga doble clic para finalizar la Ruta (Path)"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],es:["Haga doble clic para finalizar la polilínea"]}},36539:e=>{e.exports={
en:["Double-tap any edge to reset layout grid"],es:["Tocar dos veces cualquier borde para restablecer la cuadrícula de diseño"]}},57131:e=>{e.exports={en:["Data Provided by"],es:["Datos proporcionados por"]}},22677:e=>{e.exports={en:["Date"],es:["Fecha"]}},85444:e=>{e.exports={en:["Date Range"],es:["Rango de fechas"]}},47017:e=>{e.exports={en:["Date and Price Range"],es:["Rango de fecha y precio"]}},32084:e=>{e.exports={en:["Dec"],es:["Dic"]}},23403:e=>{e.exports={en:["Degree"],es:["Grado"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],es:["Diamante"]}},91544:e=>{e.exports={en:["Disjoint Channel"],es:["Canal disjunto"]}},70132:e=>{e.exports={en:["Displacement"],es:["Desplazamiento"]}},93864:e=>{e.exports={en:["Drawings toolbar"],es:["Barra de herramientas de dibujos"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],es:["Dibujar línea horizontal en {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"],es:["Dublín"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],es:["Introduzca un nuevo nombre para el diseño del gráfico"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],es:["Onda correctiva de Elliott (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],es:["Onda de Elliott de doble combinación (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],es:["Onda de impulso de Elliott (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],es:["Onda triangular de Elliott (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],es:["Onda de Elliott de triple combinación (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],es:["Elipse"]}},52788:e=>{e.exports={en:["Extended Line"],es:["Línea extendida"]}},86905:e=>{e.exports={en:["Exchange"],es:["Mercado bursátil"]}},19271:e=>{e.exports={en:["Existing pane above"],es:["Panel existente arriba"]}},46545:e=>{e.exports={en:["Existing pane below"],es:["Panel existente debajo"]}},20138:e=>{e.exports={en:["Forecast"],es:["Previsión"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],es:["Canal de Fibonacci"]}},82330:e=>{e.exports={en:["Fib Circles"],es:["Círculos de Fibonacci"]}},55986:e=>{e.exports={en:["Fib Retracement"],es:["Retroceso de Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],es:["Arcos de Fibonacci de resistencia de velocidad"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],es:["Abanico de Fibonacci de resistencia de velocidad"]}},39014:e=>{e.exports={en:["Fib Spiral"],es:["Espiral de Fibonacci"]}},30622:e=>{e.exports={en:["Fib Time Zone"],es:["Zona horaria de Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],es:["Cuña de Fibonacci"]}},33885:e=>{e.exports={en:["Flag"],es:["Bandera"]}},14600:e=>{e.exports={en:["Flag Mark"],es:["Marca con bandera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],es:["Plano superior/inferior"]}},39643:e=>{e.exports={en:["Fraction part is invalid."], en:["Double-tap any edge to reset layout grid"],es:["Tocar dos veces cualquier borde para restablecer la cuadrícula de diseño"]}},57131:e=>{e.exports={en:["Data Provided by"],es:["Datos proporcionados por"]}},22677:e=>{e.exports={en:["Date"],es:["Fecha"]}},85444:e=>{e.exports={en:["Date Range"],es:["Rango de fechas"]}},47017:e=>{e.exports={en:["Date and Price Range"],es:["Rango de fecha y precio"]}},32084:e=>{e.exports={en:["Dec"],es:["Dic"]}},23403:e=>{e.exports={en:["Degree"],es:["Grado"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],es:["Diamante"]}},91544:e=>{e.exports={en:["Disjoint Channel"],es:["Canal disjunto"]}},70132:e=>{e.exports={en:["Displacement"],es:["Desplazamiento"]}},93864:e=>{e.exports={en:["Drawings toolbar"],es:["Barra de herramientas de dibujos"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],es:["Dibujar línea horizontal en {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"],es:["Dublín"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],es:["Introduzca un nuevo nombre para el diseño del gráfico"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],es:["Onda correctiva de Elliott (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],es:["Onda de Elliott de doble combinación (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],es:["Onda de impulso de Elliott (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],es:["Onda triangular de Elliott (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],es:["Onda de Elliott de triple combinación (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],es:["Elipse"]}},52788:e=>{e.exports={en:["Extended Line"],es:["Línea extendida"]}},86905:e=>{e.exports={en:["Exchange"],es:["Mercado bursátil"]}},19271:e=>{e.exports={en:["Existing pane above"],es:["Panel existente arriba"]}},46545:e=>{e.exports={en:["Existing pane below"],es:["Panel existente debajo"]}},20138:e=>{e.exports={en:["Forecast"],es:["Previsión"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],es:["Canal de Fibonacci"]}},82330:e=>{e.exports={en:["Fib Circles"],es:["Círculos de Fibonacci"]}},55986:e=>{e.exports={en:["Fib Retracement"],es:["Retroceso de Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],es:["Arcos de Fibonacci de resistencia de velocidad"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],es:["Abanico de Fibonacci de resistencia de velocidad"]}},39014:e=>{e.exports={en:["Fib Spiral"],es:["Espiral de Fibonacci"]}},30622:e=>{e.exports={en:["Fib Time Zone"],es:["Zona horaria de Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],es:["Cuña de Fibonacci"]}},33885:e=>{e.exports={en:["Flag"],es:["Bandera"]}},14600:e=>{e.exports={en:["Flag Mark"],es:["Marca con bandera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],es:["Plano superior/inferior"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],
es:["La parte de la fracción no es correcta."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],es:["Ya no se encuentran disponible los estudios fundamentales en los gráficos."]}},31561:e=>{e.exports={en:["Kolkata"],es:["Calcuta"]}},54533:e=>{e.exports={en:["Kathmandu"],es:["Katmandú"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],es:["Área HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],es:["Velas huecas"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],es:["Línea horizontal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],es:["Rayo horizontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],es:["Cabeza y hombros"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],es:["Ocultar"]}},47074:e=>{e.exports={en:["Hide all"],es:["Ocultar todo"]}},52563:e=>{e.exports={en:["Hide all drawings"],es:["Ocultar todos los dibujos"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],es:["Ocultar todos los dibujos e indicadores"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],es:["Ocultar todos los dibujos, indicadores, posiciones y órdenes"]}},78525:e=>{e.exports={en:["Hide all indicators"],es:["Ocultar todos los indicadores"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],es:["Ocultar todas las posiciones y órdenes"]}},3217:e=>{e.exports={en:["Hide drawings"],es:["Ocultar dibujos"]}},97878:e=>{e.exports={en:["Hide events on chart"],es:["Ocultar eventos en el gráfico"]}},72351:e=>{e.exports={en:["Hide indicators"],es:["Ocultar indicadores"]}},28345:e=>{e.exports={en:["Hide marks on bars"],es:["Ocultar marcadores en las barras"]}},92226:e=>{e.exports={en:["Hide positions & orders"],es:["Ocultar posiciones y órdenes"]}},78254:e=>{e.exports={en:["High"],es:["Máximo"]}},98236:e=>{e.exports={en:["High-low"],es:["Máximo-mínimo"]}},99479:e=>{e.exports={en:["High and low price labels"],es:["Etiquetas de precios máximos y mínimos"]}},33766:e=>{e.exports={en:["High and low price lines"],es:["Líneas de precios máximos y mínimos"]}},69476:e=>{e.exports={en:["Highlighter"],es:["Resaltador"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],es:["El histograma es demasiado grande, aumente el {boldHighlightStart}Tamaño de la fila{boldHighlightEnd} en la ventana de configuración."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],es:["El histograma es demasiado grande, aumente los {boldHighlightStart}Ticks por fila{boldHighlightEnd} en la ventana de configuración."]}},66751:e=>{e.exports={ es:["La parte de la fracción no es correcta."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],es:["Ya no se encuentran disponible los estudios fundamentales en los gráficos."]}},31561:e=>{e.exports={en:["Kolkata"],es:["Calcuta"]}},54533:e=>{e.exports={en:["Kathmandu"],es:["Katmandú"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],es:["Área HLC"]}},886:e=>{e.exports={en:["HLC bars"],es:["Barras con el máximo, mínimo y cierre (HLC)"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],es:["Velas huecas"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],es:["Línea horizontal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],es:["Rayo horizontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],es:["Cabeza y hombros"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],es:["Ocultar"]}},47074:e=>{e.exports={en:["Hide all"],es:["Ocultar todo"]}},52563:e=>{e.exports={en:["Hide all drawings"],es:["Ocultar todos los dibujos"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],es:["Ocultar todos los dibujos e indicadores"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],es:["Ocultar todos los dibujos, indicadores, posiciones y órdenes"]}},78525:e=>{e.exports={en:["Hide all indicators"],es:["Ocultar todos los indicadores"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],es:["Ocultar todas las posiciones y órdenes"]}},3217:e=>{e.exports={en:["Hide drawings"],es:["Ocultar dibujos"]}},97878:e=>{e.exports={en:["Hide events on chart"],es:["Ocultar eventos en el gráfico"]}},72351:e=>{e.exports={en:["Hide indicators"],es:["Ocultar indicadores"]}},28345:e=>{e.exports={en:["Hide marks on bars"],es:["Ocultar marcadores en las barras"]}},92226:e=>{e.exports={en:["Hide positions & orders"],es:["Ocultar posiciones y órdenes"]}},78254:e=>{e.exports={en:["High"],es:["Máximo"]}},98236:e=>{e.exports={en:["High-low"],es:["Máximo-mínimo"]}},99479:e=>{e.exports={en:["High and low price labels"],es:["Etiquetas de precios máximos y mínimos"]}},33766:e=>{e.exports={en:["High and low price lines"],es:["Líneas de precios máximos y mínimos"]}},69476:e=>{e.exports={en:["Highlighter"],es:["Resaltador"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],es:["El histograma es demasiado grande, aumente el {boldHighlightStart}Tamaño de la fila{boldHighlightEnd} en la ventana de configuración."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],
en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],es:["El histograma es demasiado grande, reduzca el {boldHighlightStart}Tamaño de la fila{boldHighlightEnd} en la ventana de configuración."]}},68065:e=>{e.exports={en:["Image"],es:["Imagen"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],es:["No se admiten los intervalos inferiores a {resolution} para {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],es:["Intermediario"]}},14285:e=>{e.exports={en:["Invalid Symbol"],es:["Símbolo incorrecto"]}},52969:e=>{e.exports={en:["Invalid symbol"],es:["Símbolo incorrecto"]}},37189:e=>{e.exports={en:["Invert scale"],es:["Invertir escala"]}},89999:e=>{e.exports={en:["Indexed to 100"],es:["Indexado a 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],es:["Etiquetas con los valores de los indicadores"]}},54418:e=>{e.exports={en:["Indicators name labels"],es:["Etiquetas con los nombres de los indicadores"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],es:["Indicadores, métricas y estrategias. Pulsar la tecla de la barra"]}},15992:e=>{e.exports={en:["Info Line"],es:["Línea de información"]}},87829:e=>{e.exports={en:["Insert indicator"],es:["Añadir indicador"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],es:["Tridente interno"]}},37913:e=>{e.exports={en:["Icon"],es:["Icono"]}},78326:e=>{e.exports={en:["Istanbul"],es:["Estambul"]}},39585:e=>{e.exports={en:["Johannesburg"],es:["Johanesburgo"]}},14995:e=>{e.exports={en:["Jakarta"],es:["Yakarta"]}},62310:e=>{e.exports={en:["Jan"],es:["Ene"]}},36057:e=>{e.exports={en:["Jerusalem"],es:["Jerusalén"]}},53786:e=>{e.exports={en:["Jul"]}},429:e=>{e.exports={en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],es:["A la izquierda"]}},55813:e=>{e.exports={en:["On the right"],es:["A la derecha"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],es:["Solo se admiten intervalos {availableResolutions} para {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],es:["¡Vaya!"]}},51221:e=>{e.exports={en:["Object Tree"],es:["Árbol de objetos"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={en:["Open"],es:["Apertura"]}},27884:e=>{e.exports={en:["Open layout. Press period"],es:["Abrir diseño. Pulsar punto"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],es:["Mínimo"]}},51077:e=>{e.exports={en:["Lock"],es:["Bloquear"]}},79777:e=>{e.exports={en:["Lock/unlock"],es:["Bloquear/Desbloquear"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],es:["Bloquear la línea vertical del cursor por tiempo"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],es:["Bloquear la relación precio/barra"]}},16170:e=>{e.exports={en:["Logarithmic"],es:["Logarítmico"]}},19439:e=>{e.exports={en:["London"],es:["Londres"]}},74832:e=>{e.exports={en:["Long Position"],es:["Posición larga"]}},28733:e=>{e.exports={en:["Los Angeles"],es:["Los Ángeles"]}},85924:e=>{ es:["El histograma es demasiado grande, aumente los {boldHighlightStart}Ticks por fila{boldHighlightEnd} en la ventana de configuración."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],es:["El histograma es demasiado grande, reduzca el {boldHighlightStart}Tamaño de la fila{boldHighlightEnd} en la ventana de configuración."]}},68065:e=>{e.exports={en:["Image"],es:["Imagen"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],es:["No se admiten los intervalos inferiores a {resolution} para {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],es:["Intermediario"]}},14285:e=>{e.exports={en:["Invalid Symbol"],es:["Símbolo incorrecto"]}},52969:e=>{e.exports={en:["Invalid symbol"],es:["Símbolo incorrecto"]}},37189:e=>{e.exports={en:["Invert scale"],es:["Invertir escala"]}},89999:e=>{e.exports={en:["Indexed to 100"],es:["Indexado a 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],es:["Etiquetas con los valores de los indicadores"]}},54418:e=>{e.exports={en:["Indicators name labels"],es:["Etiquetas con los nombres de los indicadores"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],es:["Indicadores, métricas y estrategias. Pulsar la tecla de la barra"]}},15992:e=>{e.exports={en:["Info Line"],es:["Línea de información"]}},87829:e=>{e.exports={en:["Insert indicator"],es:["Añadir indicador"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],es:["Tridente interno"]}},37913:e=>{e.exports={en:["Icon"],es:["Icono"]}},78326:e=>{e.exports={en:["Istanbul"],es:["Estambul"]}},39585:e=>{e.exports={en:["Johannesburg"],es:["Johanesburgo"]}},14995:e=>{e.exports={en:["Jakarta"],es:["Yakarta"]}},62310:e=>{e.exports={en:["Jan"],es:["Ene"]}},36057:e=>{e.exports={en:["Jerusalem"],es:["Jerusalén"]}},53786:e=>{e.exports={en:["Jul"]}},429:e=>{e.exports={en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],es:["A la izquierda"]}},55813:e=>{e.exports={en:["On the right"],es:["A la derecha"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],es:["Solo se admiten intervalos {availableResolutions} para {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],es:["¡Vaya!"]}},51221:e=>{e.exports={en:["Object Tree"],es:["Árbol de objetos"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={en:["Open"],es:["Apertura"]}},27884:e=>{e.exports={en:["Open layout. Press period"],es:["Abrir diseño. Pulsar punto"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],es:["Mínimo"]}},51077:e=>{e.exports={en:["Lock"],es:["Bloquear"]}},79777:e=>{e.exports={en:["Lock/unlock"],es:["Bloquear/Desbloquear"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],es:["Bloquear la línea vertical del cursor por tiempo"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],es:["Bloquear la relación precio/barra"]}},16170:e=>{e.exports={en:["Logarithmic"],es:["Logarítmico"]}},19439:e=>{e.exports={
e.exports={en:["Label Down"],es:["Etiqueta descendente"]}},52402:e=>{e.exports={en:["Label Up"],es:["Etiqueta ascendente"]}},5119:e=>{e.exports={en:["Labels"],es:["Etiquetas"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],es:["Cambio del último día"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],es:["Línea"]}},9394:e=>{e.exports={en:["Line with markers"],es:["Línea con marcadores"]}},43588:e=>{e.exports={en:["Line break"],es:["Ruptura de línea"]}},56982:e=>{e.exports={en:["Lines"],es:["Líneas"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],es:["Enlace a la imagen del gráfico copiado al portapapeles {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],es:["Lisboa"]}},81038:e=>{e.exports={en:["Luxembourg"],es:["Luxemburgo"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],es:["Mueva el punto para posicionar el anclaje y después, toque para colocar"]}},35049:e=>{e.exports={en:["Move to"],es:["Mover a"]}},26493:e=>{e.exports={en:["Move scale to left"],es:["Mover escala hacia la izquierda"]}},40789:e=>{e.exports={en:["Move scale to right"],es:["Mover escala hacia la derecha"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],es:["Tridente de Schiff modificado"]}},93907:e=>{e.exports={en:["More settings"],es:["Más ajustes"]}},64039:e=>{e.exports={en:["Moscow"],es:["Moscú"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"],es:["Ciudad de Mexico"]}},88314:e=>{e.exports={en:["Merge all scales into one"],es:["Combinar todas las escalas en una"]}},54215:e=>{e.exports={en:["Mixed"],es:["Mixto"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"],es:["Minúsculo"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"],es:["No disponible"]}},36252:e=>{e.exports={en:["No data here"],es:["Aquí no hay datos"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],es:["Sin escala (pantalla completa)"]}},9140:e=>{e.exports={en:["No sync"],es:["No sincronizar"]}},50910:e=>{e.exports={en:["No volume data"],es:["Sin datos sobre el volumen"]}},99024:e=>{e.exports={en:["No, keep them"],es:["No, guárdelos"]}},94389:e=>{e.exports={en:["Note"],es:["Nota"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],es:["Isla de Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"],es:["Nueva York"]}},66103:e=>{e.exports={en:["New Zealand"],es:["Nueva Zelanda"]}},15512:e=>{e.exports={en:["New pane above"],es:["Nuevo panel superior"]}},52160:e=>{e.exports={en:["New pane below"],es:["Nuevo panel inferior"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"],es:["Algo ha fallado"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."], en:["London"],es:["Londres"]}},74832:e=>{e.exports={en:["Long Position"],es:["Posición larga"]}},28733:e=>{e.exports={en:["Los Angeles"],es:["Los Ángeles"]}},85924:e=>{e.exports={en:["Label Down"],es:["Etiqueta descendente"]}},52402:e=>{e.exports={en:["Label Up"],es:["Etiqueta ascendente"]}},5119:e=>{e.exports={en:["Labels"],es:["Etiquetas"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],es:["Cambio del último día"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],es:["Línea"]}},9394:e=>{e.exports={en:["Line with markers"],es:["Línea con marcadores"]}},43588:e=>{e.exports={en:["Line break"],es:["Ruptura de línea"]}},56982:e=>{e.exports={en:["Lines"],es:["Líneas"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],es:["Enlace a la imagen del gráfico copiado al portapapeles {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],es:["Lisboa"]}},81038:e=>{e.exports={en:["Luxembourg"],es:["Luxemburgo"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],es:["Mueva el punto para posicionar el anclaje y después, toque para colocar"]}},35049:e=>{e.exports={en:["Move to"],es:["Mover a"]}},26493:e=>{e.exports={en:["Move scale to left"],es:["Mover escala hacia la izquierda"]}},40789:e=>{e.exports={en:["Move scale to right"],es:["Mover escala hacia la derecha"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],es:["Tridente de Schiff modificado"]}},93907:e=>{e.exports={en:["More settings"],es:["Más ajustes"]}},64039:e=>{e.exports={en:["Moscow"],es:["Moscú"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"],es:["Ciudad de Mexico"]}},88314:e=>{e.exports={en:["Merge all scales into one"],es:["Combinar todas las escalas en una"]}},54215:e=>{e.exports={en:["Mixed"],es:["Mixto"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"],es:["Minúsculo"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"],es:["No disponible"]}},36252:e=>{e.exports={en:["No data here"],es:["Aquí no hay datos"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],es:["Sin escala (pantalla completa)"]}},9140:e=>{e.exports={en:["No sync"],es:["No sincronizar"]}},50910:e=>{e.exports={en:["No volume data"],es:["Sin datos sobre el volumen"]}},99024:e=>{e.exports={en:["No, keep them"],es:["No, guárdelos"]}},94389:e=>{e.exports={en:["Note"],es:["Nota"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],es:["Isla de Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"],es:["Nueva York"]}},66103:e=>{e.exports={en:["New Zealand"],es:["Nueva Zelanda"]}},15512:e=>{e.exports={en:["New pane above"],es:["Nuevo panel superior"]}},52160:e=>{e.exports={en:["New pane below"],es:["Nuevo panel inferior"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{
es:["Algo ha ido mal al crear el indicador."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],es:["Algo ha fallado. Rogamos vuelva a intentarlo más tarde."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],es:["Guardar nuevo diseño de gráfico"]}},76266:e=>{e.exports={en:["Save as"],es:["Guardar como"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],es:["Moneda de escala"]}},43758:e=>{e.exports={en:["Scale price chart only"],es:["Solo gráfico de precios a escala"]}},40012:e=>{e.exports={en:["Scale unit"],es:["Unidad de escala"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],es:["Tridente de Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],es:["Puede que no se actualice el script si abandona la página."]}},32514:e=>{e.exports={en:["Settings"],es:["Opciones de configuración"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],es:["La segunda parte de la fracción no es correcta"]}},75594:e=>{e.exports={en:["Security info"],es:["Información del valor"]}},21973:e=>{e.exports={en:["Send to back"],es:["Enviar al fondo"]}},71179:e=>{e.exports={en:["Send backward"],es:["Enviar hacia atrás"]}},26820:e=>{e.exports={en:["Seoul"],es:["Seúl"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"],es:["Sesión"]}},83298:e=>{e.exports={en:["Session volume profile"],es:["Perfil de volumen de la sesión"]}},66707:e=>{e.exports={en:["Session breaks"],es:["Ruptura de las sesiones"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],es:["Posición corta"]}},98334:e=>{e.exports={en:["Show"],es:["Mostrar"]}},85891:e=>{e.exports={en:["Show all drawings"],es:["Mostrar todos los dibujos"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],es:["Mostrar todos los dibujos e indicadores"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],es:["Mostrar todos los dibujos, indicadores, posiciones y órdenes"]}},98753:e=>{e.exports={en:["Show all indicators"],es:["Mostrar todos los indicadores"]}},55418:e=>{e.exports={en:["Show all ideas"],es:["Mostrar todas las ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"],es:["Mostrar todas las posiciones y órdenes"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],es:["Mostrar el cambio de contrato continuo"]}},81465:e=>{e.exports={en:["Show contract expiration"],es:["Mostrar el vencimiento del contrato"]}},29449:e=>{e.exports={en:["Show dividends"],es:["Mostrar dividendos"]}},37113:e=>{e.exports={en:["Show earnings"],es:["Mostrar beneficios"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],es:["Mostrar ideas de usuarios seguidos"]}},62986:e=>{e.exports={en:["Show latest news"],es:["Mostrar últimas noticias"]}},44020:e=>{e.exports={en:["Show my ideas only"],es:["Mostrar solo mis ideas"]}},50849:e=>{e.exports={en:["Show splits"],es:["Mostrar splits"]}},67751:e=>{e.exports={en:["Signpost"], e.exports={en:["Something went wrong"],es:["Algo ha fallado"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],es:["Algo ha ido mal al crear el indicador."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],es:["Algo ha fallado. Rogamos vuelva a intentarlo más tarde."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],es:["Guardar nuevo diseño de gráfico"]}},76266:e=>{e.exports={en:["Save as"],es:["Guardar como"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],es:["Moneda de escala"]}},43758:e=>{e.exports={en:["Scale price chart only"],es:["Solo gráfico de precios a escala"]}},40012:e=>{e.exports={en:["Scale unit"],es:["Unidad de escala"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],es:["Tridente de Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],es:["Puede que no se actualice el script si abandona la página."]}},32514:e=>{e.exports={en:["Settings"],es:["Opciones de configuración"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],es:["La segunda parte de la fracción no es correcta"]}},75594:e=>{e.exports={en:["Security info"],es:["Información del valor"]}},21973:e=>{e.exports={en:["Send to back"],es:["Enviar al fondo"]}},71179:e=>{e.exports={en:["Send backward"],es:["Enviar hacia atrás"]}},26820:e=>{e.exports={en:["Seoul"],es:["Seúl"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"],es:["Sesión"]}},83298:e=>{e.exports={en:["Session volume profile"],es:["Perfil de volumen de la sesión"]}},66707:e=>{e.exports={en:["Session breaks"],es:["Ruptura de las sesiones"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],es:["Posición corta"]}},98334:e=>{e.exports={en:["Show"],es:["Mostrar"]}},85891:e=>{e.exports={en:["Show all drawings"],es:["Mostrar todos los dibujos"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],es:["Mostrar todos los dibujos e indicadores"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],es:["Mostrar todos los dibujos, indicadores, posiciones y órdenes"]}},98753:e=>{e.exports={en:["Show all indicators"],es:["Mostrar todos los indicadores"]}},55418:e=>{e.exports={en:["Show all ideas"],es:["Mostrar todas las ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"],es:["Mostrar todas las posiciones y órdenes"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],es:["Mostrar el cambio de contrato continuo"]}},81465:e=>{e.exports={en:["Show contract expiration"],es:["Mostrar el vencimiento del contrato"]}},29449:e=>{e.exports={en:["Show dividends"],es:["Mostrar dividendos"]}},37113:e=>{e.exports={en:["Show earnings"],es:["Mostrar beneficios"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],es:["Mostrar ideas de usuarios seguidos"]}},62986:e=>{e.exports={en:["Show latest news"],es:["Mostrar últimas noticias"]}},44020:e=>{e.exports={
es:["Señal"]}},77377:e=>{e.exports={en:["Singapore"],es:["Singapur"]}},39090:e=>{e.exports={en:["Sine Line"],es:["Línea del seno"]}},66205:e=>{e.exports={en:["Square"],es:["Cuadrado"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],es:["Se ha excedido el límite de estudios: {number} por diseño.\nElimine algunos estudios."]}},92516:e=>{e.exports={en:["Style"],es:["Estilo"]}},61507:e=>{e.exports={en:["Stack on the left"],es:["Apilar a la izquierda"]}},97800:e=>{e.exports={en:["Stack on the right"],es:["Apilar a la derecha"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],es:["Empiece a utilizar el modo de navegación por teclado. Pulse {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],es:["Permanecer en modo dibujo"]}},69217:e=>{e.exports={en:["Step line"],es:["Línea de pasos"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"],es:["Estocolmo"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"],es:["Submilenio"]}},30585:e=>{e.exports={en:["Subminuette"],es:["Subminutte"]}},67948:e=>{e.exports={en:["Supercycle"],es:["Superciclo"]}},3348:e=>{e.exports={en:["Supermillennium"],es:["Supermilenio"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],es:["Cambiar a {resolution}"]}},31622:e=>{e.exports={en:["Sydney"],es:["Sidney"]}},70963:e=>{e.exports={en:["Symbol Error"],es:["Error de símbolo"]}},32390:e=>{e.exports={en:["Symbol name label"],es:["Etiqueta con el nombre del símbolo"]}},10127:e=>{e.exports={en:["Symbol last price label"],es:["Etiqueta del símbolo con el último precio"]}},39079:e=>{e.exports={en:["Sync globally"],es:["Sincronizar globalmente"]}},46607:e=>{e.exports={en:["Sync in layout"],es:["Sincronizar en el diseño"]}},76519:e=>{e.exports={en:["Point & figure"],es:["Punto y figura"]}},39949:e=>{e.exports={en:["Polyline"],es:["Polilínea"]}},371:e=>{e.exports={en:["Path"],es:["Ruta (Path)"]}},59256:e=>{e.exports={en:["Parallel Channel"],es:["Canal paralelo"]}},61879:e=>{e.exports={en:["Paris"],es:["París"]}},35140:e=>{e.exports={en:["Paste"],es:["Pegar"]}},6919:e=>{e.exports={en:["Percent"],es:["Porcentaje"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"],es:["Tridente abanico o Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"],es:["Tridente"]}},86631:e=>{e.exports={en:["Pin"],es:["Fijar"]}},33110:e=>{e.exports={en:["Pin to new left scale"],es:["Fijar a la nueva escala izquierda"]}},28280:e=>{e.exports={en:["Pin to new right scale"],es:["Fijar a la nueva escala derecha"]}},14115:e=>{e.exports={en:["Pin to left scale"],es:["Fijar a la escala izquierda"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],es:["Fijar a la escala izquierda (oculto)"]}},81054:e=>{e.exports={en:["Pin to right scale"],es:["Fijar a escala derecha"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],es:["Fijar a la escala derecha (oculto)"]}},60035:e=>{e.exports={ en:["Show my ideas only"],es:["Mostrar solo mis ideas"]}},50849:e=>{e.exports={en:["Show splits"],es:["Mostrar splits"]}},67751:e=>{e.exports={en:["Signpost"],es:["Señal"]}},77377:e=>{e.exports={en:["Singapore"],es:["Singapur"]}},39090:e=>{e.exports={en:["Sine Line"],es:["Línea del seno"]}},66205:e=>{e.exports={en:["Square"],es:["Cuadrado"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],es:["Se ha excedido el límite de estudios: {number} por diseño.\nElimine algunos estudios."]}},92516:e=>{e.exports={en:["Style"],es:["Estilo"]}},61507:e=>{e.exports={en:["Stack on the left"],es:["Apilar a la izquierda"]}},97800:e=>{e.exports={en:["Stack on the right"],es:["Apilar a la derecha"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],es:["Empiece a utilizar el modo de navegación por teclado. Pulse {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],es:["Permanecer en modo dibujo"]}},69217:e=>{e.exports={en:["Step line"],es:["Línea de pasos"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"],es:["Estocolmo"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"],es:["Submilenio"]}},30585:e=>{e.exports={en:["Subminuette"],es:["Subminutte"]}},67948:e=>{e.exports={en:["Supercycle"],es:["Superciclo"]}},3348:e=>{e.exports={en:["Supermillennium"],es:["Supermilenio"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],es:["Cambiar a {resolution}"]}},31622:e=>{e.exports={en:["Sydney"],es:["Sidney"]}},70963:e=>{e.exports={en:["Symbol Error"],es:["Error de símbolo"]}},32390:e=>{e.exports={en:["Symbol name label"],es:["Etiqueta con el nombre del símbolo"]}},10127:e=>{e.exports={en:["Symbol last price label"],es:["Etiqueta del símbolo con el último precio"]}},39079:e=>{e.exports={en:["Sync globally"],es:["Sincronizar globalmente"]}},46607:e=>{e.exports={en:["Sync in layout"],es:["Sincronizar en el diseño"]}},76519:e=>{e.exports={en:["Point & figure"],es:["Punto y figura"]}},39949:e=>{e.exports={en:["Polyline"],es:["Polilínea"]}},371:e=>{e.exports={en:["Path"],es:["Ruta (Path)"]}},59256:e=>{e.exports={en:["Parallel Channel"],es:["Canal paralelo"]}},61879:e=>{e.exports={en:["Paris"],es:["París"]}},35140:e=>{e.exports={en:["Paste"],es:["Pegar"]}},6919:e=>{e.exports={en:["Percent"],es:["Porcentaje"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"],es:["Tridente abanico o Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"],es:["Tridente"]}},86631:e=>{e.exports={en:["Pin"],es:["Fijar"]}},33110:e=>{e.exports={en:["Pin to new left scale"],es:["Fijar a la nueva escala izquierda"]}},28280:e=>{e.exports={en:["Pin to new right scale"],es:["Fijar a la nueva escala derecha"]}},14115:e=>{e.exports={en:["Pin to left scale"],es:["Fijar a la escala izquierda"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],es:["Fijar a la escala izquierda (oculto)"]}},81054:e=>{e.exports={en:["Pin to right scale"],
en:["Pin to scale (now left)"],es:["Fijar a escala (ahora a la izquierda)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],es:["Fijar a escala (ahora sin escala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],es:["Fijar a escala (ahora a la derecha)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],es:["Fijar a la escala (ahora {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],es:["Fijar a escala {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],es:["Fijar a la escala {label} (oculto)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],es:["Fijado a la escala izquierda"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],es:["Fijado a la escala izquierda (oculto)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],es:["Fijado a la escala derecha"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],es:["Fijado a escala derecha (oculto)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],es:["Fijado a la escala {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],es:["Fijado a la escala {label} (oculto)"]}},71566:e=>{e.exports={en:["Plus button"],es:['Botón "más"']}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],es:["Por favor, denos permiso de escritura desde el portapapeles en su navegador o presione {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],es:["Praga"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],es:["Mantenga presionada la tecla {key} mientras hace zoom para mantener la posición del gráfico"]}},91282:e=>{e.exports={en:["Price Label"],es:["Etiqueta de precio"]}},97512:e=>{e.exports={en:["Price Note"],es:["Nota sobre precios"]}},68941:e=>{e.exports={en:["Price Range"],es:["Rango de precios"]}},66123:e=>{e.exports={en:["Price format is invalid."],es:["El formato del precio no es correcto."]}},72926:e=>{e.exports={en:["Price line"],es:["Línea de precios"]}},59189:e=>{e.exports={en:["Primary"],es:["Primario"]}},75747:e=>{e.exports={en:["Projection"],es:["Proyección"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],es:["Publicado en {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"],es:["T1"]}},13534:e=>{e.exports={en:["Q2"],es:["T2"]}},14530:e=>{e.exports={en:["Q3"],es:["T3"]}},3762:e=>{e.exports={en:["Q4"],es:["T4"]}},28756:e=>{e.exports={en:["Qatar"],es:["Catar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],es:["Búsqueda rápida. Pulsar {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],es:["Rectángulo rotado"]}},52961:e=>{e.exports={en:["Rome"],es:["Roma"]}},50318:e=>{e.exports={en:["Ray"],es:["Rayo"]}},55169:e=>{e.exports={en:["Range"],es:["Rango"]}},13386:e=>{e.exports={en:["Reykjavik"],es:["Reikiavik"]}},26001:e=>{e.exports={en:["Rectangle"],es:["Rectángulo"]}},48236:e=>{e.exports={en:["Redo"],es:["Repetir"]}},2460:e=>{e.exports={en:["Regression Trend"],es:["Tendencia de regresión"]}},67410:e=>{e.exports={en:["Remove"],es:["Eliminar"]}}, es:["Fijar a escala derecha"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],es:["Fijar a la escala derecha (oculto)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],es:["Fijar a escala (ahora a la izquierda)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],es:["Fijar a escala (ahora sin escala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],es:["Fijar a escala (ahora a la derecha)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],es:["Fijar a la escala (ahora {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],es:["Fijar a escala {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],es:["Fijar a la escala {label} (oculto)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],es:["Fijado a la escala izquierda"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],es:["Fijado a la escala izquierda (oculto)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],es:["Fijado a la escala derecha"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],es:["Fijado a escala derecha (oculto)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],es:["Fijado a la escala {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],es:["Fijado a la escala {label} (oculto)"]}},71566:e=>{e.exports={en:["Plus button"],es:['Botón "más"']}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],es:["Por favor, denos permiso de escritura desde el portapapeles en su navegador o presione {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],es:["Praga"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],es:["Mantenga presionada la tecla {key} mientras hace zoom para mantener la posición del gráfico"]}},91282:e=>{e.exports={en:["Price Label"],es:["Etiqueta de precio"]}},97512:e=>{e.exports={en:["Price Note"],es:["Nota sobre precios"]}},68941:e=>{e.exports={en:["Price Range"],es:["Rango de precios"]}},66123:e=>{e.exports={en:["Price format is invalid."],es:["El formato del precio no es correcto."]}},72926:e=>{e.exports={en:["Price line"],es:["Línea de precios"]}},59189:e=>{e.exports={en:["Primary"],es:["Primario"]}},75747:e=>{e.exports={en:["Projection"],es:["Proyección"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],es:["Publicado en {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"],es:["T1"]}},13534:e=>{e.exports={en:["Q2"],es:["T2"]}},14530:e=>{e.exports={en:["Q3"],es:["T3"]}},3762:e=>{e.exports={en:["Q4"],es:["T4"]}},28756:e=>{e.exports={en:["Qatar"],es:["Catar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],es:["Búsqueda rápida. Pulsar {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],es:["Rectángulo rotado"]}},52961:e=>{e.exports={en:["Rome"],es:["Roma"]}},50318:e=>{e.exports={en:["Ray"],es:["Rayo"]}},55169:e=>{e.exports={en:["Range"],es:["Rango"]}},13386:e=>{e.exports={en:["Reykjavik"],es:["Reikiavik"]}},26001:e=>{e.exports={en:["Rectangle"],es:["Rectángulo"]}},48236:e=>{e.exports={en:["Redo"],
3061:e=>{e.exports={en:["Remove this financial metric from favorites"],es:["Eliminar esta métrica financiera de favoritos"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],es:["Eliminar este indicador de favoritos"]}},86285:e=>{e.exports={en:["Remove {drawings}"],es:["Eliminar {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],es:["Eliminar {drawings} y {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],es:["Eliminar {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],es:["Cambiar el nombre del diseño del gráfico"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],es:["Restablecer visualización del gráfico"]}},88853:e=>{e.exports={en:["Reset points"],es:["Restablecer puntos"]}},15332:e=>{e.exports={en:["Reset price scale"],es:["Reiniciar escala de precios"]}},54170:e=>{e.exports={en:["Reset time scale"],es:["Reiniciar escala de tiempo"]}},37974:e=>{e.exports={en:["Riyadh"],es:["Riad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],es:["Error de ejecución"]}},66719:e=>{e.exports={en:["Warning"],es:["Advertencia"]}},5959:e=>{e.exports={en:["Warsaw"],es:["Varsovia"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],es:["Tokio"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],es:["Tabla"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"],es:["Tallin"]}},6686:e=>{e.exports={en:["Tehran"],es:["Teherán"]}},93553:e=>{e.exports={en:["Template"],es:["Plantilla"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],es:["El proveedor de datos no proporciona datos sobre el volumen para este símbolo."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],es:["No se pudo cargar la vista previa de la publicación. Deshabilite las extensiones de su navegador y vuelva a intentarlo."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],es:["La solicitud ha tardado demasiado en procesarse. Asegúrese de que dispone de una conexión a Internet estable. Si el problema persiste, intente reducir la duración del intervalo de tiempo solicitado."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],es:["No hay datos para el período e intervalo de tiempo del gráfico que ha seleccionado."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],es:["Este archivo es demasiado grande. El tamaño máximo es de {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],es:["Este indicador no se puede aplicar a otro indicador."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],es:["Este script contiene un error. Póngase en contacto con su autor."]}},76989:e=>{ es:["Repetir"]}},2460:e=>{e.exports={en:["Regression Trend"],es:["Tendencia de regresión"]}},67410:e=>{e.exports={en:["Remove"],es:["Eliminar"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],es:["Eliminar esta métrica financiera de favoritos"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],es:["Eliminar este indicador de favoritos"]}},86285:e=>{e.exports={en:["Remove {drawings}"],es:["Eliminar {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],es:["Eliminar {drawings} y {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],es:["Eliminar {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],es:["Cambiar el nombre del diseño del gráfico"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],es:["Restablecer visualización del gráfico"]}},88853:e=>{e.exports={en:["Reset points"],es:["Restablecer puntos"]}},15332:e=>{e.exports={en:["Reset price scale"],es:["Reiniciar escala de precios"]}},54170:e=>{e.exports={en:["Reset time scale"],es:["Reiniciar escala de tiempo"]}},37974:e=>{e.exports={en:["Riyadh"],es:["Riad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],es:["Error de ejecución"]}},66719:e=>{e.exports={en:["Warning"],es:["Advertencia"]}},5959:e=>{e.exports={en:["Warsaw"],es:["Varsovia"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],es:["Tokio"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],es:["Tabla"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"],es:["Tallin"]}},6686:e=>{e.exports={en:["Tehran"],es:["Teherán"]}},93553:e=>{e.exports={en:["Template"],es:["Plantilla"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],es:["El proveedor de datos no proporciona datos sobre el volumen para este símbolo."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],es:["No se pudo cargar la vista previa de la publicación. Deshabilite las extensiones de su navegador y vuelva a intentarlo."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],es:["La solicitud ha tardado demasiado en procesarse. Asegúrese de que dispone de una conexión a Internet estable. Si el problema persiste, intente reducir la duración del intervalo de tiempo solicitado."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],es:["No hay datos para el período e intervalo de tiempo del gráfico que ha seleccionado."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],es:["Este archivo es demasiado grande. El tamaño máximo es de {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],es:["Este indicador no se puede aplicar a otro indicador."]}},18260:e=>{e.exports={
e.exports={en:["This script is invite-only. To request access, please contact its author."],es:["Este script requiere invitación. Para solicitar acceso, póngase en contacto con su autor."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],es:["Símbolo solo disponible en {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],es:["Patrón Three Drives"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],es:["No se encuentran disponibles los intervalos basados en ticks para {ticker}."]}},12806:e=>{e.exports={en:["Time"],es:["Hora"]}},20909:e=>{e.exports={en:["Time zone"],es:["Zona horaria"]}},46852:e=>{e.exports={en:["Time Cycles"],es:["Ciclos de tiempo"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],es:["Oportunidad de precios en el tiempo"]}},66823:e=>{e.exports={en:["Trade"],es:["Operar"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],es:["Tradingview es interactiva y dispone de comandos que se pueden utilizar mediante un lector de pantalla. A continuación puede ver una lista de comandos de teclado disponibles para interactuar con la plataforma"]}},35757:e=>{e.exports={en:["Trend Angle"],es:["Ángulo de tendencia"]}},97339:e=>{e.exports={en:["Trend Line"],es:["Línea de tendencia"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],es:["Extensión de Fibonacci basada en tendencias"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],es:["Zona temporal de Fibonacci basada en tendencias"]}},1671:e=>{e.exports={en:["Triangle"],es:["Triángulo"]}},76152:e=>{e.exports={en:["Triangle Down"],es:["Triángulo descendente"]}},90148:e=>{e.exports={en:["Triangle Pattern"],es:["Patrón de triángulo"]}},21236:e=>{e.exports={en:["Triangle Up"],es:["Triángulo ascendente"]}},21007:e=>{e.exports={en:["Tunis"],es:["Túnez"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],es:["Deshacer"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],es:["Error inesperado en el modo Backtesting profundo. Póngase en contacto con el servicio de asistencia para obtener más información."]}},15432:e=>{e.exports={en:["Units"],es:["Unidades"]}},11768:e=>{e.exports={en:["Unknown error"],es:["Error desconocido"]}},99894:e=>{e.exports={en:["Unlock"],es:["Desbloquear"]}},75546:e=>{e.exports={en:["Unsupported interval"],es:["Intervalo no admitido"]}},8580:e=>{e.exports={en:["User-defined error"],es:["Error definido por el usuario"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],es:["Perfil de volumen con rango fijo (Volume Profile Fixed Range)"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],es:["Indicador de Perfil de volumen disponible únicamente para nuestros usuarios con planes ampliados."]}},93722:e=>{e.exports={en:["Volume candles"],es:["Velas de volumen"]}},69156:e=>{ en:["This script contains an error. Please contact its author."],es:["Este script contiene un error. Póngase en contacto con su autor."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],es:["Este script requiere invitación. Para solicitar acceso, póngase en contacto con su autor."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],es:["Símbolo solo disponible en {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],es:["Patrón Three Drives"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],es:["No se encuentran disponibles los intervalos basados en ticks para {ticker}."]}},12806:e=>{e.exports={en:["Time"],es:["Hora"]}},20909:e=>{e.exports={en:["Time zone"],es:["Zona horaria"]}},46852:e=>{e.exports={en:["Time Cycles"],es:["Ciclos de tiempo"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],es:["Oportunidad de precios en el tiempo"]}},66823:e=>{e.exports={en:["Trade"],es:["Operar"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],es:["Tradingview es interactiva y dispone de comandos que se pueden utilizar mediante un lector de pantalla. A continuación puede ver una lista de comandos de teclado disponibles para interactuar con la plataforma"]}},35757:e=>{e.exports={en:["Trend Angle"],es:["Ángulo de tendencia"]}},97339:e=>{e.exports={en:["Trend Line"],es:["Línea de tendencia"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],es:["Extensión de Fibonacci basada en tendencias"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],es:["Zona temporal de Fibonacci basada en tendencias"]}},1671:e=>{e.exports={en:["Triangle"],es:["Triángulo"]}},76152:e=>{e.exports={en:["Triangle Down"],es:["Triángulo descendente"]}},90148:e=>{e.exports={en:["Triangle Pattern"],es:["Patrón de triángulo"]}},21236:e=>{e.exports={en:["Triangle Up"],es:["Triángulo ascendente"]}},21007:e=>{e.exports={en:["Tunis"],es:["Túnez"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],es:["Deshacer"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],es:["Error inesperado en el modo Backtesting profundo. Póngase en contacto con el servicio de asistencia para obtener más información."]}},15432:e=>{e.exports={en:["Units"],es:["Unidades"]}},11768:e=>{e.exports={en:["Unknown error"],es:["Error desconocido"]}},99894:e=>{e.exports={en:["Unlock"],es:["Desbloquear"]}},75546:e=>{e.exports={en:["Unsupported interval"],es:["Intervalo no admitido"]}},8580:e=>{e.exports={en:["User-defined error"],es:["Error definido por el usuario"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],es:["Perfil de volumen con rango fijo (Volume Profile Fixed Range)"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],
e.exports={en:["Volume data is not provided in BIST MIXED data plan."],es:["Los datos de volumen no están disponibles en el plan de datos BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],es:["Huella (footprint) de volumen"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],es:["Línea vertical"]}},23160:e=>{e.exports={en:["Vienna"],es:["Viena"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],es:["Visibilidad"]}},54853:e=>{e.exports={en:["Visibility on intervals"],es:["Visibilidad en los intervalos"]}},58302:e=>{e.exports={en:["Visible on tap"],es:["Visible al toque"]}},10309:e=>{e.exports={en:["Visible on mouse over"],es:["Visible al pasar el ratón"]}},4077:e=>{e.exports={en:["Visual order"],es:["Orden visual"]}},11316:e=>{e.exports={en:["X Cross"],es:["Cruz en X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],es:["Patrón XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],es:["No puede ver este intervalo de tiempo de puntos pivote con esta resolución"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],es:["Tiene dibujos bloqueados en este símbolo. ¿Desea eliminar también esto dibujos?"]}},53168:e=>{e.exports={en:["Yangon"],es:["Yangón"]}},93123:e=>{e.exports={en:["Yes, remove them"],es:["Sí, quítelos"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"],es:["cambiar el grado de Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],es:["cambiar las etiquetas no superpuestas"]}},76852:e=>{e.exports={en:["change average close price label visibility"],es:["cambiar la visibilidad de la etiqueta del precio medio de cierre"]}},1022:e=>{e.exports={en:["change average close price line visibility"],es:["cambiar la visibilidad de la línea del precio medio de cierre"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],es:["cambiar la visibilidad de las etiquetas de compra y venta (bid and ask)"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],es:["cambiar la visibilidad de las líneas de compra y venta (bid and ask)"]}},32302:e=>{e.exports={en:["change currency"],es:["cambiar divisa"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],es:["cambiar la plantilla del gráfico de {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],es:["cambiar la visibilidad del cambio de contrato continuo"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],es:["cambiar la visibilidad de la cuenta atrás del cierre de barra"]}},16979:e=>{e.exports={en:["change date range"],es:["cambiar el rango de fechas"]}},53929:e=>{e.exports={en:["change dividends visibility"],es:["cambiar la visibilidad de los dividendos"]}},6119:e=>{e.exports={en:["change events visibility on chart"],es:["cambiar la visibilidad de los eventos en el gráfico"]}},6819:e=>{e.exports={en:["change earnings visibility"], es:["Indicador de Perfil de volumen disponible únicamente para nuestros usuarios con planes ampliados."]}},93722:e=>{e.exports={en:["Volume candles"],es:["Velas de volumen"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],es:["Los datos de volumen no están disponibles en el plan de datos BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],es:["Huella (footprint) de volumen"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],es:["Línea vertical"]}},23160:e=>{e.exports={en:["Vienna"],es:["Viena"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],es:["Visibilidad"]}},54853:e=>{e.exports={en:["Visibility on intervals"],es:["Visibilidad en los intervalos"]}},58302:e=>{e.exports={en:["Visible on tap"],es:["Visible al toque"]}},10309:e=>{e.exports={en:["Visible on mouse over"],es:["Visible al pasar el ratón"]}},4077:e=>{e.exports={en:["Visual order"],es:["Orden visual"]}},11316:e=>{e.exports={en:["X Cross"],es:["Cruz en X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],es:["Patrón XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],es:["No puede ver este intervalo de tiempo de puntos pivote con esta resolución"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],es:["Tiene dibujos bloqueados en este símbolo. ¿Desea eliminar también esto dibujos?"]}},53168:e=>{e.exports={en:["Yangon"],es:["Yangón"]}},93123:e=>{e.exports={en:["Yes, remove them"],es:["Sí, quítelos"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"],es:["cambiar el grado de Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],es:["cambiar las etiquetas no superpuestas"]}},76852:e=>{e.exports={en:["change average close price label visibility"],es:["cambiar la visibilidad de la etiqueta del precio medio de cierre"]}},1022:e=>{e.exports={en:["change average close price line visibility"],es:["cambiar la visibilidad de la línea del precio medio de cierre"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],es:["cambiar la visibilidad de las etiquetas de compra y venta (bid and ask)"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],es:["cambiar la visibilidad de las líneas de compra y venta (bid and ask)"]}},32302:e=>{e.exports={en:["change currency"],es:["cambiar divisa"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],es:["cambiar la plantilla del gráfico de {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],es:["cambiar la visibilidad del cambio de contrato continuo"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],es:["cambiar la visibilidad de la cuenta atrás del cierre de barra"]}},16979:e=>{e.exports={en:["change date range"],es:["cambiar el rango de fechas"]}},53929:e=>{e.exports={en:["change dividends visibility"],es:["cambiar la visibilidad de los dividendos"]}},6119:e=>{e.exports={
es:["cambiar la visibilidad de los beneficios"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],es:["cambiar visibilidad del vencimiento de los contratos de futuros"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],es:["cambiar la visibilidad de las etiquetas de precios máximos y mínimos"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],es:["cambiar la visibilidad de las líneas de precios máximos y mínimos"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],es:["cambiar la visibilidad de las etiquetas con los nombres de los indicadores"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],es:["cambiar la visibilidad de las etiquetas con el valor de los indicadores"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],es:["cambiar visibilidad últimas noticias y Pensamientos"]}},88849:e=>{e.exports={en:["change linking group"],es:["cambiar el grupo de enlace"]}},14691:e=>{e.exports={en:["change pane height"],es:["cambiar la altura del panel"]}},96379:e=>{e.exports={en:["change plus button visibility"],es:["cambiar la visibilidad del botón +"]}},76660:e=>{e.exports={en:["change point"],es:["cambiar el punto"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],es:["cambiar la visibilidad de la etiqueta de precios pre/pos mercado"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],es:["cambiar la visibilidad de la línea de precios pre/pos mercado"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],es:["cambiar la visibilidad de la línea de precios del cierre anterior"]}},8662:e=>{e.exports={en:["change price line visibility"],es:["cambiar la visibilidad de la línea con los precios"]}},2509:e=>{e.exports={en:["change price to bar ratio"],es:["cambiar la ratio precio/barra"]}},32829:e=>{e.exports={en:["change resolution"],es:["cambiar resolución"]}},35400:e=>{e.exports={en:["change symbol"],es:["cambiar símbolo"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],es:["cambiar la visibilidad de las etiquetas de símbolos"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],es:["cambiar la visibilidad del último valor de los símbolos"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],es:["cambiar la visibilidad con el valor del cierre anterior de los símbolos"]}},87041:e=>{e.exports={en:["change session"],es:["cambiar la sesión"]}},38413:e=>{e.exports={en:["change session breaks visibility"],es:["cambiar la visibilidad de las rupturas de las sesiones"]}},49965:e=>{e.exports={en:["change series style"],es:["cambiar el estilo de la serie"]}},47474:e=>{e.exports={en:["change splits visibility"],es:["cambiar la visibilidad de los splits"]}},20137:e=>{e.exports={en:["change timezone"],es:["cambiar la zona horaria"]}},85975:e=>{e.exports={en:["change unit"],es:["cambiar unidad"]}},1924:e=>{e.exports={en:["change visibility"],es:["cambiar la visibilidad"]}},84331:e=>{ en:["change events visibility on chart"],es:["cambiar la visibilidad de los eventos en el gráfico"]}},6819:e=>{e.exports={en:["change earnings visibility"],es:["cambiar la visibilidad de los beneficios"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],es:["cambiar visibilidad del vencimiento de los contratos de futuros"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],es:["cambiar la visibilidad de las etiquetas de precios máximos y mínimos"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],es:["cambiar la visibilidad de las líneas de precios máximos y mínimos"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],es:["cambiar la visibilidad de las etiquetas con los nombres de los indicadores"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],es:["cambiar la visibilidad de las etiquetas con el valor de los indicadores"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],es:["cambiar visibilidad últimas noticias y Pensamientos"]}},88849:e=>{e.exports={en:["change linking group"],es:["cambiar el grupo de enlace"]}},14691:e=>{e.exports={en:["change pane height"],es:["cambiar la altura del panel"]}},96379:e=>{e.exports={en:["change plus button visibility"],es:["cambiar la visibilidad del botón +"]}},76660:e=>{e.exports={en:["change point"],es:["cambiar el punto"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],es:["cambiar la visibilidad de la etiqueta de precios pre/pos mercado"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],es:["cambiar la visibilidad de la línea de precios pre/pos mercado"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],es:["cambiar la visibilidad de la línea de precios del cierre anterior"]}},8662:e=>{e.exports={en:["change price line visibility"],es:["cambiar la visibilidad de la línea con los precios"]}},2509:e=>{e.exports={en:["change price to bar ratio"],es:["cambiar la ratio precio/barra"]}},32829:e=>{e.exports={en:["change resolution"],es:["cambiar resolución"]}},35400:e=>{e.exports={en:["change symbol"],es:["cambiar símbolo"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],es:["cambiar la visibilidad de las etiquetas de símbolos"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],es:["cambiar la visibilidad del último valor de los símbolos"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],es:["cambiar la visibilidad con el valor del cierre anterior de los símbolos"]}},87041:e=>{e.exports={en:["change session"],es:["cambiar la sesión"]}},38413:e=>{e.exports={en:["change session breaks visibility"],es:["cambiar la visibilidad de las rupturas de las sesiones"]}},49965:e=>{e.exports={en:["change series style"],es:["cambiar el estilo de la serie"]}},47474:e=>{e.exports={en:["change splits visibility"],es:["cambiar la visibilidad de los splits"]}},20137:e=>{e.exports={en:["change timezone"],es:["cambiar la zona horaria"]}},
e.exports={en:["change visibility at current interval"],es:["cambiar visibilidad del intervalo actual"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],es:["cambiar visibilidad del intervalo actual y superior"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],es:["cambiar visibilidad del intervalo actual e inferior"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],es:["cambiar visibilidad en todos los intervalos"]}},94566:e=>{e.exports={en:["charts by TradingView"],es:["gráficos por TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],es:["clonar las herramientas de líneas"]}},46219:e=>{e.exports={en:["create line tools group"],es:["crear grupo de herramientas de líneas"]}},95394:e=>{e.exports={en:["create line tools group from selection"],es:["crear el grupo de herramientas de líneas a partir de la selección"]}},12898:e=>{e.exports={en:["create {tool}"],es:["crear {tool}"]}},94227:e=>{e.exports={en:["cut sources"],es:["recortar fuentes"]}},11500:e=>{e.exports={en:["cut {title}"],es:["recortar {title}"]}},63869:e=>{e.exports={en:["anchor objects"],es:["anclar objetos"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],es:["añadir la herramienta de líneas {lineTool} al grupo {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],es:["añadir herramienta(s) de línea al grupo {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],es:["añadi estos parámetros financieros a todo el diseño"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],es:["añadir este indicador a todo el diseño"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],es:["añadir esta estrategia a todo el diseño"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],es:["añadir este símbolo a todo el diseño"]}},4128:e=>{e.exports={en:["align to 45 degrees"],es:["alinear a 45 grados"]}},68231:e=>{e.exports={en:["apply chart theme"],es:["aplicar esquema al gráfico"]}},99551:e=>{e.exports={en:["apply all chart properties"],es:["aplicar todas las propiedades del gráfico"]}},89720:e=>{e.exports={en:["apply drawing template"],es:["aplicar plantilla de dibujo"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],es:["aplicar los valores por defecto de fábrica a las fuentes seleccionadas"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],es:["aplicar los indicadores a todo el diseño"]}},69604:e=>{e.exports={en:["apply study template {template}"],es:["aplicar la plantilla de estudio {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],es:["aplicar el esquema de la barra de herramientas"]}},1979:e=>{e.exports={en:["bring group {title} forward"],es:["traer grupo de {title} adelante"]}},53159:e=>{e.exports={en:["bring {title} to front"],es:["traer {title} al frente"]}},41966:e=>{e.exports={en:["bring {title} forward"],es:["traer {title} hacia delante"]}},44676:e=>{e.exports={en:["by TradingView"],es:["por TradingView"]}},58850:e=>{ 85975:e=>{e.exports={en:["change unit"],es:["cambiar unidad"]}},1924:e=>{e.exports={en:["change visibility"],es:["cambiar la visibilidad"]}},84331:e=>{e.exports={en:["change visibility at current interval"],es:["cambiar visibilidad del intervalo actual"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],es:["cambiar visibilidad del intervalo actual y superior"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],es:["cambiar visibilidad del intervalo actual e inferior"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],es:["cambiar visibilidad en todos los intervalos"]}},94566:e=>{e.exports={en:["charts by TradingView"],es:["gráficos por TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],es:["clonar las herramientas de líneas"]}},46219:e=>{e.exports={en:["create line tools group"],es:["crear grupo de herramientas de líneas"]}},95394:e=>{e.exports={en:["create line tools group from selection"],es:["crear el grupo de herramientas de líneas a partir de la selección"]}},12898:e=>{e.exports={en:["create {tool}"],es:["crear {tool}"]}},94227:e=>{e.exports={en:["cut sources"],es:["recortar fuentes"]}},11500:e=>{e.exports={en:["cut {title}"],es:["recortar {title}"]}},63869:e=>{e.exports={en:["anchor objects"],es:["anclar objetos"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],es:["añadir la herramienta de líneas {lineTool} al grupo {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],es:["añadir herramienta(s) de línea al grupo {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],es:["añadi estos parámetros financieros a todo el diseño"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],es:["añadir este indicador a todo el diseño"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],es:["añadir esta estrategia a todo el diseño"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],es:["añadir este símbolo a todo el diseño"]}},4128:e=>{e.exports={en:["align to 45 degrees"],es:["alinear a 45 grados"]}},68231:e=>{e.exports={en:["apply chart theme"],es:["aplicar esquema al gráfico"]}},99551:e=>{e.exports={en:["apply all chart properties"],es:["aplicar todas las propiedades del gráfico"]}},89720:e=>{e.exports={en:["apply drawing template"],es:["aplicar plantilla de dibujo"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],es:["aplicar los valores por defecto de fábrica a las fuentes seleccionadas"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],es:["aplicar los indicadores a todo el diseño"]}},69604:e=>{e.exports={en:["apply study template {template}"],es:["aplicar la plantilla de estudio {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],es:["aplicar el esquema de la barra de herramientas"]}},1979:e=>{e.exports={en:["bring group {title} forward"],es:["traer grupo de {title} adelante"]}},53159:e=>{e.exports={en:["bring {title} to front"],es:["traer {title} al frente"]}},41966:e=>{
e.exports={en:["date range lock"],es:["bloqueo rango de fechas"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],es:["excluir las herramientas de líneas del grupo {group}"]}},13017:e=>{e.exports={en:["hide {title}"],es:["ocultar {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],es:["ocultar las marcas en las barras"]}},56558:e=>{e.exports={en:["interval lock"],es:["bloquear intervalo"]}},6830:e=>{e.exports={en:["invert scale"],es:["invertir escala"]}},48818:e=>{e.exports={en:["insert {title}"],es:["introducir {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],es:["introducir {title} después de {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],es:["añadir {title} después de {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],es:["añadir {title} antes de {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],es:["añadir {title} antes de {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],es:["cargar la plantilla de dibujo por defecto"]}},62011:e=>{e.exports={en:["loading..."],es:["cargando..."]}},76104:e=>{e.exports={en:["lock {title}"],es:["bloquear {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],es:["bloquear grupo {group}"]}},18942:e=>{e.exports={en:["lock objects"],es:["bloquear objetos"]}},98277:e=>{e.exports={en:["move"],es:["movimiento"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],es:["mover {title} a la nueva escala izquierda"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],es:["mover {title} a la nueva escala de la derecha"]}},64077:e=>{e.exports={en:["move all scales to left"],es:["mover todas las escalas a la izquierda"]}},19013:e=>{e.exports={en:["move all scales to right"],es:["mover todas las escalas a la derecha"]}},52510:e=>{e.exports={en:["move drawing(s)"],es:["mover dibujo(s)"]}},79209:e=>{e.exports={en:["move left"],es:["mover hacia la izquierda"]}},60114:e=>{e.exports={en:["move right"],es:["mover hacia la derecha"]}},44854:e=>{e.exports={en:["move scale"],es:["mover escala"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],es:["crear {title} sin escala (pantalla completa)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],es:["hacer que no se visualice el grupo {group}"]}},45987:e=>{e.exports={en:["make group {group} visible"],es:["hacer visible el grupo {group}"]}},78055:e=>{e.exports={en:["merge down"],es:["unir por debajo"]}},41866:e=>{e.exports={en:["merge to pane"],es:["unir al panel"]}},52458:e=>{e.exports={en:["merge up"],es:["unir por encima"]}},90091:e=>{e.exports={en:["n/a"],es:["No disponible"]}},94981:e=>{e.exports={en:["scale price"],es:["escala de precios"]}},63796:e=>{e.exports={en:["scale price chart only"],es:["solo gráfico de precios a escala"]}},70771:e=>{e.exports={en:["scale time"],es:["escala de tiempo"]}},42070:e=>{e.exports={en:["scroll"],es:["desplazarse"]}},87840:e=>{e.exports={en:["scroll time"],es:["desplazarse por el horario"]}},82241:e=>{e.exports={ e.exports={en:["bring {title} forward"],es:["traer {title} hacia delante"]}},44676:e=>{e.exports={en:["by TradingView"],es:["por TradingView"]}},58850:e=>{e.exports={en:["date range lock"],es:["bloqueo rango de fechas"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],es:["excluir las herramientas de líneas del grupo {group}"]}},13017:e=>{e.exports={en:["hide {title}"],es:["ocultar {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],es:["ocultar las marcas en las barras"]}},56558:e=>{e.exports={en:["interval lock"],es:["bloquear intervalo"]}},6830:e=>{e.exports={en:["invert scale"],es:["invertir escala"]}},48818:e=>{e.exports={en:["insert {title}"],es:["introducir {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],es:["introducir {title} después de {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],es:["añadir {title} después de {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],es:["añadir {title} antes de {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],es:["añadir {title} antes de {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],es:["cargar la plantilla de dibujo por defecto"]}},62011:e=>{e.exports={en:["loading..."],es:["cargando..."]}},76104:e=>{e.exports={en:["lock {title}"],es:["bloquear {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],es:["bloquear grupo {group}"]}},18942:e=>{e.exports={en:["lock objects"],es:["bloquear objetos"]}},98277:e=>{e.exports={en:["move"],es:["movimiento"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],es:["mover {title} a la nueva escala izquierda"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],es:["mover {title} a la nueva escala de la derecha"]}},64077:e=>{e.exports={en:["move all scales to left"],es:["mover todas las escalas a la izquierda"]}},19013:e=>{e.exports={en:["move all scales to right"],es:["mover todas las escalas a la derecha"]}},52510:e=>{e.exports={en:["move drawing(s)"],es:["mover dibujo(s)"]}},79209:e=>{e.exports={en:["move left"],es:["mover hacia la izquierda"]}},60114:e=>{e.exports={en:["move right"],es:["mover hacia la derecha"]}},44854:e=>{e.exports={en:["move scale"],es:["mover escala"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],es:["crear {title} sin escala (pantalla completa)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],es:["hacer que no se visualice el grupo {group}"]}},45987:e=>{e.exports={en:["make group {group} visible"],es:["hacer visible el grupo {group}"]}},78055:e=>{e.exports={en:["merge down"],es:["unir por debajo"]}},41866:e=>{e.exports={en:["merge to pane"],es:["unir al panel"]}},52458:e=>{e.exports={en:["merge up"],es:["unir por encima"]}},90091:e=>{e.exports={en:["n/a"],es:["No disponible"]}},94981:e=>{e.exports={en:["scale price"],es:["escala de precios"]}},63796:e=>{e.exports={en:["scale price chart only"],es:["solo gráfico de precios a escala"]}},70771:e=>{e.exports={en:["scale time"],es:["escala de tiempo"]}},
en:["set price scale selection strategy to {title}"],es:["establecer la estrategia de selección de la escala de precios de {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],es:["enviar {title} hacia atrás"]}},5005:e=>{e.exports={en:["send {title} to back"],es:["enviar {title} atrás"]}},69546:e=>{e.exports={en:["send group {title} backward"],es:["enviar grupo de {title} atrás"]}},63934:e=>{e.exports={en:["share line tools globally"],es:["compartir las herramientas de línea globalmente"]}},90221:e=>{e.exports={en:["share line tools in layout"],es:["compartir las herramientas de línea en la plantilla"]}},13336:e=>{e.exports={en:["show all ideas"],es:["mostrar todas las ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"],es:["mostrar las ideas de los usuarios seguidos"]}},57460:e=>{e.exports={en:["show my ideas only"],es:["mostrar solo mis ideas"]}},4114:e=>{e.exports={en:["stay in drawing mode"],es:["permanecer en modo dibujo"]}},3350:e=>{e.exports={en:["stop syncing drawing"],es:["dejar de sincronizar los dibujos"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],es:["dejar de sincronizar las herramienta(s) de línea"]}},53278:e=>{e.exports={en:["symbol lock"],es:["bloquear símbolo"]}},91677:e=>{e.exports={en:["sync time"],es:["tiempo de sincronización"]}},3140:e=>{e.exports={en:["powered by"],es:["con tecnología de"]}},92800:e=>{e.exports={en:["powered by TradingView"],es:["con tecnología de TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],es:["pegar dibujo"]}},1064:e=>{e.exports={en:["paste indicator"],es:["pegar indicador"]}},57010:e=>{e.exports={en:["paste {title}"],es:["pegar {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],es:["fijar a la escala izquierda"]}},7495:e=>{e.exports={en:["pin to right scale"],es:["Fijar a escala derecha"]}},81566:e=>{e.exports={en:["pin to scale {label}"],es:["fijar a escala {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],es:["reordenar paneles"]}},60806:e=>{e.exports={en:["remove all indicators"],es:["eliminar todos los indicadores"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],es:["eliminar todos los indicadores y herramientas de dibujo"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],es:["eliminar las líneas en blanco no seleccionadas"]}},30538:e=>{e.exports={en:["remove drawings"],es:["eliminar dibujos"]}},1193:e=>{e.exports={en:["remove drawings group"],es:["eliminar grupo de dibujos"]}},38199:e=>{e.exports={en:["remove line data sources"],es:["eliminar las fuentes de datos de las líneas"]}},93333:e=>{e.exports={en:["remove pane"],es:["eliminar panel"]}},94543:e=>{e.exports={en:["remove {title}"],es:["eliminar {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],es:["eliminar el grupo de herramientas de líneas {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],es:["cambiar el nombre del grupo {group} a {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],es:["restablecer el tamaño de la plantilla"]}},3323:e=>{e.exports={ 42070:e=>{e.exports={en:["scroll"],es:["desplazarse"]}},87840:e=>{e.exports={en:["scroll time"],es:["desplazarse por el horario"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],es:["establecer la estrategia de selección de la escala de precios de {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],es:["enviar {title} hacia atrás"]}},5005:e=>{e.exports={en:["send {title} to back"],es:["enviar {title} atrás"]}},69546:e=>{e.exports={en:["send group {title} backward"],es:["enviar grupo de {title} atrás"]}},63934:e=>{e.exports={en:["share line tools globally"],es:["compartir las herramientas de línea globalmente"]}},90221:e=>{e.exports={en:["share line tools in layout"],es:["compartir las herramientas de línea en la plantilla"]}},13336:e=>{e.exports={en:["show all ideas"],es:["mostrar todas las ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"],es:["mostrar las ideas de los usuarios seguidos"]}},57460:e=>{e.exports={en:["show my ideas only"],es:["mostrar solo mis ideas"]}},4114:e=>{e.exports={en:["stay in drawing mode"],es:["permanecer en modo dibujo"]}},3350:e=>{e.exports={en:["stop syncing drawing"],es:["dejar de sincronizar los dibujos"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],es:["dejar de sincronizar las herramienta(s) de línea"]}},53278:e=>{e.exports={en:["symbol lock"],es:["bloquear símbolo"]}},91677:e=>{e.exports={en:["sync time"],es:["tiempo de sincronización"]}},3140:e=>{e.exports={en:["powered by"],es:["con tecnología de"]}},92800:e=>{e.exports={en:["powered by TradingView"],es:["con tecnología de TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],es:["pegar dibujo"]}},1064:e=>{e.exports={en:["paste indicator"],es:["pegar indicador"]}},57010:e=>{e.exports={en:["paste {title}"],es:["pegar {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],es:["fijar a la escala izquierda"]}},7495:e=>{e.exports={en:["pin to right scale"],es:["Fijar a escala derecha"]}},81566:e=>{e.exports={en:["pin to scale {label}"],es:["fijar a escala {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],es:["reordenar paneles"]}},60806:e=>{e.exports={en:["remove all indicators"],es:["eliminar todos los indicadores"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],es:["eliminar todos los indicadores y herramientas de dibujo"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],es:["eliminar las líneas en blanco no seleccionadas"]}},30538:e=>{e.exports={en:["remove drawings"],es:["eliminar dibujos"]}},1193:e=>{e.exports={en:["remove drawings group"],es:["eliminar grupo de dibujos"]}},38199:e=>{e.exports={en:["remove line data sources"],es:["eliminar las fuentes de datos de las líneas"]}},93333:e=>{e.exports={en:["remove pane"],es:["eliminar panel"]}},94543:e=>{e.exports={en:["remove {title}"],es:["eliminar {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],es:["eliminar el grupo de herramientas de líneas {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],
en:["reset scales"],es:["restablecer escala"]}},17336:e=>{e.exports={en:["reset time scale"],es:["reiniciar escala de tiempo"]}},47418:e=>{e.exports={en:["resize layout"],es:["cambiar el tamaño de la plantilla"]}},85815:e=>{e.exports={en:["restore defaults"],es:["restablecer valores por defecto"]}},96881:e=>{e.exports={en:["restore study defaults"],es:["restaurar los valores por defecto del estudio"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],es:["cambiar el estado del panel maximizado"]}},42240:e=>{e.exports={en:["toggle auto scale"],es:["alternar escala automática"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],es:["alternar el estado del panel colapsado"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],es:["alternar indexado a una escala de 100"]}},49695:e=>{e.exports={en:["toggle lock scale"],es:["alternar bloquear escala"]}},49403:e=>{e.exports={en:["toggle log scale"],es:["alternar escala logarítmica"]}},98994:e=>{e.exports={en:["toggle percentage scale"],es:["alternar escala de porcentajes"]}},80688:e=>{e.exports={en:["toggle regular scale"],es:["alternar escala regular"]}},46807:e=>{e.exports={en:["track time"],es:["controlar el tiempo"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],es:["desactivar la posibilidad de compartir herramientas de línea"]}},99234:e=>{e.exports={en:["unanchor objects"],es:["desanclar objetos"]}},23230:e=>{e.exports={en:["unlock objects"],es:["desbloquear objetos"]}},74590:e=>{e.exports={en:["unlock group {group}"],es:["desbloquear al grupo {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],es:["desbloquear {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],es:["desagrupar en el nuevo panel inferior"]}},79443:e=>{e.exports={en:["unmerge up"],es:["desagrupar por encima"]}},46453:e=>{e.exports={en:["unmerge down"],es:["desagrupar por debajo"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],es:["Actualmente, el tipo de gráfico {chartStyle} no está disponible para intervalos basados en ticks."]}},41643:e=>{e.exports={en:["{count} bars"],es:["{count} barras"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],es:["Información financiera de {symbol} por TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],es:["{userName} publicado en {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"],es:["aumentar"]}},73638:e=>{e.exports={en:["zoom out"],es:["alejar"]}},41807:e=>{e.exports={en:["day","days"],es:["día","días"]}},42328:e=>{e.exports={en:["hour","hours"],es:["hora","horas"]}},98393:e=>{e.exports={en:["month","months"],es:["mes","meses"]}},78318:e=>{e.exports={en:["minute","minutes"],es:["minuto","minutos"]}},33232:e=>{e.exports={en:["second","seconds"],es:["segundo","segundos"]}},89937:e=>{e.exports={en:["range","ranges"],es:["rango","rangos"]}},48898:e=>{e.exports={en:["week","weeks"],es:["semana","semanas"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={ es:["cambiar el nombre del grupo {group} a {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],es:["restablecer el tamaño de la plantilla"]}},3323:e=>{e.exports={en:["reset scales"],es:["restablecer escala"]}},17336:e=>{e.exports={en:["reset time scale"],es:["reiniciar escala de tiempo"]}},47418:e=>{e.exports={en:["resize layout"],es:["cambiar el tamaño de la plantilla"]}},85815:e=>{e.exports={en:["restore defaults"],es:["restablecer valores por defecto"]}},96881:e=>{e.exports={en:["restore study defaults"],es:["restaurar los valores por defecto del estudio"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],es:["cambiar el estado del panel maximizado"]}},42240:e=>{e.exports={en:["toggle auto scale"],es:["alternar escala automática"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],es:["alternar el estado del panel colapsado"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],es:["alternar indexado a una escala de 100"]}},49695:e=>{e.exports={en:["toggle lock scale"],es:["alternar bloquear escala"]}},49403:e=>{e.exports={en:["toggle log scale"],es:["alternar escala logarítmica"]}},98994:e=>{e.exports={en:["toggle percentage scale"],es:["alternar escala de porcentajes"]}},80688:e=>{e.exports={en:["toggle regular scale"],es:["alternar escala regular"]}},46807:e=>{e.exports={en:["track time"],es:["controlar el tiempo"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],es:["desactivar la posibilidad de compartir herramientas de línea"]}},99234:e=>{e.exports={en:["unanchor objects"],es:["desanclar objetos"]}},23230:e=>{e.exports={en:["unlock objects"],es:["desbloquear objetos"]}},74590:e=>{e.exports={en:["unlock group {group}"],es:["desbloquear al grupo {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],es:["desbloquear {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],es:["desagrupar en el nuevo panel inferior"]}},79443:e=>{e.exports={en:["unmerge up"],es:["desagrupar por encima"]}},46453:e=>{e.exports={en:["unmerge down"],es:["desagrupar por debajo"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],es:["Actualmente, el tipo de gráfico {chartStyle} no está disponible para intervalos basados en ticks."]}},41643:e=>{e.exports={en:["{count} bars"],es:["{count} barras"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],es:["Información financiera de {symbol} por TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],es:["{userName} publicado en {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"],es:["aumentar"]}},73638:e=>{e.exports={en:["zoom out"],es:["alejar"]}},41807:e=>{e.exports={en:["day","days"],es:["día","días"]}},42328:e=>{e.exports={en:["hour","hours"],es:["hora","horas"]}},98393:e=>{e.exports={en:["month","months"],es:["mes","meses"]}},78318:e=>{e.exports={en:["minute","minutes"],es:["minuto","minutos"]}},33232:e=>{e.exports={en:["second","seconds"],es:["segundo","segundos"]}},89937:e=>{e.exports={
en:["{amount} drawing","{amount} drawings"],es:["{amount} dibujo","{amount} dibujos"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],es:["{amount} indicador","{amount} indicadores"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],es:["{count}a","{count}a"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],es:["ETF Schwab Short-Term US Treasury"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],es:["Índice S&P/ASX All Australian 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],es:["Índice S&P/ASX All Australian 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],es:["Índice S&P/ASX 200"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],es:["Dólar australiano/Dólar canadiense"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],es:["Dólar australiano/Franco suizo"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],es:["Dólar australiano/Yen japonés"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],es:["Dólar australiano/Dólar neozelandés"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],es:["Dólar australiano/Rublo ruso"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],es:["Dólar australiano/Dólar estadounidense"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],es:["Índice S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],es:["Bitcoin al contado/Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],es:["Bitcoin Cash/Dólar estadounidense"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],es:["Índice BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],es:["Índice BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],es:["Bitcoin/Índice dólar estadounidense"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],es:["Índice IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],es:["Índice Bovespa"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],es:["Índice IBrasil"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],es:["Índice Brazil 50"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],es:["Índice S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={ en:["range","ranges"],es:["rango","rangos"]}},48898:e=>{e.exports={en:["week","weeks"],es:["semana","semanas"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],es:["{amount} dibujo","{amount} dibujos"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],es:["{amount} indicador","{amount} indicadores"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],es:["{count}a","{count}a"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],es:["ETF Schwab Short-Term US Treasury"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],es:["Índice S&P/ASX All Australian 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],es:["Índice S&P/ASX All Australian 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],es:["Índice S&P/ASX 200"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],es:["Dólar australiano/Dólar canadiense"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],es:["Dólar australiano/Franco suizo"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],es:["Dólar australiano/Yen japonés"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],es:["Dólar australiano/Dólar neozelandés"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],es:["Dólar australiano/Rublo ruso"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],es:["Dólar australiano/Dólar estadounidense"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],es:["Índice S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],es:["Bitcoin al contado/Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],es:["Bitcoin Cash/Dólar estadounidense"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],es:["Índice BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],es:["Índice BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],es:["Bitcoin/Índice dólar estadounidense"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],es:["Índice IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],es:["Índice Bovespa"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],es:["Índice IBrasil"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],es:["Índice Brazil 50"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={
en:["Brazilian Real / Japanese Yen"],es:["Real brasileño/Yen japonés"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],es:["Índice S&P BSE Sensex"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],es:["Bitcoin/Real brasileño"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],es:["Bitcoin/Dólar Canadiense"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],es:["Bitcoin/Yuan Chino"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],es:["Bitcoin/Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],es:["Bitcoin/Libra esterlina"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],es:["Bitcoin/Yen japonés"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],es:["Bitcoin/Won Surcoreano"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],es:["Bitcoin/Esloti polaco"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],es:["Bitcoin/Rublo ruso"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],es:["Bitcoin/Baht tailandés"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],es:["Bitcoin/Dólar estadounidense"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],es:["Bitcoin Gold/Dólar estadounidense"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],es:["Índice S&P/BVL Peru General (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],es:["Índice Brazil Bovespa"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],es:["Dólar canadiense/Yen japonés"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],es:["Dólar canadiense/Dólar estadounidense"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],es:["Índice S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],es:["Índice volatilidad S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],es:["Futuros T-Bond"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],es:["Futuros de maíz"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],es:["Futuros de la harina de soja"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],es:["Futuros T-Note a 10 años"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],es:["Futuros de la avena"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],es:["Futuros sobre el tipo de interés de los fondos federales a 30 días"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],es:["Futuros de arroz"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],es:["Futuros de soja"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],es:["Futuros Trigo"]}, en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],es:["Índice S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],es:["Real brasileño/Yen japonés"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],es:["Índice S&P BSE Sensex"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],es:["Bitcoin/Real brasileño"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],es:["Bitcoin/Dólar Canadiense"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],es:["Bitcoin/Yuan Chino"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],es:["Bitcoin/Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],es:["Bitcoin/Libra esterlina"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],es:["Bitcoin/Yen japonés"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],es:["Bitcoin/Won Surcoreano"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],es:["Bitcoin/Esloti polaco"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],es:["Bitcoin/Rublo ruso"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],es:["Bitcoin/Baht tailandés"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],es:["Bitcoin/Dólar estadounidense"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],es:["Bitcoin Gold/Dólar estadounidense"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],es:["Índice S&P/BVL Peru General (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],es:["Índice Brazil Bovespa"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],es:["Dólar canadiense/Yen japonés"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],es:["Dólar canadiense/Dólar estadounidense"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],es:["Índice S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],es:["Índice volatilidad S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],es:["Futuros T-Bond"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],es:["Futuros de maíz"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],es:["Futuros de la harina de soja"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],es:["Futuros T-Note a 10 años"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],es:["Futuros de la avena"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],es:["Futuros sobre el tipo de interés de los fondos federales a 30 días"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],es:["Futuros de arroz"]},e.exports["#CBOT:ZS1!-symbol-description"]={
e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],es:["Futuros mini de soja"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],es:["Futuros mini de trigo"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],es:["Futuros E-mini Dow Jones ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],es:["Franco suizo/Yen japonés"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],es:["Franco suizo/Dólar estadounidense"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],es:["Futuros de bitcoin del CME"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],es:["Futuros de mantequilla: efectivo (continuo: contrato vigente con vencimiento próximo)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],es:["Futuros ganado de engorde"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],es:["Futuros carne de cerdo"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],es:["Futuros de ganado vivo"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],es:["Futuros E-mini euro"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],es:["Futuros E-Mini S&P 500"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],es:["Futuros E-mini del yen japonés"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],es:["Futuros NASDAQ 100 E-mini"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],es:["Futuros del índice E-Mini Russell 2000"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],es:["Futuros Aluminium European Premium"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],es:["Futuros Aluminum MW U.S. Transaction Premium Platts (25MT)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],es:["Futuros de oro"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],es:["Futuros Cobre"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],es:["Futuros de la plata"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],es:["Futuros E-mini cobre"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],es:["Futuros (Mini) plata"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],es:["Futuros de oro (Mini)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],es:["CFDs sobre cobre"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],es:["CFDs sobre maíz"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],es:["CFDs sobre algodón"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"], en:["Soybean Futures"],es:["Futuros de soja"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],es:["Futuros Trigo"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],es:["Futuros mini de soja"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],es:["Futuros mini de trigo"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],es:["Futuros E-mini Dow Jones ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],es:["Franco suizo/Yen japonés"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],es:["Franco suizo/Dólar estadounidense"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],es:["Futuros de bitcoin del CME"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],es:["Futuros de mantequilla: efectivo (continuo: contrato vigente con vencimiento próximo)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],es:["Futuros ganado de engorde"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],es:["Futuros carne de cerdo"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],es:["Futuros de ganado vivo"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],es:["Futuros E-mini euro"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],es:["Futuros E-Mini S&P 500"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],es:["Futuros E-mini del yen japonés"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],es:["Futuros NASDAQ 100 E-mini"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],es:["Futuros del índice E-Mini Russell 2000"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],es:["Futuros Aluminium European Premium"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],es:["Futuros Aluminum MW U.S. Transaction Premium Platts (25MT)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],es:["Futuros de oro"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],es:["Futuros Cobre"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],es:["Futuros de la plata"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],es:["Futuros E-mini cobre"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],es:["Futuros (Mini) plata"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],es:["Futuros de oro (Mini)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],es:["CFDs sobre cobre"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],es:["CFDs sobre maíz"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],es:["CFDs sobre algodón"]},
es:["Capitalización total del mercado de criptomonedas, USD"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],es:["Índice DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],es:["Índice Dow Jones Composite Average"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],es:["Índice Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],es:["Índice Dow Jones de materias primas: cacao"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],es:["Índice Dow Jones de materias primas: energía."]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],es:["Índice Dow Jones de materias primas: oro"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],es:["Índice de materias primas de Dow Jones: granos"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],es:["Índice Dow Jones de materias primas: níquel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],es:["Índice Dow Jones de materias primas: café"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],es:["Índice Dow Jones de materias primas: azúcar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],es:["Índice Dow Jones de materias primas: plata"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],es:["Índice Dow Jones Transportation Average"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],es:["Índice Dow Jones Utility Average"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],es:["Índice Dow Jones U.S. Coal"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],es:["Índice EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],es:["Ethereum Classic/Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"],es:["Ethereum Classic/Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],es:["Ethereum Classic/Dólar estadounidense"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"],es:["Ethereum/Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],es:["Ethereum/Libra británica"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],es:["Ethereum/Yen japonés"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],es:["Ethereum/Won surcoreano"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],es:["Ethereum/Baht tailandés"]},e.exports["#ETHUSD-symbol-description"]={ e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],es:["Capitalización total del mercado de criptomonedas, USD"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],es:["Índice DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],es:["Índice Dow Jones Composite Average"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],es:["Índice Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],es:["Índice Dow Jones de materias primas: cacao"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],es:["Índice Dow Jones de materias primas: energía."]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],es:["Índice Dow Jones de materias primas: oro"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],es:["Índice de materias primas de Dow Jones: granos"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],es:["Índice Dow Jones de materias primas: níquel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],es:["Índice Dow Jones de materias primas: café"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],es:["Índice Dow Jones de materias primas: azúcar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],es:["Índice Dow Jones de materias primas: plata"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],es:["Índice Dow Jones Transportation Average"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],es:["Índice Dow Jones Utility Average"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],es:["Índice Dow Jones U.S. Coal"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],es:["Índice EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],es:["Ethereum Classic/Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"],es:["Ethereum Classic/Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],es:["Ethereum Classic/Dólar estadounidense"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"],es:["Ethereum/Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],es:["Ethereum/Libra británica"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],es:["Ethereum/Yen japonés"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],es:["Ethereum/Won surcoreano"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],
en:["Ethereum / U.S. Dollar"],es:["Ethereum/Dólar estadounidense"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],es:["Futuros del Bono Alemán"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],es:["Euro/Dólar Australiano"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],es:["Euro/Real brasileño"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],es:["Euro/Dólar canadiense"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],es:["Euro/Franco suizo"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],es:["Euro/Libra esterlina"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],es:["Euro/Yen japonés"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],es:["Euro/Corona noruega"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],es:["Euro/Dólar neozelandés"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],es:["Índice AEX"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],es:["Índice BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],es:["Índice CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],es:["Euro/Rublo ruso"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],es:["Eur/Rublo ruso TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],es:["Euro FX/Corona sueca"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],es:["Euro/Lira turca"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],es:["Euro/Dólar estadounidense"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],es:["Índice Euro Stoxx 50"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],es:["Indice CAC 40"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],es:["Producto Interior Bruto, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],es:["Población Total: Todas las Edades incluyendo Fuerzas Armadas fuera del país"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],es:["Tasa de Desempleo"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],es:["Índice FTSE Bursa Malaysia KLCI"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],es:["Índice S&P/ASX"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],es:["Libra esterlina/Dólar australiano"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],es:["Libra esterlina/Dólar canadiense"]}, es:["Ethereum/Baht tailandés"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],es:["Ethereum/Dólar estadounidense"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],es:["Futuros del Bono Alemán"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],es:["Euro/Dólar Australiano"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],es:["Euro/Real brasileño"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],es:["Euro/Dólar canadiense"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],es:["Euro/Franco suizo"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],es:["Euro/Libra esterlina"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],es:["Euro/Yen japonés"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],es:["Euro/Corona noruega"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],es:["Euro/Dólar neozelandés"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],es:["Índice AEX"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],es:["Índice BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],es:["Índice CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],es:["Euro/Rublo ruso"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],es:["Eur/Rublo ruso TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],es:["Euro FX/Corona sueca"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],es:["Euro/Lira turca"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],es:["Euro/Dólar estadounidense"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],es:["Índice Euro Stoxx 50"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],es:["Indice CAC 40"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],es:["Producto Interior Bruto, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],es:["Población Total: Todas las Edades incluyendo Fuerzas Armadas fuera del país"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],es:["Tasa de Desempleo"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],es:["Índice FTSE Bursa Malaysia KLCI"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],es:["Índice S&P/ASX"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],es:["Libra esterlina/Dólar australiano"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],
e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],es:["Libra esterlina/Franco suizo"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],es:["Libra Esterlina/Euro"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],es:["Libra esterlina/Yen japonés"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],es:["Libra esterlina/Dólar neozelandés"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],es:["Libra británica/Esloti polaco"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],es:["Libra/Rublo ruso"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],es:["Libra esterlina/Dólar estadounidense"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],es:["Índice DAX"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],es:["Alphabet Inc. (Google) Clase C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],es:["Índice WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],es:["Índice Hang Seng"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],es:["Futuros del índice del dólar de EE. UU."]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],es:["Índice IDX Composite"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],es:["Índice MIB"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],es:["Índice Euro STOXX 50"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],es:["Índice STI"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],es:["Índice ponderado de Taiwán"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],es:["IOTA/Dólar estadounidense"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],es:["Índice Japan 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],es:["Yen japonés/Won surcoreano"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],es:["Yen japonés/Rublo ruso"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],es:["Yen japonés/Dólar estadounidense"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],es:["Litecoin/Real brasileño"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],es:["Litecoin/Bitcoin"]}, es:["Libra esterlina/Dólar canadiense"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],es:["Libra esterlina/Franco suizo"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],es:["Libra Esterlina/Euro"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],es:["Libra esterlina/Yen japonés"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],es:["Libra esterlina/Dólar neozelandés"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],es:["Libra británica/Esloti polaco"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],es:["Libra/Rublo ruso"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],es:["Libra esterlina/Dólar estadounidense"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],es:["Índice DAX"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],es:["Alphabet Inc. (Google) Clase C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],es:["Índice WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],es:["Índice Hang Seng"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],es:["Futuros del índice del dólar de EE. UU."]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],es:["Índice IDX Composite"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],es:["Índice MIB"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],es:["Índice Euro STOXX 50"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],es:["Índice STI"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],es:["Índice ponderado de Taiwán"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],es:["IOTA/Dólar estadounidense"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],es:["Índice Japan 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],es:["Yen japonés/Won surcoreano"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],es:["Yen japonés/Rublo ruso"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],es:["Yen japonés/Dólar estadounidense"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],es:["Litecoin/Real brasileño"]},e.exports["#LTCBTC-symbol-description"]={
e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],es:["Litecoin/Dólar estadounidense"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],es:["Luna/Dólar estadounidense"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],es:["Futuros Petroleo Brent"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],es:["Índice MOEX de Rusia"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],es:["Índice MOEX"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],es:["Futuros del índice MICEX"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],es:["Futuros índice MICEX"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],es:["Futuros del índice RTS"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],es:["Índice RTS"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],es:["CFD US 100 Cash"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],es:["Índice PHLX Housing Sector"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],es:["ETF iShares 7-10 Year Treasury Bond"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],es:["ETF iShares 3-7 Year Treasury Bond"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],es:["Índice Nasdaq Composite"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],es:["Índice Nasdaq 100"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],es:["Índice PHLX Oil Service Sector"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],es:["Índice de semiconductores de Filadelfia"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],es:["ETF Ishares 20+ Year Treasury Bond"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],es:["Índice PHLX Utility Sector"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"], en:["Litecoin / Bitcoin"],es:["Litecoin/Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],es:["Litecoin/Dólar estadounidense"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],es:["Luna/Dólar estadounidense"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],es:["Futuros Petroleo Brent"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],es:["Índice MOEX de Rusia"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],es:["Índice MOEX"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],es:["Futuros del índice MICEX"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],es:["Futuros índice MICEX"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],es:["Futuros del índice RTS"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],es:["Índice RTS"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],es:["CFD US 100 Cash"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],es:["Índice PHLX Housing Sector"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],es:["ETF iShares 7-10 Year Treasury Bond"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],es:["ETF iShares 3-7 Year Treasury Bond"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],es:["Índice Nasdaq Composite"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],es:["Índice Nasdaq 100"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],es:["Índice PHLX Oil Service Sector"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],es:["Índice de semiconductores de Filadelfia"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],es:["ETF Ishares 20+ Year Treasury Bond"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],es:["Índice PHLX Utility Sector"]},e.exports["#NASDAQ:XAU-symbol-description"]={
es:["Índice PHLX del sector de oro y plata"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],es:["NEO/Dólar estadounidense"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],es:["Gas natural (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],es:["Índice Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],es:["Índice Nifty 50"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],es:["Futuros NY Etanol"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],es:["Futuros de cacao"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],es:["Futuros de Crudo Ligero"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],es:["Futuros NY Harbor ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],es:["Futuros Café"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],es:["Futuros Gas Natural"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],es:["Futuros de paladio"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],es:["Futuros Platino"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],es:["Futuros Gasolina RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],es:["Futuros de algodón"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],es:["Futuros E-mini gas natural"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],es:["Futuros E-mini de crudo ligero"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],es:["Futuros E-mini gasolina"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],es:["Índice NYSE Composite"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],es:["Índice AMEX Composite"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],es:["Índice NYSE ARCA Major Market"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],es:["Dólar neozelandés/Yen japonés"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],es:["Dólar neozelandés/Dólar estadounidense"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],es:["S&P/NZX ALL Index ( Capital Index )"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],es:["S&P/NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={ en:["PHLX Gold and Silver Sector Index"],es:["Índice PHLX del sector de oro y plata"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],es:["NEO/Dólar estadounidense"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],es:["Gas natural (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],es:["Índice Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],es:["Índice Nifty 50"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],es:["Futuros NY Etanol"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],es:["Futuros de cacao"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],es:["Futuros de Crudo Ligero"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],es:["Futuros NY Harbor ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],es:["Futuros Café"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],es:["Futuros Gas Natural"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],es:["Futuros de paladio"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],es:["Futuros Platino"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],es:["Futuros Gasolina RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],es:["Futuros de algodón"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],es:["Futuros E-mini gas natural"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],es:["Futuros E-mini de crudo ligero"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],es:["Futuros E-mini gasolina"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],es:["Índice NYSE Composite"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],es:["Índice AMEX Composite"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],es:["Índice NYSE ARCA Major Market"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],es:["Dólar neozelandés/Yen japonés"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],es:["Dólar neozelandés/Dólar estadounidense"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],es:["S&P/NZX ALL Index ( Capital Index )"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],es:["S&P/NZX 50 Index Gross"]},
en:["CFDs on Natural Gas"],es:["CFDs sobre gas natural"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],es:["Índice S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],es:["CFDs sobre cobre (USD/LB)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],es:["Índice OMX Copenhagen 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],es:["Índice OMX Helsinki 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],es:["Índice OMX Riga Gross"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],es:["Índice OMX Stockholm 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],es:["Índice OMX Tallinn Gross"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],es:["Índice OMX Vilnius Gross"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],es:["Índice QE"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],es:["Índice ruso RTS"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],es:["Índice Russell 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],es:["Índice Russell 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],es:["Índice Russell 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],es:["Índice del mercado suizo"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],es:["Solana/Dólar estadounidense"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],es:["CFDs sobre soja"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],es:["Índice S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],es:["Índice S&P Goldman Sachs Commodity"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],es:["El Índice S&P 500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],es:["Índice Value S&P 500"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],es:["Índice S&P 500"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],es:["CFDs sobre azúcar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],es:["Índice Shenzhen Component"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],es:["Índice Tadawul All Shares"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],es:["Índice TA-35"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],es:["Índice S&P/TSX Composite"]}, e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],es:["CFDs sobre gas natural"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],es:["Índice S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],es:["CFDs sobre cobre (USD/LB)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],es:["Índice OMX Copenhagen 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],es:["Índice OMX Helsinki 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],es:["Índice OMX Riga Gross"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],es:["Índice OMX Stockholm 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],es:["Índice OMX Tallinn Gross"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],es:["Índice OMX Vilnius Gross"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],es:["Índice QE"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],es:["Índice ruso RTS"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],es:["Índice Russell 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],es:["Índice Russell 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],es:["Índice Russell 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],es:["Índice del mercado suizo"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],es:["Solana/Dólar estadounidense"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],es:["CFDs sobre soja"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],es:["Índice S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],es:["Índice S&P Goldman Sachs Commodity"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],es:["El Índice S&P 500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],es:["Índice Value S&P 500"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],es:["Índice S&P 500"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],es:["CFDs sobre azúcar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],es:["Índice Shenzhen Component"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],es:["Índice Tadawul All Shares"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],es:["Índice TA-35"]},e.exports["#TSX:TSX-symbol-description"]={
e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],es:["Índice S&P/TSX 60"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],es:["Bonos de deuda pública Australia a 10A"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Australia a 10A"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],es:["Índice de divisas del dólar australiano"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],es:["Índice de divisas de la libra esterlina"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],es:["Bonos de deuda pública canadiense, 10 años"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Canadá a 10A"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],es:["Índice CAC 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],es:["Bonos deuda pública China a 10A"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública China a 10A"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],es:["Índice de divisas del dólar canadiense"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],es:["Bonos deuda pública Alemania 10A"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Alemania a 10A"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],es:["Índice DAX"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],es:["Índice del dólar de EE. UU."]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],es:["Bonos deuda pública España a 10A"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública España a 10A"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],es:["Índice de divisas del euro"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],es:["Bonos deuda pública Francia a 10A"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Francia a 10A"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"],es:["Índice Milano Italia Borsa"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],es:["Bonos deuda pública Reino Unido a 2 A"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],es:["Bonos deuda pública Reino Unido a 10A"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"], en:["S&P/TSX Composite Index"],es:["Índice S&P/TSX Composite"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],es:["Índice S&P/TSX 60"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],es:["Bonos de deuda pública Australia a 10A"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Australia a 10A"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],es:["Índice de divisas del dólar australiano"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],es:["Índice de divisas de la libra esterlina"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],es:["Bonos de deuda pública canadiense, 10 años"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Canadá a 10A"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],es:["Índice CAC 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],es:["Bonos deuda pública China a 10A"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública China a 10A"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],es:["Índice de divisas del dólar canadiense"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],es:["Bonos deuda pública Alemania 10A"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Alemania a 10A"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],es:["Índice DAX"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],es:["Índice del dólar de EE. UU."]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],es:["Bonos deuda pública España a 10A"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública España a 10A"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],es:["Índice de divisas del euro"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],es:["Bonos deuda pública Francia a 10A"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Francia a 10A"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"],es:["Índice Milano Italia Borsa"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],es:["Bonos deuda pública Reino Unido a 2 A"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],es:["Bonos deuda pública Reino Unido a 10A"]},e.exports["#TVC:GB10Y-symbol-description"]={
es:["Rend. bonos deuda pública Reino Unido a 10A"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],es:["CFDs sobre oro (USD/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],es:["Índice Hang Seng"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],es:["Índice IBEX 35"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],es:["Bonos de deuda púbica Indonesia a 3 A"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],es:["Bonos deuda pública Indonesia a 10A"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Indonesia a 10A"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],es:["Bono deuda pública India a 10A"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública India a 10A"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],es:["Bonos deuda pública Italia a 10A"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Italia a 10A"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],es:["Índice US Composite"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],es:["Bonos deuda pública Japón a 10A"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Japón a 10A"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],es:["Índice de divisas del yen japonés"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],es:["Índice Korea Composite Stock Price"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],es:["Bonos deuda pública Corea a 10A"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Corea a 10A"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],es:["Bonos deuda pública Malasia a 10A"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Malasia a 10A"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],es:["Índice US 100"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],es:["Índice Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],es:["Bonos de deuda pública neerlandesa, 10 años"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Países Bajos a 10A"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],es:["Índice NYSE Composite"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],es:["Bonos de deuda pública neozelandesa, 10 años"]}, en:["UK Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Reino Unido a 10A"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],es:["CFDs sobre oro (USD/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],es:["Índice Hang Seng"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],es:["Índice IBEX 35"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],es:["Bonos de deuda púbica Indonesia a 3 A"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],es:["Bonos deuda pública Indonesia a 10A"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Indonesia a 10A"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],es:["Bono deuda pública India a 10A"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública India a 10A"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],es:["Bonos deuda pública Italia a 10A"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Italia a 10A"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],es:["Índice US Composite"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],es:["Bonos deuda pública Japón a 10A"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Japón a 10A"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],es:["Índice de divisas del yen japonés"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],es:["Índice Korea Composite Stock Price"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],es:["Bonos deuda pública Corea a 10A"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Corea a 10A"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],es:["Bonos deuda pública Malasia a 10A"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Malasia a 10A"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],es:["Índice US 100"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],es:["Índice Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],es:["Bonos de deuda pública neerlandesa, 10 años"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Países Bajos a 10A"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],es:["Índice NYSE Composite"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],
e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Nueva Zelanda a 10A"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],es:["CFDs sibre paladio (USD/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],es:["Bonos de deuda pública de Polonia a 5A"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],es:["Bonos de deuda pública Polonia a 10A"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],es:["CFDs sobre platino (USD/OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],es:["Bonos de deuda pública Portugal de 10A"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Portugal a 10A"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],es:["Índice South Africa Top 40"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],es:["CFDs sobre plata (USD/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],es:["S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],es:["Índice de mercado suizo"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],es:["Índice Straits Times"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],es:["Índice Euro Stoxx 50"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],es:["Índice de divisas del franco suizo"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],es:["Bono deuda pública Turquía a 10A"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Turquía a 10A"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],es:["CFDs sobre petróleo crudo Brent"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"],es:["Índice UK 100"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],es:["Bonos de deuda pública de EE. UU. a 2A"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],es:["Rendimiento bonos de deuda pública de EE. UU. a 2A"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],es:["Bonos de deuda pública EE. UU. a 5A"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],es:["Rendimiento bonos deuda pública de EE. UU. a 5A"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],es:["Bonos deuda pública EE. UU. a 10A"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública EE. UU. a 10A"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],es:["Bonos de deuda pública de EE. UU. a 30A"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"], es:["Bonos de deuda pública neozelandesa, 10 años"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Nueva Zelanda a 10A"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],es:["CFDs sibre paladio (USD/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],es:["Bonos de deuda pública de Polonia a 5A"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],es:["Bonos de deuda pública Polonia a 10A"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],es:["CFDs sobre platino (USD/OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],es:["Bonos de deuda pública Portugal de 10A"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Portugal a 10A"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],es:["Índice South Africa Top 40"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],es:["CFDs sobre plata (USD/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],es:["S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],es:["Índice de mercado suizo"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],es:["Índice Straits Times"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],es:["Índice Euro Stoxx 50"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],es:["Índice de divisas del franco suizo"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],es:["Bono deuda pública Turquía a 10A"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública Turquía a 10A"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],es:["CFDs sobre petróleo crudo Brent"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"],es:["Índice UK 100"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],es:["Bonos de deuda pública de EE. UU. a 2A"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],es:["Rendimiento bonos de deuda pública de EE. UU. a 2A"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],es:["Bonos de deuda pública EE. UU. a 5A"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],es:["Rendimiento bonos deuda pública de EE. UU. a 5A"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],es:["Bonos deuda pública EE. UU. a 10A"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],es:["Rend. bonos deuda pública EE. UU. a 10A"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],es:["Bonos de deuda pública de EE. UU. a 30A"]},
es:["CFDs sobre petróleo crudo WTI"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],es:["Índice Volatility S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],es:["Índice de divisas del dólar neozelandés"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],es:["Índice ponderado de Taiwán"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],es:["Índice de capitalización de acciones ponderadas de Taiwan"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],es:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],es:["Índice FTSE100"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],es:["CFDs sobre petróleo (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],es:["Uniswap/Dólar estadounidense"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],es:["Dólar estadounidense/Dólar australiano"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],es:["Dólar estadounidense/Real brasileño"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],es:["Dólar estadounidense/Dólar canadiense"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],es:["Dólar estadounidense/Franco suizo"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],es:["Dólar estadounidense/Yuan chino"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],es:["Dólar estadounidense/Corona danesa"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],es:["Dólar estadounidense/Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],es:["Dólar estadounidense/Libra esterlina"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],es:["Dólar estadounidense/Dólar de Hong Kong"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],es:["Dólar estadounidense/Florín húngaro"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],es:["Dólar estadounidense/Rupia"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],es:["Dólar norteamericano/Shekel Israelí"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],es:["Dólar estadounidense/Rupia india"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],es:["Dólar estadounidense/Yen japonés"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],es:["Dólar estadounidense/Won surcoreano"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],es:["Dólar estadounidense/Peso mexicano"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],es:["Dólar estadounidense/Dólar neozelandés"]}, e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],es:["CFDs sobre petróleo crudo WTI"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],es:["Índice Volatility S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],es:["Índice de divisas del dólar neozelandés"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],es:["Índice ponderado de Taiwán"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],es:["Índice de capitalización de acciones ponderadas de Taiwan"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],es:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],es:["Índice FTSE100"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],es:["CFDs sobre petróleo (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],es:["Uniswap/Dólar estadounidense"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],es:["Índice Dow Jones Industrial Average"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],es:["Dólar estadounidense/Dólar australiano"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],es:["Dólar estadounidense/Real brasileño"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],es:["Dólar estadounidense/Dólar canadiense"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],es:["Dólar estadounidense/Franco suizo"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],es:["Dólar estadounidense/Yuan chino"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],es:["Dólar estadounidense/Corona danesa"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],es:["Dólar estadounidense/Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],es:["Dólar estadounidense/Libra esterlina"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],es:["Dólar estadounidense/Dólar de Hong Kong"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],es:["Dólar estadounidense/Florín húngaro"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],es:["Dólar estadounidense/Rupia"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],es:["Dólar norteamericano/Shekel Israelí"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],es:["Dólar estadounidense/Rupia india"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],es:["Dólar estadounidense/Yen japonés"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],es:["Dólar estadounidense/Won surcoreano"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],es:["Dólar estadounidense/Peso mexicano"]},e.exports["#USDNZD-symbol-description"]={
e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],es:["Dólar estadounidense/Peso filipino"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],es:["Dólar estadounidense/Esloti polaco"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],es:["Dólar estadounidense/Rublo ruso"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],es:["Dólar estadounidense/Rublo ruso TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],es:["Dólar estadounidense/Corona sueca"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],es:["Dólar estadounidense/Dólar singapurense"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],es:["Dólar estadounidense/Baht tailandés"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],es:["Dólar estadounidense/Lira turca"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],es:["Dólar estadounidense/Rand sudafricano"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],es:["CFDs sobre petróleo (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],es:["CFDs sobre trigo"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],es:["Plata/Dólar estadounidense"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],es:["Oro al contado/Dólar estadounidense"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],es:["Bitcoin/Dólar canadiense"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],es:["Índice DAX"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],es:["Monero/Dólar estadounidense"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],es:["CFDs sobre paladio"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],es:["Platino/Dólar estadounidense"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],es:["XRP/Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],es:["XRP/Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],es:["XRP/Dólar estadounidense"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],es:["Zcash/Dólar estadounidense"]}}}]); en:["U.S. Dollar / New Zealand Dollar"],es:["Dólar estadounidense/Dólar neozelandés"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],es:["Dólar estadounidense/Peso filipino"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],es:["Dólar estadounidense/Esloti polaco"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],es:["Dólar estadounidense/Rublo ruso"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],es:["Dólar estadounidense/Rublo ruso TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],es:["Dólar estadounidense/Corona sueca"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],es:["Dólar estadounidense/Dólar singapurense"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],es:["Dólar estadounidense/Baht tailandés"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],es:["Dólar estadounidense/Lira turca"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],es:["Dólar estadounidense/Rand sudafricano"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],es:["CFDs sobre petróleo (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],es:["CFDs sobre trigo"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],es:["Plata/Dólar estadounidense"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],es:["Oro al contado/Dólar estadounidense"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],es:["Bitcoin/Dólar canadiense"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],es:["Índice DAX"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],es:["Monero/Dólar estadounidense"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],es:["CFDs sobre paladio"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],es:["Platino/Dólar estadounidense"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],es:["XRP/Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],es:["XRP/Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],es:["XRP/Dólar estadounidense"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],es:["Zcash/Dólar estadounidense"]}}}]);

View File

@@ -1,3 +0,0 @@
"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9498],{99992:(e,l,t)=>{t.r(l),t.d(l,{exportData:()=>m});var s=t(11542),i=t(50151),n=t(19466),o=t(79036),u=t(91988),a=t(8025),d=t(68805),r=t(94113),c=t(41991),f=t(9859),h=t(17730);const p={includeTime:!0,includeUserTime:!1,includeSeries:!0,includeDisplayedValues:!1,includedStudies:"all",includeOffsetStudyValues:!1,includeOHLCValuesForSingleValuePlots:!1};function m(e,l={}){const t=Object.assign({},p,l),s={schema:[],data:[],displayedData:[],indexes:[]},n=e.timeScale().points(),r=e.mainSeries(),m=r.style(),S=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isSingleValueBasedStyle)(m),N=(0,i.ensureNotNull)(r.symbolInfo()),v=(0,h.getChartWidgetApiTimeConverter)(r.interval(),N,e),V=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isCloseBasedSymbol)(N),I=function(e,l){const t=e.allStudies().filter((e=>e.showInObjectTree()&&e.isVisible()));if("all"===l)return t;return t.filter((e=>l.includes(e.id())))}(e,t.includedStudies),O=[];for(const e of I){const t=(0,o.isOverlayStudy)(e)?T(e,l):y(e);O.push(t)}const b=I.map((e=>e.data()));(t.includeSeries||0===b.length)&&b.push(r.bars());const w=function(e,l,t,s,n){const o=(0,i.ensureNotNull)(e.range().value(),"time scale points range"),d=function(e,l,t,s){const n=s.from,o=s.to,d=e.range().value(),r=(0,i.ensureNotNull)(void 0!==n?e.indexOf(n,!0):(0,i.ensureNotNull)(d).firstIndex),c=(0,i.ensureNotNull)(void 0!==o?e.indexOf(o,!0):(0,i.ensureNotNull)(d).lastIndex);let h=c,p=r;for(let e=0;e<l.length;e++){const i=l[e],n=s.includeOffsetStudyValues?(0,f.max)(t[e]?.fieldPlotOffsets??[0]):0,o=i.search(r,a.PlotRowSearchMode.NearestRight);null!==o&&o.index<h&&(h=o.index);const u=i.search(c,a.PlotRowSearchMode.NearestLeft);null!==u&&u.index+n>p&&(p=u.index+n)}return(0,i.assert)(h<=p,"Range must contain at least 1 time point"),new u.BarsRange(h,p)}(e,l,t,n),r=d.firstBar(),c=d.lastBar(),h=[];for(let e=r;e<=c;e++){const l={index:e,time:(0,i.ensureNotNull)(s.convertTimePointIndexToInternalTime(e)),publicTime:(0,i.ensureNotNull)(s.convertTimePointIndexToPublicTime(e))};if(!(void 0!==n.from&&l.time<n.from)){if(void 0!==n.to&&l.time>n.to)break;if(!n.includeOffsetStudyValues&&e>o.lastIndex)break;h.push(l)}}return h.length>0?new g(h):null}(n,b,O,v,t);if(null===w)return s;const D=w.firstBar(),F=w.lastBar();t.includeTime&&s.schema.push({type:"time"});const C=s.schema.length;t.includeUserTime&&s.schema.push({type:"userTime"});const _=s.schema.length;if(t.includeSeries){const e=r.statusProvider({hideResolution:!0}).getSplitTitle(),l=Object.values(e).filter((e=>""!==e)).join(", ");s.schema.push(...function(e,l,t,s,n){const o=[];t?o.push(P("close",e)):s?o.push(P((0,i.ensureNotNull)(n),e)):12===l?o.push(P("high",e),P("low",e)):16===l?o.push(P("high",e),P("low",e),P("close",e)):o.push(P("open",e),P("high",e),P("low",e),P("close",e));return o}(l,m,V,S,r.priceSource()))}let B=s.schema.length;for(const e of O)s.schema.push(...e.fields);const L=s.schema.length;if(0===L)return s;for(let e=D;e<=F;++e){const l=new Float64Array(L);l.fill(NaN),
s.data.push(l),s.indexes.push(e),t.includeDisplayedValues&&s.displayedData.push(new Array(L).fill(""))}if(t.includeTime||t.includeUserTime){const l=e.dateTimeFormatter();for(let e=D;e<=F;++e){const n=w.item(e),o=n.time,u=n.publicTime,a=new Date(1e3*(0,i.ensureNotNull)(u));if(t.includeTime&&(s.data[e-D][0]=(0,i.ensureNotNull)(o)),t.includeUserTime&&(s.data[e-D][C]=a.getTime()/1e3),t.includeDisplayedValues){const i=l.format(a);t.includeTime&&(s.displayedData[e-D][0]=i),t.includeUserTime&&(s.displayedData[e-D][C]=i)}}}if(t.includeSeries){const e=r.bars().range(D,F),l=(0,c.getPriceValueFormatterForSource)(r),i=e=>l(e,{ignoreLocaleNumberFormat:!0}),n=r.barFunction();e.each(((e,l)=>{const o=s.data[e-D],u=x(l[4]);if(V){if(o[_]=u,t.includeDisplayedValues){s.displayedData[e-D][_]=i(u)}}else if(S){const u=n(l);if(o[_]=u,t.includeDisplayedValues){s.displayedData[e-D][_]=i(u)}}else{const n=x(l[1]),a=x(l[2]),d=x(l[3]);if(12===m?(o[_]=a,o[_+1]=d):16===m?(o[_]=a,o[_+1]=d,o[_+2]=u):(o[_]=n,o[_+1]=a,o[_+2]=d,o[_+3]=u),t.includeDisplayedValues){const l=s.displayedData[e-D];12===m?(l[_]=i(a),l[_+1]=i(d)):16===m?(l[_]=i(a),l[_+1]=i(d),l[_+2]=i(u)):(l[_]=i(n),l[_+1]=i(a),l[_+2]=i(d),l[_+3]=i(u))}}return!1}))}for(let e=0;e<I.length;++e){const n=I[e],u=O[e];let a,r=!1,f=!1;(0,o.isOverlayStudy)(n)&&(a=n.barFunction(),r=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isCloseBasedSymbol)(n.symbolInfo()),f=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isSingleValueBasedStyle)(n.style()));for(let e=0;e<u.fields.length;++e){const l=(0,c.getPriceValueFormatterForStudy)(n,u.fields[e].plotId),o=e=>l(e,{ignoreLocaleNumberFormat:!0}),d=u.fieldPlotOffsets[e],h=u.fieldToPlotIndex[e],p=D-d,m=F-d,g=B+e;n.data().range(p,m).each(((e,l)=>{const n=s.data[e-p];let u;return u=r?x(l[4]):f?(0,i.ensureDefined)(a)(l):x(l[h]),n[g]=u,t.includeDisplayedValues&&(s.displayedData[e-p][g]=o(u)),!1}))}B+=u.fields.length}return s}class g{constructor(e){this._items=e,this._firstIndex=this._items[0].index,this._lastIndex=this._items[this._items.length-1].index}firstBar(){return this._firstIndex}lastBar(){return this._lastIndex}item(e){return this._items[e-this._firstIndex]}}function y(e){const l=e.metaInfo(),o={fieldToPlotIndex:[],fieldPlotOffsets:[],fields:[]},u=e.id(),a=e.properties().childs(),d=e.title(n.TitleDisplayTarget.StatusLine,!1,void 0,!1);for(let n=0;n<l.plots.length;++n){const c=l.plots[n];let f,h="";if((0,r.isPlotSupportDisplay)(c)){const e=a.styles.childs()[c.id];if(void 0!==e&&0===e.childs().display.value())continue;f=(0,i.ensureDefined)(l.styles)[c.id]}else if((0,r.isOhlcPlot)(c)){const e=a.ohlcPlots.childs()[c.target];if(void 0!==e&&0===e.childs().display.value())continue;switch(f=l.ohlcPlots&&l.ohlcPlots[c.target],c.type){case"ohlc_open":h=` (${s.t(null,void 0,t(16610))})`;break;case"ohlc_high":h=` (${s.t(null,void 0,t(78254))}`;break;case"ohlc_low":h=` (${s.t(null,void 0,t(65318))})`;break;case"ohlc_close":h=` (${s.t(null,void 0,t(62578))})`}}if(void 0===f||void 0===f.title)continue;const p=`${f.title}${h}`;o.fields.push(S(u,d,p,c.id)),
o.fieldToPlotIndex.push(n+1),o.fieldPlotOffsets.push(e.offset(c.id))}return o}function T(e,l){const t={fieldToPlotIndex:[],fieldPlotOffsets:[],fields:[]},s=e.id(),o=e.title(n.TitleDisplayTarget.StatusLine,!1,void 0,!1),u=e.style(),a=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isCloseBasedSymbol)(e.symbolInfo()),r=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isSingleValueBasedStyle)(u);if(a)t.fields.push(S(s,o,"close","close")),t.fieldToPlotIndex.push(4),t.fieldPlotOffsets.push(0);else if(r){const l=(0,i.ensureNotNull)(e.priceSource());t.fields.push(S(s,o,l,l)),t.fieldToPlotIndex.push(1),t.fieldPlotOffsets.push(0)}else 12===u?(t.fields.push(S(s,o,"high","high"),S(s,o,"low","low")),t.fieldToPlotIndex.push(3,2),t.fieldPlotOffsets.push(0,0)):16===u?(t.fields.push(S(s,o,"high","high"),S(s,o,"low","low"),S(s,o,"close","close")),t.fieldToPlotIndex.push(2,3,4),t.fieldPlotOffsets.push(0,0,0)):(t.fields.push(S(s,o,"open","open"),S(s,o,"high","high"),S(s,o,"low","low"),S(s,o,"close","close")),t.fieldToPlotIndex.push(1,2,3,4),t.fieldPlotOffsets.push(0,0,0,0));return t}function S(e,l,t,s){return{type:"value",sourceType:"study",sourceId:e,sourceTitle:l,plotTitle:t,plotId:s}}function P(e,l){return{type:"value",sourceType:"series",plotTitle:e,sourceTitle:l}}function x(e){return null!=e?e:NaN}}}]);

View File

@@ -0,0 +1,3 @@
"use strict";(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9498],{99992:(e,l,t)=>{t.r(l),t.d(l,{exportData:()=>m});var s=t(11542),i=t(50151),n=t(19466),o=t(79036),u=t(91988),a=t(8025),d=t(68805),r=t(94113),c=t(41991),f=t(9859),h=t(17730);const p={includeTime:!0,includeUserTime:!1,includeSeries:!0,includeDisplayedValues:!1,includedStudies:"all",includeOffsetStudyValues:!1,includeOHLCValuesForSingleValuePlots:!1,includeHiddenStudies:!1};async function m(e,l={}){const t=Object.assign({},p,l),s={schema:[],data:[],displayedData:[],indexes:[]},n=e.timeScale().points(),r=e.mainSeries(),m=r.style(),S=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isSingleValueBasedStyle)(m),N=(0,i.ensureNotNull)(r.symbolInfo()),v=(0,h.getChartWidgetApiTimeConverter)(r.interval(),N,e),V=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isCloseBasedSymbol)(N),I=function(e,l,t){const s=e.allStudies().filter((e=>e.showInObjectTree()&&(t||e.isVisible())));if("all"===l)return s;return s.filter((e=>l.includes(e.id())))}(e,t.includedStudies,t.includeHiddenStudies),O=[],b=[];if(t.includeHiddenStudies){for(const e of I)e.isVisible()||(O.push(e),b.push(e.start(!0,!0)));b.length>0&&(await Promise.all(b),await new Promise((e=>{setTimeout((()=>e()))})))}try{const h=[];for(const e of I){const t=(0,o.isOverlayStudy)(e)?T(e,l):y(e);h.push(t)}const p=I.map((e=>e.data()));(t.includeSeries||0===p.length)&&p.push(r.bars());const N=function(e,l,t,s,n){const o=(0,i.ensureNotNull)(e.range().value(),"time scale points range"),d=function(e,l,t,s){const n=s.from,o=s.to,d=e.range().value(),r=(0,i.ensureNotNull)(void 0!==n?e.indexOf(n,!0):(0,i.ensureNotNull)(d).firstIndex),c=(0,i.ensureNotNull)(void 0!==o?e.indexOf(o,!0):(0,i.ensureNotNull)(d).lastIndex);let h=c,p=r;for(let e=0;e<l.length;e++){const i=l[e],n=s.includeOffsetStudyValues?(0,f.max)(t[e]?.fieldPlotOffsets??[0]):0,o=i.search(r,a.PlotRowSearchMode.NearestRight);null!==o&&o.index<h&&(h=o.index);const u=i.search(c,a.PlotRowSearchMode.NearestLeft);null!==u&&u.index+n>p&&(p=u.index+n)}return(0,i.assert)(h<=p,"Range must contain at least 1 time point"),new u.BarsRange(h,p)}(e,l,t,n),r=d.firstBar(),c=d.lastBar(),h=[];for(let e=r;e<=c;e++){const l={index:e,time:(0,i.ensureNotNull)(s.convertTimePointIndexToInternalTime(e)),publicTime:(0,i.ensureNotNull)(s.convertTimePointIndexToPublicTime(e))};if(!(void 0!==n.from&&l.time<n.from)){if(void 0!==n.to&&l.time>n.to)break;if(!n.includeOffsetStudyValues&&e>o.lastIndex)break;h.push(l)}}return h.length>0?new g(h):null}(n,p,h,v,t);if(null===N)return s;const O=N.firstBar(),b=N.lastBar();t.includeTime&&s.schema.push({type:"time"});const w=s.schema.length;t.includeUserTime&&s.schema.push({type:"userTime"});const D=s.schema.length;if(t.includeSeries){const e=r.statusProvider({hideResolution:!0}).getSplitTitle(),l=Object.values(e).filter((e=>""!==e)).join(", ");s.schema.push(...function(e,l,t,s,n){const o=[];t?o.push(P("close",e)):s?o.push(P((0,
i.ensureNotNull)(n),e)):12===l?o.push(P("high",e),P("low",e)):16===l||21===l?o.push(P("high",e),P("low",e),P("close",e)):o.push(P("open",e),P("high",e),P("low",e),P("close",e));return o}(l,m,V,S,r.priceSource()))}let F=s.schema.length;for(const e of h)s.schema.push(...e.fields);const C=s.schema.length;if(0===C)return s;for(let e=O;e<=b;++e){const l=new Float64Array(C);l.fill(NaN),s.data.push(l),s.indexes.push(e),t.includeDisplayedValues&&s.displayedData.push(new Array(C).fill(""))}if(t.includeTime||t.includeUserTime){const l=e.dateTimeFormatter();for(let e=O;e<=b;++e){const n=N.item(e),o=n.time,u=n.publicTime,a=new Date(1e3*(0,i.ensureNotNull)(u));if(t.includeTime&&(s.data[e-O][0]=(0,i.ensureNotNull)(o)),t.includeUserTime&&(s.data[e-O][w]=a.getTime()/1e3),t.includeDisplayedValues){const i=l.format(a);t.includeTime&&(s.displayedData[e-O][0]=i),t.includeUserTime&&(s.displayedData[e-O][w]=i)}}}if(t.includeSeries){const e=r.bars().range(O,b),l=(0,c.getPriceValueFormatterForSource)(r),i=e=>l(e,{ignoreLocaleNumberFormat:!0}),n=r.barFunction();e.each(((e,l)=>{const o=s.data[e-O],u=x(l[4]);if(V){if(o[D]=u,t.includeDisplayedValues){s.displayedData[e-O][D]=i(u)}}else if(S){const u=n(l);if(o[D]=u,t.includeDisplayedValues){s.displayedData[e-O][D]=i(u)}}else{const n=x(l[1]),a=x(l[2]),d=x(l[3]);if(12===m?(o[D]=a,o[D+1]=d):16===m||21===m?(o[D]=a,o[D+1]=d,o[D+2]=u):(o[D]=n,o[D+1]=a,o[D+2]=d,o[D+3]=u),t.includeDisplayedValues){const l=s.displayedData[e-O];12===m?(l[D]=i(a),l[D+1]=i(d)):16===m||21===m?(l[D]=i(a),l[D+1]=i(d),l[D+2]=i(u)):(l[D]=i(n),l[D+1]=i(a),l[D+2]=i(d),l[D+3]=i(u))}}return!1}))}for(let e=0;e<I.length;++e){const n=I[e],u=h[e];let a,r=!1,f=!1;(0,o.isOverlayStudy)(n)&&(a=n.barFunction(),r=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isCloseBasedSymbol)(n.symbolInfo()),f=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isSingleValueBasedStyle)(n.style()));for(let e=0;e<u.fields.length;++e){const l=(0,c.getPriceValueFormatterForStudy)(n,u.fields[e].plotId),o=e=>l(e,{ignoreLocaleNumberFormat:!0}),d=u.fieldPlotOffsets[e],h=u.fieldToPlotIndex[e],p=O-d,m=b-d,g=F+e;n.data().range(p,m).each(((e,l)=>{const n=s.data[e-p];let u;return u=r?x(l[4]):f?(0,i.ensureDefined)(a)(l):x(l[h]),n[g]=u,t.includeDisplayedValues&&(s.displayedData[e-p][g]=o(u)),!1}))}F+=u.fields.length}return s}catch(e){throw e}finally{for(const e of O)e.stop()}}class g{constructor(e){this._items=e,this._firstIndex=this._items[0].index,this._lastIndex=this._items[this._items.length-1].index}firstBar(){return this._firstIndex}lastBar(){return this._lastIndex}item(e){return this._items[e-this._firstIndex]}}function y(e){const l=e.metaInfo(),o={fieldToPlotIndex:[],fieldPlotOffsets:[],fields:[]},u=e.id(),a=e.properties().childs(),d=e.title(n.TitleDisplayTarget.StatusLine,!1,void 0,!1);for(let n=0;n<l.plots.length;++n){const c=l.plots[n];let f,h="";if((0,r.isPlotSupportDisplay)(c)){const e=a.styles.childs()[c.id];if(void 0!==e&&0===e.childs().display.value())continue;f=(0,i.ensureDefined)(l.styles)[c.id]}else if((0,r.isOhlcPlot)(c)){
const e=a.ohlcPlots.childs()[c.target];if(void 0!==e&&0===e.childs().display.value())continue;switch(f=l.ohlcPlots&&l.ohlcPlots[c.target],c.type){case"ohlc_open":h=` (${s.t(null,void 0,t(16610))})`;break;case"ohlc_high":h=` (${s.t(null,void 0,t(78254))}`;break;case"ohlc_low":h=` (${s.t(null,void 0,t(65318))})`;break;case"ohlc_close":h=` (${s.t(null,void 0,t(62578))})`}}if(void 0===f||void 0===f.title)continue;const p=`${f.title}${h}`;o.fields.push(S(u,d,p,c.id)),o.fieldToPlotIndex.push(n+1),o.fieldPlotOffsets.push(e.offset(c.id))}return o}function T(e,l){const t={fieldToPlotIndex:[],fieldPlotOffsets:[],fields:[]},s=e.id(),o=e.title(n.TitleDisplayTarget.StatusLine,!1,void 0,!1),u=e.style(),a=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isCloseBasedSymbol)(e.symbolInfo()),r=!l.includeOHLCValuesForSingleValuePlots&&(0,d.isSingleValueBasedStyle)(u);if(a)t.fields.push(S(s,o,"close","close")),t.fieldToPlotIndex.push(4),t.fieldPlotOffsets.push(0);else if(r){const l=(0,i.ensureNotNull)(e.priceSource());t.fields.push(S(s,o,l,l)),t.fieldToPlotIndex.push(1),t.fieldPlotOffsets.push(0)}else 12===u?(t.fields.push(S(s,o,"high","high"),S(s,o,"low","low")),t.fieldToPlotIndex.push(3,2),t.fieldPlotOffsets.push(0,0)):16===u||21===u?(t.fields.push(S(s,o,"high","high"),S(s,o,"low","low"),S(s,o,"close","close")),t.fieldToPlotIndex.push(2,3,4),t.fieldPlotOffsets.push(0,0,0)):(t.fields.push(S(s,o,"open","open"),S(s,o,"high","high"),S(s,o,"low","low"),S(s,o,"close","close")),t.fieldToPlotIndex.push(1,2,3,4),t.fieldPlotOffsets.push(0,0,0,0));return t}function S(e,l,t,s){return{type:"value",sourceType:"study",sourceId:e,sourceTitle:l,plotTitle:t,plotId:s}}function P(e,l){return{type:"value",sourceType:"series",plotTitle:e,sourceTitle:l}}function x(e){return null!=e?e:NaN}}}]);

View File

@@ -1,6 +1,6 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"],fr:["barres"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"],fr:["12 heures"]}},5797:e=>{e.exports={en:["24-hours"],fr:["24 heures"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],fr:["Coloriser les Barres selon la Clôture Précédente"]}},23739:e=>{e.exports={en:["Canvas"],fr:["Toile"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},15153:e=>{e.exports={en:["Chart basic styles"],fr:["Styles de base des graphiques"]}},45639:e=>{e.exports={en:["Chart values"],fr:["Valeurs du graphique"]}},84831:e=>{e.exports={en:["Close line"],fr:["Ligne de fermeture"]}},74622:e=>{e.exports={en:["Crosshair"],fr:["Mire"]}},81849:e=>{e.exports={en:["Currency"],fr:["Devise"]}},3015:e=>{e.exports={en:["Currency and Unit"],fr:["Devise et unité"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],fr:["Ajuster les données pour les dividendes"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],fr:["Ajustement pour les changements de contrat"]}},36620:e=>{e.exports={en:["Alerts"],fr:["Alertes"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"],fr:["Clôture moyenne"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},3159:e=>{e.exports={en:["Bottom line"],fr:["Ligne du bas"]}},74406:e=>{e.exports={en:["Body"],fr:["Corps"]}},333:e=>{e.exports={en:["Borders"],fr:["Bordures"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},10842:e=>{e.exports={en:["Bar change values"],fr:["Valeurs du changement de barre"]}},28975:e=>{e.exports={en:["Base level"],fr:["Niveau de base"]}},76473:e=>{e.exports={en:["Bid and ask"],fr:["Bid & Ask"]}},32744:e=>{e.exports={en:["Buttons"],fr:["Boutons"]}},68662:e=>{e.exports={en:["Grid lines"],fr:["Lignes de la grille"]}},17611:e=>{e.exports={en:["Down bars"],fr:["Barres inférieures"]}},23743:e=>{e.exports={en:["Down color"],fr:["Couleur du bas"]}},48225:e=>{e.exports={en:["Data modification"],fr:["Modification des données"]}},84838:e=>{e.exports={en:["Date format"],fr:["Format de la date"]}},42357:e=>{e.exports={en:["Day of week on labels"],fr:["Jour de la semaine sur les étiquettes"]}},16564:e=>{e.exports={en:["Default"],fr:["Par Défaut"]}},78734:e=>{e.exports={en:["Description"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],fr:["Fond des heures de trading électronique"]}},69808:e=>{e.exports={en:["Events"],fr:["Événements"]}},41129:e=>{e.exports={en:["Fill"],fr:["Remplir"]}},61112:e=>{e.exports={en:["Fill top area"],fr:["Remplir la zone supérieure"]}},73185:e=>{e.exports={en:["Fill bottom area"],fr:["Remplir la zone inférieure"]}},886:e=>{e.exports={en:["HLC bars"],fr:["Barres HLC"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"],fr:["Horz uniquement"]}},14180:e=>{e.exports={en:["High and low"],fr:["Haut et bas"]}},56359:e=>{e.exports={en:["High line"], (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"],fr:["barres"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"],fr:["12 heures"]}},5797:e=>{e.exports={en:["24-hours"],fr:["24 heures"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],fr:["Coloriser les Barres selon la Clôture Précédente"]}},23739:e=>{e.exports={en:["Canvas"],fr:["Toile"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},15153:e=>{e.exports={en:["Chart basic styles"],fr:["Styles de base des graphiques"]}},45639:e=>{e.exports={en:["Chart values"],fr:["Valeurs du graphique"]}},84831:e=>{e.exports={en:["Close line"],fr:["Ligne de fermeture"]}},74622:e=>{e.exports={en:["Crosshair"],fr:["Mire"]}},81849:e=>{e.exports={en:["Currency"],fr:["Devise"]}},3015:e=>{e.exports={en:["Currency and Unit"],fr:["Devise et unité"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],fr:["Ajuster les données pour les dividendes"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],fr:["Ajustement pour les changements de contrat"]}},36620:e=>{e.exports={en:["Alerts"],fr:["Alertes"]}},14119:e=>{e.exports={en:["Arguments"]}},68650:e=>{e.exports={en:["Average close"],fr:["Clôture moyenne"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},3159:e=>{e.exports={en:["Bottom line"],fr:["Ligne du bas"]}},74406:e=>{e.exports={en:["Body"],fr:["Corps"]}},333:e=>{e.exports={en:["Borders"],fr:["Bordures"]}},79468:e=>{e.exports={en:["Background"],fr:["Arrière-Plan"]}},10842:e=>{e.exports={en:["Bar change values"],fr:["Valeurs du changement de barre"]}},28975:e=>{e.exports={en:["Base level"],fr:["Niveau de base"]}},76473:e=>{e.exports={en:["Bid and ask"],fr:["Bid & Ask"]}},32744:e=>{e.exports={en:["Buttons"],fr:["Boutons"]}},68662:e=>{e.exports={en:["Grid lines"],fr:["Lignes de la grille"]}},17611:e=>{e.exports={en:["Down bars"],fr:["Barres inférieures"]}},23743:e=>{e.exports={en:["Down color"],fr:["Couleur du bas"]}},48225:e=>{e.exports={en:["Data modification"],fr:["Modification des données"]}},84838:e=>{e.exports={en:["Date format"],fr:["Format de la date"]}},42357:e=>{e.exports={en:["Day of week on labels"],fr:["Jour de la semaine sur les étiquettes"]}},16564:e=>{e.exports={en:["Default"],fr:["Par Défaut"]}},78734:e=>{e.exports={en:["Description"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],fr:["Fond des heures de trading électronique"]}},69808:e=>{e.exports={en:["Events"],fr:["Événements"]}},41129:e=>{e.exports={en:["Fill"],fr:["Remplir"]}},61112:e=>{e.exports={en:["Fill top area"],fr:["Remplir la zone supérieure"]}},73185:e=>{e.exports={en:["Fill bottom area"],fr:["Remplir la zone inférieure"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"],fr:["Horz uniquement"]}},14180:e=>{e.exports={en:["High and low"],fr:["Haut et bas"]}},56359:e=>{e.exports={en:["High line"],fr:["Ligne haute"]}},47326:e=>{e.exports={
fr:["Ligne haute"]}},47326:e=>{e.exports={en:["Integer"],fr:["Entier"]}},84549:e=>{e.exports={en:["Indicators"],fr:["Indicateurs"]}},78082:e=>{e.exports={en:["Indicators and financials"],fr:["Indicateurs et données financières"]}},25765:e=>{e.exports={en:["Open market status"],fr:["Statut de marché ouvert"]}},34579:e=>{e.exports={en:["Low line"],fr:["Ligne basse"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],fr:["Description longue"]}},72423:e=>{e.exports={en:["Last day change values"],fr:["Valeurs de changement du dernier jour"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},8249:e=>{e.exports={en:["Money"],fr:["Argent"]}},70937:e=>{e.exports={en:["Margins"],fr:["Marges"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},58589:e=>{e.exports={en:["No overlapping labels"],fr:["Pas d'étiquettes superposées"]}},60798:e=>{e.exports={en:["None"],fr:["Aucun"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"],fr:["Nom"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],fr:["Sauvegarder la position du bord gauche du graphique lors du changement d'intervalle"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],fr:["Modes d'échelle (A et L)"]}},93968:e=>{e.exports={en:["Scales"],fr:["Échelles"]}},90275:e=>{e.exports={en:["Scales and lines"],fr:["Échelles et lignes"]}},30042:e=>{e.exports={en:["Scales placement"],fr:["Placement des échelles"]}},28715:e=>{e.exports={en:["Status line"],fr:["Ligne d'état"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},53263:e=>{e.exports={en:["Pane"],fr:["Volet"]}},82894:e=>{e.exports={en:["Pane separators"],fr:["Séparateurs de volets"]}},16207:e=>{e.exports={en:["Percentage"],fr:["Pourcentage"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],fr:["Pré/post marché"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],fr:["Background des heures pré/post marché"]}},59766:e=>{e.exports={en:["Precision"],fr:["Précision"]}},83811:e=>{e.exports={en:["Previous day close"],fr:["Clôture du jour précédent"]}},35082:e=>{e.exports={en:["Price Scale"],fr:["Echelle de prix"]}},27632:e=>{e.exports={en:["Price and percentage value"],fr:["Prix et valeur de pourcentage"]}},62142:e=>{e.exports={en:["Price labels & lines"],fr:["Etiquettes de prix & lignes"]}},84684:e=>{e.exports={en:["Price source"],fr:["Source de prix"]}},73466:e=>{e.exports={en:["Projection up bars"],fr:["Barres de projection supérieures"]}},77430:e=>{e.exports={en:["Projection candles"],fr:["Barres de projection"]}},88367:e=>{e.exports={en:["Projection down bars"],fr:["Barres de projection inférieures"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],fr:["Prix réels sur l'échelle de prix (au lieu du prix Heikin-Ashi)"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},62532:e=>{e.exports={en:["Right Margin"],fr:["Marge de droite"]}},41571:e=>{e.exports={en:["Watermark"],fr:["Filigrane"]}},32163:e=>{e.exports={en:["Wick"],fr:["Mèche"]}},97118:e=>{ en:["Integer"],fr:["Entier"]}},84549:e=>{e.exports={en:["Indicators"],fr:["Indicateurs"]}},78082:e=>{e.exports={en:["Indicators and financials"],fr:["Indicateurs et données financières"]}},25765:e=>{e.exports={en:["Open market status"],fr:["Statut de marché ouvert"]}},34579:e=>{e.exports={en:["Low line"],fr:["Ligne basse"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],fr:["Description longue"]}},72423:e=>{e.exports={en:["Last day change values"],fr:["Valeurs de changement du dernier jour"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},8249:e=>{e.exports={en:["Money"],fr:["Argent"]}},70937:e=>{e.exports={en:["Margins"],fr:["Marges"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},58589:e=>{e.exports={en:["No overlapping labels"],fr:["Pas d'étiquettes superposées"]}},60798:e=>{e.exports={en:["None"],fr:["Aucun"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"],fr:["Nom"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],fr:["Sauvegarder la position du bord gauche du graphique lors du changement d'intervalle"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],fr:["Modes d'échelle (A et L)"]}},93968:e=>{e.exports={en:["Scales"],fr:["Échelles"]}},90275:e=>{e.exports={en:["Scales and lines"],fr:["Échelles et lignes"]}},30042:e=>{e.exports={en:["Scales placement"],fr:["Placement des échelles"]}},28715:e=>{e.exports={en:["Status line"],fr:["Ligne d'état"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},53263:e=>{e.exports={en:["Pane"],fr:["Volet"]}},82894:e=>{e.exports={en:["Pane separators"],fr:["Séparateurs de volets"]}},16207:e=>{e.exports={en:["Percentage"],fr:["Pourcentage"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],fr:["Pré/post marché"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],fr:["Background des heures pré/post marché"]}},59766:e=>{e.exports={en:["Precision"],fr:["Précision"]}},83811:e=>{e.exports={en:["Previous day close"],fr:["Clôture du jour précédent"]}},35082:e=>{e.exports={en:["Price Scale"],fr:["Echelle de prix"]}},27632:e=>{e.exports={en:["Price and percentage value"],fr:["Prix et valeur de pourcentage"]}},62142:e=>{e.exports={en:["Price labels & lines"],fr:["Etiquettes de prix & lignes"]}},84684:e=>{e.exports={en:["Price source"],fr:["Source de prix"]}},73466:e=>{e.exports={en:["Projection up bars"],fr:["Barres de projection supérieures"]}},77430:e=>{e.exports={en:["Projection candles"],fr:["Barres de projection"]}},88367:e=>{e.exports={en:["Projection down bars"],fr:["Barres de projection inférieures"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],fr:["Prix réels sur l'échelle de prix (au lieu du prix Heikin-Ashi)"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},62532:e=>{e.exports={en:["Right Margin"],fr:["Marge de droite"]}},41571:e=>{e.exports={en:["Watermark"],fr:["Filigrane"]}},32163:e=>{e.exports={en:["Wick"],fr:["Mèche"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},89349:e=>{
e.exports={en:["Top"],fr:["Haut"]}},89349:e=>{e.exports={en:["Top line"],fr:["Ligne du haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},20215:e=>{e.exports={en:["Thin bars"],fr:["Barres fines"]}},70198:e=>{e.exports={en:["Title"],fr:["Titre"]}},29854:e=>{e.exports={en:["Titles"],fr:["Titres"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"],fr:["Ticker et description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"],fr:["Echelle de temps"]}},5591:e=>{e.exports={en:["Time hours format"],fr:["Format de l'heure"]}},77073:e=>{e.exports={en:["Timezone"],fr:["Fuseau horaire"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],fr:["Unité"]}},23091:e=>{e.exports={en:["Up color"],fr:["Couleur du haut"]}},36957:e=>{e.exports={en:["Up bars"],fr:["Barres supérieures"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],fr:["Utiliser le règlement comme proche de l'intervalle quotidien"]}},37644:e=>{e.exports={en:["Volume"]}},51514:e=>{e.exports={en:["Value"],fr:["Valeur"]}},31218:e=>{e.exports={en:["Value according to scale"],fr:["Valeur selon l'échelle"]}},60092:e=>{e.exports={en:["Values"],fr:["Valeurs"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"],fr:["Vert uniquement"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],fr:["bougie"]}},27068:e=>{e.exports={en:["change HLC bars"],fr:["changer les barres HLC"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],fr:["modifier la visibilité des boutons de navigation"]}},96227:e=>{e.exports={en:["change open market status visibility"],fr:["modifier la visibilité du statut de marché ouvert"]}},43231:e=>{e.exports={en:["change average close price line width"],fr:["changer la largeur de la ligne du prix de clôture moyen"]}},47026:e=>{e.exports={en:["change average close price line color"],fr:["changer la couleur de la ligne du prix de clôture moyen"]}},86866:e=>{e.exports={en:["change area fill color"],fr:["changer la couleur de remplissage de la zone"]}},89346:e=>{e.exports={en:["change area line width"],fr:["changer la largeur de ligne de la zone"]}},29605:e=>{e.exports={en:["change area line color"],fr:["changer la couleur de ligne de la zone"]}},4640:e=>{e.exports={en:["change area price source"],fr:["changer la source de prix de la zone"]}},98407:e=>{e.exports={en:["change ask line color"],fr:["changer la couleur de la ligne de demande"]}},42190:e=>{e.exports={en:["change base level"],fr:["changer le niveau de base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],fr:["changer la couleur de la ligne inférieure de la ligne de base"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],fr:["changer la largeur de la ligne inférieure de la ligne de base"]}},97216:e=>{e.exports={ e.exports={en:["Top line"],fr:["Ligne du haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},20215:e=>{e.exports={en:["Thin bars"],fr:["Barres fines"]}},70198:e=>{e.exports={en:["Title"],fr:["Titre"]}},29854:e=>{e.exports={en:["Titles"],fr:["Titres"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"],fr:["Ticker et description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"],fr:["Echelle de temps"]}},5591:e=>{e.exports={en:["Time hours format"],fr:["Format de l'heure"]}},77073:e=>{e.exports={en:["Timezone"],fr:["Fuseau horaire"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],fr:["Unité"]}},23091:e=>{e.exports={en:["Up color"],fr:["Couleur du haut"]}},36957:e=>{e.exports={en:["Up bars"],fr:["Barres supérieures"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],fr:["Utiliser le règlement comme proche de l'intervalle quotidien"]}},37644:e=>{e.exports={en:["Volume"]}},51514:e=>{e.exports={en:["Value"],fr:["Valeur"]}},31218:e=>{e.exports={en:["Value according to scale"],fr:["Valeur selon l'échelle"]}},60092:e=>{e.exports={en:["Values"],fr:["Valeurs"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"],fr:["Vert uniquement"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],fr:["bougie"]}},27068:e=>{e.exports={en:["change HLC bars"],fr:["changer les barres HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],fr:["modifier la visibilité des boutons de navigation"]}},96227:e=>{e.exports={en:["change open market status visibility"],fr:["modifier la visibilité du statut de marché ouvert"]}},43231:e=>{e.exports={en:["change average close price line width"],fr:["changer la largeur de la ligne du prix de clôture moyen"]}},47026:e=>{e.exports={en:["change average close price line color"],fr:["changer la couleur de la ligne du prix de clôture moyen"]}},86866:e=>{e.exports={en:["change area fill color"],fr:["changer la couleur de remplissage de la zone"]}},89346:e=>{e.exports={en:["change area line width"],fr:["changer la largeur de ligne de la zone"]}},29605:e=>{e.exports={en:["change area line color"],fr:["changer la couleur de ligne de la zone"]}},4640:e=>{e.exports={en:["change area price source"],fr:["changer la source de prix de la zone"]}},98407:e=>{e.exports={en:["change ask line color"],fr:["changer la couleur de la ligne de demande"]}},42190:e=>{e.exports={en:["change base level"],fr:["changer le niveau de base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],fr:["changer la couleur de la ligne inférieure de la ligne de base"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],fr:["changer la largeur de la ligne inférieure de la ligne de base"]}},97216:e=>{e.exports={
en:["change baseline fill bottom area color"],fr:["changer la couleur de la zone inférieure de remplissage de la ligne de base"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],fr:["changer la couleur de la zone supérieure de remplissage de la ligne de base"]}},68609:e=>{e.exports={en:["change baseline price source"],fr:["changer la source de prix de la ligne de base"]}},69044:e=>{e.exports={en:["change baseline top line color"],fr:["changer la couleur de la ligne supérieure de la ligne de base"]}},68197:e=>{e.exports={en:["change baseline top line width"],fr:["changer la largeur de la ligne supérieure de la ligne de base"]}},33464:e=>{e.exports={en:["change bar up color"],fr:["changer la couleur supérieure de la barre"]}},27426:e=>{e.exports={en:["change bar change visibility"],fr:["modifier la visibilité du changement de barre"]}},59622:e=>{e.exports={en:["change bar down color"],fr:["changer la couleur inférieure de la barre"]}},17919:e=>{e.exports={en:["change bid line color"],fr:["changer la couleur de la ligne d'offre"]}},32094:e=>{e.exports={en:["change bottom margin"],fr:["modifier la marge inférieure"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],fr:["modifier la visibilité des étiquettes des devises et des unités"]}},64003:e=>{e.exports={en:["change currency label visibility"],fr:["changer la visibilité de l'étiquette de la devise"]}},42803:e=>{e.exports={en:["change chart background color"],fr:["modifier la couleur de fond du graphique"]}},41382:e=>{e.exports={en:["change chart background type"],fr:["modifier le type d'arrière-plan du graphique"]}},79637:e=>{e.exports={en:["change chart values visibility"],fr:["modifier la visibilité des valeurs du graphique"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],fr:["changer les barres de couleur en fonction de la fermeture précédente"]}},88324:e=>{e.exports={en:["change column up color"],fr:["changer la couleur du haut de la colonne"]}},93890:e=>{e.exports={en:["change column down color"],fr:["changer la couleur du bas de la colonne"]}},4727:e=>{e.exports={en:["change column price source"],fr:["changer la source du prix de la colonne"]}},50544:e=>{e.exports={en:["change crosshair width"],fr:["modifier la largeur de la mire"]}},92885:e=>{e.exports={en:["change crosshair color"],fr:["modifier la couleur de la mire"]}},68418:e=>{e.exports={en:["change crosshair style"],fr:["modifier le style de la mire"]}},43109:e=>{e.exports={en:["change date format"],fr:["changer le format de la date"]}},30418:e=>{e.exports={en:["change day of week on labels"],fr:["changer le jour de la semaine sur les étiquettes"]}},82063:e=>{e.exports={en:["change decimal places"],fr:["changer les décimales"]}},44223:e=>{e.exports={en:["change extended hours color"],fr:["changer la couleur des heures étendues"]}},47393:e=>{e.exports={en:["change electronic trading hours"],fr:["modifier les heures de trading électronique"]}},73844:e=>{e.exports={en:["change grid lines visibility"], en:["change baseline fill bottom area color"],fr:["changer la couleur de la zone inférieure de remplissage de la ligne de base"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],fr:["changer la couleur de la zone supérieure de remplissage de la ligne de base"]}},68609:e=>{e.exports={en:["change baseline price source"],fr:["changer la source de prix de la ligne de base"]}},69044:e=>{e.exports={en:["change baseline top line color"],fr:["changer la couleur de la ligne supérieure de la ligne de base"]}},68197:e=>{e.exports={en:["change baseline top line width"],fr:["changer la largeur de la ligne supérieure de la ligne de base"]}},33464:e=>{e.exports={en:["change bar up color"],fr:["changer la couleur supérieure de la barre"]}},27426:e=>{e.exports={en:["change bar change visibility"],fr:["modifier la visibilité du changement de barre"]}},59622:e=>{e.exports={en:["change bar down color"],fr:["changer la couleur inférieure de la barre"]}},17919:e=>{e.exports={en:["change bid line color"],fr:["changer la couleur de la ligne d'offre"]}},32094:e=>{e.exports={en:["change bottom margin"],fr:["modifier la marge inférieure"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],fr:["modifier la visibilité des étiquettes des devises et des unités"]}},64003:e=>{e.exports={en:["change currency label visibility"],fr:["changer la visibilité de l'étiquette de la devise"]}},42803:e=>{e.exports={en:["change chart background color"],fr:["modifier la couleur de fond du graphique"]}},41382:e=>{e.exports={en:["change chart background type"],fr:["modifier le type d'arrière-plan du graphique"]}},79637:e=>{e.exports={en:["change chart values visibility"],fr:["modifier la visibilité des valeurs du graphique"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],fr:["changer les barres de couleur en fonction de la fermeture précédente"]}},88324:e=>{e.exports={en:["change column up color"],fr:["changer la couleur du haut de la colonne"]}},93890:e=>{e.exports={en:["change column down color"],fr:["changer la couleur du bas de la colonne"]}},4727:e=>{e.exports={en:["change column price source"],fr:["changer la source du prix de la colonne"]}},50544:e=>{e.exports={en:["change crosshair width"],fr:["modifier la largeur de la mire"]}},92885:e=>{e.exports={en:["change crosshair color"],fr:["modifier la couleur de la mire"]}},68418:e=>{e.exports={en:["change crosshair style"],fr:["modifier le style de la mire"]}},43109:e=>{e.exports={en:["change date format"],fr:["changer le format de la date"]}},30418:e=>{e.exports={en:["change day of week on labels"],fr:["changer le jour de la semaine sur les étiquettes"]}},82063:e=>{e.exports={en:["change decimal places"],fr:["changer les décimales"]}},44223:e=>{e.exports={en:["change extended hours color"],fr:["changer la couleur des heures étendues"]}},47393:e=>{e.exports={en:["change electronic trading hours"],fr:["modifier les heures de trading électronique"]}},73844:e=>{e.exports={en:["change grid lines visibility"],
fr:["modifier la visibilité des lignes de la grille"]}},61407:e=>{e.exports={en:["change high and low price line color"],fr:["changer la couleur des lignes de prix haut et bas"]}},39581:e=>{e.exports={en:["change high and low price line width"],fr:["modifier la largeur des lignes de prix haut et bas"]}},6026:e=>{e.exports={en:["change high-low body color"],fr:["changer la couleur du corps haut-bas"]}},73021:e=>{e.exports={en:["change high-low body visibility"],fr:["changer la visibilité du corps haut-bas"]}},46844:e=>{e.exports={en:["change high-low border color"],fr:["changer la couleur des bordures haut-bas"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],fr:["changer la visibilité des bordures haut-bas"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],fr:["changer la visibilité des étiquettes haut-bas"]}},56961:e=>{e.exports={en:["change high-low labels color"],fr:["changer la couleur des étiquettes haut-bas"]}},21133:e=>{e.exports={en:["change horz grid lines color"],fr:["modifier la couleur des lignes de la grille horizontale"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],fr:["modifier la visibilité des titres de l'indicateur"]}},49583:e=>{e.exports={en:["change indicator values visibility"],fr:["modifier la visibilité des valeurs de l'indicateur"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],fr:["modifier la visibilité des arguments de l'indicateur"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],fr:["Modifier la visibilité des étiquettes de noms des indicateurs et des données financières"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],fr:["modifier la visibilité des étiquettes de valeur des indicateurs et des données financières"]}},66307:e=>{e.exports={en:["change last day change visibility"],fr:["changez le dernier jour et changez de visibilité"]}},91873:e=>{e.exports={en:["change legend background transparency"],fr:["modifier la transparence du fond de la légende"]}},14246:e=>{e.exports={en:["change legend background visibility"],fr:["modifier la visibilité du fond de la légende"]}},88640:e=>{e.exports={en:["change line color"],fr:["changer la couleur de la ligne"]}},41837:e=>{e.exports={en:["change line price source"],fr:["changer la ligne de la source de prix"]}},48339:e=>{e.exports={en:["change line width"],fr:["changer la largeur de la ligne"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],fr:["modifier la visibilité des boutons du volet"]}},52203:e=>{e.exports={en:["change pane separators color"],fr:["modifier la couleur des séparateurs de volets"]}},38730:e=>{e.exports={en:["change post market color"],fr:["changer la couleur du post-marché"]}},28075:e=>{e.exports={en:["change post market line color"],fr:["changer la couleur de la ligne de post-marché"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],fr:["changer la visibilité des lignes de prix pré/post marché"]}},44371:e=>{e.exports={ fr:["modifier la visibilité des lignes de la grille"]}},61407:e=>{e.exports={en:["change high and low price line color"],fr:["changer la couleur des lignes de prix haut et bas"]}},39581:e=>{e.exports={en:["change high and low price line width"],fr:["modifier la largeur des lignes de prix haut et bas"]}},6026:e=>{e.exports={en:["change high-low body color"],fr:["changer la couleur du corps haut-bas"]}},73021:e=>{e.exports={en:["change high-low body visibility"],fr:["changer la visibilité du corps haut-bas"]}},46844:e=>{e.exports={en:["change high-low border color"],fr:["changer la couleur des bordures haut-bas"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],fr:["changer la visibilité des bordures haut-bas"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],fr:["changer la visibilité des étiquettes haut-bas"]}},56961:e=>{e.exports={en:["change high-low labels color"],fr:["changer la couleur des étiquettes haut-bas"]}},21133:e=>{e.exports={en:["change horz grid lines color"],fr:["modifier la couleur des lignes de la grille horizontale"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],fr:["modifier la visibilité des titres de l'indicateur"]}},49583:e=>{e.exports={en:["change indicator values visibility"],fr:["modifier la visibilité des valeurs de l'indicateur"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],fr:["modifier la visibilité des arguments de l'indicateur"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],fr:["Modifier la visibilité des étiquettes de noms des indicateurs et des données financières"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],fr:["modifier la visibilité des étiquettes de valeur des indicateurs et des données financières"]}},66307:e=>{e.exports={en:["change last day change visibility"],fr:["changez le dernier jour et changez de visibilité"]}},91873:e=>{e.exports={en:["change legend background transparency"],fr:["modifier la transparence du fond de la légende"]}},14246:e=>{e.exports={en:["change legend background visibility"],fr:["modifier la visibilité du fond de la légende"]}},88640:e=>{e.exports={en:["change line color"],fr:["changer la couleur de la ligne"]}},41837:e=>{e.exports={en:["change line price source"],fr:["changer la ligne de la source de prix"]}},48339:e=>{e.exports={en:["change line width"],fr:["changer la largeur de la ligne"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],fr:["modifier la visibilité des boutons du volet"]}},52203:e=>{e.exports={en:["change pane separators color"],fr:["modifier la couleur des séparateurs de volets"]}},38730:e=>{e.exports={en:["change post market color"],fr:["changer la couleur du post-marché"]}},28075:e=>{e.exports={en:["change post market line color"],fr:["changer la couleur de la ligne de post-marché"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],fr:["changer la visibilité des lignes de prix pré/post marché"]}},44371:e=>{e.exports={
en:["change pre market color"],fr:["changer la couleur du pré-marché"]}},96114:e=>{e.exports={en:["change pre market line color"],fr:["changer la couleur de la ligne de pré-marché"]}},69814:e=>{e.exports={en:["change previous close price line color"],fr:["changer la couleur de la ligne du prix de clôture précédent"]}},13660:e=>{e.exports={en:["change previous close price line width"],fr:["changer la largeur de la ligne du prix de clôture précédent"]}},87861:e=>{e.exports={en:["change price line color"],fr:["changer la couleur de la ligne de prix"]}},29353:e=>{e.exports={en:["change price line width"],fr:["changer la largeur de la ligne de prix"]}},16241:e=>{e.exports={en:["change range bars style"],fr:["changer le style des barres de gamme"]}},65821:e=>{e.exports={en:["change range thin bars"],fr:["changer les barres fines de la gamme"]}},75487:e=>{e.exports={en:["change renko wick down color"],fr:["changer la couleur des mèches renko du bas"]}},92277:e=>{e.exports={en:["change renko wick up color"],fr:["changer la couleur des mèches du haut renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],fr:["changer la visibilité des mèches renko"]}},82946:e=>{e.exports={en:["change right margin"],fr:["modifier la marge de droite"]}},79545:e=>{e.exports={en:["change right margin percentage"],fr:["changer le pourcentage de la marge de droite"]}},78995:e=>{e.exports={en:["change symbol watermark color"],fr:["modifier la couleur du filigrane du symbole"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],fr:["modifier la visibilité du filigrane du symbole"]}},88167:e=>{e.exports={en:["change symbol description visibility"],fr:["modifier la visibilité de la description du symbole"]}},12050:e=>{e.exports={en:["change symbol field visibility"],fr:["modifier la visibilité du champ du symbole"]}},46066:e=>{e.exports={en:["change symbol last value mode"],fr:["changer le mode de la dernière valeur du symbole"]}},902:e=>{e.exports={en:["change symbol legend format"],fr:["changer le format de la légende des symboles"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],fr:["modifier la position du bord gauche du graphique de sauvegarde lors du changement d'intervalle"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],fr:["changer la visibilité des boutons de modes d'échelle"]}},76131:e=>{e.exports={en:["change scales text color"],fr:["modifier la couleur du texte des échelles"]}},27792:e=>{e.exports={en:["change scales font size"],fr:["modifier la taille de police des échelles"]}},94997:e=>{e.exports={en:["change scales lines color"],fr:["modifier la couleur des lignes des échelles"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],fr:["modifier la visibilité des interruptions de session"]}},28175:e=>{e.exports={en:["change sessions breaks width"],fr:["modifier la largeur des interruptions de session"]}},33895:e=>{e.exports={en:["change sessions breaks color"],fr:["modifier la couleur des interruptions de session"]}},21641:e=>{e.exports={ en:["change pre market color"],fr:["changer la couleur du pré-marché"]}},96114:e=>{e.exports={en:["change pre market line color"],fr:["changer la couleur de la ligne de pré-marché"]}},69814:e=>{e.exports={en:["change previous close price line color"],fr:["changer la couleur de la ligne du prix de clôture précédent"]}},13660:e=>{e.exports={en:["change previous close price line width"],fr:["changer la largeur de la ligne du prix de clôture précédent"]}},87861:e=>{e.exports={en:["change price line color"],fr:["changer la couleur de la ligne de prix"]}},29353:e=>{e.exports={en:["change price line width"],fr:["changer la largeur de la ligne de prix"]}},16241:e=>{e.exports={en:["change range bars style"],fr:["changer le style des barres de gamme"]}},65821:e=>{e.exports={en:["change range thin bars"],fr:["changer les barres fines de la gamme"]}},75487:e=>{e.exports={en:["change renko wick down color"],fr:["changer la couleur des mèches renko du bas"]}},92277:e=>{e.exports={en:["change renko wick up color"],fr:["changer la couleur des mèches du haut renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],fr:["changer la visibilité des mèches renko"]}},82946:e=>{e.exports={en:["change right margin"],fr:["modifier la marge de droite"]}},79545:e=>{e.exports={en:["change right margin percentage"],fr:["changer le pourcentage de la marge de droite"]}},78995:e=>{e.exports={en:["change symbol watermark color"],fr:["modifier la couleur du filigrane du symbole"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],fr:["modifier la visibilité du filigrane du symbole"]}},88167:e=>{e.exports={en:["change symbol description visibility"],fr:["modifier la visibilité de la description du symbole"]}},12050:e=>{e.exports={en:["change symbol field visibility"],fr:["modifier la visibilité du champ du symbole"]}},46066:e=>{e.exports={en:["change symbol last value mode"],fr:["changer le mode de la dernière valeur du symbole"]}},902:e=>{e.exports={en:["change symbol legend format"],fr:["changer le format de la légende des symboles"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],fr:["modifier la position du bord gauche du graphique de sauvegarde lors du changement d'intervalle"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],fr:["changer la visibilité des boutons de modes d'échelle"]}},76131:e=>{e.exports={en:["change scales text color"],fr:["modifier la couleur du texte des échelles"]}},27792:e=>{e.exports={en:["change scales font size"],fr:["modifier la taille de police des échelles"]}},94997:e=>{e.exports={en:["change scales lines color"],fr:["modifier la couleur des lignes des échelles"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],fr:["modifier la visibilité des interruptions de session"]}},28175:e=>{e.exports={en:["change sessions breaks width"],fr:["modifier la largeur des interruptions de session"]}},33895:e=>{e.exports={en:["change sessions breaks color"],fr:["modifier la couleur des interruptions de session"]}},21641:e=>{e.exports={

View File

@@ -1,4 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],fr:["Point"]}},41256:e=>{e.exports={en:["Back"],fr:["Retour"]}},53174:e=>{e.exports={en:["Right"],fr:["De droite"]}},57e3:e=>{e.exports={en:["Compare"],fr:["Comparer"]}},93111:e=>{e.exports={en:["Content"],fr:["Contenu"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],fr:["Copier le lien vers l'image du graphique"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},59934:e=>{e.exports={en:["Channels"],fr:["Canaux"]}},63245:e=>{e.exports={en:["Change symbol"],fr:["Changer le symbole"]}},56281:e=>{e.exports={en:["Chart style Columns"],fr:["Style de graphique Colonnes"]}},64526:e=>{e.exports={en:["Chart style Candles"],fr:["Style de graphique bougies"]}},9537:e=>{e.exports={en:["Chart style Area"],fr:["Style de graphique zones"]}},19265:e=>{e.exports={en:["Chart style Bars"],fr:["Style de graphique barres"]}},19579:e=>{e.exports={en:["Chart style Baseline"],fr:["Style de graphique Ligne de base"]}},47189:e=>{e.exports={en:["Chart style Kagi"],fr:["Style de graphique Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],fr:["Style de graphique Zone HLC"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],fr:["Style de graphique bougies creuses"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],fr:["Style de graphique Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],fr:["Style de graphique Haut-Bas"]}},92911:e=>{e.exports={en:["Chart style Line"],fr:["Style de graphique ligne"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],fr:["Style de graphique Ligne avec marqueurs"]}},11604:e=>{e.exports={en:["Chart style Line break"],fr:["Style de graphique Cassure de ligne"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],fr:["Style de graphique Profil du volume de la session"]}},40447:e=>{e.exports={en:["Chart style Step line"],fr:["Style de graphique Ligne en escalier"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],fr:["Style de graphique Point & Figure"]}},49942:e=>{e.exports={en:["Chart style Range"],fr:["Style de graphique Gamme"]}},80082:e=>{e.exports={en:["Chart style Renko"],fr:["Style de graphique Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],fr:["Style de graphique Temps Prix Opportunité"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],fr:["Style de graphique Bougies de volume"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],fr:["Style de graphique Empreinte de volume"]}},53438:e=>{e.exports={en:["Chart template"],fr:["Modèle de graphique"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},81578:e=>{e.exports={en:["Cursors"],fr:["Curseurs"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],fr:["Outils d'annotation"]}},69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},34040:e=>{e.exports={en:["All sources"],fr:["Toutes les sources"]}},19147:e=>{e.exports={en:["Arrows"],fr:["Flèches"]}},
42358:e=>{e.exports={en:["Bond"],fr:["Obligation"]}},65695:e=>{e.exports={en:["Brushes"],fr:["Brosses"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],fr:["Outils de Gann et Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],fr:["Formes géométriques"]}},57157:e=>{e.exports={en:["Dot"],fr:["Point"]}},25848:e=>{e.exports={en:["Dark theme"],fr:["Thème sombre"]}},14939:e=>{e.exports={en:["Demonstration"],fr:["Démonstration"]}},78734:e=>{e.exports={en:["Description"]}},74385:e=>{e.exports={en:["Drawings"],fr:["Dessins"]}},44255:e=>{e.exports={en:["Elliott waves"],fr:["Vagues d'Elliott"]}},8727:e=>{e.exports={en:["Eraser"],fr:["Gomme"]}},93308:e=>{e.exports={en:["Extended session"],fr:["Session étendue"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],fr:["Outils de prédiction et de mesure"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],fr:["Mode plein écran"]}},83576:e=>{e.exports={en:["Function"],fr:["Fonction"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],fr:["Maintenez la touche {hotKey_0} enfoncée pour un dessin temporaire"]}},27077:e=>{e.exports={en:["Open Object Tree"],fr:["Ouvrir l'arborescence des objets"]}},7386:e=>{e.exports={en:["Open chart layout"],fr:["Ouvrir la mise en page du graphique"]}},79451:e=>{e.exports={en:["Lock all drawings"],fr:["Verrouiller tous les Outils de Dessin"]}},35112:e=>{e.exports={en:["Move chart back"],fr:["Déplacer le graphique vers l'arrière"]}},12754:e=>{e.exports={en:["Move chart forward"],fr:["Déplacer le graphique vers l'avant"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},35553:e=>{e.exports={en:["Magic"],fr:["Magie"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],fr:["Le mode Aimant accroche les dessins placés près des barres de prix à la valeur OHLC la plus proche"]}},81031:e=>{e.exports={en:["Manage layout drawings"],fr:["Gérer les dessins de mise en page"]}},91563:e=>{e.exports={en:["Measure"],fr:["Mesure"]}},97050:e=>{e.exports={en:["Measurer"],fr:["Mesureur"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],fr:["Fusionner toutes les échelles vers la gauche"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],fr:["Fusionner toutes les échelles vers la droite"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],fr:["Aucun échange ne correspond à vos critères"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],fr:["Aucun symbole ne correspond à vos critères"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],fr:["Rien ne correspond à vos critères"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],fr:["Les nouveaux tracés sont répliqués dans tous les graphiques de la mise en page et affichés lorsque le même ticker est sélectionné"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],fr:["Les nouveaux dessins seront synchronisés globalement"]}},
93027:e=>{e.exports={en:["New drawings will sync in layout"],fr:["Les nouveaux dessins seront synchronisés dans la mise en page"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"],fr:["Sauvegarder la Configuration du Graphique"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},79354:e=>{e.exports={en:["Search tool or function"],fr:["Outil ou fonction de recherche"]}},57640:e=>{e.exports={en:["Select source"],fr:["Sélectionner la source"]}},65781:e=>{e.exports={en:["Shapes"],fr:["Formes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],fr:["Montrer les Outils Cachés"]}},85786:e=>{e.exports={en:["Show Object Tree"],fr:["Afficher l'arborescence des objets"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],fr:["Rester en Mode Dessin"]}},94593:e=>{e.exports={en:["Strong Magnet"],fr:["Aimant puissant"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},74007:e=>{e.exports={en:["Symbol & description"],fr:["Symbole & description"]}},51165:e=>{e.exports={en:["Symbol Search"],fr:["Recherche de symbole"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],fr:["Sync tracés sur tous les graphiques"]}},46417:e=>{e.exports={en:["Patterns"],fr:["Motifs"]}},36167:e=>{e.exports={en:["Pitchforks"],fr:["Fourches"]}},79366:e=>{e.exports={en:["Previous day close price line"],fr:["Ligne de prix de clôture du jour précédent"]}},76753:e=>{e.exports={en:["Recent search"],fr:["Recherche récente"]}},28051:e=>{e.exports={en:["Regular session"],fr:["Session ordinaire"]}},57118:e=>{e.exports={en:["Remove Drawings"],fr:["Supprimer les dessins"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],fr:["Supprimer tous les indicateurs et outils de dessin"]}},96374:e=>{e.exports={en:["Remove drawings"],fr:["Supprimer les dessins"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}},99984:e=>{e.exports={en:["Remove indicators"],fr:["Supprimer les indicateurs"]}},38206:e=>{e.exports={en:["Rename chart layout"],fr:["Renommer la configuration du graphique"]}},31789:e=>{e.exports={en:["Reset chart"],fr:["Réinitialiser le graphique"]}},3519:e=>{e.exports={en:["Weak Magnet"],fr:["Aimant faible"]}},65831:e=>{e.exports={en:["Text & Notes"],fr:["Texte & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],fr:["Outils de lignes de tendances"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],fr:["Tapez pour rechercher des dessins, des fonctions et des paramètres"]}},69260:e=>{e.exports={en:["Volume-based"],fr:["Basé sur le volume"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],fr:["Vous changez l'interface utilisateur pour le thème {name}. Souhaitez-vous également changer le thème du modèle de graphique ?"]}},55774:e=>{e.exports={en:["Zoom In"],fr:["Grossissement"]}},37310:e=>{e.exports={en:["Zoom Out"],fr:["Réduction"]}},70932:e=>{e.exports={en:["commodity"],fr:["produit de base"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={
en:["change ideas visibility on chart"],fr:["changer la visibilité des idées sur le graphique"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],fr:["Modifier la visibilité des étiquettes de noms des indicateurs et des données financières"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],fr:["modifier la visibilité des étiquettes de valeur des indicateurs et des données financières"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],fr:["changer la visibilité des lignes de prix pré/post marché"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],fr:["économie"]}},17770:e=>{e.exports={en:["forex"],fr:["Forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"],fr:["indice"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"],fr:["sync les dessins"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],fr:["{hotKey_0} + cliquer sur le graphique"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],fr:["{hotKey_0} - cercle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],fr:["{hotKey_0} - dessiner une ligne droite à des angles de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],fr:["{hotKey_0} - Incréments fixes"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],fr:["{hotKey_0} - carré"]}}}]);

View File

@@ -0,0 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],fr:["Point"]}},41256:e=>{e.exports={en:["Back"],fr:["Retour"]}},53174:e=>{e.exports={en:["Right"],fr:["De droite"]}},57e3:e=>{e.exports={en:["Compare"],fr:["Comparer"]}},93111:e=>{e.exports={en:["Content"],fr:["Contenu"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],fr:["Copier le lien vers l'image du graphique"]}},4543:e=>{e.exports={en:["Cancel"],fr:["Annuler"]}},59934:e=>{e.exports={en:["Channels"],fr:["Canaux"]}},63245:e=>{e.exports={en:["Change symbol"],fr:["Changer le symbole"]}},56281:e=>{e.exports={en:["Chart style Columns"],fr:["Style de graphique Colonnes"]}},64526:e=>{e.exports={en:["Chart style Candles"],fr:["Style de graphique bougies"]}},9537:e=>{e.exports={en:["Chart style Area"],fr:["Style de graphique zones"]}},19265:e=>{e.exports={en:["Chart style Bars"],fr:["Style de graphique barres"]}},19579:e=>{e.exports={en:["Chart style Baseline"],fr:["Style de graphique Ligne de base"]}},47189:e=>{e.exports={en:["Chart style Kagi"],fr:["Style de graphique Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],fr:["Style de graphique Zone HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],fr:["Style de graphique bougies creuses"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],fr:["Style de graphique Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],fr:["Style de graphique Haut-Bas"]}},92911:e=>{e.exports={en:["Chart style Line"],fr:["Style de graphique ligne"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],fr:["Style de graphique Ligne avec marqueurs"]}},11604:e=>{e.exports={en:["Chart style Line break"],fr:["Style de graphique Cassure de ligne"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],fr:["Style de graphique Profil du volume de la session"]}},40447:e=>{e.exports={en:["Chart style Step line"],fr:["Style de graphique Ligne en escalier"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],fr:["Style de graphique Point & Figure"]}},49942:e=>{e.exports={en:["Chart style Range"],fr:["Style de graphique Gamme"]}},80082:e=>{e.exports={en:["Chart style Renko"],fr:["Style de graphique Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],fr:["Style de graphique Temps Prix Opportunité"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],fr:["Style de graphique Bougies de volume"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],fr:["Style de graphique Empreinte de volume"]}},53438:e=>{e.exports={en:["Chart template"],fr:["Modèle de graphique"]}},47742:e=>{e.exports={en:["Close menu"],fr:["Fermer le menu"]}},81578:e=>{e.exports={en:["Cursors"],fr:["Curseurs"]}},77915:e=>{e.exports={en:["Cycles"]}},32064:e=>{e.exports={en:["Annotation tools"],fr:["Outils d'annotation"]}},69207:e=>{e.exports={en:["Add to favorites"],fr:["Ajouter aux favoris"]}},34040:e=>{e.exports={en:["All sources"],fr:["Toutes les sources"]}},19147:e=>{
e.exports={en:["Arrows"],fr:["Flèches"]}},42358:e=>{e.exports={en:["Bond"],fr:["Obligation"]}},65695:e=>{e.exports={en:["Brushes"],fr:["Brosses"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],fr:["Outils de Gann et Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],fr:["Formes géométriques"]}},57157:e=>{e.exports={en:["Dot"],fr:["Point"]}},25848:e=>{e.exports={en:["Dark theme"],fr:["Thème sombre"]}},14939:e=>{e.exports={en:["Demonstration"],fr:["Démonstration"]}},78734:e=>{e.exports={en:["Description"]}},74385:e=>{e.exports={en:["Drawings"],fr:["Dessins"]}},44255:e=>{e.exports={en:["Elliott waves"],fr:["Vagues d'Elliott"]}},8727:e=>{e.exports={en:["Eraser"],fr:["Gomme"]}},93308:e=>{e.exports={en:["Extended session"],fr:["Session étendue"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],fr:["Outils de prédiction et de mesure"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],fr:["Mode plein écran"]}},83576:e=>{e.exports={en:["Function"],fr:["Fonction"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],fr:["Maintenez la touche {hotKey_0} enfoncée pour un dessin temporaire"]}},27077:e=>{e.exports={en:["Open Object Tree"],fr:["Ouvrir l'arborescence des objets"]}},7386:e=>{e.exports={en:["Open chart layout"],fr:["Ouvrir la mise en page du graphique"]}},79451:e=>{e.exports={en:["Lock all drawings"],fr:["Verrouiller tous les Outils de Dessin"]}},35112:e=>{e.exports={en:["Move chart back"],fr:["Déplacer le graphique vers l'arrière"]}},12754:e=>{e.exports={en:["Move chart forward"],fr:["Déplacer le graphique vers l'avant"]}},37117:e=>{e.exports={en:["More"],fr:["Plus"]}},35553:e=>{e.exports={en:["Magic"],fr:["Magie"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],fr:["Le mode Aimant accroche les dessins placés près des barres de prix à la valeur OHLC la plus proche"]}},81031:e=>{e.exports={en:["Manage layout drawings"],fr:["Gérer les dessins de mise en page"]}},91563:e=>{e.exports={en:["Measure"],fr:["Mesure"]}},97050:e=>{e.exports={en:["Measurer"],fr:["Mesureur"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],fr:["Fusionner toutes les échelles vers la gauche"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],fr:["Fusionner toutes les échelles vers la droite"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],fr:["Aucun échange ne correspond à vos critères"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],fr:["Aucun symbole ne correspond à vos critères"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],fr:["Rien ne correspond à vos critères"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],fr:["Les nouveaux tracés sont répliqués dans tous les graphiques de la mise en page et affichés lorsque le même ticker est sélectionné"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],
fr:["Les nouveaux dessins seront synchronisés globalement"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],fr:["Les nouveaux dessins seront synchronisés dans la mise en page"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"],fr:["Sauvegarder la Configuration du Graphique"]}},8573:e=>{e.exports={en:["Search"],fr:["Chercher"]}},79354:e=>{e.exports={en:["Search tool or function"],fr:["Outil ou fonction de recherche"]}},57640:e=>{e.exports={en:["Select source"],fr:["Sélectionner la source"]}},65781:e=>{e.exports={en:["Shapes"],fr:["Formes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],fr:["Montrer les Outils Cachés"]}},85786:e=>{e.exports={en:["Show Object Tree"],fr:["Afficher l'arborescence des objets"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],fr:["Rester en Mode Dessin"]}},94593:e=>{e.exports={en:["Strong Magnet"],fr:["Aimant puissant"]}},95481:e=>{e.exports={en:["Symbol"],fr:["Symbole"]}},74007:e=>{e.exports={en:["Symbol & description"],fr:["Symbole & description"]}},51165:e=>{e.exports={en:["Symbol Search"],fr:["Recherche de symbole"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],fr:["Sync tracés sur tous les graphiques"]}},46417:e=>{e.exports={en:["Patterns"],fr:["Motifs"]}},36167:e=>{e.exports={en:["Pitchforks"],fr:["Fourches"]}},79366:e=>{e.exports={en:["Previous day close price line"],fr:["Ligne de prix de clôture du jour précédent"]}},76753:e=>{e.exports={en:["Recent search"],fr:["Recherche récente"]}},28051:e=>{e.exports={en:["Regular session"],fr:["Session ordinaire"]}},57118:e=>{e.exports={en:["Remove Drawings"],fr:["Supprimer les dessins"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],fr:["Supprimer tous les indicateurs et outils de dessin"]}},96374:e=>{e.exports={en:["Remove drawings"],fr:["Supprimer les dessins"]}},85106:e=>{e.exports={en:["Remove from favorites"],fr:["Retirer des favoris"]}},99984:e=>{e.exports={en:["Remove indicators"],fr:["Supprimer les indicateurs"]}},38206:e=>{e.exports={en:["Rename chart layout"],fr:["Renommer la configuration du graphique"]}},31789:e=>{e.exports={en:["Reset chart"],fr:["Réinitialiser le graphique"]}},3519:e=>{e.exports={en:["Weak Magnet"],fr:["Aimant faible"]}},65831:e=>{e.exports={en:["Text & Notes"],fr:["Texte & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],fr:["Outils de lignes de tendances"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],fr:["Tapez pour rechercher des dessins, des fonctions et des paramètres"]}},69260:e=>{e.exports={en:["Volume-based"],fr:["Basé sur le volume"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],fr:["Vous changez l'interface utilisateur pour le thème {name}. Souhaitez-vous également changer le thème du modèle de graphique ?"]}},55774:e=>{e.exports={en:["Zoom In"],fr:["Grossissement"]}},37310:e=>{e.exports={en:["Zoom Out"],fr:["Réduction"]}},70932:e=>{e.exports={en:["commodity"],
fr:["produit de base"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],fr:["changer la visibilité des idées sur le graphique"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],fr:["Modifier la visibilité des étiquettes de noms des indicateurs et des données financières"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],fr:["modifier la visibilité des étiquettes de valeur des indicateurs et des données financières"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],fr:["changer la visibilité des lignes de prix pré/post marché"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],fr:["économie"]}},17770:e=>{e.exports={en:["forex"],fr:["Forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"],fr:["indice"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"],fr:["sync les dessins"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],fr:["{hotKey_0} + cliquer sur le graphique"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],fr:["{hotKey_0} - cercle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],fr:["{hotKey_0} - dessiner une ligne droite à des angles de 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],fr:["{hotKey_0} - Incréments fixes"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],fr:["{hotKey_0} - carré"]}}}]);

View File

@@ -1,5 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],fr:["#{count} (barre)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],fr:["Coloriser les Barres selon la Clôture Précédente"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},84831:e=>{e.exports={en:["Close line"],fr:["Ligne de fermeture"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],fr:["Ajuster les données pour les dividendes"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],fr:["Ajustement pour les changements de contrat"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},3159:e=>{e.exports={en:["Bottom line"],fr:["Ligne du bas"]}},74406:e=>{e.exports={en:["Body"],fr:["Corps"]}},333:e=>{e.exports={en:["Borders"],fr:["Bordures"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],fr:["Niveau de base"]}},71776:e=>{e.exports={en:["Down"],fr:["Bas"]}},17611:e=>{e.exports={en:["Down bars"],fr:["Barres inférieures"]}},23743:e=>{e.exports={en:["Down color"],fr:["Couleur du bas"]}},48225:e=>{e.exports={en:["Data modification"],fr:["Modification des données"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},16564:e=>{e.exports={en:["Default"],fr:["Par Défaut"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],fr:["Fond des heures de trading électronique"]}},819:e=>{e.exports={en:["Extend lines"],fr:["Prolonger les lignes"]}},41129:e=>{e.exports={en:["Fill"],fr:["Remplir"]}},61112:e=>{e.exports={en:["Fill top area"],fr:["Remplir la zone supérieure"]}},73185:e=>{e.exports={en:["Fill bottom area"],fr:["Remplir la zone inférieure"]}},886:e=>{e.exports={en:["HLC bars"],fr:["Barres HLC"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],fr:["Ligne haute"]}},47326:e=>{e.exports={en:["Integer"],fr:["Entier"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},64075:e=>{e.exports={en:["Override min tick"],fr:["Ne pas tenir compte du Tick minimum"]}},34579:e=>{e.exports={en:["Low line"],fr:["Ligne basse"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},13350:e=>{e.exports={en:["Pearson's R"],fr:["Le R de Pearson"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],fr:["Background des heures pré/post marché"]}},59766:e=>{e.exports={en:["Precision"],fr:["Précision"]}},84684:e=>{e.exports={en:["Price source"],fr:["Source de prix"]}},73466:e=>{e.exports={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],fr:["#{count} (barre)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],fr:["#{count} (prix, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],fr:["Coloriser les Barres selon la Clôture Précédente"]}},78930:e=>{e.exports={en:["Coordinates"],fr:["Coordonnées"]}},24197:e=>{e.exports={en:["Center"],fr:["Centre"]}},84831:e=>{e.exports={en:["Close line"],fr:["Ligne de fermeture"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],fr:["Ajuster les données pour les dividendes"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],fr:["Ajustement pour les changements de contrat"]}},27567:e=>{e.exports={en:["Bottom"],fr:["Bas"]}},3159:e=>{e.exports={en:["Bottom line"],fr:["Ligne du bas"]}},74406:e=>{e.exports={en:["Body"],fr:["Corps"]}},333:e=>{e.exports={en:["Borders"],fr:["Bordures"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],fr:["Niveau de base"]}},71776:e=>{e.exports={en:["Down"],fr:["Bas"]}},17611:e=>{e.exports={en:["Down bars"],fr:["Barres inférieures"]}},23743:e=>{e.exports={en:["Down color"],fr:["Couleur du bas"]}},48225:e=>{e.exports={en:["Data modification"],fr:["Modification des données"]}},72942:e=>{e.exports={en:["Days"],fr:["Jours"]}},16564:e=>{e.exports={en:["Default"],fr:["Par Défaut"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],fr:["Déplacement (prix, barre)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],fr:["Fond des heures de trading électronique"]}},819:e=>{e.exports={en:["Extend lines"],fr:["Prolonger les lignes"]}},41129:e=>{e.exports={en:["Fill"],fr:["Remplir"]}},61112:e=>{e.exports={en:["Fill top area"],fr:["Remplir la zone supérieure"]}},73185:e=>{e.exports={en:["Fill bottom area"],fr:["Remplir la zone inférieure"]}},56796:e=>{e.exports={en:["Hours"],fr:["Heures"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],fr:["Ligne haute"]}},47326:e=>{e.exports={en:["Integer"],fr:["Entier"]}},21429:e=>{e.exports={en:["Inputs"],fr:["Paramètres en Entrée"]}},64075:e=>{e.exports={en:["Override min tick"],fr:["Ne pas tenir compte du Tick minimum"]}},34579:e=>{e.exports={en:["Low line"],fr:["Ligne basse"]}},11626:e=>{e.exports={en:["Left"],fr:["Gauche"]}},43154:e=>{e.exports={en:["Months"],fr:["Mois"]}},68833:e=>{e.exports={en:["Middle"],fr:["Milieu"]}},42562:e=>{e.exports={en:["Minutes"]}},65188:e=>{e.exports={en:["Seconds"],fr:["Secondes"]}},13350:e=>{e.exports={en:["Pearson's R"],fr:["Le R de Pearson"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],fr:["Background des heures pré/post marché"]}},59766:e=>{e.exports={en:["Precision"],fr:["Précision"]}},84684:e=>{e.exports={en:["Price source"],fr:["Source de prix"]}},73466:e=>{e.exports={en:["Projection up bars"],fr:["Barres de projection supérieures"]}},
en:["Projection up bars"],fr:["Barres de projection supérieures"]}},77430:e=>{e.exports={en:["Projection candles"],fr:["Barres de projection"]}},88367:e=>{e.exports={en:["Projection down bars"],fr:["Barres de projection inférieures"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],fr:["Prix réels sur l'échelle de prix (au lieu du prix Heikin-Ashi)"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},32163:e=>{e.exports={en:["Wick"],fr:["Mèche"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},89349:e=>{e.exports={en:["Top line"],fr:["Ligne du haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},20215:e=>{e.exports={en:["Thin bars"],fr:["Barres fines"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"],fr:["Fuseau horaire"]}},22691:e=>{e.exports={en:["Up"],fr:["Haut"]}},23091:e=>{e.exports={en:["Up color"],fr:["Couleur du haut"]}},36957:e=>{e.exports={en:["Up bars"],fr:["Barres supérieures"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],fr:["Utiliser le règlement comme proche de l'intervalle quotidien"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],fr:["bougie"]}},27068:e=>{e.exports={en:["change HLC bars"],fr:["changer les barres HLC"]}},86866:e=>{e.exports={en:["change area fill color"],fr:["changer la couleur de remplissage de la zone"]}},89346:e=>{e.exports={en:["change area line width"],fr:["changer la largeur de ligne de la zone"]}},29605:e=>{e.exports={en:["change area line color"],fr:["changer la couleur de ligne de la zone"]}},4640:e=>{e.exports={en:["change area price source"],fr:["changer la source de prix de la zone"]}},42190:e=>{e.exports={en:["change base level"],fr:["changer le niveau de base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],fr:["changer la couleur de la ligne inférieure de la ligne de base"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],fr:["changer la largeur de la ligne inférieure de la ligne de base"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],fr:["changer la couleur de la zone inférieure de remplissage de la ligne de base"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],fr:["changer la couleur de la zone supérieure de remplissage de la ligne de base"]}},68609:e=>{e.exports={en:["change baseline price source"],fr:["changer la source de prix de la ligne de base"]}},69044:e=>{e.exports={en:["change baseline top line color"],fr:["changer la couleur de la ligne supérieure de la ligne de base"]}},68197:e=>{e.exports={en:["change baseline top line width"],fr:["changer la largeur de la ligne supérieure de la ligne de base"]}},33464:e=>{e.exports={en:["change bar up color"],fr:["changer la couleur supérieure de la barre"]}},2066:e=>{e.exports={en:["change bar X coordinate"], 77430:e=>{e.exports={en:["Projection candles"],fr:["Barres de projection"]}},88367:e=>{e.exports={en:["Projection down bars"],fr:["Barres de projection inférieures"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],fr:["Prix réels sur l'échelle de prix (au lieu du prix Heikin-Ashi)"]}},50421:e=>{e.exports={en:["Right"],fr:["Droite"]}},835:e=>{e.exports={en:["Weeks"],fr:["Semaines"]}},32163:e=>{e.exports={en:["Wick"],fr:["Mèche"]}},97118:e=>{e.exports={en:["Top"],fr:["Haut"]}},89349:e=>{e.exports={en:["Top line"],fr:["Ligne du haut"]}},70320:e=>{e.exports={en:["Text"],fr:["Texte"]}},25485:e=>{e.exports={en:["Text alignment"],fr:["Alignement du texte"]}},67781:e=>{e.exports={en:["Text orientation"],fr:["Orientation du texte"]}},20215:e=>{e.exports={en:["Thin bars"],fr:["Barres fines"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"],fr:["Fuseau horaire"]}},22691:e=>{e.exports={en:["Up"],fr:["Haut"]}},23091:e=>{e.exports={en:["Up color"],fr:["Couleur du haut"]}},36957:e=>{e.exports={en:["Up bars"],fr:["Barres supérieures"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],fr:["Utiliser le règlement comme proche de l'intervalle quotidien"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"],fr:["bougie"]}},27068:e=>{e.exports={en:["change HLC bars"],fr:["changer les barres HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],fr:["changer la couleur de remplissage de la zone"]}},89346:e=>{e.exports={en:["change area line width"],fr:["changer la largeur de ligne de la zone"]}},29605:e=>{e.exports={en:["change area line color"],fr:["changer la couleur de ligne de la zone"]}},4640:e=>{e.exports={en:["change area price source"],fr:["changer la source de prix de la zone"]}},42190:e=>{e.exports={en:["change base level"],fr:["changer le niveau de base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],fr:["changer la couleur de la ligne inférieure de la ligne de base"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],fr:["changer la largeur de la ligne inférieure de la ligne de base"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],fr:["changer la couleur de la zone inférieure de remplissage de la ligne de base"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],fr:["changer la couleur de la zone supérieure de remplissage de la ligne de base"]}},68609:e=>{e.exports={en:["change baseline price source"],fr:["changer la source de prix de la ligne de base"]}},69044:e=>{e.exports={en:["change baseline top line color"],fr:["changer la couleur de la ligne supérieure de la ligne de base"]}},68197:e=>{e.exports={en:["change baseline top line width"],fr:["changer la largeur de la ligne supérieure de la ligne de base"]}},33464:e=>{e.exports={en:["change bar up color"],fr:["changer la couleur supérieure de la barre"]}},2066:e=>{e.exports={en:["change bar X coordinate"],
fr:["changer la coordonnée X de la barre"]}},59622:e=>{e.exports={en:["change bar down color"],fr:["changer la couleur inférieure de la barre"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],fr:["changer les barres de couleur en fonction de la fermeture précédente"]}},88324:e=>{e.exports={en:["change column up color"],fr:["changer la couleur du haut de la colonne"]}},93890:e=>{e.exports={en:["change column down color"],fr:["changer la couleur du bas de la colonne"]}},4727:e=>{e.exports={en:["change column price source"],fr:["changer la source du prix de la colonne"]}},82063:e=>{e.exports={en:["change decimal places"],fr:["changer les décimales"]}},44223:e=>{e.exports={en:["change extended hours color"],fr:["changer la couleur des heures étendues"]}},47393:e=>{e.exports={en:["change electronic trading hours"],fr:["modifier les heures de trading électronique"]}},6026:e=>{e.exports={en:["change high-low body color"],fr:["changer la couleur du corps haut-bas"]}},73021:e=>{e.exports={en:["change high-low body visibility"],fr:["changer la visibilité du corps haut-bas"]}},46844:e=>{e.exports={en:["change high-low border color"],fr:["changer la couleur des bordures haut-bas"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],fr:["changer la visibilité des bordures haut-bas"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],fr:["changer la visibilité des étiquettes haut-bas"]}},56961:e=>{e.exports={en:["change high-low labels color"],fr:["changer la couleur des étiquettes haut-bas"]}},88640:e=>{e.exports={en:["change line color"],fr:["changer la couleur de la ligne"]}},41837:e=>{e.exports={en:["change line price source"],fr:["changer la ligne de la source de prix"]}},48339:e=>{e.exports={en:["change line width"],fr:["changer la largeur de la ligne"]}},38730:e=>{e.exports={en:["change post market color"],fr:["changer la couleur du post-marché"]}},44371:e=>{e.exports={en:["change pre market color"],fr:["changer la couleur du pré-marché"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},16241:e=>{e.exports={en:["change range bars style"],fr:["changer le style des barres de gamme"]}},65821:e=>{e.exports={en:["change range thin bars"],fr:["changer les barres fines de la gamme"]}},75487:e=>{e.exports={en:["change renko wick down color"],fr:["changer la couleur des mèches renko du bas"]}},92277:e=>{e.exports={en:["change renko wick up color"],fr:["changer la couleur des mèches du haut renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],fr:["changer la visibilité des mèches renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],fr:["changer la superposition d'étude min tick"]}},82924:e=>{e.exports={en:["change study overlay style"],fr:["changer le style de superposition des études"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],fr:["modifier l'affichage des prix réels sur l'échelle de prix (au lieu du prix Heiken-Ashi)"]}},60834:e=>{ fr:["changer la coordonnée X de la barre"]}},59622:e=>{e.exports={en:["change bar down color"],fr:["changer la couleur inférieure de la barre"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],fr:["changer les barres de couleur en fonction de la fermeture précédente"]}},88324:e=>{e.exports={en:["change column up color"],fr:["changer la couleur du haut de la colonne"]}},93890:e=>{e.exports={en:["change column down color"],fr:["changer la couleur du bas de la colonne"]}},4727:e=>{e.exports={en:["change column price source"],fr:["changer la source du prix de la colonne"]}},82063:e=>{e.exports={en:["change decimal places"],fr:["changer les décimales"]}},44223:e=>{e.exports={en:["change extended hours color"],fr:["changer la couleur des heures étendues"]}},47393:e=>{e.exports={en:["change electronic trading hours"],fr:["modifier les heures de trading électronique"]}},6026:e=>{e.exports={en:["change high-low body color"],fr:["changer la couleur du corps haut-bas"]}},73021:e=>{e.exports={en:["change high-low body visibility"],fr:["changer la visibilité du corps haut-bas"]}},46844:e=>{e.exports={en:["change high-low border color"],fr:["changer la couleur des bordures haut-bas"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],fr:["changer la visibilité des bordures haut-bas"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],fr:["changer la visibilité des étiquettes haut-bas"]}},56961:e=>{e.exports={en:["change high-low labels color"],fr:["changer la couleur des étiquettes haut-bas"]}},88640:e=>{e.exports={en:["change line color"],fr:["changer la couleur de la ligne"]}},41837:e=>{e.exports={en:["change line price source"],fr:["changer la ligne de la source de prix"]}},48339:e=>{e.exports={en:["change line width"],fr:["changer la largeur de la ligne"]}},38730:e=>{e.exports={en:["change post market color"],fr:["changer la couleur du post-marché"]}},44371:e=>{e.exports={en:["change pre market color"],fr:["changer la couleur du pré-marché"]}},11737:e=>{e.exports={en:["change price Y coordinate"],fr:["changer la coordonnée Y du prix"]}},16241:e=>{e.exports={en:["change range bars style"],fr:["changer le style des barres de gamme"]}},65821:e=>{e.exports={en:["change range thin bars"],fr:["changer les barres fines de la gamme"]}},75487:e=>{e.exports={en:["change renko wick down color"],fr:["changer la couleur des mèches renko du bas"]}},92277:e=>{e.exports={en:["change renko wick up color"],fr:["changer la couleur des mèches du haut renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],fr:["changer la visibilité des mèches renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],fr:["changer la superposition d'étude min tick"]}},82924:e=>{e.exports={en:["change study overlay style"],fr:["changer le style de superposition des études"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],fr:["modifier l'affichage des prix réels sur l'échelle de prix (au lieu du prix Heiken-Ashi)"]}},60834:e=>{
e.exports={en:["change thin bars"],fr:["changer les barres fines"]}},78509:e=>{e.exports={en:["change {title} base line color"],fr:["changer la couleur de la ligne de base de {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],fr:["changer le style de la ligne de base de {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],fr:["changer la visibilité de la ligne de base de {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],fr:["changer la largeur de la ligne de base de {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],fr:["changer la couleur de la ligne du bas de {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],fr:["changer le style de la ligne du bas de {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],fr:["changer la visibilité de la ligne du bas de {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],fr:["changer la largeur de la ligne du bas de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},76295:e=>{e.exports={en:["change {title} extend lines"],fr:["changer étendre les lignes de {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],fr:["changer show pearson's r de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],fr:["changer la visibilité de la ligne du haut de {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],fr:["changer la largeur de la ligne du haut de {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],fr:["changer la couleur de la ligne du haut de {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],fr:["changer le style de la ligne du haut de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}}, e.exports={en:["change thin bars"],fr:["changer les barres fines"]}},78509:e=>{e.exports={en:["change {title} base line color"],fr:["changer la couleur de la ligne de base de {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],fr:["changer le style de la ligne de base de {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],fr:["changer la visibilité de la ligne de base de {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],fr:["changer la largeur de la ligne de base de {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],fr:["changer la couleur de la ligne du bas de {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],fr:["changer le style de la ligne du bas de {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],fr:["changer la visibilité de la ligne du bas de {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],fr:["changer la largeur de la ligne du bas de {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],fr:["modifier {title} de jours vers"]}},91201:e=>{e.exports={en:["change {title} days from"],fr:["modifier {title} en jours de"]}},76295:e=>{e.exports={en:["change {title} extend lines"],fr:["changer étendre les lignes de {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],fr:["modifier {title} en heures de"]}},67233:e=>{e.exports={en:["change {title} hours to"],fr:["modifier {title} d'heures vers"]}},99122:e=>{e.exports={en:["change {title} months from"],fr:["modifier {title} en semaines de"]}},10518:e=>{e.exports={en:["change {title} months to"],fr:["modifier {title} de mois vers"]}},38011:e=>{e.exports={en:["change {title} minutes to"],fr:["modifier {title} de minutes vers"]}},59820:e=>{e.exports={en:["change {title} minutes from"],fr:["modifier {title} en minutes de"]}},6573:e=>{e.exports={en:["change {title} seconds to"],fr:["modifier {title} de secondes vers"]}},86780:e=>{e.exports={en:["change {title} seconds from"],fr:["modifier {title} en secondes de"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],fr:["changer show pearson's r de {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],fr:["modifier {title} en semaines de"]}},18678:e=>{e.exports={en:["change {title} weeks to"],fr:["modifier {title} de semaines vers"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],fr:["changer la visibilité de la ligne du haut de {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],fr:["changer la largeur de la ligne du haut de {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],fr:["changer la couleur de la ligne du haut de {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],fr:["changer le style de la ligne du haut de {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],fr:["modifier la visibilité de {title} sur les ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],fr:["modifier la visibilité de {title} sur les semaines"]}},
55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],fr:["changer la couleur de la bordure du haut de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],fr:["changer la couleur du haut de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],fr:["changer la couleur de la mèche du bas de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],fr:["changer la couleur de la mèche du haut de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],fr:["changer la visibilité de la mèche de {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],fr:["changer la visibilité du corps de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],fr:["changer la visibilité de la bordure de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],fr:["changer la couleur de la bordure du bas de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],fr:["changer la couleur du bas de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],fr:["changer la couleur de la barre de bordure du bas de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],fr:["changer la couleur de la barre de bordure du haut de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],fr:["changer la couleur du bas de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],fr:["changer la couleur de la barre de bordure de projection du haut de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],fr:["changer la couleur de la barre de projection du bas de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],fr:["changer la couleur de la barre de projection du haut de {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],fr:["changer la couleur du haut de {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],fr:["modifier les propriétés de {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"], 55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],fr:["modifier la visibilité de {title} sur {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],fr:["modifier la visibilité de {title} sur les jours"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],fr:["modifier la visibilité de {title} sur les heures"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],fr:["modifier la visibilité de {title} sur les minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],fr:["modifier la visibilité de {title} sur les mois"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],fr:["modifier la visibilité de {title} sur les secondes"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],fr:["changer la couleur de la bordure du haut de {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],fr:["changer la couleur du haut de {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],fr:["changer la couleur de la mèche du bas de {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],fr:["changer la couleur de la mèche du haut de {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],fr:["changer la visibilité de la mèche de {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],fr:["changer la visibilité du corps de {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],fr:["changer la visibilité de la bordure de {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],fr:["changer la couleur de la bordure du bas de {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],fr:["changer la couleur du bas de {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],fr:["changer la couleur de la barre de bordure du bas de {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],fr:["changer la couleur de la barre de bordure du haut de {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],fr:["changer la couleur du bas de {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],fr:["changer la couleur de la barre de bordure de projection du haut de {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],fr:["changer la couleur de la barre de projection du bas de {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],fr:["changer la couleur de la barre de projection du haut de {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],fr:["changer la couleur du haut de {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],fr:["modifier les propriétés de {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],fr:["changer la propriété de {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],

View File

@@ -1,4 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],fr:["Foncé"]}},96870:e=>{e.exports={en:["Light"],fr:["Clair"]}},85886:e=>{e.exports={en:["d"],fr:["j"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],fr:["copie {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],fr:["B"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],fr:["Couleur de niveau -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],fr:["Couleur de niveau -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],fr:["Couleur de niveau -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],fr:["Couleur de niveau -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],fr:["Couleur de niveau 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],fr:["Couleur de niveau 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],fr:["Couleur de niveau 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],fr:["Couleur de niveau 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],fr:["Couleur de niveau 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],fr:["Couleur de niveau 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],fr:["Couleur de niveau 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],fr:["Couleur de niveau 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],fr:["Couleur de niveau 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],fr:["Couleur de niveau 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],fr:["Couleur de niveau 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],fr:["Couleur de niveau 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],fr:["1ère période"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],fr:["Couleur de niveau 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],fr:["Couleur de niveau 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],fr:["2ème période"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],fr:["Couleur de niveau 3.618"]},e.exports["3.65 Level Color_input"]={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"],fr:["Foncé"]}},96870:e=>{e.exports={en:["Light"],fr:["Clair"]}},85886:e=>{e.exports={en:["d"],fr:["j"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],fr:["copie {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],fr:["B"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],fr:["Couleur de niveau -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],fr:["Couleur de niveau -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],fr:["Couleur de niveau -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],fr:["Couleur de niveau -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],fr:["Couleur de niveau 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],fr:["Couleur de niveau 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],fr:["Couleur de niveau 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],fr:["Couleur de niveau 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],fr:["Couleur de niveau 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],fr:["Couleur de niveau 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],fr:["Couleur de niveau 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],fr:["Couleur de niveau 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],fr:["Couleur de niveau 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],fr:["Couleur de niveau 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],fr:["Couleur de niveau 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],fr:["Couleur de niveau 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],fr:["1ère période"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],fr:["Couleur de niveau 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],fr:["Couleur de niveau 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],fr:["2ème période"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],fr:["Couleur de niveau 3.618"]},e.exports["3.65 Level Color_input"]={
en:["3.65 Level Color"],fr:["Couleur de niveau 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],fr:["3ème période"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],fr:["Couleur de niveau 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],fr:["4ème période"]},e.exports["5th Period_input"]={en:["5th Period"],fr:["5ème période"]},e.exports["6th Period_input"]={en:["6th Period"],fr:["6ème période"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],fr:["ADXSmoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],fr:["ADXsmoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],fr:["Longueur ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"],fr:["Tous les objets"]},e.exports.All_input={en:["All"],fr:["Tout"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],fr:["Période de référence"]},e.exports["Another symbol_input"]={en:["Another symbol"],fr:["Un autre symbole"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],fr:["AroonDown"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],fr:["Moyenne"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],fr:["Périodes de moyennes"]},e.exports.Back_input={en:["Back"],fr:["Retour"]},e.exports["Bands style_input"]={en:["Bands style"],fr:["Style de bandes"]},e.exports.Bar_input={en:["Bar"],fr:["Barre"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],fr:["Périodes de ligne de base"]},e.exports["Base Line_input"]={en:["Base Line"],fr:["Ligne de base"]},e.exports.Basis_input={en:["Basis"],fr:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],fr:["Bandes de Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],fr:["Largeur des Bandes de Bollinger"]},e.exports.Borders_input={en:["Borders"],fr:["Bordures"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],fr:["Méthode d'affectation de la taille de boîte"]},e.exports["Box size_input"]={en:["Box size"],fr:["Taille de la boîte"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],fr:["Annuler"]},e.exports.Candles_input={en:["Candles"],fr:["Bougies"]},e.exports.Centered_input={en:["Centered"],fr:["Centré"]},e.exports.Century_input={en:["Century"],fr:["Siècle"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],fr:["Oscillateur de Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],fr:["Fermeture"]},e.exports["Color 0_input"]={en:["Color 0"],fr:["Couleur 0"]},e.exports["Color 1_input"]={en:["Color 1"],fr:["Couleur 1"]},e.exports["Color 2_input"]={en:["Color 2"],fr:["Couleur 2"]},e.exports["Color 3_input"]={en:["Color 3"], en:["3.65 Level Color"],fr:["Couleur de niveau 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],fr:["3ème période"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],fr:["Couleur de niveau 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],fr:["4ème période"]},e.exports["5th Period_input"]={en:["5th Period"],fr:["5ème période"]},e.exports["6th Period_input"]={en:["6th Period"],fr:["6ème période"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],fr:["ADXSmoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],fr:["ADXsmoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],fr:["Longueur ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"]},e.exports["All items_combobox_input"]={en:["All items"],fr:["Tous les objets"]},e.exports.All_input={en:["All"],fr:["Tout"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],fr:["Période de référence"]},e.exports["Another symbol_input"]={en:["Another symbol"],fr:["Un autre symbole"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],fr:["AroonDown"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],fr:["Moyenne"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],fr:["Périodes de moyennes"]},e.exports.Back_input={en:["Back"],fr:["Retour"]},e.exports["Bands style_input"]={en:["Bands style"],fr:["Style de bandes"]},e.exports.Bar_input={en:["Bar"],fr:["Barre"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],fr:["Périodes de ligne de base"]},e.exports["Base Line_input"]={en:["Base Line"],fr:["Ligne de base"]},e.exports.Basis_input={en:["Basis"],fr:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],fr:["Bandes de Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],fr:["Largeur des Bandes de Bollinger"]},e.exports.Borders_input={en:["Borders"],fr:["Bordures"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],fr:["Méthode d'affectation de la taille de boîte"]},e.exports["Box size_input"]={en:["Box size"],fr:["Taille de la boîte"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],fr:["Annuler"]},e.exports.Candles_input={en:["Candles"],fr:["Bougies"]},e.exports.Centered_input={en:["Centered"],fr:["Centré"]},e.exports.Century_input={en:["Century"],fr:["Siècle"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],fr:["Oscillateur de Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],fr:["Fermeture"]},e.exports["Color 0_input"]={en:["Color 0"],fr:["Couleur 0"]},e.exports["Color 1_input"]={en:["Color 1"],fr:["Couleur 1"]},e.exports["Color 2_input"]={en:["Color 2"],fr:["Couleur 2"]},e.exports["Color 3_input"]={en:["Color 3"],
fr:["Couleur 3"]},e.exports["Color 4_input"]={en:["Color 4"],fr:["Couleur 4"]},e.exports["Color 5_input"]={en:["Color 5"],fr:["Couleur 5"]},e.exports["Color 6_input"]={en:["Color 6"],fr:["Couleur 6"]},e.exports["Color 7_input"]={en:["Color 7"],fr:["Couleur 7"]},e.exports["Color 8_input"]={en:["Color 8"],fr:["Couleur 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],fr:["Barres de couleur basées sur la clôture précédente"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],fr:["Couleur basée sur la clôture précédente"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],fr:["Pérodes de lignes de conversion"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],fr:["Ligne de conversion"]},e.exports.Correlation_input={en:["Correlation"],fr:["Corrélation"]},e.exports.Count_input={en:["Count"],fr:["Compter"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"],fr:["Personnalisé"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],fr:["Longueur de DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],fr:["Jours"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],fr:["Jours par an"]},e.exports.Decade_input={en:["Decade"],fr:["Décennie"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],fr:["Profondeur"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],fr:["Oscillateur de prix dé-tendancé"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],fr:["Développer POC"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"],fr:["Déviation"]},e.exports.Divisor_input={en:["Divisor"],fr:["Diviseur"]},e.exports["Down Volume_input"]={en:["Down Volume"],fr:["Volume des transactions de vente"]},e.exports["Down bars_input"]={en:["Down bars"],fr:["Barres inférieures"]},e.exports["Down color_input"]={en:["Down color"],fr:["Couleur du bas"]},e.exports["Down fractals_input"]={en:["Down fractals"],fr:["Fractales inférieures"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],fr:["Chacune (pré-marché, marché, post-marché)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],fr:["Indice Elder's Force"]},e.exports["Equality Line_input"]={en:["Equality Line"],fr:["Ligne d'égalité"]},e.exports.Exponential_input={en:["Exponential"],fr:["Exponentiel"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],fr:["Étendre POC à droite"]},e.exports["Extend Right_input"]={en:["Extend Right"],fr:["Étendre à droite"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],fr:["Étendre VAH à droite"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],fr:["Étendre VAL à droite"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],fr:["Etendre jusqu'à la dernière barre"]}, fr:["Couleur 3"]},e.exports["Color 4_input"]={en:["Color 4"],fr:["Couleur 4"]},e.exports["Color 5_input"]={en:["Color 5"],fr:["Couleur 5"]},e.exports["Color 6_input"]={en:["Color 6"],fr:["Couleur 6"]},e.exports["Color 7_input"]={en:["Color 7"],fr:["Couleur 7"]},e.exports["Color 8_input"]={en:["Color 8"],fr:["Couleur 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],fr:["Barres de couleur basées sur la clôture précédente"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],fr:["Couleur basée sur la clôture précédente"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],fr:["Pérodes de lignes de conversion"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],fr:["Ligne de conversion"]},e.exports.Correlation_input={en:["Correlation"],fr:["Corrélation"]},e.exports.Count_input={en:["Count"],fr:["Compter"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"],fr:["Personnalisé"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],fr:["Longueur de DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],fr:["Jours"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],fr:["Jours par an"]},e.exports.Decade_input={en:["Decade"],fr:["Décennie"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],fr:["Profondeur"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],fr:["Oscillateur de prix dé-tendancé"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],fr:["Développer POC"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"],fr:["Déviation"]},e.exports.Divisor_input={en:["Divisor"],fr:["Diviseur"]},e.exports["Down Volume_input"]={en:["Down Volume"],fr:["Volume des transactions de vente"]},e.exports["Down bars_input"]={en:["Down bars"],fr:["Barres inférieures"]},e.exports["Down color_input"]={en:["Down color"],fr:["Couleur du bas"]},e.exports["Down fractals_input"]={en:["Down fractals"],fr:["Fractales inférieures"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],fr:["Chacune (pré-marché, marché, post-marché)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],fr:["Indice Elder's Force"]},e.exports["Equality Line_input"]={en:["Equality Line"],fr:["Ligne d'égalité"]},e.exports.Exponential_input={en:["Exponential"],fr:["Exponentiel"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],fr:["Étendre POC à droite"]},e.exports["Extend Right_input"]={en:["Extend Right"],fr:["Étendre à droite"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],fr:["Étendre VAH à droite"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],fr:["Étendre VAL à droite"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],fr:["Etendre jusqu'à la dernière barre"]},
e.exports.Falling_input={en:["Falling"],fr:["En chute"]},e.exports["Fast Length_input"]={en:["Fast Length"],fr:["Longueur rapide"]},e.exports["Fast length_input"]={en:["Fast length"],fr:["Longueur rapide"]},e.exports.Fill_input={en:["Fill"],fr:["Remplir"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],fr:["En croissance"]},e.exports["HLC bars_input"]={en:["HLC bars"],fr:["Barres HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],fr:["Boîte d'histogramme"]},e.exports.Histogram_input={en:["Histogram"],fr:["Histogramme"]},e.exports["Hull MA_input"]={en:["Hull MA"],fr:["Hul MA"]},e.exports.Increment_input={en:["Increment"],fr:["Incrément"]},e.exports.Indicator_input={en:["Indicator"],fr:["Indicateur"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],fr:["Longueur Investisseur EMA 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],fr:["Longueur Investisseur EMA 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],fr:["Longueur Investisseur EMA 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],fr:["Longueur Investisseur EMA 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],fr:["Longueur Investisseur EMA 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],fr:["Longueur Investisseur EMA 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],fr:["Longueur de Jaw"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],fr:["Position des Etiquettes"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],fr:["Étiquettes sur l'échelle de prix"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],fr:["Périodes de latence"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],fr:["Délai de retournement"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],fr:["Principales périodes de roulement"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],fr:["Périodes de couverture principales"]},e.exports["Length EMA_input"]={en:["Length EMA"],fr:["Longueur EMA"]},e.exports["Length MA_input"]={en:["Length MA"],fr:["Longueur MA"]},e.exports.Length1_input={en:["Length1"],fr:["Longueur 1"]},e.exports.Length2_input={en:["Length2"],fr:["Longueur 2"]},e.exports.Length3_input={en:["Length3"],fr:["Longueur 3"]},e.exports.Length_input={en:["Length"],fr:["Longueur"]},e.exports.Level_input={en:["Level"],fr:["Niveau"]},e.exports["Levels Format_input"]={en:["Levels Format"],fr:["Format des Niveaux"]},e.exports.Limit_input={en:["Limit"],fr:["Limite"]},e.exports.Line_input={en:["Line"], e.exports.Falling_input={en:["Falling"],fr:["En chute"]},e.exports["Fast Length_input"]={en:["Fast Length"],fr:["Longueur rapide"]},e.exports["Fast length_input"]={en:["Fast length"],fr:["Longueur rapide"]},e.exports.Fill_input={en:["Fill"],fr:["Remplir"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],fr:["En croissance"]},e.exports["HLC bars_input"]={en:["HLC bars"],fr:["Barres HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],fr:["Boîte d'histogramme"]},e.exports.Histogram_input={en:["Histogram"],fr:["Histogramme"]},e.exports["Hull MA_input"]={en:["Hull MA"],fr:["Hul MA"]},e.exports.Increment_input={en:["Increment"],fr:["Incrément"]},e.exports.Indicator_input={en:["Indicator"],fr:["Indicateur"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],fr:["Longueur Investisseur EMA 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],fr:["Longueur Investisseur EMA 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],fr:["Longueur Investisseur EMA 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],fr:["Longueur Investisseur EMA 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],fr:["Longueur Investisseur EMA 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],fr:["Longueur Investisseur EMA 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],fr:["Longueur de Jaw"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],fr:["Position des Etiquettes"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],fr:["Étiquettes sur l'échelle de prix"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],fr:["Périodes de latence"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],fr:["Délai de retournement"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],fr:["Principales périodes de roulement"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],fr:["Périodes de couverture principales"]},e.exports["Length EMA_input"]={en:["Length EMA"],fr:["Longueur EMA"]},e.exports["Length MA_input"]={en:["Length MA"],fr:["Longueur MA"]},e.exports.Length1_input={en:["Length1"],fr:["Longueur 1"]},e.exports.Length2_input={en:["Length2"],fr:["Longueur 2"]},e.exports.Length3_input={en:["Length3"],fr:["Longueur 3"]},e.exports.Length_input={en:["Length"],fr:["Longueur"]},e.exports.Level_input={en:["Level"],fr:["Niveau"]},e.exports["Levels Format_input"]={en:["Levels Format"],fr:["Format des Niveaux"]},e.exports.Limit_input={en:["Limit"],fr:["Limite"]},e.exports.Line_input={en:["Line"],
@@ -29,12 +29,12 @@ en:["Minor"],fr:["Mineure"]}},922:e=>{e.exports={en:["Minute"]}},91405:e=>{e.exp
fr:["Cliquer pour établir un point"]}},12537:e=>{e.exports={en:["Clone"],fr:["Cloner"]}},62578:e=>{e.exports={en:["Close"],fr:["Fermeture"]}},264:e=>{e.exports={en:["Create limit order"],fr:["Créer un ordre de limite"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"],fr:["Ligne de croisement"]}},59396:e=>{e.exports={en:["Currencies"],fr:["Devises"]}},20177:e=>{e.exports={en:["Current interval and above"],fr:["Intervalle actuel et supérieur"]}},494:e=>{e.exports={en:["Current interval and below"],fr:["Intervalle actuel et inférieur"]}},60668:e=>{e.exports={en:["Current interval only"],fr:["Intervalle actuel uniquement"]}},78609:e=>{e.exports={en:["Curve"],fr:["Courbe"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"],fr:["Lignes cycliques"]}},93191:e=>{e.exports={en:["Cypher Pattern"],fr:["Modèle Cypher"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],fr:["Une mise en page portant ce nom existe déjà"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],fr:["Une mise en page portant ce nom existe déjà. Voulez-vous l'écraser?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],fr:["Figure en ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],fr:["Ancre"]}},42630:e=>{e.exports={en:["Anchorage"],fr:["Ancrage"]}},42669:e=>{e.exports={en:["Anchored Text"],fr:["Texte ancré"]}},84541:e=>{e.exports={en:["Anchored VWAP"],fr:["VWAP ancré"]}},77401:e=>{e.exports={en:["Access error"],fr:["Erreur d'accès"]}},46501:e=>{e.exports={en:["Add Symbol"],fr:["Ajouter un Symbole"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],fr:["Ajouter une métrique financière pour {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],fr:["Ajouter un indicateur/une stratégie à {studyTitle}.."]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],fr:["Ajouter cette métrique financière à l'ensemble de la mise en page"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],fr:["Ajouter cette métrique financière aux favoris"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],fr:["Ajouter cet indicateur à l'ensemble de la mise en page"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],fr:["Ajouter cet indicateur aux favoris"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],fr:["Ajouter cette stratégie à l'ensemble de la mise en page"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],fr:["Ajouter ce symbole à l'ensemble de la mise en page"]}},426:e=>{e.exports={en:["Adelaide"],fr:["Adélaïde"]}},40452:e=>{e.exports={en:["Always invisible"],fr:["Toujours invisible"]}},36299:e=>{e.exports={en:["Always visible"],fr:["Toujours visible"]}},58026:e=>{e.exports={en:["All intervals"],fr:["Tous les intervalles"]}},78358:e=>{e.exports={en:["Apply default"],fr:["Appliquer paramètres par Défaut"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"], fr:["Cliquer pour établir un point"]}},12537:e=>{e.exports={en:["Clone"],fr:["Cloner"]}},62578:e=>{e.exports={en:["Close"],fr:["Fermeture"]}},264:e=>{e.exports={en:["Create limit order"],fr:["Créer un ordre de limite"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"],fr:["Ligne de croisement"]}},59396:e=>{e.exports={en:["Currencies"],fr:["Devises"]}},20177:e=>{e.exports={en:["Current interval and above"],fr:["Intervalle actuel et supérieur"]}},494:e=>{e.exports={en:["Current interval and below"],fr:["Intervalle actuel et inférieur"]}},60668:e=>{e.exports={en:["Current interval only"],fr:["Intervalle actuel uniquement"]}},78609:e=>{e.exports={en:["Curve"],fr:["Courbe"]}},87380:e=>{e.exports={en:["Cycle"]}},84031:e=>{e.exports={en:["Cyclic Lines"],fr:["Lignes cycliques"]}},93191:e=>{e.exports={en:["Cypher Pattern"],fr:["Modèle Cypher"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],fr:["Une mise en page portant ce nom existe déjà"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],fr:["Une mise en page portant ce nom existe déjà. Voulez-vous l'écraser?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],fr:["Figure en ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],fr:["Ancre"]}},42630:e=>{e.exports={en:["Anchorage"],fr:["Ancrage"]}},42669:e=>{e.exports={en:["Anchored Text"],fr:["Texte ancré"]}},84541:e=>{e.exports={en:["Anchored VWAP"],fr:["VWAP ancré"]}},77401:e=>{e.exports={en:["Access error"],fr:["Erreur d'accès"]}},46501:e=>{e.exports={en:["Add Symbol"],fr:["Ajouter un Symbole"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],fr:["Ajouter une métrique financière pour {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],fr:["Ajouter un indicateur/une stratégie à {studyTitle}.."]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],fr:["Ajouter cette métrique financière à l'ensemble de la mise en page"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],fr:["Ajouter cette métrique financière aux favoris"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],fr:["Ajouter cet indicateur à l'ensemble de la mise en page"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],fr:["Ajouter cet indicateur aux favoris"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],fr:["Ajouter cette stratégie à l'ensemble de la mise en page"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],fr:["Ajouter ce symbole à l'ensemble de la mise en page"]}},426:e=>{e.exports={en:["Adelaide"],fr:["Adélaïde"]}},40452:e=>{e.exports={en:["Always invisible"],fr:["Toujours invisible"]}},36299:e=>{e.exports={en:["Always visible"],fr:["Toujours visible"]}},58026:e=>{e.exports={en:["All intervals"],fr:["Tous les intervalles"]}},78358:e=>{e.exports={en:["Apply default"],fr:["Appliquer paramètres par Défaut"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],
fr:["Appliquer ces indicateurs à l'ensemble de la mise en page"]}},27072:e=>{e.exports={en:["Apr"],fr:["Avr"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"],fr:["Région"]}},11858:e=>{e.exports={en:["Arrow"],fr:["Flèche"]}},34247:e=>{e.exports={en:["Arrow Down"],fr:["Flèche vers le bas"]}},36352:e=>{e.exports={en:["Arrow Marker"],fr:["Marqueur fléché"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],fr:["Flèche vers le Bas"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],fr:["Flèche vers la Gauche"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],fr:["Flèche vers la Droite"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],fr:["Flèche vers le Haut"]}},77231:e=>{e.exports={en:["Arrow Up"],fr:["Flèche vers le haut"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],fr:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],fr:["A la fermeture"]}},73702:e=>{e.exports={en:["Athens"],fr:["Athènes"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],fr:["Auto (adapte les données à l'écran)"]}},46450:e=>{e.exports={en:["Aug"],fr:["Août"]}},21841:e=>{e.exports={en:["Average close price label"],fr:["Étiquette du prix moyen de clôture"]}},16138:e=>{e.exports={en:["Average close price line"],fr:["Ligne de prix de clôture moyen"]}},73025:e=>{e.exports={en:["Avg"],fr:["Moy"]}},87580:e=>{e.exports={en:["Azores"],fr:["Açores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"],fr:["Bahrein"]}},70540:e=>{e.exports={en:["Balloon"],fr:["Ballon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],fr:["Bar Replay n'est pas disponible pour ce type de graphique. Voulez-vous quitter Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],fr:["Bar Replay n'est pas disponible pour ce symbole. Voulez-vous quitter Bar Replay ?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],fr:["Bar Replay n'est pas disponible pour cet intervalle de temps. Voulez-vous quitter Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"],fr:["Barres"]}},81994:e=>{e.exports={en:["Bars Pattern"],fr:["Configuration de barres"]}},59213:e=>{e.exports={en:["Baseline"],fr:["Ligne de base"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],fr:["Pinceau"]}},91499:e=>{e.exports={en:["Brussels"],fr:["Bruxelles"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],fr:["Mettre en avant"]}},17293:e=>{e.exports={en:["Bring to front"],fr:["Mettre au premier plan"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],fr:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],fr:["Par TradingView"]}},54280:e=>{e.exports={en:["Go to date"],fr:["Aller à cette date"]}},74975:e=>{e.exports={ fr:["Appliquer ces indicateurs à l'ensemble de la mise en page"]}},27072:e=>{e.exports={en:["Apr"],fr:["Avr"]}},59324:e=>{e.exports={en:["Arc"]}},34456:e=>{e.exports={en:["Area"],fr:["Région"]}},11858:e=>{e.exports={en:["Arrow"],fr:["Flèche"]}},34247:e=>{e.exports={en:["Arrow Down"],fr:["Flèche vers le bas"]}},36352:e=>{e.exports={en:["Arrow Marker"],fr:["Marqueur fléché"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],fr:["Flèche vers le Bas"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],fr:["Flèche vers la Gauche"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],fr:["Flèche vers la Droite"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],fr:["Flèche vers le Haut"]}},77231:e=>{e.exports={en:["Arrow Up"],fr:["Flèche vers le haut"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],fr:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],fr:["A la fermeture"]}},73702:e=>{e.exports={en:["Athens"],fr:["Athènes"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],fr:["Auto (adapte les données à l'écran)"]}},46450:e=>{e.exports={en:["Aug"],fr:["Août"]}},21841:e=>{e.exports={en:["Average close price label"],fr:["Étiquette du prix moyen de clôture"]}},16138:e=>{e.exports={en:["Average close price line"],fr:["Ligne de prix de clôture moyen"]}},73025:e=>{e.exports={en:["Avg"],fr:["Moy"]}},87580:e=>{e.exports={en:["Azores"],fr:["Açores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"],fr:["Bahrein"]}},70540:e=>{e.exports={en:["Balloon"],fr:["Ballon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],fr:["Bar Replay n'est pas disponible pour ce type de graphique. Voulez-vous quitter Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],fr:["Bar Replay n'est pas disponible pour ce symbole. Voulez-vous quitter Bar Replay ?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],fr:["Bar Replay n'est pas disponible pour cet intervalle de temps. Voulez-vous quitter Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"],fr:["Barres"]}},81994:e=>{e.exports={en:["Bars Pattern"],fr:["Configuration de barres"]}},59213:e=>{e.exports={en:["Baseline"],fr:["Ligne de base"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],fr:["Pinceau"]}},91499:e=>{e.exports={en:["Brussels"],fr:["Bruxelles"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],fr:["Mettre en avant"]}},17293:e=>{e.exports={en:["Bring to front"],fr:["Mettre au premier plan"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],fr:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],fr:["Par TradingView"]}},54280:e=>{e.exports={en:["Go to date"],fr:["Aller à cette date"]}},74975:e=>{e.exports={
en:["Go to {lineToolName}"],fr:["Aller à {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],fr:["Compris"]}},47460:e=>{e.exports={en:["Gann Box"],fr:["Boite de Gan"]}},48683:e=>{e.exports={en:["Gann Fan"],fr:["Éventail de Gann"]}},44763:e=>{e.exports={en:["Gann Square"],fr:["Carré de Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],fr:["Carré de Gann fixe"]}},46808:e=>{e.exports={en:["Ghost Feed"],fr:["Flux fantôme d'informations"]}},57726:e=>{e.exports={en:["Grand supercycle"],fr:["Grand Supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],fr:["Voulez-vous vraiment supprimer le modèle d'indicateur '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],fr:["Voulez-vous vraiment supprimer l'étude principale et ses dérivés ?"]}},77125:e=>{e.exports={en:["Double Curve"],fr:["Double Courbe"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],fr:["Double-cliquez sur n'importe quel bord pour réinitialiser la grille de mise en page"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],fr:["Double-cliquez pour terminer le tracé"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],fr:["Double-cliquez pour terminer Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],fr:["Double-cliquez sur n'importe quel bord pour réinitialiser la grille de mise en page"]}},57131:e=>{e.exports={en:["Data Provided by"],fr:["Données fournies par"]}},22677:e=>{e.exports={en:["Date"]}},85444:e=>{e.exports={en:["Date Range"],fr:["Plage de dates"]}},47017:e=>{e.exports={en:["Date and Price Range"],fr:["Plage de dates et de prix"]}},32084:e=>{e.exports={en:["Dec"],fr:["Déc"]}},23403:e=>{e.exports={en:["Degree"],fr:["Degré"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],fr:["Diamant"]}},91544:e=>{e.exports={en:["Disjoint Channel"],fr:["Canal disjoint"]}},70132:e=>{e.exports={en:["Displacement"],fr:["Déplacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],fr:["Barre d'outils de dessin"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],fr:["Tracer une ligne horizontale à {price}"]}},23650:e=>{e.exports={en:["Dubai"],fr:["Dubaï"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],fr:["Entrer un nouveau nom de configuration graphique"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],fr:["Vague Elliott de correction (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],fr:["Vague Elliott Double Combo (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],fr:["Vague Elliott d'impulsion (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],fr:["Vague Triangle Elliott (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],fr:["Vague Triple Combo Elliott (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"], en:["Go to {lineToolName}"],fr:["Aller à {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],fr:["Compris"]}},47460:e=>{e.exports={en:["Gann Box"],fr:["Boite de Gan"]}},48683:e=>{e.exports={en:["Gann Fan"],fr:["Éventail de Gann"]}},44763:e=>{e.exports={en:["Gann Square"],fr:["Carré de Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],fr:["Carré de Gann fixe"]}},46808:e=>{e.exports={en:["Ghost Feed"],fr:["Flux fantôme d'informations"]}},57726:e=>{e.exports={en:["Grand supercycle"],fr:["Grand Supercycle"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],fr:["Voulez-vous vraiment supprimer le modèle d'indicateur '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],fr:["Voulez-vous vraiment supprimer l'étude principale et ses dérivés ?"]}},77125:e=>{e.exports={en:["Double Curve"],fr:["Double Courbe"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],fr:["Double-cliquez sur n'importe quel bord pour réinitialiser la grille de mise en page"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],fr:["Double-cliquez pour terminer le tracé"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],fr:["Double-cliquez pour terminer Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],fr:["Double-cliquez sur n'importe quel bord pour réinitialiser la grille de mise en page"]}},57131:e=>{e.exports={en:["Data Provided by"],fr:["Données fournies par"]}},22677:e=>{e.exports={en:["Date"]}},85444:e=>{e.exports={en:["Date Range"],fr:["Plage de dates"]}},47017:e=>{e.exports={en:["Date and Price Range"],fr:["Plage de dates et de prix"]}},32084:e=>{e.exports={en:["Dec"],fr:["Déc"]}},23403:e=>{e.exports={en:["Degree"],fr:["Degré"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],fr:["Diamant"]}},91544:e=>{e.exports={en:["Disjoint Channel"],fr:["Canal disjoint"]}},70132:e=>{e.exports={en:["Displacement"],fr:["Déplacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],fr:["Barre d'outils de dessin"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],fr:["Tracer une ligne horizontale à {price}"]}},23650:e=>{e.exports={en:["Dubai"],fr:["Dubaï"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],fr:["Entrer un nouveau nom de configuration graphique"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],fr:["Vague Elliott de correction (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],fr:["Vague Elliott Double Combo (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],fr:["Vague Elliott d'impulsion (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],fr:["Vague Triangle Elliott (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],fr:["Vague Triple Combo Elliott (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"]}},52788:e=>{e.exports={en:["Extended Line"],
fr:["Ligne étendue"]}},86905:e=>{e.exports={en:["Exchange"],fr:["Marché"]}},19271:e=>{e.exports={en:["Existing pane above"],fr:["Volet existant au-dessus"]}},46545:e=>{e.exports={en:["Existing pane below"],fr:["Volet existant au-dessous"]}},20138:e=>{e.exports={en:["Forecast"],fr:["Prévision"]}},2507:e=>{e.exports={en:["Feb"],fr:["Févr"]}},59005:e=>{e.exports={en:["Fib Channel"],fr:["Canal de Fibonacci"]}},82330:e=>{e.exports={en:["Fib Circles"],fr:["Cercles de Fibonacci"]}},55986:e=>{e.exports={en:["Fib Retracement"],fr:["Retracement de Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],fr:["Arcs de Résistance de la vitesse de Fibonacci"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],fr:["Éventail de Résistance de la Vitesse de Fibonacci"]}},39014:e=>{e.exports={en:["Fib Spiral"],fr:["Spirale de Fibonacci"]}},30622:e=>{e.exports={en:["Fib Time Zone"],fr:["Zone Temporelle de Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],fr:["Coin de Fibonacci"]}},33885:e=>{e.exports={en:["Flag"],fr:["Drapeau"]}},14600:e=>{e.exports={en:["Flag Mark"],fr:["Marque de Drapeau"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],fr:["Haut/Bas Plat"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],fr:["La partie fractionnelle n'est pas valide."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],fr:["Les études fondamentales ne sont plus disponibles sur les graphiques"]}},31561:e=>{e.exports={en:["Kolkata"],fr:["Calcuta"]}},54533:e=>{e.exports={en:["Kathmandu"],fr:["Katmandou"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"],fr:["Koweit"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],fr:["Zone HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],fr:["Bougies Creuses"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],fr:["Ligne Horizontale"]}},25487:e=>{e.exports={en:["Horizontal Ray"],fr:["Rayon Horizontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],fr:["Tête et épaules"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],fr:["Cacher"]}},47074:e=>{e.exports={en:["Hide all"],fr:["Tout masquer"]}},52563:e=>{e.exports={en:["Hide all drawings"],fr:["Masquer tous les outils de dessin"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],fr:["Masquer tous les dessins et indicateurs"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],fr:["Masquer tous les dessins, indicateurs, positions & ordres"]}},78525:e=>{e.exports={en:["Hide all indicators"],fr:["Masquer tous les indicateurs"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],fr:["Masquer toutes les positions & ordres"]}},3217:e=>{e.exports={en:["Hide drawings"],fr:["Masquer les dessins"]}},97878:e=>{e.exports={en:["Hide events on chart"],fr:["Cacher les événements sur le graphique"]}},72351:e=>{ fr:["Ligne étendue"]}},86905:e=>{e.exports={en:["Exchange"],fr:["Marché"]}},19271:e=>{e.exports={en:["Existing pane above"],fr:["Volet existant au-dessus"]}},46545:e=>{e.exports={en:["Existing pane below"],fr:["Volet existant au-dessous"]}},20138:e=>{e.exports={en:["Forecast"],fr:["Prévision"]}},2507:e=>{e.exports={en:["Feb"],fr:["Févr"]}},59005:e=>{e.exports={en:["Fib Channel"],fr:["Canal de Fibonacci"]}},82330:e=>{e.exports={en:["Fib Circles"],fr:["Cercles de Fibonacci"]}},55986:e=>{e.exports={en:["Fib Retracement"],fr:["Retracement de Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],fr:["Arcs de Résistance de la vitesse de Fibonacci"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],fr:["Éventail de Résistance de la Vitesse de Fibonacci"]}},39014:e=>{e.exports={en:["Fib Spiral"],fr:["Spirale de Fibonacci"]}},30622:e=>{e.exports={en:["Fib Time Zone"],fr:["Zone Temporelle de Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],fr:["Coin de Fibonacci"]}},33885:e=>{e.exports={en:["Flag"],fr:["Drapeau"]}},14600:e=>{e.exports={en:["Flag Mark"],fr:["Marque de Drapeau"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],fr:["Haut/Bas Plat"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],fr:["La partie fractionnelle n'est pas valide."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],fr:["Les études fondamentales ne sont plus disponibles sur les graphiques"]}},31561:e=>{e.exports={en:["Kolkata"],fr:["Calcuta"]}},54533:e=>{e.exports={en:["Kathmandu"],fr:["Katmandou"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"],fr:["Koweit"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],fr:["Zone HLC"]}},886:e=>{e.exports={en:["HLC bars"],fr:["Barres HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],fr:["Bougies Creuses"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],fr:["Ligne Horizontale"]}},25487:e=>{e.exports={en:["Horizontal Ray"],fr:["Rayon Horizontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],fr:["Tête et épaules"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],fr:["Cacher"]}},47074:e=>{e.exports={en:["Hide all"],fr:["Tout masquer"]}},52563:e=>{e.exports={en:["Hide all drawings"],fr:["Masquer tous les outils de dessin"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],fr:["Masquer tous les dessins et indicateurs"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],fr:["Masquer tous les dessins, indicateurs, positions & ordres"]}},78525:e=>{e.exports={en:["Hide all indicators"],fr:["Masquer tous les indicateurs"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],fr:["Masquer toutes les positions & ordres"]}},3217:e=>{e.exports={en:["Hide drawings"],fr:["Masquer les dessins"]}},97878:e=>{e.exports={en:["Hide events on chart"],
e.exports={en:["Hide indicators"],fr:["Masquer les indicateurs"]}},28345:e=>{e.exports={en:["Hide marks on bars"],fr:["Cacher les marques de la barre"]}},92226:e=>{e.exports={en:["Hide positions & orders"],fr:["Masquer les positions et les ordres"]}},78254:e=>{e.exports={en:["High"],fr:["Haut"]}},98236:e=>{e.exports={en:["High-low"],fr:["Haut-Bas"]}},99479:e=>{e.exports={en:["High and low price labels"],fr:["Étiquettes de prix haut et bas"]}},33766:e=>{e.exports={en:["High and low price lines"],fr:["Lignes de prix haut et bas"]}},69476:e=>{e.exports={en:["Highlighter"],fr:["En vedette"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],fr:["L'histogramme est trop grand, veuillez augmenter {boldHighlightStart}Row Size{boldHighlightEnd} dans la fenêtre des paramètres."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],fr:["L'histogramme est trop grand, veuillez augmenter les {boldHighlightStart}Ticks par rangée{boldHighlightEnd} dans la fenêtre des paramètres."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],fr:["L'histogramme est trop grand, veuillez réduire {boldHighlightStart}Row Size{boldHighlightEnd} dans la fenêtre des paramètres."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],fr:["Les intervalles inférieurs à {resolution} ne sont pas pris en charge pour {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],fr:["Intermédiaire"]}},14285:e=>{e.exports={en:["Invalid Symbol"],fr:["Symbole invalide"]}},52969:e=>{e.exports={en:["Invalid symbol"],fr:["Symbole invalide"]}},37189:e=>{e.exports={en:["Invert scale"],fr:["Inverser l'échelle"]}},89999:e=>{e.exports={en:["Indexed to 100"],fr:["Indexé sur 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],fr:["Étiquettes de valeur des indicateurs"]}},54418:e=>{e.exports={en:["Indicators name labels"],fr:["Libellés des indicateurs"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],fr:["Indicateurs, métriques et stratégies. Taper barre oblique"]}},15992:e=>{e.exports={en:["Info Line"],fr:["Ligne info"]}},87829:e=>{e.exports={en:["Insert indicator"],fr:["Ajouter un indicateur"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],fr:["Fourchette Interne"]}},37913:e=>{e.exports={en:["Icon"],fr:["Icône"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"],fr:["Djakarta"]}},62310:e=>{e.exports={en:["Jan"],fr:["Janv"]}},36057:e=>{e.exports={en:["Jerusalem"],fr:["Jérusalem"]}},53786:e=>{e.exports={en:["Jul"],fr:["Juill"]}},429:e=>{e.exports={en:["Jun"],fr:["Juin"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],fr:["Sur la gauche"]}},55813:e=>{e.exports={en:["On the right"],fr:["Sur la droite"]}}, fr:["Cacher les événements sur le graphique"]}},72351:e=>{e.exports={en:["Hide indicators"],fr:["Masquer les indicateurs"]}},28345:e=>{e.exports={en:["Hide marks on bars"],fr:["Cacher les marques de la barre"]}},92226:e=>{e.exports={en:["Hide positions & orders"],fr:["Masquer les positions et les ordres"]}},78254:e=>{e.exports={en:["High"],fr:["Haut"]}},98236:e=>{e.exports={en:["High-low"],fr:["Haut-Bas"]}},99479:e=>{e.exports={en:["High and low price labels"],fr:["Étiquettes de prix haut et bas"]}},33766:e=>{e.exports={en:["High and low price lines"],fr:["Lignes de prix haut et bas"]}},69476:e=>{e.exports={en:["Highlighter"],fr:["En vedette"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],fr:["L'histogramme est trop grand, veuillez augmenter {boldHighlightStart}Row Size{boldHighlightEnd} dans la fenêtre des paramètres."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],fr:["L'histogramme est trop grand, veuillez augmenter les {boldHighlightStart}Ticks par rangée{boldHighlightEnd} dans la fenêtre des paramètres."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],fr:["L'histogramme est trop grand, veuillez réduire {boldHighlightStart}Row Size{boldHighlightEnd} dans la fenêtre des paramètres."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],fr:["Les intervalles inférieurs à {resolution} ne sont pas pris en charge pour {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],fr:["Intermédiaire"]}},14285:e=>{e.exports={en:["Invalid Symbol"],fr:["Symbole invalide"]}},52969:e=>{e.exports={en:["Invalid symbol"],fr:["Symbole invalide"]}},37189:e=>{e.exports={en:["Invert scale"],fr:["Inverser l'échelle"]}},89999:e=>{e.exports={en:["Indexed to 100"],fr:["Indexé sur 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],fr:["Étiquettes de valeur des indicateurs"]}},54418:e=>{e.exports={en:["Indicators name labels"],fr:["Libellés des indicateurs"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],fr:["Indicateurs, métriques et stratégies. Taper barre oblique"]}},15992:e=>{e.exports={en:["Info Line"],fr:["Ligne info"]}},87829:e=>{e.exports={en:["Insert indicator"],fr:["Ajouter un indicateur"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],fr:["Fourchette Interne"]}},37913:e=>{e.exports={en:["Icon"],fr:["Icône"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"],fr:["Djakarta"]}},62310:e=>{e.exports={en:["Jan"],fr:["Janv"]}},36057:e=>{e.exports={en:["Jerusalem"],fr:["Jérusalem"]}},53786:e=>{e.exports={en:["Jul"],fr:["Juill"]}},429:e=>{e.exports={en:["Jun"],fr:["Juin"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],fr:["Sur la gauche"]}},
64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],fr:["Seuls les intervalles {availableResolutions} sont pris en charge pour {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],fr:["Oups!"]}},51221:e=>{e.exports={en:["Object Tree"],fr:["Arborescence des objets"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={en:["Open"],fr:["Ouverture"]}},27884:e=>{e.exports={en:["Open layout. Press period"],fr:["Ouvrir la mise en page. Appuyer sur point."]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],fr:["Bas"]}},51077:e=>{e.exports={en:["Lock"],fr:["Verrouiller"]}},79777:e=>{e.exports={en:["Lock/unlock"],fr:["Verrouiller/Déverrouiller"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],fr:["Verrouiller la ligne du curseur vertical en fonction du temps"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],fr:["Verrouiller le rapport prix / barre"]}},16170:e=>{e.exports={en:["Logarithmic"],fr:["Logarithmique"]}},19439:e=>{e.exports={en:["London"],fr:["Londres"]}},74832:e=>{e.exports={en:["Long Position"],fr:["Position Longue"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],fr:["Etiquette vers le bas"]}},52402:e=>{e.exports={en:["Label Up"],fr:["Etiquette vers le haut"]}},5119:e=>{e.exports={en:["Labels"],fr:["Étiquettes"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],fr:["Changement durant le dernier jour"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],fr:["Droite"]}},9394:e=>{e.exports={en:["Line with markers"],fr:["Ligne avec marqueurs"]}},43588:e=>{e.exports={en:["Line break"],fr:["Saut de ligne"]}},56982:e=>{e.exports={en:["Lines"],fr:["Lignes"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],fr:["Lien vers l'image du graphique copié dans le presse-papiers {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],fr:["Lisbonne"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],fr:["Déplacez le point pour positionner l'ancre puis touchez pour le placer"]}},35049:e=>{e.exports={en:["Move to"],fr:["Déplacer vers"]}},26493:e=>{e.exports={en:["Move scale to left"],fr:["Déplacer l'échelle vers la gauche"]}},40789:e=>{e.exports={en:["Move scale to right"],fr:["Déplacer l'échelle vers la droite"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],fr:["Fourchette de Schiff Modifiée"]}},93907:e=>{e.exports={en:["More settings"],fr:["Plus de paramètres"]}},64039:e=>{e.exports={en:["Moscow"],fr:["Moscou"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"],fr:["Malte"]}},48991:e=>{e.exports={en:["Manila"],fr:["Manille"]}},92767:e=>{e.exports={en:["Mar"],fr:["Mars"]}},73332:e=>{e.exports={en:["Mexico City"],fr:["Ville de Mexico"]}},88314:e=>{e.exports={en:["Merge all scales into one"],fr:["Fusionner toutes les échelles en une"]}},54215:e=>{e.exports={en:["Mixed"],fr:["Mélangé"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={ 55813:e=>{e.exports={en:["On the right"],fr:["Sur la droite"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],fr:["Seuls les intervalles {availableResolutions} sont pris en charge pour {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],fr:["Oups!"]}},51221:e=>{e.exports={en:["Object Tree"],fr:["Arborescence des objets"]}},12179:e=>{e.exports={en:["Oct"]}},16610:e=>{e.exports={en:["Open"],fr:["Ouverture"]}},27884:e=>{e.exports={en:["Open layout. Press period"],fr:["Ouvrir la mise en page. Appuyer sur point."]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],fr:["Bas"]}},51077:e=>{e.exports={en:["Lock"],fr:["Verrouiller"]}},79777:e=>{e.exports={en:["Lock/unlock"],fr:["Verrouiller/Déverrouiller"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],fr:["Verrouiller la ligne du curseur vertical en fonction du temps"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],fr:["Verrouiller le rapport prix / barre"]}},16170:e=>{e.exports={en:["Logarithmic"],fr:["Logarithmique"]}},19439:e=>{e.exports={en:["London"],fr:["Londres"]}},74832:e=>{e.exports={en:["Long Position"],fr:["Position Longue"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],fr:["Etiquette vers le bas"]}},52402:e=>{e.exports={en:["Label Up"],fr:["Etiquette vers le haut"]}},5119:e=>{e.exports={en:["Labels"],fr:["Étiquettes"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],fr:["Changement durant le dernier jour"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],fr:["Droite"]}},9394:e=>{e.exports={en:["Line with markers"],fr:["Ligne avec marqueurs"]}},43588:e=>{e.exports={en:["Line break"],fr:["Saut de ligne"]}},56982:e=>{e.exports={en:["Lines"],fr:["Lignes"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],fr:["Lien vers l'image du graphique copié dans le presse-papiers {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],fr:["Lisbonne"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],fr:["Déplacez le point pour positionner l'ancre puis touchez pour le placer"]}},35049:e=>{e.exports={en:["Move to"],fr:["Déplacer vers"]}},26493:e=>{e.exports={en:["Move scale to left"],fr:["Déplacer l'échelle vers la gauche"]}},40789:e=>{e.exports={en:["Move scale to right"],fr:["Déplacer l'échelle vers la droite"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],fr:["Fourchette de Schiff Modifiée"]}},93907:e=>{e.exports={en:["More settings"],fr:["Plus de paramètres"]}},64039:e=>{e.exports={en:["Moscow"],fr:["Moscou"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"],fr:["Malte"]}},48991:e=>{e.exports={en:["Manila"],fr:["Manille"]}},92767:e=>{e.exports={en:["Mar"],fr:["Mars"]}},73332:e=>{e.exports={en:["Mexico City"],fr:["Ville de Mexico"]}},88314:e=>{e.exports={en:["Merge all scales into one"],fr:["Fusionner toutes les échelles en une"]}},54215:e=>{e.exports={en:["Mixed"],
en:["Millennium"],fr:["Millénaire"]}},14724:e=>{e.exports={en:["Minuette"],fr:["Menuet"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"],fr:["non disponible"]}},36252:e=>{e.exports={en:["No data here"],fr:["Pas de données ici"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],fr:["Pas d'échelle (plein écran)"]}},9140:e=>{e.exports={en:["No sync"],fr:["Pas de sync"]}},50910:e=>{e.exports={en:["No volume data"],fr:["Pas de données de volume"]}},99024:e=>{e.exports={en:["No, keep them"],fr:["Non, conservez-les"]}},94389:e=>{e.exports={en:["Note"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],fr:["Île Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],fr:["Nouvelle-Zélande"]}},15512:e=>{e.exports={en:["New pane above"],fr:["Nouveau volet ci-dessus"]}},52160:e=>{e.exports={en:["New pane below"],fr:["Nouveau volet ci-dessous"]}},94600:e=>{e.exports={en:["Nicosia"],fr:["Nicosie"]}},73013:e=>{e.exports={en:["Something went wrong"],fr:["Quelque chose n'a pas fonctionné"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],fr:["Un problème s'est produit lors de la création de l'indicateur."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],fr:["Quelque chose n'a pas fonctionné. Veuillez réessayer plus tard."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],fr:["Enregistrer la nouvelle configuration graphique"]}},76266:e=>{e.exports={en:["Save as"],fr:["Sauvegarder Sous"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"],fr:["São Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],fr:["Devise de référence"]}},43758:e=>{e.exports={en:["Scale price chart only"],fr:["Mise à léchelle des prix du graphique uniquement"]}},40012:e=>{e.exports={en:["Scale unit"],fr:["Unité de référence"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],fr:["Fourchette de Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],fr:["Le script peut ne pas être mis à jour si vous quittez la page."]}},32514:e=>{e.exports={en:["Settings"],fr:["Configurations"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],fr:["La deuxième partie de fraction n'est pas valide."]}},75594:e=>{e.exports={en:["Security info"],fr:["Informations sur la sécurité"]}},21973:e=>{e.exports={en:["Send to back"],fr:["Mettre au Fond"]}},71179:e=>{e.exports={en:["Send backward"],fr:["Mettre vers l'Arrière"]}},26820:e=>{e.exports={en:["Seoul"],fr:["Séoul"]}},6816:e=>{e.exports={en:["Sep"],fr:["Sept"]}},94031:e=>{e.exports={en:["Session"],fr:["Séance"]}},83298:e=>{e.exports={en:["Session volume profile"],fr:["Profil de volume de la session"]}},66707:e=>{e.exports={en:["Session breaks"],fr:["Arrêts de Session"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],fr:["Position Short"]}},98334:e=>{e.exports={ fr:["Mélangé"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"],fr:["Millénaire"]}},14724:e=>{e.exports={en:["Minuette"],fr:["Menuet"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"],fr:["non disponible"]}},36252:e=>{e.exports={en:["No data here"],fr:["Pas de données ici"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],fr:["Pas d'échelle (plein écran)"]}},9140:e=>{e.exports={en:["No sync"],fr:["Pas de sync"]}},50910:e=>{e.exports={en:["No volume data"],fr:["Pas de données de volume"]}},99024:e=>{e.exports={en:["No, keep them"],fr:["Non, conservez-les"]}},94389:e=>{e.exports={en:["Note"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],fr:["Île Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],fr:["Nouvelle-Zélande"]}},15512:e=>{e.exports={en:["New pane above"],fr:["Nouveau volet ci-dessus"]}},52160:e=>{e.exports={en:["New pane below"],fr:["Nouveau volet ci-dessous"]}},94600:e=>{e.exports={en:["Nicosia"],fr:["Nicosie"]}},73013:e=>{e.exports={en:["Something went wrong"],fr:["Quelque chose n'a pas fonctionné"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],fr:["Un problème s'est produit lors de la création de l'indicateur."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],fr:["Quelque chose n'a pas fonctionné. Veuillez réessayer plus tard."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],fr:["Enregistrer la nouvelle configuration graphique"]}},76266:e=>{e.exports={en:["Save as"],fr:["Sauvegarder Sous"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"],fr:["São Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],fr:["Devise de référence"]}},43758:e=>{e.exports={en:["Scale price chart only"],fr:["Mise à léchelle des prix du graphique uniquement"]}},40012:e=>{e.exports={en:["Scale unit"],fr:["Unité de référence"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],fr:["Fourchette de Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],fr:["Le script peut ne pas être mis à jour si vous quittez la page."]}},32514:e=>{e.exports={en:["Settings"],fr:["Configurations"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],fr:["La deuxième partie de fraction n'est pas valide."]}},75594:e=>{e.exports={en:["Security info"],fr:["Informations sur la sécurité"]}},21973:e=>{e.exports={en:["Send to back"],fr:["Mettre au Fond"]}},71179:e=>{e.exports={en:["Send backward"],fr:["Mettre vers l'Arrière"]}},26820:e=>{e.exports={en:["Seoul"],fr:["Séoul"]}},6816:e=>{e.exports={en:["Sep"],fr:["Sept"]}},94031:e=>{e.exports={en:["Session"],fr:["Séance"]}},83298:e=>{e.exports={en:["Session volume profile"],fr:["Profil de volume de la session"]}},66707:e=>{e.exports={en:["Session breaks"],fr:["Arrêts de Session"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={
en:["Show"],fr:["Montrer"]}},85891:e=>{e.exports={en:["Show all drawings"],fr:["Montrer tous les dessins"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],fr:["Montrer tous les dessins et indicateurs"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],fr:["Masquer les positions et les ordresAfficher tous les dessins, indicateurs, positions & ordres"]}},98753:e=>{e.exports={en:["Show all indicators"],fr:["Montrer tous les indicateurs"]}},55418:e=>{e.exports={en:["Show all ideas"],fr:["Montrer toutes les idées"]}},20506:e=>{e.exports={en:["Show all positions & orders"],fr:["Afficher toutes les positions & ordres"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],fr:["Afficher le switch du contrat continu"]}},81465:e=>{e.exports={en:["Show contract expiration"],fr:["Afficher l'expiration des contrats"]}},29449:e=>{e.exports={en:["Show dividends"],fr:["Montrer les Dividendes"]}},37113:e=>{e.exports={en:["Show earnings"],fr:["Montrer les résultats"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],fr:["Afficher les idées des utilisateurs suivis"]}},62986:e=>{e.exports={en:["Show latest news"],fr:["Afficher les dernières nouvelles"]}},44020:e=>{e.exports={en:["Show my ideas only"],fr:["Afficher mes idées uniquement"]}},50849:e=>{e.exports={en:["Show splits"],fr:["Montrer les fractionnements d'actions"]}},67751:e=>{e.exports={en:["Signpost"],fr:["Panneau"]}},77377:e=>{e.exports={en:["Singapore"],fr:["Singapour"]}},39090:e=>{e.exports={en:["Sine Line"],fr:["Ligne sinusoïdale"]}},66205:e=>{e.exports={en:["Square"],fr:["Carré"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],fr:["Limite détudes dépassée: {number} études par mise en page.\nVeuillez retirer quelques études."]}},92516:e=>{e.exports={en:["Style"]}},61507:e=>{e.exports={en:["Stack on the left"],fr:["Empiler à gauche"]}},97800:e=>{e.exports={en:["Stack on the right"],fr:["Empiler à droite"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],fr:["Commencez à utiliser le mode de navigation au clavier. Appuyez sur le raccourci {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],fr:["Rester en Mode Dessin"]}},69217:e=>{e.exports={en:["Step line"],fr:["Ligne en escalier"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"],fr:["Sous-millenaire"]}},30585:e=>{e.exports={en:["Subminuette"],fr:["Sous-menuet"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"],fr:["Super millénaire"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],fr:["Passer à une {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],fr:["Erreur de symbole"]}},32390:e=>{e.exports={en:["Symbol name label"],fr:["Étiquette de nom du symbole"]}},10127:e=>{e.exports={en:["Symbol last price label"],fr:["Étiquette de la dernière valeur du symbole"]}}, en:["Short Position"],fr:["Position Short"]}},98334:e=>{e.exports={en:["Show"],fr:["Montrer"]}},85891:e=>{e.exports={en:["Show all drawings"],fr:["Montrer tous les dessins"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],fr:["Montrer tous les dessins et indicateurs"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],fr:["Masquer les positions et les ordresAfficher tous les dessins, indicateurs, positions & ordres"]}},98753:e=>{e.exports={en:["Show all indicators"],fr:["Montrer tous les indicateurs"]}},55418:e=>{e.exports={en:["Show all ideas"],fr:["Montrer toutes les idées"]}},20506:e=>{e.exports={en:["Show all positions & orders"],fr:["Afficher toutes les positions & ordres"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],fr:["Afficher le switch du contrat continu"]}},81465:e=>{e.exports={en:["Show contract expiration"],fr:["Afficher l'expiration des contrats"]}},29449:e=>{e.exports={en:["Show dividends"],fr:["Montrer les Dividendes"]}},37113:e=>{e.exports={en:["Show earnings"],fr:["Montrer les résultats"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],fr:["Afficher les idées des utilisateurs suivis"]}},62986:e=>{e.exports={en:["Show latest news"],fr:["Afficher les dernières nouvelles"]}},44020:e=>{e.exports={en:["Show my ideas only"],fr:["Afficher mes idées uniquement"]}},50849:e=>{e.exports={en:["Show splits"],fr:["Montrer les fractionnements d'actions"]}},67751:e=>{e.exports={en:["Signpost"],fr:["Panneau"]}},77377:e=>{e.exports={en:["Singapore"],fr:["Singapour"]}},39090:e=>{e.exports={en:["Sine Line"],fr:["Ligne sinusoïdale"]}},66205:e=>{e.exports={en:["Square"],fr:["Carré"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],fr:["Limite détudes dépassée: {number} études par mise en page.\nVeuillez retirer quelques études."]}},92516:e=>{e.exports={en:["Style"]}},61507:e=>{e.exports={en:["Stack on the left"],fr:["Empiler à gauche"]}},97800:e=>{e.exports={en:["Stack on the right"],fr:["Empiler à droite"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],fr:["Commencez à utiliser le mode de navigation au clavier. Appuyez sur le raccourci {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],fr:["Rester en Mode Dessin"]}},69217:e=>{e.exports={en:["Step line"],fr:["Ligne en escalier"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"],fr:["Sous-millenaire"]}},30585:e=>{e.exports={en:["Subminuette"],fr:["Sous-menuet"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"],fr:["Super millénaire"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],fr:["Passer à une {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],fr:["Erreur de symbole"]}},32390:e=>{e.exports={en:["Symbol name label"],fr:["Étiquette de nom du symbole"]}},10127:e=>{e.exports={
39079:e=>{e.exports={en:["Sync globally"],fr:["Synchronisation globale"]}},46607:e=>{e.exports={en:["Sync in layout"],fr:["Synchroniser tous les graphiques"]}},76519:e=>{e.exports={en:["Point & figure"],fr:["Point et Figure"]}},39949:e=>{e.exports={en:["Polyline"],fr:["Ensemble de Lignes"]}},371:e=>{e.exports={en:["Path"],fr:["Tracé"]}},59256:e=>{e.exports={en:["Parallel Channel"],fr:["Canal parallèle"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"],fr:["Coller"]}},6919:e=>{e.exports={en:["Percent"],fr:["Pourcent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"],fr:["Éventail"]}},19634:e=>{e.exports={en:["Pitchfork"],fr:["Fourchette"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"],fr:["Épingler à la nouvelle échelle de gauche"]}},28280:e=>{e.exports={en:["Pin to new right scale"],fr:["Épingler à la nouvelle échelle de droite"]}},14115:e=>{e.exports={en:["Pin to left scale"],fr:["Épingler à l'échelle de gauche"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],fr:["Épingler à l'échelle de gauche (masqué)"]}},81054:e=>{e.exports={en:["Pin to right scale"],fr:["épingler à l'échelle de droite"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],fr:["Épingler à l'échelle de droite (masqué)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],fr:["Epingler à l'échelle (maintenant à gauche)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],fr:["Épingler à l'échelle (maintenant pas d'échelle)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],fr:["Epingler à l'échelle (maintenant à droite)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],fr:["Épingler à l'échelle (maintenant {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],fr:["Épingler à l'échelle {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],fr:["Épingler à l'échelle {label} (masqué)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],fr:["Épinglé à l'échelle de gauche"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],fr:["Épinglé à l'échelle de gauche (masqué)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],fr:["Épinglé à l'échelle de droite"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],fr:["Épingler à l'échelle de droite (masqué)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],fr:["Épinglé à l'échelle {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],fr:["Épinglé à l'échelle {label} (masqué)"]}},71566:e=>{e.exports={en:["Plus button"],fr:["Bouton +"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],fr:["Veuillez nous donner une autorisation d'écriture dans le presse-papiers de votre navigateur ou appuyez sur {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"], en:["Symbol last price label"],fr:["Étiquette de la dernière valeur du symbole"]}},39079:e=>{e.exports={en:["Sync globally"],fr:["Synchronisation globale"]}},46607:e=>{e.exports={en:["Sync in layout"],fr:["Synchroniser tous les graphiques"]}},76519:e=>{e.exports={en:["Point & figure"],fr:["Point et Figure"]}},39949:e=>{e.exports={en:["Polyline"],fr:["Ensemble de Lignes"]}},371:e=>{e.exports={en:["Path"],fr:["Tracé"]}},59256:e=>{e.exports={en:["Parallel Channel"],fr:["Canal parallèle"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"],fr:["Coller"]}},6919:e=>{e.exports={en:["Percent"],fr:["Pourcent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"],fr:["Éventail"]}},19634:e=>{e.exports={en:["Pitchfork"],fr:["Fourchette"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"],fr:["Épingler à la nouvelle échelle de gauche"]}},28280:e=>{e.exports={en:["Pin to new right scale"],fr:["Épingler à la nouvelle échelle de droite"]}},14115:e=>{e.exports={en:["Pin to left scale"],fr:["Épingler à l'échelle de gauche"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],fr:["Épingler à l'échelle de gauche (masqué)"]}},81054:e=>{e.exports={en:["Pin to right scale"],fr:["épingler à l'échelle de droite"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],fr:["Épingler à l'échelle de droite (masqué)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],fr:["Epingler à l'échelle (maintenant à gauche)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],fr:["Épingler à l'échelle (maintenant pas d'échelle)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],fr:["Epingler à l'échelle (maintenant à droite)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],fr:["Épingler à l'échelle (maintenant {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],fr:["Épingler à l'échelle {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],fr:["Épingler à l'échelle {label} (masqué)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],fr:["Épinglé à l'échelle de gauche"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],fr:["Épinglé à l'échelle de gauche (masqué)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],fr:["Épinglé à l'échelle de droite"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],fr:["Épingler à l'échelle de droite (masqué)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],fr:["Épinglé à l'échelle {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],fr:["Épinglé à l'échelle {label} (masqué)"]}},71566:e=>{e.exports={en:["Plus button"],fr:["Bouton +"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],fr:["Veuillez nous donner une autorisation d'écriture dans le presse-papiers de votre navigateur ou appuyez sur {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],
fr:["Appuyez et maintenez {key} enfoncé pendant le zoom pour maintenir la position du graphique"]}},91282:e=>{e.exports={en:["Price Label"],fr:["Étiquette de Prix"]}},97512:e=>{e.exports={en:["Price Note"],fr:["Note de prix"]}},68941:e=>{e.exports={en:["Price Range"],fr:["Intervalle de Prix"]}},66123:e=>{e.exports={en:["Price format is invalid."],fr:["Le format du prix n'est pas valide."]}},72926:e=>{e.exports={en:["Price line"],fr:["Ligne de Prix"]}},59189:e=>{e.exports={en:["Primary"],fr:["Primaire"]}},75747:e=>{e.exports={en:["Projection"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],fr:["A publié sur {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],fr:["Recherche rapide. Appuyez sur {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],fr:["Rectangle pivoté"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"],fr:["Rayon"]}},55169:e=>{e.exports={en:["Range"],fr:["Plage"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"],fr:["Recommencer"]}},2460:e=>{e.exports={en:["Regression Trend"],fr:["Tendance de la Régression"]}},67410:e=>{e.exports={en:["Remove"],fr:["Retirer"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],fr:["Supprimer cette métrique financière des favoris"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],fr:["Supprimer cet indicateur des favoris"]}},86285:e=>{e.exports={en:["Remove {drawings}"],fr:["Supprimer {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],fr:["Supprimer {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],fr:["Supprimer {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],fr:["Renommer la configuration du graphique"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],fr:["Réinitialiser l'affichage du graphique"]}},88853:e=>{e.exports={en:["Reset points"],fr:["Réinitialiser les points"]}},15332:e=>{e.exports={en:["Reset price scale"],fr:["Réinitialiser l'échelle de prix"]}},54170:e=>{e.exports={en:["Reset time scale"],fr:["Réinitialiser l'échelle de temps"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],fr:["Erreur d'exécution"]}},66719:e=>{e.exports={en:["Warning"],fr:["Avertissement"]}},5959:e=>{e.exports={en:["Warsaw"],fr:["Varsovie"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],fr:["Tableau"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"],fr:["Téhéran"]}},93553:e=>{e.exports={en:["Template"],fr:["Espace de Travail"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."], fr:["Appuyez et maintenez {key} enfoncé pendant le zoom pour maintenir la position du graphique"]}},91282:e=>{e.exports={en:["Price Label"],fr:["Étiquette de Prix"]}},97512:e=>{e.exports={en:["Price Note"],fr:["Note de prix"]}},68941:e=>{e.exports={en:["Price Range"],fr:["Intervalle de Prix"]}},66123:e=>{e.exports={en:["Price format is invalid."],fr:["Le format du prix n'est pas valide."]}},72926:e=>{e.exports={en:["Price line"],fr:["Ligne de Prix"]}},59189:e=>{e.exports={en:["Primary"],fr:["Primaire"]}},75747:e=>{e.exports={en:["Projection"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],fr:["A publié sur {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],fr:["Recherche rapide. Appuyez sur {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],fr:["Rectangle pivoté"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"],fr:["Rayon"]}},55169:e=>{e.exports={en:["Range"],fr:["Plage"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"]}},48236:e=>{e.exports={en:["Redo"],fr:["Recommencer"]}},2460:e=>{e.exports={en:["Regression Trend"],fr:["Tendance de la Régression"]}},67410:e=>{e.exports={en:["Remove"],fr:["Retirer"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],fr:["Supprimer cette métrique financière des favoris"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],fr:["Supprimer cet indicateur des favoris"]}},86285:e=>{e.exports={en:["Remove {drawings}"],fr:["Supprimer {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],fr:["Supprimer {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],fr:["Supprimer {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],fr:["Renommer la configuration du graphique"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],fr:["Réinitialiser l'affichage du graphique"]}},88853:e=>{e.exports={en:["Reset points"],fr:["Réinitialiser les points"]}},15332:e=>{e.exports={en:["Reset price scale"],fr:["Réinitialiser l'échelle de prix"]}},54170:e=>{e.exports={en:["Reset time scale"],fr:["Réinitialiser l'échelle de temps"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],fr:["Erreur d'exécution"]}},66719:e=>{e.exports={en:["Warning"],fr:["Avertissement"]}},5959:e=>{e.exports={en:["Warsaw"],fr:["Varsovie"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],fr:["Tableau"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"],fr:["Téhéran"]}},93553:e=>{e.exports={en:["Template"],fr:["Espace de Travail"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],
fr:["Le fournisseur de données ne fournit pas de données de volume pour ce symbole."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],fr:["L'aperçu de la publication n'a pas pu être chargé. Veuillez désactiver les extensions de votre navigateur et réessayer."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],fr:["Le traitement de la demande a pris trop de temps. Assurez-vous que vous disposez d'une connexion internet stable. Si le problème persiste, essayez de réduire la durée de l'intervalle de temps demandé."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],fr:["Il n'y a pas de données pour la période et la plage temporelle du graphique que vous avez sélectionnées."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],fr:["Ce fichier est trop gros. La taille maximale est de {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],fr:["Cet indicateur ne peut pas être appliqué à un autre indicateur."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],fr:["Ce script contient une erreur. Veuillez contacter son auteur."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],fr:["Ce script est sur invitation seulement. Pour y avoir accès, veuillez contacter son auteur."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],fr:["Symbole disponible uniquement sur {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],fr:['Motif "Three Drives"']}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],fr:["Les intervalles basés sur les ticks ne sont pas disponibles pour {ticker}."]}},12806:e=>{e.exports={en:["Time"],fr:["Heure"]}},20909:e=>{e.exports={en:["Time zone"],fr:["Fuseau Horaire"]}},46852:e=>{e.exports={en:["Time Cycles"],fr:["Cycles de temps"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],fr:["Temps d'Opportunité de prix"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],fr:["Tradingview est interactif et dispose de commandes à utiliser avec un lecteur d'écran. Voici une liste des commandes clavier disponibles pour interagir sur la plateforme"]}},35757:e=>{e.exports={en:["Trend Angle"],fr:["Angle de la Tendance"]}},97339:e=>{e.exports={en:["Trend Line"],fr:["Droite de Tendance"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],fr:["Prolongation de Fibonacci selon la Tendance"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],fr:["Temps de Fibonacci selon la Tendance"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{ fr:["Le fournisseur de données ne fournit pas de données de volume pour ce symbole."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],fr:["L'aperçu de la publication n'a pas pu être chargé. Veuillez désactiver les extensions de votre navigateur et réessayer."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],fr:["Le traitement de la demande a pris trop de temps. Assurez-vous que vous disposez d'une connexion internet stable. Si le problème persiste, essayez de réduire la durée de l'intervalle de temps demandé."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],fr:["Il n'y a pas de données pour la période et la plage temporelle du graphique que vous avez sélectionnées."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],fr:["Ce fichier est trop gros. La taille maximale est de {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],fr:["Cet indicateur ne peut pas être appliqué à un autre indicateur."]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],fr:["Ce script contient une erreur. Veuillez contacter son auteur."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],fr:["Ce script est sur invitation seulement. Pour y avoir accès, veuillez contacter son auteur."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],fr:["Symbole disponible uniquement sur {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],fr:['Motif "Three Drives"']}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],fr:["Les intervalles basés sur les ticks ne sont pas disponibles pour {ticker}."]}},12806:e=>{e.exports={en:["Time"],fr:["Heure"]}},20909:e=>{e.exports={en:["Time zone"],fr:["Fuseau Horaire"]}},46852:e=>{e.exports={en:["Time Cycles"],fr:["Cycles de temps"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],fr:["Temps d'Opportunité de prix"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],fr:["Tradingview est interactif et dispose de commandes à utiliser avec un lecteur d'écran. Voici une liste des commandes clavier disponibles pour interagir sur la plateforme"]}},35757:e=>{e.exports={en:["Trend Angle"],fr:["Angle de la Tendance"]}},97339:e=>{e.exports={en:["Trend Line"],fr:["Droite de Tendance"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],fr:["Prolongation de Fibonacci selon la Tendance"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],fr:["Temps de Fibonacci selon la Tendance"]}},1671:e=>{e.exports={en:["Triangle"]}},76152:e=>{
e.exports={en:["Triangle Down"],fr:["Triangle vers le bas"]}},90148:e=>{e.exports={en:["Triangle Pattern"],fr:["Figure en Triangle"]}},21236:e=>{e.exports={en:["Triangle Up"],fr:["Triangle vers le haut"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],fr:["Annuler"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],fr:["Erreur inattendue en mode Deep Backtesting. Contactez le support pour plus d'informations."]}},15432:e=>{e.exports={en:["Units"],fr:["Unités"]}},11768:e=>{e.exports={en:["Unknown error"],fr:["Erreur inconnue"]}},99894:e=>{e.exports={en:["Unlock"],fr:["Déverrouiller"]}},75546:e=>{e.exports={en:["Unsupported interval"],fr:["Intervalle non pris en charge"]}},8580:e=>{e.exports={en:["User-defined error"],fr:["Erreur définie par l'utilisateur"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],fr:["Profil de volume Gamme fixe"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],fr:["L'indicateur Volume Profile n'est disponible que sur nos plans upgradés."]}},93722:e=>{e.exports={en:["Volume candles"],fr:["Bougies de volume"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],fr:["Les données de volume ne sont pas fournies dans le plan de données BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],fr:["Empreinte du volume"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],fr:["Droite Verticale"]}},23160:e=>{e.exports={en:["Vienna"],fr:["Vienne"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],fr:["Visibilité"]}},54853:e=>{e.exports={en:["Visibility on intervals"],fr:["Visibilité des intervalles"]}},58302:e=>{e.exports={en:["Visible on tap"],fr:["Visible si besoin"]}},10309:e=>{e.exports={en:["Visible on mouse over"],fr:["Visible avec déplacement de la souris"]}},4077:e=>{e.exports={en:["Visual order"],fr:["Ordre de visualisation"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"],fr:["Figure en XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],fr:["Vous ne pouvez pas voir cette période de pivot avec cette résolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],fr:["Vous avez verrouillé des dessins sur ce symbole. Voulez-vous également supprimer les dessins verrouillés?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"],fr:["Oui, supprimez-les"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"],fr:["changer le degré d'Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],fr:["modifier les étiquettes qui ne se chevauchent pas"]}},76852:e=>{e.exports={en:["change average close price label visibility"],fr:["changer la visibilité de l'étiquette du prix moyen de clôture"]}},1022:e=>{e.exports={ e.exports={en:["Triangle Down"],fr:["Triangle vers le bas"]}},90148:e=>{e.exports={en:["Triangle Pattern"],fr:["Figure en Triangle"]}},21236:e=>{e.exports={en:["Triangle Up"],fr:["Triangle vers le haut"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],fr:["Annuler"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],fr:["Erreur inattendue en mode Deep Backtesting. Contactez le support pour plus d'informations."]}},15432:e=>{e.exports={en:["Units"],fr:["Unités"]}},11768:e=>{e.exports={en:["Unknown error"],fr:["Erreur inconnue"]}},99894:e=>{e.exports={en:["Unlock"],fr:["Déverrouiller"]}},75546:e=>{e.exports={en:["Unsupported interval"],fr:["Intervalle non pris en charge"]}},8580:e=>{e.exports={en:["User-defined error"],fr:["Erreur définie par l'utilisateur"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],fr:["Profil de volume Gamme fixe"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],fr:["L'indicateur Volume Profile n'est disponible que sur nos plans upgradés."]}},93722:e=>{e.exports={en:["Volume candles"],fr:["Bougies de volume"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],fr:["Les données de volume ne sont pas fournies dans le plan de données BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],fr:["Empreinte du volume"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],fr:["Droite Verticale"]}},23160:e=>{e.exports={en:["Vienna"],fr:["Vienne"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],fr:["Visibilité"]}},54853:e=>{e.exports={en:["Visibility on intervals"],fr:["Visibilité des intervalles"]}},58302:e=>{e.exports={en:["Visible on tap"],fr:["Visible si besoin"]}},10309:e=>{e.exports={en:["Visible on mouse over"],fr:["Visible avec déplacement de la souris"]}},4077:e=>{e.exports={en:["Visual order"],fr:["Ordre de visualisation"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"],fr:["Figure en XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],fr:["Vous ne pouvez pas voir cette période de pivot avec cette résolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],fr:["Vous avez verrouillé des dessins sur ce symbole. Voulez-vous également supprimer les dessins verrouillés?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"],fr:["Oui, supprimez-les"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"],fr:["changer le degré d'Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],fr:["modifier les étiquettes qui ne se chevauchent pas"]}},76852:e=>{e.exports={en:["change average close price label visibility"],fr:["changer la visibilité de l'étiquette du prix moyen de clôture"]}},1022:e=>{e.exports={

View File

@@ -2,5 +2,5 @@
disableActiveOnTouch:"disableActiveOnTouch-PVWoXu5j",disableActiveStateStyles:"disableActiveStateStyles-PVWoXu5j",withGrouped:"withGrouped-PVWoXu5j","quiet-primary":"quiet-primary-PVWoXu5j",green:"green-PVWoXu5j",red:"red-PVWoXu5j",blue:"blue-PVWoXu5j",secondary:"secondary-PVWoXu5j",ghost:"ghost-PVWoXu5j"}},1538:e=>{e.exports={lightButton:"lightButton-bYDQcOkp",link:"link-bYDQcOkp",ltr:"ltr-bYDQcOkp",rtl:"rtl-bYDQcOkp","typography-regular16px":"typography-regular16px-bYDQcOkp","typography-medium16px":"typography-medium16px-bYDQcOkp","typography-regular14px":"typography-regular14px-bYDQcOkp","typography-semibold14px":"typography-semibold14px-bYDQcOkp","typography-semibold16px":"typography-semibold16px-bYDQcOkp",content:"content-bYDQcOkp",visuallyHidden:"visuallyHidden-bYDQcOkp",nowrap:"nowrap-bYDQcOkp",ellipsisContainer:"ellipsisContainer-bYDQcOkp",textWrapContainer:"textWrapContainer-bYDQcOkp",textWrapWithEllipsis:"textWrapWithEllipsis-bYDQcOkp",slot:"slot-bYDQcOkp",caret:"caret-bYDQcOkp",activeCaret:"activeCaret-bYDQcOkp",xsmall:"xsmall-bYDQcOkp",withStartSlot:"withStartSlot-bYDQcOkp",withEndSlot:"withEndSlot-bYDQcOkp",noContent:"noContent-bYDQcOkp",wrap:"wrap-bYDQcOkp",small:"small-bYDQcOkp",medium:"medium-bYDQcOkp"}},36718:e=>{e.exports={"default-drawer-min-top-distance":"100px",wrap:"wrap-_HnK0UIN",positionBottom:"positionBottom-_HnK0UIN",backdrop:"backdrop-_HnK0UIN",drawer:"drawer-_HnK0UIN",positionLeft:"positionLeft-_HnK0UIN"}},27011:(e,t,o)=>{"use strict";function n(e,t){return t||null==e||("string"==typeof e||Array.isArray(e))&&0===e.length}o.d(t,{isIconOnly:()=>n})},9038:(e,t,o)=>{"use strict";o.d(t,{useLightButtonClasses:()=>c});var n=o(50959),r=o(97754),l=o(17946),a=o(27011),i=o(86332);const s=n.createContext({isInButtonGroup:!1,isGroupPrimary:!1}),c=(e,t,o)=>{const c=(0,n.useContext)(l.CustomBehaviourContext),{className:u,isSelected:d,children:p,showCaret:m,forceDirection:h,iconOnly:v,color:g="gray",variant:y="primary",size:f="medium",enableActiveStateStyles:x=c.enableActiveStateStyles,typography:b,isLink:w=!1,textWrap:C,isPills:E,isActive:S,startSlot:W,endSlot:k}=t,D=e[`typography-${((e,t,o)=>{if(o){const e=o.replace(/^\D+/g,"");return t?`semibold${e}`:o}switch(e){case"xsmall":return t?"semibold14px":"regular14px";case"small":case"medium":return t?"semibold16px":"regular16px";default:return""}})(f,d||E,b||void 0)}`],O=(0,n.useContext)(i.ControlGroupContext),{isInButtonGroup:B,isGroupPrimary:N}=(0,n.useContext)(s);return r(u,e.lightButton,w&&e.link,S&&e.active,d&&e.selected,(0,a.isIconOnly)(p,v)&&e.noContent,!!W&&e.withStartSlot,(m||!!k)&&e.withEndSlot,o&&e.withGrouped,h&&e[h],e[N?"primary":y],e[N?"gray":g],e[f],D,!x&&e.disableActiveStateStyles,O.isGrouped&&e.grouped,C&&e.wrap,B&&e.disableActiveOnTouch,E&&e.pills)}},66860:(e,t,o)=>{"use strict";o.d(t,{LightButtonContent:()=>p});var n=o(50959),r=o(97754),l=o(34094),a=o(27011),i=o(9745),s=o(2948),c=o(1538),u=o.n(c);const d=e=>n.createElement(i.Icon,{className:r(u().caret,e&&u().activeCaret),icon:s});function p(e){ disableActiveOnTouch:"disableActiveOnTouch-PVWoXu5j",disableActiveStateStyles:"disableActiveStateStyles-PVWoXu5j",withGrouped:"withGrouped-PVWoXu5j","quiet-primary":"quiet-primary-PVWoXu5j",green:"green-PVWoXu5j",red:"red-PVWoXu5j",blue:"blue-PVWoXu5j",secondary:"secondary-PVWoXu5j",ghost:"ghost-PVWoXu5j"}},1538:e=>{e.exports={lightButton:"lightButton-bYDQcOkp",link:"link-bYDQcOkp",ltr:"ltr-bYDQcOkp",rtl:"rtl-bYDQcOkp","typography-regular16px":"typography-regular16px-bYDQcOkp","typography-medium16px":"typography-medium16px-bYDQcOkp","typography-regular14px":"typography-regular14px-bYDQcOkp","typography-semibold14px":"typography-semibold14px-bYDQcOkp","typography-semibold16px":"typography-semibold16px-bYDQcOkp",content:"content-bYDQcOkp",visuallyHidden:"visuallyHidden-bYDQcOkp",nowrap:"nowrap-bYDQcOkp",ellipsisContainer:"ellipsisContainer-bYDQcOkp",textWrapContainer:"textWrapContainer-bYDQcOkp",textWrapWithEllipsis:"textWrapWithEllipsis-bYDQcOkp",slot:"slot-bYDQcOkp",caret:"caret-bYDQcOkp",activeCaret:"activeCaret-bYDQcOkp",xsmall:"xsmall-bYDQcOkp",withStartSlot:"withStartSlot-bYDQcOkp",withEndSlot:"withEndSlot-bYDQcOkp",noContent:"noContent-bYDQcOkp",wrap:"wrap-bYDQcOkp",small:"small-bYDQcOkp",medium:"medium-bYDQcOkp"}},36718:e=>{e.exports={"default-drawer-min-top-distance":"100px",wrap:"wrap-_HnK0UIN",positionBottom:"positionBottom-_HnK0UIN",backdrop:"backdrop-_HnK0UIN",drawer:"drawer-_HnK0UIN",positionLeft:"positionLeft-_HnK0UIN"}},27011:(e,t,o)=>{"use strict";function n(e,t){return t||null==e||("string"==typeof e||Array.isArray(e))&&0===e.length}o.d(t,{isIconOnly:()=>n})},9038:(e,t,o)=>{"use strict";o.d(t,{useLightButtonClasses:()=>c});var n=o(50959),r=o(97754),l=o(17946),a=o(27011),i=o(86332);const s=n.createContext({isInButtonGroup:!1,isGroupPrimary:!1}),c=(e,t,o)=>{const c=(0,n.useContext)(l.CustomBehaviourContext),{className:u,isSelected:d,children:p,showCaret:m,forceDirection:h,iconOnly:v,color:g="gray",variant:y="primary",size:f="medium",enableActiveStateStyles:x=c.enableActiveStateStyles,typography:b,isLink:w=!1,textWrap:C,isPills:E,isActive:S,startSlot:W,endSlot:k}=t,D=e[`typography-${((e,t,o)=>{if(o){const e=o.replace(/^\D+/g,"");return t?`semibold${e}`:o}switch(e){case"xsmall":return t?"semibold14px":"regular14px";case"small":case"medium":return t?"semibold16px":"regular16px";default:return""}})(f,d||E,b||void 0)}`],O=(0,n.useContext)(i.ControlGroupContext),{isInButtonGroup:B,isGroupPrimary:N}=(0,n.useContext)(s);return r(u,e.lightButton,w&&e.link,S&&e.active,d&&e.selected,(0,a.isIconOnly)(p,v)&&e.noContent,!!W&&e.withStartSlot,(m||!!k)&&e.withEndSlot,o&&e.withGrouped,h&&e[h],e[N?"primary":y],e[N?"gray":g],e[f],D,!x&&e.disableActiveStateStyles,O.isGrouped&&e.grouped,C&&e.wrap,B&&e.disableActiveOnTouch,E&&e.pills)}},66860:(e,t,o)=>{"use strict";o.d(t,{LightButtonContent:()=>p});var n=o(50959),r=o(97754),l=o(34094),a=o(27011),i=o(9745),s=o(2948),c=o(1538),u=o.n(c);const d=e=>n.createElement(i.Icon,{className:r(u().caret,e&&u().activeCaret),icon:s});function p(e){
const{showCaret:t,iconOnly:o,ellipsis:i=!0,textWrap:s,tooltipText:c,children:p,endSlot:m,startSlot:h,isActiveCaret:v}=e;[m,t].filter((e=>!!e));return n.createElement(n.Fragment,null,h&&n.createElement("span",{className:r(u().slot,u().startSlot)},h),!(0,a.isIconOnly)(p,o)&&n.createElement("span",{className:r(u().content,!s&&u().nowrap,"apply-overflow-tooltip","apply-overflow-tooltip--check-children-recursively","apply-overflow-tooltip--allow-text"),"data-overflow-tooltip-text":c??(0,l.getTextForTooltip)(p)},s||i?n.createElement(n.Fragment,null,n.createElement("span",{className:r(!s&&i&&u().ellipsisContainer,s&&u().textWrapContainer,s&&i&&u().textWrapWithEllipsis)},p),n.createElement("span",{className:u().visuallyHidden,"aria-hidden":!0},p)):n.createElement(n.Fragment,null,p,n.createElement("span",{className:u().visuallyHidden,"aria-hidden":!0},p))),m&&n.createElement("span",{className:r(u().slot,u().endSlot)},m),t&&d(v))}},15893:(e,t,o)=>{"use strict";o.d(t,{LightButton:()=>d});var n=o(50959),r=o(86332),l=o(9038),a=o(66860),i=o(1538),s=o.n(i),c=o(88317),u=o.n(c);function d(e){const{isGrouped:t}=n.useContext(r.ControlGroupContext),{reference:o,className:i,isSelected:c,children:d,iconOnly:p,ellipsis:m,showCaret:h,forceDirection:v,endSlot:g,startSlot:y,color:f,variant:x,size:b,enableActiveStateStyles:w,typography:C,textWrap:E=!1,maxLines:S,style:W={},isPills:k,isActive:D,tooltipText:O,role:B,...N}=e,I=E?S??2:1,P=I>0?{...W,"--ui-lib-light-button-content-max-lines":I}:W;return n.createElement("button",{...N,className:(0,l.useLightButtonClasses)({...u(),...s()},{className:i,isSelected:c,children:d,iconOnly:p,showCaret:h,forceDirection:v,endSlot:g,startSlot:y,color:f,variant:x,size:b,enableActiveStateStyles:w,typography:C,textWrap:E,isPills:k,isActive:D},t),ref:o,style:P,role:B},n.createElement(a.LightButtonContent,{showCaret:h,isActiveCaret:h&&(k||D||c),iconOnly:p,ellipsis:m,textWrap:E,tooltipText:O,endSlot:g,startSlot:y},d))}},86332:(e,t,o)=>{"use strict";o.d(t,{ControlGroupContext:()=>n});const n=o(50959).createContext({isGrouped:!1,cellState:{isTop:!0,isRight:!0,isBottom:!0,isLeft:!0}})},17946:(e,t,o)=>{"use strict";o.d(t,{CustomBehaviourContext:()=>n});const n=(0,o(50959).createContext)({enableActiveStateStyles:!0});n.displayName="CustomBehaviourContext"},34094:(e,t,o)=>{"use strict";o.d(t,{getTextForTooltip:()=>a});var n=o(50959);const r=e=>(0,n.isValidElement)(e)&&Boolean(e.props.children),l=e=>null==e||"boolean"==typeof e||"{}"===JSON.stringify(e)?"":e.toString()+" ",a=e=>Array.isArray(e)||(0,n.isValidElement)(e)?n.Children.toArray(e).reduce(((e,t)=>{let o="";return o=(0,n.isValidElement)(t)&&r(t)?a(t.props.children):(0,n.isValidElement)(t)&&!r(t)?"":l(t),e.concat(o)}),"").trim():l(e)},37558:(e,t,o)=>{"use strict";o.d(t,{DrawerContext:()=>a,DrawerManager:()=>l});var n=o(50959),r=o(99054);class l extends n.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))}, const{showCaret:t,iconOnly:o,ellipsis:i=!0,textWrap:s,tooltipText:c,children:p,endSlot:m,startSlot:h,isActiveCaret:v}=e;[m,t].filter((e=>!!e));return n.createElement(n.Fragment,null,h&&n.createElement("span",{className:r(u().slot,u().startSlot)},h),!(0,a.isIconOnly)(p,o)&&n.createElement("span",{className:r(u().content,!s&&u().nowrap,"apply-overflow-tooltip","apply-overflow-tooltip--check-children-recursively","apply-overflow-tooltip--allow-text"),"data-overflow-tooltip-text":c??(0,l.getTextForTooltip)(p)},s||i?n.createElement(n.Fragment,null,n.createElement("span",{className:r(!s&&i&&u().ellipsisContainer,s&&u().textWrapContainer,s&&i&&u().textWrapWithEllipsis)},p),n.createElement("span",{className:u().visuallyHidden,"aria-hidden":!0},p)):n.createElement(n.Fragment,null,p,n.createElement("span",{className:u().visuallyHidden,"aria-hidden":!0},p))),m&&n.createElement("span",{className:r(u().slot,u().endSlot)},m),t&&d(v))}},15893:(e,t,o)=>{"use strict";o.d(t,{LightButton:()=>d});var n=o(50959),r=o(86332),l=o(9038),a=o(66860),i=o(1538),s=o.n(i),c=o(88317),u=o.n(c);function d(e){const{isGrouped:t}=n.useContext(r.ControlGroupContext),{reference:o,className:i,isSelected:c,children:d,iconOnly:p,ellipsis:m,showCaret:h,forceDirection:v,endSlot:g,startSlot:y,color:f,variant:x,size:b,enableActiveStateStyles:w,typography:C,textWrap:E=!1,maxLines:S,style:W={},isPills:k,isActive:D,tooltipText:O,role:B,...N}=e,I=E?S??2:1,P=I>0?{...W,"--ui-lib-light-button-content-max-lines":I}:W;return n.createElement("button",{...N,className:(0,l.useLightButtonClasses)({...u(),...s()},{className:i,isSelected:c,children:d,iconOnly:p,showCaret:h,forceDirection:v,endSlot:g,startSlot:y,color:f,variant:x,size:b,enableActiveStateStyles:w,typography:C,textWrap:E,isPills:k,isActive:D},t),ref:o,style:P,role:B},n.createElement(a.LightButtonContent,{showCaret:h,isActiveCaret:h&&(k||D||c),iconOnly:p,ellipsis:m,textWrap:E,tooltipText:O,endSlot:g,startSlot:y},d))}},86332:(e,t,o)=>{"use strict";o.d(t,{ControlGroupContext:()=>n});const n=o(50959).createContext({isGrouped:!1,cellState:{isTop:!0,isRight:!0,isBottom:!0,isLeft:!0}})},17946:(e,t,o)=>{"use strict";o.d(t,{CustomBehaviourContext:()=>n});const n=(0,o(50959).createContext)({enableActiveStateStyles:!0});n.displayName="CustomBehaviourContext"},34094:(e,t,o)=>{"use strict";o.d(t,{getTextForTooltip:()=>a});var n=o(50959);const r=e=>(0,n.isValidElement)(e)&&Boolean(e.props.children),l=e=>null==e||"boolean"==typeof e||"{}"===JSON.stringify(e)?"":e.toString()+" ",a=e=>Array.isArray(e)||(0,n.isValidElement)(e)?n.Children.toArray(e).reduce(((e,t)=>{let o="";return o=(0,n.isValidElement)(t)&&r(t)?a(t.props.children):(0,n.isValidElement)(t)&&!r(t)?"":l(t),e.concat(o)}),"").trim():l(e)},37558:(e,t,o)=>{"use strict";o.d(t,{DrawerContext:()=>a,DrawerManager:()=>l});var n=o(50959),r=o(99054);class l extends n.PureComponent{constructor(e){super(e),this._isBodyFixed=!1,this._addDrawer=e=>{this.setState((t=>({stack:[...t.stack,e]})))},this._removeDrawer=e=>{this.setState((t=>({stack:t.stack.filter((t=>t!==e))})))},
this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,r.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,r.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,r.setFixedBodyState)(!1)}render(){return n.createElement(a.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const a=n.createContext(null)},41590:(e,t,o)=>{"use strict";o.d(t,{Drawer:()=>m});var n=o(50959),r=o(50151),l=o(97754),a=o(92184),i=o(42842),s=o(37558),c=o(29197),u=o(86656),d=o(36718);var p;function m(e){const{position:t="Bottom",onClose:o,children:u,reference:p,className:m,theme:v=d}=e,g=(0,r.ensureNotNull)((0,n.useContext)(s.DrawerContext)),[y]=(0,n.useState)((()=>(0,a.randomHash)())),f=(0,n.useRef)(null),x=(0,n.useContext)(c.CloseDelegateContext);return(0,n.useLayoutEffect)((()=>((0,r.ensureNotNull)(f.current).focus({preventScroll:!0}),x.subscribe(g,o),g.addDrawer(y),()=>{g.removeDrawer(y),x.unsubscribe(g,o)})),[]),n.createElement(i.Portal,null,n.createElement("div",{ref:p,className:l(d.wrap,d[`position${t}`])},y===g.currentDrawer&&n.createElement("div",{className:d.backdrop,onClick:o}),n.createElement(h,{className:l(v.drawer,d[`position${t}`],m),ref:f,"data-name":e["data-name"]},u)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(p||(p={}));const h=(0,n.forwardRef)(((e,t)=>{const{className:o,...r}=e;return n.createElement(u.TouchScrollContainer,{className:l(d.drawer,o),tabIndex:-1,ref:t,...r})}))},20520:(e,t,o)=>{"use strict";o.d(t,{PopupMenu:()=>p});var n=o(50959),r=o(32227),l=o(88987),a=o(42842),i=o(27317),s=o(29197);const c=n.createContext(void 0);var u=o(36383);const d=n.createContext({setMenuMaxWidth:!1});function p(e){const{controller:t,children:o,isOpened:p,closeOnClickOutside:m=!0,doNotCloseOn:h,onClickOutside:v,onClose:g,onKeyboardClose:y,"data-name":f="popup-menu-container",...x}=e,b=(0,n.useContext)(s.CloseDelegateContext),w=n.useContext(d),C=(0,n.useContext)(c),E=(0,u.useOutsideEvent)({handler:function(e){v&&v(e);if(!m)return;const t=(0,l.default)(h)?h():null==h?[]:[h];if(t.length>0&&e.target instanceof Node)for(const o of t){const t=r.findDOMNode(o);if(t instanceof Node&&t.contains(e.target))return}g()},mouseDown:!0,touchStart:!0});return p?n.createElement(a.Portal,{top:"0",left:"0",right:"0",bottom:"0",pointerEvents:"none"},n.createElement("span",{ref:E,style:{pointerEvents:"auto"}},n.createElement(i.Menu,{...x,onClose:g,onKeyboardClose:y,onScroll:function(t){const{onScroll:o}=e;o&&o(t)},customCloseDelegate:b,customRemeasureDelegate:C,ref:t,"data-name":f,limitMaxWidth:w.setMenuMaxWidth,"data-tooltip-show-on-focus":"true"},o))):null}},86656:(e,t,o)=>{"use strict";o.d(t,{TouchScrollContainer:()=>c});var n=o(50959),r=o(59142),l=o(50151),a=o(49483);const i=CSS.supports("overscroll-behavior","none");let s=0;const c=(0,n.forwardRef)(((e,t)=>{ this.state={stack:[]}}componentDidUpdate(e,t){!t.stack.length&&this.state.stack.length&&((0,r.setFixedBodyState)(!0),this._isBodyFixed=!0),t.stack.length&&!this.state.stack.length&&this._isBodyFixed&&((0,r.setFixedBodyState)(!1),this._isBodyFixed=!1)}componentWillUnmount(){this.state.stack.length&&this._isBodyFixed&&(0,r.setFixedBodyState)(!1)}render(){return n.createElement(a.Provider,{value:{addDrawer:this._addDrawer,removeDrawer:this._removeDrawer,currentDrawer:this.state.stack.length?this.state.stack[this.state.stack.length-1]:null}},this.props.children)}}const a=n.createContext(null)},41590:(e,t,o)=>{"use strict";o.d(t,{Drawer:()=>m});var n=o(50959),r=o(50151),l=o(97754),a=o(92184),i=o(42842),s=o(37558),c=o(29197),u=o(86656),d=o(36718);var p;function m(e){const{position:t="Bottom",onClose:o,children:u,reference:p,className:m,theme:v=d}=e,g=(0,r.ensureNotNull)((0,n.useContext)(s.DrawerContext)),[y]=(0,n.useState)((()=>(0,a.randomHash)())),f=(0,n.useRef)(null),x=(0,n.useContext)(c.CloseDelegateContext);return(0,n.useLayoutEffect)((()=>((0,r.ensureNotNull)(f.current).focus({preventScroll:!0}),x.subscribe(g,o),g.addDrawer(y),()=>{g.removeDrawer(y),x.unsubscribe(g,o)})),[]),n.createElement(i.Portal,null,n.createElement("div",{ref:p,className:l(d.wrap,d[`position${t}`])},y===g.currentDrawer&&n.createElement("div",{className:d.backdrop,onClick:o}),n.createElement(h,{className:l(v.drawer,d[`position${t}`],m),ref:f,"data-name":e["data-name"]},u)))}!function(e){e.Left="Left",e.Bottom="Bottom"}(p||(p={}));const h=(0,n.forwardRef)(((e,t)=>{const{className:o,...r}=e;return n.createElement(u.TouchScrollContainer,{className:l(d.drawer,o),tabIndex:-1,ref:t,...r})}))},20520:(e,t,o)=>{"use strict";o.d(t,{PopupMenu:()=>p});var n=o(50959),r=o(32227),l=o(88987),a=o(42842),i=o(27317),s=o(29197);const c=n.createContext(void 0);var u=o(36383);const d=n.createContext({setMenuMaxWidth:!1});function p(e){const{controller:t,children:o,isOpened:p,closeOnClickOutside:m=!0,doNotCloseOn:h,onClickOutside:v,onClose:g,onKeyboardClose:y,"data-name":f="popup-menu-container",...x}=e,b=(0,n.useContext)(s.CloseDelegateContext),w=n.useContext(d),C=(0,n.useContext)(c),E=(0,u.useOutsideEvent)({handler:function(e){v&&v(e);if(!m)return;const t=(0,l.default)(h)?h():null==h?[]:[h];if(t.length>0&&e.target instanceof Node)for(const o of t){const t=r.findDOMNode(o);if(t instanceof Node&&t.contains(e.target))return}g()},mouseDown:!0,touchStart:!0});return p?n.createElement(a.Portal,{top:"0",left:"0",right:"0",bottom:"0",pointerEvents:"none"},n.createElement("span",{ref:E,style:{pointerEvents:"auto"}},n.createElement(i.Menu,{...x,onClose:g,onKeyboardClose:y,onScroll:function(t){const{onScroll:o}=e;o&&o(t)},customCloseDelegate:b,customRemeasureDelegate:C,ref:t,"data-name":f,limitMaxWidth:w.setMenuMaxWidth,"data-tooltip-show-on-focus":"true"},o))):null}},86656:(e,t,o)=>{"use strict";o.d(t,{TouchScrollContainer:()=>c});var n=o(50959),r=o(59142),l=o(50151),a=o(49483);const i=CSS.supports("overscroll-behavior","none");let s=0;const c=(0,n.forwardRef)(((e,t)=>{
const{children:o,...l}=e,c=(0,n.useRef)(null);return(0,n.useImperativeHandle)(t,(()=>c.current)),(0,n.useLayoutEffect)((()=>{if(a.CheckMobile.iOS())return s++,null!==c.current&&(i?1===s&&(document.body.style.overscrollBehavior="none"):(0,r.disableBodyScroll)(c.current,{allowTouchMove:u(c)})),()=>{s--,null!==c.current&&(i?0===s&&(document.body.style.overscrollBehavior=""):(0,r.enableBodyScroll)(c.current))}}),[]),n.createElement("div",{ref:c,...l},o)}));function u(e){return t=>{const o=(0,l.ensureNotNull)(e.current),n=document.activeElement;return!o.contains(t)||null!==n&&o.contains(n)&&n.contains(t)}}},59617:e=>{e.exports={"css-value-small-size":"18px","css-value-medium-size":"22px","css-value-large-size":"28px","css-value-border-radius-small-size":"9px","css-value-border-radius-medium-size":"11px","css-value-border-radius-large-size":"8px","css-value-vertical-padding-size":"16px","css-value-horizontal-padding-size":"16px","css-value-vertical-padding-size-first":"11px","css-value-vertical-padding-size-last":"10px",popupWidget:"popupWidget-Wu2pIo3E",large:"large-Wu2pIo3E",mobile:"mobile-Wu2pIo3E",desc:"desc-Wu2pIo3E",icon:"icon-Wu2pIo3E",small:"small-Wu2pIo3E",medium:"medium-Wu2pIo3E",title:"title-Wu2pIo3E",text:"text-Wu2pIo3E",item:"item-Wu2pIo3E",boldItem:"boldItem-Wu2pIo3E",action:"action-Wu2pIo3E",actionBtn:"actionBtn-Wu2pIo3E",additionalWidget:"additionalWidget-Wu2pIo3E"}},12048:(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>S});var n=o(50959),r=o(32227),l=o(20520),a=o(90692),i=o(41590),s=o(37558),c=o(92184),u=o(97754),d=o(50151),p=o(9745),m=o(15893),h=o(77975),v=o(37265),g=o(58994),y=o(59617);const f=new WeakMap,x=new WeakMap;function b(e){const t=(0,h.useWatchedValueReadonly)({watchedValue:e.info});if(null===t)return null;const o=t.map((t=>{const{title:o,titleColor:r,icon:l,iconClassName:a,html:i,action:s,size:h,solutionId:b}=t;f.has(t)||f.set(t,(0,c.randomHash)());let w=[];return void 0!==e.additionalWidgets&&(w=e.additionalWidgets.map((t=>(x.has(t)||x.set(t,(0,c.randomHash)()),t.renderer((0,d.ensureDefined)(x.get(t)),y.additionalWidget,e.onClose))))),n.createElement("div",{key:f.get(t),className:u(y.popupWidget,y[h],e.isMobile&&y.mobile)},n.createElement(p.Icon,{className:u(y.icon,a,g[h],y[h]),style:{"--custom-status-color":r||void 0},icon:l||void 0}),n.createElement("div",{className:y.desc},n.createElement("span",{style:{color:r||void 0},className:u(y.title,y[h])},n.createElement("span",null,o),!1),i&&n.createElement("p",{className:u(y.text,y[h])},i.map(((e,t)=>{let o,r;return(0,v.isObject)(e)?(o=e.text,r=e.bold):o=e,n.createElement("span",{key:`html_item_${t}`,className:u(y.item,r&&y.boldItem),dangerouslySetInnerHTML:{__html:o}})}))),s&&n.createElement(m.LightButton,{className:y.actionBtn,onClick:()=>{e.onClose(),s?.onClick()},size:"xsmall",tooltipText:s.tooltip},s.text),w))}));return n.createElement(n.Fragment,null,o)}const w=new WeakMap;function C(e){const{statusWidgetInfos:t,matchMediaRule:o="(min-width: 441px)"}=e;return n.createElement(s.DrawerManager,null,n.createElement(a.MatchMedia,{rule:o const{children:o,...l}=e,c=(0,n.useRef)(null);return(0,n.useImperativeHandle)(t,(()=>c.current)),(0,n.useLayoutEffect)((()=>{if(a.CheckMobile.iOS())return s++,null!==c.current&&(i?1===s&&(document.body.style.overscrollBehavior="none"):(0,r.disableBodyScroll)(c.current,{allowTouchMove:u(c)})),()=>{s--,null!==c.current&&(i?0===s&&(document.body.style.overscrollBehavior=""):(0,r.enableBodyScroll)(c.current))}}),[]),n.createElement("div",{ref:c,...l},o)}));function u(e){return t=>{const o=(0,l.ensureNotNull)(e.current),n=document.activeElement;return!o.contains(t)||null!==n&&o.contains(n)&&n.contains(t)}}},59617:e=>{e.exports={"css-value-small-size":"18px","css-value-medium-size":"22px","css-value-large-size":"28px","css-value-border-radius-small-size":"9px","css-value-border-radius-medium-size":"11px","css-value-border-radius-large-size":"8px","css-value-vertical-padding-size":"16px","css-value-horizontal-padding-size":"16px","css-value-vertical-padding-size-first":"11px","css-value-vertical-padding-size-last":"10px",popupWidget:"popupWidget-Wu2pIo3E",large:"large-Wu2pIo3E",mobile:"mobile-Wu2pIo3E",desc:"desc-Wu2pIo3E",icon:"icon-Wu2pIo3E",small:"small-Wu2pIo3E",medium:"medium-Wu2pIo3E",title:"title-Wu2pIo3E",text:"text-Wu2pIo3E",item:"item-Wu2pIo3E",boldItem:"boldItem-Wu2pIo3E",action:"action-Wu2pIo3E",actionBtn:"actionBtn-Wu2pIo3E",additionalWidget:"additionalWidget-Wu2pIo3E"}},12048:(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>S});var n=o(50959),r=o(32227),l=o(20520),a=o(90692),i=o(41590),s=o(37558),c=o(92184),u=o(97754),d=o(50151),p=o(9745),m=o(15893),h=o(77975),v=o(37265),g=o(58994),y=o(59617);const f=new WeakMap,x=new WeakMap;function b(e){const t=(0,h.useWatchedValueReadonly)({watchedValue:e.info});if(null===t)return null;const o=t.map((t=>{const{title:o,titleColor:r,icon:l,iconClassName:a,html:i,action:s,size:h,solutionId:b}=t;f.has(t)||f.set(t,(0,c.randomHash)());let w=[];return void 0!==e.additionalWidgets&&(w=e.additionalWidgets.map((t=>(x.has(t)||x.set(t,(0,c.randomHash)()),t.renderer((0,d.ensureDefined)(x.get(t)),y.additionalWidget,e.onClose))))),n.createElement("div",{key:f.get(t),className:u(y.popupWidget,y[h],e.isMobile&&y.mobile),"data-test-id":t.dataTestId},n.createElement(p.Icon,{className:u(y.icon,a,g[h],y[h]),style:{"--custom-status-color":r||void 0},icon:l||void 0}),n.createElement("div",{className:y.desc},n.createElement("span",{style:{color:r||void 0},className:u(y.title,y[h])},n.createElement("span",null,o),!1),i&&n.createElement("p",{className:u(y.text,y[h])},i.map(((e,t)=>{let o,r;return(0,v.isObject)(e)?(o=e.text,r=e.bold):o=e,n.createElement("span",{key:`html_item_${t}`,className:u(y.item,r&&y.boldItem),dangerouslySetInnerHTML:{__html:o}})}))),s&&n.createElement(m.LightButton,{className:y.actionBtn,onClick:()=>{e.onClose(),s?.onClick()},size:"xsmall",tooltipText:s.tooltip},s.text),w))}));return n.createElement(n.Fragment,null,o)}const w=new WeakMap;function C(e){const{statusWidgetInfos:t,matchMediaRule:o="(min-width: 441px)"}=e
},(o=>o?n.createElement(l.PopupMenu,{isOpened:!0,onClose:e.onClose,position:e.position,doNotCloseOn:e.rendererButton},n.createElement(E,{widgetInfo:t,onClose:e.onClose,isMobile:!o})):n.createElement(i.Drawer,{onClose:e.onClose,position:"Bottom"},n.createElement(E,{widgetInfo:t,onClose:e.onClose,isMobile:!o})))))}function E(e){return n.createElement(n.Fragment,null,e.widgetInfo.filter((e=>e.visible.value())).map((t=>(w.has(t)||w.set(t,(0,c.randomHash)()),n.createElement(b,{key:w.get(t),info:t.model.fullInfo(),onClose:e.onClose,additionalWidgets:t.additionalWidgets,isMobile:e.isMobile})))))}function S(e){const{opened:t,container:o,...l}=e;t?r.render(n.createElement(C,{...l}),o):r.unmountComponentAtNode(o)}},2948:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18"><path fill="currentColor" d="M3.92 7.83 9 12.29l5.08-4.46-1-1.13L9 10.29l-4.09-3.6-.99 1.14Z"/></svg>'},55698:(e,t,o)=>{"use strict";o.d(t,{nanoid:()=>n});let n=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce(((e,t)=>e+=(t&=63)<36?t.toString(36):t<62?(t-26).toString(36).toUpperCase():t>62?"-":"_"),"")}}]); ;return n.createElement(s.DrawerManager,null,n.createElement(a.MatchMedia,{rule:o},(o=>o?n.createElement(l.PopupMenu,{isOpened:!0,onClose:e.onClose,position:e.position,doNotCloseOn:e.rendererButton},n.createElement(E,{widgetInfo:t,onClose:e.onClose,isMobile:!o})):n.createElement(i.Drawer,{onClose:e.onClose,position:"Bottom"},n.createElement(E,{widgetInfo:t,onClose:e.onClose,isMobile:!o})))))}function E(e){return n.createElement(n.Fragment,null,e.widgetInfo.filter((e=>e.visible.value())).map((t=>(w.has(t)||w.set(t,(0,c.randomHash)()),n.createElement(b,{key:w.get(t),info:t.model.fullInfo(),onClose:e.onClose,additionalWidgets:t.additionalWidgets,isMobile:e.isMobile})))))}function S(e){const{opened:t,container:o,...l}=e;t?r.render(n.createElement(C,{...l}),o):r.unmountComponentAtNode(o)}},2948:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18" width="18" height="18"><path fill="currentColor" d="M3.92 7.83 9 12.29l5.08-4.46-1-1.13L9 10.29l-4.09-3.6-.99 1.14Z"/></svg>'},55698:(e,t,o)=>{"use strict";o.d(t,{nanoid:()=>n});let n=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce(((e,t)=>e+=(t&=63)<36?t.toString(36):t<62?(t-26).toString(36).toUpperCase():t>62?"-":"_"),"")}}]);

View File

@@ -0,0 +1,33 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9754,1754,9685,2544],{62435:e=>{e.exports={wrap:"wrap-HAxAr6QG",image:"image-HAxAr6QG",text:"text-HAxAr6QG"}},21466:e=>{e.exports={section:"section-Og4Rg_SK",heading:"heading-Og4Rg_SK"}},94587:e=>{e.exports={item:"item-nuuDM7vP",normal:"normal-nuuDM7vP",big:"big-nuuDM7vP",selected:"selected-nuuDM7vP",contentCell:"contentCell-nuuDM7vP",content:"content-nuuDM7vP",favourite:"favourite-nuuDM7vP",favoriteActionCell:"favoriteActionCell-nuuDM7vP",iconCell:"iconCell-nuuDM7vP",icon:"icon-nuuDM7vP",checkboxInput:"checkboxInput-nuuDM7vP",label:"label-nuuDM7vP"}},27027:e=>{e.exports={dialog:"dialog-UAy2ZKyS",wrap:"wrap-UAy2ZKyS",empty:"empty-UAy2ZKyS",image:"image-UAy2ZKyS",emptyState:"emptyState-UAy2ZKyS"}},67797:e=>{e.exports={menuWrap:"menuWrap-Kq3ruQo8",isMeasuring:"isMeasuring-Kq3ruQo8",scrollWrap:"scrollWrap-Kq3ruQo8",momentumBased:"momentumBased-Kq3ruQo8",menuBox:"menuBox-Kq3ruQo8",isHidden:"isHidden-Kq3ruQo8"}},43010:(e,t,o)=>{"use strict";o.d(t,{useIsomorphicLayoutEffect:()=>i});var n=o(50959);function i(e,t){("undefined"==typeof window?n.useEffect:n.useLayoutEffect)(e,t)}},36383:(e,t,o)=>{"use strict";o.d(t,{useOutsideEvent:()=>s});var n=o(50959),i=o(43010),l=o(27267);function s(e){const{click:t,mouseDown:o,touchEnd:s,touchStart:a,handler:r,reference:c}=e,h=(0,n.useRef)(null),d=(0,n.useRef)("undefined"==typeof window?0:new window.CustomEvent("timestamp").timeStamp);return(0,i.useIsomorphicLayoutEffect)((()=>{const e={click:t,mouseDown:o,touchEnd:s,touchStart:a},n=c?c.current:h.current;return(0,l.addOutsideEventListener)(d.current,n,r,document,e)}),[t,o,s,a,r]),c||h}},9745:(e,t,o)=>{"use strict";o.d(t,{Icon:()=>i});var n=o(50959);const i=n.forwardRef(((e,t)=>{const{icon:o="",title:i,ariaLabel:l,ariaLabelledby:s,ariaHidden:a,...r}=e,c=!!(i||l||s);return n.createElement("span",{role:"img",...r,ref:t,"aria-label":l,"aria-labelledby":s,"aria-hidden":a||!c,title:i,dangerouslySetInnerHTML:{__html:o}})}))},83021:(e,t,o)=>{"use strict";o.d(t,{SubmenuContext:()=>i,SubmenuHandler:()=>l});var n=o(50959);const i=n.createContext(null);function l(e){const[t,o]=(0,n.useState)(null),l=(0,n.useRef)(null),s=(0,n.useRef)(new Map);return(0,n.useEffect)((()=>()=>{null!==l.current&&clearTimeout(l.current)}),[]),n.createElement(i.Provider,{value:{current:t,setCurrent:function(e){null!==l.current&&(clearTimeout(l.current),l.current=null);null===t?o(e):l.current=setTimeout((()=>{l.current=null,o(e)}),100)},registerSubmenu:function(e,t){return s.current.set(e,t),()=>{s.current.delete(e)}},isSubmenuNode:function(e){return Array.from(s.current.values()).some((t=>t(e)))}}},e.children)}},99663:(e,t,o)=>{"use strict";o.d(t,{Slot:()=>i,SlotContext:()=>l});var n=o(50959);class i extends n.Component{shouldComponentUpdate(){return!1}render(){return n.createElement("div",{style:{position:"fixed",zIndex:150,left:0,top:0},ref:this.props.reference})}}const l=n.createContext(null)},67961:(e,t,o)=>{"use strict";o.d(t,{OverlapManager:()=>s,getRootOverlapManager:()=>r})
;var n=o(50151),i=o(34811);class l{constructor(){this._storage=[]}add(e){this._storage.push(e)}remove(e){this._storage=this._storage.filter((t=>e!==t))}has(e){return this._storage.includes(e)}getItems(){return this._storage}}class s{constructor(e=document){this._storage=new l,this._windows=new Map,this._index=0,this._document=e,this._container=e.createDocumentFragment()}setContainer(e){const t=this._container,o=null===e?this._document.createDocumentFragment():e;!function(e,t){Array.from(e.childNodes).forEach((e=>{e.nodeType===Node.ELEMENT_NODE&&t.appendChild(e)}))}(t,o),this._container=o}registerWindow(e){this._storage.has(e)||this._storage.add(e)}ensureWindow(e,t={position:"fixed",direction:"normal"}){const o=this._windows.get(e);if(void 0!==o)return o;this.registerWindow(e);const n=this._document.createElement("div");if(n.style.position=t.position,n.style.zIndex=this._index.toString(),n.dataset.id=e,void 0!==t.index){const e=this._container.childNodes.length;if(t.index>=e)this._container.appendChild(n);else if(t.index<=0)this._container.insertBefore(n,this._container.firstChild);else{const e=this._container.childNodes[t.index];this._container.insertBefore(n,e)}}else"reverse"===t.direction?this._container.insertBefore(n,this._container.firstChild):this._container.appendChild(n);return this._windows.set(e,n),++this._index,n}unregisterWindow(e){this._storage.remove(e);const t=this._windows.get(e);void 0!==t&&(null!==t.parentElement&&t.parentElement.removeChild(t),this._windows.delete(e))}getZindex(e){const t=this.ensureWindow(e);return parseInt(t.style.zIndex||"0")}moveLastWindowToTop(){const e=this._storage.getItems(),t=e[e.length-1];t&&this.moveToTop(t)}moveToTop(e){if(this.getZindex(e)!==this._index){const t=this.ensureWindow(e);this._windows.forEach(((e,o)=>{e.hasAttribute(i.FOCUS_TRAP_DATA_ATTRIBUTE)&&e.setAttribute(i.FOCUS_TRAP_DATA_ATTRIBUTE,e===t?"true":"false")})),t.style.zIndex=(++this._index).toString()}}removeWindow(e){this.unregisterWindow(e)}}const a=new WeakMap;function r(e=document){const t=e.getElementById("overlap-manager-root");if(null!==t)return(0,n.ensureDefined)(a.get(t));{const t=new s(e),o=function(e){const t=e.createElement("div");return t.style.position="absolute",t.style.zIndex=150..toString(),t.style.top="0px",t.style.left="0px",t.id="overlap-manager-root",t}(e);return a.set(o,t),t.setContainer(o),e.body.appendChild(o),t}}var c;!function(e){e[e.BaseZindex=150]="BaseZindex"}(c||(c={}))},99054:(e,t,o)=>{"use strict";o.d(t,{setFixedBodyState:()=>c});const n=(()=>{let e;return()=>{if(void 0===e){const t=document.createElement("div"),o=t.style;o.visibility="hidden",o.width="100px",o.msOverflowStyle="scrollbar",document.body.appendChild(t);const n=t.offsetWidth;t.style.overflow="scroll";const i=document.createElement("div");i.style.width="100%",t.appendChild(i);const l=i.offsetWidth;t.parentNode?.removeChild(t),e=n-l}return e}})();function i(e,t,o){null!==e&&e.style.setProperty(t,o)}function l(e,t){return getComputedStyle(e,null).getPropertyValue(t)}function s(e,t){return parseInt(l(e,t))}
let a=0,r=!1;function c(e){const{body:t}=document,o=t.querySelector(".widgetbar-wrap");if(e&&1==++a){const e=l(t,"overflow"),a=s(t,"padding-right");"hidden"!==e.toLowerCase()&&t.scrollHeight>t.offsetHeight&&(i(o,"right",`${n()}px`),t.style.paddingRight=`${a+n()}px`,r=!0),t.classList.add("i-no-scroll")}else if(!e&&a>0&&0==--a&&(t.classList.remove("i-no-scroll"),r)){i(o,"right","0px");let e=0;0,t.scrollHeight<=t.clientHeight&&(e-=n()),t.style.paddingRight=(e<0?0:e)+"px",r=!1}}},89324:(e,t,o)=>{"use strict";o.r(t),o.d(t,{Components:()=>h,showDefaultSearchDialog:()=>c,showSymbolSearchItemsDialog:()=>s.showSymbolSearchItemsDialog});var n=o(82992),i=(o(32563),o(79652)),l=o(94664),s=o(1861),a=o(64147),r=o(84015);o(56570),o(49483);!(0,r.isOnMobileAppPage)("any")&&window.matchMedia("(min-width: 602px) and (min-height: 445px)").matches;function c(e){new a.WatchedValue({});const t=(0,l.getSymbolSearchCompleteOverrideFunction)(),{defaultValue:o,showSpreadActions:r,source:c,onSearchComplete:h,trackResultsOptions:d,...u}=e,v={...u,showSpreadActions:r??(0,i.canShowSpreadActions)(),onSymbolFiltersParamsChange:void 0,onSearchComplete:(e,o)=>{t(e[0].symbol,e[0].result).then((e=>{n.linking.setSymbolAndLogInitiator(e.symbol,"symbol search"),h?.(e.symbol)}))},onEmptyResults:void 0};(0,s.showSymbolSearchItemsDialog)({...v,defaultValue:o})}const h={SymbolSearchWatchlistDialogContentItem:null,SymbolSearchWatchlistDialog:null}},1861:(e,t,o)=>{"use strict";o.d(t,{showSymbolSearchItemsDialog:()=>r});var n=o(50959),i=o(50655),l=o(51826),s=o(73280),a=o(87896);function r(e){const{symbolTypeFilter:t,initialMode:o="symbolSearch",autofocus:r=!0,defaultValue:c,showSpreadActions:h,selectSearchOnInit:d,onSearchComplete:u,dialogTitle:v,placeholder:g,fullscreen:m,initialScreen:p,wrapper:w,dialog:f,contentItem:b,onClose:y,onOpen:T,footer:S,symbolTypes:x,searchInput:L,emptyState:C,hideMarkedListFlag:M,dialogWidth:A="auto",manager:_,shouldReturnFocus:z,onSymbolFiltersParamsChange:E,onEmptyResults:k,customSearchSymbols:H,enableOptionsChain:P}=e;if(l.dialogsOpenerManager.isOpened("SymbolSearch")||l.dialogsOpenerManager.isOpened("ChangeIntervalDialog"))return;const R=document.createElement("div"),D=n.createElement(i.SlotContext.Provider,{value:_??null},n.createElement(s.SymbolSearchItemsDialog,{symbolTypeFilter:t,onClose:F,initialMode:o,defaultValue:c,showSpreadActions:h,hideMarkedListFlag:M,selectSearchOnInit:d,onSearchComplete:u,dialogTitle:v,placeholder:g,fullscreen:m,initialScreen:p,wrapper:w,dialog:f,contentItem:b,footer:S,symbolTypes:x,searchInput:L,emptyState:C,autofocus:r,dialogWidth:A,shouldReturnFocus:z,onSymbolFiltersParamsChange:E,onEmptyResults:k,customSearchSymbols:H,enableOptionsChain:P})),I=(0,a.createReactRoot)(D,R);function F(){I.unmount(),l.dialogsOpenerManager.setAsClosed("SymbolSearch"),y&&y()}return l.dialogsOpenerManager.setAsOpened("SymbolSearch"),T&&T(),{close:F}}},46350:(e,t,o)=>{"use strict";o.r(t),o.d(t,{GlobalSearchDialogRenderer:()=>Qe})
;var n=o(50959),i=o(77788),l=o(29280),s=o(90484),a=o(11542),r=o(56840),c=o(10087),h=o(37265),d=o(69654),u=o(97754),v=o.n(u),g=o(9745),m=o(24633),p=o(45345),w=o(67562),f=o(66619),b=o(62435);function y(e){const{text:t,showIcon:o=!0,className:i}=e,l=p.watchedTheme.value()===m.StdTheme.Dark?f:w;return n.createElement("div",{className:u(b.wrap,i)},o&&n.createElement(g.Icon,{icon:l,className:b.image}),n.createElement("span",{className:b.text},t))}var T=o(79418),S=o(55883),x=o(40173),L=o(5304),C=o(10772),M=o(74670),A=o(94587);const _=(0,x.mergeThemes)(L.DEFAUL_CONTEXT_MENU_ITEM_THEME,A);function z(e){const{action:t,onExecute:o}=e,[i,l]=(0,M.useActiveDescendant)(null);return n.createElement(C.ContextMenuAction,{theme:_,onShowSubMenu:S.default,isSubMenuOpened:!1,checkboxInput:!0,reference:i,selected:l,action:t,onExecute:()=>o(t),className:v()("apply-overflow-tooltip","apply-overflow-tooltip-focus","apply-overflow-tooltip--direction_y","apply-overflow-tooltip--check-children-recursively"),"data-overflow-tooltip-text":t.getLabel()})}var E=o(21466);function k(e){const{heading:t,items:o,onExecute:i,getActionIndex:l}=e;return n.createElement("table",{className:E.section},n.createElement("tbody",null,n.createElement("tr",null,n.createElement("td",{className:E.heading},t)),o.map((e=>n.createElement(z,{key:e.id,action:e,onExecute:i,index:l(e)})))))}var H=o(27027);const P=[{name:"drawingsActions",label:a.t(null,void 0,o(74385))},{name:"functionActions",label:a.t(null,void 0,o(83576))},{name:"settingsActions",label:a.t(null,void 0,o(32514))}];function R(e){const{dialogId:t,items:i,onClose:l,shouldReturnFocus:u}=e,[v,g]=(0,n.useState)(""),[m,p]=(0,n.useState)([]),w=(0,n.useRef)(null),f=(0,n.useRef)(null),b=(0,n.useRef)(null);(0,n.useEffect)((()=>{w.current?.focus()}),[]),(0,n.useEffect)((()=>{const e=w.current;if(e)return e.addEventListener("input",D),D(),()=>{e&&e.removeEventListener("input",D)}}),[]);const S=(0,n.useCallback)((0,s.default)((e=>{}),1e3),[]),x=(0,n.useCallback)((0,s.default)(l,200),[]);(0,n.useEffect)((()=>()=>{S.flush(),x.cancel()}),[]);const L=(0,n.useMemo)((()=>{const e=new Set(r.getJSON("GlobalSearchDialog.recent",[])),t=[];for(const o of e){const e=i.find((e=>e.getState().id===o));e&&t.push(e)}return t.reverse(),t}),[]),C=(0,n.useMemo)((()=>P.reduce(((e,t)=>(e.set(t.name,m.filter((e=>e.getState().category===t.name))),e)),new Map)),[m]),{handleKeyDown:M,handleForceFocus:A,handleSearchRefBlur:_,onDialogClick:z,resetFocusState:E}=(0,c.useSearchDialogKeyboardNavigation)({dialogRef:f,searchInputRef:w,contentContainerRef:b,getNextFocusedItemIndex:function(e,t){const o=null===e?1===t?-1:0:e;for(let e=1;e<=m.length;e++){const n=(m.length+e*t+o)%m.length;if(!m[n].isDisabled())return n}return null},isNavigationDisabled:!m.length,scrollToFocusedItem:function(e){e?.scrollIntoView({block:"nearest"})},onEscapeClick:l,getElementIdByIndex:function(e,t){let o=m[e].id;null!=t&&(o+="-favorite");return CSS.escape(o)}});return n.createElement(T.AdaptivePopupDialog,{ref:f,dataName:t,title:a.t(null,void 0,o(79354)),onClose:l,
onClickOutside:l,shouldReturnFocus:u,render:()=>n.createElement(n.Fragment,null,n.createElement(d.DialogSearch,{reference:w,onBlur:_}),n.createElement("div",{className:H.wrap,ref:b},v?n.createElement(n.Fragment,null,m.length?P.map((e=>{const t=C.get(e.name);return t&&t.length?n.createElement(k,{key:e.name,heading:e.label,items:t,onExecute:R,getActionIndex:F}):null})):n.createElement(y,{text:a.t(null,void 0,o(47202)),className:H.emptyState})):n.createElement(n.Fragment,null,Boolean(m.length)?n.createElement(k,{heading:a.t(null,void 0,o(76753)),items:m,onExecute:R,getActionIndex:F}):n.createElement(y,{text:a.t(null,void 0,o(27463)),showIcon:!1,className:H.emptyState})))),onKeyDown:M,className:H.dialog,onForceFocus:A,onClick:z,isOpened:!0});function R(e){const t=new Set(r.getJSON("GlobalSearchDialog.recent",[])),o=e.getState().id;t.has(o)&&t.delete(o),t.add(o),r.setJSON("GlobalSearchDialog.recent",Array.from(t).slice(-10)),e.getState().checkable?x():l()}function D(){E();const e=w.current?w.current.value.toLocaleLowerCase().trim():"";if(g(e),e){const t=i.filter((t=>I(t).includes(e)||function(e,t){const{aliases:o}=t.getState();if(o)return o.some((t=>t.toLowerCase().includes(e)));return!1}(e,t))).sort((t=>I(t)===e?-1:0));p(t),t.length||S(e)}else p(L)}function I(e){const{label:t}=e.getState();return(0,h.isString)(t)?t.toLocaleLowerCase():""}function F(e){return m.findIndex((t=>t.id===e.id))}}var D,I=o(68335),F=o(82992),V=o(86235),Z=o(34585),O=o(56570),B=o(29023);!function(e){e.Drawings="drawingsActions",e.Function="functionActions",e.Settings="settingsActions"}(D||(D={}));class W extends B.Action{constructor({id:e,category:t,favourite:o,onFavouriteClick:n,hotkeyGroup:i,hotkeyHash:l,aliases:s,optionsLoader:a,onStartListening:r,...c}){super({actionId:"UnknownAction",options:{...c,doNotCloseOnClick:!0},id:e,optionsLoader:a,onStartListening:r}),this.execute=()=>{super.execute()},this.getState=()=>({...super.getState(),id:this._searchOptions.id,category:this._searchOptions.category,favourite:this._searchOptions.favourite,onFavouriteClick:this._onFavouriteClick,aliases:this._searchOptions.aliases}),this.update=e=>{this._searchOptions=Object.assign(this._searchOptions,e),super.update(e)},this._onFavouriteClick=e=>{this._searchOptions.onFavouriteClick&&(this.update({favourite:!this._searchOptions.favourite}),this._searchOptions.onFavouriteClick(e))},this._searchOptions={id:e,category:t,favourite:o,onFavouriteClick:n,aliases:s}}}var N,K=o(45126),U=o(49483),G=o(19475);!function(e){e.None="all",e.Following="following",e.Private="private"}(N||(N={}));var q=o(84425),j=o(42989),$=o(23076),Q=o(85662),J=o(16792),Y=o(3615),X=o(58519);function ee(e){const t=e.match(/^(\d+).(\d+).(\d+)/);if(!t)return null;const[,o,n,i]=t;return[parseInt(o),parseInt(n),parseInt(i)]}function te(e){const t=(0,U.desktopAppVersion)();return!!t&&function(e,t){const o=ee(e),n=ee(t);if(!o||!n)return!1;const[i,l,s]=o,[a,r,c]=n;return i!==a?i<a:l!==r?l<r:s!==c&&s<c}(t,e)}const oe=e=>{const t=t=>{const n=[];if(t&&t.length&&window.is_authenticated&&t.forEach((t=>{
n.push(new W({id:t,category:"settingsActions",label:`${a.t(null,void 0,o(53438))} ${Q.translateStdThemeName(t)}`,onExecute:()=>{(0,X.loadTheme)(e.chartWidgetCollection(),{themeName:t,standardTheme:!1}).then((()=>{e.readOnly()||window.saver.saveChartSilently()}))}}))})),!(0,U.isDesktopApp)()||te("1.0.10")){const[,t]=Q.getStdThemeNames();n.push(new W({id:"DarkColorTheme",category:"settingsActions",label:a.t(null,void 0,o(25848)),checkable:!0,checked:Q.getCurrentTheme().name===t,onExecute:()=>{!function(e){const t=(0,Q.getCurrentTheme)().name===m.StdTheme.Dark?m.StdTheme.Light:m.StdTheme.Dark,n=e.chartModels().value().every((e=>null!==e.model().getThemeNameIfStdTheme())),i=()=>{(0,X.loadTheme)(e,{themeName:t,standardTheme:!0}).then((()=>{e.readOnly()||window.saver.saveChartSilently()}))};if(n)i();else{const e=a.t(null,void 0,o(78659)).format({name:(0,J.capitalizeFirstLetter)(t)});(0,Y.showConfirm)({text:e,onConfirm:({dialogClose:e})=>{i(),e()},onCancel:({dialogClose:e})=>{(0,p.setTheme)(t),(0,Q.syncTheme)(),e()}})}}(e.chartWidgetCollection())}}))}return n};return window.is_authenticated?Q.getThemeNames().then(t):Promise.resolve(t())};var ne=o(928),ie=o(81171);o(32679);var le=o(92693),se=o(84243),ae=o(90995);const{DrawingSyncMode:re}=ne,ce={drawings:"ToggleHideAllDrawingTools",indicators:"ToggleHideAllIndicators",positions:"ToggleHideAllPositions",all:"ToggleHideAll"},he=new K.TranslatedString("stay in drawing mode",a.t(null,void 0,o(4114))),de=new K.TranslatedString("sync drawings",a.t(null,void 0,o(94521))),ue=a.t(null,void 0,o(62518)),ve=a.t(null,void 0,o(23391)),ge=(a.t(null,void 0,o(93027)),a.t(null,void 0,o(3521)),a.t(null,void 0,o(79451))),me=a.t(null,void 0,o(3519)),pe=a.t(null,void 0,o(94593));var we=o(80387),fe=o(62400),be=o(89324);class ye extends W{constructor(e){super({label:a.t(null,void 0,o(37189)),id:"InvertScale",category:"settingsActions",checkable:!0,onExecute:()=>{this._model.invertPriceScale(this._model.mainSeries().priceScale())},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+73)}),this._model=e;(this._props=this._model.mainSeries().priceScale().properties().childs().isInverted).subscribe(this,(()=>{this._onUpdate.fire(this)}))}destroy(){super.destroy(),this._props.unsubscribeAll(this)}isChecked(){return this._model.mainSeries().priceScale().isInverted()}}class Te extends W{constructor(e){super({label:a.t(null,void 0,o(6919)),checkable:!0,id:"TogglePercantage",category:"settingsActions",onExecute:()=>{this.isChecked()?this._model.setPriceScaleRegularScaleMode(this._model.mainSeries().priceScale()):this._model.togglePriceScalePercentageScaleMode(this._model.mainSeries().priceScale())},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+80),disabled:e.mainSeries().priceScale().isLockScale()||6===e.mainSeries().properties().childs().style.value(),checked:e.mainSeries().priceScale().isPercentage()}),this._model=e;(this._props=this._model.mainSeries().priceScale().properties().childs().percentage).subscribe(this,(()=>{this._onUpdate.fire(this)}))}destroy(){super.destroy(),
this._props.unsubscribeAll(this)}isChecked(){return this._model.mainSeries().priceScale().isPercentage()}}class Se extends W{constructor(e){super({label:a.t(null,void 0,o(16170)),id:"ToggleLogScale",category:"settingsActions",checkable:!0,onExecute:()=>{this.isChecked()?this._model.setPriceScaleRegularScaleMode(this._model.mainSeries().priceScale()):this._model.togglePriceScaleLogScaleMode(this._model.mainSeries().priceScale())},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+76),disabled:e.mainSeries().priceScale().isLockScale()||6===e.mainSeries().properties().childs().style.value(),checked:e.mainSeries().priceScale().isLog()}),this._model=e;(this._props=this._model.mainSeries().priceScale().properties().childs().log).subscribe(this,(()=>{this._onUpdate.fire(this)}))}destroy(){super.destroy(),this._props.unsubscribeAll(this)}isChecked(){return this._model.mainSeries().priceScale().isLog()}}var xe=o(27906);const Le=O.enabled("show_average_close_price_line_and_label"),Ce=new K.TranslatedString("change session",a.t(null,void 0,o(87041))),Me=new K.TranslatedString("change plus button visibility",a.t(null,void 0,o(96379))),Ae=new K.TranslatedString("change countdown to bar close visibility",a.t(null,void 0,o(39383))),_e=new K.TranslatedString("scale price chart only",a.t(null,void 0,o(63796))),ze=new K.TranslatedString("change symbol last value visibility",a.t(null,void 0,o(67453))),Ee=new K.TranslatedString("change high and low price labels visibility",a.t(null,void 0,o(24226))),ke=new K.TranslatedString("change average close price label visibility",a.t(null,void 0,o(76852))),He=new K.TranslatedString("change indicators and financials value labels visibility",a.t(null,void 0,o(71161))),Pe=new K.TranslatedString("change indicators and financials name labels visibility",a.t(null,void 0,o(35111))),Re=new K.TranslatedString("change high and low price lines visibility",a.t(null,void 0,o(80692))),De=new K.TranslatedString("change average close price line visibility",a.t(null,void 0,o(1022))),Ie=new K.TranslatedString("change symbol labels visibility",a.t(null,void 0,o(73357))),Fe=(new K.TranslatedString("change pre/post market price label visibility",a.t(null,void 0,o(30870))),new K.TranslatedString("change symbol previous close value visibility",a.t(null,void 0,o(4729))),new K.TranslatedString("change previous close price line visibility",a.t(null,void 0,o(58419)))),Ve=(new K.TranslatedString("change bid and ask labels visibility",a.t(null,void 0,o(69362))),new K.TranslatedString("change bid and ask lines visibility",a.t(null,void 0,o(52919))),new K.TranslatedString("change pre/post market price lines visibility",a.t(null,void 0,o(91978))),new K.TranslatedString("change price line visibility",a.t(null,void 0,o(8662)))),Ze=new K.TranslatedString("change session breaks visibility",a.t(null,void 0,o(38413))),Oe=(new K.TranslatedString("change ideas visibility on chart",a.t(null,void 0,o(13489))),new K.TranslatedString("show all ideas",a.t(null,void 0,o(13336))),
new K.TranslatedString("show ideas of followed users",a.t(null,void 0,o(91395))),new K.TranslatedString("show my ideas only",a.t(null,void 0,o(57460))),new K.TranslatedString("change events visibility on chart",a.t(null,void 0,o(6119))),new K.TranslatedString("change earnings visibility",a.t(null,void 0,o(6819))),new K.TranslatedString("change dividends visibility",a.t(null,void 0,o(53929))),new K.TranslatedString("change splits visibility",a.t(null,void 0,o(47474))),{0:a.t(null,void 0,o(19265)),1:a.t(null,void 0,o(64526)),9:a.t(null,void 0,o(44958)),2:a.t(null,void 0,o(92911)),14:a.t(null,void 0,o(35458)),15:a.t(null,void 0,o(40447)),3:a.t(null,void 0,o(9537)),16:a.t(null,void 0,o(39883)),4:a.t(null,void 0,o(80082)),7:a.t(null,void 0,o(11604)),5:a.t(null,void 0,o(47189)),6:a.t(null,void 0,o(22027)),8:a.t(null,void 0,o(62423)),10:a.t(null,void 0,o(19579)),11:a.t(null,void 0,o(49942)),12:a.t(null,void 0,o(70405)),13:a.t(null,void 0,o(56281)),17:a.t(null,void 0,o(21190)),18:a.t(null,void 0,o(94861)),19:a.t(null,void 0,o(13618)),20:a.t(null,void 0,o(67346)),21:a.t(null,void 0,o(67579))});async function Be(e){const t=[],[n,i]=await Promise.all([oe(e),Promise.resolve(null)]),l=(e=>{const t=[],{stayInDrawingMode:o,drawOnAllCharts:n,drawOnAllChartsMode:i}=ne.properties().childs();t.push(new W({label:ue,checkable:!0,checked:o.value(),id:"ToggleStayInDrawingMode",category:"settingsActions",onExecute:()=>{e.model().setProperty(o,!o.value(),he)}})),t.push(new W({label:ve,checkable:!0,id:"ToggleSyncDrawings",category:"settingsActions",checked:n.value(),disabled:!e.isMultipleLayout().value(),onExecute:()=>{e.model().setProperty(n,!n.value(),de)}}));const l=ne.lockDrawings();t.push(new W({label:ge,checkable:!0,id:"ToggleLockDrawings",category:"settingsActions",checked:l.value(),onExecute:()=>{ne.lockDrawings().setValue(!ne.lockDrawings().value())}}));const s=(0,ae.getSavedHideMode)();t.push(...Array.from((0,ae.getHideOptions)()).map((([e,t])=>new W({label:t.tooltip.inactive,checkable:!0,id:ce[e],category:"settingsActions",checked:s===e&&(0,ae.getHideModeStateValue)(e),onExecute:()=>(0,ae.toggleHideMode)(e)}))));const{magnet:a,magnetMode:r}=ne.properties().childs();return t.push(new W({label:me,checkable:!0,id:"WeakMagnet",category:"functionActions",checked:a.value()&&r.value()===le.MagnetMode.WeakMagnet,icon:se.drawingToolsIcons.magnet,onExecute:()=>{a.value()&&r.value()===le.MagnetMode.WeakMagnet?(0,ie.setIsMagnetEnabled)(!1):(0,ie.setMagnetMode)(le.MagnetMode.WeakMagnet)}})),t.push(new W({label:pe,checkable:!0,id:"StrongMagnet",category:"functionActions",checked:a.value()&&r.value()===le.MagnetMode.StrongMagnet,icon:se.drawingToolsIcons.strongMagnet,onExecute:()=>{a.value()&&r.value()===le.MagnetMode.StrongMagnet?(0,ie.setIsMagnetEnabled)(!1):(0,ie.setMagnetMode)(le.MagnetMode.StrongMagnet)}})),t})(e),s=function(e){const t=[];return O.enabled("header_widget")&&O.enabled("header_compare")&&t.push(new W({icon:o(1393),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(57e3))),id:"Compare",category:"functionActions",
onExecute:()=>e.toggleCompareOrAdd()})),O.enabled("header_widget")&&O.enabled("header_indicators")&&t.push(new W({icon:o(39681),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(87829))),id:"InsertIndicator",category:"functionActions",onExecute:()=>{e.showIndicators([])},shortcutHint:e.options().indicatorsDialogShortcutEnabled?(0,I.humanReadableHash)(47):void 0})),O.enabled("show_object_tree")&&t.push(new W({icon:o(30192),label:a.t(null,void 0,o(27077)),id:"OpenObjectsTreeInRightPanel",category:"functionActions",onExecute:()=>e.showObjectsTreePanelOrDialog()})),O.enabled("header_widget")&&O.enabled("header_settings")&&t.push(new W({label:(0,Z.appendEllipsis)(a.t(null,void 0,o(32514))),icon:o(34369),id:"ChartProperties",category:"functionActions",onExecute:()=>{e.showGeneralChartProperties()}})),O.enabled("header_widget")&&O.enabled("header_symbol_search")&&t.push(new W({icon:o(6347),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(63245))),id:"ChangeSymbol",category:"functionActions",onExecute:()=>{(0,be.showDefaultSearchDialog)({defaultValue:"",trackResultsOptions:void 0,enableOptionsChain:O.enabled("symbol_search_option_chain_selector")})}})),O.enabled("symbol_info")&&t.push(new W({label:(0,Z.appendEllipsis)(a.t(null,void 0,o(75594))),icon:o(37924),id:"SymbolInfo",category:"functionActions",onExecute:()=>{{const t=e.model().model(),o=t.mainSeries().symbolInfo(),n=t.availableUnits(),i={symbolInfo:o,showUnit:t.unitConversionEnabled(),unitDescription:e=>e?n.description(e):"",dateFormatter:t.dateFormatter()};return void(0,we.showSymbolInfoDialog)(i)}}})),e.options().goToDateEnabled&&t.push(new W({label:(0,Z.appendEllipsis)(a.t(null,void 0,o(54280))),icon:o(90752),id:"GoToDate",category:"functionActions",onExecute:()=>{(0,fe.showGoToDateDialog)(e)},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+71)})),t.filter((e=>null!==e))}(e);t.push(...n,...l,...s),i&&t.push(...i);const r=e.model().mainSeries(),c=r.priceScale(),h=r.properties().childs(),d=e.model().paneForSource?.(r);t.push(new W({id:"ResetPriceScale",category:"functionActions",label:a.t(null,void 0,o(15332)),icon:o(39267),onExecute:()=>{d&&e.model().resetPriceScale(d,c)},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+82)})),t.push(new ye(e.model())),t.push(new Te(e.model())),t.push(new Se(e.model()));const u=c.isLockScale(),v=6===h.style.value();t.push(new W({label:a.t(null,void 0,o(28051)),checkable:!0,id:"SetRegularSessionId",category:"functionActions",disabled:Boolean("regular"===r.symbolInfo()?.subsession_id),onExecute:()=>{e.model().setProperty(h.sessionId,"regular",Ce)},checked:Boolean("regular"===r.symbolInfo()?.subsession_id)})),t.push(new W({label:a.t(null,void 0,o(93308)),checkable:!0,id:"SetExtendedSessionId",category:"functionActions",disabled:!r.symbolInfo()?.subsessions?.some((e=>!e.private&&"extended"===e.id)),onExecute:()=>{const t="extended"===r.symbolInfo()?.subsession_id?"regular":"extended";e.model().setProperty(h.sessionId,t,Ce)},checked:Boolean("extended"===r.symbolInfo()?.subsession_id)})),t.push(new W({label:a.t(null,void 0,o(14017)),
checkable:!0,id:"ToggleLockScale",category:"settingsActions",onExecute:()=>{e.model().togglePriceScaleLockScaleMode(e.model().mainSeries().priceScale())},checked:c.isLockScale()})),t.push(new W({label:a.t(null,void 0,o(89999)),checkable:!0,id:"ToggleIndexedTo100",category:"settingsActions",onExecute:()=>{c.isIndexedTo100()?e.model().setPriceScaleRegularScaleMode(e.model().mainSeries().priceScale()):e.model().togglePriceScaleIndexedTo100ScaleMode(e.model().mainSeries().priceScale())},disabled:u||v,checked:c.isIndexedTo100()})),t.push(new W({id:"AutoFitsToScreen",category:"settingsActions",label:a.t(null,void 0,o(24157)),checkable:!0,onExecute:()=>{e.model().togglePriceScaleAutoScaleMode(c)},checked:c.isAutoScale(),disabled:c.properties().childs().autoScaleDisabled.value()})),t.push(new W({label:a.t(null,{context:"scale_menu"},o(55300)),checkable:!0,id:"ToggleRegularScale",category:"settingsActions",onExecute:()=>{e.model().setPriceScaleRegularScaleMode(c)},disabled:u||v||c.isRegular(),checked:c.isRegular()}));const g=e.model().model().priceScaleSlotsCount(),m=0===g.left;t.push(new W({label:m?a.t(null,void 0,o(26493)):a.t(null,void 0,o(40789)),id:"MoveScaleToSide",category:"functionActions",disabled:g.left+g.right!==1,onExecute:()=>{e.model().mergeAllScales(m?"left":"right")}})),t.push(new W({label:a.t(null,void 0,o(7276)),id:"MergeAllScalesToLeft",category:"functionActions",disabled:g.left+g.right===1,onExecute:()=>{e.model().mergeAllScales("left")}})),t.push(new W({label:a.t(null,void 0,o(80219)),id:"MergeAllScalesToRight",category:"functionActions",disabled:g.left+g.right===1,onExecute:()=>{e.model().mergeAllScales("right")}})),t.push(new W({label:a.t(null,void 0,o(71566)),checkable:!0,checked:G.addPlusButtonProperty.value(),id:"ToggleAddOrderPlusButton",category:"settingsActions",onExecute:()=>{e.model().setProperty(G.addPlusButtonProperty,!G.addPlusButtonProperty.value(),Me)}}));const p=e.properties().childs().scalesProperties.childs(),w=h.showCountdown;t.push(new W({label:a.t(null,void 0,o(83140)),checkable:!0,id:"ToggleCountdown",category:"settingsActions",checked:w.value(),onExecute:()=>{e.model().setProperty(w,!w.value(),Ae)}}));const f=p.scaleSeriesOnly;t.push(new W({label:a.t(null,void 0,o(43758)),checkable:!0,id:"ScalePriceChartOnly",category:"settingsActions",checked:f.value(),onExecute:()=>{e.model().setProperty(f,!f.value(),_e)}}));const b=p.showSeriesLastValue;t.push(new W({label:a.t(null,void 0,o(10127)),checkable:!0,id:"ToggleSymbolLastValue",category:"settingsActions",checked:b.value(),onExecute:()=>{e.model().setProperty(b,!b.value(),ze)}}));const y=h.highLowAvgPrice.childs();t.push(new W({label:a.t(null,void 0,o(99479)),checkable:!0,id:"ToggleHighLowPriceLabels",category:"settingsActions",checked:y.highLowPriceLabelsVisible.value(),onExecute:()=>{e.model().setProperty(y.highLowPriceLabelsVisible,!y.highLowPriceLabelsVisible.value(),Ee)}})),Le&&t.push(new W({label:a.t(null,void 0,o(21841)),checkable:!0,id:"ToggleAverageClosePriceLabel",category:"settingsActions",
checked:y.averageClosePriceLabelVisible.value(),onExecute:()=>{const t=!y.averageClosePriceLabelVisible.value();e.model().setProperty(y.averageClosePriceLabelVisible,t,ke)}}));const T=p.showSymbolLabels;t.push(new W({label:a.t(null,void 0,o(32390)),checkable:!0,id:"ToggleSymbolLabels",category:"settingsActions",checked:T.value(),onExecute:()=>{e.model().setProperty(T,!T.value(),Ie)}}));const S=(0,q.combineProperty)(((e,t)=>e||t),p.showStudyLastValue.weakReference(),p.showFundamentalLastValue.weakReference());t.push(new W({label:a.t(null,void 0,o(46850)),checkable:!0,id:"ToggleStudyLastValue",category:"settingsActions",checked:S.value(),onExecute:()=>{const t=!S.value();e.model().beginUndoMacro(He),e.model().setProperty(p.showStudyLastValue,t,null),e.model().setProperty(p.showFundamentalLastValue,t,null),e.model().endUndoMacro()},onDestroy:()=>{S.destroy()}}));const x=(0,q.combineProperty)(((e,t)=>e||t),p.showStudyPlotLabels.weakReference(),p.showFundamentalNameLabel.weakReference());t.push(new W({label:a.t(null,void 0,o(54418)),checkable:!0,id:"ToggleIndicatorsLabels",category:"settingsActions",checked:x.value(),onExecute:()=>{e.model().beginUndoMacro(Pe);const t=!x.value();e.model().setProperty(p.showStudyPlotLabels,t,null),e.model().setProperty(p.showFundamentalNameLabel,t,null),e.model().endUndoMacro()},onDestroy:()=>{x.destroy()}})),t.push(new W({label:a.t(null,void 0,o(33766)),checkable:!0,id:"ToggleHighLowPriceLines",category:"settingsActions",checked:y.highLowPriceLinesVisible.value(),onExecute:()=>{e.model().setProperty(y.highLowPriceLinesVisible,!y.highLowPriceLinesVisible.value(),Re)}})),Le&&t.push(new W({label:a.t(null,void 0,o(16138)),checkable:!0,id:"ToggleAverageClosePriceLine",category:"settingsActions",checked:y.averageClosePriceLineVisible.value(),onExecute:()=>{const t=!y.averageClosePriceLineVisible.value();e.model().setProperty(y.averageClosePriceLineVisible,t,De)}}));const L=h.showPriceLine;t.push(new W({label:a.t(null,void 0,o(72926)),checkable:!0,id:"TogglePriceLine",category:"settingsActions",checked:L.value(),onExecute:()=>{e.model().setProperty(L,!L.value(),Ve)}}));const C=h.showPrevClosePriceLine;t.push(new W({label:a.t(null,void 0,o(79366)),checkable:!0,id:"ToggleSymbolPrevCloseLine",disabled:e.model().mainSeries().isDWM(),category:"settingsActions",checked:C.value(),onExecute:()=>{e.model().setProperty(C,!C.value(),Fe)}})),t.push(new W({label:a.t(null,void 0,o(54170)),icon:o(39267),id:"ResetTimeScale",category:"functionActions",onExecute:()=>{e.model().resetTimeScale()},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Mod+I.Modifiers.Alt+81)}));const M=e.model().model().sessions().properties().childs().sessionHighlight.childs().vertlines.childs().sessBreaks.childs().visible,A=(0,q.createWVFromProperty)(e.model().mainSeries().isDWMProperty()),_=new W({label:a.t(null,void 0,o(66707)),checkable:!0,id:"ToggleSessionBreaks",category:"settingsActions",disabled:A.value(),checked:M.value(),onExecute:()=>{e.model().setProperty(M,!M.value(),Ze)},onDestroy:()=>A.destroy()})
;if(A.subscribe((()=>_.update({disabled:A.value()}))),t.push(_),t.push(new W({label:a.t(null,void 0,o(31789)),icon:o(39267),id:"ResetChart",category:"functionActions",onExecute:()=>e.GUIResetScales(),shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+82)})),t.push(new W({icon:o(93544),label:a.t(null,void 0,o(99984)),id:"RemoveAllIndicators",category:"functionActions",onExecute:()=>e.removeAllStudies()})),t.push(new W({icon:o(93544),label:a.t(null,void 0,o(96374)),id:"RemoveAllDrawingTools",category:"functionActions",onExecute:()=>e.removeAllDrawingTools()})),t.push(new W({icon:o(93544),label:a.t(null,void 0,o(4474)),id:"RemoveAllIndicatorsAndDrawingTools",category:"functionActions",onExecute:()=>e.removeAllStudiesDrawingTools()})),t.push(new W({label:a.t(null,void 0,o(22437)),id:"ApplyIndicatorsToAllCharts",category:"functionActions",disabled:!e.applyIndicatorsToAllChartsAvailable(),onExecute:()=>{e.chartWidgetCollection().applyIndicatorsToAllCharts(e)}})),O.enabled("header_widget")&&O.enabled("header_undo_redo")&&(t.push(new W({id:"Undo",category:"functionActions",icon:o(77665),label:a.t(null,void 0,o(14804)),onExecute:()=>{e.model().undoHistory().undo()},disabled:e.model().undoHistory().undoStack().isEmpty(),shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Mod+90)})),t.push(new W({id:"Redo",category:"functionActions",icon:o(96052),label:a.t(null,void 0,o(48236)),onExecute:()=>{e.model().undoHistory().redo()},disabled:e.model().undoHistory().redoStack().isEmpty(),shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Mod+89)}))),t.push(new W({label:a.t(null,void 0,o(12754)),id:"MoveChartRight",category:"functionActions",disabled:!e.chartWidgetCollection().activeChartCanBeMoved().value(),onExecute:()=>{e.chartWidgetCollection().moveActiveChartWithUndo(!1)}})),t.push(new W({label:a.t(null,void 0,o(35112)),id:"MoveChartLeft",category:"functionActions",disabled:!e.chartWidgetCollection().activeChartCanBeMoved().value(),onExecute:()=>{e.chartWidgetCollection().moveActiveChartWithUndo(!0)}})),O.enabled("header_widget")&&O.enabled("header_chart_type")){const o=(0,j.allChartStyles)();for(const n of o)t.push(new W({id:`ChartStyle_${n}`,category:"functionActions",disabled:!F.linking.supportedChartStyles.value()?.includes(n),onExecute:()=>{e.chartWidgetCollection().setChartStyleToWidget(n)},icon:$.SERIES_ICONS[n],label:Oe[n]}))}return O.enabled("header_widget")&&(0,xe.shouldShowFullscreen)()&&t.push(new W({label:a.t(null,void 0,o(67092)),id:"Fullscreen mode",icon:o(49697),category:"functionActions",checkable:!0,checked:e.chartWidgetCollection().fullscreen().value(),disabled:!e.chartWidgetCollection().fullscreenable().value(),onExecute:()=>{const t=e.chartWidgetCollection();t.fullscreen().value()?t.exitFullscreen():t.startFullscreen()},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Shift+70)})),t}o(50151);var We=o(26744),Ne=o(2627),Ke=o(59511);function Ue(){return Ke.lineToolsFlat.map((e=>function(e){const t=Ne.lineToolsInfo[e],n=t.selectHotkey?.hash,i={id:e,category:"drawingsActions",label:t.localizedName,icon:t.icon,
shortcutHint:n?(0,I.humanReadableHash)(n):void 0,payload:e,onExecute:()=>ne.tool.setValue(e),favourite:We.LinetoolsFavoritesStore.isFavorite(e),onFavouriteClick:t=>{t.preventDefault(),We.LinetoolsFavoritesStore.isFavorite(e)?We.LinetoolsFavoritesStore.removeFavorite(e):We.LinetoolsFavoritesStore.addFavorite(e)}};return e.toLowerCase().includes("fib")&&(i.aliases=[a.t(null,void 0,o(26578))]),new W(i)}(e.name)))}var Ge=o(37404);o(3343);function qe(e,t){const o=e.getState().category,n=t.getState().category;return o===n?0:"drawingsActions"===n?1:"drawingsActions"===o||"functionActions"===o?-1:1}var je=o(16216),$e=o(87896);class Qe extends l.DialogRenderer{constructor(e){super(),this._actions=[],this.show=e=>{this.visible().value()||async function(e,t){const n=[],[i,l,s,r,c]=await Promise.all([Be(e),Promise.resolve(null),Promise.resolve(null),Promise.resolve(null),Promise.resolve(null)]);n.push(...i);const h=e.chartWidgetCollection();if(O.enabled("header_widget")&&O.enabled("header_resolutions")){const t={label:(0,Z.appendEllipsis)(a.t(null,void 0,o(2569))),id:"ChangeInterval",category:"functionActions",onExecute:()=>{(0,V.showChangeIntervalDialogAsync)({initVal:F.linking.interval.value(),selectOnInit:!0})}};!O.enabled("show_interval_dialog_on_key_press")||e.readOnly()||e.options().hideSymbolSearch||(t.shortcutHint=(0,I.humanReadableHash)(188)),n.push(new W(t))}if(t&&O.enabled("header_widget")&&O.enabled("header_saveload")){n.push(new W({id:"LoadChartLayout",category:"functionActions",label:(0,Z.appendEllipsis)(a.t(null,void 0,o(7386))),onExecute:()=>{t.showLoadDialog()},shortcutHint:a.t(null,{context:"hotkey"},o(23821))}));const i=e.getSaveChartService();i&&(n.push(new W({id:"RenameChartLayout",category:"functionActions",label:(0,Z.appendEllipsis)(a.t(null,void 0,o(38206))),onExecute:()=>{i.renameChart()}})),n.push(new W({id:"SaveChartLayout",category:"functionActions",icon:o(53707),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(41569))),disabled:!i.hasChanges(),onExecute:()=>{i.saveChartOrShowTitleDialog()},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Mod+83)})))}return n.push(new W({id:"TakeSnapshot",category:"functionActions",icon:o(72644),label:a.t(null,void 0,o(8270)),onExecute:()=>h.takeServerScreenshot(),shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+83)})),n}(this._activeChartWidget,this._loadChartService).then((t=>{this._actions=t.concat((()=>{const e=new W({id:"ManageLayoutDrawings",category:"functionActions",icon:o(81111),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(81031))),onExecute:()=>(0,Ge.showManageDrawingsDialog)()}),t=O.enabled("left_toolbar")?[...Ue(),e]:[];return t})()).sort(qe),this._rootInstance=(0,$e.createReactRoot)(n.createElement(R,{shouldReturnFocus:e?.shouldReturnFocus,dialogId:"globalSearch",items:this._actions,onClose:this.hide}),this._container),this._setVisibility(!0)}))},this.hide=()=>{this._rootInstance?.unmount(),this._setVisibility(!1);for(const e of this._actions)e.destroy()};const t=(0,je.service)(i.CHART_WIDGET_COLLECTION_SERVICE)
;this._activeChartWidget=t.activeChartWidget.value(),this._loadChartService=e}}},10087:(e,t,o)=>{"use strict";o.d(t,{getElementId:()=>d,useSearchDialogKeyboardNavigation:()=>h});var n=o(50959),i=o(50335),l=o(3343),s=o(76460),a=o(19291),r=o(9859),c=o(49483);function h(e){const{contentContainerRef:t,searchInputRef:o,dialogRef:i,getNextFocusedItemIndex:h,isNavigationDisabled:u,onEscapeClick:v,scrollToFocusedItem:g,getElementIdByIndex:m=d}=e,[p,w]=(0,n.useState)(null),[f,b]=(0,n.useState)(null),y=(0,n.useRef)({itemIndex:null,actionIndex:null}),[T,S]=(0,n.useState)(!1);function x(){S(!1),b(null),w(null)}return(0,n.useLayoutEffect)((()=>{if(null===p||!T)return;const e=m(p,f),o=t.current?.querySelector(`#${e}`);return o?.dispatchEvent(new CustomEvent("active-descendant-focus")),()=>{o?.dispatchEvent(new CustomEvent("active-descendant-blur"))}}),[p,T,f]),{handleKeyDown:function(e){const n=(0,l.hashFromEvent)(e);if(27===n&&v)return void v(e);const i=t.current;if(!i||e.target!==o.current)return;if(32===n||13===n){if(null===p)return;e.preventDefault();const t=i.querySelector(`#${m(p,f)}`);if(!(t instanceof HTMLElement))return;return void t.click()}const s=(0,a.mapKeyCodeToDirection)(n);if(!s||u)return;const c=null!==p?i.querySelector(`#${m(p)}`):null;switch(s){case"blockNext":case"blockPrev":{e.preventDefault();const t=h(p,"blockNext"===s?1:-1);if(null===t)return;w(t),S(!0),y.current.itemIndex=t;const o=i.querySelector(`#${m(t)}`);if(g(o,t),null!==f&&o instanceof HTMLElement){const e=Array.from(o.querySelectorAll('[data-role="list-item-action"]'));if(!e.length)return b(null),void(y.current.actionIndex=null);const t=(0,r.clamp)(f,0,e.length-1);b(t),y.current.actionIndex=t}return}case"inlineNext":{if(!c)return;e.preventDefault();const t=Array.from(c.querySelectorAll('[data-role="list-item-action"]'));if(!t||!t.length)return;return null===f?(b(0),void(y.current.actionIndex=0)):f===t.length-1?(b(null),void(y.current.actionIndex=null)):(b(f+1),void(y.current.actionIndex=f+1))}case"inlinePrev":{if(!c)return;e.preventDefault();const t=Array.from(c.querySelectorAll('[data-role="list-item-action"]'));if(!t||!t.length)return;return null===f?(b(t.length-1),void(y.current.actionIndex=t.length-1)):0===f?(b(null),void(y.current.actionIndex=null)):(b(f-1),void(y.current.actionIndex=f-1))}}},handleForceFocus:function(){(0,a.updateTabIndexes)()},handleSearchRefBlur:function(e){x(),w(p),c.CheckMobile.any()||e.relatedTarget!==i.current?.getElement()||e.target.focus()},resetFocusState:x,restoreFocusState:function(){b(y.current.actionIndex),w(y.current.itemIndex),S(!0)},focusVisible:T,focusedItemIndex:p,focusedActionIndex:f,setFocusedItemIndex:w,setFocusedActionIndex:b,onDialogClick:function(e){(0,s.isKeyboardClick)(e)||(S(!1),b(null))}}}function d(e,t){return(0,i.isNumber)(t)&&-1!==t?`list-item-${e}-action-${t}`:`list-item-${e}`}},37404:(e,t,o)=>{"use strict";o.d(t,{showManageDrawingsDialog:()=>i});let n=null;function i(e){return Promise.all([o.e(4166),o.e(8692),o.e(3693),o.e(7159),o.e(1702)]).then(o.bind(o,41662)).then((t=>{const o=new(0,
t.ManageDrawingsDialogRenderer)(e);return null!==n&&n.hide(),o.show(),n=o,o}))}},51826:(e,t,o)=>{"use strict";o.d(t,{DialogsOpenerManager:()=>n,dialogsOpenerManager:()=>i});class n{constructor(){this._storage=new Map}setAsOpened(e,t){this._storage.set(e,t)}setAsClosed(e){this._storage.delete(e)}isOpened(e){return this._storage.has(e)}getDialogPayload(e){return this._storage.get(e)}}const i=new n},90692:(e,t,o)=>{"use strict";o.d(t,{MatchMedia:()=>i});var n=o(50959);class i extends n.PureComponent{constructor(e){super(e),this._handleChange=()=>{this.forceUpdate()},this.state={query:window.matchMedia(this.props.rule)}}componentDidMount(){this._subscribe(this.state.query)}componentDidUpdate(e,t){this.state.query!==t.query&&(this._unsubscribe(t.query),this._subscribe(this.state.query))}componentWillUnmount(){this._unsubscribe(this.state.query)}render(){return this.props.children(this.state.query.matches)}static getDerivedStateFromProps(e,t){return e.rule!==t.query.media?{query:window.matchMedia(e.rule)}:null}_subscribe(e){e.addEventListener("change",this._handleChange)}_unsubscribe(e){e.removeEventListener("change",this._handleChange)}}},64706:(e,t,o)=>{"use strict";o.d(t,{MenuContext:()=>n});const n=o(50959).createContext(null)},27317:(e,t,o)=>{"use strict";o.d(t,{DEFAULT_MENU_THEME:()=>p,Menu:()=>f});var n=o(50959),i=o(97754),l=o.n(i),s=o(50151),a=o(9859),r=o(14729),c=o(50655),h=o(59064),d=o(67961),u=o(26709),v=o(83021),g=o(64706),m=o(67797);const p=m;var w;!function(e){e[e.IndentFromWindow=0]="IndentFromWindow"}(w||(w={}));class f extends n.PureComponent{constructor(e){super(e),this._containerRef=null,this._scrollWrapRef=null,this._raf=null,this._scrollRaf=null,this._scrollTimeout=void 0,this._manager=new d.OverlapManager,this._hotkeys=null,this._scroll=0,this._handleContainerRef=e=>{this._containerRef=e,this.props.reference&&("function"==typeof this.props.reference&&this.props.reference(e),"object"==typeof this.props.reference&&(this.props.reference.current=e))},this._handleScrollWrapRef=e=>{this._scrollWrapRef=e,"function"==typeof this.props.scrollWrapReference&&this.props.scrollWrapReference(e),"object"==typeof this.props.scrollWrapReference&&(this.props.scrollWrapReference.current=e)},this._handleCustomRemeasureDelegate=()=>{this._resizeForced(),this._handleMeasure()},this._handleMeasure=({callback:e,forceRecalcPosition:t}={})=>{if(this.state.isMeasureValid&&!t)return;const{position:o}=this.props,n=(0,s.ensureNotNull)(this._containerRef);let i=n.getBoundingClientRect();const l=document.documentElement.clientHeight,r=document.documentElement.clientWidth,c=this.props.closeOnScrollOutsideOffset??0;let h=l-0-c;const d=i.height>h;if(d){(0,s.ensureNotNull)(this._scrollWrapRef).style.overflowY="scroll",i=n.getBoundingClientRect()}const{width:u,height:v}=i,g="function"==typeof o?o({contentWidth:u,contentHeight:v,availableWidth:r,availableHeight:l}):o,m=g?.indentFromWindow?.left??0,p=r-(g.overrideWidth??u)-(g?.indentFromWindow?.right??0),w=(0,
a.clamp)(g.x,m,Math.max(m,p)),f=(g?.indentFromWindow?.top??0)+c,b=l-(g.overrideHeight??v)-(g?.indentFromWindow?.bottom??0);let y=(0,a.clamp)(g.y,f,Math.max(f,b));if(g.forbidCorrectYCoord&&y<g.y&&(h-=g.y-y,y=g.y),t&&void 0!==this.props.closeOnScrollOutsideOffset&&g.y<=this.props.closeOnScrollOutsideOffset)return void this._handleGlobalClose(!0);const T=g.overrideHeight??(d?h:void 0);this.setState({appearingMenuHeight:t?this.state.appearingMenuHeight:T,appearingMenuWidth:t?this.state.appearingMenuWidth:g.overrideWidth,appearingPosition:{x:w,y},isMeasureValid:!0},(()=>{this.props.doNotRestorePosition||this._restoreScrollPosition(),e&&e()}))},this._restoreScrollPosition=()=>{const e=document.activeElement,t=(0,s.ensureNotNull)(this._containerRef);if(null!==e&&t.contains(e))try{e.scrollIntoView()}catch(e){}else(0,s.ensureNotNull)(this._scrollWrapRef).scrollTop=this._scroll},this._resizeForced=()=>{this.setState({appearingMenuHeight:void 0,appearingMenuWidth:void 0,appearingPosition:void 0,isMeasureValid:void 0})},this._resize=()=>{null===this._raf&&(this._raf=requestAnimationFrame((()=>{this.setState({appearingMenuHeight:void 0,appearingMenuWidth:void 0,appearingPosition:void 0,isMeasureValid:void 0}),this._raf=null})))},this._handleGlobalClose=e=>{this.props.onClose(e)},this._handleSlot=e=>{this._manager.setContainer(e)},this._handleScroll=()=>{this._scroll=(0,s.ensureNotNull)(this._scrollWrapRef).scrollTop},this._handleScrollOutsideEnd=()=>{clearTimeout(this._scrollTimeout),this._scrollTimeout=setTimeout((()=>{this._handleMeasure({forceRecalcPosition:!0})}),80)},this._handleScrollOutside=e=>{e.target!==this._scrollWrapRef&&(this._handleScrollOutsideEnd(),null===this._scrollRaf&&(this._scrollRaf=requestAnimationFrame((()=>{this._handleMeasure({forceRecalcPosition:!0}),this._scrollRaf=null}))))},this.state={}}componentDidMount(){this._handleMeasure({callback:this.props.onOpen});const{customCloseDelegate:e=h.globalCloseDelegate,customRemeasureDelegate:t}=this.props;e.subscribe(this,this._handleGlobalClose),t?.subscribe(null,this._handleCustomRemeasureDelegate),window.addEventListener("resize",this._resize);const o=null!==this.context;this._hotkeys||o||(this._hotkeys=u.createGroup({desc:"Popup menu"}),this._hotkeys.add({desc:"Close",hotkey:27,handler:()=>{this.props.onKeyboardClose&&this.props.onKeyboardClose(),this._handleGlobalClose()}})),this.props.repositionOnScroll&&window.addEventListener("scroll",this._handleScrollOutside,{capture:!0})}componentDidUpdate(){this._handleMeasure()}componentWillUnmount(){const{customCloseDelegate:e=h.globalCloseDelegate,customRemeasureDelegate:t}=this.props;e.unsubscribe(this,this._handleGlobalClose),t?.unsubscribe(null,this._handleCustomRemeasureDelegate),window.removeEventListener("resize",this._resize),window.removeEventListener("scroll",this._handleScrollOutside,{capture:!0}),this._hotkeys&&(this._hotkeys.destroy(),this._hotkeys=null),null!==this._raf&&(cancelAnimationFrame(this._raf),this._raf=null),null!==this._scrollRaf&&(cancelAnimationFrame(this._scrollRaf),
this._scrollRaf=null),this._scrollTimeout&&clearTimeout(this._scrollTimeout)}render(){const{id:e,role:t,"aria-label":o,"aria-labelledby":i,"aria-activedescendant":s,"aria-hidden":a,"aria-describedby":h,"aria-invalid":d,children:u,minWidth:p,theme:w=m,className:f,maxHeight:y,onMouseOver:T,onMouseOut:S,onKeyDown:x,onFocus:L,onBlur:C}=this.props,{appearingMenuHeight:M,appearingMenuWidth:A,appearingPosition:_,isMeasureValid:z}=this.state,E={"--ui-kit-menu-max-width":`${_&&_.x}px`,maxWidth:"calc(100vw - var(--ui-kit-menu-max-width) - 6px)"};return n.createElement(g.MenuContext.Provider,{value:this},n.createElement(v.SubmenuHandler,null,n.createElement(c.SlotContext.Provider,{value:this._manager},n.createElement("div",{id:e,role:t,"aria-label":o,"aria-labelledby":i,"aria-activedescendant":s,"aria-hidden":a,"aria-describedby":h,"aria-invalid":d,className:l()(f,w.menuWrap,!z&&w.isMeasuring),style:{height:M,left:_&&_.x,minWidth:p,position:"fixed",top:_&&_.y,width:A,...this.props.limitMaxWidth&&E},"data-name":this.props["data-name"],"data-tooltip-show-on-focus":this.props["data-tooltip-show-on-focus"],ref:this._handleContainerRef,onScrollCapture:this.props.onScroll,onContextMenu:r.preventDefaultForContextMenu,tabIndex:this.props.tabIndex,onMouseOver:T,onMouseOut:S,onKeyDown:x,onFocus:L,onBlur:C},n.createElement("div",{className:l()(w.scrollWrap,!this.props.noMomentumBasedScroll&&w.momentumBased),style:{overflowY:void 0!==M?"scroll":"auto",maxHeight:y},onScrollCapture:this._handleScroll,ref:this._handleScrollWrapRef},n.createElement(b,{className:w.menuBox},u)))),n.createElement(c.Slot,{reference:this._handleSlot})))}update(e){e?this._resizeForced():this._resize()}focus(e){this._containerRef?.focus(e)}blur(){this._containerRef?.blur()}}function b(e){const t=(0,s.ensureNotNull)((0,n.useContext)(v.SubmenuContext)),o=n.useRef(null);return n.createElement("div",{ref:o,className:e.className,onMouseOver:function(e){if(!(null!==t.current&&e.target instanceof Node&&(n=e.target,o.current?.contains(n))))return;var n;t.isSubmenuNode(e.target)||t.setCurrent(null)},"data-name":"menu-inner"},e.children)}f.contextType=v.SubmenuContext},29197:(e,t,o)=>{"use strict";o.d(t,{CloseDelegateContext:()=>l});var n=o(50959),i=o(59064);const l=n.createContext(i.globalCloseDelegate)},42842:(e,t,o)=>{"use strict";o.d(t,{Portal:()=>c,PortalContext:()=>h});var n=o(50959),i=o(32227),l=o(55698),s=o(67961),a=o(34811),r=o(99663);class c extends n.PureComponent{constructor(){super(...arguments),this._uuid=(0,l.nanoid)()}componentWillUnmount(){this._manager().removeWindow(this._uuid)}render(){const e=this._manager().ensureWindow(this._uuid,this.props.layerOptions);e.style.top=this.props.top||"",e.style.bottom=this.props.bottom||"",e.style.left=this.props.left||"",e.style.right=this.props.right||"",e.style.pointerEvents=this.props.pointerEvents||"";const t=this.props.className;return t&&("string"==typeof t?e.classList.add(t):e.classList.add(...t)),
this.props.shouldTrapFocus&&!e.hasAttribute(a.FOCUS_TRAP_DATA_ATTRIBUTE)&&e.setAttribute(a.FOCUS_TRAP_DATA_ATTRIBUTE,"true"),this.props["aria-hidden"]&&e.setAttribute("aria-hidden","true"),i.createPortal(n.createElement(h.Provider,{value:this},this.props.children),e)}moveToTop(){this._manager().moveToTop(this._uuid)}_manager(){return null===this.context?(0,s.getRootOverlapManager)():this.context}}c.contextType=r.SlotContext;const h=n.createContext(null)},50655:(e,t,o)=>{"use strict";o.d(t,{Slot:()=>n.Slot,SlotContext:()=>n.SlotContext});var n=o(99663)},40173:(e,t,o)=>{"use strict";function n(e,t,o={}){return Object.assign({},e,function(e,t,o={}){const n=Object.assign({},t);for(const i of Object.keys(t)){const l=o[i]||i;l in e&&(n[i]=[e[l],t[i]].join(" "))}return n}(e,t,o))}o.d(t,{mergeThemes:()=>n})},84243:(e,t,o)=>{"use strict";o.d(t,{drawingToolsIcons:()=>n});const n={SyncDrawing:o(99088),arrow:o(63743),cursor:o(18953),dot:o(72196),demonstration:o(54780),performance:"",drawginmode:o(52459),drawginmodeActive:o(63975),eraser:o(27999),group:o(34059),hideAllDrawings:o(45820),hideAllDrawingsActive:o(84959),hideAllIndicators:o(42321),hideAllIndicatorsActive:o(75895),hideAllDrawingTools:o(93756),hideAllDrawingToolsActive:o(42650),hideAllPositionsTools:o(57313),hideAllPositionsToolsActive:o(65162),lockAllDrawings:o(91244),lockAllDrawingsActive:o(65186),magnet:o(68385),heart:o(10862),smile:o(7636),sticker:o(62567),strongMagnet:o(46049),measure:o(88518),removeAllDrawingTools:o(93544),showObjectsTree:o(36515),zoom:o(6894),"zoom-out":o(45360)}},59511:(e,t,o)=>{"use strict";o.d(t,{isLineToolsGroupWithSections:()=>r,lineTools:()=>a,lineToolsFlat:()=>c});var n=o(11542),i=(o(49483),o(56570)),l=o(37265);const s=i.enabled("image_drawingtool"),a=[{id:"linetool-group-cursors",title:n.t(null,void 0,o(81578)),sections:[{items:[{name:"cursor"},{name:"dot"},{name:"arrow"},{name:"demonstration"},null].filter(l.isExistent)},{items:[{name:"eraser"}]}],trackLabel:null},{id:"linetool-group-trend-line",title:n.t(null,void 0,o(48773)),sections:[{title:n.t(null,void 0,o(56982)),items:[{name:"LineToolTrendLine"},{name:"LineToolRay"},{name:"LineToolInfoLine"},{name:"LineToolExtended"},{name:"LineToolTrendAngle"},{name:"LineToolHorzLine"},{name:"LineToolHorzRay"},{name:"LineToolVertLine"},{name:"LineToolCrossLine"}]},{title:n.t(null,void 0,o(59934)),items:[{name:"LineToolParallelChannel"},{name:"LineToolRegressionTrend"},{name:"LineToolFlatBottom"},{name:"LineToolDisjointAngle"}]},{title:n.t(null,void 0,o(36167)),items:[{name:"LineToolPitchfork"},{name:"LineToolSchiffPitchfork2"},{name:"LineToolSchiffPitchfork"},{name:"LineToolInsidePitchfork"}]}],trackLabel:null},{id:"linetool-group-gann-and-fibonacci",title:n.t(null,void 0,o(2654)),sections:[{title:n.t(null,void 0,o(26578)),items:[{name:"LineToolFibRetracement"},{name:"LineToolTrendBasedFibExtension"},{name:"LineToolFibChannel"},{name:"LineToolFibTimeZone"},{name:"LineToolFibSpeedResistanceFan"},{name:"LineToolTrendBasedFibTime"},{name:"LineToolFibCircles"},{name:"LineToolFibSpiral"},{
name:"LineToolFibSpeedResistanceArcs"},{name:"LineToolFibWedge"},{name:"LineToolPitchfan"}]},{title:n.t(null,void 0,o(51494)),items:[{name:"LineToolGannSquare"},{name:"LineToolGannFixed"},{name:"LineToolGannComplex"},{name:"LineToolGannFan"}]}],trackLabel:null},{id:"linetool-group-patterns",title:n.t(null,void 0,o(46417)),sections:[{title:n.t(null,void 0,o(46417)),items:[{name:"LineTool5PointsPattern"},{name:"LineToolCypherPattern"},{name:"LineToolHeadAndShoulders"},{name:"LineToolABCD"},{name:"LineToolTrianglePattern"},{name:"LineToolThreeDrivers"}]},{title:n.t(null,void 0,o(44255)),items:[{name:"LineToolElliottImpulse"},{name:"LineToolElliottCorrection"},{name:"LineToolElliottTriangle"},{name:"LineToolElliottDoubleCombo"},{name:"LineToolElliottTripleCombo"}]},{title:n.t(null,void 0,o(77915)),items:[{name:"LineToolCircleLines"},{name:"LineToolTimeCycles"},{name:"LineToolSineLine"}]}],trackLabel:null},{id:"linetool-group-prediction-and-measurement",title:n.t(null,void 0,o(1410)),sections:[{title:n.t(null,void 0,o(75747)),items:[{name:"LineToolRiskRewardLong"},{name:"LineToolRiskRewardShort"},{name:"LineToolPrediction"},{name:"LineToolBarsPattern"},{name:"LineToolGhostFeed"},{name:"LineToolProjection"}].filter(l.isExistent)},{title:n.t(null,void 0,o(69260)),items:[{name:"LineToolAnchoredVWAP"},{name:"LineToolFixedRangeVolumeProfile"},null].filter(l.isExistent)},{title:n.t(null,void 0,o(97050)),items:[{name:"LineToolPriceRange"},{name:"LineToolDateRange"},{name:"LineToolDateAndPriceRange"}]}],trackLabel:null},{id:"linetool-group-geometric-shapes",title:n.t(null,void 0,o(22145)),sections:[{title:n.t(null,void 0,o(65695)),items:[{name:"LineToolBrush"},{name:"LineToolHighlighter"}]},{title:n.t(null,void 0,o(19147)),items:[{name:"LineToolArrowMarker"},{name:"LineToolArrow"},{name:"LineToolArrowMarkUp"},{name:"LineToolArrowMarkDown"},{name:"LineToolArrowMarkLeft"},{name:"LineToolArrowMarkRight"}].filter(l.isExistent)},{title:n.t(null,void 0,o(65781)),items:[{name:"LineToolRectangle"},{name:"LineToolRotatedRectangle"},{name:"LineToolPath"},{name:"LineToolCircle"},{name:"LineToolEllipse"},{name:"LineToolPolyline"},{name:"LineToolTriangle"},{name:"LineToolArc"},{name:"LineToolBezierQuadro"},{name:"LineToolBezierCubic"}]}],trackLabel:null},{id:"linetool-group-annotation",title:n.t(null,void 0,o(32064)),sections:[{title:n.t(null,void 0,o(65831)),items:[{name:"LineToolText"},{name:"LineToolTextAbsolute"},{name:"LineToolTextNote"},{name:"LineToolPriceNote"},{name:"LineToolNote"},{name:"LineToolTable"},{name:"LineToolCallout"},{name:"LineToolComment"},{name:"LineToolPriceLabel"},{name:"LineToolSignpost"},{name:"LineToolFlagMark"}].filter(l.isExistent)},{title:n.t(null,void 0,o(93111)),items:[s?{name:"LineToolImage"}:null,null,null].filter(l.isExistent)}],trackLabel:null}];function r(e){return"sections"in e}const c=a.map((function(e){return r(e)?e.sections.map((e=>e.items)).flat():e.items})).flat()},27906:(e,t,o)=>{"use strict";o.d(t,{shouldShowFullscreen:()=>i});var n=o(56570);function i(){
return n.enabled("header_fullscreen_button")}},2627:(e,t,o)=>{"use strict";o.d(t,{lineToolsInfo:()=>b});var n=o(50151),i=o(11542),l=o(61814),s=(o(21251),o(98626)),a=o(84243);const r={SyncDrawing:i.t(null,void 0,o(59377)),arrow:i.t(null,void 0,o(11858)),cursor:i.t(null,void 0,o(6969)),demonstration:i.t(null,void 0,o(14939)),dot:i.t(null,void 0,o(57157)),performance:i.t(null,void 0,o(35553)),drawginmode:i.t(null,void 0,o(62518)),eraser:i.t(null,void 0,o(8727)),group:i.t(null,void 0,o(3154)),hideAllDrawings:i.t(null,void 0,o(52563)),lockAllDrawings:i.t(null,void 0,o(79451)),magnet:i.t(null,void 0,o(81396)),measure:i.t(null,void 0,o(91563)),removeAllDrawingTools:i.t(null,void 0,o(57118)),showObjectsTree:i.t(null,void 0,o(85786)),zoom:i.t(null,void 0,o(55774)),"zoom-out":i.t(null,void 0,o(37310))};var c=o(98523),h=o(68335),d=o(17402);const u=(0,h.humanReadableModifiers)(h.Modifiers.Shift,!1).trim(),v=(0,h.humanReadableModifiers)(h.Modifiers.Alt,!1).trim(),g=(0,h.humanReadableModifiers)(h.Modifiers.Mod,!1).trim(),m={keys:[u],text:i.t(null,void 0,o(23369))},p={keys:[u],text:i.t(null,void 0,o(13798))},w={keys:[u],text:i.t(null,void 0,o(10539))},f={LineTool5PointsPattern:{},LineToolABCD:{},LineToolArc:{},LineToolArrow:{},LineToolArrowMarkDown:{},LineToolArrowMarkLeft:{},LineToolArrowMarkRight:{},LineToolArrowMarkUp:{},LineToolComment:{},LineToolBarsPattern:{},LineToolBezierCubic:{},LineToolBezierQuadro:{},LineToolBrush:{},LineToolCallout:{},LineToolCircleLines:{},LineToolCypherPattern:{},LineToolDateAndPriceRange:{},LineToolDateRange:{},LineToolDisjointAngle:{hotKey:(0,l.hotKeySerialize)(m)},LineToolElliottCorrection:{},LineToolElliottDoubleCombo:{},LineToolElliottImpulse:{},LineToolElliottTriangle:{},LineToolElliottTripleCombo:{},LineToolEllipse:{hotKey:(0,l.hotKeySerialize)(p)},LineToolExtended:{},LineToolFibChannel:{},LineToolFibCircles:{hotKey:(0,l.hotKeySerialize)(p)},LineToolFibRetracement:{},LineToolFibSpeedResistanceArcs:{},LineToolFibSpeedResistanceFan:{hotKey:(0,l.hotKeySerialize)(w)},LineToolFibSpiral:{},LineToolFibTimeZone:{},LineToolFibWedge:{},LineToolFlagMark:{},LineToolFlatBottom:{hotKey:(0,l.hotKeySerialize)(m)},LineToolAnchoredVWAP:{},LineToolGannComplex:{},LineToolGannFixed:{},LineToolGannFan:{},LineToolGannSquare:{hotKey:(0,l.hotKeySerialize)({keys:[u],text:i.t(null,void 0,o(83042))})},LineToolHeadAndShoulders:{},LineToolHorzLine:{hotKey:(0,l.hotKeySerialize)({keys:[v,"H"],text:"{0} + {1}"})},LineToolHorzRay:{},LineToolIcon:{},LineToolImage:{},LineToolEmoji:{},LineToolInsidePitchfork:{},LineToolNote:{},LineToolSignpost:{},LineToolParallelChannel:{hotKey:(0,l.hotKeySerialize)(m)},LineToolPitchfan:{},LineToolPitchfork:{},LineToolPolyline:{},LineToolPath:{},LineToolPrediction:{},LineToolPriceLabel:{},LineToolPriceNote:{hotKey:(0,l.hotKeySerialize)(m)},LineToolTextNote:{},LineToolArrowMarker:{},LineToolPriceRange:{},LineToolProjection:{},LineToolRay:{},LineToolRectangle:{hotKey:(0,l.hotKeySerialize)({keys:[u],text:i.t(null,void 0,o(10539))})},LineToolCircle:{},LineToolRegressionTrend:{},
LineToolRiskRewardLong:{},LineToolRiskRewardShort:{},LineToolFixedRangeVolumeProfile:{},LineToolRotatedRectangle:{hotKey:(0,l.hotKeySerialize)(m)},LineToolSchiffPitchfork:{},LineToolSchiffPitchfork2:{},LineToolSineLine:{},LineToolText:{},LineToolTextAbsolute:{},LineToolThreeDrivers:{},LineToolTimeCycles:{},LineToolTrendAngle:{hotKey:(0,l.hotKeySerialize)(m)},LineToolTrendBasedFibExtension:{},LineToolTrendBasedFibTime:{},LineToolTrendLine:{hotKey:(0,l.hotKeySerialize)(m)},LineToolInfoLine:{},LineToolTriangle:{},LineToolTrianglePattern:{},LineToolVertLine:{hotKey:(0,l.hotKeySerialize)({keys:[v,"V"],text:"{0} + {1}"})},LineToolCrossLine:{},LineToolHighlighter:{},LineToolGhostFeed:{},LineToolTable:{},SyncDrawing:{iconActive:a.drawingToolsIcons.SyncDrawingActive},arrow:{},cursor:{},dot:{},demonstration:{hotKey:(0,l.hotKeySerialize)({keys:[v],text:i.t(null,void 0,o(42633))})},drawginmode:{iconActive:a.drawingToolsIcons.drawginmodeActive},eraser:{},group:{},hideAllDrawings:{iconActive:a.drawingToolsIcons.hideAllDrawingsActive,hotKey:(0,l.hotKeySerialize)({keys:[g,v,"H"],text:"{0} + {1} + {2}"})},lockAllDrawings:{iconActive:a.drawingToolsIcons.lockAllDrawingsActive},magnet:{hotKey:(0,l.hotKeySerialize)({keys:[g],text:"{0}"})},measure:{hotKey:(0,l.hotKeySerialize)({keys:[u],text:i.t(null,void 0,o(92949))})},removeAllDrawingTools:{},showObjectsTree:{},zoom:{},"zoom-out":{}};const b={};Object.entries(f).map((([e,t])=>{const o=s.lineToolsIcons[e]??a.drawingToolsIcons[e];(0,n.assert)(!!o,`Icon is not defined for drawing "${e}"`);const i=c.lineToolsLocalizedNames[e]??r[e];(0,n.assert)(!!i,`Localized name is not defined for drawing "${e}"`);return{...t,name:e,icon:o,localizedName:i,selectHotkey:d.lineToolsSelectHotkeys[e]}})).forEach((e=>{b[e.name]=e}))},23076:(e,t,o)=>{"use strict";o.r(t),o.d(t,{SERIES_ICONS:()=>p});var n=o(4475),i=o(94670),l=o(32162),s=o(39956),a=o(14083),r=o(45504),c=o(52867),h=o(41473),d=o(31246),u=o(15726),v=o(24464),g=o(71705),m=o(9450);const p={3:i,16:l,0:s,1:a,8:r,9:c,2:h,14:d,15:u,10:v,12:g,13:m};p[21]=n},26744:(e,t,o)=>{"use strict";o.d(t,{LinetoolsFavoritesStore:()=>c});var n=o(52033),i=o(37265),l=o(56840);const s=["LineToolBalloon","LineToolNoteAbsolute",null,null].filter(i.isExistent),a=!1;var r,c;!function(e){function t(){e.favorites=[];let t=!1;const n=Boolean(void 0===(0,l.getValue)("chart.favoriteDrawings")),r=(0,l.getJSON)("chart.favoriteDrawings",[]);if(0===r.length&&n&&"undefined"!=typeof window){const e=JSON.parse(window.urlParams?.favorites??"{}").drawingTools;e&&Array.isArray(e)&&r.push(...e)}r.forEach(((n,i)=>{const l=n.tool||n;o(l)?s.includes(l)?t=!0:e.favorites.push(l):a&&a.includes(l)&&e.hiddenToolsPositions.set(l,i)})),t&&i(),e.favoritesSynced.fire()}function o(e){return"string"==typeof e&&""!==e&&!(a&&a.includes(e))}function i(t){const o=e.favorites.slice();e.hiddenToolsPositions.forEach(((e,t)=>{o.splice(e,0,t)})),(0,l.setJSON)("chart.favoriteDrawings",o,t)}e.favorites=[],e.favoritesSynced=new n.Delegate,e.hiddenToolsPositions=new Map,e.favoriteIndex=function(t){
return e.favorites.indexOf(t)},e.isValidLineToolName=o,e.saveFavorites=i,t(),l.onSync.subscribe(null,t)}(r||(r={})),function(e){function t(e){return r.isValidLineToolName(e)}function o(){return r.favorites.length}function i(e){return-1!==r.favoriteIndex(e)}e.favoriteAdded=new n.Delegate,e.favoriteRemoved=new n.Delegate,e.favoriteMoved=new n.Delegate,e.favoritesSynced=r.favoritesSynced,e.favorites=function(){return r.favorites.slice()},e.isValidLineToolName=t,e.favoritesCount=o,e.favorite=function(e){return e<0||e>=o()?"":r.favorites[e]},e.addFavorite=function(o,n){return!(i(o)||!t(o)||"performance"===o)&&(r.favorites.push(o),r.saveFavorites(n),e.favoriteAdded.fire(o),!0)},e.removeFavorite=function(t,o){const n=r.favoriteIndex(t);if(-1===n)return!1;r.favorites.splice(n,1);const i=r.hiddenToolsPositions;return i.forEach(((e,t)=>{e>n&&i.set(t,e-1)})),r.saveFavorites(o),e.favoriteRemoved.fire(t),!0},e.isFavorite=i,e.moveFavorite=function(n,i,l){if(i<0||i>=o()||!t(n))return!1;const s=r.favoriteIndex(n);if(-1===s||i===s)return!1;const a=r.hiddenToolsPositions;return a.forEach(((e,t)=>{s<e&&i>e?e--:i<e&&s>e&&e++,a.set(t,e)})),r.favorites.splice(s,1),r.favorites.splice(i,0,n),r.saveFavorites(l),e.favoriteMoved.fire(n,s,i),!0}}(c||(c={}))},16792:(e,t,o)=>{"use strict";function n(e){return e.charAt(0).toUpperCase()+e.substring(1)}o.d(t,{capitalizeFirstLetter:()=>n})},54780:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="m11.26 21 3.65-4.78 6.09-.66L10 8zm3.09-5.71-2.33 3.05-.8-8.3 7.02 4.82z"/><path fill-rule="evenodd" d="M25 14a11 11 0 1 1-22 0 11 11 0 0 1 22 0m-1 0a10 10 0 1 1-20 0 10 10 0 0 1 20 0"/></svg>'},52459:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M17.27 4.56a2.5 2.5 0 0 0-3.54 0l-.58.59-9 9-1 1-.15.14V20h4.7l.15-.15 1-1 9-9 .59-.58a2.5 2.5 0 0 0 0-3.54l-1.17-1.17Zm-2.83.7a1.5 1.5 0 0 1 2.12 0l1.17 1.18a1.5 1.5 0 0 1 0 2.12l-.23.23-3.3-3.29.24-.23Zm-.94.95 3.3 3.29-8.3 8.3-3.3-3.3 8.3-8.3Zm-9 9 3.3 3.29-.5.5H4v-3.3l.5-.5Zm16.5.29a1.5 1.5 0 0 0-3 0V18h4.5c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-4c0-.83.67-1.5 1.5-1.5h.5v-2.5a2.5 2.5 0 0 1 5 0v.5h-1v-.5ZM16.5 19a.5.5 0 0 0-.5.5v4c0 .28.22.5.5.5h6a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-6Zm2.5 4v-2h1v2h-1Z"/></svg>'},63975:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M17.27 4.56a2.5 2.5 0 0 0-3.54 0l-.58.59-9 9-1 1-.15.14V20h4.7l.15-.15 1-1 9-9 .59-.58a2.5 2.5 0 0 0 0-3.54l-1.17-1.17Zm-2.83.7a1.5 1.5 0 0 1 2.12 0l1.17 1.18a1.5 1.5 0 0 1 0 2.12l-.23.23-3.3-3.29.24-.23Zm-.94.95 3.3 3.29-8.3 8.3-3.3-3.3 8.3-8.3Zm-9 9 3.3 3.29-.5.5H4v-3.3l.5-.5Zm16.5.29a1.5 1.5 0 0 0-3 0V18h3v-2.5Zm1 0V18h.5c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-4c0-.83.67-1.5 1.5-1.5h.5v-2.5a2.5 2.5 0 0 1 5 0ZM16.5 19a.5.5 0 0 0-.5.5v4c0 .28.22.5.5.5h6a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-6Zm2.5 4v-2h1v2h-1Z"/></svg>'},94670:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="m25.35 5.35-9.5 9.5-.35.36-.35-.36-4.65-4.64-8.15 8.14-.7-.7 8.5-8.5.35-.36.35.36 4.65 4.64 9.15-9.14.7.7ZM2 21h1v1H2v-1Zm2-1H3v1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1V9h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v1H9v1H8v1H7v1H6v1H5v1H4v1Zm1 0v1H4v-1h1Zm1 0H5v-1h1v1Zm1 0v1H6v-1h1Zm0-1H6v-1h1v1Zm1 0H7v1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v1H9v1H8v1H7v1h1v1Zm1 0v1H8v-1h1Zm0-1H8v-1h1v1Zm1 0H9v1h1v1h1v-1h1v1h1v-1h1v1h1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v1H9v1h1v1Zm1 0v1h-1v-1h1Zm0-1v-1h-1v1h1Zm0 0v1h1v1h1v-1h-1v-1h-1Zm6 2v-1h1v1h-1Zm2 0v1h-1v-1h1Zm0-1h-1v-1h1v1Zm1 0h-1v1h1v1h1v-1h1v1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v1h-1v1h-1v1h-1v1h1v1Zm1 0h-1v1h1v-1Zm0-1h1v1h-1v-1Zm0-1h1v-1h-1v1Zm0 0v1h-1v-1h1Zm-4 3v1h-1v-1h1Z"/></svg>'},39956:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M19 6h-1v7h-3v1h3v8h1v-3h3v-1h-3V6ZM11 7h-1v13H7v1h3v2h1V10h3V9h-3V7Z"/></svg>'},24464:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="m10.49 7.55-.42.7-2.1 3.5.86.5 1.68-2.8 1.8 2.82.84-.54-2.23-3.5-.43-.68Zm12.32 4.72-.84-.54 2.61-4 .84.54-2.61 4Zm-5.3 6.3 1.2-1.84.84.54-1.63 2.5-.43.65-.41-.65-1.6-2.5.85-.54 1.17 1.85ZM4.96 16.75l.86.52-2.4 4-.86-.52 2.4-4ZM3 14v1h1v-1H3Zm2 0h1v1H5v-1Zm2 0v1h1v-1H7Zm2 0h1v1H9v-1Zm2 0v1h1v-1h-1Zm2 0h1v1h-1v-1Zm2 0v1h1v-1h-1Zm2 0h1v1h-1v-1Zm2 0v1h1v-1h-1Zm2 0h1v1h-1v-1Zm2 0v1h1v-1h-1Zm2 0h1v1h-1v-1Z"/></svg>'},14083:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M17 11v6h3v-6h-3zm-.5-1h4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5z"/><path d="M18 7h1v3.5h-1zm0 10.5h1V21h-1z"/><path d="M9 8v12h3V8H9zm-.5-1h4a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5z"/><path d="M10 4h1v3.5h-1zm0 16.5h1V24h-1z"/></svg>'},53707:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><g fill="none"><path stroke="currentColor" d="M11 20.5H7.5a5 5 0 1 1 .42-9.98 7.5 7.5 0 0 1 14.57 2.1 4 4 0 0 1-1 7.877H18"/><path stroke="currentColor" d="M14.5 24V12.5M11 16l3.5-3.5L18 16"/></g></svg>'},9450:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M12 7v14h5V7h-5Zm4 1h-3v12h3V8ZM19 15v6h5v-6h-5Zm4 1h-3v4h3v-4ZM5 12h5v9H5v-9Zm1 1h3v7H6v-7Z"/></svg>'},1393:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M13.5 6a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17zM4 14.5a9.5 9.5 0 1 1 19 0 9.5 9.5 0 0 1-19 0z"/><path fill="currentColor" d="M9 14h4v-4h1v4h4v1h-4v4h-1v-4H9v-1z"/></svg>'},49697:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path d="M21 7v4h1V6h-5v1z"/><path d="M16.854 11.854l5-5-.708-.708-5 5zM7 7v4H6V6h5v1z"/><path d="M11.146 11.854l-5-5 .708-.708 5 5zM21 21v-4h1v5h-5v-1z"/><path d="M16.854 16.146l5 5-.708.708-5-5z"/><g><path d="M7 21v-4H6v5h5v-1z"/><path d="M11.146 16.146l-5 5 .708.708 5-5z"/></g></g></svg>'},34059:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30" height="30"><path fill="currentColor" d="M5.5 13A2.5 2.5 0 0 0 3 15.5 2.5 2.5 0 0 0 5.5 18 2.5 2.5 0 0 0 8 15.5 2.5 2.5 0 0 0 5.5 13zm9.5 0a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 15 18a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 15 13zm9.5 0a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5z"/></svg>'},45504:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M9 8v12h3V8H9zm-1-.502C8 7.223 8.215 7 8.498 7h4.004c.275 0 .498.22.498.498v13.004a.493.493 0 0 1-.498.498H8.498A.496.496 0 0 1 8 20.502V7.498z"/><path d="M10 4h1v3.5h-1z"/><path d="M17 6v6h3V6h-3zm-1-.5c0-.276.215-.5.498-.5h4.004c.275 0 .498.23.498.5v7c0 .276-.215.5-.498.5h-4.004a.503.503 0 0 1-.498-.5v-7z"/><path d="M18 2h1v3.5h-1z"/></svg>'},71705:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M7.5 7H7v14h5V7H7.5zM8 20V8h3v12H8zm7.5-11H15v10h5V9h-4.5zm.5 9v-8h3v8h-3z"/></svg>'},32162:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path fill-rule="evenodd" d="M22 3h1v1h-1V3Zm0 2V4h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1V9h-1V8h-1V7h-1V6h-1V5h-1v1H9v1H8v1H7v1H6v1H5v1H4v1h1v1H4v1h1v-1h1v-1h1v-1h1v-1h1V9h1V8h1v1h1v1h1v1h1v1h1v1h1v-1h1v-1h1v-1h1V9h1V8h1V7h1V6h1V5h-1Zm-1 1V5h1v1h-1Zm-1 1V6h1v1h-1Zm-1 1V7h1v1h-1Zm-1 1V8h1v1h-1Zm-1 1V9h1v1h-1Zm-1 1v-1h1v1h-1Zm-1 0v-1h-1V9h-1V8h-1V7h-1V6h-1v1H9v1H8v1H7v1H6v1H5v1h1v-1h1v-1h1V9h1V8h1V7h1v1h1v1h1v1h1v1h1Zm0 0h1v1h-1v-1Zm.84 6.37 7.5-7-.68-.74-7.15 6.67-4.66-4.65-.33-.34-.36.32-5.5 5 .68.74 5.14-4.68 4.67 4.66.34.35.35-.33ZM6 23H5v1h1v-1Zm0-1H5v-1h1v1Zm1 0v1H6v-1h1Zm0-1H6v-1h1v1Zm1 0v1H7v-1h1Zm0-1H7v-1h1v1Zm1 0v1H8v-1h1Zm0-1H8v-1h1v1Zm1 0v1H9v-1h1Zm0-1H9v-1h1v1Zm1 0h-1v1h1v1h1v1h1v1h1v1h1v1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h-1v-1h1v-1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v1h1v1Zm0 0h1v1h-1v-1Zm2 2v1h1v1h1v1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1Zm0 0v-1h-1v1h1Z"/></svg>'},4475:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M19 6h-1v7v9h1v-3h3v-1h-3V6ZM11 7h-1v16h1V10h3V9h-3V7Z"/></svg>'},52867:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M17 11v6h3v-6h-3zm-.5-1h4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5z"/><path d="M18 7h1v3.5h-1zm0 10.5h1V21h-1z"/><path d="M9 8v11h3V8H9zm-.5-1h4a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-12a.5.5 0 0 1 .5-.5z"/><path d="M10 4h1v5h-1zm0 14h1v5h-1zM8.5 9H10v1H8.5zM11 9h1.5v1H11zm-1 1h1v1h-1zm-1.5 1H10v1H8.5zm2.5 0h1.5v1H11zm-1 1h1v1h-1zm-1.5 1H10v1H8.5zm2.5 0h1.5v1H11zm-1 1h1v1h-1zm-1.5 1H10v1H8.5zm2.5 0h1.5v1H11zm-1 1h1v1h-1zm-1.5 1H10v1H8.5zm2.5 0h1.5v1H11z"/></svg>'},39681:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path stroke="currentColor" d="M20 17l-5 5M15 17l5 5M9 11.5h7M17.5 8a2.5 2.5 0 0 0-5 0v11a2.5 2.5 0 0 1-5 0"/></svg>'},31246:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path fill-rule="evenodd" d="m18.43 15.91 6.96-8.6-.78-.62-6.96 8.6a2.49 2.49 0 0 0-2.63.2l-2.21-2.02A2.5 2.5 0 0 0 10.5 10a2.5 2.5 0 1 0 1.73 4.3l2.12 1.92a2.5 2.5 0 1 0 4.08-.31ZM10.5 14a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm7.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/><path d="M8.37 13.8c.17.3.4.54.68.74l-5.67 6.78-.76-.64 5.75-6.88Z"/></svg>'},41473:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="m25.39 7.31-8.83 10.92-6.02-5.47-7.16 8.56-.76-.64 7.82-9.36 6 5.45L24.61 6.7l.78.62Z"/></svg>'},96052:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M18.293 13l-2.647 2.646.707.708 3.854-3.854-3.854-3.854-.707.708L18.293 12H12.5A5.5 5.5 0 0 0 7 17.5V19h1v-1.5a4.5 4.5 0 0 1 4.5-4.5h5.793z"/></svg>'},72644:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.118 6a.5.5 0 0 0-.447.276L9.809 8H5.5A1.5 1.5 0 0 0 4 9.5v10A1.5 1.5 0 0 0 5.5 21h16a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 21.5 8h-4.309l-.862-1.724A.5.5 0 0 0 15.882 6h-4.764zm-1.342-.17A1.5 1.5 0 0 1 11.118 5h4.764a1.5 1.5 0 0 1 1.342.83L17.809 7H21.5A2.5 2.5 0 0 1 24 9.5v10a2.5 2.5 0 0 1-2.5 2.5h-16A2.5 2.5 0 0 1 3 19.5v-10A2.5 2.5 0 0 1 5.5 7h3.691l.585-1.17z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 18a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm0 1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9z"/></svg>'},15726:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M19 5h5v1h-4v13h-6v-7h-4v12H5v-1h4V11h6v7h4V5Z"/></svg>'},63743:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M11.682 16.09l3.504 6.068 1.732-1-3.497-6.057 3.595-2.1L8 7.74v10.512l3.682-2.163zm-.362 1.372L7 20V6l12 7-4.216 2.462 3.5 6.062-3.464 2-3.5-6.062z"/></svg>'},18953:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path d="M18 15h8v-1h-8z"/><path d="M14 18v8h1v-8zM14 3v8h1v-8zM3 15h8v-1h-8z"/></g></svg>'},72196:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><circle fill="currentColor" cx="14" cy="14" r="3"/></svg>'},27999:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 31" width="29" height="31"><g fill="currentColor" fill-rule="nonzero"><path d="M15.3 22l8.187-8.187c.394-.394.395-1.028.004-1.418l-4.243-4.243c-.394-.394-1.019-.395-1.407-.006l-11.325 11.325c-.383.383-.383 1.018.007 1.407l1.121 1.121h7.656zm-9.484-.414c-.781-.781-.779-2.049-.007-2.821l11.325-11.325c.777-.777 2.035-.78 2.821.006l4.243 4.243c.781.781.78 2.048-.004 2.832l-8.48 8.48h-8.484l-1.414-1.414z"/><path d="M13.011 22.999h7.999v-1h-7.999zM13.501 11.294l6.717 6.717.707-.707-6.717-6.717z"/></g></svg>'},10862:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M24.13 14.65a6.2 6.2 0 0 0-.46-9.28c-2.57-2.09-6.39-1.71-8.75.6l-.92.91-.92-.9c-2.36-2.32-6.18-2.7-8.75-.61a6.2 6.2 0 0 0-.46 9.28l9.07 8.92c.58.57 1.53.57 2.12 0l9.07-8.92Zm-9.77 8.2 9.07-8.91a5.2 5.2 0 0 0-.39-7.8c-2.13-1.73-5.38-1.45-7.42.55L14 8.29l-1.62-1.6c-2.03-2-5.29-2.28-7.42-.55a5.2 5.2 0 0 0-.4 7.8l9.08 8.91c.2.2.52.2.72 0Z"/></svg>'},68385:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor" fill-rule="evenodd"><path fill-rule="nonzero" d="M14 10a2 2 0 0 0-2 2v11H6V12c0-4.416 3.584-8 8-8s8 3.584 8 8v11h-6V12a2 2 0 0 0-2-2zm-3 2a3 3 0 0 1 6 0v10h4V12c0-3.864-3.136-7-7-7s-7 3.136-7 7v10h4V12z"/><path d="M6.5 18h5v1h-5zm10 0h5v1h-5z"/></g></svg>'},88518:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M2 9.75a1.5 1.5 0 0 0-1.5 1.5v5.5a1.5 1.5 0 0 0 1.5 1.5h24a1.5 1.5 0 0 0 1.5-1.5v-5.5a1.5 1.5 0 0 0-1.5-1.5zm0 1h3v2.5h1v-2.5h3.25v3.9h1v-3.9h3.25v2.5h1v-2.5h3.25v3.9h1v-3.9H22v2.5h1v-2.5h3a.5.5 0 0 1 .5.5v5.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5v-5.5a.5.5 0 0 1 .5-.5z" transform="rotate(-45 14 14)"/></svg>'},36515:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path fill-rule="nonzero" d="M14 18.634l-.307-.239-7.37-5.73-2.137-1.665 9.814-7.633 9.816 7.634-.509.394-1.639 1.269-7.667 5.969zm7.054-6.759l1.131-.876-8.184-6.366-8.186 6.367 1.123.875 7.063 5.491 7.054-5.492z"/><path d="M7 14.5l-1 .57 8 6.43 8-6.5-1-.5-7 5.5z"/><path d="M7 17.5l-1 .57 8 6.43 8-6.5-1-.5-7 5.5z"/></g></svg>'},7636:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M4.05 14a9.95 9.95 0 1 1 19.9 0 9.95 9.95 0 0 1-19.9 0ZM14 3a11 11 0 1 0 0 22 11 11 0 0 0 0-22Zm-3 13.03a.5.5 0 0 1 .64.3 2.5 2.5 0 0 0 4.72 0 .5.5 0 0 1 .94.34 3.5 3.5 0 0 1-6.6 0 .5.5 0 0 1 .3-.64Zm.5-4.53a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/></svg>'},62567:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M7 4h14a3 3 0 0 1 3 3v11c0 .34-.03.67-.08 1H20.3c-1.28 0-2.31.97-2.31 2.24V24H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Zm12 19.92A6 6 0 0 0 23.66 20H20.3c-.77 0-1.31.48-1.31 1.24v2.68ZM3 7a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4v11a7 7 0 0 1-7 7H7a4 4 0 0 1-4-4V7Zm8 9.03a.5.5 0 0 1 .64.3 2.5 2.5 0 0 0 4.72 0 .5.5 0 0 1 .94.34 3.5 3.5 0 0 1-6.6 0 .5.5 0 0 1 .3-.64Zm.5-4.53a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/></svg>'},46049:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="nonzero" d="M14 5a7 7 0 0 0-7 7v3h4v-3a3 3 0 1 1 6 0v3h4v-3a7 7 0 0 0-7-7zm7 11h-4v3h4v-3zm-10 0H7v3h4v-3zm-5-4a8 8 0 1 1 16 0v8h-6v-8a2 2 0 1 0-4 0v8H6v-8zm3.293 11.294l-1.222-2.037.858-.514 1.777 2.963-2 1 1.223 2.037-.858.514-1.778-2.963 2-1zm9.778-2.551l.858.514-1.223 2.037 2 1-1.777 2.963-.858-.514 1.223-2.037-2-1 1.777-2.963z"/></svg>'},99088:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path fill-rule="nonzero" d="M15.039 5.969l-.019-.019-2.828 2.828.707.707 2.474-2.474c1.367-1.367 3.582-1.367 4.949 0s1.367 3.582 0 4.949l-2.474 2.474.707.707 2.828-2.828-.019-.019c1.415-1.767 1.304-4.352-.334-5.99-1.638-1.638-4.224-1.749-5.99-.334zM5.97 15.038l-.019-.019 2.828-2.828.707.707-2.475 2.475c-1.367 1.367-1.367 3.582 0 4.949s3.582 1.367 4.949 0l2.474-2.474.707.707-2.828 2.828-.019-.019c-1.767 1.415-4.352 1.304-5.99-.334-1.638-1.638-1.749-4.224-.334-5.99z"/><path d="M10.485 16.141l5.656-5.656.707.707-5.656 5.656z"/></g></svg>'},42650:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M19.76 6.07l-.7.7a13.4 13.4 0 011.93 2.47c.19.3.33.55.42.72l.03.04-.03.04a15 15 0 01-2.09 2.9c-1.47 1.6-3.6 3.12-6.32 3.12-.98 0-1.88-.2-2.7-.52l-.77.76c1.03.47 2.18.76 3.47.76 3.12 0 5.5-1.75 7.06-3.44a16 16 0 002.38-3.38v-.02h.01L22 10l.45.22.1-.22-.1-.22L22 10l.45-.22-.01-.02a5.1 5.1 0 00-.15-.28 16 16 0 00-2.53-3.41zM6.24 13.93l.7-.7-.27-.29a15 15 0 01-2.08-2.9L4.56 10l.03-.04a15 15 0 012.09-2.9c1.47-1.6 3.6-3.12 6.32-3.12.98 0 1.88.2 2.7.52l.77-.76A8.32 8.32 0 0013 2.94c-3.12 0-5.5 1.75-7.06 3.44a16 16 0 00-2.38 3.38v.02h-.01L4 10l-.45-.22-.1.22.1.22L4 10l-.45.22.01.02a5.5 5.5 0 00.15.28 16 16 0 002.53 3.41zm6.09-.43a3.6 3.6 0 004.24-4.24l-.93.93a2.6 2.6 0 01-2.36 2.36l-.95.95zm-1.97-3.69l-.93.93a3.6 3.6 0 014.24-4.24l-.95.95a2.6 2.6 0 00-2.36 2.36zm11.29 7.84l-.8.79a1.5 1.5 0 000 2.12l.59.59a1.5 1.5 0 002.12 0l1.8-1.8-.71-.7-1.8 1.79a.5.5 0 01-.7 0l-.59-.59a.5.5 0 010-.7l.8-.8-.71-.7zm-5.5 3.5l.35.35-.35-.35.01-.02.02-.02.02-.02a4.68 4.68 0 01.65-.5c.4-.27 1-.59 1.65-.59.66 0 1.28.33 1.73.77.44.45.77 1.07.77 1.73a2.5 2.5 0 01-.77 1.73 2.5 2.5 0 01-1.73.77h-4a.5.5 0 01-.42-.78l1-1.5 1-1.5a.5.5 0 01.07-.07zm.74.67a3.46 3.46 0 01.51-.4c.35-.24.75-.42 1.1-.42.34 0 .72.17 1.02.48.3.3.48.68.48 1.02 0 .34-.17.72-.48 1.02-.3.3-.68.48-1.02.48h-3.07l.49-.72.97-1.46zM21.2 2.5L5.5 18.2l-.7-.7L20.5 1.8l.7.7z"/></svg>'},75895:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M16.47 3.7A8.32 8.32 0 0013 2.94c-3.12 0-5.5 1.75-7.06 3.44a16 16 0 00-2.38 3.38v.02h-.01L4 10l-.45-.22-.1.22.1.22L4 10l-.45.22.01.02a5.5 5.5 0 00.15.28 16 16 0 002.53 3.41l.7-.7-.27-.29a15 15 0 01-2.08-2.9L4.56 10l.03-.04a15 15 0 012.09-2.9c1.47-1.6 3.6-3.12 6.32-3.12.98 0 1.88.2 2.7.52l.77-.76zm-7.04 7.04l.93-.93a2.6 2.6 0 012.36-2.36l.95-.95a3.6 3.6 0 00-4.24 4.24zm.1 5.56c1.03.47 2.18.76 3.47.76 3.12 0 5.5-1.75 7.06-3.44a16 16 0 002.38-3.38v-.02h.01L22 10l.45.22.1-.22-.1-.22L22 10l.45-.22-.01-.02-.02-.03-.01-.03a9.5 9.5 0 00-.57-1 16 16 0 00-2.08-2.63l-.7.7.27.29a15.01 15.01 0 012.08 2.9l.03.04-.03.04a15 15 0 01-2.09 2.9c-1.47 1.6-3.6 3.12-6.32 3.12-.98 0-1.88-.2-2.7-.52l-.77.76zm2.8-2.8a3.6 3.6 0 004.24-4.24l-.93.93a2.6 2.6 0 01-2.36 2.36l-.95.95zm7.9 3.73c-.12.12-.23.35-.23.77v2h1v1h-1v2c0 .58-.14 1.1-.52 1.48-.38.38-.9.52-1.48.52s-1.1-.14-1.48-.52c-.38-.38-.52-.9-.52-1.48h1c0 .42.1.65.23.77.12.12.35.23.77.23.42 0 .65-.1.77-.23.12-.12.23-.35.23-.77v-2h-1v-1h1v-2c0-.58.14-1.1.52-1.48.38-.38.9-.52 1.48-.52s1.1.14 1.48.52c.38.38.52.9.52 1.48h-1c0-.42-.1-.65-.23-.77-.12-.12-.35-.23-.77-.23-.42 0-.65.1-.77.23zm2.56 6.27l-1.14-1.15.7-.7 1.15 1.14 1.15-1.14.7.7-1.14 1.15 1.14 1.15-.7.7-1.15-1.14-1.15 1.14-.7-.7 1.14-1.15zM21.2 2.5L5.5 18.2l-.7-.7L20.5 1.8l.7.7z"/></svg>'},65162:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M5.5 18.2L21.2 2.5l-.7-.7L4.8 17.5l.7.7zM19.05 6.78l.71-.7a14.26 14.26 0 0 1 2.08 2.64 14.26 14.26 0 0 1 .6 1.05v.02h.01L22 10l.45.22-.01.02a5.18 5.18 0 0 1-.15.28 16 16 0 0 1-2.23 3.1c-1.56 1.69-3.94 3.44-7.06 3.44-1.29 0-2.44-.3-3.47-.76l.76-.76c.83.32 1.73.52 2.71.52 2.73 0 4.85-1.53 6.33-3.12a15.01 15.01 0 0 0 2.08-2.9l.03-.04-.03-.04a15 15 0 0 0-2.36-3.18zM22 10l.45-.22.1.22-.1.22L22 10zM6.94 13.23l-.7.7a14.24 14.24 0 0 1-2.08-2.64 14.28 14.28 0 0 1-.6-1.05v-.02h-.01L4 10l-.45-.22.01-.02a5.55 5.55 0 0 1 .15-.28 16 16 0 0 1 2.23-3.1C7.5 4.69 9.88 2.94 13 2.94c1.29 0 2.44.3 3.47.76l-.76.76A7.27 7.27 0 0 0 13 3.94c-2.73 0-4.85 1.53-6.33 3.12a15 15 0 0 0-2.08 2.9l-.03.04.03.04a15.01 15.01 0 0 0 2.36 3.18zM4 10l-.45.22-.1-.22.1-.22L4 10zm9 3.56c-.23 0-.46-.02-.67-.06l.95-.95a2.6 2.6 0 0 0 2.36-2.36l.93-.93a3.6 3.6 0 0 1-3.57 4.3zm-3.57-2.82l.93-.93a2.6 2.6 0 0 1 2.36-2.36l.95-.95a3.6 3.6 0 0 0-4.24 4.24zM17.5 21.9l3.28 2.18a.5.5 0 1 1-.56.84L17.5 23.1l-2.72 1.82a.5.5 0 1 1-.56-.84l3.28-2.18zM18.58 19.22a.5.5 0 0 1 .7-.14L22 20.9l2.72-1.82a.5.5 0 0 1 .56.84L22 22.1l-3.28-2.18a.5.5 0 0 1-.14-.7z"/></svg>'},65186:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M14 6a3 3 0 0 0-3 3v3h6V9a3 3 0 0 0-3-3zm4 6V9a4 4 0 0 0-8 0v3H8.5A2.5 2.5 0 0 0 6 14.5v7A2.5 2.5 0 0 0 8.5 24h11a2.5 2.5 0 0 0 2.5-2.5v-7a2.5 2.5 0 0 0-2.5-2.5H18zm-5 5a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0v-2zm-6-2.5c0-.83.67-1.5 1.5-1.5h11c.83 0 1.5.67 1.5 1.5v7c0 .83-.67 1.5-1.5 1.5h-11A1.5 1.5 0 0 1 7 21.5v-7z"/></svg>'},91244:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M14 6a3 3 0 0 0-3 3v3h8.5a2.5 2.5 0 0 1 2.5 2.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 6 21.5v-7A2.5 2.5 0 0 1 8.5 12H10V9a4 4 0 0 1 8 0h-1a3 3 0 0 0-3-3zm-1 11a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0v-2zm-6-2.5c0-.83.67-1.5 1.5-1.5h11c.83 0 1.5.67 1.5 1.5v7c0 .83-.67 1.5-1.5 1.5h-11A1.5 1.5 0 0 1 7 21.5v-7z"/></svg>'},45820:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M4.56 14a10.05 10.05 0 00.52.91c.41.69 1.04 1.6 1.85 2.5C8.58 19.25 10.95 21 14 21c3.05 0 5.42-1.76 7.07-3.58A17.18 17.18 0 0023.44 14a9.47 9.47 0 00-.52-.91c-.41-.69-1.04-1.6-1.85-2.5C19.42 8.75 17.05 7 14 7c-3.05 0-5.42 1.76-7.07 3.58A17.18 17.18 0 004.56 14zM24 14l.45-.21-.01-.03a7.03 7.03 0 00-.16-.32c-.11-.2-.28-.51-.5-.87-.44-.72-1.1-1.69-1.97-2.65C20.08 7.99 17.45 6 14 6c-3.45 0-6.08 2-7.8 3.92a18.18 18.18 0 00-2.64 3.84v.02h-.01L4 14l-.45-.21-.1.21.1.21L4 14l-.45.21.01.03a5.85 5.85 0 00.16.32c.11.2.28.51.5.87.44.72 1.1 1.69 1.97 2.65C7.92 20.01 10.55 22 14 22c3.45 0 6.08-2 7.8-3.92a18.18 18.18 0 002.64-3.84v-.02h.01L24 14zm0 0l.45.21.1-.21-.1-.21L24 14zm-10-3a3 3 0 100 6 3 3 0 000-6zm-4 3a4 4 0 118 0 4 4 0 01-8 0z"/></svg>'},93756:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M5 10.76l-.41-.72-.03-.04.03-.04a15 15 0 012.09-2.9c1.47-1.6 3.6-3.12 6.32-3.12 2.73 0 4.85 1.53 6.33 3.12a15.01 15.01 0 012.08 2.9l.03.04-.03.04a15 15 0 01-2.09 2.9c-1.47 1.6-3.6 3.12-6.32 3.12-2.73 0-4.85-1.53-6.33-3.12a15 15 0 01-1.66-2.18zm17.45-.98L22 10l.45.22-.01.02a5.04 5.04 0 01-.15.28 16.01 16.01 0 01-2.23 3.1c-1.56 1.69-3.94 3.44-7.06 3.44-3.12 0-5.5-1.75-7.06-3.44a16 16 0 01-2.38-3.38v-.02h-.01L4 10l-.45-.22.01-.02a5.4 5.4 0 01.15-.28 16 16 0 012.23-3.1C7.5 4.69 9.88 2.94 13 2.94c3.12 0 5.5 1.75 7.06 3.44a16.01 16.01 0 012.38 3.38v.02h.01zM22 10l.45-.22.1.22-.1.22L22 10zM3.55 9.78L4 10l-.45.22-.1-.22.1-.22zm6.8.22A2.6 2.6 0 0113 7.44 2.6 2.6 0 0115.65 10 2.6 2.6 0 0113 12.56 2.6 2.6 0 0110.35 10zM13 6.44A3.6 3.6 0 009.35 10 3.6 3.6 0 0013 13.56c2 0 3.65-1.58 3.65-3.56A3.6 3.6 0 0013 6.44zm7.85 12l.8-.8.7.71-.79.8a.5.5 0 000 .7l.59.59c.2.2.5.2.7 0l1.8-1.8.7.71-1.79 1.8a1.5 1.5 0 01-2.12 0l-.59-.59a1.5 1.5 0 010-2.12zM16.5 21.5l-.35-.35a.5.5 0 00-.07.07l-1 1.5-1 1.5a.5.5 0 00.42.78h4a2.5 2.5 0 001.73-.77A2.5 2.5 0 0021 22.5a2.5 2.5 0 00-.77-1.73A2.5 2.5 0 0018.5 20a3.1 3.1 0 00-1.65.58 5.28 5.28 0 00-.69.55v.01h-.01l.35.36zm.39.32l-.97 1.46-.49.72h3.07c.34 0 .72-.17 1.02-.48.3-.3.48-.68.48-1.02 0-.34-.17-.72-.48-1.02-.3-.3-.68-.48-1.02-.48-.35 0-.75.18-1.1.42a4.27 4.27 0 00-.51.4z"/></svg>'},42321:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M5 10.76a13.27 13.27 0 01-.41-.72L4.56 10l.03-.04a15 15 0 012.08-2.9c1.48-1.6 3.6-3.12 6.33-3.12s4.85 1.53 6.33 3.12a15.01 15.01 0 012.08 2.9l.03.04-.03.04a15 15 0 01-2.08 2.9c-1.48 1.6-3.6 3.12-6.33 3.12s-4.85-1.53-6.33-3.12a15 15 0 01-1.66-2.18zm17.45-.98L22 10l.45.22-.01.02a14.3 14.3 0 01-.6 1.05c-.4.64-1 1.48-1.78 2.33-1.56 1.7-3.94 3.44-7.06 3.44s-5.5-1.75-7.06-3.44a16 16 0 01-2.23-3.1 9.39 9.39 0 01-.15-.28v-.02h-.01L4 10l-.45-.22.01-.02a5.59 5.59 0 01.15-.28 16 16 0 012.23-3.1C7.5 4.69 9.87 2.94 13 2.94c3.12 0 5.5 1.75 7.06 3.44a16 16 0 012.23 3.1 9.5 9.5 0 01.15.28v.01l.01.01zM22 10l.45-.22.1.22-.1.22L22 10zM3.55 9.78L4 10l-.45.22-.1-.22.1-.22zm6.8.22A2.6 2.6 0 0113 7.44 2.6 2.6 0 0115.65 10 2.6 2.6 0 0113 12.56 2.6 2.6 0 0110.35 10zM13 6.44A3.6 3.6 0 009.35 10c0 1.98 1.65 3.56 3.65 3.56s3.65-1.58 3.65-3.56A3.6 3.6 0 0013 6.44zM20 18c0-.42.1-.65.23-.77.12-.13.35-.23.77-.23.42 0 .65.1.77.23.13.12.23.35.23.77h1c0-.58-.14-1.1-.52-1.48-.38-.38-.9-.52-1.48-.52s-1.1.14-1.48.52c-.37.38-.52.9-.52 1.48v2h-1v1h1v2c0 .42-.1.65-.23.77-.12.13-.35.23-.77.23-.42 0-.65-.1-.77-.23-.13-.12-.23-.35-.23-.77h-1c0 .58.14 1.1.52 1.48.38.37.9.52 1.48.52s1.1-.14 1.48-.52c.37-.38.52-.9.52-1.48v-2h1v-1h-1v-2zm1.65 4.35l1.14 1.15-1.14 1.15.7.7 1.15-1.14 1.15 1.14.7-.7-1.14-1.15 1.14-1.15-.7-.7-1.15 1.14-1.15-1.14-.7.7z"/></svg>'},57313:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M4.5 10a8.46 8.46 0 0 0 .46.8c.38.6.94 1.4 1.68 2.19 1.48 1.6 3.62 3.13 6.36 3.13s4.88-1.53 6.36-3.13A15.07 15.07 0 0 0 21.5 10a7.41 7.41 0 0 0-.46-.8c-.38-.6-.94-1.4-1.68-2.19-1.48-1.6-3.62-3.13-6.36-3.13S8.12 5.4 6.64 7A15.07 15.07 0 0 0 4.5 10zM22 10l.41-.19-.4.19zm0 0l.41.19-.4-.19zm.41.19l.09-.19-.09-.19-.01-.02a6.86 6.86 0 0 0-.15-.28c-.1-.18-.25-.45-.45-.76-.4-.64-.99-1.48-1.77-2.32C18.47 4.74 16.11 3 13 3 9.89 3 7.53 4.74 5.97 6.43A15.94 15.94 0 0 0 3.6 9.79v.02h-.01L3.5 10l.09.19.01.02a6.59 6.59 0 0 0 .15.28c.1.18.25.45.45.76.4.64.99 1.48 1.77 2.32C7.53 15.26 9.89 17 13 17c3.11 0 5.47-1.74 7.03-3.43a15.94 15.94 0 0 0 2.37-3.36v-.02h.01zM4 10l-.41-.19.4.19zm9-2.63c-1.5 0-2.7 1.18-2.7 2.63s1.2 2.63 2.7 2.63c1.5 0 2.7-1.18 2.7-2.63S14.5 7.37 13 7.37zM9.4 10C9.4 8.07 11 6.5 13 6.5s3.6 1.57 3.6 3.5S15 13.5 13 13.5A3.55 3.55 0 0 1 9.4 10zm8.1 11.9l3.28 2.18a.5.5 0 1 1-.56.84L17.5 23.1l-2.72 1.82a.5.5 0 1 1-.56-.84l3.28-2.18zm1.78-2.82a.5.5 0 0 0-.56.84L22 22.1l3.28-2.18a.5.5 0 1 0-.56-.84L22 20.9l-2.72-1.82z"/></svg>'},6894:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M17.646 18.354l4 4 .708-.708-4-4z"/><path d="M12.5 21a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17zm0-1a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15z"/><path d="M9 13h7v-1H9z"/><path d="M13 16V9h-1v7z"/></svg>'},45360:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M17.646 18.354l4 4 .708-.708-4-4z"/><path d="M12.5 21a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17zm0-1a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15z"/><path d="M9 13h7v-1H9z"/></svg>'},77665:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M8.707 13l2.647 2.646-.707.708L6.792 12.5l3.853-3.854.708.708L8.707 12H14.5a5.5 5.5 0 0 1 5.5 5.5V19h-1v-1.5a4.5 4.5 0 0 0-4.5-4.5H8.707z"/></svg>'},90752:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path stroke="currentColor" d="M5.5 13v-2.5m8.5 11h6.5a2 2 0 0 0 2-2v-9m-17 0v-2c0-1.1.9-2 2-2h13a2 2 0 0 1 2 2v2m-17 0h17"/><path fill="currentColor" d="M10 4h1v4h-1V4zM17 4h1v4h-1V4z"/><path stroke="currentColor" d="M4 18.5h7.5m0 0L8 22m3.5-3.5L8 15"/></svg>'},81111:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M4 6.5C4 5.67 4.67 5 5.5 5h4.2l.15.15L11.71 7h8.79c.83 0 1.5.67 1.5 1.5V11H5V20.5c0 .28.22.5.5.5H9v1H5.5A1.5 1.5 0 0 1 4 20.5V6.5zM5 10h16V8.5a.5.5 0 0 0-.5-.5h-9.2l-.15-.15L9.29 6H5.5a.5.5 0 0 0-.5.5V10z"/><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M14.85 16.85l3.5-3.5-.7-.7-3.5 3.5a1.5 1.5 0 1 0 0 2.7l1.64 1.65-1.64 1.65a1.5 1.5 0 1 0 .7.7l1.65-1.64 1.65 1.64a1.5 1.5 0 1 0 2.7 0l3.5-3.5-.7-.7-3.5 3.5a1.5 1.5 0 0 0-1.3 0l-1.64-1.65 4.14-4.15-.7-.7-4.15 4.14-1.65-1.64a1.5 1.5 0 0 0 0-1.3zm-.85.65a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm6 6a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-6.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/></svg>'},30192:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M13.39 3.84a1 1 0 0 1 1.22 0l8.19 6.37a1 1 0 0 1 0 1.58l-8.19 6.37a1 1 0 0 1-1.22 0L5.2 11.79a1 1 0 0 1 0-1.58l8.19-6.37zm.61.8L5.81 11 14 17.37 22.19 11 14 4.63zM5.3 13.6l8.7 6.76 8.7-6.76.6.78-8.69 6.77a1 1 0 0 1-1.22 0l-8.7-6.77.62-.78zm8.09 10.55l-8.7-6.77.62-.78L14 23.37l8.7-6.76.6.78-8.69 6.77a1 1 0 0 1-1.22 0z"/></svg>'},55883:(e,t,o)=>{"use strict";o.d(t,{default:()=>n});const n=function(){}}}]);

View File

@@ -1,32 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9754,1754,9685,2544],{62435:e=>{e.exports={wrap:"wrap-HAxAr6QG",image:"image-HAxAr6QG",text:"text-HAxAr6QG"}},21466:e=>{e.exports={section:"section-Og4Rg_SK",heading:"heading-Og4Rg_SK"}},94587:e=>{e.exports={item:"item-nuuDM7vP",normal:"normal-nuuDM7vP",big:"big-nuuDM7vP",selected:"selected-nuuDM7vP",contentCell:"contentCell-nuuDM7vP",content:"content-nuuDM7vP",favourite:"favourite-nuuDM7vP",favoriteActionCell:"favoriteActionCell-nuuDM7vP",iconCell:"iconCell-nuuDM7vP",icon:"icon-nuuDM7vP",checkboxInput:"checkboxInput-nuuDM7vP",label:"label-nuuDM7vP"}},27027:e=>{e.exports={dialog:"dialog-UAy2ZKyS",wrap:"wrap-UAy2ZKyS",empty:"empty-UAy2ZKyS",image:"image-UAy2ZKyS",emptyState:"emptyState-UAy2ZKyS"}},67797:e=>{e.exports={menuWrap:"menuWrap-Kq3ruQo8",isMeasuring:"isMeasuring-Kq3ruQo8",scrollWrap:"scrollWrap-Kq3ruQo8",momentumBased:"momentumBased-Kq3ruQo8",menuBox:"menuBox-Kq3ruQo8",isHidden:"isHidden-Kq3ruQo8"}},43010:(e,t,o)=>{"use strict";o.d(t,{useIsomorphicLayoutEffect:()=>i});var n=o(50959);function i(e,t){("undefined"==typeof window?n.useEffect:n.useLayoutEffect)(e,t)}},36383:(e,t,o)=>{"use strict";o.d(t,{useOutsideEvent:()=>s});var n=o(50959),i=o(43010),l=o(27267);function s(e){const{click:t,mouseDown:o,touchEnd:s,touchStart:a,handler:r,reference:c}=e,h=(0,n.useRef)(null),d=(0,n.useRef)("undefined"==typeof window?0:new window.CustomEvent("timestamp").timeStamp);return(0,i.useIsomorphicLayoutEffect)((()=>{const e={click:t,mouseDown:o,touchEnd:s,touchStart:a},n=c?c.current:h.current;return(0,l.addOutsideEventListener)(d.current,n,r,document,e)}),[t,o,s,a,r]),c||h}},9745:(e,t,o)=>{"use strict";o.d(t,{Icon:()=>i});var n=o(50959);const i=n.forwardRef(((e,t)=>{const{icon:o="",title:i,ariaLabel:l,ariaLabelledby:s,ariaHidden:a,...r}=e,c=!!(i||l||s);return n.createElement("span",{role:"img",...r,ref:t,"aria-label":l,"aria-labelledby":s,"aria-hidden":a||!c,title:i,dangerouslySetInnerHTML:{__html:o}})}))},83021:(e,t,o)=>{"use strict";o.d(t,{SubmenuContext:()=>i,SubmenuHandler:()=>l});var n=o(50959);const i=n.createContext(null);function l(e){const[t,o]=(0,n.useState)(null),l=(0,n.useRef)(null),s=(0,n.useRef)(new Map);return(0,n.useEffect)((()=>()=>{null!==l.current&&clearTimeout(l.current)}),[]),n.createElement(i.Provider,{value:{current:t,setCurrent:function(e){null!==l.current&&(clearTimeout(l.current),l.current=null);null===t?o(e):l.current=setTimeout((()=>{l.current=null,o(e)}),100)},registerSubmenu:function(e,t){return s.current.set(e,t),()=>{s.current.delete(e)}},isSubmenuNode:function(e){return Array.from(s.current.values()).some((t=>t(e)))}}},e.children)}},99663:(e,t,o)=>{"use strict";o.d(t,{Slot:()=>i,SlotContext:()=>l});var n=o(50959);class i extends n.Component{shouldComponentUpdate(){return!1}render(){return n.createElement("div",{style:{position:"fixed",zIndex:150,left:0,top:0},ref:this.props.reference})}}const l=n.createContext(null)},67961:(e,t,o)=>{"use strict";o.d(t,{OverlapManager:()=>s,getRootOverlapManager:()=>r})
;var n=o(50151),i=o(34811);class l{constructor(){this._storage=[]}add(e){this._storage.push(e)}remove(e){this._storage=this._storage.filter((t=>e!==t))}has(e){return this._storage.includes(e)}getItems(){return this._storage}}class s{constructor(e=document){this._storage=new l,this._windows=new Map,this._index=0,this._document=e,this._container=e.createDocumentFragment()}setContainer(e){const t=this._container,o=null===e?this._document.createDocumentFragment():e;!function(e,t){Array.from(e.childNodes).forEach((e=>{e.nodeType===Node.ELEMENT_NODE&&t.appendChild(e)}))}(t,o),this._container=o}registerWindow(e){this._storage.has(e)||this._storage.add(e)}ensureWindow(e,t={position:"fixed",direction:"normal"}){const o=this._windows.get(e);if(void 0!==o)return o;this.registerWindow(e);const n=this._document.createElement("div");if(n.style.position=t.position,n.style.zIndex=this._index.toString(),n.dataset.id=e,void 0!==t.index){const e=this._container.childNodes.length;if(t.index>=e)this._container.appendChild(n);else if(t.index<=0)this._container.insertBefore(n,this._container.firstChild);else{const e=this._container.childNodes[t.index];this._container.insertBefore(n,e)}}else"reverse"===t.direction?this._container.insertBefore(n,this._container.firstChild):this._container.appendChild(n);return this._windows.set(e,n),++this._index,n}unregisterWindow(e){this._storage.remove(e);const t=this._windows.get(e);void 0!==t&&(null!==t.parentElement&&t.parentElement.removeChild(t),this._windows.delete(e))}getZindex(e){const t=this.ensureWindow(e);return parseInt(t.style.zIndex||"0")}moveLastWindowToTop(){const e=this._storage.getItems(),t=e[e.length-1];t&&this.moveToTop(t)}moveToTop(e){if(this.getZindex(e)!==this._index){const t=this.ensureWindow(e);this._windows.forEach(((e,o)=>{e.hasAttribute(i.FOCUS_TRAP_DATA_ATTRIBUTE)&&e.setAttribute(i.FOCUS_TRAP_DATA_ATTRIBUTE,e===t?"true":"false")})),t.style.zIndex=(++this._index).toString()}}removeWindow(e){this.unregisterWindow(e)}}const a=new WeakMap;function r(e=document){const t=e.getElementById("overlap-manager-root");if(null!==t)return(0,n.ensureDefined)(a.get(t));{const t=new s(e),o=function(e){const t=e.createElement("div");return t.style.position="absolute",t.style.zIndex=150..toString(),t.style.top="0px",t.style.left="0px",t.id="overlap-manager-root",t}(e);return a.set(o,t),t.setContainer(o),e.body.appendChild(o),t}}var c;!function(e){e[e.BaseZindex=150]="BaseZindex"}(c||(c={}))},99054:(e,t,o)=>{"use strict";o.d(t,{setFixedBodyState:()=>c});const n=(()=>{let e;return()=>{if(void 0===e){const t=document.createElement("div"),o=t.style;o.visibility="hidden",o.width="100px",o.msOverflowStyle="scrollbar",document.body.appendChild(t);const n=t.offsetWidth;t.style.overflow="scroll";const i=document.createElement("div");i.style.width="100%",t.appendChild(i);const l=i.offsetWidth;t.parentNode?.removeChild(t),e=n-l}return e}})();function i(e,t,o){null!==e&&e.style.setProperty(t,o)}function l(e,t){return getComputedStyle(e,null).getPropertyValue(t)}function s(e,t){return parseInt(l(e,t))}
let a=0,r=!1;function c(e){const{body:t}=document,o=t.querySelector(".widgetbar-wrap");if(e&&1==++a){const e=l(t,"overflow"),a=s(t,"padding-right");"hidden"!==e.toLowerCase()&&t.scrollHeight>t.offsetHeight&&(i(o,"right",`${n()}px`),t.style.paddingRight=`${a+n()}px`,r=!0),t.classList.add("i-no-scroll")}else if(!e&&a>0&&0==--a&&(t.classList.remove("i-no-scroll"),r)){i(o,"right","0px");let e=0;0,t.scrollHeight<=t.clientHeight&&(e-=n()),t.style.paddingRight=(e<0?0:e)+"px",r=!1}}},89324:(e,t,o)=>{"use strict";o.r(t),o.d(t,{Components:()=>h,showDefaultSearchDialog:()=>c,showSymbolSearchItemsDialog:()=>s.showSymbolSearchItemsDialog});var n=o(82992),i=(o(32563),o(79652)),l=o(94664),s=o(1861),a=o(64147),r=o(84015);o(56570),o(49483);!(0,r.isOnMobileAppPage)("any")&&window.matchMedia("(min-width: 602px) and (min-height: 445px)").matches;function c(e){new a.WatchedValue({});const t=(0,l.getSymbolSearchCompleteOverrideFunction)(),{defaultValue:o,showSpreadActions:r,source:c,onSearchComplete:h,trackResultsOptions:d,...u}=e,v={...u,showSpreadActions:r??(0,i.canShowSpreadActions)(),onSymbolFiltersParamsChange:void 0,onSearchComplete:(e,o)=>{t(e[0].symbol,e[0].result).then((e=>{n.linking.setSymbolAndLogInitiator(e.symbol,"symbol search"),h?.(e.symbol)}))},onEmptyResults:void 0};(0,s.showSymbolSearchItemsDialog)({...v,defaultValue:o})}const h={SymbolSearchWatchlistDialogContentItem:null,SymbolSearchWatchlistDialog:null}},1861:(e,t,o)=>{"use strict";o.d(t,{showSymbolSearchItemsDialog:()=>r});var n=o(50959),i=o(50655),l=o(51826),s=o(73280),a=o(87896);function r(e){const{symbolTypeFilter:t,initialMode:o="symbolSearch",autofocus:r=!0,defaultValue:c,showSpreadActions:h,selectSearchOnInit:d,onSearchComplete:u,dialogTitle:v,placeholder:g,fullscreen:m,initialScreen:p,wrapper:w,dialog:f,contentItem:b,onClose:y,onOpen:T,footer:S,symbolTypes:x,searchInput:L,emptyState:C,hideMarkedListFlag:M,dialogWidth:A="auto",manager:_,shouldReturnFocus:z,onSymbolFiltersParamsChange:E,onEmptyResults:k,customSearchSymbols:H,enableOptionsChain:P}=e;if(l.dialogsOpenerManager.isOpened("SymbolSearch")||l.dialogsOpenerManager.isOpened("ChangeIntervalDialog"))return;const R=document.createElement("div"),D=n.createElement(i.SlotContext.Provider,{value:_??null},n.createElement(s.SymbolSearchItemsDialog,{symbolTypeFilter:t,onClose:F,initialMode:o,defaultValue:c,showSpreadActions:h,hideMarkedListFlag:M,selectSearchOnInit:d,onSearchComplete:u,dialogTitle:v,placeholder:g,fullscreen:m,initialScreen:p,wrapper:w,dialog:f,contentItem:b,footer:S,symbolTypes:x,searchInput:L,emptyState:C,autofocus:r,dialogWidth:A,shouldReturnFocus:z,onSymbolFiltersParamsChange:E,onEmptyResults:k,customSearchSymbols:H,enableOptionsChain:P})),I=(0,a.createReactRoot)(D,R);function F(){I.unmount(),l.dialogsOpenerManager.setAsClosed("SymbolSearch"),y&&y()}return l.dialogsOpenerManager.setAsOpened("SymbolSearch"),T&&T(),{close:F}}},46350:(e,t,o)=>{"use strict";o.r(t),o.d(t,{GlobalSearchDialogRenderer:()=>Qe})
;var n=o(50959),i=o(77788),l=o(29280),s=o(90484),a=o(11542),r=o(56840),c=o(10087),h=o(37265),d=o(69654),u=o(97754),v=o.n(u),g=o(9745),m=o(24633),p=o(45345),w=o(67562),f=o(66619),b=o(62435);function y(e){const{text:t,showIcon:o=!0,className:i}=e,l=p.watchedTheme.value()===m.StdTheme.Dark?f:w;return n.createElement("div",{className:u(b.wrap,i)},o&&n.createElement(g.Icon,{icon:l,className:b.image}),n.createElement("span",{className:b.text},t))}var T=o(79418),S=o(55883),x=o(40173),L=o(5304),C=o(10772),M=o(74670),A=o(94587);const _=(0,x.mergeThemes)(L.DEFAUL_CONTEXT_MENU_ITEM_THEME,A);function z(e){const{action:t,onExecute:o}=e,[i,l]=(0,M.useActiveDescendant)(null);return n.createElement(C.ContextMenuAction,{theme:_,onShowSubMenu:S.default,isSubMenuOpened:!1,checkboxInput:!0,reference:i,selected:l,action:t,onExecute:()=>o(t),className:v()("apply-overflow-tooltip","apply-overflow-tooltip-focus","apply-overflow-tooltip--direction_y","apply-overflow-tooltip--check-children-recursively"),"data-overflow-tooltip-text":t.getLabel()})}var E=o(21466);function k(e){const{heading:t,items:o,onExecute:i,getActionIndex:l}=e;return n.createElement("table",{className:E.section},n.createElement("tbody",null,n.createElement("tr",null,n.createElement("td",{className:E.heading},t)),o.map((e=>n.createElement(z,{key:e.id,action:e,onExecute:i,index:l(e)})))))}var H=o(27027);const P=[{name:"drawingsActions",label:a.t(null,void 0,o(74385))},{name:"functionActions",label:a.t(null,void 0,o(83576))},{name:"settingsActions",label:a.t(null,void 0,o(32514))}];function R(e){const{dialogId:t,items:i,onClose:l,shouldReturnFocus:u}=e,[v,g]=(0,n.useState)(""),[m,p]=(0,n.useState)([]),w=(0,n.useRef)(null),f=(0,n.useRef)(null),b=(0,n.useRef)(null);(0,n.useEffect)((()=>{w.current?.focus()}),[]),(0,n.useEffect)((()=>{const e=w.current;if(e)return e.addEventListener("input",D),D(),()=>{e&&e.removeEventListener("input",D)}}),[]);const S=(0,n.useCallback)((0,s.default)((e=>{}),1e3),[]),x=(0,n.useCallback)((0,s.default)(l,200),[]);(0,n.useEffect)((()=>()=>{S.flush(),x.cancel()}),[]);const L=(0,n.useMemo)((()=>{const e=new Set(r.getJSON("GlobalSearchDialog.recent",[])),t=[];for(const o of e){const e=i.find((e=>e.getState().id===o));e&&t.push(e)}return t.reverse(),t}),[]),C=(0,n.useMemo)((()=>P.reduce(((e,t)=>(e.set(t.name,m.filter((e=>e.getState().category===t.name))),e)),new Map)),[m]),{handleKeyDown:M,handleForceFocus:A,handleSearchRefBlur:_,onDialogClick:z,resetFocusState:E}=(0,c.useSearchDialogKeyboardNavigation)({dialogRef:f,searchInputRef:w,contentContainerRef:b,getNextFocusedItemIndex:function(e,t){const o=null===e?1===t?-1:0:e;for(let e=1;e<=m.length;e++){const n=(m.length+e*t+o)%m.length;if(!m[n].isDisabled())return n}return null},isNavigationDisabled:!m.length,scrollToFocusedItem:function(e){e?.scrollIntoView({block:"nearest"})},onEscapeClick:l,getElementIdByIndex:function(e,t){let o=m[e].id;null!=t&&(o+="-favorite");return CSS.escape(o)}});return n.createElement(T.AdaptivePopupDialog,{ref:f,dataName:t,title:a.t(null,void 0,o(79354)),onClose:l,
onClickOutside:l,shouldReturnFocus:u,render:()=>n.createElement(n.Fragment,null,n.createElement(d.DialogSearch,{reference:w,onBlur:_}),n.createElement("div",{className:H.wrap,ref:b},v?n.createElement(n.Fragment,null,m.length?P.map((e=>{const t=C.get(e.name);return t&&t.length?n.createElement(k,{key:e.name,heading:e.label,items:t,onExecute:R,getActionIndex:F}):null})):n.createElement(y,{text:a.t(null,void 0,o(47202)),className:H.emptyState})):n.createElement(n.Fragment,null,Boolean(m.length)?n.createElement(k,{heading:a.t(null,void 0,o(76753)),items:m,onExecute:R,getActionIndex:F}):n.createElement(y,{text:a.t(null,void 0,o(27463)),showIcon:!1,className:H.emptyState})))),onKeyDown:M,className:H.dialog,onForceFocus:A,onClick:z,isOpened:!0});function R(e){const t=new Set(r.getJSON("GlobalSearchDialog.recent",[])),o=e.getState().id;t.has(o)&&t.delete(o),t.add(o),r.setJSON("GlobalSearchDialog.recent",Array.from(t).slice(-10)),e.getState().checkable?x():l()}function D(){E();const e=w.current?w.current.value.toLocaleLowerCase().trim():"";if(g(e),e){const t=i.filter((t=>I(t).includes(e)||function(e,t){const{aliases:o}=t.getState();if(o)return o.some((t=>t.toLowerCase().includes(e)));return!1}(e,t))).sort((t=>I(t)===e?-1:0));p(t),t.length||S(e)}else p(L)}function I(e){const{label:t}=e.getState();return(0,h.isString)(t)?t.toLocaleLowerCase():""}function F(e){return m.findIndex((t=>t.id===e.id))}}var D,I=o(68335),F=o(82992),V=o(86235),Z=o(34585),O=o(56570),B=o(29023);!function(e){e.Drawings="drawingsActions",e.Function="functionActions",e.Settings="settingsActions"}(D||(D={}));class W extends B.Action{constructor({id:e,category:t,favourite:o,onFavouriteClick:n,hotkeyGroup:i,hotkeyHash:l,aliases:s,optionsLoader:a,onStartListening:r,...c}){super({actionId:"UnknownAction",options:{...c,doNotCloseOnClick:!0},id:e,optionsLoader:a,onStartListening:r}),this.execute=()=>{super.execute()},this.getState=()=>({...super.getState(),id:this._searchOptions.id,category:this._searchOptions.category,favourite:this._searchOptions.favourite,onFavouriteClick:this._onFavouriteClick,aliases:this._searchOptions.aliases}),this.update=e=>{this._searchOptions=Object.assign(this._searchOptions,e),super.update(e)},this._onFavouriteClick=e=>{this._searchOptions.onFavouriteClick&&(this.update({favourite:!this._searchOptions.favourite}),this._searchOptions.onFavouriteClick(e))},this._searchOptions={id:e,category:t,favourite:o,onFavouriteClick:n,aliases:s}}}var N,K=o(45126),U=o(49483),G=o(19475);!function(e){e.None="all",e.Following="following",e.Private="private"}(N||(N={}));var q=o(84425),j=o(42989),$=o(23076),Q=o(85662),J=o(16792),Y=o(3615),X=o(58519);function ee(e){const t=e.match(/^(\d+).(\d+).(\d+)/);if(!t)return null;const[,o,n,i]=t;return[parseInt(o),parseInt(n),parseInt(i)]}function te(e){const t=(0,U.desktopAppVersion)();return!!t&&function(e,t){const o=ee(e),n=ee(t);if(!o||!n)return!1;const[i,l,s]=o,[a,r,c]=n;return i!==a?i<a:l!==r?l<r:s!==c&&s<c}(t,e)}const oe=e=>{const t=t=>{const n=[];if(t&&t.length&&window.is_authenticated&&t.forEach((t=>{
n.push(new W({id:t,category:"settingsActions",label:`${a.t(null,void 0,o(53438))} ${Q.translateStdThemeName(t)}`,onExecute:()=>{(0,X.loadTheme)(e.chartWidgetCollection(),{themeName:t,standardTheme:!1}).then((()=>{e.readOnly()||window.saver.saveChartSilently()}))}}))})),!(0,U.isDesktopApp)()||te("1.0.10")){const[,t]=Q.getStdThemeNames();n.push(new W({id:"DarkColorTheme",category:"settingsActions",label:a.t(null,void 0,o(25848)),checkable:!0,checked:Q.getCurrentTheme().name===t,onExecute:()=>{!function(e){const t=(0,Q.getCurrentTheme)().name===m.StdTheme.Dark?m.StdTheme.Light:m.StdTheme.Dark,n=e.chartModels().value().every((e=>null!==e.model().getThemeNameIfStdTheme())),i=()=>{(0,X.loadTheme)(e,{themeName:t,standardTheme:!0}).then((()=>{e.readOnly()||window.saver.saveChartSilently()}))};if(n)i();else{const e=a.t(null,void 0,o(78659)).format({name:(0,J.capitalizeFirstLetter)(t)});(0,Y.showConfirm)({text:e,onConfirm:({dialogClose:e})=>{i(),e()},onCancel:({dialogClose:e})=>{(0,p.setTheme)(t),(0,Q.syncTheme)(),e()}})}}(e.chartWidgetCollection())}}))}return n};return window.is_authenticated?Q.getThemeNames().then(t):Promise.resolve(t())};var ne=o(928),ie=o(81171);o(32679);var le=o(92693),se=o(84243),ae=o(90995);const{DrawingSyncMode:re}=ne,ce={drawings:"ToggleHideAllDrawingTools",indicators:"ToggleHideAllIndicators",positions:"ToggleHideAllPositions",all:"ToggleHideAll"},he=new K.TranslatedString("stay in drawing mode",a.t(null,void 0,o(4114))),de=new K.TranslatedString("sync drawings",a.t(null,void 0,o(94521))),ue=a.t(null,void 0,o(62518)),ve=a.t(null,void 0,o(23391)),ge=(a.t(null,void 0,o(93027)),a.t(null,void 0,o(3521)),a.t(null,void 0,o(79451))),me=a.t(null,void 0,o(3519)),pe=a.t(null,void 0,o(94593));var we=o(80387),fe=o(62400),be=o(89324);class ye extends W{constructor(e){super({label:a.t(null,void 0,o(37189)),id:"InvertScale",category:"settingsActions",checkable:!0,onExecute:()=>{this._model.invertPriceScale(this._model.mainSeries().priceScale())},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+73)}),this._model=e;(this._props=this._model.mainSeries().priceScale().properties().childs().isInverted).subscribe(this,(()=>{this._onUpdate.fire(this)}))}destroy(){super.destroy(),this._props.unsubscribeAll(this)}isChecked(){return this._model.mainSeries().priceScale().isInverted()}}class Te extends W{constructor(e){super({label:a.t(null,void 0,o(6919)),checkable:!0,id:"TogglePercantage",category:"settingsActions",onExecute:()=>{this.isChecked()?this._model.setPriceScaleRegularScaleMode(this._model.mainSeries().priceScale()):this._model.togglePriceScalePercentageScaleMode(this._model.mainSeries().priceScale())},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+80),disabled:e.mainSeries().priceScale().isLockScale()||6===e.mainSeries().properties().childs().style.value(),checked:e.mainSeries().priceScale().isPercentage()}),this._model=e;(this._props=this._model.mainSeries().priceScale().properties().childs().percentage).subscribe(this,(()=>{this._onUpdate.fire(this)}))}destroy(){super.destroy(),
this._props.unsubscribeAll(this)}isChecked(){return this._model.mainSeries().priceScale().isPercentage()}}class Se extends W{constructor(e){super({label:a.t(null,void 0,o(16170)),id:"ToggleLogScale",category:"settingsActions",checkable:!0,onExecute:()=>{this.isChecked()?this._model.setPriceScaleRegularScaleMode(this._model.mainSeries().priceScale()):this._model.togglePriceScaleLogScaleMode(this._model.mainSeries().priceScale())},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+76),disabled:e.mainSeries().priceScale().isLockScale()||6===e.mainSeries().properties().childs().style.value(),checked:e.mainSeries().priceScale().isLog()}),this._model=e;(this._props=this._model.mainSeries().priceScale().properties().childs().log).subscribe(this,(()=>{this._onUpdate.fire(this)}))}destroy(){super.destroy(),this._props.unsubscribeAll(this)}isChecked(){return this._model.mainSeries().priceScale().isLog()}}var xe=o(27906);const Le=O.enabled("show_average_close_price_line_and_label"),Ce=new K.TranslatedString("change session",a.t(null,void 0,o(87041))),Me=new K.TranslatedString("change plus button visibility",a.t(null,void 0,o(96379))),Ae=new K.TranslatedString("change countdown to bar close visibility",a.t(null,void 0,o(39383))),_e=new K.TranslatedString("scale price chart only",a.t(null,void 0,o(63796))),ze=new K.TranslatedString("change symbol last value visibility",a.t(null,void 0,o(67453))),Ee=new K.TranslatedString("change high and low price labels visibility",a.t(null,void 0,o(24226))),ke=new K.TranslatedString("change average close price label visibility",a.t(null,void 0,o(76852))),He=new K.TranslatedString("change indicators and financials value labels visibility",a.t(null,void 0,o(71161))),Pe=new K.TranslatedString("change indicators and financials name labels visibility",a.t(null,void 0,o(35111))),Re=new K.TranslatedString("change high and low price lines visibility",a.t(null,void 0,o(80692))),De=new K.TranslatedString("change average close price line visibility",a.t(null,void 0,o(1022))),Ie=new K.TranslatedString("change symbol labels visibility",a.t(null,void 0,o(73357))),Fe=(new K.TranslatedString("change pre/post market price label visibility",a.t(null,void 0,o(30870))),new K.TranslatedString("change symbol previous close value visibility",a.t(null,void 0,o(4729))),new K.TranslatedString("change previous close price line visibility",a.t(null,void 0,o(58419)))),Ve=(new K.TranslatedString("change bid and ask labels visibility",a.t(null,void 0,o(69362))),new K.TranslatedString("change bid and ask lines visibility",a.t(null,void 0,o(52919))),new K.TranslatedString("change pre/post market price lines visibility",a.t(null,void 0,o(91978))),new K.TranslatedString("change price line visibility",a.t(null,void 0,o(8662)))),Ze=new K.TranslatedString("change session breaks visibility",a.t(null,void 0,o(38413))),Oe=(new K.TranslatedString("change ideas visibility on chart",a.t(null,void 0,o(13489))),new K.TranslatedString("show all ideas",a.t(null,void 0,o(13336))),
new K.TranslatedString("show ideas of followed users",a.t(null,void 0,o(91395))),new K.TranslatedString("show my ideas only",a.t(null,void 0,o(57460))),new K.TranslatedString("change events visibility on chart",a.t(null,void 0,o(6119))),new K.TranslatedString("change earnings visibility",a.t(null,void 0,o(6819))),new K.TranslatedString("change dividends visibility",a.t(null,void 0,o(53929))),new K.TranslatedString("change splits visibility",a.t(null,void 0,o(47474))),{0:a.t(null,void 0,o(19265)),1:a.t(null,void 0,o(64526)),9:a.t(null,void 0,o(44958)),2:a.t(null,void 0,o(92911)),14:a.t(null,void 0,o(35458)),15:a.t(null,void 0,o(40447)),3:a.t(null,void 0,o(9537)),16:a.t(null,void 0,o(39883)),4:a.t(null,void 0,o(80082)),7:a.t(null,void 0,o(11604)),5:a.t(null,void 0,o(47189)),6:a.t(null,void 0,o(22027)),8:a.t(null,void 0,o(62423)),10:a.t(null,void 0,o(19579)),11:a.t(null,void 0,o(49942)),12:a.t(null,void 0,o(70405)),13:a.t(null,void 0,o(56281)),17:a.t(null,void 0,o(21190)),18:a.t(null,void 0,o(94861)),19:a.t(null,void 0,o(13618)),20:a.t(null,void 0,o(67346))});async function Be(e){const t=[],[n,i]=await Promise.all([oe(e),Promise.resolve(null)]),l=(e=>{const t=[],{stayInDrawingMode:o,drawOnAllCharts:n,drawOnAllChartsMode:i}=ne.properties().childs();t.push(new W({label:ue,checkable:!0,checked:o.value(),id:"ToggleStayInDrawingMode",category:"settingsActions",onExecute:()=>{e.model().setProperty(o,!o.value(),he)}})),t.push(new W({label:ve,checkable:!0,id:"ToggleSyncDrawings",category:"settingsActions",checked:n.value(),disabled:!e.isMultipleLayout().value(),onExecute:()=>{e.model().setProperty(n,!n.value(),de)}}));const l=ne.lockDrawings();t.push(new W({label:ge,checkable:!0,id:"ToggleLockDrawings",category:"settingsActions",checked:l.value(),onExecute:()=>{ne.lockDrawings().setValue(!ne.lockDrawings().value())}}));const s=(0,ae.getSavedHideMode)();t.push(...Array.from((0,ae.getHideOptions)()).map((([e,t])=>new W({label:t.tooltip.inactive,checkable:!0,id:ce[e],category:"settingsActions",checked:s===e&&(0,ae.getHideModeStateValue)(e),onExecute:()=>(0,ae.toggleHideMode)(e)}))));const{magnet:a,magnetMode:r}=ne.properties().childs();return t.push(new W({label:me,checkable:!0,id:"WeakMagnet",category:"functionActions",checked:a.value()&&r.value()===le.MagnetMode.WeakMagnet,icon:se.drawingToolsIcons.magnet,onExecute:()=>{a.value()&&r.value()===le.MagnetMode.WeakMagnet?(0,ie.setIsMagnetEnabled)(!1):(0,ie.setMagnetMode)(le.MagnetMode.WeakMagnet)}})),t.push(new W({label:pe,checkable:!0,id:"StrongMagnet",category:"functionActions",checked:a.value()&&r.value()===le.MagnetMode.StrongMagnet,icon:se.drawingToolsIcons.strongMagnet,onExecute:()=>{a.value()&&r.value()===le.MagnetMode.StrongMagnet?(0,ie.setIsMagnetEnabled)(!1):(0,ie.setMagnetMode)(le.MagnetMode.StrongMagnet)}})),t})(e),s=function(e){const t=[];return O.enabled("header_widget")&&O.enabled("header_compare")&&t.push(new W({icon:o(1393),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(57e3))),id:"Compare",category:"functionActions",onExecute:()=>e.toggleCompareOrAdd()})),
O.enabled("header_widget")&&O.enabled("header_indicators")&&t.push(new W({icon:o(39681),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(87829))),id:"InsertIndicator",category:"functionActions",onExecute:()=>{e.showIndicators([])},shortcutHint:e.options().indicatorsDialogShortcutEnabled?(0,I.humanReadableHash)(47):void 0})),O.enabled("show_object_tree")&&t.push(new W({icon:o(30192),label:a.t(null,void 0,o(27077)),id:"OpenObjectsTreeInRightPanel",category:"functionActions",onExecute:()=>e.showObjectsTreePanelOrDialog()})),O.enabled("header_widget")&&O.enabled("header_settings")&&t.push(new W({label:(0,Z.appendEllipsis)(a.t(null,void 0,o(32514))),icon:o(34369),id:"ChartProperties",category:"functionActions",onExecute:()=>{e.showGeneralChartProperties()}})),O.enabled("header_widget")&&O.enabled("header_symbol_search")&&t.push(new W({icon:o(6347),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(63245))),id:"ChangeSymbol",category:"functionActions",onExecute:()=>{(0,be.showDefaultSearchDialog)({defaultValue:"",trackResultsOptions:void 0,enableOptionsChain:O.enabled("symbol_search_option_chain_selector")})}})),O.enabled("symbol_info")&&t.push(new W({label:(0,Z.appendEllipsis)(a.t(null,void 0,o(75594))),icon:o(37924),id:"SymbolInfo",category:"functionActions",onExecute:()=>{{const t=e.model().model(),o=t.mainSeries().symbolInfo(),n=t.availableUnits(),i={symbolInfo:o,showUnit:t.unitConversionEnabled(),unitDescription:e=>e?n.description(e):"",dateFormatter:t.dateFormatter()};return void(0,we.showSymbolInfoDialog)(i)}}})),e.options().goToDateEnabled&&t.push(new W({label:(0,Z.appendEllipsis)(a.t(null,void 0,o(54280))),icon:o(90752),id:"GoToDate",category:"functionActions",onExecute:()=>{(0,fe.showGoToDateDialog)(e)},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+71)})),t.filter((e=>null!==e))}(e);t.push(...n,...l,...s),i&&t.push(...i);const r=e.model().mainSeries(),c=r.priceScale(),h=r.properties().childs(),d=e.model().paneForSource?.(r);t.push(new W({id:"ResetPriceScale",category:"functionActions",label:a.t(null,void 0,o(15332)),icon:o(39267),onExecute:()=>{d&&e.model().resetPriceScale(d,c)},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+82)})),t.push(new ye(e.model())),t.push(new Te(e.model())),t.push(new Se(e.model()));const u=c.isLockScale(),v=6===h.style.value();t.push(new W({label:a.t(null,void 0,o(28051)),checkable:!0,id:"SetRegularSessionId",category:"functionActions",disabled:Boolean("regular"===r.symbolInfo()?.subsession_id),onExecute:()=>{e.model().setProperty(h.sessionId,"regular",Ce)},checked:Boolean("regular"===r.symbolInfo()?.subsession_id)})),t.push(new W({label:a.t(null,void 0,o(93308)),checkable:!0,id:"SetExtendedSessionId",category:"functionActions",disabled:!r.symbolInfo()?.subsessions?.some((e=>!e.private&&"extended"===e.id)),onExecute:()=>{const t="extended"===r.symbolInfo()?.subsession_id?"regular":"extended";e.model().setProperty(h.sessionId,t,Ce)},checked:Boolean("extended"===r.symbolInfo()?.subsession_id)})),t.push(new W({label:a.t(null,void 0,o(14017)),checkable:!0,id:"ToggleLockScale",
category:"settingsActions",onExecute:()=>{e.model().togglePriceScaleLockScaleMode(e.model().mainSeries().priceScale())},checked:c.isLockScale()})),t.push(new W({label:a.t(null,void 0,o(89999)),checkable:!0,id:"ToggleIndexedTo100",category:"settingsActions",onExecute:()=>{c.isIndexedTo100()?e.model().setPriceScaleRegularScaleMode(e.model().mainSeries().priceScale()):e.model().togglePriceScaleIndexedTo100ScaleMode(e.model().mainSeries().priceScale())},disabled:u||v,checked:c.isIndexedTo100()})),t.push(new W({id:"AutoFitsToScreen",category:"settingsActions",label:a.t(null,void 0,o(24157)),checkable:!0,onExecute:()=>{e.model().togglePriceScaleAutoScaleMode(c)},checked:c.isAutoScale(),disabled:c.properties().childs().autoScaleDisabled.value()})),t.push(new W({label:a.t(null,{context:"scale_menu"},o(55300)),checkable:!0,id:"ToggleRegularScale",category:"settingsActions",onExecute:()=>{e.model().setPriceScaleRegularScaleMode(c)},disabled:u||v||c.isRegular(),checked:c.isRegular()}));const g=e.model().model().priceScaleSlotsCount(),m=0===g.left;t.push(new W({label:m?a.t(null,void 0,o(26493)):a.t(null,void 0,o(40789)),id:"MoveScaleToSide",category:"functionActions",disabled:g.left+g.right!==1,onExecute:()=>{e.model().mergeAllScales(m?"left":"right")}})),t.push(new W({label:a.t(null,void 0,o(7276)),id:"MergeAllScalesToLeft",category:"functionActions",disabled:g.left+g.right===1,onExecute:()=>{e.model().mergeAllScales("left")}})),t.push(new W({label:a.t(null,void 0,o(80219)),id:"MergeAllScalesToRight",category:"functionActions",disabled:g.left+g.right===1,onExecute:()=>{e.model().mergeAllScales("right")}})),t.push(new W({label:a.t(null,void 0,o(71566)),checkable:!0,checked:G.addPlusButtonProperty.value(),id:"ToggleAddOrderPlusButton",category:"settingsActions",onExecute:()=>{e.model().setProperty(G.addPlusButtonProperty,!G.addPlusButtonProperty.value(),Me)}}));const p=e.properties().childs().scalesProperties.childs(),w=h.showCountdown;t.push(new W({label:a.t(null,void 0,o(83140)),checkable:!0,id:"ToggleCountdown",category:"settingsActions",checked:w.value(),onExecute:()=>{e.model().setProperty(w,!w.value(),Ae)}}));const f=p.scaleSeriesOnly;t.push(new W({label:a.t(null,void 0,o(43758)),checkable:!0,id:"ScalePriceChartOnly",category:"settingsActions",checked:f.value(),onExecute:()=>{e.model().setProperty(f,!f.value(),_e)}}));const b=p.showSeriesLastValue;t.push(new W({label:a.t(null,void 0,o(10127)),checkable:!0,id:"ToggleSymbolLastValue",category:"settingsActions",checked:b.value(),onExecute:()=>{e.model().setProperty(b,!b.value(),ze)}}));const y=h.highLowAvgPrice.childs();t.push(new W({label:a.t(null,void 0,o(99479)),checkable:!0,id:"ToggleHighLowPriceLabels",category:"settingsActions",checked:y.highLowPriceLabelsVisible.value(),onExecute:()=>{e.model().setProperty(y.highLowPriceLabelsVisible,!y.highLowPriceLabelsVisible.value(),Ee)}})),Le&&t.push(new W({label:a.t(null,void 0,o(21841)),checkable:!0,id:"ToggleAverageClosePriceLabel",category:"settingsActions",checked:y.averageClosePriceLabelVisible.value(),onExecute:()=>{
const t=!y.averageClosePriceLabelVisible.value();e.model().setProperty(y.averageClosePriceLabelVisible,t,ke)}}));const T=p.showSymbolLabels;t.push(new W({label:a.t(null,void 0,o(32390)),checkable:!0,id:"ToggleSymbolLabels",category:"settingsActions",checked:T.value(),onExecute:()=>{e.model().setProperty(T,!T.value(),Ie)}}));const S=(0,q.combineProperty)(((e,t)=>e||t),p.showStudyLastValue.weakReference(),p.showFundamentalLastValue.weakReference());t.push(new W({label:a.t(null,void 0,o(46850)),checkable:!0,id:"ToggleStudyLastValue",category:"settingsActions",checked:S.value(),onExecute:()=>{const t=!S.value();e.model().beginUndoMacro(He),e.model().setProperty(p.showStudyLastValue,t,null),e.model().setProperty(p.showFundamentalLastValue,t,null),e.model().endUndoMacro()},onDestroy:()=>{S.destroy()}}));const x=(0,q.combineProperty)(((e,t)=>e||t),p.showStudyPlotLabels.weakReference(),p.showFundamentalNameLabel.weakReference());t.push(new W({label:a.t(null,void 0,o(54418)),checkable:!0,id:"ToggleIndicatorsLabels",category:"settingsActions",checked:x.value(),onExecute:()=>{e.model().beginUndoMacro(Pe);const t=!x.value();e.model().setProperty(p.showStudyPlotLabels,t,null),e.model().setProperty(p.showFundamentalNameLabel,t,null),e.model().endUndoMacro()},onDestroy:()=>{x.destroy()}})),t.push(new W({label:a.t(null,void 0,o(33766)),checkable:!0,id:"ToggleHighLowPriceLines",category:"settingsActions",checked:y.highLowPriceLinesVisible.value(),onExecute:()=>{e.model().setProperty(y.highLowPriceLinesVisible,!y.highLowPriceLinesVisible.value(),Re)}})),Le&&t.push(new W({label:a.t(null,void 0,o(16138)),checkable:!0,id:"ToggleAverageClosePriceLine",category:"settingsActions",checked:y.averageClosePriceLineVisible.value(),onExecute:()=>{const t=!y.averageClosePriceLineVisible.value();e.model().setProperty(y.averageClosePriceLineVisible,t,De)}}));const L=h.showPriceLine;t.push(new W({label:a.t(null,void 0,o(72926)),checkable:!0,id:"TogglePriceLine",category:"settingsActions",checked:L.value(),onExecute:()=>{e.model().setProperty(L,!L.value(),Ve)}}));const C=h.showPrevClosePriceLine;t.push(new W({label:a.t(null,void 0,o(79366)),checkable:!0,id:"ToggleSymbolPrevCloseLine",disabled:e.model().mainSeries().isDWM(),category:"settingsActions",checked:C.value(),onExecute:()=>{e.model().setProperty(C,!C.value(),Fe)}})),t.push(new W({label:a.t(null,void 0,o(54170)),icon:o(39267),id:"ResetTimeScale",category:"functionActions",onExecute:()=>{e.model().resetTimeScale()},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Mod+I.Modifiers.Alt+81)}));const M=e.model().model().sessions().properties().childs().sessionHighlight.childs().vertlines.childs().sessBreaks.childs().visible,A=(0,q.createWVFromProperty)(e.model().mainSeries().isDWMProperty()),_=new W({label:a.t(null,void 0,o(66707)),checkable:!0,id:"ToggleSessionBreaks",category:"settingsActions",disabled:A.value(),checked:M.value(),onExecute:()=>{e.model().setProperty(M,!M.value(),Ze)},onDestroy:()=>A.destroy()});if(A.subscribe((()=>_.update({disabled:A.value()}))),t.push(_),t.push(new W({
label:a.t(null,void 0,o(31789)),icon:o(39267),id:"ResetChart",category:"functionActions",onExecute:()=>e.GUIResetScales(),shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+82)})),t.push(new W({icon:o(93544),label:a.t(null,void 0,o(99984)),id:"RemoveAllIndicators",category:"functionActions",onExecute:()=>e.removeAllStudies()})),t.push(new W({icon:o(93544),label:a.t(null,void 0,o(96374)),id:"RemoveAllDrawingTools",category:"functionActions",onExecute:()=>e.removeAllDrawingTools()})),t.push(new W({icon:o(93544),label:a.t(null,void 0,o(4474)),id:"RemoveAllIndicatorsAndDrawingTools",category:"functionActions",onExecute:()=>e.removeAllStudiesDrawingTools()})),t.push(new W({label:a.t(null,void 0,o(22437)),id:"ApplyIndicatorsToAllCharts",category:"functionActions",disabled:!e.applyIndicatorsToAllChartsAvailable(),onExecute:()=>{e.chartWidgetCollection().applyIndicatorsToAllCharts(e)}})),O.enabled("header_widget")&&O.enabled("header_undo_redo")&&(t.push(new W({id:"Undo",category:"functionActions",icon:o(77665),label:a.t(null,void 0,o(14804)),onExecute:()=>{e.model().undoHistory().undo()},disabled:e.model().undoHistory().undoStack().isEmpty(),shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Mod+90)})),t.push(new W({id:"Redo",category:"functionActions",icon:o(96052),label:a.t(null,void 0,o(48236)),onExecute:()=>{e.model().undoHistory().redo()},disabled:e.model().undoHistory().redoStack().isEmpty(),shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Mod+89)}))),t.push(new W({label:a.t(null,void 0,o(12754)),id:"MoveChartRight",category:"functionActions",disabled:!e.chartWidgetCollection().activeChartCanBeMoved().value(),onExecute:()=>{e.chartWidgetCollection().moveActiveChartWithUndo(!1)}})),t.push(new W({label:a.t(null,void 0,o(35112)),id:"MoveChartLeft",category:"functionActions",disabled:!e.chartWidgetCollection().activeChartCanBeMoved().value(),onExecute:()=>{e.chartWidgetCollection().moveActiveChartWithUndo(!0)}})),O.enabled("header_widget")&&O.enabled("header_chart_type")){const o=(0,j.allChartStyles)();for(const n of o)t.push(new W({id:`ChartStyle_${n}`,category:"functionActions",disabled:!F.linking.supportedChartStyles.value()?.includes(n),onExecute:()=>{e.chartWidgetCollection().setChartStyleToWidget(n)},icon:$.SERIES_ICONS[n],label:Oe[n]}))}return O.enabled("header_widget")&&(0,xe.shouldShowFullscreen)()&&t.push(new W({label:a.t(null,void 0,o(67092)),id:"Fullscreen mode",icon:o(49697),category:"functionActions",checkable:!0,checked:e.chartWidgetCollection().fullscreen().value(),disabled:!e.chartWidgetCollection().fullscreenable().value(),onExecute:()=>{const t=e.chartWidgetCollection();t.fullscreen().value()?t.exitFullscreen():t.startFullscreen()},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Shift+70)})),t}o(50151);var We=o(26744),Ne=o(2627),Ke=o(59511);function Ue(){return Ke.lineToolsFlat.map((e=>function(e){const t=Ne.lineToolsInfo[e],n=t.selectHotkey?.hash,i={id:e,category:"drawingsActions",label:t.localizedName,icon:t.icon,shortcutHint:n?(0,I.humanReadableHash)(n):void 0,payload:e,
onExecute:()=>ne.tool.setValue(e),favourite:We.LinetoolsFavoritesStore.isFavorite(e),onFavouriteClick:t=>{t.preventDefault(),We.LinetoolsFavoritesStore.isFavorite(e)?We.LinetoolsFavoritesStore.removeFavorite(e):We.LinetoolsFavoritesStore.addFavorite(e)}};return e.toLowerCase().includes("fib")&&(i.aliases=[a.t(null,void 0,o(26578))]),new W(i)}(e.name)))}var Ge=o(37404);o(3343);function qe(e,t){const o=e.getState().category,n=t.getState().category;return o===n?0:"drawingsActions"===n?1:"drawingsActions"===o||"functionActions"===o?-1:1}var je=o(16216),$e=o(87896);class Qe extends l.DialogRenderer{constructor(e){super(),this._actions=[],this.show=e=>{this.visible().value()||async function(e,t){const n=[],[i,l,s,r,c]=await Promise.all([Be(e),Promise.resolve(null),Promise.resolve(null),Promise.resolve(null),Promise.resolve(null)]);n.push(...i);const h=e.chartWidgetCollection();if(O.enabled("header_widget")&&O.enabled("header_resolutions")){const t={label:(0,Z.appendEllipsis)(a.t(null,void 0,o(2569))),id:"ChangeInterval",category:"functionActions",onExecute:()=>{(0,V.showChangeIntervalDialogAsync)({initVal:F.linking.interval.value(),selectOnInit:!0})}};!O.enabled("show_interval_dialog_on_key_press")||e.readOnly()||e.options().hideSymbolSearch||(t.shortcutHint=(0,I.humanReadableHash)(188)),n.push(new W(t))}if(t&&O.enabled("header_widget")&&O.enabled("header_saveload")){n.push(new W({id:"LoadChartLayout",category:"functionActions",label:(0,Z.appendEllipsis)(a.t(null,void 0,o(7386))),onExecute:()=>{t.showLoadDialog()},shortcutHint:a.t(null,{context:"hotkey"},o(23821))}));const i=e.getSaveChartService();i&&(n.push(new W({id:"RenameChartLayout",category:"functionActions",label:(0,Z.appendEllipsis)(a.t(null,void 0,o(38206))),onExecute:()=>{i.renameChart()}})),n.push(new W({id:"SaveChartLayout",category:"functionActions",icon:o(53707),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(41569))),disabled:!i.hasChanges(),onExecute:()=>{i.saveChartOrShowTitleDialog()},shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Mod+83)})))}return n.push(new W({id:"TakeSnapshot",category:"functionActions",icon:o(72644),label:a.t(null,void 0,o(8270)),onExecute:()=>h.takeServerScreenshot(),shortcutHint:(0,I.humanReadableHash)(I.Modifiers.Alt+83)})),n}(this._activeChartWidget,this._loadChartService).then((t=>{this._actions=t.concat((()=>{const e=new W({id:"ManageLayoutDrawings",category:"functionActions",icon:o(81111),label:(0,Z.appendEllipsis)(a.t(null,void 0,o(81031))),onExecute:()=>(0,Ge.showManageDrawingsDialog)()}),t=O.enabled("left_toolbar")?[...Ue(),e]:[];return t})()).sort(qe),this._rootInstance=(0,$e.createReactRoot)(n.createElement(R,{shouldReturnFocus:e?.shouldReturnFocus,dialogId:"globalSearch",items:this._actions,onClose:this.hide}),this._container),this._setVisibility(!0)}))},this.hide=()=>{this._rootInstance?.unmount(),this._setVisibility(!1);for(const e of this._actions)e.destroy()};const t=(0,je.service)(i.CHART_WIDGET_COLLECTION_SERVICE);this._activeChartWidget=t.activeChartWidget.value(),this._loadChartService=e}}},10087:(e,t,o)=>{
"use strict";o.d(t,{getElementId:()=>d,useSearchDialogKeyboardNavigation:()=>h});var n=o(50959),i=o(50335),l=o(3343),s=o(76460),a=o(19291),r=o(9859),c=o(49483);function h(e){const{contentContainerRef:t,searchInputRef:o,dialogRef:i,getNextFocusedItemIndex:h,isNavigationDisabled:u,onEscapeClick:v,scrollToFocusedItem:g,getElementIdByIndex:m=d}=e,[p,w]=(0,n.useState)(null),[f,b]=(0,n.useState)(null),y=(0,n.useRef)({itemIndex:null,actionIndex:null}),[T,S]=(0,n.useState)(!1);function x(){S(!1),b(null),w(null)}return(0,n.useLayoutEffect)((()=>{if(null===p||!T)return;const e=m(p,f),o=t.current?.querySelector(`#${e}`);return o?.dispatchEvent(new CustomEvent("active-descendant-focus")),()=>{o?.dispatchEvent(new CustomEvent("active-descendant-blur"))}}),[p,T,f]),{handleKeyDown:function(e){const n=(0,l.hashFromEvent)(e);if(27===n&&v)return void v(e);const i=t.current;if(!i||e.target!==o.current)return;if(32===n||13===n){if(null===p)return;e.preventDefault();const t=i.querySelector(`#${m(p,f)}`);if(!(t instanceof HTMLElement))return;return void t.click()}const s=(0,a.mapKeyCodeToDirection)(n);if(!s||u)return;const c=null!==p?i.querySelector(`#${m(p)}`):null;switch(s){case"blockNext":case"blockPrev":{e.preventDefault();const t=h(p,"blockNext"===s?1:-1);if(null===t)return;w(t),S(!0),y.current.itemIndex=t;const o=i.querySelector(`#${m(t)}`);if(g(o,t),null!==f&&o instanceof HTMLElement){const e=Array.from(o.querySelectorAll('[data-role="list-item-action"]'));if(!e.length)return b(null),void(y.current.actionIndex=null);const t=(0,r.clamp)(f,0,e.length-1);b(t),y.current.actionIndex=t}return}case"inlineNext":{if(!c)return;e.preventDefault();const t=Array.from(c.querySelectorAll('[data-role="list-item-action"]'));if(!t||!t.length)return;return null===f?(b(0),void(y.current.actionIndex=0)):f===t.length-1?(b(null),void(y.current.actionIndex=null)):(b(f+1),void(y.current.actionIndex=f+1))}case"inlinePrev":{if(!c)return;e.preventDefault();const t=Array.from(c.querySelectorAll('[data-role="list-item-action"]'));if(!t||!t.length)return;return null===f?(b(t.length-1),void(y.current.actionIndex=t.length-1)):0===f?(b(null),void(y.current.actionIndex=null)):(b(f-1),void(y.current.actionIndex=f-1))}}},handleForceFocus:function(){(0,a.updateTabIndexes)()},handleSearchRefBlur:function(e){x(),w(p),c.CheckMobile.any()||e.relatedTarget!==i.current?.getElement()||e.target.focus()},resetFocusState:x,restoreFocusState:function(){b(y.current.actionIndex),w(y.current.itemIndex),S(!0)},focusVisible:T,focusedItemIndex:p,focusedActionIndex:f,setFocusedItemIndex:w,setFocusedActionIndex:b,onDialogClick:function(e){(0,s.isKeyboardClick)(e)||(S(!1),b(null))}}}function d(e,t){return(0,i.isNumber)(t)&&-1!==t?`list-item-${e}-action-${t}`:`list-item-${e}`}},37404:(e,t,o)=>{"use strict";o.d(t,{showManageDrawingsDialog:()=>i});let n=null;function i(e){return Promise.all([o.e(4166),o.e(8692),o.e(3693),o.e(7159),o.e(1702)]).then(o.bind(o,41662)).then((t=>{const o=new(0,t.ManageDrawingsDialogRenderer)(e);return null!==n&&n.hide(),o.show(),n=o,o}))}},51826:(e,t,o)=>{
"use strict";o.d(t,{DialogsOpenerManager:()=>n,dialogsOpenerManager:()=>i});class n{constructor(){this._storage=new Map}setAsOpened(e,t){this._storage.set(e,t)}setAsClosed(e){this._storage.delete(e)}isOpened(e){return this._storage.has(e)}getDialogPayload(e){return this._storage.get(e)}}const i=new n},90692:(e,t,o)=>{"use strict";o.d(t,{MatchMedia:()=>i});var n=o(50959);class i extends n.PureComponent{constructor(e){super(e),this._handleChange=()=>{this.forceUpdate()},this.state={query:window.matchMedia(this.props.rule)}}componentDidMount(){this._subscribe(this.state.query)}componentDidUpdate(e,t){this.state.query!==t.query&&(this._unsubscribe(t.query),this._subscribe(this.state.query))}componentWillUnmount(){this._unsubscribe(this.state.query)}render(){return this.props.children(this.state.query.matches)}static getDerivedStateFromProps(e,t){return e.rule!==t.query.media?{query:window.matchMedia(e.rule)}:null}_subscribe(e){e.addEventListener("change",this._handleChange)}_unsubscribe(e){e.removeEventListener("change",this._handleChange)}}},64706:(e,t,o)=>{"use strict";o.d(t,{MenuContext:()=>n});const n=o(50959).createContext(null)},27317:(e,t,o)=>{"use strict";o.d(t,{DEFAULT_MENU_THEME:()=>p,Menu:()=>f});var n=o(50959),i=o(97754),l=o.n(i),s=o(50151),a=o(9859),r=o(14729),c=o(50655),h=o(59064),d=o(67961),u=o(26709),v=o(83021),g=o(64706),m=o(67797);const p=m;var w;!function(e){e[e.IndentFromWindow=0]="IndentFromWindow"}(w||(w={}));class f extends n.PureComponent{constructor(e){super(e),this._containerRef=null,this._scrollWrapRef=null,this._raf=null,this._scrollRaf=null,this._scrollTimeout=void 0,this._manager=new d.OverlapManager,this._hotkeys=null,this._scroll=0,this._handleContainerRef=e=>{this._containerRef=e,this.props.reference&&("function"==typeof this.props.reference&&this.props.reference(e),"object"==typeof this.props.reference&&(this.props.reference.current=e))},this._handleScrollWrapRef=e=>{this._scrollWrapRef=e,"function"==typeof this.props.scrollWrapReference&&this.props.scrollWrapReference(e),"object"==typeof this.props.scrollWrapReference&&(this.props.scrollWrapReference.current=e)},this._handleCustomRemeasureDelegate=()=>{this._resizeForced(),this._handleMeasure()},this._handleMeasure=({callback:e,forceRecalcPosition:t}={})=>{if(this.state.isMeasureValid&&!t)return;const{position:o}=this.props,n=(0,s.ensureNotNull)(this._containerRef);let i=n.getBoundingClientRect();const l=document.documentElement.clientHeight,r=document.documentElement.clientWidth,c=this.props.closeOnScrollOutsideOffset??0;let h=l-0-c;const d=i.height>h;if(d){(0,s.ensureNotNull)(this._scrollWrapRef).style.overflowY="scroll",i=n.getBoundingClientRect()}const{width:u,height:v}=i,g="function"==typeof o?o({contentWidth:u,contentHeight:v,availableWidth:r,availableHeight:l}):o,m=g?.indentFromWindow?.left??0,p=r-(g.overrideWidth??u)-(g?.indentFromWindow?.right??0),w=(0,a.clamp)(g.x,m,Math.max(m,p)),f=(g?.indentFromWindow?.top??0)+c,b=l-(g.overrideHeight??v)-(g?.indentFromWindow?.bottom??0);let y=(0,a.clamp)(g.y,f,Math.max(f,b))
;if(g.forbidCorrectYCoord&&y<g.y&&(h-=g.y-y,y=g.y),t&&void 0!==this.props.closeOnScrollOutsideOffset&&g.y<=this.props.closeOnScrollOutsideOffset)return void this._handleGlobalClose(!0);const T=g.overrideHeight??(d?h:void 0);this.setState({appearingMenuHeight:t?this.state.appearingMenuHeight:T,appearingMenuWidth:t?this.state.appearingMenuWidth:g.overrideWidth,appearingPosition:{x:w,y},isMeasureValid:!0},(()=>{this.props.doNotRestorePosition||this._restoreScrollPosition(),e&&e()}))},this._restoreScrollPosition=()=>{const e=document.activeElement,t=(0,s.ensureNotNull)(this._containerRef);if(null!==e&&t.contains(e))try{e.scrollIntoView()}catch(e){}else(0,s.ensureNotNull)(this._scrollWrapRef).scrollTop=this._scroll},this._resizeForced=()=>{this.setState({appearingMenuHeight:void 0,appearingMenuWidth:void 0,appearingPosition:void 0,isMeasureValid:void 0})},this._resize=()=>{null===this._raf&&(this._raf=requestAnimationFrame((()=>{this.setState({appearingMenuHeight:void 0,appearingMenuWidth:void 0,appearingPosition:void 0,isMeasureValid:void 0}),this._raf=null})))},this._handleGlobalClose=e=>{this.props.onClose(e)},this._handleSlot=e=>{this._manager.setContainer(e)},this._handleScroll=()=>{this._scroll=(0,s.ensureNotNull)(this._scrollWrapRef).scrollTop},this._handleScrollOutsideEnd=()=>{clearTimeout(this._scrollTimeout),this._scrollTimeout=setTimeout((()=>{this._handleMeasure({forceRecalcPosition:!0})}),80)},this._handleScrollOutside=e=>{e.target!==this._scrollWrapRef&&(this._handleScrollOutsideEnd(),null===this._scrollRaf&&(this._scrollRaf=requestAnimationFrame((()=>{this._handleMeasure({forceRecalcPosition:!0}),this._scrollRaf=null}))))},this.state={}}componentDidMount(){this._handleMeasure({callback:this.props.onOpen});const{customCloseDelegate:e=h.globalCloseDelegate,customRemeasureDelegate:t}=this.props;e.subscribe(this,this._handleGlobalClose),t?.subscribe(null,this._handleCustomRemeasureDelegate),window.addEventListener("resize",this._resize);const o=null!==this.context;this._hotkeys||o||(this._hotkeys=u.createGroup({desc:"Popup menu"}),this._hotkeys.add({desc:"Close",hotkey:27,handler:()=>{this.props.onKeyboardClose&&this.props.onKeyboardClose(),this._handleGlobalClose()}})),this.props.repositionOnScroll&&window.addEventListener("scroll",this._handleScrollOutside,{capture:!0})}componentDidUpdate(){this._handleMeasure()}componentWillUnmount(){const{customCloseDelegate:e=h.globalCloseDelegate,customRemeasureDelegate:t}=this.props;e.unsubscribe(this,this._handleGlobalClose),t?.unsubscribe(null,this._handleCustomRemeasureDelegate),window.removeEventListener("resize",this._resize),window.removeEventListener("scroll",this._handleScrollOutside,{capture:!0}),this._hotkeys&&(this._hotkeys.destroy(),this._hotkeys=null),null!==this._raf&&(cancelAnimationFrame(this._raf),this._raf=null),null!==this._scrollRaf&&(cancelAnimationFrame(this._scrollRaf),this._scrollRaf=null),this._scrollTimeout&&clearTimeout(this._scrollTimeout)}render(){
const{id:e,role:t,"aria-label":o,"aria-labelledby":i,"aria-activedescendant":s,"aria-hidden":a,"aria-describedby":h,"aria-invalid":d,children:u,minWidth:p,theme:w=m,className:f,maxHeight:y,onMouseOver:T,onMouseOut:S,onKeyDown:x,onFocus:L,onBlur:C}=this.props,{appearingMenuHeight:M,appearingMenuWidth:A,appearingPosition:_,isMeasureValid:z}=this.state,E={"--ui-kit-menu-max-width":`${_&&_.x}px`,maxWidth:"calc(100vw - var(--ui-kit-menu-max-width) - 6px)"};return n.createElement(g.MenuContext.Provider,{value:this},n.createElement(v.SubmenuHandler,null,n.createElement(c.SlotContext.Provider,{value:this._manager},n.createElement("div",{id:e,role:t,"aria-label":o,"aria-labelledby":i,"aria-activedescendant":s,"aria-hidden":a,"aria-describedby":h,"aria-invalid":d,className:l()(f,w.menuWrap,!z&&w.isMeasuring),style:{height:M,left:_&&_.x,minWidth:p,position:"fixed",top:_&&_.y,width:A,...this.props.limitMaxWidth&&E},"data-name":this.props["data-name"],"data-tooltip-show-on-focus":this.props["data-tooltip-show-on-focus"],ref:this._handleContainerRef,onScrollCapture:this.props.onScroll,onContextMenu:r.preventDefaultForContextMenu,tabIndex:this.props.tabIndex,onMouseOver:T,onMouseOut:S,onKeyDown:x,onFocus:L,onBlur:C},n.createElement("div",{className:l()(w.scrollWrap,!this.props.noMomentumBasedScroll&&w.momentumBased),style:{overflowY:void 0!==M?"scroll":"auto",maxHeight:y},onScrollCapture:this._handleScroll,ref:this._handleScrollWrapRef},n.createElement(b,{className:w.menuBox},u)))),n.createElement(c.Slot,{reference:this._handleSlot})))}update(e){e?this._resizeForced():this._resize()}focus(e){this._containerRef?.focus(e)}blur(){this._containerRef?.blur()}}function b(e){const t=(0,s.ensureNotNull)((0,n.useContext)(v.SubmenuContext)),o=n.useRef(null);return n.createElement("div",{ref:o,className:e.className,onMouseOver:function(e){if(!(null!==t.current&&e.target instanceof Node&&(n=e.target,o.current?.contains(n))))return;var n;t.isSubmenuNode(e.target)||t.setCurrent(null)},"data-name":"menu-inner"},e.children)}f.contextType=v.SubmenuContext},29197:(e,t,o)=>{"use strict";o.d(t,{CloseDelegateContext:()=>l});var n=o(50959),i=o(59064);const l=n.createContext(i.globalCloseDelegate)},42842:(e,t,o)=>{"use strict";o.d(t,{Portal:()=>c,PortalContext:()=>h});var n=o(50959),i=o(32227),l=o(55698),s=o(67961),a=o(34811),r=o(99663);class c extends n.PureComponent{constructor(){super(...arguments),this._uuid=(0,l.nanoid)()}componentWillUnmount(){this._manager().removeWindow(this._uuid)}render(){const e=this._manager().ensureWindow(this._uuid,this.props.layerOptions);e.style.top=this.props.top||"",e.style.bottom=this.props.bottom||"",e.style.left=this.props.left||"",e.style.right=this.props.right||"",e.style.pointerEvents=this.props.pointerEvents||"";const t=this.props.className;return t&&("string"==typeof t?e.classList.add(t):e.classList.add(...t)),this.props.shouldTrapFocus&&!e.hasAttribute(a.FOCUS_TRAP_DATA_ATTRIBUTE)&&e.setAttribute(a.FOCUS_TRAP_DATA_ATTRIBUTE,"true"),this.props["aria-hidden"]&&e.setAttribute("aria-hidden","true"),
i.createPortal(n.createElement(h.Provider,{value:this},this.props.children),e)}moveToTop(){this._manager().moveToTop(this._uuid)}_manager(){return null===this.context?(0,s.getRootOverlapManager)():this.context}}c.contextType=r.SlotContext;const h=n.createContext(null)},50655:(e,t,o)=>{"use strict";o.d(t,{Slot:()=>n.Slot,SlotContext:()=>n.SlotContext});var n=o(99663)},40173:(e,t,o)=>{"use strict";function n(e,t,o={}){return Object.assign({},e,function(e,t,o={}){const n=Object.assign({},t);for(const i of Object.keys(t)){const l=o[i]||i;l in e&&(n[i]=[e[l],t[i]].join(" "))}return n}(e,t,o))}o.d(t,{mergeThemes:()=>n})},84243:(e,t,o)=>{"use strict";o.d(t,{drawingToolsIcons:()=>n});const n={SyncDrawing:o(99088),arrow:o(63743),cursor:o(18953),dot:o(72196),demonstration:o(54780),performance:"",drawginmode:o(52459),drawginmodeActive:o(63975),eraser:o(27999),group:o(34059),hideAllDrawings:o(45820),hideAllDrawingsActive:o(84959),hideAllIndicators:o(42321),hideAllIndicatorsActive:o(75895),hideAllDrawingTools:o(93756),hideAllDrawingToolsActive:o(42650),hideAllPositionsTools:o(57313),hideAllPositionsToolsActive:o(65162),lockAllDrawings:o(91244),lockAllDrawingsActive:o(65186),magnet:o(68385),heart:o(10862),smile:o(7636),sticker:o(62567),strongMagnet:o(46049),measure:o(88518),removeAllDrawingTools:o(93544),showObjectsTree:o(36515),zoom:o(6894),"zoom-out":o(45360)}},59511:(e,t,o)=>{"use strict";o.d(t,{isLineToolsGroupWithSections:()=>r,lineTools:()=>a,lineToolsFlat:()=>c});var n=o(11542),i=(o(49483),o(56570)),l=o(37265);const s=i.enabled("image_drawingtool"),a=[{id:"linetool-group-cursors",title:n.t(null,void 0,o(81578)),sections:[{items:[{name:"cursor"},{name:"dot"},{name:"arrow"},{name:"demonstration"},null].filter(l.isExistent)},{items:[{name:"eraser"}]}],trackLabel:null},{id:"linetool-group-trend-line",title:n.t(null,void 0,o(48773)),sections:[{title:n.t(null,void 0,o(56982)),items:[{name:"LineToolTrendLine"},{name:"LineToolRay"},{name:"LineToolInfoLine"},{name:"LineToolExtended"},{name:"LineToolTrendAngle"},{name:"LineToolHorzLine"},{name:"LineToolHorzRay"},{name:"LineToolVertLine"},{name:"LineToolCrossLine"}]},{title:n.t(null,void 0,o(59934)),items:[{name:"LineToolParallelChannel"},{name:"LineToolRegressionTrend"},{name:"LineToolFlatBottom"},{name:"LineToolDisjointAngle"}]},{title:n.t(null,void 0,o(36167)),items:[{name:"LineToolPitchfork"},{name:"LineToolSchiffPitchfork2"},{name:"LineToolSchiffPitchfork"},{name:"LineToolInsidePitchfork"}]}],trackLabel:null},{id:"linetool-group-gann-and-fibonacci",title:n.t(null,void 0,o(2654)),sections:[{title:n.t(null,void 0,o(26578)),items:[{name:"LineToolFibRetracement"},{name:"LineToolTrendBasedFibExtension"},{name:"LineToolFibChannel"},{name:"LineToolFibTimeZone"},{name:"LineToolFibSpeedResistanceFan"},{name:"LineToolTrendBasedFibTime"},{name:"LineToolFibCircles"},{name:"LineToolFibSpiral"},{name:"LineToolFibSpeedResistanceArcs"},{name:"LineToolFibWedge"},{name:"LineToolPitchfan"}]},{title:n.t(null,void 0,o(51494)),items:[{name:"LineToolGannSquare"},{name:"LineToolGannFixed"},{
name:"LineToolGannComplex"},{name:"LineToolGannFan"}]}],trackLabel:null},{id:"linetool-group-patterns",title:n.t(null,void 0,o(46417)),sections:[{title:n.t(null,void 0,o(46417)),items:[{name:"LineTool5PointsPattern"},{name:"LineToolCypherPattern"},{name:"LineToolHeadAndShoulders"},{name:"LineToolABCD"},{name:"LineToolTrianglePattern"},{name:"LineToolThreeDrivers"}]},{title:n.t(null,void 0,o(44255)),items:[{name:"LineToolElliottImpulse"},{name:"LineToolElliottCorrection"},{name:"LineToolElliottTriangle"},{name:"LineToolElliottDoubleCombo"},{name:"LineToolElliottTripleCombo"}]},{title:n.t(null,void 0,o(77915)),items:[{name:"LineToolCircleLines"},{name:"LineToolTimeCycles"},{name:"LineToolSineLine"}]}],trackLabel:null},{id:"linetool-group-prediction-and-measurement",title:n.t(null,void 0,o(1410)),sections:[{title:n.t(null,void 0,o(75747)),items:[{name:"LineToolRiskRewardLong"},{name:"LineToolRiskRewardShort"},{name:"LineToolPrediction"},{name:"LineToolBarsPattern"},{name:"LineToolGhostFeed"},{name:"LineToolProjection"}].filter(l.isExistent)},{title:n.t(null,void 0,o(69260)),items:[{name:"LineToolAnchoredVWAP"},{name:"LineToolFixedRangeVolumeProfile"},null].filter(l.isExistent)},{title:n.t(null,void 0,o(97050)),items:[{name:"LineToolPriceRange"},{name:"LineToolDateRange"},{name:"LineToolDateAndPriceRange"}]}],trackLabel:null},{id:"linetool-group-geometric-shapes",title:n.t(null,void 0,o(22145)),sections:[{title:n.t(null,void 0,o(65695)),items:[{name:"LineToolBrush"},{name:"LineToolHighlighter"}]},{title:n.t(null,void 0,o(19147)),items:[{name:"LineToolArrowMarker"},{name:"LineToolArrow"},{name:"LineToolArrowMarkUp"},{name:"LineToolArrowMarkDown"},{name:"LineToolArrowMarkLeft"},{name:"LineToolArrowMarkRight"}].filter(l.isExistent)},{title:n.t(null,void 0,o(65781)),items:[{name:"LineToolRectangle"},{name:"LineToolRotatedRectangle"},{name:"LineToolPath"},{name:"LineToolCircle"},{name:"LineToolEllipse"},{name:"LineToolPolyline"},{name:"LineToolTriangle"},{name:"LineToolArc"},{name:"LineToolBezierQuadro"},{name:"LineToolBezierCubic"}]}],trackLabel:null},{id:"linetool-group-annotation",title:n.t(null,void 0,o(32064)),sections:[{title:n.t(null,void 0,o(65831)),items:[{name:"LineToolText"},{name:"LineToolTextAbsolute"},{name:"LineToolTextNote"},{name:"LineToolPriceNote"},{name:"LineToolNote"},{name:"LineToolTable"},{name:"LineToolCallout"},{name:"LineToolComment"},{name:"LineToolPriceLabel"},{name:"LineToolSignpost"},{name:"LineToolFlagMark"}].filter(l.isExistent)},{title:n.t(null,void 0,o(93111)),items:[s?{name:"LineToolImage"}:null,null,null].filter(l.isExistent)}],trackLabel:null}];function r(e){return"sections"in e}const c=a.map((function(e){return r(e)?e.sections.map((e=>e.items)).flat():e.items})).flat()},27906:(e,t,o)=>{"use strict";o.d(t,{shouldShowFullscreen:()=>i});var n=o(56570);function i(){return n.enabled("header_fullscreen_button")}},2627:(e,t,o)=>{"use strict";o.d(t,{lineToolsInfo:()=>b});var n=o(50151),i=o(11542),l=o(61814),s=(o(21251),o(98626)),a=o(84243);const r={SyncDrawing:i.t(null,void 0,o(59377)),
arrow:i.t(null,void 0,o(11858)),cursor:i.t(null,void 0,o(6969)),demonstration:i.t(null,void 0,o(14939)),dot:i.t(null,void 0,o(57157)),performance:i.t(null,void 0,o(35553)),drawginmode:i.t(null,void 0,o(62518)),eraser:i.t(null,void 0,o(8727)),group:i.t(null,void 0,o(3154)),hideAllDrawings:i.t(null,void 0,o(52563)),lockAllDrawings:i.t(null,void 0,o(79451)),magnet:i.t(null,void 0,o(81396)),measure:i.t(null,void 0,o(91563)),removeAllDrawingTools:i.t(null,void 0,o(57118)),showObjectsTree:i.t(null,void 0,o(85786)),zoom:i.t(null,void 0,o(55774)),"zoom-out":i.t(null,void 0,o(37310))};var c=o(98523),h=o(68335),d=o(17402);const u=(0,h.humanReadableModifiers)(h.Modifiers.Shift,!1).trim(),v=(0,h.humanReadableModifiers)(h.Modifiers.Alt,!1).trim(),g=(0,h.humanReadableModifiers)(h.Modifiers.Mod,!1).trim(),m={keys:[u],text:i.t(null,void 0,o(23369))},p={keys:[u],text:i.t(null,void 0,o(13798))},w={keys:[u],text:i.t(null,void 0,o(10539))},f={LineTool5PointsPattern:{},LineToolABCD:{},LineToolArc:{},LineToolArrow:{},LineToolArrowMarkDown:{},LineToolArrowMarkLeft:{},LineToolArrowMarkRight:{},LineToolArrowMarkUp:{},LineToolComment:{},LineToolBarsPattern:{},LineToolBezierCubic:{},LineToolBezierQuadro:{},LineToolBrush:{},LineToolCallout:{},LineToolCircleLines:{},LineToolCypherPattern:{},LineToolDateAndPriceRange:{},LineToolDateRange:{},LineToolDisjointAngle:{hotKey:(0,l.hotKeySerialize)(m)},LineToolElliottCorrection:{},LineToolElliottDoubleCombo:{},LineToolElliottImpulse:{},LineToolElliottTriangle:{},LineToolElliottTripleCombo:{},LineToolEllipse:{hotKey:(0,l.hotKeySerialize)(p)},LineToolExtended:{},LineToolFibChannel:{},LineToolFibCircles:{hotKey:(0,l.hotKeySerialize)(p)},LineToolFibRetracement:{},LineToolFibSpeedResistanceArcs:{},LineToolFibSpeedResistanceFan:{hotKey:(0,l.hotKeySerialize)(w)},LineToolFibSpiral:{},LineToolFibTimeZone:{},LineToolFibWedge:{},LineToolFlagMark:{},LineToolFlatBottom:{hotKey:(0,l.hotKeySerialize)(m)},LineToolAnchoredVWAP:{},LineToolGannComplex:{},LineToolGannFixed:{},LineToolGannFan:{},LineToolGannSquare:{hotKey:(0,l.hotKeySerialize)({keys:[u],text:i.t(null,void 0,o(83042))})},LineToolHeadAndShoulders:{},LineToolHorzLine:{hotKey:(0,l.hotKeySerialize)({keys:[v,"H"],text:"{0} + {1}"})},LineToolHorzRay:{},LineToolIcon:{},LineToolImage:{},LineToolEmoji:{},LineToolInsidePitchfork:{},LineToolNote:{},LineToolSignpost:{},LineToolParallelChannel:{hotKey:(0,l.hotKeySerialize)(m)},LineToolPitchfan:{},LineToolPitchfork:{},LineToolPolyline:{},LineToolPath:{},LineToolPrediction:{},LineToolPriceLabel:{},LineToolPriceNote:{hotKey:(0,l.hotKeySerialize)(m)},LineToolTextNote:{},LineToolArrowMarker:{},LineToolPriceRange:{},LineToolProjection:{},LineToolRay:{},LineToolRectangle:{hotKey:(0,l.hotKeySerialize)({keys:[u],text:i.t(null,void 0,o(10539))})},LineToolCircle:{},LineToolRegressionTrend:{},LineToolRiskRewardLong:{},LineToolRiskRewardShort:{},LineToolFixedRangeVolumeProfile:{},LineToolRotatedRectangle:{hotKey:(0,l.hotKeySerialize)(m)},LineToolSchiffPitchfork:{},LineToolSchiffPitchfork2:{},LineToolSineLine:{},LineToolText:{},
LineToolTextAbsolute:{},LineToolThreeDrivers:{},LineToolTimeCycles:{},LineToolTrendAngle:{hotKey:(0,l.hotKeySerialize)(m)},LineToolTrendBasedFibExtension:{},LineToolTrendBasedFibTime:{},LineToolTrendLine:{hotKey:(0,l.hotKeySerialize)(m)},LineToolInfoLine:{},LineToolTriangle:{},LineToolTrianglePattern:{},LineToolVertLine:{hotKey:(0,l.hotKeySerialize)({keys:[v,"V"],text:"{0} + {1}"})},LineToolCrossLine:{},LineToolHighlighter:{},LineToolGhostFeed:{},LineToolTable:{},SyncDrawing:{iconActive:a.drawingToolsIcons.SyncDrawingActive},arrow:{},cursor:{},dot:{},demonstration:{hotKey:(0,l.hotKeySerialize)({keys:[v],text:i.t(null,void 0,o(42633))})},drawginmode:{iconActive:a.drawingToolsIcons.drawginmodeActive},eraser:{},group:{},hideAllDrawings:{iconActive:a.drawingToolsIcons.hideAllDrawingsActive,hotKey:(0,l.hotKeySerialize)({keys:[g,v,"H"],text:"{0} + {1} + {2}"})},lockAllDrawings:{iconActive:a.drawingToolsIcons.lockAllDrawingsActive},magnet:{hotKey:(0,l.hotKeySerialize)({keys:[g],text:"{0}"})},measure:{hotKey:(0,l.hotKeySerialize)({keys:[u],text:i.t(null,void 0,o(92949))})},removeAllDrawingTools:{},showObjectsTree:{},zoom:{},"zoom-out":{}};const b={};Object.entries(f).map((([e,t])=>{const o=s.lineToolsIcons[e]??a.drawingToolsIcons[e];(0,n.assert)(!!o,`Icon is not defined for drawing "${e}"`);const i=c.lineToolsLocalizedNames[e]??r[e];(0,n.assert)(!!i,`Localized name is not defined for drawing "${e}"`);return{...t,name:e,icon:o,localizedName:i,selectHotkey:d.lineToolsSelectHotkeys[e]}})).forEach((e=>{b[e.name]=e}))},23076:(e,t,o)=>{"use strict";o.r(t),o.d(t,{SERIES_ICONS:()=>m});var n=o(94670),i=o(32162),l=o(39956),s=o(14083),a=o(45504),r=o(52867),c=o(41473),h=o(31246),d=o(15726),u=o(24464),v=o(71705),g=o(9450);const m={3:n,16:i,0:l,1:s,8:a,9:r,2:c,14:h,15:d,10:u,12:v,13:g}},26744:(e,t,o)=>{"use strict";o.d(t,{LinetoolsFavoritesStore:()=>c});var n=o(52033),i=o(37265),l=o(56840);const s=["LineToolBalloon","LineToolNoteAbsolute",null,null].filter(i.isExistent),a=!1;var r,c;!function(e){function t(){e.favorites=[];let t=!1;const n=Boolean(void 0===(0,l.getValue)("chart.favoriteDrawings")),r=(0,l.getJSON)("chart.favoriteDrawings",[]);if(0===r.length&&n&&"undefined"!=typeof window){const e=JSON.parse(window.urlParams?.favorites??"{}").drawingTools;e&&Array.isArray(e)&&r.push(...e)}r.forEach(((n,i)=>{const l=n.tool||n;o(l)?s.includes(l)?t=!0:e.favorites.push(l):a&&a.includes(l)&&e.hiddenToolsPositions.set(l,i)})),t&&i(),e.favoritesSynced.fire()}function o(e){return"string"==typeof e&&""!==e&&!(a&&a.includes(e))}function i(t){const o=e.favorites.slice();e.hiddenToolsPositions.forEach(((e,t)=>{o.splice(e,0,t)})),(0,l.setJSON)("chart.favoriteDrawings",o,t)}e.favorites=[],e.favoritesSynced=new n.Delegate,e.hiddenToolsPositions=new Map,e.favoriteIndex=function(t){return e.favorites.indexOf(t)},e.isValidLineToolName=o,e.saveFavorites=i,t(),l.onSync.subscribe(null,t)}(r||(r={})),function(e){function t(e){return r.isValidLineToolName(e)}function o(){return r.favorites.length}function i(e){return-1!==r.favoriteIndex(e)}
e.favoriteAdded=new n.Delegate,e.favoriteRemoved=new n.Delegate,e.favoriteMoved=new n.Delegate,e.favoritesSynced=r.favoritesSynced,e.favorites=function(){return r.favorites.slice()},e.isValidLineToolName=t,e.favoritesCount=o,e.favorite=function(e){return e<0||e>=o()?"":r.favorites[e]},e.addFavorite=function(o,n){return!(i(o)||!t(o)||"performance"===o)&&(r.favorites.push(o),r.saveFavorites(n),e.favoriteAdded.fire(o),!0)},e.removeFavorite=function(t,o){const n=r.favoriteIndex(t);if(-1===n)return!1;r.favorites.splice(n,1);const i=r.hiddenToolsPositions;return i.forEach(((e,t)=>{e>n&&i.set(t,e-1)})),r.saveFavorites(o),e.favoriteRemoved.fire(t),!0},e.isFavorite=i,e.moveFavorite=function(n,i,l){if(i<0||i>=o()||!t(n))return!1;const s=r.favoriteIndex(n);if(-1===s||i===s)return!1;const a=r.hiddenToolsPositions;return a.forEach(((e,t)=>{s<e&&i>e?e--:i<e&&s>e&&e++,a.set(t,e)})),r.favorites.splice(s,1),r.favorites.splice(i,0,n),r.saveFavorites(l),e.favoriteMoved.fire(n,s,i),!0}}(c||(c={}))},16792:(e,t,o)=>{"use strict";function n(e){return e.charAt(0).toUpperCase()+e.substring(1)}o.d(t,{capitalizeFirstLetter:()=>n})},54780:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="m11.26 21 3.65-4.78 6.09-.66L10 8zm3.09-5.71-2.33 3.05-.8-8.3 7.02 4.82z"/><path fill-rule="evenodd" d="M25 14a11 11 0 1 1-22 0 11 11 0 0 1 22 0m-1 0a10 10 0 1 1-20 0 10 10 0 0 1 20 0"/></svg>'},52459:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M17.27 4.56a2.5 2.5 0 0 0-3.54 0l-.58.59-9 9-1 1-.15.14V20h4.7l.15-.15 1-1 9-9 .59-.58a2.5 2.5 0 0 0 0-3.54l-1.17-1.17Zm-2.83.7a1.5 1.5 0 0 1 2.12 0l1.17 1.18a1.5 1.5 0 0 1 0 2.12l-.23.23-3.3-3.29.24-.23Zm-.94.95 3.3 3.29-8.3 8.3-3.3-3.3 8.3-8.3Zm-9 9 3.3 3.29-.5.5H4v-3.3l.5-.5Zm16.5.29a1.5 1.5 0 0 0-3 0V18h4.5c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-4c0-.83.67-1.5 1.5-1.5h.5v-2.5a2.5 2.5 0 0 1 5 0v.5h-1v-.5ZM16.5 19a.5.5 0 0 0-.5.5v4c0 .28.22.5.5.5h6a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-6Zm2.5 4v-2h1v2h-1Z"/></svg>'},63975:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M17.27 4.56a2.5 2.5 0 0 0-3.54 0l-.58.59-9 9-1 1-.15.14V20h4.7l.15-.15 1-1 9-9 .59-.58a2.5 2.5 0 0 0 0-3.54l-1.17-1.17Zm-2.83.7a1.5 1.5 0 0 1 2.12 0l1.17 1.18a1.5 1.5 0 0 1 0 2.12l-.23.23-3.3-3.29.24-.23Zm-.94.95 3.3 3.29-8.3 8.3-3.3-3.3 8.3-8.3Zm-9 9 3.3 3.29-.5.5H4v-3.3l.5-.5Zm16.5.29a1.5 1.5 0 0 0-3 0V18h3v-2.5Zm1 0V18h.5c.83 0 1.5.67 1.5 1.5v4c0 .83-.67 1.5-1.5 1.5h-6a1.5 1.5 0 0 1-1.5-1.5v-4c0-.83.67-1.5 1.5-1.5h.5v-2.5a2.5 2.5 0 0 1 5 0ZM16.5 19a.5.5 0 0 0-.5.5v4c0 .28.22.5.5.5h6a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-6Zm2.5 4v-2h1v2h-1Z"/></svg>'},94670:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="m25.35 5.35-9.5 9.5-.35.36-.35-.36-4.65-4.64-8.15 8.14-.7-.7 8.5-8.5.35-.36.35.36 4.65 4.64 9.15-9.14.7.7ZM2 21h1v1H2v-1Zm2-1H3v1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1V9h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v1H9v1H8v1H7v1H6v1H5v1H4v1Zm1 0v1H4v-1h1Zm1 0H5v-1h1v1Zm1 0v1H6v-1h1Zm0-1H6v-1h1v1Zm1 0H7v1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v1H9v1H8v1H7v1h1v1Zm1 0v1H8v-1h1Zm0-1H8v-1h1v1Zm1 0H9v1h1v1h1v-1h1v1h1v-1h1v1h1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v1H9v1h1v1Zm1 0v1h-1v-1h1Zm0-1v-1h-1v1h1Zm0 0v1h1v1h1v-1h-1v-1h-1Zm6 2v-1h1v1h-1Zm2 0v1h-1v-1h1Zm0-1h-1v-1h1v1Zm1 0h-1v1h1v1h1v-1h1v1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v1h-1v1h-1v1h-1v1h1v1Zm1 0h-1v1h1v-1Zm0-1h1v1h-1v-1Zm0-1h1v-1h-1v1Zm0 0v1h-1v-1h1Zm-4 3v1h-1v-1h1Z"/></svg>'},39956:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M19 6h-1v7h-3v1h3v8h1v-3h3v-1h-3V6ZM11 7h-1v13H7v1h3v2h1V10h3V9h-3V7Z"/></svg>'},24464:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="m10.49 7.55-.42.7-2.1 3.5.86.5 1.68-2.8 1.8 2.82.84-.54-2.23-3.5-.43-.68Zm12.32 4.72-.84-.54 2.61-4 .84.54-2.61 4Zm-5.3 6.3 1.2-1.84.84.54-1.63 2.5-.43.65-.41-.65-1.6-2.5.85-.54 1.17 1.85ZM4.96 16.75l.86.52-2.4 4-.86-.52 2.4-4ZM3 14v1h1v-1H3Zm2 0h1v1H5v-1Zm2 0v1h1v-1H7Zm2 0h1v1H9v-1Zm2 0v1h1v-1h-1Zm2 0h1v1h-1v-1Zm2 0v1h1v-1h-1Zm2 0h1v1h-1v-1Zm2 0v1h1v-1h-1Zm2 0h1v1h-1v-1Zm2 0v1h1v-1h-1Zm2 0h1v1h-1v-1Z"/></svg>'},14083:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M17 11v6h3v-6h-3zm-.5-1h4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5z"/><path d="M18 7h1v3.5h-1zm0 10.5h1V21h-1z"/><path d="M9 8v12h3V8H9zm-.5-1h4a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5z"/><path d="M10 4h1v3.5h-1zm0 16.5h1V24h-1z"/></svg>'},53707:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><g fill="none"><path stroke="currentColor" d="M11 20.5H7.5a5 5 0 1 1 .42-9.98 7.5 7.5 0 0 1 14.57 2.1 4 4 0 0 1-1 7.877H18"/><path stroke="currentColor" d="M14.5 24V12.5M11 16l3.5-3.5L18 16"/></g></svg>'},9450:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M12 7v14h5V7h-5Zm4 1h-3v12h3V8ZM19 15v6h5v-6h-5Zm4 1h-3v4h3v-4ZM5 12h5v9H5v-9Zm1 1h3v7H6v-7Z"/></svg>'},1393:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M13.5 6a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17zM4 14.5a9.5 9.5 0 1 1 19 0 9.5 9.5 0 0 1-19 0z"/><path fill="currentColor" d="M9 14h4v-4h1v4h4v1h-4v4h-1v-4H9v-1z"/></svg>'},49697:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path d="M21 7v4h1V6h-5v1z"/><path d="M16.854 11.854l5-5-.708-.708-5 5zM7 7v4H6V6h5v1z"/><path d="M11.146 11.854l-5-5 .708-.708 5 5zM21 21v-4h1v5h-5v-1z"/><path d="M16.854 16.146l5 5-.708.708-5-5z"/><g><path d="M7 21v-4H6v5h5v-1z"/><path d="M11.146 16.146l-5 5 .708.708 5-5z"/></g></g></svg>'},34059:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30" height="30"><path fill="currentColor" d="M5.5 13A2.5 2.5 0 0 0 3 15.5 2.5 2.5 0 0 0 5.5 18 2.5 2.5 0 0 0 8 15.5 2.5 2.5 0 0 0 5.5 13zm9.5 0a2.5 2.5 0 0 0-2.5 2.5A2.5 2.5 0 0 0 15 18a2.5 2.5 0 0 0 2.5-2.5A2.5 2.5 0 0 0 15 13zm9.5 0a2.5 2.5 0 0 0-2.5 2.5 2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5 2.5 2.5 0 0 0-2.5-2.5z"/></svg>'},45504:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M9 8v12h3V8H9zm-1-.502C8 7.223 8.215 7 8.498 7h4.004c.275 0 .498.22.498.498v13.004a.493.493 0 0 1-.498.498H8.498A.496.496 0 0 1 8 20.502V7.498z"/><path d="M10 4h1v3.5h-1z"/><path d="M17 6v6h3V6h-3zm-1-.5c0-.276.215-.5.498-.5h4.004c.275 0 .498.23.498.5v7c0 .276-.215.5-.498.5h-4.004a.503.503 0 0 1-.498-.5v-7z"/><path d="M18 2h1v3.5h-1z"/></svg>'},71705:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M7.5 7H7v14h5V7H7.5zM8 20V8h3v12H8zm7.5-11H15v10h5V9h-4.5zm.5 9v-8h3v8h-3z"/></svg>'},32162:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path fill-rule="evenodd" d="M22 3h1v1h-1V3Zm0 2V4h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1V9h-1V8h-1V7h-1V6h-1V5h-1v1H9v1H8v1H7v1H6v1H5v1H4v1h1v1H4v1h1v-1h1v-1h1v-1h1v-1h1V9h1V8h1v1h1v1h1v1h1v1h1v1h1v-1h1v-1h1v-1h1V9h1V8h1V7h1V6h1V5h-1Zm-1 1V5h1v1h-1Zm-1 1V6h1v1h-1Zm-1 1V7h1v1h-1Zm-1 1V8h1v1h-1Zm-1 1V9h1v1h-1Zm-1 1v-1h1v1h-1Zm-1 0v-1h-1V9h-1V8h-1V7h-1V6h-1v1H9v1H8v1H7v1H6v1H5v1h1v-1h1v-1h1V9h1V8h1V7h1v1h1v1h1v1h1v1h1Zm0 0h1v1h-1v-1Zm.84 6.37 7.5-7-.68-.74-7.15 6.67-4.66-4.65-.33-.34-.36.32-5.5 5 .68.74 5.14-4.68 4.67 4.66.34.35.35-.33ZM6 23H5v1h1v-1Zm0-1H5v-1h1v1Zm1 0v1H6v-1h1Zm0-1H6v-1h1v1Zm1 0v1H7v-1h1Zm0-1H7v-1h1v1Zm1 0v1H8v-1h1Zm0-1H8v-1h1v1Zm1 0v1H9v-1h1Zm0-1H9v-1h1v1Zm1 0h-1v1h1v1h1v1h1v1h1v1h1v1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h-1v-1h1v-1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1v-1h-1v-1h-1v-1h-1v1h1v1Zm0 0h1v1h-1v-1Zm2 2v1h1v1h1v1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h1v-1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v1h-1v-1h-1v-1h-1Zm0 0v-1h-1v1h1Z"/></svg>'},52867:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M17 11v6h3v-6h-3zm-.5-1h4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5z"/><path d="M18 7h1v3.5h-1zm0 10.5h1V21h-1z"/><path d="M9 8v11h3V8H9zm-.5-1h4a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-12a.5.5 0 0 1 .5-.5z"/><path d="M10 4h1v5h-1zm0 14h1v5h-1zM8.5 9H10v1H8.5zM11 9h1.5v1H11zm-1 1h1v1h-1zm-1.5 1H10v1H8.5zm2.5 0h1.5v1H11zm-1 1h1v1h-1zm-1.5 1H10v1H8.5zm2.5 0h1.5v1H11zm-1 1h1v1h-1zm-1.5 1H10v1H8.5zm2.5 0h1.5v1H11zm-1 1h1v1h-1zm-1.5 1H10v1H8.5zm2.5 0h1.5v1H11z"/></svg>'},39681:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path stroke="currentColor" d="M20 17l-5 5M15 17l5 5M9 11.5h7M17.5 8a2.5 2.5 0 0 0-5 0v11a2.5 2.5 0 0 1-5 0"/></svg>'},31246:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path fill-rule="evenodd" d="m18.43 15.91 6.96-8.6-.78-.62-6.96 8.6a2.49 2.49 0 0 0-2.63.2l-2.21-2.02A2.5 2.5 0 0 0 10.5 10a2.5 2.5 0 1 0 1.73 4.3l2.12 1.92a2.5 2.5 0 1 0 4.08-.31ZM10.5 14a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm7.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/><path d="M8.37 13.8c.17.3.4.54.68.74l-5.67 6.78-.76-.64 5.75-6.88Z"/></svg>'},41473:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="m25.39 7.31-8.83 10.92-6.02-5.47-7.16 8.56-.76-.64 7.82-9.36 6 5.45L24.61 6.7l.78.62Z"/></svg>'},96052:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M18.293 13l-2.647 2.646.707.708 3.854-3.854-3.854-3.854-.707.708L18.293 12H12.5A5.5 5.5 0 0 0 7 17.5V19h1v-1.5a4.5 4.5 0 0 1 4.5-4.5h5.793z"/></svg>'},72644:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.118 6a.5.5 0 0 0-.447.276L9.809 8H5.5A1.5 1.5 0 0 0 4 9.5v10A1.5 1.5 0 0 0 5.5 21h16a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 21.5 8h-4.309l-.862-1.724A.5.5 0 0 0 15.882 6h-4.764zm-1.342-.17A1.5 1.5 0 0 1 11.118 5h4.764a1.5 1.5 0 0 1 1.342.83L17.809 7H21.5A2.5 2.5 0 0 1 24 9.5v10a2.5 2.5 0 0 1-2.5 2.5h-16A2.5 2.5 0 0 1 3 19.5v-10A2.5 2.5 0 0 1 5.5 7h3.691l.585-1.17z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 18a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm0 1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9z"/></svg>'},15726:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M19 5h5v1h-4v13h-6v-7h-4v12H5v-1h4V11h6v7h4V5Z"/></svg>'},63743:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M11.682 16.09l3.504 6.068 1.732-1-3.497-6.057 3.595-2.1L8 7.74v10.512l3.682-2.163zm-.362 1.372L7 20V6l12 7-4.216 2.462 3.5 6.062-3.464 2-3.5-6.062z"/></svg>'},18953:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path d="M18 15h8v-1h-8z"/><path d="M14 18v8h1v-8zM14 3v8h1v-8zM3 15h8v-1h-8z"/></g></svg>'},72196:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><circle fill="currentColor" cx="14" cy="14" r="3"/></svg>'},27999:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 31" width="29" height="31"><g fill="currentColor" fill-rule="nonzero"><path d="M15.3 22l8.187-8.187c.394-.394.395-1.028.004-1.418l-4.243-4.243c-.394-.394-1.019-.395-1.407-.006l-11.325 11.325c-.383.383-.383 1.018.007 1.407l1.121 1.121h7.656zm-9.484-.414c-.781-.781-.779-2.049-.007-2.821l11.325-11.325c.777-.777 2.035-.78 2.821.006l4.243 4.243c.781.781.78 2.048-.004 2.832l-8.48 8.48h-8.484l-1.414-1.414z"/><path d="M13.011 22.999h7.999v-1h-7.999zM13.501 11.294l6.717 6.717.707-.707-6.717-6.717z"/></g></svg>'},10862:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M24.13 14.65a6.2 6.2 0 0 0-.46-9.28c-2.57-2.09-6.39-1.71-8.75.6l-.92.91-.92-.9c-2.36-2.32-6.18-2.7-8.75-.61a6.2 6.2 0 0 0-.46 9.28l9.07 8.92c.58.57 1.53.57 2.12 0l9.07-8.92Zm-9.77 8.2 9.07-8.91a5.2 5.2 0 0 0-.39-7.8c-2.13-1.73-5.38-1.45-7.42.55L14 8.29l-1.62-1.6c-2.03-2-5.29-2.28-7.42-.55a5.2 5.2 0 0 0-.4 7.8l9.08 8.91c.2.2.52.2.72 0Z"/></svg>'},68385:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor" fill-rule="evenodd"><path fill-rule="nonzero" d="M14 10a2 2 0 0 0-2 2v11H6V12c0-4.416 3.584-8 8-8s8 3.584 8 8v11h-6V12a2 2 0 0 0-2-2zm-3 2a3 3 0 0 1 6 0v10h4V12c0-3.864-3.136-7-7-7s-7 3.136-7 7v10h4V12z"/><path d="M6.5 18h5v1h-5zm10 0h5v1h-5z"/></g></svg>'},88518:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M2 9.75a1.5 1.5 0 0 0-1.5 1.5v5.5a1.5 1.5 0 0 0 1.5 1.5h24a1.5 1.5 0 0 0 1.5-1.5v-5.5a1.5 1.5 0 0 0-1.5-1.5zm0 1h3v2.5h1v-2.5h3.25v3.9h1v-3.9h3.25v2.5h1v-2.5h3.25v3.9h1v-3.9H22v2.5h1v-2.5h3a.5.5 0 0 1 .5.5v5.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5v-5.5a.5.5 0 0 1 .5-.5z" transform="rotate(-45 14 14)"/></svg>'},36515:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path fill-rule="nonzero" d="M14 18.634l-.307-.239-7.37-5.73-2.137-1.665 9.814-7.633 9.816 7.634-.509.394-1.639 1.269-7.667 5.969zm7.054-6.759l1.131-.876-8.184-6.366-8.186 6.367 1.123.875 7.063 5.491 7.054-5.492z"/><path d="M7 14.5l-1 .57 8 6.43 8-6.5-1-.5-7 5.5z"/><path d="M7 17.5l-1 .57 8 6.43 8-6.5-1-.5-7 5.5z"/></g></svg>'},7636:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M4.05 14a9.95 9.95 0 1 1 19.9 0 9.95 9.95 0 0 1-19.9 0ZM14 3a11 11 0 1 0 0 22 11 11 0 0 0 0-22Zm-3 13.03a.5.5 0 0 1 .64.3 2.5 2.5 0 0 0 4.72 0 .5.5 0 0 1 .94.34 3.5 3.5 0 0 1-6.6 0 .5.5 0 0 1 .3-.64Zm.5-4.53a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/></svg>'},62567:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M7 4h14a3 3 0 0 1 3 3v11c0 .34-.03.67-.08 1H20.3c-1.28 0-2.31.97-2.31 2.24V24H7a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3Zm12 19.92A6 6 0 0 0 23.66 20H20.3c-.77 0-1.31.48-1.31 1.24v2.68ZM3 7a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4v11a7 7 0 0 1-7 7H7a4 4 0 0 1-4-4V7Zm8 9.03a.5.5 0 0 1 .64.3 2.5 2.5 0 0 0 4.72 0 .5.5 0 0 1 .94.34 3.5 3.5 0 0 1-6.6 0 .5.5 0 0 1 .3-.64Zm.5-4.53a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"/></svg>'},46049:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="nonzero" d="M14 5a7 7 0 0 0-7 7v3h4v-3a3 3 0 1 1 6 0v3h4v-3a7 7 0 0 0-7-7zm7 11h-4v3h4v-3zm-10 0H7v3h4v-3zm-5-4a8 8 0 1 1 16 0v8h-6v-8a2 2 0 1 0-4 0v8H6v-8zm3.293 11.294l-1.222-2.037.858-.514 1.777 2.963-2 1 1.223 2.037-.858.514-1.778-2.963 2-1zm9.778-2.551l.858.514-1.223 2.037 2 1-1.777 2.963-.858-.514 1.223-2.037-2-1 1.777-2.963z"/></svg>'},99088:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><g fill="currentColor"><path fill-rule="nonzero" d="M15.039 5.969l-.019-.019-2.828 2.828.707.707 2.474-2.474c1.367-1.367 3.582-1.367 4.949 0s1.367 3.582 0 4.949l-2.474 2.474.707.707 2.828-2.828-.019-.019c1.415-1.767 1.304-4.352-.334-5.99-1.638-1.638-4.224-1.749-5.99-.334zM5.97 15.038l-.019-.019 2.828-2.828.707.707-2.475 2.475c-1.367 1.367-1.367 3.582 0 4.949s3.582 1.367 4.949 0l2.474-2.474.707.707-2.828 2.828-.019-.019c-1.767 1.415-4.352 1.304-5.99-.334-1.638-1.638-1.749-4.224-.334-5.99z"/><path d="M10.485 16.141l5.656-5.656.707.707-5.656 5.656z"/></g></svg>'},42650:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M19.76 6.07l-.7.7a13.4 13.4 0 011.93 2.47c.19.3.33.55.42.72l.03.04-.03.04a15 15 0 01-2.09 2.9c-1.47 1.6-3.6 3.12-6.32 3.12-.98 0-1.88-.2-2.7-.52l-.77.76c1.03.47 2.18.76 3.47.76 3.12 0 5.5-1.75 7.06-3.44a16 16 0 002.38-3.38v-.02h.01L22 10l.45.22.1-.22-.1-.22L22 10l.45-.22-.01-.02a5.1 5.1 0 00-.15-.28 16 16 0 00-2.53-3.41zM6.24 13.93l.7-.7-.27-.29a15 15 0 01-2.08-2.9L4.56 10l.03-.04a15 15 0 012.09-2.9c1.47-1.6 3.6-3.12 6.32-3.12.98 0 1.88.2 2.7.52l.77-.76A8.32 8.32 0 0013 2.94c-3.12 0-5.5 1.75-7.06 3.44a16 16 0 00-2.38 3.38v.02h-.01L4 10l-.45-.22-.1.22.1.22L4 10l-.45.22.01.02a5.5 5.5 0 00.15.28 16 16 0 002.53 3.41zm6.09-.43a3.6 3.6 0 004.24-4.24l-.93.93a2.6 2.6 0 01-2.36 2.36l-.95.95zm-1.97-3.69l-.93.93a3.6 3.6 0 014.24-4.24l-.95.95a2.6 2.6 0 00-2.36 2.36zm11.29 7.84l-.8.79a1.5 1.5 0 000 2.12l.59.59a1.5 1.5 0 002.12 0l1.8-1.8-.71-.7-1.8 1.79a.5.5 0 01-.7 0l-.59-.59a.5.5 0 010-.7l.8-.8-.71-.7zm-5.5 3.5l.35.35-.35-.35.01-.02.02-.02.02-.02a4.68 4.68 0 01.65-.5c.4-.27 1-.59 1.65-.59.66 0 1.28.33 1.73.77.44.45.77 1.07.77 1.73a2.5 2.5 0 01-.77 1.73 2.5 2.5 0 01-1.73.77h-4a.5.5 0 01-.42-.78l1-1.5 1-1.5a.5.5 0 01.07-.07zm.74.67a3.46 3.46 0 01.51-.4c.35-.24.75-.42 1.1-.42.34 0 .72.17 1.02.48.3.3.48.68.48 1.02 0 .34-.17.72-.48 1.02-.3.3-.68.48-1.02.48h-3.07l.49-.72.97-1.46zM21.2 2.5L5.5 18.2l-.7-.7L20.5 1.8l.7.7z"/></svg>'},75895:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" d="M16.47 3.7A8.32 8.32 0 0013 2.94c-3.12 0-5.5 1.75-7.06 3.44a16 16 0 00-2.38 3.38v.02h-.01L4 10l-.45-.22-.1.22.1.22L4 10l-.45.22.01.02a5.5 5.5 0 00.15.28 16 16 0 002.53 3.41l.7-.7-.27-.29a15 15 0 01-2.08-2.9L4.56 10l.03-.04a15 15 0 012.09-2.9c1.47-1.6 3.6-3.12 6.32-3.12.98 0 1.88.2 2.7.52l.77-.76zm-7.04 7.04l.93-.93a2.6 2.6 0 012.36-2.36l.95-.95a3.6 3.6 0 00-4.24 4.24zm.1 5.56c1.03.47 2.18.76 3.47.76 3.12 0 5.5-1.75 7.06-3.44a16 16 0 002.38-3.38v-.02h.01L22 10l.45.22.1-.22-.1-.22L22 10l.45-.22-.01-.02-.02-.03-.01-.03a9.5 9.5 0 00-.57-1 16 16 0 00-2.08-2.63l-.7.7.27.29a15.01 15.01 0 012.08 2.9l.03.04-.03.04a15 15 0 01-2.09 2.9c-1.47 1.6-3.6 3.12-6.32 3.12-.98 0-1.88-.2-2.7-.52l-.77.76zm2.8-2.8a3.6 3.6 0 004.24-4.24l-.93.93a2.6 2.6 0 01-2.36 2.36l-.95.95zm7.9 3.73c-.12.12-.23.35-.23.77v2h1v1h-1v2c0 .58-.14 1.1-.52 1.48-.38.38-.9.52-1.48.52s-1.1-.14-1.48-.52c-.38-.38-.52-.9-.52-1.48h1c0 .42.1.65.23.77.12.12.35.23.77.23.42 0 .65-.1.77-.23.12-.12.23-.35.23-.77v-2h-1v-1h1v-2c0-.58.14-1.1.52-1.48.38-.38.9-.52 1.48-.52s1.1.14 1.48.52c.38.38.52.9.52 1.48h-1c0-.42-.1-.65-.23-.77-.12-.12-.35-.23-.77-.23-.42 0-.65.1-.77.23zm2.56 6.27l-1.14-1.15.7-.7 1.15 1.14 1.15-1.14.7.7-1.14 1.15 1.14 1.15-.7.7-1.15-1.14-1.15 1.14-.7-.7 1.14-1.15zM21.2 2.5L5.5 18.2l-.7-.7L20.5 1.8l.7.7z"/></svg>'},65162:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M5.5 18.2L21.2 2.5l-.7-.7L4.8 17.5l.7.7zM19.05 6.78l.71-.7a14.26 14.26 0 0 1 2.08 2.64 14.26 14.26 0 0 1 .6 1.05v.02h.01L22 10l.45.22-.01.02a5.18 5.18 0 0 1-.15.28 16 16 0 0 1-2.23 3.1c-1.56 1.69-3.94 3.44-7.06 3.44-1.29 0-2.44-.3-3.47-.76l.76-.76c.83.32 1.73.52 2.71.52 2.73 0 4.85-1.53 6.33-3.12a15.01 15.01 0 0 0 2.08-2.9l.03-.04-.03-.04a15 15 0 0 0-2.36-3.18zM22 10l.45-.22.1.22-.1.22L22 10zM6.94 13.23l-.7.7a14.24 14.24 0 0 1-2.08-2.64 14.28 14.28 0 0 1-.6-1.05v-.02h-.01L4 10l-.45-.22.01-.02a5.55 5.55 0 0 1 .15-.28 16 16 0 0 1 2.23-3.1C7.5 4.69 9.88 2.94 13 2.94c1.29 0 2.44.3 3.47.76l-.76.76A7.27 7.27 0 0 0 13 3.94c-2.73 0-4.85 1.53-6.33 3.12a15 15 0 0 0-2.08 2.9l-.03.04.03.04a15.01 15.01 0 0 0 2.36 3.18zM4 10l-.45.22-.1-.22.1-.22L4 10zm9 3.56c-.23 0-.46-.02-.67-.06l.95-.95a2.6 2.6 0 0 0 2.36-2.36l.93-.93a3.6 3.6 0 0 1-3.57 4.3zm-3.57-2.82l.93-.93a2.6 2.6 0 0 1 2.36-2.36l.95-.95a3.6 3.6 0 0 0-4.24 4.24zM17.5 21.9l3.28 2.18a.5.5 0 1 1-.56.84L17.5 23.1l-2.72 1.82a.5.5 0 1 1-.56-.84l3.28-2.18zM18.58 19.22a.5.5 0 0 1 .7-.14L22 20.9l2.72-1.82a.5.5 0 0 1 .56.84L22 22.1l-3.28-2.18a.5.5 0 0 1-.14-.7z"/></svg>'},65186:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M14 6a3 3 0 0 0-3 3v3h6V9a3 3 0 0 0-3-3zm4 6V9a4 4 0 0 0-8 0v3H8.5A2.5 2.5 0 0 0 6 14.5v7A2.5 2.5 0 0 0 8.5 24h11a2.5 2.5 0 0 0 2.5-2.5v-7a2.5 2.5 0 0 0-2.5-2.5H18zm-5 5a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0v-2zm-6-2.5c0-.83.67-1.5 1.5-1.5h11c.83 0 1.5.67 1.5 1.5v7c0 .83-.67 1.5-1.5 1.5h-11A1.5 1.5 0 0 1 7 21.5v-7z"/></svg>'},91244:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M14 6a3 3 0 0 0-3 3v3h8.5a2.5 2.5 0 0 1 2.5 2.5v7a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 6 21.5v-7A2.5 2.5 0 0 1 8.5 12H10V9a4 4 0 0 1 8 0h-1a3 3 0 0 0-3-3zm-1 11a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0v-2zm-6-2.5c0-.83.67-1.5 1.5-1.5h11c.83 0 1.5.67 1.5 1.5v7c0 .83-.67 1.5-1.5 1.5h-11A1.5 1.5 0 0 1 7 21.5v-7z"/></svg>'},45820:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M4.56 14a10.05 10.05 0 00.52.91c.41.69 1.04 1.6 1.85 2.5C8.58 19.25 10.95 21 14 21c3.05 0 5.42-1.76 7.07-3.58A17.18 17.18 0 0023.44 14a9.47 9.47 0 00-.52-.91c-.41-.69-1.04-1.6-1.85-2.5C19.42 8.75 17.05 7 14 7c-3.05 0-5.42 1.76-7.07 3.58A17.18 17.18 0 004.56 14zM24 14l.45-.21-.01-.03a7.03 7.03 0 00-.16-.32c-.11-.2-.28-.51-.5-.87-.44-.72-1.1-1.69-1.97-2.65C20.08 7.99 17.45 6 14 6c-3.45 0-6.08 2-7.8 3.92a18.18 18.18 0 00-2.64 3.84v.02h-.01L4 14l-.45-.21-.1.21.1.21L4 14l-.45.21.01.03a5.85 5.85 0 00.16.32c.11.2.28.51.5.87.44.72 1.1 1.69 1.97 2.65C7.92 20.01 10.55 22 14 22c3.45 0 6.08-2 7.8-3.92a18.18 18.18 0 002.64-3.84v-.02h.01L24 14zm0 0l.45.21.1-.21-.1-.21L24 14zm-10-3a3 3 0 100 6 3 3 0 000-6zm-4 3a4 4 0 118 0 4 4 0 01-8 0z"/></svg>'},93756:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M5 10.76l-.41-.72-.03-.04.03-.04a15 15 0 012.09-2.9c1.47-1.6 3.6-3.12 6.32-3.12 2.73 0 4.85 1.53 6.33 3.12a15.01 15.01 0 012.08 2.9l.03.04-.03.04a15 15 0 01-2.09 2.9c-1.47 1.6-3.6 3.12-6.32 3.12-2.73 0-4.85-1.53-6.33-3.12a15 15 0 01-1.66-2.18zm17.45-.98L22 10l.45.22-.01.02a5.04 5.04 0 01-.15.28 16.01 16.01 0 01-2.23 3.1c-1.56 1.69-3.94 3.44-7.06 3.44-3.12 0-5.5-1.75-7.06-3.44a16 16 0 01-2.38-3.38v-.02h-.01L4 10l-.45-.22.01-.02a5.4 5.4 0 01.15-.28 16 16 0 012.23-3.1C7.5 4.69 9.88 2.94 13 2.94c3.12 0 5.5 1.75 7.06 3.44a16.01 16.01 0 012.38 3.38v.02h.01zM22 10l.45-.22.1.22-.1.22L22 10zM3.55 9.78L4 10l-.45.22-.1-.22.1-.22zm6.8.22A2.6 2.6 0 0113 7.44 2.6 2.6 0 0115.65 10 2.6 2.6 0 0113 12.56 2.6 2.6 0 0110.35 10zM13 6.44A3.6 3.6 0 009.35 10 3.6 3.6 0 0013 13.56c2 0 3.65-1.58 3.65-3.56A3.6 3.6 0 0013 6.44zm7.85 12l.8-.8.7.71-.79.8a.5.5 0 000 .7l.59.59c.2.2.5.2.7 0l1.8-1.8.7.71-1.79 1.8a1.5 1.5 0 01-2.12 0l-.59-.59a1.5 1.5 0 010-2.12zM16.5 21.5l-.35-.35a.5.5 0 00-.07.07l-1 1.5-1 1.5a.5.5 0 00.42.78h4a2.5 2.5 0 001.73-.77A2.5 2.5 0 0021 22.5a2.5 2.5 0 00-.77-1.73A2.5 2.5 0 0018.5 20a3.1 3.1 0 00-1.65.58 5.28 5.28 0 00-.69.55v.01h-.01l.35.36zm.39.32l-.97 1.46-.49.72h3.07c.34 0 .72-.17 1.02-.48.3-.3.48-.68.48-1.02 0-.34-.17-.72-.48-1.02-.3-.3-.68-.48-1.02-.48-.35 0-.75.18-1.1.42a4.27 4.27 0 00-.51.4z"/></svg>'},42321:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M5 10.76a13.27 13.27 0 01-.41-.72L4.56 10l.03-.04a15 15 0 012.08-2.9c1.48-1.6 3.6-3.12 6.33-3.12s4.85 1.53 6.33 3.12a15.01 15.01 0 012.08 2.9l.03.04-.03.04a15 15 0 01-2.08 2.9c-1.48 1.6-3.6 3.12-6.33 3.12s-4.85-1.53-6.33-3.12a15 15 0 01-1.66-2.18zm17.45-.98L22 10l.45.22-.01.02a14.3 14.3 0 01-.6 1.05c-.4.64-1 1.48-1.78 2.33-1.56 1.7-3.94 3.44-7.06 3.44s-5.5-1.75-7.06-3.44a16 16 0 01-2.23-3.1 9.39 9.39 0 01-.15-.28v-.02h-.01L4 10l-.45-.22.01-.02a5.59 5.59 0 01.15-.28 16 16 0 012.23-3.1C7.5 4.69 9.87 2.94 13 2.94c3.12 0 5.5 1.75 7.06 3.44a16 16 0 012.23 3.1 9.5 9.5 0 01.15.28v.01l.01.01zM22 10l.45-.22.1.22-.1.22L22 10zM3.55 9.78L4 10l-.45.22-.1-.22.1-.22zm6.8.22A2.6 2.6 0 0113 7.44 2.6 2.6 0 0115.65 10 2.6 2.6 0 0113 12.56 2.6 2.6 0 0110.35 10zM13 6.44A3.6 3.6 0 009.35 10c0 1.98 1.65 3.56 3.65 3.56s3.65-1.58 3.65-3.56A3.6 3.6 0 0013 6.44zM20 18c0-.42.1-.65.23-.77.12-.13.35-.23.77-.23.42 0 .65.1.77.23.13.12.23.35.23.77h1c0-.58-.14-1.1-.52-1.48-.38-.38-.9-.52-1.48-.52s-1.1.14-1.48.52c-.37.38-.52.9-.52 1.48v2h-1v1h1v2c0 .42-.1.65-.23.77-.12.13-.35.23-.77.23-.42 0-.65-.1-.77-.23-.13-.12-.23-.35-.23-.77h-1c0 .58.14 1.1.52 1.48.38.37.9.52 1.48.52s1.1-.14 1.48-.52c.37-.38.52-.9.52-1.48v-2h1v-1h-1v-2zm1.65 4.35l1.14 1.15-1.14 1.15.7.7 1.15-1.14 1.15 1.14.7-.7-1.14-1.15 1.14-1.15-.7-.7-1.15 1.14-1.15-1.14-.7.7z"/></svg>'},57313:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M4.5 10a8.46 8.46 0 0 0 .46.8c.38.6.94 1.4 1.68 2.19 1.48 1.6 3.62 3.13 6.36 3.13s4.88-1.53 6.36-3.13A15.07 15.07 0 0 0 21.5 10a7.41 7.41 0 0 0-.46-.8c-.38-.6-.94-1.4-1.68-2.19-1.48-1.6-3.62-3.13-6.36-3.13S8.12 5.4 6.64 7A15.07 15.07 0 0 0 4.5 10zM22 10l.41-.19-.4.19zm0 0l.41.19-.4-.19zm.41.19l.09-.19-.09-.19-.01-.02a6.86 6.86 0 0 0-.15-.28c-.1-.18-.25-.45-.45-.76-.4-.64-.99-1.48-1.77-2.32C18.47 4.74 16.11 3 13 3 9.89 3 7.53 4.74 5.97 6.43A15.94 15.94 0 0 0 3.6 9.79v.02h-.01L3.5 10l.09.19.01.02a6.59 6.59 0 0 0 .15.28c.1.18.25.45.45.76.4.64.99 1.48 1.77 2.32C7.53 15.26 9.89 17 13 17c3.11 0 5.47-1.74 7.03-3.43a15.94 15.94 0 0 0 2.37-3.36v-.02h.01zM4 10l-.41-.19.4.19zm9-2.63c-1.5 0-2.7 1.18-2.7 2.63s1.2 2.63 2.7 2.63c1.5 0 2.7-1.18 2.7-2.63S14.5 7.37 13 7.37zM9.4 10C9.4 8.07 11 6.5 13 6.5s3.6 1.57 3.6 3.5S15 13.5 13 13.5A3.55 3.55 0 0 1 9.4 10zm8.1 11.9l3.28 2.18a.5.5 0 1 1-.56.84L17.5 23.1l-2.72 1.82a.5.5 0 1 1-.56-.84l3.28-2.18zm1.78-2.82a.5.5 0 0 0-.56.84L22 22.1l3.28-2.18a.5.5 0 1 0-.56-.84L22 20.9l-2.72-1.82z"/></svg>'},6894:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M17.646 18.354l4 4 .708-.708-4-4z"/><path d="M12.5 21a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17zm0-1a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15z"/><path d="M9 13h7v-1H9z"/><path d="M13 16V9h-1v7z"/></svg>'},45360:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="currentColor"><path d="M17.646 18.354l4 4 .708-.708-4-4z"/><path d="M12.5 21a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17zm0-1a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15z"/><path d="M9 13h7v-1H9z"/></svg>'},77665:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M8.707 13l2.647 2.646-.707.708L6.792 12.5l3.853-3.854.708.708L8.707 12H14.5a5.5 5.5 0 0 1 5.5 5.5V19h-1v-1.5a4.5 4.5 0 0 0-4.5-4.5H8.707z"/></svg>'},90752:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path stroke="currentColor" d="M5.5 13v-2.5m8.5 11h6.5a2 2 0 0 0 2-2v-9m-17 0v-2c0-1.1.9-2 2-2h13a2 2 0 0 1 2 2v2m-17 0h17"/><path fill="currentColor" d="M10 4h1v4h-1V4zM17 4h1v4h-1V4z"/><path stroke="currentColor" d="M4 18.5h7.5m0 0L8 22m3.5-3.5L8 15"/></svg>'},81111:e=>{
e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" fill="none"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M4 6.5C4 5.67 4.67 5 5.5 5h4.2l.15.15L11.71 7h8.79c.83 0 1.5.67 1.5 1.5V11H5V20.5c0 .28.22.5.5.5H9v1H5.5A1.5 1.5 0 0 1 4 20.5V6.5zM5 10h16V8.5a.5.5 0 0 0-.5-.5h-9.2l-.15-.15L9.29 6H5.5a.5.5 0 0 0-.5.5V10z"/><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M14.85 16.85l3.5-3.5-.7-.7-3.5 3.5a1.5 1.5 0 1 0 0 2.7l1.64 1.65-1.64 1.65a1.5 1.5 0 1 0 .7.7l1.65-1.64 1.65 1.64a1.5 1.5 0 1 0 2.7 0l3.5-3.5-.7-.7-3.5 3.5a1.5 1.5 0 0 0-1.3 0l-1.64-1.65 4.14-4.15-.7-.7-4.15 4.14-1.65-1.64a1.5 1.5 0 0 0 0-1.3zm-.85.65a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm6 6a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-6.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/></svg>'},30192:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><path fill="currentColor" d="M13.39 3.84a1 1 0 0 1 1.22 0l8.19 6.37a1 1 0 0 1 0 1.58l-8.19 6.37a1 1 0 0 1-1.22 0L5.2 11.79a1 1 0 0 1 0-1.58l8.19-6.37zm.61.8L5.81 11 14 17.37 22.19 11 14 4.63zM5.3 13.6l8.7 6.76 8.7-6.76.6.78-8.69 6.77a1 1 0 0 1-1.22 0l-8.7-6.77.62-.78zm8.09 10.55l-8.7-6.77.62-.78L14 23.37l8.7-6.76.6.78-8.69 6.77a1 1 0 0 1-1.22 0z"/></svg>'},55883:(e,t,o)=>{"use strict";o.d(t,{default:()=>n});const n=function(){}}}]);

View File

@@ -1,7 +1,7 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"],he_IL:["ברים"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],he_IL:["4/(פ+ג+נ+ס)"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],he_IL:["3/(ג+נ+ס)"]}},69303:e=>{e.exports={en:["(H + L)/2"],he_IL:["2/(ג+נ)"]}},31882:e=>{e.exports={en:["12-hours"],he_IL:["12 שעות"]}},5797:e=>{e.exports={en:["24-hours"],he_IL:["24 שעות"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],he_IL:["צבע הנר על בסיס הסגירה הקודמת"]}},23739:e=>{e.exports={en:["Canvas"],he_IL:["קנבס"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},15153:e=>{e.exports={en:["Chart basic styles"],he_IL:["גרף סגנונות בסיסי"]}},45639:e=>{e.exports={en:["Chart values"],he_IL:["ערכי גרף"]}},84831:e=>{e.exports={en:["Close line"],he_IL:["קו סגירה"]}},74622:e=>{e.exports={en:["Crosshair"],he_IL:["צלב"]}},81849:e=>{e.exports={en:["Currency"],he_IL:["מַטְבֵּעַ"]}},3015:e=>{e.exports={en:["Currency and Unit"],he_IL:["מטבע ויחידה"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],he_IL:["התאם נתונים לדיבידנדים"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},36620:e=>{e.exports={en:["Alerts"],he_IL:["התראות"]}},14119:e=>{e.exports={en:["Arguments"],he_IL:["טיעונים"]}},68650:e=>{e.exports={en:["Average close"],he_IL:["ממוצע סגירה"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},3159:e=>{e.exports={en:["Bottom line"],he_IL:["קו תחתון"]}},74406:e=>{e.exports={en:["Body"],he_IL:["גוף"]}},333:e=>{e.exports={en:["Borders"],he_IL:["גבולות"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},10842:e=>{e.exports={en:["Bar change values"],he_IL:["ערכי שינוי הנר"]}},28975:e=>{e.exports={en:["Base level"],he_IL:["רמת בסיס"]}},76473:e=>{e.exports={en:["Bid and ask"],he_IL:["ביקוש והיצע"]}},32744:e=>{e.exports={en:["Buttons"],he_IL:["כפתורים"]}},68662:e=>{e.exports={en:["Grid lines"],he_IL:["קווי רשת"]}},17611:e=>{e.exports={en:["Down bars"],he_IL:["נרות ירידה"]}},23743:e=>{e.exports={en:["Down color"],he_IL:["צבע תחתון"]}},48225:e=>{e.exports={en:["Data modification"],he_IL:["התאמת נתונים"]}},84838:e=>{e.exports={en:["Date format"],he_IL:["פורמט תאריך"]}},42357:e=>{e.exports={en:["Day of week on labels"],he_IL:["יום בשבוע על תוויות"]}},16564:e=>{e.exports={en:["Default"],he_IL:["ברירת מחדל"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],he_IL:["רקע שעות מסחר אלקטרוני"]}},69808:e=>{e.exports={en:["Events"],he_IL:["אירועים"]}},41129:e=>{e.exports={en:["Fill"],he_IL:["למלא"]}},61112:e=>{e.exports={en:["Fill top area"],he_IL:["מלא אזור עליון"]}},73185:e=>{e.exports={en:["Fill bottom area"],he_IL:["מלא אזור תחתון"]}},886:e=>{e.exports={en:["HLC bars"],he_IL:["נרות גנס"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},61900:e=>{e.exports={en:["Horz only"],he_IL:["רק אופקי"]}},14180:e=>{e.exports={en:["High and low"],he_IL:["גבוה ונמוך"]}},56359:e=>{e.exports={en:["High line"],he_IL:["קו גבוה"]}},47326:e=>{ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"],he_IL:["ברים"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],he_IL:["4/(פ+ג+נ+ס)"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],he_IL:["3/(ג+נ+ס)"]}},69303:e=>{e.exports={en:["(H + L)/2"],he_IL:["2/(ג+נ)"]}},31882:e=>{e.exports={en:["12-hours"],he_IL:["12 שעות"]}},5797:e=>{e.exports={en:["24-hours"],he_IL:["24 שעות"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],he_IL:["צבע הנר על בסיס הסגירה הקודמת"]}},23739:e=>{e.exports={en:["Canvas"],he_IL:["קנבס"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},15153:e=>{e.exports={en:["Chart basic styles"],he_IL:["גרף סגנונות בסיסי"]}},45639:e=>{e.exports={en:["Chart values"],he_IL:["ערכי גרף"]}},84831:e=>{e.exports={en:["Close line"],he_IL:["קו סגירה"]}},74622:e=>{e.exports={en:["Crosshair"],he_IL:["צלב"]}},81849:e=>{e.exports={en:["Currency"],he_IL:["מַטְבֵּעַ"]}},3015:e=>{e.exports={en:["Currency and Unit"],he_IL:["מטבע ויחידה"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],he_IL:["התאם נתונים לדיבידנדים"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},36620:e=>{e.exports={en:["Alerts"],he_IL:["התראות"]}},14119:e=>{e.exports={en:["Arguments"],he_IL:["טיעונים"]}},68650:e=>{e.exports={en:["Average close"],he_IL:["ממוצע סגירה"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},3159:e=>{e.exports={en:["Bottom line"],he_IL:["קו תחתון"]}},74406:e=>{e.exports={en:["Body"],he_IL:["גוף"]}},333:e=>{e.exports={en:["Borders"],he_IL:["גבולות"]}},79468:e=>{e.exports={en:["Background"],he_IL:["רקע"]}},10842:e=>{e.exports={en:["Bar change values"],he_IL:["ערכי שינוי הנר"]}},28975:e=>{e.exports={en:["Base level"],he_IL:["רמת בסיס"]}},76473:e=>{e.exports={en:["Bid and ask"],he_IL:["ביקוש והיצע"]}},32744:e=>{e.exports={en:["Buttons"],he_IL:["כפתורים"]}},68662:e=>{e.exports={en:["Grid lines"],he_IL:["קווי רשת"]}},17611:e=>{e.exports={en:["Down bars"],he_IL:["נרות ירידה"]}},23743:e=>{e.exports={en:["Down color"],he_IL:["צבע תחתון"]}},48225:e=>{e.exports={en:["Data modification"],he_IL:["התאמת נתונים"]}},84838:e=>{e.exports={en:["Date format"],he_IL:["פורמט תאריך"]}},42357:e=>{e.exports={en:["Day of week on labels"],he_IL:["יום בשבוע על תוויות"]}},16564:e=>{e.exports={en:["Default"],he_IL:["ברירת מחדל"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],he_IL:["רקע שעות מסחר אלקטרוני"]}},69808:e=>{e.exports={en:["Events"],he_IL:["אירועים"]}},41129:e=>{e.exports={en:["Fill"],he_IL:["למלא"]}},61112:e=>{e.exports={en:["Fill top area"],he_IL:["מלא אזור עליון"]}},73185:e=>{e.exports={en:["Fill bottom area"],he_IL:["מלא אזור תחתון"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},61900:e=>{e.exports={en:["Horz only"],he_IL:["רק אופקי"]}},14180:e=>{e.exports={en:["High and low"],he_IL:["גבוה ונמוך"]}},56359:e=>{e.exports={en:["High line"],he_IL:["קו גבוה"]}},47326:e=>{e.exports={en:["Integer"],he_IL:["מספר שלם"]}},84549:e=>{
e.exports={en:["Integer"],he_IL:["מספר שלם"]}},84549:e=>{e.exports={en:["Indicators"],he_IL:["אינדיקטורים"]}},78082:e=>{e.exports={en:["Indicators and financials"],he_IL:["אינדיקטורים ופיננסיים"]}},25765:e=>{e.exports={en:["Open market status"],he_IL:["מצב שוק פתוח"]}},34579:e=>{e.exports={en:["Low line"],he_IL:["קו נמוך"]}},14876:e=>{e.exports={en:["Logo"],he_IL:["לוגו"]}},89315:e=>{e.exports={en:["Long Description"],he_IL:["תיאור ארוך"]}},72423:e=>{e.exports={en:["Last day change values"],he_IL:["ערכי שינוי היום האחרון"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},8249:e=>{e.exports={en:["Money"],he_IL:["כסף"]}},70937:e=>{e.exports={en:["Margins"],he_IL:["מינוף"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},58589:e=>{e.exports={en:["No overlapping labels"],he_IL:["ללא תוויות חופפות"]}},60798:e=>{e.exports={en:["None"],he_IL:["אף אחד"]}},51019:e=>{e.exports={en:["Navigation"],he_IL:["ניווט"]}},99709:e=>{e.exports={en:["Name"],he_IL:["שם"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],he_IL:["שמור מיקום הקצה השמאלי של הגרף בעת שינוי אינטרוול"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],he_IL:["מצבי קנה מידה (A ו-L)"]}},93968:e=>{e.exports={en:["Scales"],he_IL:["סולם מחיר"]}},90275:e=>{e.exports={en:["Scales and lines"],he_IL:["סולמות וקווים"]}},30042:e=>{e.exports={en:["Scales placement"],he_IL:["מיקום קנה מידה"]}},28715:e=>{e.exports={en:["Status line"],he_IL:["שורת סטטוס"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},53263:e=>{e.exports={en:["Pane"],he_IL:["פאנל"]}},82894:e=>{e.exports={en:["Pane separators"],he_IL:["מפרידי חלוניות"]}},16207:e=>{e.exports={en:["Percentage"],he_IL:["אחוז"]}},94408:e=>{e.exports={en:["Pips"],he_IL:["פיפס"]}},60904:e=>{e.exports={en:["Pre/post market"],he_IL:["פרה/פוסט מרקט"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],he_IL:["רקע שעות טרום/מסחר מאוחר"]}},59766:e=>{e.exports={en:["Precision"],he_IL:["דיוק"]}},83811:e=>{e.exports={en:["Previous day close"],he_IL:["הסגירה של היום הקודם"]}},35082:e=>{e.exports={en:["Price Scale"],he_IL:["סולם מחירים"]}},27632:e=>{e.exports={en:["Price and percentage value"],he_IL:["מחיר אחרון וערך האחוז"]}},62142:e=>{e.exports={en:["Price labels & lines"],he_IL:["תוויות מחירים וקווים"]}},84684:e=>{e.exports={en:["Price source"],he_IL:["מקור המחיר"]}},73466:e=>{e.exports={en:["Projection up bars"],he_IL:["הטלת עמודות עולות"]}},77430:e=>{e.exports={en:["Projection candles"],he_IL:["נרות הקרנה"]}},88367:e=>{e.exports={en:["Projection down bars"],he_IL:["הטלת עמודות יורדות"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],he_IL:["מחירים אמיתיים בסולם המחיר (במקום מחיר הייקין-אשי)"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},62532:e=>{e.exports={en:["Right Margin"],he_IL:["שוליים ימניים"]}},41571:e=>{e.exports={en:["Watermark"],he_IL:["סימן מים"]}},32163:e=>{e.exports={en:["Wick"],he_IL:["פתיל"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},89349:e=>{e.exports={en:["Top line"],he_IL:["קו עליון"]}},70320:e=>{ e.exports={en:["Indicators"],he_IL:["אינדיקטורים"]}},78082:e=>{e.exports={en:["Indicators and financials"],he_IL:["אינדיקטורים ופיננסיים"]}},25765:e=>{e.exports={en:["Open market status"],he_IL:["מצב שוק פתוח"]}},34579:e=>{e.exports={en:["Low line"],he_IL:["קו נמוך"]}},14876:e=>{e.exports={en:["Logo"],he_IL:["לוגו"]}},89315:e=>{e.exports={en:["Long Description"],he_IL:["תיאור ארוך"]}},72423:e=>{e.exports={en:["Last day change values"],he_IL:["ערכי שינוי היום האחרון"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},8249:e=>{e.exports={en:["Money"],he_IL:["כסף"]}},70937:e=>{e.exports={en:["Margins"],he_IL:["מינוף"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},58589:e=>{e.exports={en:["No overlapping labels"],he_IL:["ללא תוויות חופפות"]}},60798:e=>{e.exports={en:["None"],he_IL:["אף אחד"]}},51019:e=>{e.exports={en:["Navigation"],he_IL:["ניווט"]}},99709:e=>{e.exports={en:["Name"],he_IL:["שם"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],he_IL:["שמור מיקום הקצה השמאלי של הגרף בעת שינוי אינטרוול"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],he_IL:["מצבי קנה מידה (A ו-L)"]}},93968:e=>{e.exports={en:["Scales"],he_IL:["סולם מחיר"]}},90275:e=>{e.exports={en:["Scales and lines"],he_IL:["סולמות וקווים"]}},30042:e=>{e.exports={en:["Scales placement"],he_IL:["מיקום קנה מידה"]}},28715:e=>{e.exports={en:["Status line"],he_IL:["שורת סטטוס"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},53263:e=>{e.exports={en:["Pane"],he_IL:["פאנל"]}},82894:e=>{e.exports={en:["Pane separators"],he_IL:["מפרידי חלוניות"]}},16207:e=>{e.exports={en:["Percentage"],he_IL:["אחוז"]}},94408:e=>{e.exports={en:["Pips"],he_IL:["פיפס"]}},60904:e=>{e.exports={en:["Pre/post market"],he_IL:["פרה/פוסט מרקט"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],he_IL:["רקע שעות טרום/מסחר מאוחר"]}},59766:e=>{e.exports={en:["Precision"],he_IL:["דיוק"]}},83811:e=>{e.exports={en:["Previous day close"],he_IL:["הסגירה של היום הקודם"]}},35082:e=>{e.exports={en:["Price Scale"],he_IL:["סולם מחירים"]}},27632:e=>{e.exports={en:["Price and percentage value"],he_IL:["מחיר אחרון וערך האחוז"]}},62142:e=>{e.exports={en:["Price labels & lines"],he_IL:["תוויות מחירים וקווים"]}},84684:e=>{e.exports={en:["Price source"],he_IL:["מקור המחיר"]}},73466:e=>{e.exports={en:["Projection up bars"],he_IL:["הטלת עמודות עולות"]}},77430:e=>{e.exports={en:["Projection candles"],he_IL:["נרות הקרנה"]}},88367:e=>{e.exports={en:["Projection down bars"],he_IL:["הטלת עמודות יורדות"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],he_IL:["מחירים אמיתיים בסולם המחיר (במקום מחיר הייקין-אשי)"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},62532:e=>{e.exports={en:["Right Margin"],he_IL:["שוליים ימניים"]}},41571:e=>{e.exports={en:["Watermark"],he_IL:["סימן מים"]}},32163:e=>{e.exports={en:["Wick"],he_IL:["פתיל"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},89349:e=>{e.exports={en:["Top line"],he_IL:["קו עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={
e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},20215:e=>{e.exports={en:["Thin bars"],he_IL:["נרות דקים"]}},70198:e=>{e.exports={en:["Title"],he_IL:["כותרת"]}},29854:e=>{e.exports={en:["Titles"],he_IL:["כותרות"]}},5791:e=>{e.exports={en:["Ticker"],he_IL:["טיקר"]}},16816:e=>{e.exports={en:["Ticker and description"],he_IL:["טיקר ותיאור"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},93965:e=>{e.exports={en:["Time Scale"],he_IL:["סולם זמן"]}},5591:e=>{e.exports={en:["Time hours format"],he_IL:["זמן שעות פורמט"]}},77073:e=>{e.exports={en:["Timezone"],he_IL:["אזור זמן"]}},76495:e=>{e.exports={en:["Trading"],he_IL:["מסחר"]}},33564:e=>{e.exports={en:["Unit"],he_IL:["יחידה"]}},23091:e=>{e.exports={en:["Up color"],he_IL:["צבע עליון"]}},36957:e=>{e.exports={en:["Up bars"],he_IL:["נרות עליה"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},37644:e=>{e.exports={en:["Volume"],he_IL:["ווליום/נפח מסחר"]}},51514:e=>{e.exports={en:["Value"],he_IL:["ערך"]}},31218:e=>{e.exports={en:["Value according to scale"],he_IL:["ערך אחרון לפי קנה מידה"]}},60092:e=>{e.exports={en:["Values"],he_IL:["ערכים"]}},83594:e=>{e.exports={en:["Vert and horz"],he_IL:["אנכי ואופקי"]}},8402:e=>{e.exports={en:["Vert only"],he_IL:["רק אנכי"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},21105:e=>{e.exports={en:["candle"],he_IL:["נר"]}},27068:e=>{e.exports={en:["change HLC bars"],he_IL:["שנה ברי HLC"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],he_IL:["שנה נראות של לחצני הניווט"]}},96227:e=>{e.exports={en:["change open market status visibility"],he_IL:["שנה את נראות מצב השוק הפתוח"]}},43231:e=>{e.exports={en:["change average close price line width"],he_IL:["שנה את רוחב קו מחיר סגור ממוצע"]}},47026:e=>{e.exports={en:["change average close price line color"],he_IL:["שנה את צבע קו המחיר הממוצע"]}},86866:e=>{e.exports={en:["change area fill color"],he_IL:["שנה את צבע מילוי השטח"]}},89346:e=>{e.exports={en:["change area line width"],he_IL:["שנה את רוחב קו השטח"]}},29605:e=>{e.exports={en:["change area line color"],he_IL:["שנה את צבע קו השטח"]}},4640:e=>{e.exports={en:["change area price source"],he_IL:["שנה מקור אזור מחיר"]}},98407:e=>{e.exports={en:["change ask line color"],he_IL:["שנה את צבע שורת הביקוש ask"]}},42190:e=>{e.exports={en:["change base level"],he_IL:["שנה את רמת הבסיס"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],he_IL:["שנה את צבע השורה התחתונה של קו הבסיס"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],he_IL:["שנה את רוחב השורה התחתונה של קו הבסיס"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],he_IL:["שנה את צבע השטח התחתון של מילוי קו הבסיס"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],he_IL:["שנה את צבע האזור העליון של מילוי קו הבסיס"]}},68609:e=>{e.exports={en:["change baseline price source"],he_IL:["שנה את מקור המחיר הבסיסי"]}}, en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},20215:e=>{e.exports={en:["Thin bars"],he_IL:["נרות דקים"]}},70198:e=>{e.exports={en:["Title"],he_IL:["כותרת"]}},29854:e=>{e.exports={en:["Titles"],he_IL:["כותרות"]}},5791:e=>{e.exports={en:["Ticker"],he_IL:["טיקר"]}},16816:e=>{e.exports={en:["Ticker and description"],he_IL:["טיקר ותיאור"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},93965:e=>{e.exports={en:["Time Scale"],he_IL:["סולם זמן"]}},5591:e=>{e.exports={en:["Time hours format"],he_IL:["זמן שעות פורמט"]}},77073:e=>{e.exports={en:["Timezone"],he_IL:["אזור זמן"]}},76495:e=>{e.exports={en:["Trading"],he_IL:["מסחר"]}},33564:e=>{e.exports={en:["Unit"],he_IL:["יחידה"]}},23091:e=>{e.exports={en:["Up color"],he_IL:["צבע עליון"]}},36957:e=>{e.exports={en:["Up bars"],he_IL:["נרות עליה"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},37644:e=>{e.exports={en:["Volume"],he_IL:["ווליום/נפח מסחר"]}},51514:e=>{e.exports={en:["Value"],he_IL:["ערך"]}},31218:e=>{e.exports={en:["Value according to scale"],he_IL:["ערך אחרון לפי קנה מידה"]}},60092:e=>{e.exports={en:["Values"],he_IL:["ערכים"]}},83594:e=>{e.exports={en:["Vert and horz"],he_IL:["אנכי ואופקי"]}},8402:e=>{e.exports={en:["Vert only"],he_IL:["רק אנכי"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},21105:e=>{e.exports={en:["candle"],he_IL:["נר"]}},27068:e=>{e.exports={en:["change HLC bars"],he_IL:["שנה ברי HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],he_IL:["שנה נראות של לחצני הניווט"]}},96227:e=>{e.exports={en:["change open market status visibility"],he_IL:["שנה את נראות מצב השוק הפתוח"]}},43231:e=>{e.exports={en:["change average close price line width"],he_IL:["שנה את רוחב קו מחיר סגור ממוצע"]}},47026:e=>{e.exports={en:["change average close price line color"],he_IL:["שנה את צבע קו המחיר הממוצע"]}},86866:e=>{e.exports={en:["change area fill color"],he_IL:["שנה את צבע מילוי השטח"]}},89346:e=>{e.exports={en:["change area line width"],he_IL:["שנה את רוחב קו השטח"]}},29605:e=>{e.exports={en:["change area line color"],he_IL:["שנה את צבע קו השטח"]}},4640:e=>{e.exports={en:["change area price source"],he_IL:["שנה מקור אזור מחיר"]}},98407:e=>{e.exports={en:["change ask line color"],he_IL:["שנה את צבע שורת הביקוש ask"]}},42190:e=>{e.exports={en:["change base level"],he_IL:["שנה את רמת הבסיס"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],he_IL:["שנה את צבע השורה התחתונה של קו הבסיס"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],he_IL:["שנה את רוחב השורה התחתונה של קו הבסיס"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],he_IL:["שנה את צבע השטח התחתון של מילוי קו הבסיס"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],he_IL:["שנה את צבע האזור העליון של מילוי קו הבסיס"]}},68609:e=>{e.exports={en:["change baseline price source"],he_IL:["שנה את מקור המחיר הבסיסי"]}},69044:e=>{
69044:e=>{e.exports={en:["change baseline top line color"],he_IL:["שנה את צבע הקו העליון של קו הבסיס"]}},68197:e=>{e.exports={en:["change baseline top line width"],he_IL:["שנה את רוחב הקו העליון של קו הבסיס"]}},33464:e=>{e.exports={en:["change bar up color"],he_IL:["שנה את צבע הבר למעלה"]}},27426:e=>{e.exports={en:["change bar change visibility"],he_IL:["שנה נראות של בר שינוי"]}},59622:e=>{e.exports={en:["change bar down color"],he_IL:["שנה את צבע הבר למטה"]}},17919:e=>{e.exports={en:["change bid line color"],he_IL:["שנה את צבע שורת ההיצע bid"]}},32094:e=>{e.exports={en:["change bottom margin"],he_IL:["שנה שוליים תחתוניים"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],he_IL:["שנה את נראות תוויות המטבע והיחידה"]}},64003:e=>{e.exports={en:["change currency label visibility"],he_IL:["שנה את נראות תווית המטבע"]}},42803:e=>{e.exports={en:["change chart background color"],he_IL:["שנה את צבע הרקע של הגרף"]}},41382:e=>{e.exports={en:["change chart background type"],he_IL:["שנה את סוג הרקע של הגרף"]}},79637:e=>{e.exports={en:["change chart values visibility"],he_IL:["שינוי נראות ערכי הגרף"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],he_IL:["שנה ברי צבע בהתבסס על סגירה קודמת"]}},88324:e=>{e.exports={en:["change column up color"],he_IL:["שנה את צבע העמודה למעלה"]}},93890:e=>{e.exports={en:["change column down color"],he_IL:["שנה את צבע העמודה למטה"]}},4727:e=>{e.exports={en:["change column price source"],he_IL:["שנה מקור מחיר העמודה"]}},50544:e=>{e.exports={en:["change crosshair width"],he_IL:["שנה רוחב צלב"]}},92885:e=>{e.exports={en:["change crosshair color"],he_IL:["שנה את צבע הצלב"]}},68418:e=>{e.exports={en:["change crosshair style"],he_IL:["שנה סגנון צלב"]}},43109:e=>{e.exports={en:["change date format"],he_IL:["שנה פורמט תאריך"]}},30418:e=>{e.exports={en:["change day of week on labels"],he_IL:["שנה את יום השבוע על התוויות"]}},82063:e=>{e.exports={en:["change decimal places"],he_IL:["שנה מקומות עשרוניים"]}},44223:e=>{e.exports={en:["change extended hours color"],he_IL:["שנה את צבע השעות המורחבות"]}},47393:e=>{e.exports={en:["change electronic trading hours"],he_IL:["שינוי שעות המסחר האלקטרוניות"]}},73844:e=>{e.exports={en:["change grid lines visibility"],he_IL:["שינוי נראות קווי הרשת"]}},61407:e=>{e.exports={en:["change high and low price line color"],he_IL:["לשנות את צבע קווי המחיר הגבוה והנמוך"]}},39581:e=>{e.exports={en:["change high and low price line width"],he_IL:["לשנות את רוחב קווי המחיר הגבוה והנמוך"]}},6026:e=>{e.exports={en:["change high-low body color"],he_IL:["שנה צבע גבוה-נמוך של הגוף"]}},73021:e=>{e.exports={en:["change high-low body visibility"],he_IL:["שנה נראות גבוה-נמוך של הגוף"]}},46844:e=>{e.exports={en:["change high-low border color"],he_IL:["שנה צבע גבול גבוה-נמוך של הגוף"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],he_IL:["שנה נראות גבול גבוה-נמוך של הגוף"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],he_IL:["שנה נראות התוויות גבוה-נמוך"]}},56961:e=>{e.exports={en:["change high-low labels color"], e.exports={en:["change baseline top line color"],he_IL:["שנה את צבע הקו העליון של קו הבסיס"]}},68197:e=>{e.exports={en:["change baseline top line width"],he_IL:["שנה את רוחב הקו העליון של קו הבסיס"]}},33464:e=>{e.exports={en:["change bar up color"],he_IL:["שנה את צבע הבר למעלה"]}},27426:e=>{e.exports={en:["change bar change visibility"],he_IL:["שנה נראות של בר שינוי"]}},59622:e=>{e.exports={en:["change bar down color"],he_IL:["שנה את צבע הבר למטה"]}},17919:e=>{e.exports={en:["change bid line color"],he_IL:["שנה את צבע שורת ההיצע bid"]}},32094:e=>{e.exports={en:["change bottom margin"],he_IL:["שנה שוליים תחתוניים"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],he_IL:["שנה את נראות תוויות המטבע והיחידה"]}},64003:e=>{e.exports={en:["change currency label visibility"],he_IL:["שנה את נראות תווית המטבע"]}},42803:e=>{e.exports={en:["change chart background color"],he_IL:["שנה את צבע הרקע של הגרף"]}},41382:e=>{e.exports={en:["change chart background type"],he_IL:["שנה את סוג הרקע של הגרף"]}},79637:e=>{e.exports={en:["change chart values visibility"],he_IL:["שינוי נראות ערכי הגרף"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],he_IL:["שנה ברי צבע בהתבסס על סגירה קודמת"]}},88324:e=>{e.exports={en:["change column up color"],he_IL:["שנה את צבע העמודה למעלה"]}},93890:e=>{e.exports={en:["change column down color"],he_IL:["שנה את צבע העמודה למטה"]}},4727:e=>{e.exports={en:["change column price source"],he_IL:["שנה מקור מחיר העמודה"]}},50544:e=>{e.exports={en:["change crosshair width"],he_IL:["שנה רוחב צלב"]}},92885:e=>{e.exports={en:["change crosshair color"],he_IL:["שנה את צבע הצלב"]}},68418:e=>{e.exports={en:["change crosshair style"],he_IL:["שנה סגנון צלב"]}},43109:e=>{e.exports={en:["change date format"],he_IL:["שנה פורמט תאריך"]}},30418:e=>{e.exports={en:["change day of week on labels"],he_IL:["שנה את יום השבוע על התוויות"]}},82063:e=>{e.exports={en:["change decimal places"],he_IL:["שנה מקומות עשרוניים"]}},44223:e=>{e.exports={en:["change extended hours color"],he_IL:["שנה את צבע השעות המורחבות"]}},47393:e=>{e.exports={en:["change electronic trading hours"],he_IL:["שינוי שעות המסחר האלקטרוניות"]}},73844:e=>{e.exports={en:["change grid lines visibility"],he_IL:["שינוי נראות קווי הרשת"]}},61407:e=>{e.exports={en:["change high and low price line color"],he_IL:["לשנות את צבע קווי המחיר הגבוה והנמוך"]}},39581:e=>{e.exports={en:["change high and low price line width"],he_IL:["לשנות את רוחב קווי המחיר הגבוה והנמוך"]}},6026:e=>{e.exports={en:["change high-low body color"],he_IL:["שנה צבע גבוה-נמוך של הגוף"]}},73021:e=>{e.exports={en:["change high-low body visibility"],he_IL:["שנה נראות גבוה-נמוך של הגוף"]}},46844:e=>{e.exports={en:["change high-low border color"],he_IL:["שנה צבע גבול גבוה-נמוך של הגוף"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],he_IL:["שנה נראות גבול גבוה-נמוך של הגוף"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],he_IL:["שנה נראות התוויות גבוה-נמוך"]}},56961:e=>{e.exports={en:["change high-low labels color"],
he_IL:["שנה צבע התוויות גבוה-נמוך"]}},21133:e=>{e.exports={en:["change horz grid lines color"],he_IL:["שנה את צבע קווי הרשת האופקיים"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],he_IL:["שנה את נראות של כותרות אינדיקטור"]}},49583:e=>{e.exports={en:["change indicator values visibility"],he_IL:["שינוי נראות ערכי אינדיקטור"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],he_IL:["שינוי נראות ארגומנטים של אינדיקטור"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],he_IL:["שנה נראות של שם תוויות אינדיקטורים ופיננסיות"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],he_IL:["שנה נראות של אינדיקטורים ותוויות ערך פיננסיות"]}},66307:e=>{e.exports={en:["change last day change visibility"],he_IL:["שנה את הנראות של השינוי ביום האחרון"]}},91873:e=>{e.exports={en:["change legend background transparency"],he_IL:["שנה את שקיפות הרקע של מקרא"]}},14246:e=>{e.exports={en:["change legend background visibility"],he_IL:["שנה נראות הרקע של מקרא"]}},88640:e=>{e.exports={en:["change line color"],he_IL:["שנה צבע קו"]}},41837:e=>{e.exports={en:["change line price source"],he_IL:["שנה מקור מחיר קו"]}},48339:e=>{e.exports={en:["change line width"],he_IL:["שנה רוחב קו"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],he_IL:["שנה נראות לחצני החלונית"]}},52203:e=>{e.exports={en:["change pane separators color"],he_IL:["שנה את צבע מפריד החלונות"]}},38730:e=>{e.exports={en:["change post market color"],he_IL:["שנה צבע מסחר מאוחר"]}},28075:e=>{e.exports={en:["change post market line color"],he_IL:["שנה צבע קו מסחר מאוחר"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],he_IL:["שנה נראות של קווי המחירים פרה/פוסט מארקט"]}},44371:e=>{e.exports={en:["change pre market color"],he_IL:["שנה צבע טרום מסחר"]}},96114:e=>{e.exports={en:["change pre market line color"],he_IL:["שנה צבע קו טרום מסחר"]}},69814:e=>{e.exports={en:["change previous close price line color"],he_IL:["שנה את צבע קו המחיר סגירה הקודם"]}},13660:e=>{e.exports={en:["change previous close price line width"],he_IL:["שנה את רוחב קו סגירת המחיר הקודם"]}},87861:e=>{e.exports={en:["change price line color"],he_IL:["לשנות את צבע קו המחיר"]}},29353:e=>{e.exports={en:["change price line width"],he_IL:["שנה את רוחב קו המחיר"]}},16241:e=>{e.exports={en:["change range bars style"],he_IL:["שנה את סגנון ברי הטווח"]}},65821:e=>{e.exports={en:["change range thin bars"],he_IL:["שנה ברים דקים בטווח"]}},75487:e=>{e.exports={en:["change renko wick down color"],he_IL:["שנה צבע renko wick down"]}},92277:e=>{e.exports={en:["change renko wick up color"],he_IL:["שנה צבע wick up renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],he_IL:["שנה נראות של פתיל renko"]}},82946:e=>{e.exports={en:["change right margin"],he_IL:["שנה שוליים ימניים"]}},79545:e=>{e.exports={en:["change right margin percentage"],he_IL:["שנה את אחוז השוליים הימניים"]}},78995:e=>{e.exports={en:["change symbol watermark color"],he_IL:["שנה צבע סימן מים של הסימול"]}},73227:e=>{ he_IL:["שנה צבע התוויות גבוה-נמוך"]}},21133:e=>{e.exports={en:["change horz grid lines color"],he_IL:["שנה את צבע קווי הרשת האופקיים"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],he_IL:["שנה את נראות של כותרות אינדיקטור"]}},49583:e=>{e.exports={en:["change indicator values visibility"],he_IL:["שינוי נראות ערכי אינדיקטור"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],he_IL:["שינוי נראות ארגומנטים של אינדיקטור"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],he_IL:["שנה נראות של שם תוויות אינדיקטורים ופיננסיות"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],he_IL:["שנה נראות של אינדיקטורים ותוויות ערך פיננסיות"]}},66307:e=>{e.exports={en:["change last day change visibility"],he_IL:["שנה את הנראות של השינוי ביום האחרון"]}},91873:e=>{e.exports={en:["change legend background transparency"],he_IL:["שנה את שקיפות הרקע של מקרא"]}},14246:e=>{e.exports={en:["change legend background visibility"],he_IL:["שנה נראות הרקע של מקרא"]}},88640:e=>{e.exports={en:["change line color"],he_IL:["שנה צבע קו"]}},41837:e=>{e.exports={en:["change line price source"],he_IL:["שנה מקור מחיר קו"]}},48339:e=>{e.exports={en:["change line width"],he_IL:["שנה רוחב קו"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],he_IL:["שנה נראות לחצני החלונית"]}},52203:e=>{e.exports={en:["change pane separators color"],he_IL:["שנה את צבע מפריד החלונות"]}},38730:e=>{e.exports={en:["change post market color"],he_IL:["שנה צבע מסחר מאוחר"]}},28075:e=>{e.exports={en:["change post market line color"],he_IL:["שנה צבע קו מסחר מאוחר"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],he_IL:["שנה נראות של קווי המחירים פרה/פוסט מארקט"]}},44371:e=>{e.exports={en:["change pre market color"],he_IL:["שנה צבע טרום מסחר"]}},96114:e=>{e.exports={en:["change pre market line color"],he_IL:["שנה צבע קו טרום מסחר"]}},69814:e=>{e.exports={en:["change previous close price line color"],he_IL:["שנה את צבע קו המחיר סגירה הקודם"]}},13660:e=>{e.exports={en:["change previous close price line width"],he_IL:["שנה את רוחב קו סגירת המחיר הקודם"]}},87861:e=>{e.exports={en:["change price line color"],he_IL:["לשנות את צבע קו המחיר"]}},29353:e=>{e.exports={en:["change price line width"],he_IL:["שנה את רוחב קו המחיר"]}},16241:e=>{e.exports={en:["change range bars style"],he_IL:["שנה את סגנון ברי הטווח"]}},65821:e=>{e.exports={en:["change range thin bars"],he_IL:["שנה ברים דקים בטווח"]}},75487:e=>{e.exports={en:["change renko wick down color"],he_IL:["שנה צבע renko wick down"]}},92277:e=>{e.exports={en:["change renko wick up color"],he_IL:["שנה צבע wick up renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],he_IL:["שנה נראות של פתיל renko"]}},82946:e=>{e.exports={en:["change right margin"],he_IL:["שנה שוליים ימניים"]}},79545:e=>{e.exports={en:["change right margin percentage"],he_IL:["שנה את אחוז השוליים הימניים"]}},78995:e=>{e.exports={en:["change symbol watermark color"],he_IL:["שנה צבע סימן מים של הסימול"]}},73227:e=>{
e.exports={en:["change symbol watermark visibility"],he_IL:["שנה נראות סימן מים של הסימול"]}},88167:e=>{e.exports={en:["change symbol description visibility"],he_IL:["שנה את נראות תיאור הסימול"]}},12050:e=>{e.exports={en:["change symbol field visibility"],he_IL:["שינוי נראות שדה הסימול"]}},46066:e=>{e.exports={en:["change symbol last value mode"],he_IL:["שינוי מצב ערך אחרון של סימול"]}},902:e=>{e.exports={en:["change symbol legend format"],he_IL:["שנה פורמט מקרא סימולים"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],he_IL:["שנה שמירת מיקום הקצה השמאלי של הגרף בעת שינוי אינטרוול"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],he_IL:["שנה את נראות לחצני קנה המידה"]}},76131:e=>{e.exports={en:["change scales text color"],he_IL:["שנה צבע טקסט של סולמות"]}},27792:e=>{e.exports={en:["change scales font size"],he_IL:["שנה גודל גופן בקנה מידה"]}},94997:e=>{e.exports={en:["change scales lines color"],he_IL:["שנה צבע קווים של סולמות"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],he_IL:["שנה נראות של הפסקות סשנים"]}},28175:e=>{e.exports={en:["change sessions breaks width"],he_IL:["שנה רוחב קווי הפרדה של סשנים sessions breaks"]}},33895:e=>{e.exports={en:["change sessions breaks color"],he_IL:["שנה צבע קווי הפרדה של סשנים sessions breaks"]}},21641:e=>{e.exports={en:["change sessions breaks style"],he_IL:["שנה סגנון הפסקות סשן sessions breaks"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],he_IL:["שנה הצגת המחירים האמיתיים בסולם המחירים (במקום מחיר הייקן-אשי)"]}},60834:e=>{e.exports={en:["change thin bars"],he_IL:["שנה ברים דקים"]}},39754:e=>{e.exports={en:["change time hours format"],he_IL:["שינוי זמן שעות פורמט"]}},74883:e=>{e.exports={en:["change top margin"],he_IL:["שנה שוליים עליוניים"]}},51250:e=>{e.exports={en:["change unit label visibility"],he_IL:["שנה את נראות תווית היחידה"]}},71805:e=>{e.exports={en:["change vert grid lines color"],he_IL:["שנה את צבע קווי הרשת האנכיים"]}},96201:e=>{e.exports={en:["change volume values visibility"],he_IL:["שינוי נראות ערכי ווליום"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],he_IL:["שנה את צבע הגבול העליון של {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],he_IL:["שנה צבע של {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],he_IL:["שנה את הצבע של {candleType} wick למטה"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],he_IL:["שנה את הצבע שלwick up {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],he_IL:["שנה את נראות הפתיל {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],he_IL:["שנה נראות הגוף של {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],he_IL:["שנה את נראות הגבול של {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],he_IL:["שנה את צבע הגבול התחתון של {candleType}"]}},64571:e=>{e.exports={ e.exports={en:["change symbol watermark visibility"],he_IL:["שנה נראות סימן מים של הסימול"]}},88167:e=>{e.exports={en:["change symbol description visibility"],he_IL:["שנה את נראות תיאור הסימול"]}},12050:e=>{e.exports={en:["change symbol field visibility"],he_IL:["שינוי נראות שדה הסימול"]}},46066:e=>{e.exports={en:["change symbol last value mode"],he_IL:["שינוי מצב ערך אחרון של סימול"]}},902:e=>{e.exports={en:["change symbol legend format"],he_IL:["שנה פורמט מקרא סימולים"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],he_IL:["שנה שמירת מיקום הקצה השמאלי של הגרף בעת שינוי אינטרוול"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],he_IL:["שנה את נראות לחצני קנה המידה"]}},76131:e=>{e.exports={en:["change scales text color"],he_IL:["שנה צבע טקסט של סולמות"]}},27792:e=>{e.exports={en:["change scales font size"],he_IL:["שנה גודל גופן בקנה מידה"]}},94997:e=>{e.exports={en:["change scales lines color"],he_IL:["שנה צבע קווים של סולמות"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],he_IL:["שנה נראות של הפסקות סשנים"]}},28175:e=>{e.exports={en:["change sessions breaks width"],he_IL:["שנה רוחב קווי הפרדה של סשנים sessions breaks"]}},33895:e=>{e.exports={en:["change sessions breaks color"],he_IL:["שנה צבע קווי הפרדה של סשנים sessions breaks"]}},21641:e=>{e.exports={en:["change sessions breaks style"],he_IL:["שנה סגנון הפסקות סשן sessions breaks"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],he_IL:["שנה הצגת המחירים האמיתיים בסולם המחירים (במקום מחיר הייקן-אשי)"]}},60834:e=>{e.exports={en:["change thin bars"],he_IL:["שנה ברים דקים"]}},39754:e=>{e.exports={en:["change time hours format"],he_IL:["שינוי זמן שעות פורמט"]}},74883:e=>{e.exports={en:["change top margin"],he_IL:["שנה שוליים עליוניים"]}},51250:e=>{e.exports={en:["change unit label visibility"],he_IL:["שנה את נראות תווית היחידה"]}},71805:e=>{e.exports={en:["change vert grid lines color"],he_IL:["שנה את צבע קווי הרשת האנכיים"]}},96201:e=>{e.exports={en:["change volume values visibility"],he_IL:["שינוי נראות ערכי ווליום"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],he_IL:["שנה את צבע הגבול העליון של {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],he_IL:["שנה צבע של {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],he_IL:["שנה את הצבע של {candleType} wick למטה"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],he_IL:["שנה את הצבע שלwick up {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],he_IL:["שנה את נראות הפתיל {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],he_IL:["שנה נראות הגוף של {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],he_IL:["שנה את נראות הגבול של {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],he_IL:["שנה את צבע הגבול התחתון של {candleType}"]}},64571:e=>{e.exports={
en:["change {candleType} down color"],he_IL:["שנה את הצבע התחתון של {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],he_IL:["שנה את צבע בר הגבול של {chartType} התחתון"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],he_IL:["שנה את צבע בר הגבול {chartType} העליון"]}},5012:e=>{e.exports={en:["change {chartType} down color"],he_IL:["שנה את הצבע התחתון של {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],he_IL:["שנה את צבע בר הגבול להקרנה {chartType} העליון"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],he_IL:["שנה את הצבע של בר ההקרנה {chartType} התחתון"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],he_IL:["שנה את צבע בר ההקרנה {chartType} העליון"]}},6970:e=>{e.exports={en:["change {chartType} up color"],he_IL:["שנה את הצבע העליון של {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],he_IL:["שנה מאפיין {inputName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],he_IL:["להתאים נתונים לדיבידנדים"]}},1433:e=>{e.exports={en:["adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},92598:e=>{e.exports={en:["hollow candles"],he_IL:["נרות חלולים"]}},57243:e=>{e.exports={en:["range","ranges"],he_IL:["טווח","טווחים","טווחים","טווחים"]}},70282:e=>{e.exports={en:["renko"],he_IL:["גרף ראנקו"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],he_IL:["{value} עשרוני","{value} עשרונים","{value} עשרונים","{value} עשרונים"]}}}]); en:["change {candleType} down color"],he_IL:["שנה את הצבע התחתון של {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],he_IL:["שנה את צבע בר הגבול של {chartType} התחתון"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],he_IL:["שנה את צבע בר הגבול {chartType} העליון"]}},5012:e=>{e.exports={en:["change {chartType} down color"],he_IL:["שנה את הצבע התחתון של {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],he_IL:["שנה את צבע בר הגבול להקרנה {chartType} העליון"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],he_IL:["שנה את הצבע של בר ההקרנה {chartType} התחתון"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],he_IL:["שנה את צבע בר ההקרנה {chartType} העליון"]}},6970:e=>{e.exports={en:["change {chartType} up color"],he_IL:["שנה את הצבע העליון של {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],he_IL:["שנה מאפיין {inputName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],he_IL:["להתאים נתונים לדיבידנדים"]}},1433:e=>{e.exports={en:["adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},92598:e=>{e.exports={en:["hollow candles"],he_IL:["נרות חלולים"]}},57243:e=>{e.exports={en:["range","ranges"],he_IL:["טווח","טווחים","טווחים","טווחים"]}},70282:e=>{e.exports={en:["renko"],he_IL:["גרף ראנקו"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],he_IL:["{value} עשרוני","{value} עשרונים","{value} עשרונים","{value} עשרונים"]}}}]);

View File

@@ -1,4 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],he_IL:["נְקוּדָה"]}},41256:e=>{e.exports={en:["Back"],he_IL:["חזור"]}},53174:e=>{e.exports={en:["Right"],he_IL:["זכות Right"]}},57e3:e=>{e.exports={en:["Compare"],he_IL:["השוואה"]}},93111:e=>{e.exports={en:["Content"],he_IL:["תוכן"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],he_IL:["העתק קישור לתמונת הגרף"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},59934:e=>{e.exports={en:["Channels"],he_IL:["ערוצים"]}},63245:e=>{e.exports={en:["Change symbol"],he_IL:["שנה סימול"]}},56281:e=>{e.exports={en:["Chart style Columns"],he_IL:["סגנון גרף עמודות"]}},64526:e=>{e.exports={en:["Chart style Candles"],he_IL:["סגנון גרף נרות"]}},9537:e=>{e.exports={en:["Chart style Area"],he_IL:["סגנון גרף איזור"]}},19265:e=>{e.exports={en:["Chart style Bars"],he_IL:["סגנון גרף ברים"]}},19579:e=>{e.exports={en:["Chart style Baseline"],he_IL:["סגנון גרף קו בסיס"]}},47189:e=>{e.exports={en:["Chart style Kagi"],he_IL:["סגנון גרף קאגי"]}},39883:e=>{e.exports={en:["Chart style HLC area"],he_IL:["סגנון גרף אזור HLC"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],he_IL:["סגנון גרף נרות חלולים"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],he_IL:["סגנון גרף הייקין אשי"]}},70405:e=>{e.exports={en:["Chart style High-low"],he_IL:["סגנון גרף גבוה-נמוך"]}},92911:e=>{e.exports={en:["Chart style Line"],he_IL:["סגנון גרף קו"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],he_IL:["סגנון גרף קו עם סמנים"]}},11604:e=>{e.exports={en:["Chart style Line break"],he_IL:["סגנון גרף קו שבור"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],he_IL:["סגנון גרף של סשן פרופיל"]}},40447:e=>{e.exports={en:["Chart style Step line"],he_IL:["סגנון גרף קו צעד"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],he_IL:["סגנון גרף Point & Figure"]}},49942:e=>{e.exports={en:["Chart style Range"],he_IL:["סגנון גרף טווח"]}},80082:e=>{e.exports={en:["Chart style Renko"],he_IL:["סגנון גרף בנקו"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],he_IL:["סגנון גרף זמן מחיר הזדמנות"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],he_IL:["סגנון גרף נרות ווליום"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],he_IL:["סגנון גרף ווליום Footprint"]}},53438:e=>{e.exports={en:["Chart template"],he_IL:["תבנית גרף"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},81578:e=>{e.exports={en:["Cursors"],he_IL:["סמנים"]}},77915:e=>{e.exports={en:["Cycles"],he_IL:["מחזורים"]}},32064:e=>{e.exports={en:["Annotation tools"],he_IL:["כלי ביאור"]}},69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},34040:e=>{e.exports={en:["All sources"],he_IL:["כל המקורות"]}},19147:e=>{e.exports={en:["Arrows"],he_IL:["חצים"]}},42358:e=>{e.exports={en:["Bond"],he_IL:["אגרת חוב"]}},65695:e=>{e.exports={en:["Brushes"],he_IL:["מברשות"]}},51494:e=>{e.exports={en:["Gann"],he_IL:["גאן"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],
he_IL:["כלי גאן ופיבונאצ'י"]}},22145:e=>{e.exports={en:["Geometric shapes"],he_IL:["צורות גאומטריות"]}},57157:e=>{e.exports={en:["Dot"],he_IL:["נקודה"]}},25848:e=>{e.exports={en:["Dark theme"],he_IL:["מצב כהה"]}},14939:e=>{e.exports={en:["Demonstration"],he_IL:["הדגמה"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},74385:e=>{e.exports={en:["Drawings"],he_IL:["שרטוטים"]}},44255:e=>{e.exports={en:["Elliott waves"],he_IL:["גלי אליוט"]}},8727:e=>{e.exports={en:["Eraser"],he_IL:["מחק"]}},93308:e=>{e.exports={en:["Extended session"],he_IL:["שעות מסחר מורחבות"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],he_IL:["כלי חיזוי ומדידה"]}},26578:e=>{e.exports={en:["Fibonacci"],he_IL:["פיבונאצ'י"]}},67092:e=>{e.exports={en:["Fullscreen mode"],he_IL:["מצב מסך מלא"]}},83576:e=>{e.exports={en:["Function"],he_IL:["פונקציה"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],he_IL:["החזק את {hotKey_0} לשרטוט זמני"]}},27077:e=>{e.exports={en:["Open Object Tree"],he_IL:["פתח את עץ האובייקטים"]}},7386:e=>{e.exports={en:["Open chart layout"],he_IL:["פתח את פריסת הגרף"]}},79451:e=>{e.exports={en:["Lock all drawings"],he_IL:["נעל כלי שרטוט"]}},35112:e=>{e.exports={en:["Move chart back"],he_IL:["העבר את הגרף אחורה"]}},12754:e=>{e.exports={en:["Move chart forward"],he_IL:["העבר את הגרף קדימה"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},35553:e=>{e.exports={en:["Magic"],he_IL:["קסם"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],he_IL:["מצב מגנט מצמיד שרטוטים ליד עמודות מחיר לערך OHLC הקרוב"]}},81031:e=>{e.exports={en:["Manage layout drawings"],he_IL:["נהל שרטוטי פריסה"]}},91563:e=>{e.exports={en:["Measure"],he_IL:["מדידה"]}},97050:e=>{e.exports={en:["Measurer"],he_IL:["מודד"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],he_IL:["מזג את כל הסקאלות לשמאל"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],he_IL:["מזג את כל הסקאלות לימין"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],he_IL:["אין בורסות התואמות את הקריטריונים שלך"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],he_IL:["אין סימולים תואמים את הקריטריונים שלך"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],he_IL:["שום דבר לא תואם את הקריטריונים שלך"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],he_IL:["שרטוטים חדשים מועתקים לכל הגרפים בפריסה ומוצגים כאשר אותו הטיקר נבחר"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],he_IL:["שרטוטים חדשים יסונכרנו ברחבי העולם"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],he_IL:["שרטוטים חדשים יסונכרנו בפריסה"]}},28628:e=>{e.exports={en:["Sources"],he_IL:["מקורות"]}},41569:e=>{e.exports={en:["Save chart layout"],he_IL:["שמור פריסת גרף"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},79354:e=>{e.exports={en:["Search tool or function"],he_IL:["חפש כלי או פונקציה"]}},57640:e=>{e.exports={en:["Select source"],he_IL:["בחר מקור"]}},65781:e=>{e.exports={
en:["Shapes"],he_IL:["צורות"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],he_IL:["הצג כלים מוסתרים"]}},85786:e=>{e.exports={en:["Show Object Tree"],he_IL:["הצג עץ אובייקטים"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],he_IL:["הישאר במצב שרטוט"]}},94593:e=>{e.exports={en:["Strong Magnet"],he_IL:["מגנט חזק"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},74007:e=>{e.exports={en:["Symbol & description"],he_IL:["סימול ותיאור"]}},51165:e=>{e.exports={en:["Symbol Search"],he_IL:["חיפוש סימולים"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],he_IL:["סנכרן שרטוטים לכל הגרפים..."]}},46417:e=>{e.exports={en:["Patterns"],he_IL:["תבניות"]}},36167:e=>{e.exports={en:["Pitchforks"],he_IL:["קלשונים"]}},79366:e=>{e.exports={en:["Previous day close price line"],he_IL:["סגירת קו מחיר יום קודם"]}},76753:e=>{e.exports={en:["Recent search"],he_IL:["חיפוש אחרון"]}},28051:e=>{e.exports={en:["Regular session"],he_IL:["סשן רגיל"]}},57118:e=>{e.exports={en:["Remove Drawings"],he_IL:["הסר שרטוטים"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],he_IL:["הסר את כל המתנדים וכלי השרטוט"]}},96374:e=>{e.exports={en:["Remove drawings"],he_IL:["הסר שרטוטים"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}},99984:e=>{e.exports={en:["Remove indicators"],he_IL:["הסר מחוונים"]}},38206:e=>{e.exports={en:["Rename chart layout"],he_IL:["בחר שם חדש לפריסת הגרף"]}},31789:e=>{e.exports={en:["Reset chart"],he_IL:["אפס גרף"]}},3519:e=>{e.exports={en:["Weak Magnet"],he_IL:["מגנט חלש"]}},65831:e=>{e.exports={en:["Text & Notes"],he_IL:["טקסט והערות"]}},48773:e=>{e.exports={en:["Trend line tools"],he_IL:["קווי מגמה - כלים"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],he_IL:["הקלד כדי לחפש שרטוטים, פונקציות והגדרות"]}},69260:e=>{e.exports={en:["Volume-based"],he_IL:["מבוסס נפח"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],he_IL:["אתה משנה את ממשק המשתמש לנושא {name}. האם ברצונך להחליף גם את ערכת הנושא של תבנית הגרף?"]}},55774:e=>{e.exports={en:["Zoom In"],he_IL:["הגדל"]}},37310:e=>{e.exports={en:["Zoom Out"],he_IL:["הקטן"]}},70932:e=>{e.exports={en:["commodity"],he_IL:["סחורה"]}},79599:e=>{e.exports={en:["cfd"],he_IL:["חוזה הפרשים cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],he_IL:["לשנות את נראות הרעיונות בגרף"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],he_IL:["שנה נראות של שם תוויות אינדיקטורים ופיננסיות"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],he_IL:["שנה נראות של אינדיקטורים ותוויות ערך פיננסיות"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],he_IL:["שנה נראות של קווי המחירים פרה/פוסט מארקט"]}},46128:e=>{e.exports={en:["crypto"],he_IL:["קריפטו"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],he_IL:["כַּלְכָּלָה"]}},17770:e=>{e.exports={en:["forex"],he_IL:['מט"ח']}},4723:e=>{
e.exports={en:["futures"],he_IL:["חוזים עתידיים"]}},87464:e=>{e.exports={en:["index"],he_IL:["מדד"]}},90250:e=>{e.exports={en:["indices"],he_IL:["מדדים"]}},76752:e=>{e.exports={en:["stock"],he_IL:["מניה"]}},94521:e=>{e.exports={en:["sync drawings"],he_IL:["סנכרן שרטוטים"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],he_IL:["{hotKey_0} + לחיצה על הגרף"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],he_IL:["{hotKey_0} — עיגול"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],he_IL:["{hotKey_0} - צייר קו ישר בזוויות של 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],he_IL:["{hotKey_0} — מרווחים קבועים"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],he_IL:["{hotKey_0} — ריבוע"]}}}]);

View File

@@ -0,0 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],he_IL:["נְקוּדָה"]}},41256:e=>{e.exports={en:["Back"],he_IL:["חזור"]}},53174:e=>{e.exports={en:["Right"],he_IL:["זכות Right"]}},57e3:e=>{e.exports={en:["Compare"],he_IL:["השוואה"]}},93111:e=>{e.exports={en:["Content"],he_IL:["תוכן"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],he_IL:["העתק קישור לתמונת הגרף"]}},4543:e=>{e.exports={en:["Cancel"],he_IL:["ביטול"]}},59934:e=>{e.exports={en:["Channels"],he_IL:["ערוצים"]}},63245:e=>{e.exports={en:["Change symbol"],he_IL:["שנה סימול"]}},56281:e=>{e.exports={en:["Chart style Columns"],he_IL:["סגנון גרף עמודות"]}},64526:e=>{e.exports={en:["Chart style Candles"],he_IL:["סגנון גרף נרות"]}},9537:e=>{e.exports={en:["Chart style Area"],he_IL:["סגנון גרף איזור"]}},19265:e=>{e.exports={en:["Chart style Bars"],he_IL:["סגנון גרף ברים"]}},19579:e=>{e.exports={en:["Chart style Baseline"],he_IL:["סגנון גרף קו בסיס"]}},47189:e=>{e.exports={en:["Chart style Kagi"],he_IL:["סגנון גרף קאגי"]}},39883:e=>{e.exports={en:["Chart style HLC area"],he_IL:["סגנון גרף אזור HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],he_IL:["סגנון גרף נרות חלולים"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],he_IL:["סגנון גרף הייקין אשי"]}},70405:e=>{e.exports={en:["Chart style High-low"],he_IL:["סגנון גרף גבוה-נמוך"]}},92911:e=>{e.exports={en:["Chart style Line"],he_IL:["סגנון גרף קו"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],he_IL:["סגנון גרף קו עם סמנים"]}},11604:e=>{e.exports={en:["Chart style Line break"],he_IL:["סגנון גרף קו שבור"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],he_IL:["סגנון גרף של סשן פרופיל"]}},40447:e=>{e.exports={en:["Chart style Step line"],he_IL:["סגנון גרף קו צעד"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],he_IL:["סגנון גרף Point & Figure"]}},49942:e=>{e.exports={en:["Chart style Range"],he_IL:["סגנון גרף טווח"]}},80082:e=>{e.exports={en:["Chart style Renko"],he_IL:["סגנון גרף בנקו"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],he_IL:["סגנון גרף זמן מחיר הזדמנות"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],he_IL:["סגנון גרף נרות ווליום"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],he_IL:["סגנון גרף ווליום Footprint"]}},53438:e=>{e.exports={en:["Chart template"],he_IL:["תבנית גרף"]}},47742:e=>{e.exports={en:["Close menu"],he_IL:["סגור תפריט"]}},81578:e=>{e.exports={en:["Cursors"],he_IL:["סמנים"]}},77915:e=>{e.exports={en:["Cycles"],he_IL:["מחזורים"]}},32064:e=>{e.exports={en:["Annotation tools"],he_IL:["כלי ביאור"]}},69207:e=>{e.exports={en:["Add to favorites"],he_IL:["הוסף למועדפים"]}},34040:e=>{e.exports={en:["All sources"],he_IL:["כל המקורות"]}},19147:e=>{e.exports={en:["Arrows"],he_IL:["חצים"]}},42358:e=>{e.exports={en:["Bond"],he_IL:["אגרת חוב"]}},65695:e=>{e.exports={en:["Brushes"],he_IL:["מברשות"]}},51494:e=>{e.exports={en:["Gann"],he_IL:["גאן"]}},2654:e=>{
e.exports={en:["Gann and Fibonacci tools"],he_IL:["כלי גאן ופיבונאצ'י"]}},22145:e=>{e.exports={en:["Geometric shapes"],he_IL:["צורות גאומטריות"]}},57157:e=>{e.exports={en:["Dot"],he_IL:["נקודה"]}},25848:e=>{e.exports={en:["Dark theme"],he_IL:["מצב כהה"]}},14939:e=>{e.exports={en:["Demonstration"],he_IL:["הדגמה"]}},78734:e=>{e.exports={en:["Description"],he_IL:["תיאור"]}},74385:e=>{e.exports={en:["Drawings"],he_IL:["שרטוטים"]}},44255:e=>{e.exports={en:["Elliott waves"],he_IL:["גלי אליוט"]}},8727:e=>{e.exports={en:["Eraser"],he_IL:["מחק"]}},93308:e=>{e.exports={en:["Extended session"],he_IL:["שעות מסחר מורחבות"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],he_IL:["כלי חיזוי ומדידה"]}},26578:e=>{e.exports={en:["Fibonacci"],he_IL:["פיבונאצ'י"]}},67092:e=>{e.exports={en:["Fullscreen mode"],he_IL:["מצב מסך מלא"]}},83576:e=>{e.exports={en:["Function"],he_IL:["פונקציה"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],he_IL:["החזק את {hotKey_0} לשרטוט זמני"]}},27077:e=>{e.exports={en:["Open Object Tree"],he_IL:["פתח את עץ האובייקטים"]}},7386:e=>{e.exports={en:["Open chart layout"],he_IL:["פתח את פריסת הגרף"]}},79451:e=>{e.exports={en:["Lock all drawings"],he_IL:["נעל כלי שרטוט"]}},35112:e=>{e.exports={en:["Move chart back"],he_IL:["העבר את הגרף אחורה"]}},12754:e=>{e.exports={en:["Move chart forward"],he_IL:["העבר את הגרף קדימה"]}},37117:e=>{e.exports={en:["More"],he_IL:["עוד"]}},35553:e=>{e.exports={en:["Magic"],he_IL:["קסם"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],he_IL:["מצב מגנט מצמיד שרטוטים ליד עמודות מחיר לערך OHLC הקרוב"]}},81031:e=>{e.exports={en:["Manage layout drawings"],he_IL:["נהל שרטוטי פריסה"]}},91563:e=>{e.exports={en:["Measure"],he_IL:["מדידה"]}},97050:e=>{e.exports={en:["Measurer"],he_IL:["מודד"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],he_IL:["מזג את כל הסקאלות לשמאל"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],he_IL:["מזג את כל הסקאלות לימין"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],he_IL:["אין בורסות התואמות את הקריטריונים שלך"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],he_IL:["אין סימולים תואמים את הקריטריונים שלך"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],he_IL:["שום דבר לא תואם את הקריטריונים שלך"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],he_IL:["שרטוטים חדשים מועתקים לכל הגרפים בפריסה ומוצגים כאשר אותו הטיקר נבחר"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],he_IL:["שרטוטים חדשים יסונכרנו ברחבי העולם"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],he_IL:["שרטוטים חדשים יסונכרנו בפריסה"]}},28628:e=>{e.exports={en:["Sources"],he_IL:["מקורות"]}},41569:e=>{e.exports={en:["Save chart layout"],he_IL:["שמור פריסת גרף"]}},8573:e=>{e.exports={en:["Search"],he_IL:["חפש"]}},79354:e=>{e.exports={en:["Search tool or function"],he_IL:["חפש כלי או פונקציה"]}},57640:e=>{e.exports={en:["Select source"],
he_IL:["בחר מקור"]}},65781:e=>{e.exports={en:["Shapes"],he_IL:["צורות"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],he_IL:["הצג כלים מוסתרים"]}},85786:e=>{e.exports={en:["Show Object Tree"],he_IL:["הצג עץ אובייקטים"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],he_IL:["הישאר במצב שרטוט"]}},94593:e=>{e.exports={en:["Strong Magnet"],he_IL:["מגנט חזק"]}},95481:e=>{e.exports={en:["Symbol"],he_IL:["סימול"]}},74007:e=>{e.exports={en:["Symbol & description"],he_IL:["סימול ותיאור"]}},51165:e=>{e.exports={en:["Symbol Search"],he_IL:["חיפוש סימולים"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],he_IL:["סנכרן שרטוטים לכל הגרפים..."]}},46417:e=>{e.exports={en:["Patterns"],he_IL:["תבניות"]}},36167:e=>{e.exports={en:["Pitchforks"],he_IL:["קלשונים"]}},79366:e=>{e.exports={en:["Previous day close price line"],he_IL:["סגירת קו מחיר יום קודם"]}},76753:e=>{e.exports={en:["Recent search"],he_IL:["חיפוש אחרון"]}},28051:e=>{e.exports={en:["Regular session"],he_IL:["סשן רגיל"]}},57118:e=>{e.exports={en:["Remove Drawings"],he_IL:["הסר שרטוטים"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],he_IL:["הסר את כל המתנדים וכלי השרטוט"]}},96374:e=>{e.exports={en:["Remove drawings"],he_IL:["הסר שרטוטים"]}},85106:e=>{e.exports={en:["Remove from favorites"],he_IL:["הסר ממועדפים"]}},99984:e=>{e.exports={en:["Remove indicators"],he_IL:["הסר מחוונים"]}},38206:e=>{e.exports={en:["Rename chart layout"],he_IL:["בחר שם חדש לפריסת הגרף"]}},31789:e=>{e.exports={en:["Reset chart"],he_IL:["אפס גרף"]}},3519:e=>{e.exports={en:["Weak Magnet"],he_IL:["מגנט חלש"]}},65831:e=>{e.exports={en:["Text & Notes"],he_IL:["טקסט והערות"]}},48773:e=>{e.exports={en:["Trend line tools"],he_IL:["קווי מגמה - כלים"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],he_IL:["הקלד כדי לחפש שרטוטים, פונקציות והגדרות"]}},69260:e=>{e.exports={en:["Volume-based"],he_IL:["מבוסס נפח"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],he_IL:["אתה משנה את ממשק המשתמש לנושא {name}. האם ברצונך להחליף גם את ערכת הנושא של תבנית הגרף?"]}},55774:e=>{e.exports={en:["Zoom In"],he_IL:["הגדל"]}},37310:e=>{e.exports={en:["Zoom Out"],he_IL:["הקטן"]}},70932:e=>{e.exports={en:["commodity"],he_IL:["סחורה"]}},79599:e=>{e.exports={en:["cfd"],he_IL:["חוזה הפרשים cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],he_IL:["לשנות את נראות הרעיונות בגרף"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],he_IL:["שנה נראות של שם תוויות אינדיקטורים ופיננסיות"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],he_IL:["שנה נראות של אינדיקטורים ותוויות ערך פיננסיות"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],he_IL:["שנה נראות של קווי המחירים פרה/פוסט מארקט"]}},46128:e=>{e.exports={en:["crypto"],he_IL:["קריפטו"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],he_IL:["כַּלְכָּלָה"]}},17770:e=>{e.exports={
en:["forex"],he_IL:['מט"ח']}},4723:e=>{e.exports={en:["futures"],he_IL:["חוזים עתידיים"]}},87464:e=>{e.exports={en:["index"],he_IL:["מדד"]}},90250:e=>{e.exports={en:["indices"],he_IL:["מדדים"]}},76752:e=>{e.exports={en:["stock"],he_IL:["מניה"]}},94521:e=>{e.exports={en:["sync drawings"],he_IL:["סנכרן שרטוטים"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],he_IL:["{hotKey_0} + לחיצה על הגרף"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],he_IL:["{hotKey_0} — עיגול"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],he_IL:["{hotKey_0} - צייר קו ישר בזוויות של 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],he_IL:["{hotKey_0} — מרווחים קבועים"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],he_IL:["{hotKey_0} — ריבוע"]}}}]);

View File

@@ -1,5 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],he_IL:["# {count} (בר)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],he_IL:["4/(פ+ג+נ+ס)"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],he_IL:["3/(ג+נ+ס)"]}},69303:e=>{e.exports={en:["(H + L)/2"],he_IL:["2/(ג+נ)"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],he_IL:["צבע הנר על בסיס הסגירה הקודמת"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},84831:e=>{e.exports={en:["Close line"],he_IL:["קו סגירה"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],he_IL:["התאם נתונים לדיבידנדים"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},3159:e=>{e.exports={en:["Bottom line"],he_IL:["קו תחתון"]}},74406:e=>{e.exports={en:["Body"],he_IL:["גוף"]}},333:e=>{e.exports={en:["Borders"],he_IL:["גבולות"]}},42398:e=>{e.exports={en:["Base"],he_IL:["בסיס"]}},28975:e=>{e.exports={en:["Base level"],he_IL:["רמת בסיס"]}},71776:e=>{e.exports={en:["Down"],he_IL:["למטה"]}},17611:e=>{e.exports={en:["Down bars"],he_IL:["נרות ירידה"]}},23743:e=>{e.exports={en:["Down color"],he_IL:["צבע תחתון"]}},48225:e=>{e.exports={en:["Data modification"],he_IL:["התאמת נתונים"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},16564:e=>{e.exports={en:["Default"],he_IL:["ברירת מחדל"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],he_IL:["רקע שעות מסחר אלקטרוני"]}},819:e=>{e.exports={en:["Extend lines"],he_IL:["הרחב קווים"]}},41129:e=>{e.exports={en:["Fill"],he_IL:["למלא"]}},61112:e=>{e.exports={en:["Fill top area"],he_IL:["מלא אזור עליון"]}},73185:e=>{e.exports={en:["Fill bottom area"],he_IL:["מלא אזור תחתון"]}},886:e=>{e.exports={en:["HLC bars"],he_IL:["נרות גנס"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},56359:e=>{e.exports={en:["High line"],he_IL:["קו גבוה"]}},47326:e=>{e.exports={en:["Integer"],he_IL:["מספר שלם"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},64075:e=>{e.exports={en:["Override min tick"],he_IL:["דריסת טיק מינימלי"]}},34579:e=>{e.exports={en:["Low line"],he_IL:["קו נמוך"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},13350:e=>{e.exports={en:["Pearson's R"],he_IL:["מתאם פירסון R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],he_IL:["רקע שעות טרום/מסחר מאוחר"]}},59766:e=>{e.exports={en:["Precision"],he_IL:["דיוק"]}},84684:e=>{e.exports={en:["Price source"],he_IL:["מקור המחיר"]}},73466:e=>{e.exports={en:["Projection up bars"], (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],he_IL:["# {count} (בר)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],he_IL:["#{count} (מחיר, נר)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],he_IL:["4/(פ+ג+נ+ס)"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],he_IL:["3/(ג+נ+ס)"]}},69303:e=>{e.exports={en:["(H + L)/2"],he_IL:["2/(ג+נ)"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],he_IL:["צבע הנר על בסיס הסגירה הקודמת"]}},78930:e=>{e.exports={en:["Coordinates"],he_IL:["קואורדינטות"]}},24197:e=>{e.exports={en:["Center"],he_IL:["מרכז"]}},84831:e=>{e.exports={en:["Close line"],he_IL:["קו סגירה"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],he_IL:["התאם נתונים לדיבידנדים"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},27567:e=>{e.exports={en:["Bottom"],he_IL:["תחתית"]}},3159:e=>{e.exports={en:["Bottom line"],he_IL:["קו תחתון"]}},74406:e=>{e.exports={en:["Body"],he_IL:["גוף"]}},333:e=>{e.exports={en:["Borders"],he_IL:["גבולות"]}},42398:e=>{e.exports={en:["Base"],he_IL:["בסיס"]}},28975:e=>{e.exports={en:["Base level"],he_IL:["רמת בסיס"]}},71776:e=>{e.exports={en:["Down"],he_IL:["למטה"]}},17611:e=>{e.exports={en:["Down bars"],he_IL:["נרות ירידה"]}},23743:e=>{e.exports={en:["Down color"],he_IL:["צבע תחתון"]}},48225:e=>{e.exports={en:["Data modification"],he_IL:["התאמת נתונים"]}},72942:e=>{e.exports={en:["Days"],he_IL:["ימים"]}},16564:e=>{e.exports={en:["Default"],he_IL:["ברירת מחדל"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],he_IL:["שינוי מיקום (מחיר, בר)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],he_IL:["רקע שעות מסחר אלקטרוני"]}},819:e=>{e.exports={en:["Extend lines"],he_IL:["הרחב קווים"]}},41129:e=>{e.exports={en:["Fill"],he_IL:["למלא"]}},61112:e=>{e.exports={en:["Fill top area"],he_IL:["מלא אזור עליון"]}},73185:e=>{e.exports={en:["Fill bottom area"],he_IL:["מלא אזור תחתון"]}},56796:e=>{e.exports={en:["Hours"],he_IL:["שעות"]}},95406:e=>{e.exports={en:["Horizontal"],he_IL:["אופקי"]}},56359:e=>{e.exports={en:["High line"],he_IL:["קו גבוה"]}},47326:e=>{e.exports={en:["Integer"],he_IL:["מספר שלם"]}},21429:e=>{e.exports={en:["Inputs"],he_IL:["תשומות"]}},64075:e=>{e.exports={en:["Override min tick"],he_IL:["דריסת טיק מינימלי"]}},34579:e=>{e.exports={en:["Low line"],he_IL:["קו נמוך"]}},11626:e=>{e.exports={en:["Left"],he_IL:["שמאל"]}},43154:e=>{e.exports={en:["Months"],he_IL:["חודשים"]}},68833:e=>{e.exports={en:["Middle"],he_IL:["אמצע"]}},42562:e=>{e.exports={en:["Minutes"],he_IL:["דקות"]}},65188:e=>{e.exports={en:["Seconds"],he_IL:["שניות"]}},13350:e=>{e.exports={en:["Pearson's R"],he_IL:["מתאם פירסון R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],he_IL:["רקע שעות טרום/מסחר מאוחר"]}},59766:e=>{e.exports={en:["Precision"],he_IL:["דיוק"]}},84684:e=>{e.exports={en:["Price source"],he_IL:["מקור המחיר"]}},73466:e=>{e.exports={en:["Projection up bars"],he_IL:["הטלת עמודות עולות"]}},77430:e=>{e.exports={
he_IL:["הטלת עמודות עולות"]}},77430:e=>{e.exports={en:["Projection candles"],he_IL:["נרות הקרנה"]}},88367:e=>{e.exports={en:["Projection down bars"],he_IL:["הטלת עמודות יורדות"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],he_IL:["מחירים אמיתיים בסולם המחיר (במקום מחיר הייקין-אשי)"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},32163:e=>{e.exports={en:["Wick"],he_IL:["פתיל"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},89349:e=>{e.exports={en:["Top line"],he_IL:["קו עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},20215:e=>{e.exports={en:["Thin bars"],he_IL:["נרות דקים"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},77073:e=>{e.exports={en:["Timezone"],he_IL:["אזור זמן"]}},22691:e=>{e.exports={en:["Up"],he_IL:["למעלה"]}},23091:e=>{e.exports={en:["Up color"],he_IL:["צבע עליון"]}},36957:e=>{e.exports={en:["Up bars"],he_IL:["נרות עליה"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},21105:e=>{e.exports={en:["candle"],he_IL:["נר"]}},27068:e=>{e.exports={en:["change HLC bars"],he_IL:["שנה ברי HLC"]}},86866:e=>{e.exports={en:["change area fill color"],he_IL:["שנה את צבע מילוי השטח"]}},89346:e=>{e.exports={en:["change area line width"],he_IL:["שנה את רוחב קו השטח"]}},29605:e=>{e.exports={en:["change area line color"],he_IL:["שנה את צבע קו השטח"]}},4640:e=>{e.exports={en:["change area price source"],he_IL:["שנה מקור אזור מחיר"]}},42190:e=>{e.exports={en:["change base level"],he_IL:["שנה את רמת הבסיס"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],he_IL:["שנה את צבע השורה התחתונה של קו הבסיס"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],he_IL:["שנה את רוחב השורה התחתונה של קו הבסיס"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],he_IL:["שנה את צבע השטח התחתון של מילוי קו הבסיס"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],he_IL:["שנה את צבע האזור העליון של מילוי קו הבסיס"]}},68609:e=>{e.exports={en:["change baseline price source"],he_IL:["שנה את מקור המחיר הבסיסי"]}},69044:e=>{e.exports={en:["change baseline top line color"],he_IL:["שנה את צבע הקו העליון של קו הבסיס"]}},68197:e=>{e.exports={en:["change baseline top line width"],he_IL:["שנה את רוחב הקו העליון של קו הבסיס"]}},33464:e=>{e.exports={en:["change bar up color"],he_IL:["שנה את צבע הבר למעלה"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},59622:e=>{e.exports={en:["change bar down color"],he_IL:["שנה את צבע הבר למטה"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],he_IL:["שנה ברי צבע בהתבסס על סגירה קודמת"]}},88324:e=>{e.exports={en:["change column up color"],he_IL:["שנה את צבע העמודה למעלה"]}},93890:e=>{e.exports={ en:["Projection candles"],he_IL:["נרות הקרנה"]}},88367:e=>{e.exports={en:["Projection down bars"],he_IL:["הטלת עמודות יורדות"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],he_IL:["מחירים אמיתיים בסולם המחיר (במקום מחיר הייקין-אשי)"]}},50421:e=>{e.exports={en:["Right"],he_IL:["ימין"]}},835:e=>{e.exports={en:["Weeks"],he_IL:["שבועות"]}},32163:e=>{e.exports={en:["Wick"],he_IL:["פתיל"]}},97118:e=>{e.exports={en:["Top"],he_IL:["עליון"]}},89349:e=>{e.exports={en:["Top line"],he_IL:["קו עליון"]}},70320:e=>{e.exports={en:["Text"],he_IL:["טקסט"]}},25485:e=>{e.exports={en:["Text alignment"],he_IL:["יישור טקסט"]}},67781:e=>{e.exports={en:["Text orientation"],he_IL:["כיוון טקסט"]}},20215:e=>{e.exports={en:["Thin bars"],he_IL:["נרות דקים"]}},24821:e=>{e.exports={en:["Ticks"],he_IL:["טיקים"]}},77073:e=>{e.exports={en:["Timezone"],he_IL:["אזור זמן"]}},22691:e=>{e.exports={en:["Up"],he_IL:["למעלה"]}},23091:e=>{e.exports={en:["Up color"],he_IL:["צבע עליון"]}},36957:e=>{e.exports={en:["Up bars"],he_IL:["נרות עליה"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],he_IL:["השתמש בסליקה כסגירה באינטרוול יומי"]}},69526:e=>{e.exports={en:["Vertical"],he_IL:["אנכי"]}},21105:e=>{e.exports={en:["candle"],he_IL:["נר"]}},27068:e=>{e.exports={en:["change HLC bars"],he_IL:["שנה ברי HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],he_IL:["שנה את צבע מילוי השטח"]}},89346:e=>{e.exports={en:["change area line width"],he_IL:["שנה את רוחב קו השטח"]}},29605:e=>{e.exports={en:["change area line color"],he_IL:["שנה את צבע קו השטח"]}},4640:e=>{e.exports={en:["change area price source"],he_IL:["שנה מקור אזור מחיר"]}},42190:e=>{e.exports={en:["change base level"],he_IL:["שנה את רמת הבסיס"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],he_IL:["שנה את צבע השורה התחתונה של קו הבסיס"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],he_IL:["שנה את רוחב השורה התחתונה של קו הבסיס"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],he_IL:["שנה את צבע השטח התחתון של מילוי קו הבסיס"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],he_IL:["שנה את צבע האזור העליון של מילוי קו הבסיס"]}},68609:e=>{e.exports={en:["change baseline price source"],he_IL:["שנה את מקור המחיר הבסיסי"]}},69044:e=>{e.exports={en:["change baseline top line color"],he_IL:["שנה את צבע הקו העליון של קו הבסיס"]}},68197:e=>{e.exports={en:["change baseline top line width"],he_IL:["שנה את רוחב הקו העליון של קו הבסיס"]}},33464:e=>{e.exports={en:["change bar up color"],he_IL:["שנה את צבע הבר למעלה"]}},2066:e=>{e.exports={en:["change bar X coordinate"],he_IL:["שנה בר של קואורדינטת X"]}},59622:e=>{e.exports={en:["change bar down color"],he_IL:["שנה את צבע הבר למטה"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],he_IL:["שנה ברי צבע בהתבסס על סגירה קודמת"]}},88324:e=>{e.exports={en:["change column up color"],he_IL:["שנה את צבע העמודה למעלה"]}},93890:e=>{e.exports={
en:["change column down color"],he_IL:["שנה את צבע העמודה למטה"]}},4727:e=>{e.exports={en:["change column price source"],he_IL:["שנה מקור מחיר העמודה"]}},82063:e=>{e.exports={en:["change decimal places"],he_IL:["שנה מקומות עשרוניים"]}},44223:e=>{e.exports={en:["change extended hours color"],he_IL:["שנה את צבע השעות המורחבות"]}},47393:e=>{e.exports={en:["change electronic trading hours"],he_IL:["שינוי שעות המסחר האלקטרוניות"]}},6026:e=>{e.exports={en:["change high-low body color"],he_IL:["שנה צבע גבוה-נמוך של הגוף"]}},73021:e=>{e.exports={en:["change high-low body visibility"],he_IL:["שנה נראות גבוה-נמוך של הגוף"]}},46844:e=>{e.exports={en:["change high-low border color"],he_IL:["שנה צבע גבול גבוה-נמוך של הגוף"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],he_IL:["שנה נראות גבול גבוה-נמוך של הגוף"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],he_IL:["שנה נראות התוויות גבוה-נמוך"]}},56961:e=>{e.exports={en:["change high-low labels color"],he_IL:["שנה צבע התוויות גבוה-נמוך"]}},88640:e=>{e.exports={en:["change line color"],he_IL:["שנה צבע קו"]}},41837:e=>{e.exports={en:["change line price source"],he_IL:["שנה מקור מחיר קו"]}},48339:e=>{e.exports={en:["change line width"],he_IL:["שנה רוחב קו"]}},38730:e=>{e.exports={en:["change post market color"],he_IL:["שנה צבע מסחר מאוחר"]}},44371:e=>{e.exports={en:["change pre market color"],he_IL:["שנה צבע טרום מסחר"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},16241:e=>{e.exports={en:["change range bars style"],he_IL:["שנה את סגנון ברי הטווח"]}},65821:e=>{e.exports={en:["change range thin bars"],he_IL:["שנה ברים דקים בטווח"]}},75487:e=>{e.exports={en:["change renko wick down color"],he_IL:["שנה צבע renko wick down"]}},92277:e=>{e.exports={en:["change renko wick up color"],he_IL:["שנה צבע wick up renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],he_IL:["שנה נראות של פתיל renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],he_IL:["שנה מינימום טיק של שכבת המחקר"]}},82924:e=>{e.exports={en:["change study overlay style"],he_IL:["שנה את סגנון שכבת המחקר"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],he_IL:["שנה הצגת המחירים האמיתיים בסולם המחירים (במקום מחיר הייקן-אשי)"]}},60834:e=>{e.exports={en:["change thin bars"],he_IL:["שנה ברים דקים"]}},78509:e=>{e.exports={en:["change {title} base line color"],he_IL:["שנה את צבע קו הבסיס של {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],he_IL:["שנה את סגנון קו הבסיס של {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],he_IL:["שנה את נראות קו הבסיס של {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],he_IL:["שנה את רוחב קו הבסיס של {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],he_IL:["שנה את צבע הקו התחתון של {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],he_IL:["שנה את סגנון הקו התחתון של {title}"]}},46410:e=>{e.exports={ en:["change column down color"],he_IL:["שנה את צבע העמודה למטה"]}},4727:e=>{e.exports={en:["change column price source"],he_IL:["שנה מקור מחיר העמודה"]}},82063:e=>{e.exports={en:["change decimal places"],he_IL:["שנה מקומות עשרוניים"]}},44223:e=>{e.exports={en:["change extended hours color"],he_IL:["שנה את צבע השעות המורחבות"]}},47393:e=>{e.exports={en:["change electronic trading hours"],he_IL:["שינוי שעות המסחר האלקטרוניות"]}},6026:e=>{e.exports={en:["change high-low body color"],he_IL:["שנה צבע גבוה-נמוך של הגוף"]}},73021:e=>{e.exports={en:["change high-low body visibility"],he_IL:["שנה נראות גבוה-נמוך של הגוף"]}},46844:e=>{e.exports={en:["change high-low border color"],he_IL:["שנה צבע גבול גבוה-נמוך של הגוף"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],he_IL:["שנה נראות גבול גבוה-נמוך של הגוף"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],he_IL:["שנה נראות התוויות גבוה-נמוך"]}},56961:e=>{e.exports={en:["change high-low labels color"],he_IL:["שנה צבע התוויות גבוה-נמוך"]}},88640:e=>{e.exports={en:["change line color"],he_IL:["שנה צבע קו"]}},41837:e=>{e.exports={en:["change line price source"],he_IL:["שנה מקור מחיר קו"]}},48339:e=>{e.exports={en:["change line width"],he_IL:["שנה רוחב קו"]}},38730:e=>{e.exports={en:["change post market color"],he_IL:["שנה צבע מסחר מאוחר"]}},44371:e=>{e.exports={en:["change pre market color"],he_IL:["שנה צבע טרום מסחר"]}},11737:e=>{e.exports={en:["change price Y coordinate"],he_IL:["שנה מחיר של קואורדינטת Y"]}},16241:e=>{e.exports={en:["change range bars style"],he_IL:["שנה את סגנון ברי הטווח"]}},65821:e=>{e.exports={en:["change range thin bars"],he_IL:["שנה ברים דקים בטווח"]}},75487:e=>{e.exports={en:["change renko wick down color"],he_IL:["שנה צבע renko wick down"]}},92277:e=>{e.exports={en:["change renko wick up color"],he_IL:["שנה צבע wick up renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],he_IL:["שנה נראות של פתיל renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],he_IL:["שנה מינימום טיק של שכבת המחקר"]}},82924:e=>{e.exports={en:["change study overlay style"],he_IL:["שנה את סגנון שכבת המחקר"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],he_IL:["שנה הצגת המחירים האמיתיים בסולם המחירים (במקום מחיר הייקן-אשי)"]}},60834:e=>{e.exports={en:["change thin bars"],he_IL:["שנה ברים דקים"]}},78509:e=>{e.exports={en:["change {title} base line color"],he_IL:["שנה את צבע קו הבסיס של {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],he_IL:["שנה את סגנון קו הבסיס של {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],he_IL:["שנה את נראות קו הבסיס של {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],he_IL:["שנה את רוחב קו הבסיס של {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],he_IL:["שנה את צבע הקו התחתון של {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],he_IL:["שנה את סגנון הקו התחתון של {title}"]}},46410:e=>{e.exports={
en:["change {title} down line visibility"],he_IL:["שנה נראות קו תחתון של {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],he_IL:["שנה את רוחב הקו התחתון של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},76295:e=>{e.exports={en:["change {title} extend lines"],he_IL:["שנה {title} קווים מורחבים"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],he_IL:["שנה {title} הצג את ה-r של פירסון"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],he_IL:["שנה את נראות הקו העליון של {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],he_IL:["שנה את רוחב הקו העליון של {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],he_IL:["שנה את צבע הקו העליון של {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],he_IL:["שנה את סגנון הקו העליון של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],he_IL:["שנה את צבע הגבול העליון של {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],he_IL:["שנה צבע של {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],he_IL:["שנה את הצבע של {candleType} wick למטה"]}},47664:e=>{e.exports={ en:["change {title} down line visibility"],he_IL:["שנה נראות קו תחתון של {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],he_IL:["שנה את רוחב הקו התחתון של {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],he_IL:["שנה {title} ימים ל"]}},91201:e=>{e.exports={en:["change {title} days from"],he_IL:["שנה {title} ימים מ"]}},76295:e=>{e.exports={en:["change {title} extend lines"],he_IL:["שנה {title} קווים מורחבים"]}},8306:e=>{e.exports={en:["change {title} hours from"],he_IL:["שנה {title} שעות מ"]}},67233:e=>{e.exports={en:["change {title} hours to"],he_IL:["שנה את השעות של {title} ל"]}},99122:e=>{e.exports={en:["change {title} months from"],he_IL:["שנה {title} חודשים מ"]}},10518:e=>{e.exports={en:["change {title} months to"],he_IL:["שנה {title} חודשים ל"]}},38011:e=>{e.exports={en:["change {title} minutes to"],he_IL:["שנה {title} דקות ל"]}},59820:e=>{e.exports={en:["change {title} minutes from"],he_IL:["שנה {title} דקות מ"]}},6573:e=>{e.exports={en:["change {title} seconds to"],he_IL:["שנה {title} שניות ל"]}},86780:e=>{e.exports={en:["change {title} seconds from"],he_IL:["שנה {title} שניות מ"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],he_IL:["שנה {title} הצג את ה-r של פירסון"]}},32481:e=>{e.exports={en:["change {title} weeks from"],he_IL:["שנה {title} שבועות מ"]}},18678:e=>{e.exports={en:["change {title} weeks to"],he_IL:["שנה {title} שבועות ל"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],he_IL:["שנה את נראות הקו העליון של {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],he_IL:["שנה את רוחב הקו העליון של {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],he_IL:["שנה את צבע הקו העליון של {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],he_IL:["שנה את סגנון הקו העליון של {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],he_IL:["שנה את הנראות של {title} בטיקים"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],he_IL:["שנה נראות של {title} על שבועות"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],he_IL:["שנה את הנראות של {title} ב-{ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],he_IL:["שנה את הנראות של {title} בימים"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],he_IL:["שנה נראות של {title} בשעות"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],he_IL:["שנה נראות של {title} על דקות"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],he_IL:["שנה נראות של {title} על חודשים"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],he_IL:["שנה נראות של {title} בשניות"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],he_IL:["שנה את צבע הגבול העליון של {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],he_IL:["שנה צבע של {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],he_IL:["שנה את הצבע של {candleType} wick למטה"]}},47664:e=>{e.exports={
en:["change {candleType} wick up color"],he_IL:["שנה את הצבע שלwick up {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],he_IL:["שנה את נראות הפתיל {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],he_IL:["שנה נראות הגוף של {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],he_IL:["שנה את נראות הגבול של {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],he_IL:["שנה את צבע הגבול התחתון של {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],he_IL:["שנה את הצבע התחתון של {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],he_IL:["שנה את צבע בר הגבול של {chartType} התחתון"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],he_IL:["שנה את צבע בר הגבול {chartType} העליון"]}},5012:e=>{e.exports={en:["change {chartType} down color"],he_IL:["שנה את הצבע התחתון של {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],he_IL:["שנה את צבע בר הגבול להקרנה {chartType} העליון"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],he_IL:["שנה את הצבע של בר ההקרנה {chartType} התחתון"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],he_IL:["שנה את צבע בר ההקרנה {chartType} העליון"]}},6970:e=>{e.exports={en:["change {chartType} up color"],he_IL:["שנה את הצבע העליון של {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],he_IL:["שנה מאפיין {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],he_IL:["להתאים נתונים לדיבידנדים"]}},1433:e=>{e.exports={en:["adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},92598:e=>{e.exports={en:["hollow candles"],he_IL:["נרות חלולים"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},57243:e=>{e.exports={en:["range","ranges"],he_IL:["טווח","טווחים","טווחים","טווחים"]}},70282:e=>{e.exports={en:["renko"],he_IL:["גרף ראנקו"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"] en:["change {candleType} wick up color"],he_IL:["שנה את הצבע שלwick up {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],he_IL:["שנה את נראות הפתיל {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],he_IL:["שנה נראות הגוף של {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],he_IL:["שנה את נראות הגבול של {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],he_IL:["שנה את צבע הגבול התחתון של {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],he_IL:["שנה את הצבע התחתון של {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],he_IL:["שנה את צבע בר הגבול של {chartType} התחתון"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],he_IL:["שנה את צבע בר הגבול {chartType} העליון"]}},5012:e=>{e.exports={en:["change {chartType} down color"],he_IL:["שנה את הצבע התחתון של {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],he_IL:["שנה את צבע בר הגבול להקרנה {chartType} העליון"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],he_IL:["שנה את הצבע של בר ההקרנה {chartType} התחתון"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],he_IL:["שנה את צבע בר ההקרנה {chartType} העליון"]}},6970:e=>{e.exports={en:["change {chartType} up color"],he_IL:["שנה את הצבע העליון של {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],he_IL:["שנה מאפיין {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],he_IL:["שנה את המאפיין {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],he_IL:["להתאים נתונים לדיבידנדים"]}},1433:e=>{e.exports={en:["adjust for contract changes"],he_IL:["התאם לשינויים בחוזה"]}},35813:e=>{e.exports={en:["days"],he_IL:["ימים"]}},89919:e=>{e.exports={en:["days to"],he_IL:["ימים ל"]}},59215:e=>{e.exports={en:["days from"],he_IL:["ימים מ"]}},2359:e=>{e.exports={en:["hours"],he_IL:["שעות"]}},82267:e=>{e.exports={en:["hours from"],he_IL:["שעות מ"]}},15600:e=>{e.exports={en:["hours to"],he_IL:["שעות ל"]}},92598:e=>{e.exports={en:["hollow candles"],he_IL:["נרות חלולים"]}},76261:e=>{e.exports={en:["move drawings"],he_IL:["העבר שרטוטים"]}},95300:e=>{e.exports={en:["months"],he_IL:["חודשים"]}},17250:e=>{e.exports={en:["months from"],he_IL:["חודשים מ"]}},2828:e=>{e.exports={en:["months to"],he_IL:["חודשים ל"]}},18726:e=>{e.exports={en:["minutes"],he_IL:["דקות"]}},67649:e=>{e.exports={en:["minutes to"],he_IL:["דקות ל"]}},22476:e=>{e.exports={en:["minutes from"],he_IL:["דקות מ"]}},751:e=>{e.exports={en:["seconds"],he_IL:["שניות"]}},73419:e=>{e.exports={en:["seconds to"],he_IL:["שניות ל"]}},35801:e=>{e.exports={en:["seconds from"],he_IL:["שניות מ"]}},57243:e=>{e.exports={en:["range","ranges"],he_IL:["טווח","טווחים","טווחים","טווחים"]}},70282:e=>{e.exports={en:["renko"],he_IL:["גרף ראנקו"]}},45537:e=>{e.exports={en:["weeks"],he_IL:["שבועות"]}},92859:e=>{e.exports={en:["weeks from"],he_IL:["שבועות מ"]

View File

@@ -1,4 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{53310:e=>{e.exports={en:["Re"],he_IL:["מחדש"]}},85119:e=>{e.exports={en:["Dark"],he_IL:["כהה"]}},96870:e=>{e.exports={en:["Light"],he_IL:["בהיר"]}},85886:e=>{e.exports={en:["d"],he_IL:["תאריך"]}},44634:e=>{e.exports={en:["h"],he_IL:["שעות"]}},5977:e=>{e.exports={en:["m"],he_IL:["דקות"]}},21492:e=>{e.exports={en:["s"],he_IL:["שניות"]}},97559:e=>{e.exports={en:["{title} copy"],he_IL:["{title} העתק"]}},38691:e=>{e.exports={en:["D"],he_IL:["יום"]}},77995:e=>{e.exports={en:["M"],he_IL:["חודש"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],he_IL:["שבוע"]}},38048:e=>{e.exports={en:["h"],he_IL:["שעה"]}},68430:e=>{e.exports={en:["m"],he_IL:["דקה"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"],he_IL:["ס"]}},43253:e=>{e.exports={en:["H"],he_IL:["ג"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],he_IL:["נ"]}},46728:e=>{e.exports={en:["O"],he_IL:["פ"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],he_IL:["רמת צבע 0.236-"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],he_IL:["רמת צבע 0.382-"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],he_IL:["רמת צבע 0.618-"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],he_IL:["רמת צבע 0.65-"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],he_IL:["רמת צבע 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],he_IL:["רמת צבע 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],he_IL:["רמת צבע 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],he_IL:["רמת צבע 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],he_IL:["רמת צבע 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],he_IL:["רמת צבע 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],he_IL:["רמת צבע 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],he_IL:["רמת צבע 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],he_IL:["רמת צבע 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],he_IL:["רמת צבע 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],he_IL:["רמת צבע 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],he_IL:["רמת צבע 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],he_IL:["התקופה הראשונה"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],he_IL:["רמת צבע 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],he_IL:["רמת צבע 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],he_IL:["התקופה השנייה"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"], (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"],he_IL:["מחדש"]}},85119:e=>{e.exports={en:["Dark"],he_IL:["כהה"]}},96870:e=>{e.exports={en:["Light"],he_IL:["בהיר"]}},85886:e=>{e.exports={en:["d"],he_IL:["תאריך"]}},44634:e=>{e.exports={en:["h"],he_IL:["שעות"]}},5977:e=>{e.exports={en:["m"],he_IL:["דקות"]}},21492:e=>{e.exports={en:["s"],he_IL:["שניות"]}},97559:e=>{e.exports={en:["{title} copy"],he_IL:["{title} העתק"]}},38691:e=>{e.exports={en:["D"],he_IL:["יום"]}},77995:e=>{e.exports={en:["M"],he_IL:["חודש"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],he_IL:["שבוע"]}},38048:e=>{e.exports={en:["h"],he_IL:["שעה"]}},68430:e=>{e.exports={en:["m"],he_IL:["דקה"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"],he_IL:["ס"]}},43253:e=>{e.exports={en:["H"],he_IL:["ג"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],he_IL:["נ"]}},46728:e=>{e.exports={en:["O"],he_IL:["פ"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],he_IL:["רמת צבע 0.236-"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],he_IL:["רמת צבע 0.382-"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],he_IL:["רמת צבע 0.618-"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],he_IL:["רמת צבע 0.65-"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],he_IL:["רמת צבע 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],he_IL:["רמת צבע 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],he_IL:["רמת צבע 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],he_IL:["רמת צבע 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],he_IL:["רמת צבע 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],he_IL:["רמת צבע 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],he_IL:["רמת צבע 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],he_IL:["רמת צבע 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],he_IL:["רמת צבע 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],he_IL:["רמת צבע 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],he_IL:["רמת צבע 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],he_IL:["רמת צבע 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],he_IL:["התקופה הראשונה"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],he_IL:["רמת צבע 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],he_IL:["רמת צבע 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],he_IL:["התקופה השנייה"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],
he_IL:["רמת צבע 3.618"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],he_IL:["רמת צבע 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],he_IL:["התקופה השלישית"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],he_IL:["רמת צבע 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],he_IL:["התקופה הרביעית"]},e.exports["5th Period_input"]={en:["5th Period"],he_IL:["התקופה החמישית"]},e.exports["6th Period_input"]={en:["6th Period"],he_IL:["התקופה השישית"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],he_IL:["החלקת ADX"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],he_IL:["החלקת ADX"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],he_IL:["ממוצע טווח אמיתי מרובה"]},e.exports["ATR length_input"]={en:["ATR length"],he_IL:["אורך ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"],he_IL:["ממוצע טווח אמיתי"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],he_IL:["איסוף והפצה"]},e.exports["All items_combobox_input"]={en:["All items"],he_IL:["כל הפריטים"]},e.exports.All_input={en:["All"],he_IL:["הכל"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],he_IL:["תקופת הפניה"]},e.exports["Another symbol_input"]={en:["Another symbol"],he_IL:["סימול נוסף"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],he_IL:["ממוצע"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],he_IL:["תקופות ממוצעות"]},e.exports.Back_input={en:["Back"],he_IL:["חזור"]},e.exports["Bands style_input"]={en:["Bands style"],he_IL:["סגנון רצועות"]},e.exports.Bar_input={en:["Bar"],he_IL:["בר"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],he_IL:["תקופות קו הבסיס"]},e.exports["Base Line_input"]={en:["Base Line"],he_IL:["קו בסיס"]},e.exports.Basis_input={en:["Basis"],he_IL:["בּסיס"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],he_IL:["רצועות בולינג'ר %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],he_IL:["רוחב רצועות בולינג'ר"]},e.exports.Borders_input={en:["Borders"],he_IL:["גבולות"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],he_IL:["שיטת הקצאת גודל תיבה"]},e.exports["Box size_input"]={en:["Box size"],he_IL:["גודל התיבה"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],he_IL:["לְבַטֵל"]},e.exports.Candles_input={en:["Candles"],he_IL:["נרות"]},e.exports.Centered_input={en:["Centered"],he_IL:["מְרוּכָּז"]},e.exports.Century_input={en:["Century"],he_IL:["מאה"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],he_IL:["מתנד חייקין"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],he_IL:["סגירה"]},e.exports["Color 0_input"]={en:["Color 0"],he_IL:["צבע 0"]},e.exports["Color 1_input"]={en:["Color 1"],he_IL:["צבע 1"]},e.exports["Color 2_input"]={ he_IL:["רמת צבע 3.618"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],he_IL:["רמת צבע 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],he_IL:["התקופה השלישית"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],he_IL:["רמת צבע 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],he_IL:["התקופה הרביעית"]},e.exports["5th Period_input"]={en:["5th Period"],he_IL:["התקופה החמישית"]},e.exports["6th Period_input"]={en:["6th Period"],he_IL:["התקופה השישית"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],he_IL:["החלקת ADX"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],he_IL:["החלקת ADX"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],he_IL:["ממוצע טווח אמיתי מרובה"]},e.exports["ATR length_input"]={en:["ATR length"],he_IL:["אורך ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"],he_IL:["ממוצע טווח אמיתי"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],he_IL:["איסוף והפצה"]},e.exports["All items_combobox_input"]={en:["All items"],he_IL:["כל הפריטים"]},e.exports.All_input={en:["All"],he_IL:["הכל"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],he_IL:["תקופת הפניה"]},e.exports["Another symbol_input"]={en:["Another symbol"],he_IL:["סימול נוסף"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],he_IL:["ממוצע"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],he_IL:["תקופות ממוצעות"]},e.exports.Back_input={en:["Back"],he_IL:["חזור"]},e.exports["Bands style_input"]={en:["Bands style"],he_IL:["סגנון רצועות"]},e.exports.Bar_input={en:["Bar"],he_IL:["בר"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],he_IL:["תקופות קו הבסיס"]},e.exports["Base Line_input"]={en:["Base Line"],he_IL:["קו בסיס"]},e.exports.Basis_input={en:["Basis"],he_IL:["בּסיס"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],he_IL:["רצועות בולינג'ר %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],he_IL:["רוחב רצועות בולינג'ר"]},e.exports.Borders_input={en:["Borders"],he_IL:["גבולות"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],he_IL:["שיטת הקצאת גודל תיבה"]},e.exports["Box size_input"]={en:["Box size"],he_IL:["גודל התיבה"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],he_IL:["לְבַטֵל"]},e.exports.Candles_input={en:["Candles"],he_IL:["נרות"]},e.exports.Centered_input={en:["Centered"],he_IL:["מְרוּכָּז"]},e.exports.Century_input={en:["Century"],he_IL:["מאה"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],he_IL:["מתנד חייקין"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],he_IL:["סגירה"]},e.exports["Color 0_input"]={en:["Color 0"],he_IL:["צבע 0"]},e.exports["Color 1_input"]={en:["Color 1"],he_IL:["צבע 1"]},e.exports["Color 2_input"]={
en:["Color 2"],he_IL:["צבע 2"]},e.exports["Color 3_input"]={en:["Color 3"],he_IL:["צבע 3"]},e.exports["Color 4_input"]={en:["Color 4"],he_IL:["צבע 4"]},e.exports["Color 5_input"]={en:["Color 5"],he_IL:["צבע 5"]},e.exports["Color 6_input"]={en:["Color 6"],he_IL:["צבע 6"]},e.exports["Color 7_input"]={en:["Color 7"],he_IL:["צבע 7"]},e.exports["Color 8_input"]={en:["Color 8"],he_IL:["צבע 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],he_IL:["צבע הנר על בסיס הסגירה הקודמת"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],he_IL:["צבע מבוסס על סגירה קודמת"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],he_IL:["תקופות קו המרה"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],he_IL:["קו המרה"]},e.exports.Correlation_input={en:["Correlation"],he_IL:["קורלציה"]},e.exports.Count_input={en:["Count"],he_IL:["לספור"]},e.exports.Crosses_input={en:["Crosses"],he_IL:["חוצה"]},e.exports.Custom_input={en:["Custom"],he_IL:["התאם אישית"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],he_IL:["אורך DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],he_IL:["יום"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],he_IL:["ימים בשנה"]},e.exports.Decade_input={en:["Decade"],he_IL:["עשור"]},e.exports.Delta_input={en:["Delta"],he_IL:["דלתא"]},e.exports.Depth_input={en:["Depth"],he_IL:["עומק"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],he_IL:["פיתוח POC"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],he_IL:["סטייה (%)"]},e.exports.Deviation_input={en:["Deviation"],he_IL:["סטייה"]},e.exports.Divisor_input={en:["Divisor"],he_IL:["מחלק"]},e.exports["Down Volume_input"]={en:["Down Volume"],he_IL:["ווליום יורד"]},e.exports["Down bars_input"]={en:["Down bars"],he_IL:["ברים יורדים"]},e.exports["Down color_input"]={en:["Down color"],he_IL:["צבע תחתון"]},e.exports["Down fractals_input"]={en:["Down fractals"],he_IL:["פרקטלי ירידה"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],he_IL:["כל (טרום מסחר, מרקט, מסחר מאוחר)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"],he_IL:["קו שוויון"]},e.exports.Exponential_input={en:["Exponential"],he_IL:["אקספוננציאלי"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"],he_IL:["הרחב ימינה"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],he_IL:["הרחב VAH ימינה"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],he_IL:["הרחב VAL ימינה"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],he_IL:["הרחב לנר האחרון"]},e.exports.Falling_input={en:["Falling"],he_IL:["יורד"]},e.exports["Fast Length_input"]={en:["Fast Length"], en:["Color 2"],he_IL:["צבע 2"]},e.exports["Color 3_input"]={en:["Color 3"],he_IL:["צבע 3"]},e.exports["Color 4_input"]={en:["Color 4"],he_IL:["צבע 4"]},e.exports["Color 5_input"]={en:["Color 5"],he_IL:["צבע 5"]},e.exports["Color 6_input"]={en:["Color 6"],he_IL:["צבע 6"]},e.exports["Color 7_input"]={en:["Color 7"],he_IL:["צבע 7"]},e.exports["Color 8_input"]={en:["Color 8"],he_IL:["צבע 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],he_IL:["צבע הנר על בסיס הסגירה הקודמת"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],he_IL:["צבע מבוסס על סגירה קודמת"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],he_IL:["תקופות קו המרה"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],he_IL:["קו המרה"]},e.exports.Correlation_input={en:["Correlation"],he_IL:["קורלציה"]},e.exports.Count_input={en:["Count"],he_IL:["לספור"]},e.exports.Crosses_input={en:["Crosses"],he_IL:["חוצה"]},e.exports.Custom_input={en:["Custom"],he_IL:["התאם אישית"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],he_IL:["אורך DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],he_IL:["יום"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],he_IL:["ימים בשנה"]},e.exports.Decade_input={en:["Decade"],he_IL:["עשור"]},e.exports.Delta_input={en:["Delta"],he_IL:["דלתא"]},e.exports.Depth_input={en:["Depth"],he_IL:["עומק"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],he_IL:["פיתוח POC"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],he_IL:["סטייה (%)"]},e.exports.Deviation_input={en:["Deviation"],he_IL:["סטייה"]},e.exports.Divisor_input={en:["Divisor"],he_IL:["מחלק"]},e.exports["Down Volume_input"]={en:["Down Volume"],he_IL:["ווליום יורד"]},e.exports["Down bars_input"]={en:["Down bars"],he_IL:["ברים יורדים"]},e.exports["Down color_input"]={en:["Down color"],he_IL:["צבע תחתון"]},e.exports["Down fractals_input"]={en:["Down fractals"],he_IL:["פרקטלי ירידה"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],he_IL:["כל (טרום מסחר, מרקט, מסחר מאוחר)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"],he_IL:["קו שוויון"]},e.exports.Exponential_input={en:["Exponential"],he_IL:["אקספוננציאלי"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"],he_IL:["הרחב ימינה"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],he_IL:["הרחב VAH ימינה"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],he_IL:["הרחב VAL ימינה"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],he_IL:["הרחב לנר האחרון"]},e.exports.Falling_input={en:["Falling"],he_IL:["יורד"]},e.exports["Fast Length_input"]={en:["Fast Length"],
he_IL:["אורך מהיר"]},e.exports["Fast length_input"]={en:["Fast length"],he_IL:["אורך מהיר"]},e.exports.Fill_input={en:["Fill"],he_IL:["למלא"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],he_IL:["עולה"]},e.exports["HLC bars_input"]={en:["HLC bars"],he_IL:["נרות HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],he_IL:["קופסת היסטוגרמה"]},e.exports.Histogram_input={en:["Histogram"],he_IL:["היסטוגרמה"]},e.exports["Hull MA_input"]={en:["Hull MA"],he_IL:["ממוצע נע Hull"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"],he_IL:["אינדיקטור"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],he_IL:["כלי 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],he_IL:["כלי 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],he_IL:["משקיע אורך EMA 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],he_IL:["משקיע אורך EMA 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],he_IL:["משקיע אורך EMA 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],he_IL:["משקיע אורך EMA 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],he_IL:["משקיע אורך EMA 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],he_IL:["משקיע אורך EMA 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],he_IL:["אורך הלסת"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"],he_IL:["לסת"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],he_IL:["מיקום תוויות"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],he_IL:["תוויות בסולם מחירים"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],he_IL:["תקופות בפיגור"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],he_IL:["מוביל משמעותי"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],he_IL:["מוביל 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],he_IL:["מוביל טווח B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],he_IL:["Lagging Span 2 Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"],he_IL:["אורך ממוצע נע אקספוננציאלי"]},e.exports["Length MA_input"]={en:["Length MA"],he_IL:["אורך ממוצע נע"]},e.exports.Length1_input={en:["Length1"],he_IL:[ורך1"]},e.exports.Length2_input={en:["Length2"],he_IL:[ורך2"]},e.exports.Length3_input={en:["Length3"],he_IL:[ורך3"]},e.exports.Length_input={en:["Length"],he_IL:["אורך"]},e.exports.Level_input={en:["Level"],he_IL:["רָמָה"]},e.exports["Levels Format_input"]={en:["Levels Format"],he_IL:["פורמט רמות"]},e.exports.Limit_input={en:["Limit"],he_IL:["לימיט"]},e.exports.Line_input={en:["Line"],he_IL:["קו"]},e.exports["Lips Length_input"]={en:["Lips Length"],he_IL:["אורך השפתיים"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]}, he_IL:["אורך מהיר"]},e.exports["Fast length_input"]={en:["Fast length"],he_IL:["אורך מהיר"]},e.exports.Fill_input={en:["Fill"],he_IL:["למלא"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],he_IL:["עולה"]},e.exports["HLC bars_input"]={en:["HLC bars"],he_IL:["נרות HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],he_IL:["קופסת היסטוגרמה"]},e.exports.Histogram_input={en:["Histogram"],he_IL:["היסטוגרמה"]},e.exports["Hull MA_input"]={en:["Hull MA"],he_IL:["ממוצע נע Hull"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"],he_IL:["אינדיקטור"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],he_IL:["כלי 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],he_IL:["כלי 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],he_IL:["משקיע אורך EMA 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],he_IL:["משקיע אורך EMA 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],he_IL:["משקיע אורך EMA 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],he_IL:["משקיע אורך EMA 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],he_IL:["משקיע אורך EMA 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],he_IL:["משקיע אורך EMA 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],he_IL:["אורך הלסת"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"],he_IL:["לסת"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],he_IL:["מיקום תוויות"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],he_IL:["תוויות בסולם מחירים"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],he_IL:["תקופות בפיגור"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],he_IL:["מוביל משמעותי"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],he_IL:["מוביל 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],he_IL:["מוביל טווח B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],he_IL:["Lagging Span 2 Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"],he_IL:["אורך ממוצע נע אקספוננציאלי"]},e.exports["Length MA_input"]={en:["Length MA"],he_IL:["אורך ממוצע נע"]},e.exports.Length1_input={en:["Length1"],he_IL:[ורך1"]},e.exports.Length2_input={en:["Length2"],he_IL:[ורך2"]},e.exports.Length3_input={en:["Length3"],he_IL:[ורך3"]},e.exports.Length_input={en:["Length"],he_IL:["אורך"]},e.exports.Level_input={en:["Level"],he_IL:["רָמָה"]},e.exports["Levels Format_input"]={en:["Levels Format"],he_IL:["פורמט רמות"]},e.exports.Limit_input={en:["Limit"],he_IL:["לימיט"]},e.exports.Line_input={en:["Line"],he_IL:["קו"]},e.exports["Lips Length_input"]={en:["Lips Length"],he_IL:["אורך השפתיים"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},
@@ -28,13 +28,13 @@ e.exports["Williams Percent Range_study"]={en:["Williams Percent Range"],he_IL:[
he_IL:["תמונת הגרף הועתקה ללוח {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],he_IL:["קוד הטמעת תמונת גרף הועתק ללוח {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],he_IL:["איי צ'טהאם"]}},72452:e=>{e.exports={en:["Chicago"],he_IL:["שיקגו"]}},50349:e=>{e.exports={en:["Chongqing"],he_IL:["צ'ונגצ'ינג"]}},91944:e=>{e.exports={en:["Circle"],he_IL:["מעגל"]}},14985:e=>{e.exports={en:["Click to set a point"],he_IL:["לחץ על מנת לקבוע נקודה"]}},12537:e=>{e.exports={en:["Clone"],he_IL:["שכפל"]}},62578:e=>{e.exports={en:["Close"],he_IL:["סגירה"]}},264:e=>{e.exports={en:["Create limit order"],he_IL:["צור פקודת לימיט"]}},6969:e=>{e.exports={en:["Cross"],he_IL:["צלב"]}},74334:e=>{e.exports={en:["Cross Line"],he_IL:["קו חוצה"]}},59396:e=>{e.exports={en:["Currencies"],he_IL:['מט"ח']}},20177:e=>{e.exports={en:["Current interval and above"],he_IL:["אינטרוול נוכחי ומעלה"]}},494:e=>{e.exports={en:["Current interval and below"],he_IL:["אינטרוול נוכחי ומטה"]}},60668:e=>{e.exports={en:["Current interval only"],he_IL:["אינטרוול נוכחי בלבד"]}},78609:e=>{e.exports={en:["Curve"],he_IL:["עיקול"]}},87380:e=>{e.exports={en:["Cycle"],he_IL:["מחזור"]}},84031:e=>{e.exports={en:["Cyclic Lines"],he_IL:["קווים מחזוריים"]}},93191:e=>{e.exports={en:["Cypher Pattern"],he_IL:["תבנית סייפר"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],he_IL:["פריסה בשם זה כבר קיימת"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],he_IL:["פריסה בשם זה כבר קיימת. האם אתה רוצה להחליף אותו?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],he_IL:["דפוס ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"],he_IL:["אמסטרדם"]}},24185:e=>{e.exports={en:["Anchor"],he_IL:["עוגן"]}},42630:e=>{e.exports={en:["Anchorage"],he_IL:["מעגן"]}},42669:e=>{e.exports={en:["Anchored Text"],he_IL:["טקסט מעוגן"]}},84541:e=>{e.exports={en:["Anchored VWAP"],he_IL:["VWAP מעוגן"]}},77401:e=>{e.exports={en:["Access error"],he_IL:["שגיאת גישה"]}},46501:e=>{e.exports={en:["Add Symbol"],he_IL:["הוסף סימול"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],he_IL:["הוסף ערך פיננסי עבור {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],he_IL:["הוסף אינדיקטור/אסטרטגיה ב- {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],he_IL:["הוסף מדד פיננסי זה לפריסה שלמה"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],he_IL:["הוסף את המדד הפיננסי הזה למועדפים"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],he_IL:["הוסף אינדיקטור זה לפריסה שלמה"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],he_IL:["הוסף אינדיקטור זה למועדפים"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],he_IL:["הוסף אסטרטגיה זו לפריסה שלמה"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],he_IL:["הוסף סימול זה לפריסה שלמה"]}},426:e=>{e.exports={en:["Adelaide"],he_IL:["אדלייד"]}},40452:e=>{e.exports={en:["Always invisible"],he_IL:["תמיד בלתי נראה"]}}, he_IL:["תמונת הגרף הועתקה ללוח {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],he_IL:["קוד הטמעת תמונת גרף הועתק ללוח {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],he_IL:["איי צ'טהאם"]}},72452:e=>{e.exports={en:["Chicago"],he_IL:["שיקגו"]}},50349:e=>{e.exports={en:["Chongqing"],he_IL:["צ'ונגצ'ינג"]}},91944:e=>{e.exports={en:["Circle"],he_IL:["מעגל"]}},14985:e=>{e.exports={en:["Click to set a point"],he_IL:["לחץ על מנת לקבוע נקודה"]}},12537:e=>{e.exports={en:["Clone"],he_IL:["שכפל"]}},62578:e=>{e.exports={en:["Close"],he_IL:["סגירה"]}},264:e=>{e.exports={en:["Create limit order"],he_IL:["צור פקודת לימיט"]}},6969:e=>{e.exports={en:["Cross"],he_IL:["צלב"]}},74334:e=>{e.exports={en:["Cross Line"],he_IL:["קו חוצה"]}},59396:e=>{e.exports={en:["Currencies"],he_IL:['מט"ח']}},20177:e=>{e.exports={en:["Current interval and above"],he_IL:["אינטרוול נוכחי ומעלה"]}},494:e=>{e.exports={en:["Current interval and below"],he_IL:["אינטרוול נוכחי ומטה"]}},60668:e=>{e.exports={en:["Current interval only"],he_IL:["אינטרוול נוכחי בלבד"]}},78609:e=>{e.exports={en:["Curve"],he_IL:["עיקול"]}},87380:e=>{e.exports={en:["Cycle"],he_IL:["מחזור"]}},84031:e=>{e.exports={en:["Cyclic Lines"],he_IL:["קווים מחזוריים"]}},93191:e=>{e.exports={en:["Cypher Pattern"],he_IL:["תבנית סייפר"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],he_IL:["פריסה בשם זה כבר קיימת"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],he_IL:["פריסה בשם זה כבר קיימת. האם אתה רוצה להחליף אותו?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],he_IL:["דפוס ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"],he_IL:["אמסטרדם"]}},24185:e=>{e.exports={en:["Anchor"],he_IL:["עוגן"]}},42630:e=>{e.exports={en:["Anchorage"],he_IL:["מעגן"]}},42669:e=>{e.exports={en:["Anchored Text"],he_IL:["טקסט מעוגן"]}},84541:e=>{e.exports={en:["Anchored VWAP"],he_IL:["VWAP מעוגן"]}},77401:e=>{e.exports={en:["Access error"],he_IL:["שגיאת גישה"]}},46501:e=>{e.exports={en:["Add Symbol"],he_IL:["הוסף סימול"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],he_IL:["הוסף ערך פיננסי עבור {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],he_IL:["הוסף אינדיקטור/אסטרטגיה ב- {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],he_IL:["הוסף מדד פיננסי זה לפריסה שלמה"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],he_IL:["הוסף את המדד הפיננסי הזה למועדפים"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],he_IL:["הוסף אינדיקטור זה לפריסה שלמה"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],he_IL:["הוסף אינדיקטור זה למועדפים"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],he_IL:["הוסף אסטרטגיה זו לפריסה שלמה"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],he_IL:["הוסף סימול זה לפריסה שלמה"]}},426:e=>{e.exports={en:["Adelaide"],he_IL:["אדלייד"]}},40452:e=>{e.exports={en:["Always invisible"],he_IL:["תמיד בלתי נראה"]}},
36299:e=>{e.exports={en:["Always visible"],he_IL:["תמיד גלוי"]}},58026:e=>{e.exports={en:["All intervals"],he_IL:["כל האינטרוולים"]}},78358:e=>{e.exports={en:["Apply default"],he_IL:["החל ברירת מחדל"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],he_IL:["החל אינדיקטורים אלה על כל הפריסה"]}},27072:e=>{e.exports={en:["Apr"],he_IL:["אפר'"]}},59324:e=>{e.exports={en:["Arc"],he_IL:["קשת"]}},34456:e=>{e.exports={en:["Area"],he_IL:["אזור"]}},11858:e=>{e.exports={en:["Arrow"],he_IL:["חץ"]}},34247:e=>{e.exports={en:["Arrow Down"],he_IL:["חץ למטה"]}},36352:e=>{e.exports={en:["Arrow Marker"],he_IL:["סמן חץ"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],he_IL:["חץ למטה"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],he_IL:["חץ שמאלה"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],he_IL:["חץ ימינה"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],he_IL:["חץ למעלה"]}},77231:e=>{e.exports={en:["Arrow Up"],he_IL:["חץ למעלה"]}},98128:e=>{e.exports={en:["Astana"],he_IL:["אסטנה"]}},63627:e=>{e.exports={en:["Ashgabat"],he_IL:["אשחבד"]}},72445:e=>{e.exports={en:["At close"],he_IL:["מקרוב"]}},73702:e=>{e.exports={en:["Athens"],he_IL:["אתונה"]}},21469:e=>{e.exports={en:["Auto"],he_IL:["אוטו'"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],he_IL:["אוטו' (מתאים נתונים למסך)"]}},46450:e=>{e.exports={en:["Aug"],he_IL:["אוג'"]}},21841:e=>{e.exports={en:["Average close price label"],he_IL:["תווית מחיר ממוצעת קרובה"]}},16138:e=>{e.exports={en:["Average close price line"],he_IL:["קו מחיר סגירה ממוצע"]}},73025:e=>{e.exports={en:["Avg"],he_IL:["Avg ממוצע"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"],he_IL:["בוגוטה"]}},90594:e=>{e.exports={en:["Bahrain"],he_IL:["בחריין"]}},70540:e=>{e.exports={en:["Balloon"],he_IL:["בלון"]}},47045:e=>{e.exports={en:["Bangkok"],he_IL:["בנגקוק"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],he_IL:["הפעלה חוזרת אינה זמינה לסוג גרף זה. רוצה לצאת מהפעלה חוזרת?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],he_IL:["הפעלה חוזרת אינה זמינה לסימול זה. רוצה לצאת מהפעלה חוזרת?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],he_IL:["הפעלה חוזרת של בר אינה זמינה לאינטרוול הזמן הזה. רוצה לצאת מהפעלה חוזרת?"]}},27377:e=>{e.exports={en:["Bars"],he_IL:["גרף עמודות"]}},81994:e=>{e.exports={en:["Bars Pattern"],he_IL:["תבנית נרות"]}},59213:e=>{e.exports={en:["Baseline"],he_IL:["קו -בסיס"]}},71797:e=>{e.exports={en:["Belgrade"],he_IL:["בלגרד"]}},64313:e=>{e.exports={en:["Berlin"],he_IL:["ברלין"]}},43539:e=>{e.exports={en:["Brush"],he_IL:["מברשת"]}},91499:e=>{e.exports={en:["Brussels"],he_IL:["בריסל"]}},70876:e=>{e.exports={en:["Bratislava"],he_IL:["ברטיסלבה"]}},55481:e=>{e.exports={en:["Bring forward"],he_IL:["הצג מקדימה"]}},17293:e=>{e.exports={en:["Bring to front"],he_IL:["הבא לחזית"]}},79336:e=>{e.exports={en:["Brisbane"],he_IL:["בריסביין"]}},33672:e=>{e.exports={en:["Bucharest"],he_IL:["בוקרשט"]}}, 36299:e=>{e.exports={en:["Always visible"],he_IL:["תמיד גלוי"]}},58026:e=>{e.exports={en:["All intervals"],he_IL:["כל האינטרוולים"]}},78358:e=>{e.exports={en:["Apply default"],he_IL:["החל ברירת מחדל"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],he_IL:["החל אינדיקטורים אלה על כל הפריסה"]}},27072:e=>{e.exports={en:["Apr"],he_IL:["אפר'"]}},59324:e=>{e.exports={en:["Arc"],he_IL:["קשת"]}},34456:e=>{e.exports={en:["Area"],he_IL:["אזור"]}},11858:e=>{e.exports={en:["Arrow"],he_IL:["חץ"]}},34247:e=>{e.exports={en:["Arrow Down"],he_IL:["חץ למטה"]}},36352:e=>{e.exports={en:["Arrow Marker"],he_IL:["סמן חץ"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],he_IL:["חץ למטה"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],he_IL:["חץ שמאלה"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],he_IL:["חץ ימינה"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],he_IL:["חץ למעלה"]}},77231:e=>{e.exports={en:["Arrow Up"],he_IL:["חץ למעלה"]}},98128:e=>{e.exports={en:["Astana"],he_IL:["אסטנה"]}},63627:e=>{e.exports={en:["Ashgabat"],he_IL:["אשחבד"]}},72445:e=>{e.exports={en:["At close"],he_IL:["מקרוב"]}},73702:e=>{e.exports={en:["Athens"],he_IL:["אתונה"]}},21469:e=>{e.exports={en:["Auto"],he_IL:["אוטו'"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],he_IL:["אוטו' (מתאים נתונים למסך)"]}},46450:e=>{e.exports={en:["Aug"],he_IL:["אוג'"]}},21841:e=>{e.exports={en:["Average close price label"],he_IL:["תווית מחיר ממוצעת קרובה"]}},16138:e=>{e.exports={en:["Average close price line"],he_IL:["קו מחיר סגירה ממוצע"]}},73025:e=>{e.exports={en:["Avg"],he_IL:["Avg ממוצע"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"],he_IL:["בוגוטה"]}},90594:e=>{e.exports={en:["Bahrain"],he_IL:["בחריין"]}},70540:e=>{e.exports={en:["Balloon"],he_IL:["בלון"]}},47045:e=>{e.exports={en:["Bangkok"],he_IL:["בנגקוק"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],he_IL:["הפעלה חוזרת אינה זמינה לסוג גרף זה. רוצה לצאת מהפעלה חוזרת?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],he_IL:["הפעלה חוזרת אינה זמינה לסימול זה. רוצה לצאת מהפעלה חוזרת?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],he_IL:["הפעלה חוזרת של בר אינה זמינה לאינטרוול הזמן הזה. רוצה לצאת מהפעלה חוזרת?"]}},27377:e=>{e.exports={en:["Bars"],he_IL:["גרף עמודות"]}},81994:e=>{e.exports={en:["Bars Pattern"],he_IL:["תבנית נרות"]}},59213:e=>{e.exports={en:["Baseline"],he_IL:["קו -בסיס"]}},71797:e=>{e.exports={en:["Belgrade"],he_IL:["בלגרד"]}},64313:e=>{e.exports={en:["Berlin"],he_IL:["ברלין"]}},43539:e=>{e.exports={en:["Brush"],he_IL:["מברשת"]}},91499:e=>{e.exports={en:["Brussels"],he_IL:["בריסל"]}},70876:e=>{e.exports={en:["Bratislava"],he_IL:["ברטיסלבה"]}},55481:e=>{e.exports={en:["Bring forward"],he_IL:["הצג מקדימה"]}},17293:e=>{e.exports={en:["Bring to front"],he_IL:["הבא לחזית"]}},79336:e=>{e.exports={en:["Brisbane"],he_IL:["בריסביין"]}},33672:e=>{e.exports={en:["Bucharest"],he_IL:["בוקרשט"]}},
20313:e=>{e.exports={en:["Budapest"],he_IL:["בודפשט"]}},25282:e=>{e.exports={en:["Buenos Aires"],he_IL:["בואנוס איירס"]}},46768:e=>{e.exports={en:["By TradingView"],he_IL:["מאת TradingView"]}},54280:e=>{e.exports={en:["Go to date"],he_IL:["עבור לתאריך"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],he_IL:["עבור אל {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],he_IL:["הבנתי"]}},47460:e=>{e.exports={en:["Gann Box"],he_IL:["קופסת גאן"]}},48683:e=>{e.exports={en:["Gann Fan"],he_IL:["מניפת גאן"]}},44763:e=>{e.exports={en:["Gann Square"],he_IL:["מרובע גאן"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],he_IL:["רבוע Gann קבוע"]}},46808:e=>{e.exports={en:["Ghost Feed"],he_IL:["הזנת צל"]}},57726:e=>{e.exports={en:["Grand supercycle"],he_IL:["סופר גל גדול"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],he_IL:["האם אתה באמת רוצה למחוק את תבנית האינדיקטור '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],he_IL:["האם אתה באמת רוצה למחוק את המחקר ואת כל הבנים שלו?"]}},77125:e=>{e.exports={en:["Double Curve"],he_IL:["עיקול כפול"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],he_IL:["לחץ פעמיים על קצה כלשהו כדי לאפס את רשת הפריסה"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],he_IL:["לחץ פעמיים כדי לסיים את הנתיב"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],he_IL:["לחץ פעמיים כדי לסיים את Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],he_IL:["הקש פעמיים על קצה כלשהו כדי לאפס את רשת הפריסה"]}},57131:e=>{e.exports={en:["Data Provided by"],he_IL:["הנתונים מסופקים על ידי"]}},22677:e=>{e.exports={en:["Date"],he_IL:["תאריך"]}},85444:e=>{e.exports={en:["Date Range"],he_IL:["טווח תאריכים"]}},47017:e=>{e.exports={en:["Date and Price Range"],he_IL:["תאריך וטווח מחירים"]}},32084:e=>{e.exports={en:["Dec"],he_IL:["דצמ'"]}},23403:e=>{e.exports={en:["Degree"],he_IL:["מידה"]}},27358:e=>{e.exports={en:["Denver"],he_IL:["דנוור"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],he_IL:["יהלום"]}},91544:e=>{e.exports={en:["Disjoint Channel"],he_IL:["ערוץ מנותק"]}},70132:e=>{e.exports={en:["Displacement"],he_IL:["שינוי מיקום"]}},93864:e=>{e.exports={en:["Drawings toolbar"],he_IL:["סרגל כלי ציור"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],he_IL:["שרטט קו אופקי ב-{price}"]}},23650:e=>{e.exports={en:["Dubai"],he_IL:["דובאי"]}},79716:e=>{e.exports={en:["Dublin"],he_IL:["דבלין"]}},73456:e=>{e.exports={en:["Emoji"],he_IL:["אימוג'י"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],he_IL:["הכנס שם חדש לפריסת הגרף"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],he_IL:["תיקון גל אליוט (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],he_IL:["גלי אליוט קומבו כפול (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],he_IL:["גלי אליוט אימפולס (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],he_IL:["משולש גלי אליוט (ABCDE)"]}},76129:e=>{ 20313:e=>{e.exports={en:["Budapest"],he_IL:["בודפשט"]}},25282:e=>{e.exports={en:["Buenos Aires"],he_IL:["בואנוס איירס"]}},46768:e=>{e.exports={en:["By TradingView"],he_IL:["מאת TradingView"]}},54280:e=>{e.exports={en:["Go to date"],he_IL:["עבור לתאריך"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],he_IL:["עבור אל {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],he_IL:["הבנתי"]}},47460:e=>{e.exports={en:["Gann Box"],he_IL:["קופסת גאן"]}},48683:e=>{e.exports={en:["Gann Fan"],he_IL:["מניפת גאן"]}},44763:e=>{e.exports={en:["Gann Square"],he_IL:["מרובע גאן"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],he_IL:["רבוע Gann קבוע"]}},46808:e=>{e.exports={en:["Ghost Feed"],he_IL:["הזנת צל"]}},57726:e=>{e.exports={en:["Grand supercycle"],he_IL:["סופר גל גדול"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],he_IL:["האם אתה באמת רוצה למחוק את תבנית האינדיקטור '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],he_IL:["האם אתה באמת רוצה למחוק את המחקר ואת כל הבנים שלו?"]}},77125:e=>{e.exports={en:["Double Curve"],he_IL:["עיקול כפול"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],he_IL:["לחץ פעמיים על קצה כלשהו כדי לאפס את רשת הפריסה"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],he_IL:["לחץ פעמיים כדי לסיים את הנתיב"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],he_IL:["לחץ פעמיים כדי לסיים את Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],he_IL:["הקש פעמיים על קצה כלשהו כדי לאפס את רשת הפריסה"]}},57131:e=>{e.exports={en:["Data Provided by"],he_IL:["הנתונים מסופקים על ידי"]}},22677:e=>{e.exports={en:["Date"],he_IL:["תאריך"]}},85444:e=>{e.exports={en:["Date Range"],he_IL:["טווח תאריכים"]}},47017:e=>{e.exports={en:["Date and Price Range"],he_IL:["תאריך וטווח מחירים"]}},32084:e=>{e.exports={en:["Dec"],he_IL:["דצמ'"]}},23403:e=>{e.exports={en:["Degree"],he_IL:["מידה"]}},27358:e=>{e.exports={en:["Denver"],he_IL:["דנוור"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],he_IL:["יהלום"]}},91544:e=>{e.exports={en:["Disjoint Channel"],he_IL:["ערוץ מנותק"]}},70132:e=>{e.exports={en:["Displacement"],he_IL:["שינוי מיקום"]}},93864:e=>{e.exports={en:["Drawings toolbar"],he_IL:["סרגל כלי ציור"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],he_IL:["שרטט קו אופקי ב-{price}"]}},23650:e=>{e.exports={en:["Dubai"],he_IL:["דובאי"]}},79716:e=>{e.exports={en:["Dublin"],he_IL:["דבלין"]}},73456:e=>{e.exports={en:["Emoji"],he_IL:["אימוג'י"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],he_IL:["הכנס שם חדש לפריסת הגרף"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],he_IL:["תיקון גל אליוט (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],he_IL:["גלי אליוט קומבו כפול (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],he_IL:["גלי אליוט אימפולס (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],he_IL:["משולש גלי אליוט (ABCDE)"]}},76129:e=>{
e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],he_IL:["גל אליוט קומבו-משולש (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],he_IL:["אליפסה"]}},52788:e=>{e.exports={en:["Extended Line"],he_IL:["קו מורחב"]}},86905:e=>{e.exports={en:["Exchange"],he_IL:["בורסה"]}},19271:e=>{e.exports={en:["Existing pane above"],he_IL:["חלון הנמצא מעל"]}},46545:e=>{e.exports={en:["Existing pane below"],he_IL:["חלון הנמצא מתחת"]}},20138:e=>{e.exports={en:["Forecast"],he_IL:["תחזית"]}},2507:e=>{e.exports={en:["Feb"],he_IL:["פבר'"]}},59005:e=>{e.exports={en:["Fib Channel"],he_IL:["ערוץ פיבונאצ'י"]}},82330:e=>{e.exports={en:["Fib Circles"],he_IL:["מעגלי פיבונאצ'י"]}},55986:e=>{e.exports={en:["Fib Retracement"],he_IL:["תיקוני פיבונאצ'י"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],he_IL:["קשתות התנגדות מהירות פיבונאצ'י"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],he_IL:["מניפת התנגדות למהירות פיבונאצ'י"]}},39014:e=>{e.exports={en:["Fib Spiral"],he_IL:["ספירלת פיבונאצ'י"]}},30622:e=>{e.exports={en:["Fib Time Zone"],he_IL:["אזור זמן פיבונאצ'י"]}},85042:e=>{e.exports={en:["Fib Wedge"],he_IL:["טריז פיבונאצ'י"]}},33885:e=>{e.exports={en:["Flag"],he_IL:["דגל"]}},14600:e=>{e.exports={en:["Flag Mark"],he_IL:["סמן בדגל"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],he_IL:["שיא/שפל חלק"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],he_IL:["חלק שבור אינו חוקי"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],he_IL:["מחקרים פונדמנטאליים אינם זמינים עוד על הגרף"]}},31561:e=>{e.exports={en:["Kolkata"],he_IL:["כלכותה"]}},54533:e=>{e.exports={en:["Kathmandu"],he_IL:["קטמנדו"]}},83490:e=>{e.exports={en:["Kagi"],he_IL:["גרף קאגי"]}},70913:e=>{e.exports={en:["Karachi"],he_IL:["קראצ'י"]}},76614:e=>{e.exports={en:["Kuwait"],he_IL:["כווית"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],he_IL:["קואלה לומפור"]}},99906:e=>{e.exports={en:["HLC area"],he_IL:["איזור HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"],he_IL:["הו צ'י מין"]}},13459:e=>{e.exports={en:["Hollow candles"],he_IL:["נרות חלולים"]}},48861:e=>{e.exports={en:["Hong Kong"],he_IL:["הונג קונג"]}},79668:e=>{e.exports={en:["Honolulu"],he_IL:["הונולולו"]}},21795:e=>{e.exports={en:["Horizontal Line"],he_IL:["קו אופקי"]}},25487:e=>{e.exports={en:["Horizontal Ray"],he_IL:["קרן אופקית"]}},21928:e=>{e.exports={en:["Head and Shoulders"],he_IL:["ראש וכתפיים"]}},63876:e=>{e.exports={en:["Heikin Ashi"],he_IL:["הייקין אשי"]}},48203:e=>{e.exports={en:["Helsinki"],he_IL:["הלסינקי"]}},27298:e=>{e.exports={en:["Hide"],he_IL:["הסתר"]}},47074:e=>{e.exports={en:["Hide all"],he_IL:["הסתר הכל"]}},52563:e=>{e.exports={en:["Hide all drawings"],he_IL:["הסתר את כל כלי השרטוט"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],he_IL:["הסתר את כל השרטוטים והאינדיקטורים"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],he_IL:["הסתר את כל השרטוטים, האינדיקטורים, הפוזיציות והפקודות"]}},78525:e=>{e.exports={en:["Hide all indicators"],he_IL:["הסתר את כל האינדיקטורים"]}},42164:e=>{e.exports={ e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],he_IL:["גל אליוט קומבו-משולש (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],he_IL:["אליפסה"]}},52788:e=>{e.exports={en:["Extended Line"],he_IL:["קו מורחב"]}},86905:e=>{e.exports={en:["Exchange"],he_IL:["בורסה"]}},19271:e=>{e.exports={en:["Existing pane above"],he_IL:["חלון הנמצא מעל"]}},46545:e=>{e.exports={en:["Existing pane below"],he_IL:["חלון הנמצא מתחת"]}},20138:e=>{e.exports={en:["Forecast"],he_IL:["תחזית"]}},2507:e=>{e.exports={en:["Feb"],he_IL:["פבר'"]}},59005:e=>{e.exports={en:["Fib Channel"],he_IL:["ערוץ פיבונאצ'י"]}},82330:e=>{e.exports={en:["Fib Circles"],he_IL:["מעגלי פיבונאצ'י"]}},55986:e=>{e.exports={en:["Fib Retracement"],he_IL:["תיקוני פיבונאצ'י"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],he_IL:["קשתות התנגדות מהירות פיבונאצ'י"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],he_IL:["מניפת התנגדות למהירות פיבונאצ'י"]}},39014:e=>{e.exports={en:["Fib Spiral"],he_IL:["ספירלת פיבונאצ'י"]}},30622:e=>{e.exports={en:["Fib Time Zone"],he_IL:["אזור זמן פיבונאצ'י"]}},85042:e=>{e.exports={en:["Fib Wedge"],he_IL:["טריז פיבונאצ'י"]}},33885:e=>{e.exports={en:["Flag"],he_IL:["דגל"]}},14600:e=>{e.exports={en:["Flag Mark"],he_IL:["סמן בדגל"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],he_IL:["שיא/שפל חלק"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],he_IL:["חלק שבור אינו חוקי"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],he_IL:["מחקרים פונדמנטאליים אינם זמינים עוד על הגרף"]}},31561:e=>{e.exports={en:["Kolkata"],he_IL:["כלכותה"]}},54533:e=>{e.exports={en:["Kathmandu"],he_IL:["קטמנדו"]}},83490:e=>{e.exports={en:["Kagi"],he_IL:["גרף קאגי"]}},70913:e=>{e.exports={en:["Karachi"],he_IL:["קראצ'י"]}},76614:e=>{e.exports={en:["Kuwait"],he_IL:["כווית"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],he_IL:["קואלה לומפור"]}},99906:e=>{e.exports={en:["HLC area"],he_IL:["איזור HLC"]}},886:e=>{e.exports={en:["HLC bars"],he_IL:["נרות גנס"]}},34491:e=>{e.exports={en:["Ho Chi Minh"],he_IL:["הו צ'י מין"]}},13459:e=>{e.exports={en:["Hollow candles"],he_IL:["נרות חלולים"]}},48861:e=>{e.exports={en:["Hong Kong"],he_IL:["הונג קונג"]}},79668:e=>{e.exports={en:["Honolulu"],he_IL:["הונולולו"]}},21795:e=>{e.exports={en:["Horizontal Line"],he_IL:["קו אופקי"]}},25487:e=>{e.exports={en:["Horizontal Ray"],he_IL:["קרן אופקית"]}},21928:e=>{e.exports={en:["Head and Shoulders"],he_IL:["ראש וכתפיים"]}},63876:e=>{e.exports={en:["Heikin Ashi"],he_IL:["הייקין אשי"]}},48203:e=>{e.exports={en:["Helsinki"],he_IL:["הלסינקי"]}},27298:e=>{e.exports={en:["Hide"],he_IL:["הסתר"]}},47074:e=>{e.exports={en:["Hide all"],he_IL:["הסתר הכל"]}},52563:e=>{e.exports={en:["Hide all drawings"],he_IL:["הסתר את כל כלי השרטוט"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],he_IL:["הסתר את כל השרטוטים והאינדיקטורים"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],he_IL:["הסתר את כל השרטוטים, האינדיקטורים, הפוזיציות והפקודות"]}},78525:e=>{e.exports={en:["Hide all indicators"],he_IL:["הסתר את כל האינדיקטורים"]}
en:["Hide all positions & orders"],he_IL:["הסתר את כל הפוזיציות והפקודות"]}},3217:e=>{e.exports={en:["Hide drawings"],he_IL:["הסתר שרטוטים"]}},97878:e=>{e.exports={en:["Hide events on chart"],he_IL:["הסתר אירועים על הגרף"]}},72351:e=>{e.exports={en:["Hide indicators"],he_IL:["הסתר אינדיקטורים"]}},28345:e=>{e.exports={en:["Hide marks on bars"],he_IL:["הסתר סימנים על הנרות"]}},92226:e=>{e.exports={en:["Hide positions & orders"],he_IL:["הסתר פוזיציות ופקודות"]}},78254:e=>{e.exports={en:["High"],he_IL:["גבוה"]}},98236:e=>{e.exports={en:["High-low"],he_IL:["גבוה-נמוך"]}},99479:e=>{e.exports={en:["High and low price labels"],he_IL:["תוויות מחיר גבוה ונמוך"]}},33766:e=>{e.exports={en:["High and low price lines"],he_IL:["קווי מחיר גבוה ונמוך"]}},69476:e=>{e.exports={en:["Highlighter"],he_IL:["מרקר מדגיש"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],he_IL:["ההיסטוגרמה גדולה מדי, בבקשה הגדל את {boldHighlightStart}גודל שורה{boldHighlightEnd} בחלון ההגדרות."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],he_IL:["ההיסטוגרמה גדולה מדי, נא הגדל את {boldHighlightStart}טיקים לשורה{boldHighlightEnd} בחלון ההגדרות."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],he_IL:["ההיסטוגרמה גדולה מדי, נא הקטן את {boldHighlightStart}גודל שורה{boldHighlightEnd} בחלון ההגדרות."]}},68065:e=>{e.exports={en:["Image"],he_IL:["תמונה"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],he_IL:["אינטרוולים הנמוכים מ-{resolution} לא נתמכים עבור {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],he_IL:["ביניים"]}},14285:e=>{e.exports={en:["Invalid Symbol"],he_IL:["סימול לא קיים"]}},52969:e=>{e.exports={en:["Invalid symbol"],he_IL:["סימול שגוי"]}},37189:e=>{e.exports={en:["Invert scale"],he_IL:["הפוך גרף"]}},89999:e=>{e.exports={en:["Indexed to 100"],he_IL:["צמוד ל-100"]}},46850:e=>{e.exports={en:["Indicators value labels"],he_IL:["תוויות ערך של אינדיקטורים"]}},54418:e=>{e.exports={en:["Indicators name labels"],he_IL:["שמות תוויות של אינדיקטורים"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],he_IL:["אינדיקטורים, מדדים ואסטרטגיות. הקש על קו נטוי"]}},15992:e=>{e.exports={en:["Info Line"],he_IL:["קו מידע"]}},87829:e=>{e.exports={en:["Insert indicator"],he_IL:["הוסף אינדיקטור"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],he_IL:["קילשון פנימי"]}},37913:e=>{e.exports={en:["Icon"],he_IL:["אייקון"]}},78326:e=>{e.exports={en:["Istanbul"],he_IL:["איסטנבול"]}},39585:e=>{e.exports={en:["Johannesburg"],he_IL:["יוהנסבורג"]}},14995:e=>{e.exports={en:["Jakarta"],he_IL:["ג'קרטה"]}},62310:e=>{e.exports={en:["Jan"],he_IL:["ינו'"]}},36057:e=>{e.exports={en:["Jerusalem"],he_IL:["ירושלים"]}},53786:e=>{e.exports={en:["Jul"],he_IL:["יול'"]}},429:e=>{e.exports={en:["Jun"],he_IL:["יונ'"]}},67560:e=>{e.exports={ },42164:e=>{e.exports={en:["Hide all positions & orders"],he_IL:["הסתר את כל הפוזיציות והפקודות"]}},3217:e=>{e.exports={en:["Hide drawings"],he_IL:["הסתר שרטוטים"]}},97878:e=>{e.exports={en:["Hide events on chart"],he_IL:["הסתר אירועים על הגרף"]}},72351:e=>{e.exports={en:["Hide indicators"],he_IL:["הסתר אינדיקטורים"]}},28345:e=>{e.exports={en:["Hide marks on bars"],he_IL:["הסתר סימנים על הנרות"]}},92226:e=>{e.exports={en:["Hide positions & orders"],he_IL:["הסתר פוזיציות ופקודות"]}},78254:e=>{e.exports={en:["High"],he_IL:["גבוה"]}},98236:e=>{e.exports={en:["High-low"],he_IL:["גבוה-נמוך"]}},99479:e=>{e.exports={en:["High and low price labels"],he_IL:["תוויות מחיר גבוה ונמוך"]}},33766:e=>{e.exports={en:["High and low price lines"],he_IL:["קווי מחיר גבוה ונמוך"]}},69476:e=>{e.exports={en:["Highlighter"],he_IL:["מרקר מדגיש"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],he_IL:["ההיסטוגרמה גדולה מדי, בבקשה הגדל את {boldHighlightStart}גודל שורה{boldHighlightEnd} בחלון ההגדרות."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],he_IL:["ההיסטוגרמה גדולה מדי, נא הגדל את {boldHighlightStart}טיקים לשורה{boldHighlightEnd} בחלון ההגדרות."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],he_IL:["ההיסטוגרמה גדולה מדי, נא הקטן את {boldHighlightStart}גודל שורה{boldHighlightEnd} בחלון ההגדרות."]}},68065:e=>{e.exports={en:["Image"],he_IL:["תמונה"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],he_IL:["אינטרוולים הנמוכים מ-{resolution} לא נתמכים עבור {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],he_IL:["ביניים"]}},14285:e=>{e.exports={en:["Invalid Symbol"],he_IL:["סימול לא קיים"]}},52969:e=>{e.exports={en:["Invalid symbol"],he_IL:["סימול שגוי"]}},37189:e=>{e.exports={en:["Invert scale"],he_IL:["הפוך גרף"]}},89999:e=>{e.exports={en:["Indexed to 100"],he_IL:["צמוד ל-100"]}},46850:e=>{e.exports={en:["Indicators value labels"],he_IL:["תוויות ערך של אינדיקטורים"]}},54418:e=>{e.exports={en:["Indicators name labels"],he_IL:["שמות תוויות של אינדיקטורים"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],he_IL:["אינדיקטורים, מדדים ואסטרטגיות. הקש על קו נטוי"]}},15992:e=>{e.exports={en:["Info Line"],he_IL:["קו מידע"]}},87829:e=>{e.exports={en:["Insert indicator"],he_IL:["הוסף אינדיקטור"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],he_IL:["קילשון פנימי"]}},37913:e=>{e.exports={en:["Icon"],he_IL:["אייקון"]}},78326:e=>{e.exports={en:["Istanbul"],he_IL:["איסטנבול"]}},39585:e=>{e.exports={en:["Johannesburg"],he_IL:["יוהנסבורג"]}},14995:e=>{e.exports={en:["Jakarta"],he_IL:["ג'קרטה"]}},62310:e=>{e.exports={en:["Jan"],he_IL:["ינו'"]}},36057:e=>{e.exports={en:["Jerusalem"],he_IL:["ירושלים"]}},53786:e=>{e.exports={en:["Jul"],he_IL:["יול'"]}},429:e=>{e.exports={en:["Jun"],he_IL:["יונ'"]}},
en:["Juneau"],he_IL:["ג'ונו"]}},62329:e=>{e.exports={en:["On the left"],he_IL:["משמאל"]}},55813:e=>{e.exports={en:["On the right"],he_IL:["מימין"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],he_IL:["רק אינטרוולי זמן של {availableResolutions} נתמכים עבור {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],he_IL:["אופס!"]}},51221:e=>{e.exports={en:["Object Tree"],he_IL:["עץ אובייקטים"]}},12179:e=>{e.exports={en:["Oct"],he_IL:["אוק'"]}},16610:e=>{e.exports={en:["Open"],he_IL:["פתיחה"]}},27884:e=>{e.exports={en:["Open layout. Press period"],he_IL:["פתח פריסה. פרק זמן לחיצה"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],he_IL:["נמוך"]}},51077:e=>{e.exports={en:["Lock"],he_IL:["נעל"]}},79777:e=>{e.exports={en:["Lock/unlock"],he_IL:["פתח/סגור"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],he_IL:["נעל קו סמן אנכי לפי זמן"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],he_IL:["נעל יחס מחיר לנר"]}},16170:e=>{e.exports={en:["Logarithmic"],he_IL:["לוגריתמי"]}},19439:e=>{e.exports={en:["London"],he_IL:["לונדון"]}},74832:e=>{e.exports={en:["Long Position"],he_IL:["עסקת לונג"]}},28733:e=>{e.exports={en:["Los Angeles"],he_IL:["לוס אנג'לס"]}},85924:e=>{e.exports={en:["Label Down"],he_IL:["תווית למטה"]}},52402:e=>{e.exports={en:["Label Up"],he_IL:["תווית למעלה"]}},5119:e=>{e.exports={en:["Labels"],he_IL:["תוויות"]}},19931:e=>{e.exports={en:["Lagos"],he_IL:["לאגוס"]}},63815:e=>{e.exports={en:["Last day change"],he_IL:["שינוי יום אחרון"]}},59444:e=>{e.exports={en:["Lima"],he_IL:["לימה"]}},3554:e=>{e.exports={en:["Line"],he_IL:["קו"]}},9394:e=>{e.exports={en:["Line with markers"],he_IL:["קו עם סמנים"]}},43588:e=>{e.exports={en:["Line break"],he_IL:["מקטע קו"]}},56982:e=>{e.exports={en:["Lines"],he_IL:["קווים"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],he_IL:["קישור לתמונת הגרף שהועתק ללוח {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],he_IL:["ליסבון"]}},81038:e=>{e.exports={en:["Luxembourg"],he_IL:["לוקסמבורג"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],he_IL:["הזז את הנקודה למיקום העוגן ולאחר מכן הקש כדי למקם"]}},35049:e=>{e.exports={en:["Move to"],he_IL:["הזז ל.."]}},26493:e=>{e.exports={en:["Move scale to left"],he_IL:["הזז קנה מידה לשמאל"]}},40789:e=>{e.exports={en:["Move scale to right"],he_IL:["הזז קנה מידה לימין"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],he_IL:["קילשון שיף מותאם"]}},93907:e=>{e.exports={en:["More settings"],he_IL:["הגדרות נוספות"]}},64039:e=>{e.exports={en:["Moscow"],he_IL:["מוסקבה"]}},52066:e=>{e.exports={en:["Madrid"],he_IL:["מדריד"]}},38365:e=>{e.exports={en:["Malta"],he_IL:["מלטה"]}},48991:e=>{e.exports={en:["Manila"],he_IL:["מנילה"]}},92767:e=>{e.exports={en:["Mar"],he_IL:["מרץ"]}},73332:e=>{e.exports={en:["Mexico City"],he_IL:["מקסיקו סיטי"]}},88314:e=>{e.exports={en:["Merge all scales into one"],he_IL:["מזג את כל סולמות המחיר לאחד"]}},54215:e=>{e.exports={en:["Mixed"],he_IL:["מעורב"]}},24866:e=>{e.exports={ 67560:e=>{e.exports={en:["Juneau"],he_IL:["ג'ונו"]}},62329:e=>{e.exports={en:["On the left"],he_IL:["משמאל"]}},55813:e=>{e.exports={en:["On the right"],he_IL:["מימין"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],he_IL:["רק אינטרוולי זמן של {availableResolutions} נתמכים עבור {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],he_IL:["אופס!"]}},51221:e=>{e.exports={en:["Object Tree"],he_IL:["עץ אובייקטים"]}},12179:e=>{e.exports={en:["Oct"],he_IL:["אוק'"]}},16610:e=>{e.exports={en:["Open"],he_IL:["פתיחה"]}},27884:e=>{e.exports={en:["Open layout. Press period"],he_IL:["פתח פריסה. פרק זמן לחיצה"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],he_IL:["נמוך"]}},51077:e=>{e.exports={en:["Lock"],he_IL:["נעל"]}},79777:e=>{e.exports={en:["Lock/unlock"],he_IL:["פתח/סגור"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],he_IL:["נעל קו סמן אנכי לפי זמן"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],he_IL:["נעל יחס מחיר לנר"]}},16170:e=>{e.exports={en:["Logarithmic"],he_IL:["לוגריתמי"]}},19439:e=>{e.exports={en:["London"],he_IL:["לונדון"]}},74832:e=>{e.exports={en:["Long Position"],he_IL:["עסקת לונג"]}},28733:e=>{e.exports={en:["Los Angeles"],he_IL:["לוס אנג'לס"]}},85924:e=>{e.exports={en:["Label Down"],he_IL:["תווית למטה"]}},52402:e=>{e.exports={en:["Label Up"],he_IL:["תווית למעלה"]}},5119:e=>{e.exports={en:["Labels"],he_IL:["תוויות"]}},19931:e=>{e.exports={en:["Lagos"],he_IL:["לאגוס"]}},63815:e=>{e.exports={en:["Last day change"],he_IL:["שינוי יום אחרון"]}},59444:e=>{e.exports={en:["Lima"],he_IL:["לימה"]}},3554:e=>{e.exports={en:["Line"],he_IL:["קו"]}},9394:e=>{e.exports={en:["Line with markers"],he_IL:["קו עם סמנים"]}},43588:e=>{e.exports={en:["Line break"],he_IL:["מקטע קו"]}},56982:e=>{e.exports={en:["Lines"],he_IL:["קווים"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],he_IL:["קישור לתמונת הגרף שהועתק ללוח {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],he_IL:["ליסבון"]}},81038:e=>{e.exports={en:["Luxembourg"],he_IL:["לוקסמבורג"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],he_IL:["הזז את הנקודה למיקום העוגן ולאחר מכן הקש כדי למקם"]}},35049:e=>{e.exports={en:["Move to"],he_IL:["הזז ל.."]}},26493:e=>{e.exports={en:["Move scale to left"],he_IL:["הזז קנה מידה לשמאל"]}},40789:e=>{e.exports={en:["Move scale to right"],he_IL:["הזז קנה מידה לימין"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],he_IL:["קילשון שיף מותאם"]}},93907:e=>{e.exports={en:["More settings"],he_IL:["הגדרות נוספות"]}},64039:e=>{e.exports={en:["Moscow"],he_IL:["מוסקבה"]}},52066:e=>{e.exports={en:["Madrid"],he_IL:["מדריד"]}},38365:e=>{e.exports={en:["Malta"],he_IL:["מלטה"]}},48991:e=>{e.exports={en:["Manila"],he_IL:["מנילה"]}},92767:e=>{e.exports={en:["Mar"],he_IL:["מרץ"]}},73332:e=>{e.exports={en:["Mexico City"],he_IL:["מקסיקו סיטי"]}},88314:e=>{e.exports={en:["Merge all scales into one"],he_IL:["מזג את כל סולמות המחיר לאחד"]}},54215:e=>{e.exports={en:["Mixed"],he_IL:["מעורב"]}},
en:["Micro"],he_IL:["מיקרו"]}},87957:e=>{e.exports={en:["Millennium"],he_IL:["מילניום"]}},14724:e=>{e.exports={en:["Minuette"],he_IL:["מינוט (Minuette)"]}},78273:e=>{e.exports={en:["Minuscule"],he_IL:["זעיר"]}},9865:e=>{e.exports={en:["Muscat"],he_IL:["מוסקט"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"],he_IL:["אין כאן נתונים"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],he_IL:["ללא קנה מידה (מסך-מלא)"]}},9140:e=>{e.exports={en:["No sync"],he_IL:["אין סנכרון"]}},50910:e=>{e.exports={en:["No volume data"],he_IL:["אין נתוני נפח"]}},99024:e=>{e.exports={en:["No, keep them"],he_IL:["לא, השאר אותם"]}},94389:e=>{e.exports={en:["Note"],he_IL:["הערה"]}},26899:e=>{e.exports={en:["Nov"],he_IL:["נוב'"]}},67891:e=>{e.exports={en:["Norfolk Island"],he_IL:["אי נורפולק"]}},40977:e=>{e.exports={en:["Nairobi"],he_IL:["ניירובי"]}},40544:e=>{e.exports={en:["New York"],he_IL:["ניו יורק"]}},66103:e=>{e.exports={en:["New Zealand"],he_IL:["ניו זילנד‏"]}},15512:e=>{e.exports={en:["New pane above"],he_IL:["חלון חדש מעל"]}},52160:e=>{e.exports={en:["New pane below"],he_IL:["חלון חדש מתחת"]}},94600:e=>{e.exports={en:["Nicosia"],he_IL:["ניקוסיה"]}},73013:e=>{e.exports={en:["Something went wrong"],he_IL:["משהו השתבש"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],he_IL:["משהו השתבש בעת יצירת האינדיקטור."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],he_IL:["משהו השתבש. בבקשה נסה שוב מאוחר יותר."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],he_IL:["שמור פריסת גרף חדשה"]}},76266:e=>{e.exports={en:["Save as"],he_IL:["שמור בשם"]}},55502:e=>{e.exports={en:["San Salvador"],he_IL:["סן סלבדור"]}},30231:e=>{e.exports={en:["Santiago"],he_IL:["סנטיאגו"]}},91912:e=>{e.exports={en:["Sao Paulo"],he_IL:["סאו פאולו"]}},43931:e=>{e.exports={en:["Scale currency"],he_IL:["קנה מידה של מטבע"]}},43758:e=>{e.exports={en:["Scale price chart only"],he_IL:["הרחב סולם מחיר בלבד"]}},40012:e=>{e.exports={en:["Scale unit"],he_IL:["יחידת קנה מידה"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],he_IL:["קילשון שיף"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],he_IL:["הסקריפט לט יתעדכן אם תעזוב את הדף."]}},32514:e=>{e.exports={en:["Settings"],he_IL:["הגדרות"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],he_IL:["הפיסקה של החלק השני אינו חוקי."]}},75594:e=>{e.exports={en:["Security info"],he_IL:["מידע על הסימול"]}},21973:e=>{e.exports={en:["Send to back"],he_IL:["שלח לאחור"]}},71179:e=>{e.exports={en:["Send backward"],he_IL:["שלח אחורה"]}},26820:e=>{e.exports={en:["Seoul"],he_IL:["סיאול"]}},6816:e=>{e.exports={en:["Sep"],he_IL:["ספט'"]}},94031:e=>{e.exports={en:["Session"],he_IL:["שעות מסחר"]}},83298:e=>{e.exports={en:["Session volume profile"],he_IL:["פרופיל סשן ווליום"]}},66707:e=>{e.exports={en:["Session breaks"],he_IL:["הפרד ימי מסחר"]}},1852:e=>{e.exports={en:["Shanghai"],he_IL:["שנחאי"]}},8075:e=>{e.exports={en:["Short Position"],he_IL:["עסקת שורט"]}},98334:e=>{e.exports={en:["Show"],he_IL:["הצג"]}},85891:e=>{ 24866:e=>{e.exports={en:["Micro"],he_IL:["מיקרו"]}},87957:e=>{e.exports={en:["Millennium"],he_IL:["מילניום"]}},14724:e=>{e.exports={en:["Minuette"],he_IL:["מינוט (Minuette)"]}},78273:e=>{e.exports={en:["Minuscule"],he_IL:["זעיר"]}},9865:e=>{e.exports={en:["Muscat"],he_IL:["מוסקט"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"],he_IL:["אין כאן נתונים"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],he_IL:["ללא קנה מידה (מסך-מלא)"]}},9140:e=>{e.exports={en:["No sync"],he_IL:["אין סנכרון"]}},50910:e=>{e.exports={en:["No volume data"],he_IL:["אין נתוני נפח"]}},99024:e=>{e.exports={en:["No, keep them"],he_IL:["לא, השאר אותם"]}},94389:e=>{e.exports={en:["Note"],he_IL:["הערה"]}},26899:e=>{e.exports={en:["Nov"],he_IL:["נוב'"]}},67891:e=>{e.exports={en:["Norfolk Island"],he_IL:["אי נורפולק"]}},40977:e=>{e.exports={en:["Nairobi"],he_IL:["ניירובי"]}},40544:e=>{e.exports={en:["New York"],he_IL:["ניו יורק"]}},66103:e=>{e.exports={en:["New Zealand"],he_IL:["ניו זילנד‏"]}},15512:e=>{e.exports={en:["New pane above"],he_IL:["חלון חדש מעל"]}},52160:e=>{e.exports={en:["New pane below"],he_IL:["חלון חדש מתחת"]}},94600:e=>{e.exports={en:["Nicosia"],he_IL:["ניקוסיה"]}},73013:e=>{e.exports={en:["Something went wrong"],he_IL:["משהו השתבש"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],he_IL:["משהו השתבש בעת יצירת האינדיקטור."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],he_IL:["משהו השתבש. בבקשה נסה שוב מאוחר יותר."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],he_IL:["שמור פריסת גרף חדשה"]}},76266:e=>{e.exports={en:["Save as"],he_IL:["שמור בשם"]}},55502:e=>{e.exports={en:["San Salvador"],he_IL:["סן סלבדור"]}},30231:e=>{e.exports={en:["Santiago"],he_IL:["סנטיאגו"]}},91912:e=>{e.exports={en:["Sao Paulo"],he_IL:["סאו פאולו"]}},43931:e=>{e.exports={en:["Scale currency"],he_IL:["קנה מידה של מטבע"]}},43758:e=>{e.exports={en:["Scale price chart only"],he_IL:["הרחב סולם מחיר בלבד"]}},40012:e=>{e.exports={en:["Scale unit"],he_IL:["יחידת קנה מידה"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],he_IL:["קילשון שיף"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],he_IL:["הסקריפט לט יתעדכן אם תעזוב את הדף."]}},32514:e=>{e.exports={en:["Settings"],he_IL:["הגדרות"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],he_IL:["הפיסקה של החלק השני אינו חוקי."]}},75594:e=>{e.exports={en:["Security info"],he_IL:["מידע על הסימול"]}},21973:e=>{e.exports={en:["Send to back"],he_IL:["שלח לאחור"]}},71179:e=>{e.exports={en:["Send backward"],he_IL:["שלח אחורה"]}},26820:e=>{e.exports={en:["Seoul"],he_IL:["סיאול"]}},6816:e=>{e.exports={en:["Sep"],he_IL:["ספט'"]}},94031:e=>{e.exports={en:["Session"],he_IL:["שעות מסחר"]}},83298:e=>{e.exports={en:["Session volume profile"],he_IL:["פרופיל סשן ווליום"]}},66707:e=>{e.exports={en:["Session breaks"],he_IL:["הפרד ימי מסחר"]}},1852:e=>{e.exports={en:["Shanghai"],he_IL:["שנחאי"]}},8075:e=>{e.exports={en:["Short Position"],he_IL:["עסקת שורט"]}},98334:e=>{e.exports={en:["Show"],
e.exports={en:["Show all drawings"],he_IL:["הצג את כל השרטוטים"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],he_IL:["הצג את כל השרטוטים והאינדיקטורים"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],he_IL:["הצג את כל השרטוטים, האינדיקטורים, הפוזיציות והפקודות"]}},98753:e=>{e.exports={en:["Show all indicators"],he_IL:["הצג את כל האינדיקטורים"]}},55418:e=>{e.exports={en:["Show all ideas"],he_IL:["הצג את כל הרעיונות"]}},20506:e=>{e.exports={en:["Show all positions & orders"],he_IL:["הצג את כל הפוזיציות והפקודות"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],he_IL:["הצג לחצן חוזה רציף"]}},81465:e=>{e.exports={en:["Show contract expiration"],he_IL:["הצג את תפוגת החוזה"]}},29449:e=>{e.exports={en:["Show dividends"],he_IL:["הצג דיבידנדים"]}},37113:e=>{e.exports={en:["Show earnings"],he_IL:['הצג דו"חות רווחים']}},10261:e=>{e.exports={en:["Show ideas of followed users"],he_IL:["הצג רעיונות של משתמשים עוקבים"]}},62986:e=>{e.exports={en:["Show latest news"],he_IL:["הצג את החדשות העדכניות ביותר"]}},44020:e=>{e.exports={en:["Show my ideas only"],he_IL:["הצג את הרעיונות שלי בלבד"]}},50849:e=>{e.exports={en:["Show splits"],he_IL:["הצג פיצולי מניות"]}},67751:e=>{e.exports={en:["Signpost"],he_IL:["סימן דרך"]}},77377:e=>{e.exports={en:["Singapore"],he_IL:["סינגפור"]}},39090:e=>{e.exports={en:["Sine Line"],he_IL:["קו סינוס"]}},66205:e=>{e.exports={en:["Square"],he_IL:["רבוע"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],he_IL:["חריגה ממגבלת המחקר: {number} מחקרים בכל פריסה.\nבבקשה, הסר מס' מחקרים."]}},92516:e=>{e.exports={en:["Style"],he_IL:["עיצוב"]}},61507:e=>{e.exports={en:["Stack on the left"],he_IL:["תאגד לשמאל"]}},97800:e=>{e.exports={en:["Stack on the right"],he_IL:["תאגד לימין"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],he_IL:["התחל להשתמש במצב ניווט מקלדת. הקש על {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],he_IL:["הישאר במצב ציור"]}},69217:e=>{e.exports={en:["Step line"],he_IL:["קו צעד"]}},43114:e=>{e.exports={en:["Sticker"],he_IL:["סטיקר"]}},86716:e=>{e.exports={en:["Stockholm"],he_IL:["שטוקהולם"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"],he_IL:["סאבמינוט (Subminuette)"]}},67948:e=>{e.exports={en:["Supercycle"],he_IL:["סופר גל"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],he_IL:["עבור אל {resolution}"]}},31622:e=>{e.exports={en:["Sydney"],he_IL:["סינדי"]}},70963:e=>{e.exports={en:["Symbol Error"],he_IL:["שגיאת סימול"]}},32390:e=>{e.exports={en:["Symbol name label"],he_IL:["תווית שם הסימול"]}},10127:e=>{e.exports={en:["Symbol last price label"],he_IL:["תווית ערך אחרון לסימול"]}},39079:e=>{e.exports={en:["Sync globally"],he_IL:["סנכרון גלובלי"]}},46607:e=>{e.exports={en:["Sync in layout"],he_IL:["סנכרון בפריסה"]}},76519:e=>{e.exports={en:["Point & figure"],he_IL:["גרף Point & Figure"]}},39949:e=>{ he_IL:["הצג"]}},85891:e=>{e.exports={en:["Show all drawings"],he_IL:["הצג את כל השרטוטים"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],he_IL:["הצג את כל השרטוטים והאינדיקטורים"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],he_IL:["הצג את כל השרטוטים, האינדיקטורים, הפוזיציות והפקודות"]}},98753:e=>{e.exports={en:["Show all indicators"],he_IL:["הצג את כל האינדיקטורים"]}},55418:e=>{e.exports={en:["Show all ideas"],he_IL:["הצג את כל הרעיונות"]}},20506:e=>{e.exports={en:["Show all positions & orders"],he_IL:["הצג את כל הפוזיציות והפקודות"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],he_IL:["הצג לחצן חוזה רציף"]}},81465:e=>{e.exports={en:["Show contract expiration"],he_IL:["הצג את תפוגת החוזה"]}},29449:e=>{e.exports={en:["Show dividends"],he_IL:["הצג דיבידנדים"]}},37113:e=>{e.exports={en:["Show earnings"],he_IL:['הצג דו"חות רווחים']}},10261:e=>{e.exports={en:["Show ideas of followed users"],he_IL:["הצג רעיונות של משתמשים עוקבים"]}},62986:e=>{e.exports={en:["Show latest news"],he_IL:["הצג את החדשות העדכניות ביותר"]}},44020:e=>{e.exports={en:["Show my ideas only"],he_IL:["הצג את הרעיונות שלי בלבד"]}},50849:e=>{e.exports={en:["Show splits"],he_IL:["הצג פיצולי מניות"]}},67751:e=>{e.exports={en:["Signpost"],he_IL:["סימן דרך"]}},77377:e=>{e.exports={en:["Singapore"],he_IL:["סינגפור"]}},39090:e=>{e.exports={en:["Sine Line"],he_IL:["קו סינוס"]}},66205:e=>{e.exports={en:["Square"],he_IL:["רבוע"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],he_IL:["חריגה ממגבלת המחקר: {number} מחקרים בכל פריסה.\nבבקשה, הסר מס' מחקרים."]}},92516:e=>{e.exports={en:["Style"],he_IL:["עיצוב"]}},61507:e=>{e.exports={en:["Stack on the left"],he_IL:["תאגד לשמאל"]}},97800:e=>{e.exports={en:["Stack on the right"],he_IL:["תאגד לימין"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],he_IL:["התחל להשתמש במצב ניווט מקלדת. הקש על {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],he_IL:["הישאר במצב ציור"]}},69217:e=>{e.exports={en:["Step line"],he_IL:["קו צעד"]}},43114:e=>{e.exports={en:["Sticker"],he_IL:["סטיקר"]}},86716:e=>{e.exports={en:["Stockholm"],he_IL:["שטוקהולם"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"],he_IL:["סאבמינוט (Subminuette)"]}},67948:e=>{e.exports={en:["Supercycle"],he_IL:["סופר גל"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],he_IL:["עבור אל {resolution}"]}},31622:e=>{e.exports={en:["Sydney"],he_IL:["סינדי"]}},70963:e=>{e.exports={en:["Symbol Error"],he_IL:["שגיאת סימול"]}},32390:e=>{e.exports={en:["Symbol name label"],he_IL:["תווית שם הסימול"]}},10127:e=>{e.exports={en:["Symbol last price label"],he_IL:["תווית ערך אחרון לסימול"]}},39079:e=>{e.exports={en:["Sync globally"],he_IL:["סנכרון גלובלי"]}},46607:e=>{e.exports={en:["Sync in layout"],he_IL:["סנכרון בפריסה"]}},76519:e=>{e.exports={en:["Point & figure"],
e.exports={en:["Polyline"],he_IL:["קווים מחוברים"]}},371:e=>{e.exports={en:["Path"],he_IL:["נָתִיב"]}},59256:e=>{e.exports={en:["Parallel Channel"],he_IL:["ערוץ מקביל"]}},61879:e=>{e.exports={en:["Paris"],he_IL:["פריז"]}},35140:e=>{e.exports={en:["Paste"],he_IL:["הדבק"]}},6919:e=>{e.exports={en:["Percent"],he_IL:["אחוז"]}},24436:e=>{e.exports={en:["Perth"],he_IL:["פרת'"]}},14055:e=>{e.exports={en:["Phoenix"],he_IL:["פניקס"]}},34156:e=>{e.exports={en:["Pitchfan"],he_IL:["מניפת מחירים"]}},19634:e=>{e.exports={en:["Pitchfork"],he_IL:["קילשון"]}},86631:e=>{e.exports={en:["Pin"],he_IL:["הצמד"]}},33110:e=>{e.exports={en:["Pin to new left scale"],he_IL:["הצמד לסולם חדש משמאל"]}},28280:e=>{e.exports={en:["Pin to new right scale"],he_IL:["הצמד לסולם חדש מימין"]}},14115:e=>{e.exports={en:["Pin to left scale"],he_IL:["הצמד לסולם השמאלי"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],he_IL:["הצמד לסולם השמאלי (מוסתר)"]}},81054:e=>{e.exports={en:["Pin to right scale"],he_IL:["הצמד לסולם הימני"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],he_IL:["הצמד לסולם השמאלי‎ (מוסתר)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],he_IL:["הצמד לסולם (עכשיו שמאל)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],he_IL:["הצמד לסולם (כעת ללא קנה מידה)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],he_IL:["הצמד לסולם (עכשיו ימין)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],he_IL:["הצמד לסולם מחיר (כעת {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],he_IL:["הצמד לסולם {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],he_IL:["הצמד לסולם {label} (מוסתר)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],he_IL:["צמוד לסולם השמאלי"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],he_IL:["צמוד לסולם השמאלי (מוסתר)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],he_IL:["צמוד לסולם מחיר ‎ימין"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],he_IL:["הצמד לסולם השמאלי‎ (מוסתר)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],he_IL:["צמוד לסולם {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],he_IL:["צמוד לסולם {label} (מוסתר)"]}},71566:e=>{e.exports={en:["Plus button"],he_IL:["כפתור פלוס"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],he_IL:["אנא תן לנו הרשאת כתיבה ללוח בדפדפן שלך או הקש על {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],he_IL:["פראג"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],he_IL:["לחץ לחיצה ממושכת על {key} תוך כדי הגדלה כדי לשמור על מיקום הגרף"]}},91282:e=>{e.exports={en:["Price Label"],he_IL:["תווית מחיר"]}},97512:e=>{e.exports={en:["Price Note"],he_IL:["הערת מחיר"]}},68941:e=>{e.exports={en:["Price Range"],he_IL:["טווח מחירים"]}},66123:e=>{e.exports={en:["Price format is invalid."],he_IL:["פורמט המחיר אינו חוקי."]}},72926:e=>{e.exports={en:["Price line"],he_IL:["קו מחיר"]}},59189:e=>{e.exports={en:["Primary"],he_IL:["ראשי"]}},75747:e=>{ he_IL:["גרף Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"],he_IL:["קווים מחוברים"]}},371:e=>{e.exports={en:["Path"],he_IL:["נָתִיב"]}},59256:e=>{e.exports={en:["Parallel Channel"],he_IL:["ערוץ מקביל"]}},61879:e=>{e.exports={en:["Paris"],he_IL:["פריז"]}},35140:e=>{e.exports={en:["Paste"],he_IL:["הדבק"]}},6919:e=>{e.exports={en:["Percent"],he_IL:["אחוז"]}},24436:e=>{e.exports={en:["Perth"],he_IL:["פרת'"]}},14055:e=>{e.exports={en:["Phoenix"],he_IL:["פניקס"]}},34156:e=>{e.exports={en:["Pitchfan"],he_IL:["מניפת מחירים"]}},19634:e=>{e.exports={en:["Pitchfork"],he_IL:["קילשון"]}},86631:e=>{e.exports={en:["Pin"],he_IL:["הצמד"]}},33110:e=>{e.exports={en:["Pin to new left scale"],he_IL:["הצמד לסולם חדש משמאל"]}},28280:e=>{e.exports={en:["Pin to new right scale"],he_IL:["הצמד לסולם חדש מימין"]}},14115:e=>{e.exports={en:["Pin to left scale"],he_IL:["הצמד לסולם השמאלי"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],he_IL:["הצמד לסולם השמאלי (מוסתר)"]}},81054:e=>{e.exports={en:["Pin to right scale"],he_IL:["הצמד לסולם הימני"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],he_IL:["הצמד לסולם השמאלי‎ (מוסתר)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],he_IL:["הצמד לסולם (עכשיו שמאל)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],he_IL:["הצמד לסולם (כעת ללא קנה מידה)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],he_IL:["הצמד לסולם (עכשיו ימין)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],he_IL:["הצמד לסולם מחיר (כעת {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],he_IL:["הצמד לסולם {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],he_IL:["הצמד לסולם {label} (מוסתר)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],he_IL:["צמוד לסולם השמאלי"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],he_IL:["צמוד לסולם השמאלי (מוסתר)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],he_IL:["צמוד לסולם מחיר ‎ימין"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],he_IL:["הצמד לסולם השמאלי‎ (מוסתר)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],he_IL:["צמוד לסולם {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],he_IL:["צמוד לסולם {label} (מוסתר)"]}},71566:e=>{e.exports={en:["Plus button"],he_IL:["כפתור פלוס"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],he_IL:["אנא תן לנו הרשאת כתיבה ללוח בדפדפן שלך או הקש על {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],he_IL:["פראג"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],he_IL:["לחץ לחיצה ממושכת על {key} תוך כדי הגדלה כדי לשמור על מיקום הגרף"]}},91282:e=>{e.exports={en:["Price Label"],he_IL:["תווית מחיר"]}},97512:e=>{e.exports={en:["Price Note"],he_IL:["הערת מחיר"]}},68941:e=>{e.exports={en:["Price Range"],he_IL:["טווח מחירים"]}},66123:e=>{e.exports={en:["Price format is invalid."],he_IL:["פורמט המחיר אינו חוקי."]}},72926:e=>{e.exports={en:["Price line"],he_IL:["קו מחיר"]}},59189:e=>{e.exports={
e.exports={en:["Projection"],he_IL:["הקרנה"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],he_IL:["פורסם בתאריך {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],he_IL:["קטאר"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],he_IL:["חיפוש מהיר. הקש על {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],he_IL:["מלבן מסובב"]}},52961:e=>{e.exports={en:["Rome"],he_IL:["רומא"]}},50318:e=>{e.exports={en:["Ray"],he_IL:["קרן"]}},55169:e=>{e.exports={en:["Range"],he_IL:["טווח"]}},13386:e=>{e.exports={en:["Reykjavik"],he_IL:["רייקיאוויק"]}},26001:e=>{e.exports={en:["Rectangle"],he_IL:["מלבן"]}},48236:e=>{e.exports={en:["Redo"],he_IL:["בצע שוב"]}},2460:e=>{e.exports={en:["Regression Trend"],he_IL:["מגמת רגרסיה"]}},67410:e=>{e.exports={en:["Remove"],he_IL:["הסר"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],he_IL:["הסר את המדד הפיננסי הזה מהמועדפים"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],he_IL:["הסר אינדיקטור זה מהמועדפים"]}},86285:e=>{e.exports={en:["Remove {drawings}"],he_IL:["הסר {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],he_IL:["הסר {drawings} ו{indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],he_IL:["הסר {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],he_IL:["בחר שם חדש לפריסת הגרף"]}},88130:e=>{e.exports={en:["Renko"],he_IL:["גרף ראנקו"]}},75246:e=>{e.exports={en:["Reset chart view"],he_IL:["אפס תצוגת גרף"]}},88853:e=>{e.exports={en:["Reset points"],he_IL:["איפוס נקודות"]}},15332:e=>{e.exports={en:["Reset price scale"],he_IL:["אפס סקלת מחיר"]}},54170:e=>{e.exports={en:["Reset time scale"],he_IL:["אפס סולם זמן"]}},37974:e=>{e.exports={en:["Riyadh"],he_IL:["ריאד"]}},94022:e=>{e.exports={en:["Riga"],he_IL:["ריגה"]}},60630:e=>{e.exports={en:["Runtime error"],he_IL:["שגיאת זמן ריצה"]}},66719:e=>{e.exports={en:["Warning"],he_IL:["אזהרה"]}},5959:e=>{e.exports={en:["Warsaw"],he_IL:["ורשה"]}},98549:e=>{e.exports={en:["Tokelau"],he_IL:["טוקלאו"]}},69122:e=>{e.exports={en:["Tokyo"],he_IL:["טוקיו"]}},10095:e=>{e.exports={en:["Toronto"],he_IL:["טורונטו"]}},17981:e=>{e.exports={en:["Table"],he_IL:["טבלה"]}},11034:e=>{e.exports={en:["Taipei"],he_IL:["טייפה"]}},79995:e=>{e.exports={en:["Tallinn"],he_IL:["טאלין"]}},6686:e=>{e.exports={en:["Tehran"],he_IL:["טהרן"]}},93553:e=>{e.exports={en:["Template"],he_IL:["תבנית"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],he_IL:["ספק הנתונים אינו מספק נתוני נפח עבור סימול זה"]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],he_IL:["לא ניתן לטעון את התצוגה המקדימה של הפרסום. השבת את תוספי הדפדפן ונסה שוב."]}},99274:e=>{e.exports={ en:["Primary"],he_IL:["ראשי"]}},75747:e=>{e.exports={en:["Projection"],he_IL:["הקרנה"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],he_IL:["פורסם בתאריך {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],he_IL:["קטאר"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],he_IL:["חיפוש מהיר. הקש על {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],he_IL:["מלבן מסובב"]}},52961:e=>{e.exports={en:["Rome"],he_IL:["רומא"]}},50318:e=>{e.exports={en:["Ray"],he_IL:["קרן"]}},55169:e=>{e.exports={en:["Range"],he_IL:["טווח"]}},13386:e=>{e.exports={en:["Reykjavik"],he_IL:["רייקיאוויק"]}},26001:e=>{e.exports={en:["Rectangle"],he_IL:["מלבן"]}},48236:e=>{e.exports={en:["Redo"],he_IL:["בצע שוב"]}},2460:e=>{e.exports={en:["Regression Trend"],he_IL:["מגמת רגרסיה"]}},67410:e=>{e.exports={en:["Remove"],he_IL:["הסר"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],he_IL:["הסר את המדד הפיננסי הזה מהמועדפים"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],he_IL:["הסר אינדיקטור זה מהמועדפים"]}},86285:e=>{e.exports={en:["Remove {drawings}"],he_IL:["הסר {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],he_IL:["הסר {drawings} ו{indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],he_IL:["הסר {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],he_IL:["בחר שם חדש לפריסת הגרף"]}},88130:e=>{e.exports={en:["Renko"],he_IL:["גרף ראנקו"]}},75246:e=>{e.exports={en:["Reset chart view"],he_IL:["אפס תצוגת גרף"]}},88853:e=>{e.exports={en:["Reset points"],he_IL:["איפוס נקודות"]}},15332:e=>{e.exports={en:["Reset price scale"],he_IL:["אפס סקלת מחיר"]}},54170:e=>{e.exports={en:["Reset time scale"],he_IL:["אפס סולם זמן"]}},37974:e=>{e.exports={en:["Riyadh"],he_IL:["ריאד"]}},94022:e=>{e.exports={en:["Riga"],he_IL:["ריגה"]}},60630:e=>{e.exports={en:["Runtime error"],he_IL:["שגיאת זמן ריצה"]}},66719:e=>{e.exports={en:["Warning"],he_IL:["אזהרה"]}},5959:e=>{e.exports={en:["Warsaw"],he_IL:["ורשה"]}},98549:e=>{e.exports={en:["Tokelau"],he_IL:["טוקלאו"]}},69122:e=>{e.exports={en:["Tokyo"],he_IL:["טוקיו"]}},10095:e=>{e.exports={en:["Toronto"],he_IL:["טורונטו"]}},17981:e=>{e.exports={en:["Table"],he_IL:["טבלה"]}},11034:e=>{e.exports={en:["Taipei"],he_IL:["טייפה"]}},79995:e=>{e.exports={en:["Tallinn"],he_IL:["טאלין"]}},6686:e=>{e.exports={en:["Tehran"],he_IL:["טהרן"]}},93553:e=>{e.exports={en:["Template"],he_IL:["תבנית"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],he_IL:["ספק הנתונים אינו מספק נתוני נפח עבור סימול זה"]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],he_IL:["לא ניתן לטעון את התצוגה המקדימה של הפרסום. השבת את תוספי הדפדפן ונסה שוב."]}},99274:e=>{e.exports={
en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],he_IL:["עיבוד הבקשה ארך יותר מדי זמן. ודא שיש לך חיבור אינטרנט יציב. אם הבעיה נמשכת, נסה להקטין את אינטרוול הזמן המבוקש."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],he_IL:["אין נתונים עבור התקופה ומסגרת הזמן שבחרת בגרף."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],he_IL:["קובץ זה גדול מדי. הגודל המקסימלי הוא {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],he_IL:["מתנד זה אינו יכול להיות מיושם על מתנד נוסף"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],he_IL:["סקריפט זה מכיל שגיאה. אנא צור קשר עם המחבר שלו."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],he_IL:["הסקריפט הזה מיועד להזמנה בלבד. כדי לבקש גישה, אנא צור קשר עם המחבר."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],he_IL:["סימול זה זמין רק ב {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],he_IL:["תבנית Three Drives"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],he_IL:["אינטרוולים מבוססי סימון אינם זמינים עבור {ticker}."]}},12806:e=>{e.exports={en:["Time"],he_IL:["זמן"]}},20909:e=>{e.exports={en:["Time zone"],he_IL:["אזור זמן"]}},46852:e=>{e.exports={en:["Time Cycles"],he_IL:["מחזורי זמן"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],he_IL:["הזדמנות מחיר זמן"]}},66823:e=>{e.exports={en:["Trade"],he_IL:["מסחר"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],he_IL:["Tradingview היא פלטפורמה אינטראקטיבית ויש לה פקודות לשימוש עם קורא מסך. להלן רשימה של פקודות מקלדת הזמינות לאינטראקציה בפלטפורמה"]}},35757:e=>{e.exports={en:["Trend Angle"],he_IL:["זוית מגמה"]}},97339:e=>{e.exports={en:["Trend Line"],he_IL:["קו מגמה"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],he_IL:["שלוחת פיבונאצ'י מבוססת מגמה"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],he_IL:["זמן פיבונאצ'י מבוסס מגמה"]}},1671:e=>{e.exports={en:["Triangle"],he_IL:["משולש"]}},76152:e=>{e.exports={en:["Triangle Down"],he_IL:["משולש למטה"]}},90148:e=>{e.exports={en:["Triangle Pattern"],he_IL:["תבנית משולש"]}},21236:e=>{e.exports={en:["Triangle Up"],he_IL:["משולש למעלה"]}},21007:e=>{e.exports={en:["Tunis"],he_IL:["תוניס"]}},1833:e=>{e.exports={en:["UTC"],he_IL:["אזור זמן"]}},14804:e=>{e.exports={en:["Undo"],he_IL:["בטל"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],he_IL:["שגיאה בלתי צפויה במצב בקטסטינג עמוק. צור קשר עם התמיכה למידע נוסף."]}},15432:e=>{e.exports={en:["Units"],he_IL:["יחידות"]}},11768:e=>{e.exports={en:["Unknown error"],he_IL:["שגיאה לא ידועה"]}}, en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],he_IL:["עיבוד הבקשה ארך יותר מדי זמן. ודא שיש לך חיבור אינטרנט יציב. אם הבעיה נמשכת, נסה להקטין את אינטרוול הזמן המבוקש."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],he_IL:["אין נתונים עבור התקופה ומסגרת הזמן שבחרת בגרף."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],he_IL:["קובץ זה גדול מדי. הגודל המקסימלי הוא {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],he_IL:["מתנד זה אינו יכול להיות מיושם על מתנד נוסף"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],he_IL:["סקריפט זה מכיל שגיאה. אנא צור קשר עם המחבר שלו."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],he_IL:["הסקריפט הזה מיועד להזמנה בלבד. כדי לבקש גישה, אנא צור קשר עם המחבר."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],he_IL:["סימול זה זמין רק ב {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],he_IL:["תבנית Three Drives"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],he_IL:["אינטרוולים מבוססי סימון אינם זמינים עבור {ticker}."]}},12806:e=>{e.exports={en:["Time"],he_IL:["זמן"]}},20909:e=>{e.exports={en:["Time zone"],he_IL:["אזור זמן"]}},46852:e=>{e.exports={en:["Time Cycles"],he_IL:["מחזורי זמן"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],he_IL:["הזדמנות מחיר זמן"]}},66823:e=>{e.exports={en:["Trade"],he_IL:["מסחר"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],he_IL:["Tradingview היא פלטפורמה אינטראקטיבית ויש לה פקודות לשימוש עם קורא מסך. להלן רשימה של פקודות מקלדת הזמינות לאינטראקציה בפלטפורמה"]}},35757:e=>{e.exports={en:["Trend Angle"],he_IL:["זוית מגמה"]}},97339:e=>{e.exports={en:["Trend Line"],he_IL:["קו מגמה"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],he_IL:["שלוחת פיבונאצ'י מבוססת מגמה"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],he_IL:["זמן פיבונאצ'י מבוסס מגמה"]}},1671:e=>{e.exports={en:["Triangle"],he_IL:["משולש"]}},76152:e=>{e.exports={en:["Triangle Down"],he_IL:["משולש למטה"]}},90148:e=>{e.exports={en:["Triangle Pattern"],he_IL:["תבנית משולש"]}},21236:e=>{e.exports={en:["Triangle Up"],he_IL:["משולש למעלה"]}},21007:e=>{e.exports={en:["Tunis"],he_IL:["תוניס"]}},1833:e=>{e.exports={en:["UTC"],he_IL:["אזור זמן"]}},14804:e=>{e.exports={en:["Undo"],he_IL:["בטל"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],he_IL:["שגיאה בלתי צפויה במצב בקטסטינג עמוק. צור קשר עם התמיכה למידע נוסף."]}},15432:e=>{e.exports={en:["Units"],he_IL:["יחידות"]}},11768:e=>{e.exports={en:["Unknown error"],he_IL:["שגיאה לא ידועה"]}},
99894:e=>{e.exports={en:["Unlock"],he_IL:["בטל נעילה"]}},75546:e=>{e.exports={en:["Unsupported interval"],he_IL:["אינטרוול לא נתמך"]}},8580:e=>{e.exports={en:["User-defined error"],he_IL:["שגיאה בהגדרת משתמש"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],he_IL:["טווח קבוע של פרופיל ווליום"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],he_IL:["אינדיקטור פרופיל ווליום זמין רק בתוכניות המשודרגות שלנו."]}},93722:e=>{e.exports={en:["Volume candles"],he_IL:["נרות ווליום"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],he_IL:["נתוני נפח אינם מסופקים בתוכנית הנתונים BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],he_IL:["ווליום footprint"]}},32838:e=>{e.exports={en:["Vancouver"],he_IL:["ונקובר"]}},29535:e=>{e.exports={en:["Vertical Line"],he_IL:["קו אנכי"]}},23160:e=>{e.exports={en:["Vienna"],he_IL:["וינה"]}},60534:e=>{e.exports={en:["Vilnius"],he_IL:["וילנה"]}},40091:e=>{e.exports={en:["Visibility"],he_IL:["ניראות"]}},54853:e=>{e.exports={en:["Visibility on intervals"],he_IL:["נראות אינטרוולים"]}},58302:e=>{e.exports={en:["Visible on tap"],he_IL:["מוצג בהקשה"]}},10309:e=>{e.exports={en:["Visible on mouse over"],he_IL:["הצג כשהעכבר מעל"]}},4077:e=>{e.exports={en:["Visual order"],he_IL:["סדר ויזואלי"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"],he_IL:["תבנית XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],he_IL:["לא ניתן להציג את מסגרת הזמן של פיבוט זה ברזולוציה הזו"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],he_IL:["יש לך שרטוטים נעולים על הסימול הזה. האם אתה רוצה להסיר גם את השרטוטים הנעולים?"]}},53168:e=>{e.exports={en:["Yangon"],he_IL:["יאנגון"]}},93123:e=>{e.exports={en:["Yes, remove them"],he_IL:["כן, הסר אותם"]}},62859:e=>{e.exports={en:["Zurich"],he_IL:["ציריך"]}},47977:e=>{e.exports={en:["change Elliott degree"],he_IL:["שנה את רמת אליוט"]}},61557:e=>{e.exports={en:["change no overlapping labels"],he_IL:["אין לשנות תוויות חופפות"]}},76852:e=>{e.exports={en:["change average close price label visibility"],he_IL:["שנה את נראות תווית המחיר הממוצעת"]}},1022:e=>{e.exports={en:["change average close price line visibility"],he_IL:["שנה את הנראות הממוצעת של קו מחיר קרוב"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],he_IL:["שנה נראות של תוויות ביקוש והיצע bid/ask"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],he_IL:["שנה נראות שורות היצע וביקוש bid/ask"]}},32302:e=>{e.exports={en:["change currency"],he_IL:["שנה מטבע"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],he_IL:["שנה פריסת גרף ל-{title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],he_IL:["שנה נראות מתג החלפה לחוזה רציף"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],he_IL:["שנה את נראות הספירה לאחור לסגירת הבר"]}},16979:e=>{e.exports={en:["change date range"],he_IL:["שנה טווח תאריכים"]}}, 99894:e=>{e.exports={en:["Unlock"],he_IL:["בטל נעילה"]}},75546:e=>{e.exports={en:["Unsupported interval"],he_IL:["אינטרוול לא נתמך"]}},8580:e=>{e.exports={en:["User-defined error"],he_IL:["שגיאה בהגדרת משתמש"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],he_IL:["טווח קבוע של פרופיל ווליום"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],he_IL:["אינדיקטור פרופיל ווליום זמין רק בתוכניות המשודרגות שלנו."]}},93722:e=>{e.exports={en:["Volume candles"],he_IL:["נרות ווליום"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],he_IL:["נתוני נפח אינם מסופקים בתוכנית הנתונים BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],he_IL:["ווליום footprint"]}},32838:e=>{e.exports={en:["Vancouver"],he_IL:["ונקובר"]}},29535:e=>{e.exports={en:["Vertical Line"],he_IL:["קו אנכי"]}},23160:e=>{e.exports={en:["Vienna"],he_IL:["וינה"]}},60534:e=>{e.exports={en:["Vilnius"],he_IL:["וילנה"]}},40091:e=>{e.exports={en:["Visibility"],he_IL:["ניראות"]}},54853:e=>{e.exports={en:["Visibility on intervals"],he_IL:["נראות אינטרוולים"]}},58302:e=>{e.exports={en:["Visible on tap"],he_IL:["מוצג בהקשה"]}},10309:e=>{e.exports={en:["Visible on mouse over"],he_IL:["הצג כשהעכבר מעל"]}},4077:e=>{e.exports={en:["Visual order"],he_IL:["סדר ויזואלי"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"],he_IL:["תבנית XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],he_IL:["לא ניתן להציג את מסגרת הזמן של פיבוט זה ברזולוציה הזו"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],he_IL:["יש לך שרטוטים נעולים על הסימול הזה. האם אתה רוצה להסיר גם את השרטוטים הנעולים?"]}},53168:e=>{e.exports={en:["Yangon"],he_IL:["יאנגון"]}},93123:e=>{e.exports={en:["Yes, remove them"],he_IL:["כן, הסר אותם"]}},62859:e=>{e.exports={en:["Zurich"],he_IL:["ציריך"]}},47977:e=>{e.exports={en:["change Elliott degree"],he_IL:["שנה את רמת אליוט"]}},61557:e=>{e.exports={en:["change no overlapping labels"],he_IL:["אין לשנות תוויות חופפות"]}},76852:e=>{e.exports={en:["change average close price label visibility"],he_IL:["שנה את נראות תווית המחיר הממוצעת"]}},1022:e=>{e.exports={en:["change average close price line visibility"],he_IL:["שנה את הנראות הממוצעת של קו מחיר קרוב"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],he_IL:["שנה נראות של תוויות ביקוש והיצע bid/ask"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],he_IL:["שנה נראות שורות היצע וביקוש bid/ask"]}},32302:e=>{e.exports={en:["change currency"],he_IL:["שנה מטבע"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],he_IL:["שנה פריסת גרף ל-{title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],he_IL:["שנה נראות מתג החלפה לחוזה רציף"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],he_IL:["שנה את נראות הספירה לאחור לסגירת הבר"]}},16979:e=>{e.exports={en:["change date range"],he_IL:["שנה טווח תאריכים"]}},
53929:e=>{e.exports={en:["change dividends visibility"],he_IL:["שנה את נראות הדיבידנדים"]}},6119:e=>{e.exports={en:["change events visibility on chart"],he_IL:["שנה את נראות האירועים בגרף"]}},6819:e=>{e.exports={en:["change earnings visibility"],he_IL:["שנה את נראות הרווחים"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],he_IL:["שינוי נראות תפוגה של חוזה עתידי"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],he_IL:["לשנות את הנראות של תוויות מחיר גבוה ונמוך"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],he_IL:["לשנות את נראות קווי המחירים הגבוהים והנמוכים"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],he_IL:["שנה נראות של אינדיקטורים ושם תוויות"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],he_IL:["שנה נראות תוויות ערך של אינדיקטורים"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],he_IL:["שנה את נראות העדכונים האחרונים"]}},88849:e=>{e.exports={en:["change linking group"],he_IL:["שנה קבוצת קישור"]}},14691:e=>{e.exports={en:["change pane height"],he_IL:["לשנות את גובה החלונית"]}},96379:e=>{e.exports={en:["change plus button visibility"],he_IL:["שנה נראות של לחצן הפלוס"]}},76660:e=>{e.exports={en:["change point"],he_IL:["שנה נקודה"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],he_IL:["שנה את נראות תווית מחיר פרה/פןסט מארקט"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],he_IL:["שנה את נראות קווי מחיר פרה/פןסט מארקט"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],he_IL:["שנה את הנראות של קו סגירת מחיר הקודם"]}},8662:e=>{e.exports={en:["change price line visibility"],he_IL:["שנה את קו המחיר"]}},2509:e=>{e.exports={en:["change price to bar ratio"],he_IL:["שנה את יחס המחיר לבר"]}},32829:e=>{e.exports={en:["change resolution"],he_IL:["שנה רזולוציה"]}},35400:e=>{e.exports={en:["change symbol"],he_IL:["שנה סימול"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],he_IL:["שנה את נראות תוויות הסימולים"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],he_IL:["שנה את נראות סימול הערך האחרון"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],he_IL:["שנה נראות ערך קרוב של סימול קודם"]}},87041:e=>{e.exports={en:["change session"],he_IL:["שנה סשן"]}},38413:e=>{e.exports={en:["change session breaks visibility"],he_IL:["שנה את נראות הפסקות הסשן"]}},49965:e=>{e.exports={en:["change series style"],he_IL:["שנה את סגנון הסדרה"]}},47474:e=>{e.exports={en:["change splits visibility"],he_IL:["שנה את נראות הפיצולים/ספליט"]}},20137:e=>{e.exports={en:["change timezone"],he_IL:["שנה אזור זמן"]}},85975:e=>{e.exports={en:["change unit"],he_IL:["שנה יחידה"]}},1924:e=>{e.exports={en:["change visibility"],he_IL:["שנה את הנראות"]}},84331:e=>{e.exports={en:["change visibility at current interval"],he_IL:["לשנות את הנראות באינטרוול הנוכחי"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"], 53929:e=>{e.exports={en:["change dividends visibility"],he_IL:["שנה את נראות הדיבידנדים"]}},6119:e=>{e.exports={en:["change events visibility on chart"],he_IL:["שנה את נראות האירועים בגרף"]}},6819:e=>{e.exports={en:["change earnings visibility"],he_IL:["שנה את נראות הרווחים"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],he_IL:["שינוי נראות תפוגה של חוזה עתידי"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],he_IL:["לשנות את הנראות של תוויות מחיר גבוה ונמוך"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],he_IL:["לשנות את נראות קווי המחירים הגבוהים והנמוכים"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],he_IL:["שנה נראות של אינדיקטורים ושם תוויות"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],he_IL:["שנה נראות תוויות ערך של אינדיקטורים"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],he_IL:["שנה את נראות העדכונים האחרונים"]}},88849:e=>{e.exports={en:["change linking group"],he_IL:["שנה קבוצת קישור"]}},14691:e=>{e.exports={en:["change pane height"],he_IL:["לשנות את גובה החלונית"]}},96379:e=>{e.exports={en:["change plus button visibility"],he_IL:["שנה נראות של לחצן הפלוס"]}},76660:e=>{e.exports={en:["change point"],he_IL:["שנה נקודה"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],he_IL:["שנה את נראות תווית מחיר פרה/פןסט מארקט"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],he_IL:["שנה את נראות קווי מחיר פרה/פןסט מארקט"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],he_IL:["שנה את הנראות של קו סגירת מחיר הקודם"]}},8662:e=>{e.exports={en:["change price line visibility"],he_IL:["שנה את קו המחיר"]}},2509:e=>{e.exports={en:["change price to bar ratio"],he_IL:["שנה את יחס המחיר לבר"]}},32829:e=>{e.exports={en:["change resolution"],he_IL:["שנה רזולוציה"]}},35400:e=>{e.exports={en:["change symbol"],he_IL:["שנה סימול"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],he_IL:["שנה את נראות תוויות הסימולים"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],he_IL:["שנה את נראות סימול הערך האחרון"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],he_IL:["שנה נראות ערך קרוב של סימול קודם"]}},87041:e=>{e.exports={en:["change session"],he_IL:["שנה סשן"]}},38413:e=>{e.exports={en:["change session breaks visibility"],he_IL:["שנה את נראות הפסקות הסשן"]}},49965:e=>{e.exports={en:["change series style"],he_IL:["שנה את סגנון הסדרה"]}},47474:e=>{e.exports={en:["change splits visibility"],he_IL:["שנה את נראות הפיצולים/ספליט"]}},20137:e=>{e.exports={en:["change timezone"],he_IL:["שנה אזור זמן"]}},85975:e=>{e.exports={en:["change unit"],he_IL:["שנה יחידה"]}},1924:e=>{e.exports={en:["change visibility"],he_IL:["שנה את הנראות"]}},84331:e=>{e.exports={en:["change visibility at current interval"],he_IL:["לשנות את הנראות באינטרוול הנוכחי"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],

View File

@@ -1,12 +1,12 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3005],{97754:(e,t)=>{var n;!function(){"use strict";var r={}.hasOwnProperty;function s(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)&&n.length){var a=s.apply(null,n);a&&e.push(a)}else if("object"===i)for(var o in n)r.call(n,o)&&n[o]&&e.push(o)}}return e.join(" ")}e.exports?(s.default=s,e.exports=s):void 0===(n=function(){return s}.apply(t,[]))||(e.exports=n)}()},46913:e=>{e.exports={wrap:"wrap-wXGVFOC9",wrapWithArrowsOuting:"wrapWithArrowsOuting-wXGVFOC9",wrapOverflow:"wrapOverflow-wXGVFOC9",scrollWrap:"scrollWrap-wXGVFOC9",noScrollBar:"noScrollBar-wXGVFOC9",icon:"icon-wXGVFOC9",scrollLeft:"scrollLeft-wXGVFOC9",scrollRight:"scrollRight-wXGVFOC9",isVisible:"isVisible-wXGVFOC9",iconWrap:"iconWrap-wXGVFOC9",fadeLeft:"fadeLeft-wXGVFOC9",fadeRight:"fadeRight-wXGVFOC9"}},39416:(e,t,n)=>{"use strict";n.d(t,{useFunctionalRefObject:()=>i});var r=n(50959),s=n(43010);function i(e){const t=(0,r.useMemo)((()=>function(e){const t=n=>{e(n),t.current=n};return t.current=null,t}((e=>{o.current(e)}))),[]),n=(0,r.useRef)(null),i=t=>{if(null===t)return a(n.current,t),void(n.current=null);n.current!==e&&(n.current=e,a(n.current,t))},o=(0,r.useRef)(i);return o.current=i,(0,s.useIsomorphicLayoutEffect)((()=>{if(null!==t.current)return o.current(t.current),()=>o.current(null)}),[e]),t}function a(e,t){null!==e&&("function"==typeof e?e(t):e.current=t)}},43010:(e,t,n)=>{"use strict";n.d(t,{useIsomorphicLayoutEffect:()=>s});var r=n(50959);function s(e,t){("undefined"==typeof window?r.useEffect:r.useLayoutEffect)(e,t)}},67842:(e,t,n)=>{"use strict";n.d(t,{useResizeObserver:()=>a});var r=n(50959),s=n(43010),i=n(39416);function a(e,t=[]){const{callback:n,ref:a=null}=function(e){return"function"==typeof e?{callback:e}:e}(e),o=(0,r.useRef)(null),l=(0,r.useRef)(n);l.current=n;const c=(0,i.useFunctionalRefObject)(a),u=(0,r.useCallback)((e=>{c(e),null!==o.current&&(o.current.disconnect(),null!==e&&o.current.observe(e))}),[c,o]);return(0,s.useIsomorphicLayoutEffect)((()=>(o.current=new ResizeObserver(((e,t)=>{l.current(e,t)})),c.current&&u(c.current),()=>{o.current?.disconnect()})),[c,...t]),u}},9745:(e,t,n)=>{"use strict";n.d(t,{Icon:()=>s});var r=n(50959);const s=r.forwardRef(((e,t)=>{const{icon:n="",title:s,ariaLabel:i,ariaLabelledby:a,ariaHidden:o,...l}=e,c=!!(s||i||a);return r.createElement("span",{role:"img",...l,ref:t,"aria-label":i,"aria-labelledby":a,"aria-hidden":o||!c,title:s,dangerouslySetInnerHTML:{__html:n}})}))},47201:(e,t,n)=>{"use strict";function r(...e){return t=>{for(const n of e)void 0!==n&&n(t)}}n.d(t,{createSafeMulticastEventHandler:()=>r})},42142:(e,t,n)=>{"use strict";n.d(t,{FragmentMap:()=>s});var r=n(50959);function s(e){if(e.map){return r.Children.toArray(e.children).map(e.map)}return e.children}},45601:(e,t,n)=>{"use strict";n.d(t,{Measure:()=>s});var r=n(67842);function s(e){const{children:t,onResize:n}=e;return t((0, (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3005],{97754:(e,t)=>{var n;!function(){"use strict";var r={}.hasOwnProperty;function s(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)&&n.length){var a=s.apply(null,n);a&&e.push(a)}else if("object"===i)for(var o in n)r.call(n,o)&&n[o]&&e.push(o)}}return e.join(" ")}e.exports?(s.default=s,e.exports=s):void 0===(n=function(){return s}.apply(t,[]))||(e.exports=n)}()},46913:e=>{e.exports={wrap:"wrap-wXGVFOC9",wrapWithArrowsOuting:"wrapWithArrowsOuting-wXGVFOC9",wrapOverflow:"wrapOverflow-wXGVFOC9",scrollWrap:"scrollWrap-wXGVFOC9",noScrollBar:"noScrollBar-wXGVFOC9",icon:"icon-wXGVFOC9",scrollLeft:"scrollLeft-wXGVFOC9",scrollRight:"scrollRight-wXGVFOC9",isVisible:"isVisible-wXGVFOC9",iconWrap:"iconWrap-wXGVFOC9",fadeLeft:"fadeLeft-wXGVFOC9",fadeRight:"fadeRight-wXGVFOC9"}},39416:(e,t,n)=>{"use strict";n.d(t,{useFunctionalRefObject:()=>i});var r=n(50959),s=n(43010);function i(e){const t=(0,r.useMemo)((()=>function(e){const t=n=>{e(n),t.current=n};return t.current=null,t}((e=>{o.current(e)}))),[]),n=(0,r.useRef)(null),i=t=>{if(null===t)return a(n.current,t),void(n.current=null);n.current!==e&&(n.current=e,a(n.current,t))},o=(0,r.useRef)(i);return o.current=i,(0,s.useIsomorphicLayoutEffect)((()=>{if(null!==t.current)return o.current(t.current),()=>o.current(null)}),[e]),t}function a(e,t){null!==e&&("function"==typeof e?e(t):e.current=t)}},43010:(e,t,n)=>{"use strict";n.d(t,{useIsomorphicLayoutEffect:()=>s});var r=n(50959);function s(e,t){("undefined"==typeof window?r.useEffect:r.useLayoutEffect)(e,t)}},67842:(e,t,n)=>{"use strict";n.d(t,{useResizeObserver:()=>a});var r=n(50959),s=n(43010),i=n(39416);function a(e,t=[]){const{callback:n,ref:a=null}=function(e){return"function"==typeof e?{callback:e}:e}(e),o=(0,r.useRef)(null),l=(0,r.useRef)(n);l.current=n;const c=(0,i.useFunctionalRefObject)(a),u=(0,r.useCallback)((e=>{c(e),null!==o.current&&(o.current.disconnect(),null!==e&&o.current.observe(e))}),[c,o]);return(0,s.useIsomorphicLayoutEffect)((()=>(o.current=new ResizeObserver(((e,t)=>{l.current(e,t)})),c.current&&u(c.current),()=>{o.current?.disconnect()})),[c,...t]),u}},9745:(e,t,n)=>{"use strict";n.d(t,{Icon:()=>s});var r=n(50959);const s=r.forwardRef(((e,t)=>{const{icon:n="",title:s,ariaLabel:i,ariaLabelledby:a,ariaHidden:o,...l}=e,c=!!(s||i||a);return r.createElement("span",{role:"img",...l,ref:t,"aria-label":i,"aria-labelledby":a,"aria-hidden":o||!c,title:s,dangerouslySetInnerHTML:{__html:n}})}))},47201:(e,t,n)=>{"use strict";function r(...e){return t=>{for(const n of e)void 0!==n&&n(t)}}n.d(t,{createSafeMulticastEventHandler:()=>r})},42142:(e,t,n)=>{"use strict";n.d(t,{FragmentMap:()=>s});var r=n(50959);function s(e){if(e.map){return r.Children.toArray(e.children).map(e.map)}return e.children}},45601:(e,t,n)=>{"use strict";n.d(t,{Measure:()=>s});var r=n(67842);function s(e){const{children:t,onResize:n}=e;return t((0,
r.useResizeObserver)(n||(()=>{}),[null===n]))}},70412:(e,t,n)=>{"use strict";n.d(t,{hoverMouseEventFilter:()=>i,useAccurateHover:()=>a,useHover:()=>s});var r=n(50959);function s(){const[e,t]=(0,r.useState)(!1);return[e,{onMouseOver:function(e){i(e)&&t(!0)},onMouseOut:function(e){i(e)&&t(!1)}}]}function i(e){return!e.currentTarget.contains(e.relatedTarget)}function a(e){const[t,n]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{const t=t=>{if(null===e.current)return;const r=e.current.contains(t.target);n(r)};return document.addEventListener("mouseover",t),()=>document.removeEventListener("mouseover",t)}),[]),t}},6132:(e,t,n)=>{"use strict";var r=n(22134);function s(){}function i(){}i.resetWarningCache=s,e.exports=function(){function e(e,t,n,s,i,a){if(a!==r){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:s};return n.PropTypes=n,n}},19036:(e,t,n)=>{e.exports=n(6132)()},22134:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},13818:e=>{e.exports={group:"group-MBOVGQRI",separator:"separator-MBOVGQRI",noLeftDecoration:"noLeftDecoration-MBOVGQRI",noRightDecoration:"noRightDecoration-MBOVGQRI",noMinimalWidth:"noMinimalWidth-MBOVGQRI",separatorWrap:"separatorWrap-MBOVGQRI"}},32169:e=>{e.exports={separator:"separator-xVhBjD5m"}},58312:e=>{e.exports={"css-value-header-toolbar-height":"38px",toolbar:"toolbar-qqNP9X6e",isHidden:"isHidden-qqNP9X6e",overflowWrap:"overflowWrap-qqNP9X6e",customButton:"customButton-qqNP9X6e",hover:"hover-qqNP9X6e",clicked:"clicked-qqNP9X6e"}},87730:e=>{e.exports={wrap:"wrap-_psvpUP2",icon:"icon-_psvpUP2"}},8297:e=>{e.exports={"css-value-header-toolbar-height":"38px",innerWrap:"innerWrap-OhqNVIYA",inner:"inner-OhqNVIYA",fake:"fake-OhqNVIYA",fill:"fill-OhqNVIYA",collapse:"collapse-OhqNVIYA",button:"button-OhqNVIYA",iconButton:"iconButton-OhqNVIYA",hidden:"hidden-OhqNVIYA",content:"content-OhqNVIYA",desktopPublish:"desktopPublish-OhqNVIYA",mobilePublish:"mobilePublish-OhqNVIYA"}},57177:(e,t,n)=>{"use strict";var r;function s(e){e.dispatchEvent(new CustomEvent("roving-tabindex:main-element"))}function i(e){e.dispatchEvent(new CustomEvent("roving-tabindex:secondary-element"))}n.d(t,{becomeMainElement:()=>s,becomeSecondaryElement:()=>i}),function(e){e.MainElement="roving-tabindex:main-element",e.SecondaryElement="roving-tabindex:secondary-element"}(r||(r={}))},42014:(e,t,n)=>{"use strict";n.d(t,{INTERVALS:()=>s});var r=n(11542);const s=[{name:"",label:r.t(null,{context:"interval"},n(79930))},{name:"H",label:r.t(null,{context:"interval"},n(35157))},{name:"D",label:r.t(null,{context:"interval"},n(23970))},{name:"W",label:r.t(null,{context:"interval"},n(7938))},{ r.useResizeObserver)(n||(()=>{}),[null===n]))}},70412:(e,t,n)=>{"use strict";n.d(t,{hoverMouseEventFilter:()=>i,useAccurateHover:()=>a,useHover:()=>s});var r=n(50959);function s(){const[e,t]=(0,r.useState)(!1);return[e,{onMouseOver:function(e){i(e)&&t(!0)},onMouseOut:function(e){i(e)&&t(!1)}}]}function i(e){return!e.currentTarget.contains(e.relatedTarget)}function a(e){const[t,n]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{const t=t=>{if(null===e.current)return;const r=e.current.contains(t.target);n(r)};return document.addEventListener("mouseover",t),()=>document.removeEventListener("mouseover",t)}),[]),t}},6132:(e,t,n)=>{"use strict";var r=n(22134);function s(){}function i(){}i.resetWarningCache=s,e.exports=function(){function e(e,t,n,s,i,a){if(a!==r){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:s};return n.PropTypes=n,n}},19036:(e,t,n)=>{e.exports=n(6132)()},22134:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},13818:e=>{e.exports={group:"group-MBOVGQRI",separator:"separator-MBOVGQRI",noLeftDecoration:"noLeftDecoration-MBOVGQRI",noRightDecoration:"noRightDecoration-MBOVGQRI",noMinimalWidth:"noMinimalWidth-MBOVGQRI",separatorWrap:"separatorWrap-MBOVGQRI"}},32169:e=>{e.exports={separator:"separator-xVhBjD5m"}},58312:e=>{e.exports={"css-value-header-toolbar-height":"38px",toolbar:"toolbar-qqNP9X6e",isHidden:"isHidden-qqNP9X6e",overflowWrap:"overflowWrap-qqNP9X6e",customButton:"customButton-qqNP9X6e",hover:"hover-qqNP9X6e",clicked:"clicked-qqNP9X6e"}},87730:e=>{e.exports={wrap:"wrap-_psvpUP2",icon:"icon-_psvpUP2"}},8297:e=>{e.exports={"css-value-header-toolbar-height":"38px",innerWrap:"innerWrap-OhqNVIYA",inner:"inner-OhqNVIYA",fake:"fake-OhqNVIYA",fill:"fill-OhqNVIYA",collapse:"collapse-OhqNVIYA",button:"button-OhqNVIYA",iconButton:"iconButton-OhqNVIYA",hidden:"hidden-OhqNVIYA",content:"content-OhqNVIYA",desktopPublish:"desktopPublish-OhqNVIYA",mobilePublish:"mobilePublish-OhqNVIYA"}},57177:(e,t,n)=>{"use strict";var r;function s(e){e.dispatchEvent(new CustomEvent("roving-tabindex:main-element"))}function i(e){e.dispatchEvent(new CustomEvent("roving-tabindex:secondary-element"))}n.d(t,{becomeMainElement:()=>s,becomeSecondaryElement:()=>i}),function(e){e.MainElement="roving-tabindex:main-element",e.SecondaryElement="roving-tabindex:secondary-element"}(r||(r={}))},42014:(e,t,n)=>{"use strict";n.d(t,{INTERVALS:()=>s});var r=n(11542);const s=[{name:"",label:r.t(null,{context:"interval"},n(79930))},{name:"H",label:r.t(null,{context:"interval"},n(35157))},{name:"D",label:r.t(null,{context:"interval"},n(23970))},{name:"W",label:r.t(null,{context:"interval"},n(7938))},{
name:"M",label:r.t(null,{context:"interval"},n(18193))}]},6190:(e,t,n)=>{"use strict";n.d(t,{Toolbar:()=>d});var r=n(50959),s=n(50151),i=n(47201),a=n(3343),o=n(19291),l=n(57177),c=n(39416),u=n(7047);const d=(0,r.forwardRef)((function(e,t){const{onKeyDown:n,orientation:d,blurOnEscKeydown:h=!0,blurOnClick:m=!0,...p}=e,v=(0,c.useFunctionalRefObject)(t);return(0,r.useLayoutEffect)((()=>{const e=(0,s.ensureNotNull)(v.current),t=()=>{const t=(0,o.queryTabbableElements)(e).sort(o.navigationOrderComparator);if(0===t.length){const[t]=(0,o.queryFocusableElements)(e).sort(o.navigationOrderComparator);if(void 0===t)return;(0,l.becomeMainElement)(t)}if(t.length>1){const[,...e]=t;for(const t of e)(0,l.becomeSecondaryElement)(t)}};return window.addEventListener("keyboard-navigation-activation",t),()=>window.removeEventListener("keyboard-navigation-activation",t)}),[]),r.createElement("div",{...u.MouseClickAutoBlurHandler.attributes(m),...p,role:"toolbar","aria-orientation":d,ref:v,onKeyDown:(0,i.createSafeMulticastEventHandler)((function(e){if(e.defaultPrevented)return;if(!(document.activeElement instanceof HTMLElement))return;const t=(0,a.hashFromEvent)(e);if(h&&27===t)return e.preventDefault(),void document.activeElement.blur();if("vertical"!==d&&37!==t&&39!==t)return;if("vertical"===d&&38!==t&&40!==t)return;const n=e.currentTarget,r=(0,o.queryFocusableElements)(n).sort(o.navigationOrderComparator);if(0===r.length)return;const s=r.indexOf(document.activeElement);if(-1===s)return;e.preventDefault();const i=()=>{const e=(s+r.length-1)%r.length;(0,l.becomeSecondaryElement)(r[s]),(0,l.becomeMainElement)(r[e]),r[e].focus()},c=()=>{const e=(s+r.length+1)%r.length;(0,l.becomeSecondaryElement)(r[s]),(0,l.becomeMainElement)(r[e]),r[e].focus()};switch((0,o.mapKeyCodeToDirection)(t)){case"inlinePrev":"vertical"!==d&&i();break;case"inlineNext":"vertical"!==d&&c();break;case"blockPrev":"vertical"===d&&i();break;case"blockNext":"vertical"===d&&c()}}),n),"data-tooltip-show-on-focus":"true"})}))},43410:(e,t,n)=>{"use strict";n.r(t),n.d(t,{HeaderToolbarRenderer:()=>Fe});var r=n(50959),s=n(32227),i=n(50151),a=n(97754),o=n.n(a),l=n(85459),c=n.n(l),u=n(20057),d=n(83873);const h=function(e){return null==e};var m=n(56570),p=n(76422),v=n(19036),f=n(32563),g=n(42142),S=n(32169);function b(e){return r.createElement("div",{className:o()(S.separator,e.className)})}var y=n(13818);function C(e){const{children:t,className:n,noLeftDecoration:s,noRightDecoration:i,noMinimalWidth:o,onClick:l,removeSeparator:c}=e;return r.createElement(r.Fragment,null,!c&&r.createElement("div",{className:y.separatorWrap},r.createElement(b,{className:y.separator})),r.createElement("div",{className:a(n,y.group,{[y.noMinimalWidth]:o,[y.noLeftDecoration]:s,[y.noRightDecoration]:i}),onClick:l},t))}var E=n(45601),_=n(11542),w=n(9745),M=n(87730),R=n(45820);const k={text:_.t(null,void 0,n(48161))};function I(e){return r.createElement("div",{className:M.wrap},r.createElement(w.Icon,{className:M.icon,icon:R}),k.text)}var V=n(61119),F=n(78871),O=n(63273),W=n(61380),L=n(46913);const N={ name:"M",label:r.t(null,{context:"interval"},n(18193))}]},6190:(e,t,n)=>{"use strict";n.d(t,{Toolbar:()=>d});var r=n(50959),s=n(50151),i=n(47201),a=n(3343),o=n(19291),l=n(57177),c=n(39416),u=n(7047);const d=(0,r.forwardRef)((function(e,t){const{onKeyDown:n,orientation:d,blurOnEscKeydown:h=!0,blurOnClick:m=!0,...p}=e,v=(0,c.useFunctionalRefObject)(t);return(0,r.useLayoutEffect)((()=>{const e=(0,s.ensureNotNull)(v.current),t=()=>{const t=(0,o.queryTabbableElements)(e).sort(o.navigationOrderComparator);if(0===t.length){const[t]=(0,o.queryFocusableElements)(e).sort(o.navigationOrderComparator);if(void 0===t)return;(0,l.becomeMainElement)(t)}if(t.length>1){const[,...e]=t;for(const t of e)(0,l.becomeSecondaryElement)(t)}};return window.addEventListener("keyboard-navigation-activation",t),()=>window.removeEventListener("keyboard-navigation-activation",t)}),[]),r.createElement("div",{...u.MouseClickAutoBlurHandler.attributes(m),...p,role:"toolbar","aria-orientation":d,ref:v,onKeyDown:(0,i.createSafeMulticastEventHandler)((function(e){if(e.defaultPrevented)return;if(!(document.activeElement instanceof HTMLElement))return;const t=(0,a.hashFromEvent)(e);if(h&&27===t)return e.preventDefault(),void document.activeElement.blur();if("vertical"!==d&&37!==t&&39!==t)return;if("vertical"===d&&38!==t&&40!==t)return;const n=e.currentTarget,r=(0,o.queryFocusableElements)(n).sort(o.navigationOrderComparator);if(0===r.length)return;const s=r.indexOf(document.activeElement);if(-1===s)return;e.preventDefault();const i=()=>{const e=(s+r.length-1)%r.length;(0,l.becomeSecondaryElement)(r[s]),(0,l.becomeMainElement)(r[e]),r[e].focus()},c=()=>{const e=(s+r.length+1)%r.length;(0,l.becomeSecondaryElement)(r[s]),(0,l.becomeMainElement)(r[e]),r[e].focus()};switch((0,o.mapKeyCodeToDirection)(t)){case"inlinePrev":"vertical"!==d&&i();break;case"inlineNext":"vertical"!==d&&c();break;case"blockPrev":"vertical"===d&&i();break;case"blockNext":"vertical"===d&&c()}}),n),"data-tooltip-show-on-focus":"true"})}))},39214:(e,t,n)=>{"use strict";n.r(t),n.d(t,{HeaderToolbarRenderer:()=>Fe});var r=n(50959),s=n(32227),i=n(50151),a=n(97754),o=n.n(a),l=n(85459),c=n.n(l),u=n(20057),d=n(83873),h=n(63193),m=n(56570),p=n(76422),v=n(19036),f=n(32563),g=n(42142),S=n(32169);function b(e){return r.createElement("div",{className:o()(S.separator,e.className)})}var y=n(13818);function C(e){const{children:t,className:n,noLeftDecoration:s,noRightDecoration:i,noMinimalWidth:o,onClick:l,removeSeparator:c}=e;return r.createElement(r.Fragment,null,!c&&r.createElement("div",{className:y.separatorWrap},r.createElement(b,{className:y.separator})),r.createElement("div",{className:a(n,y.group,{[y.noMinimalWidth]:o,[y.noLeftDecoration]:s,[y.noRightDecoration]:i}),onClick:l},t))}var E=n(45601),_=n(11542),w=n(9745),M=n(87730),R=n(45820);const k={text:_.t(null,void 0,n(48161))};function I(e){return r.createElement("div",{className:M.wrap},r.createElement(w.Icon,{className:M.icon,icon:R}),k.text)}var V=n(61119),F=n(78871),O=n(63273),W=n(61380),L=n(46913);const N={isVisibleScrollbar:!0,
isVisibleScrollbar:!0,shouldMeasure:!0,hideButtonsFrom:1};function T(e){return r.createElement("div",{className:a(L.fadeLeft,e.className,{[L.isVisible]:e.isVisible})})}function B(e){return r.createElement("div",{className:a(L.fadeRight,e.className,{[L.isVisible]:e.isVisible})})}function A(e){return r.createElement(x,{...e,className:L.scrollLeft})}function D(e){return r.createElement(x,{...e,className:L.scrollRight})}function x(e){return r.createElement("div",{className:a(e.className,{[L.isVisible]:e.isVisible}),onClick:e.onClick},r.createElement("div",{className:L.iconWrap},r.createElement(w.Icon,{icon:W,className:L.icon})))}const P=function(e=A,t=D,n=T,s=B){var o;return(o=class extends r.PureComponent{constructor(e){super(e),this._scroll=r.createRef(),this._handleScrollLeft=()=>{if(this.props.onScrollButtonClick)return void this.props.onScrollButtonClick("left");const e=this.props.scrollStepSize||this.state.widthWrap-50;this.animateTo(Math.max(0,this.currentPosition()-e))},this._handleScrollRight=()=>{if(this.props.onScrollButtonClick)return void this.props.onScrollButtonClick("right");const e=this.props.scrollStepSize||this.state.widthWrap-50;this.animateTo(Math.min((this.state.widthContent||0)-(this.state.widthWrap||0),this.currentPosition()+e))},this._handleResizeWrap=([e])=>{const t=e.target.getBoundingClientRect();this.props.onMeasureWrap&&this.props.onMeasureWrap(t),this.setState({widthWrap:t.width}),this._checkButtonsVisibility()},this._handleResizeContent=([e])=>{const t=e.target.getBoundingClientRect();this.props.onMeasureContent&&this.props.onMeasureContent(t);const{shouldDecreaseWidthContent:n,buttonsWidthIfDecreasedWidthContent:r}=this.props;n&&r?this.setState({widthContent:t.width+2*r}):this.setState({widthContent:t.width})},this._handleScroll=()=>{const{onScroll:e}=this.props;e&&e(this.currentPosition(),this.isAtLeft(),this.isAtRight()),this._checkButtonsVisibility()},this._checkButtonsVisibility=()=>{const{isVisibleLeftButton:e,isVisibleRightButton:t}=this.state,n=this.isAtLeft(),r=this.isAtRight();n||e?n&&e&&this.setState({isVisibleLeftButton:!1}):this.setState({isVisibleLeftButton:!0}),r||t?r&&t&&this.setState({isVisibleRightButton:!1}):this.setState({isVisibleRightButton:!0})},this.state={widthContent:0,widthWrap:0,isVisibleRightButton:!1,isVisibleLeftButton:!1}}componentDidMount(){this._checkButtonsVisibility()}componentDidUpdate(e,t){t.widthWrap===this.state.widthWrap&&t.widthContent===this.state.widthContent||this._handleScroll()}currentPosition(){return this._scroll.current?(0,O.isRtl)()?(0,O.getLTRScrollLeft)(this._scroll.current):this._scroll.current.scrollLeft:0}isAtLeft(){return!this._isOverflowed()||this.currentPosition()<=(0,i.ensureDefined)(this.props.hideButtonsFrom)}isAtRight(){return!this._isOverflowed()||this.currentPosition()+this.state.widthWrap>=this.state.widthContent-(0,i.ensureDefined)(this.props.hideButtonsFrom)}animateTo(e,t=F.dur){const n=this._scroll.current;n&&((0,O.isRtl)()&&(e=(0,O.getLTRScrollLeftOffset)(n,e)),t<=0?n.scrollLeft=Math.round(e):(0,V.doAnimate)({ shouldMeasure:!0,hideButtonsFrom:1};function T(e){return r.createElement("div",{className:a(L.fadeLeft,e.className,{[L.isVisible]:e.isVisible})})}function B(e){return r.createElement("div",{className:a(L.fadeRight,e.className,{[L.isVisible]:e.isVisible})})}function A(e){return r.createElement(x,{...e,className:L.scrollLeft})}function D(e){return r.createElement(x,{...e,className:L.scrollRight})}function x(e){return r.createElement("div",{className:a(e.className,{[L.isVisible]:e.isVisible}),onClick:e.onClick},r.createElement("div",{className:L.iconWrap},r.createElement(w.Icon,{icon:W,className:L.icon})))}const P=function(e=A,t=D,n=T,s=B){var o;return(o=class extends r.PureComponent{constructor(e){super(e),this._scroll=r.createRef(),this._handleScrollLeft=()=>{if(this.props.onScrollButtonClick)return void this.props.onScrollButtonClick("left");const e=this.props.scrollStepSize||this.state.widthWrap-50;this.animateTo(Math.max(0,this.currentPosition()-e))},this._handleScrollRight=()=>{if(this.props.onScrollButtonClick)return void this.props.onScrollButtonClick("right");const e=this.props.scrollStepSize||this.state.widthWrap-50;this.animateTo(Math.min((this.state.widthContent||0)-(this.state.widthWrap||0),this.currentPosition()+e))},this._handleResizeWrap=([e])=>{const t=e.target.getBoundingClientRect();this.props.onMeasureWrap&&this.props.onMeasureWrap(t),this.setState({widthWrap:t.width}),this._checkButtonsVisibility()},this._handleResizeContent=([e])=>{const t=e.target.getBoundingClientRect();this.props.onMeasureContent&&this.props.onMeasureContent(t);const{shouldDecreaseWidthContent:n,buttonsWidthIfDecreasedWidthContent:r}=this.props;n&&r?this.setState({widthContent:t.width+2*r}):this.setState({widthContent:t.width})},this._handleScroll=()=>{const{onScroll:e}=this.props;e&&e(this.currentPosition(),this.isAtLeft(),this.isAtRight()),this._checkButtonsVisibility()},this._checkButtonsVisibility=()=>{const{isVisibleLeftButton:e,isVisibleRightButton:t}=this.state,n=this.isAtLeft(),r=this.isAtRight();n||e?n&&e&&this.setState({isVisibleLeftButton:!1}):this.setState({isVisibleLeftButton:!0}),r||t?r&&t&&this.setState({isVisibleRightButton:!1}):this.setState({isVisibleRightButton:!0})},this.state={widthContent:0,widthWrap:0,isVisibleRightButton:!1,isVisibleLeftButton:!1}}componentDidMount(){this._checkButtonsVisibility()}componentDidUpdate(e,t){t.widthWrap===this.state.widthWrap&&t.widthContent===this.state.widthContent||this._handleScroll()}currentPosition(){return this._scroll.current?(0,O.isRtl)()?(0,O.getLTRScrollLeft)(this._scroll.current):this._scroll.current.scrollLeft:0}isAtLeft(){return!this._isOverflowed()||this.currentPosition()<=(0,i.ensureDefined)(this.props.hideButtonsFrom)}isAtRight(){return!this._isOverflowed()||this.currentPosition()+this.state.widthWrap>=this.state.widthContent-(0,i.ensureDefined)(this.props.hideButtonsFrom)}animateTo(e,t=F.dur){const n=this._scroll.current;n&&((0,O.isRtl)()&&(e=(0,O.getLTRScrollLeftOffset)(n,e)),t<=0?n.scrollLeft=Math.round(e):(0,V.doAnimate)({onStep(e,t){
onStep(e,t){n.scrollLeft=Math.round(t)},from:n.scrollLeft,to:Math.round(e),easing:F.easingFunc.easeInOutCubic,duration:t}))}render(){const{children:i,isVisibleScrollbar:o,isVisibleFade:l,isVisibleButtons:c,shouldMeasure:u,shouldDecreaseWidthContent:d,buttonsWidthIfDecreasedWidthContent:h,onMouseOver:m,onMouseOut:p,scrollWrapClassName:v,fadeClassName:f}=this.props,{isVisibleRightButton:g,isVisibleLeftButton:S}=this.state,b=d&&h;return r.createElement(E.Measure,{onResize:u?this._handleResizeWrap:null},(d=>r.createElement("div",{className:L.wrapOverflow,onMouseOver:m,onMouseOut:p,ref:d},r.createElement("div",{className:a(L.wrap,b?L.wrapWithArrowsOuting:"")},r.createElement("div",{className:a(L.scrollWrap,v,{[L.noScrollBar]:!o}),onScroll:this._handleScroll,ref:this._scroll},r.createElement(E.Measure,{onResize:u?this._handleResizeContent:null},i)),l&&r.createElement(n,{isVisible:S,className:f}),l&&r.createElement(s,{isVisible:g,className:f}),c&&r.createElement(e,{onClick:this._handleScrollLeft,isVisible:S}),c&&r.createElement(t,{onClick:this._handleScrollRight,isVisible:g})))))}_isOverflowed(){const{widthContent:e,widthWrap:t}=this.state;return e>t}}).defaultProps=N,o}(A,D,T,B);var H,q=n(14729);!function(e){e.SymbolSearch="header-toolbar-symbol-search",e.Intervals="header-toolbar-intervals",e.ChartStyles="header-toolbar-chart-styles",e.Compare="header-toolbar-compare",e.Indicators="header-toolbar-indicators",e.StudyTemplates="header-toolbar-study-templates",e.Dropdown="header-toolbar-dropdown",e.Alerts="header-toolbar-alerts",e.Layouts="header-toolbar-layouts",e.SaveLoad="header-toolbar-save-load",e.UndoRedo="header-toolbar-undo-redo",e.Properties="header-toolbar-properties",e.QuickSearch="header-toolbar-quick-search",e.PublishDesktop="header-toolbar-publish-desktop",e.PublishMobile="header-toolbar-publish-mobile",e.Fullscreen="header-toolbar-fullscreen",e.Screenshot="header-toolbar-screenshot",e.Replay="header-toolbar-replay",e.Financials="header-toolbar-financials"}(H||(H={}));var z=n(70412),G=n(77151),X=n(6190),U=n(8297);const Q=(0,G.registryContextType)(),Y=m.enabled("widget");class j extends r.PureComponent{constructor(e,t){super(e,t),this._handleMouseOver=e=>{(0,z.hoverMouseEventFilter)(e)&&this.setState({isHovered:!0})},this._handleMouseOut=e=>{(0,z.hoverMouseEventFilter)(e)&&this.setState({isHovered:!1})},this._handleInnerResize=([e])=>{const t=e.contentRect.width,{onWidthChange:n}=this.props;n&&n(t)},this._handleMeasureAvailableSpace=e=>{const{onAvailableSpaceChange:t}=this.props;t&&t(e.width)},this._processCustoms=e=>{const{isFake:t,displayMode:n}=this.props,{tools:s}=this.context;return e.map((e=>r.createElement(C,{key:e.id},(e=>{switch(e.type){case"Button":return r.createElement(s.Custom,{...e.params,isFake:t});case"TradingViewStyledButton":return r.createElement(s.CustomTradingViewStyledButton,{...e.params,className:U.button,displayMode:n});case"Dropdown":return r.createElement(s.Dropdown,{displayMode:n,params:e.params});default:return null}})(e))))},this._fixLastGroup=(e,t,n)=>{ n.scrollLeft=Math.round(t)},from:n.scrollLeft,to:Math.round(e),easing:F.easingFunc.easeInOutCubic,duration:t}))}render(){const{children:i,isVisibleScrollbar:o,isVisibleFade:l,isVisibleButtons:c,shouldMeasure:u,shouldDecreaseWidthContent:d,buttonsWidthIfDecreasedWidthContent:h,onMouseOver:m,onMouseOut:p,scrollWrapClassName:v,fadeClassName:f}=this.props,{isVisibleRightButton:g,isVisibleLeftButton:S}=this.state,b=d&&h;return r.createElement(E.Measure,{onResize:u?this._handleResizeWrap:null},(d=>r.createElement("div",{className:L.wrapOverflow,onMouseOver:m,onMouseOut:p,ref:d},r.createElement("div",{className:a(L.wrap,b?L.wrapWithArrowsOuting:"")},r.createElement("div",{className:a(L.scrollWrap,v,{[L.noScrollBar]:!o}),onScroll:this._handleScroll,ref:this._scroll},r.createElement(E.Measure,{onResize:u?this._handleResizeContent:null},i)),l&&r.createElement(n,{isVisible:S,className:f}),l&&r.createElement(s,{isVisible:g,className:f}),c&&r.createElement(e,{onClick:this._handleScrollLeft,isVisible:S}),c&&r.createElement(t,{onClick:this._handleScrollRight,isVisible:g})))))}_isOverflowed(){const{widthContent:e,widthWrap:t}=this.state;return e>t}}).defaultProps=N,o}(A,D,T,B);var H,q=n(14729);!function(e){e.SymbolSearch="header-toolbar-symbol-search",e.Intervals="header-toolbar-intervals",e.ChartStyles="header-toolbar-chart-styles",e.Compare="header-toolbar-compare",e.Indicators="header-toolbar-indicators",e.StudyTemplates="header-toolbar-study-templates",e.Dropdown="header-toolbar-dropdown",e.Alerts="header-toolbar-alerts",e.Layouts="header-toolbar-layouts",e.SaveLoad="header-toolbar-save-load",e.UndoRedo="header-toolbar-undo-redo",e.Properties="header-toolbar-properties",e.QuickSearch="header-toolbar-quick-search",e.PublishDesktop="header-toolbar-publish-desktop",e.PublishMobile="header-toolbar-publish-mobile",e.Fullscreen="header-toolbar-fullscreen",e.Screenshot="header-toolbar-screenshot",e.Replay="header-toolbar-replay",e.Financials="header-toolbar-financials"}(H||(H={}));var z=n(70412),G=n(77151),X=n(6190),U=n(8297);const Q=(0,G.registryContextType)(),Y=m.enabled("widget");class j extends r.PureComponent{constructor(e,t){super(e,t),this._handleMouseOver=e=>{(0,z.hoverMouseEventFilter)(e)&&this.setState({isHovered:!0})},this._handleMouseOut=e=>{(0,z.hoverMouseEventFilter)(e)&&this.setState({isHovered:!1})},this._handleInnerResize=([e])=>{const t=e.contentRect.width,{onWidthChange:n}=this.props;n&&n(t)},this._handleMeasureAvailableSpace=e=>{const{onAvailableSpaceChange:t}=this.props;t&&t(e.width)},this._processCustoms=e=>{const{isFake:t,displayMode:n}=this.props,{tools:s}=this.context;return e.map((e=>r.createElement(C,{key:e.id},(e=>{switch(e.type){case"Button":return r.createElement(s.Custom,{...e.params,isFake:t});case"TradingViewStyledButton":return r.createElement(s.CustomTradingViewStyledButton,{...e.params,className:U.button,displayMode:n});case"Dropdown":return r.createElement(s.Dropdown,{displayMode:n,params:e.params});default:return null}})(e))))},this._fixLastGroup=(e,t,n)=>{
if(t===n.length-1&&r.isValidElement(e)&&e.type===C){const t=void 0!==this.context.tools.Publish&&!this.props.readOnly;return r.cloneElement(e,{noRightDecoration:t})}return e},(0,G.validateRegistry)(t,{tools:v.any.isRequired}),this.state={isHovered:!1}}render(){const{tools:e}=this.context,{features:t,displayMode:n,chartSaver:s,studyMarket:i,readOnly:o,saveLoadSyncEmitter:l,leftCustomElements:c,rightCustomElements:u,showScrollbarWhen:d,isFake:h=!1}=this.props,{isHovered:p}=this.state,v=this._processCustoms(c),S=this._processCustoms(u),b=d.includes(n);return r.createElement(X.Toolbar,{className:a(U.inner,{[U.fake]:h}),onContextMenu:q.preventDefaultForContextMenu,"data-is-fake-main-panel":h,"aria-hidden":h},r.createElement(P,{isVisibleFade:f.mobiletouch&&b,isVisibleButtons:!f.mobiletouch&&b&&p,isVisibleScrollbar:!1,shouldMeasure:!h,onMouseOver:this._handleMouseOver,onMouseOut:this._handleMouseOut,onMeasureWrap:this._handleMeasureAvailableSpace},(c=>r.createElement("div",{className:U.content,ref:c,role:"none"},r.createElement(E.Measure,{onResize:h?this._handleInnerResize:null},(c=>r.createElement("div",{className:U.innerWrap,ref:c},r.createElement(g.FragmentMap,{map:this._fixLastGroup},!o&&r.Children.toArray([(e.SymbolSearch||!Y&&e.Compare)&&r.createElement(C,{key:"symbol"},e.SymbolSearch&&r.createElement(e.SymbolSearch,{id:h?void 0:H.SymbolSearch,isActionsVisible:t.allowSymbolSearchSpread}),e.Compare&&r.createElement(e.Compare,{id:h?void 0:H.Compare,className:U.button,displayMode:n})),e.DateRange&&r.createElement(C,{key:"range"},r.createElement(e.DateRange,null)),e.Intervals&&r.createElement(C,{key:"intervals"},r.createElement(e.Intervals,{id:h?void 0:H.Intervals,isShownQuicks:t.allowFavoriting,isFavoritingAllowed:t.allowFavoriting,displayMode:n,isFake:h})),e.Bars&&r.createElement(C,{key:"styles"},r.createElement(e.Bars,{id:h?void 0:H.ChartStyles,isShownQuicks:t.allowFavoriting,isFavoritingAllowed:t.allowFavoriting,displayMode:n,isFake:h})),Y&&e.Compare&&!e.SymbolSearch&&r.createElement(C,{key:"compare"},r.createElement(e.Compare,{id:h?void 0:H.Compare,className:U.button,displayMode:n})),e.Indicators&&r.createElement(C,{key:"indicators"},r.createElement(e.Indicators,{id:h?void 0:H.Indicators,className:U.button,studyMarket:i,displayMode:n}),e.Templates&&r.createElement(e.Templates,{id:h?void 0:H.StudyTemplates,isShownQuicks:t.allowFavoriting,isFavoritingAllowed:t.allowFavoriting,displayMode:n})),e.Alert&&r.createElement(C,{key:"alert"},r.createElement(e.Alert,{id:h?void 0:H.Alerts,className:U.button,displayMode:n}),e.Replay&&r.createElement(e.Replay,{id:h?void 0:H.Replay,className:U.button,displayMode:n})),e.AlertReferral&&!m.enabled("hide_alert_referral_tool")&&r.createElement(C,{key:"alert-referral"},r.createElement(e.AlertReferral,{className:U.button,displayMode:n})),e.ScalePercentage&&r.createElement(C,{key:"percentage"},r.createElement(e.ScalePercentage,null)),e.ScaleLogarithm&&r.createElement(C,{key:"logarithm"},r.createElement(e.ScaleLogarithm,null)),...v]),function(e){ if(t===n.length-1&&r.isValidElement(e)&&e.type===C){const t=void 0!==this.context.tools.Publish&&!this.props.readOnly;return r.cloneElement(e,{noRightDecoration:t})}return e},(0,G.validateRegistry)(t,{tools:v.any.isRequired}),this.state={isHovered:!1}}render(){const{tools:e}=this.context,{features:t,displayMode:n,chartSaver:s,studyMarket:i,readOnly:o,saveLoadSyncEmitter:l,leftCustomElements:c,rightCustomElements:u,showScrollbarWhen:d,isFake:h=!1}=this.props,{isHovered:p}=this.state,v=this._processCustoms(c),S=this._processCustoms(u),b=d.includes(n);return r.createElement(X.Toolbar,{className:a(U.inner,{[U.fake]:h}),onContextMenu:q.preventDefaultForContextMenu,"data-is-fake-main-panel":h,"aria-hidden":h},r.createElement(P,{isVisibleFade:f.mobiletouch&&b,isVisibleButtons:!f.mobiletouch&&b&&p,isVisibleScrollbar:!1,shouldMeasure:!h,onMouseOver:this._handleMouseOver,onMouseOut:this._handleMouseOut,onMeasureWrap:this._handleMeasureAvailableSpace},(c=>r.createElement("div",{className:U.content,ref:c,role:"none"},r.createElement(E.Measure,{onResize:h?this._handleInnerResize:null},(c=>r.createElement("div",{className:U.innerWrap,ref:c},r.createElement(g.FragmentMap,{map:this._fixLastGroup},!o&&r.Children.toArray([(e.SymbolSearch||!Y&&e.Compare)&&r.createElement(C,{key:"symbol"},e.SymbolSearch&&r.createElement(e.SymbolSearch,{id:h?void 0:H.SymbolSearch,isActionsVisible:t.allowSymbolSearchSpread}),e.Compare&&r.createElement(e.Compare,{id:h?void 0:H.Compare,className:U.button,displayMode:n})),e.DateRange&&r.createElement(C,{key:"range"},r.createElement(e.DateRange,null)),e.Intervals&&r.createElement(C,{key:"intervals"},r.createElement(e.Intervals,{id:h?void 0:H.Intervals,isShownQuicks:t.allowFavoriting,isFavoritingAllowed:t.allowFavoriting,displayMode:n,isFake:h})),e.Bars&&r.createElement(C,{key:"styles"},r.createElement(e.Bars,{id:h?void 0:H.ChartStyles,isShownQuicks:t.allowFavoriting,isFavoritingAllowed:t.allowFavoriting,displayMode:n,isFake:h})),Y&&e.Compare&&!e.SymbolSearch&&r.createElement(C,{key:"compare"},r.createElement(e.Compare,{id:h?void 0:H.Compare,className:U.button,displayMode:n})),e.Indicators&&r.createElement(C,{key:"indicators"},r.createElement(e.Indicators,{id:h?void 0:H.Indicators,className:U.button,studyMarket:i,displayMode:n}),e.Templates&&r.createElement(e.Templates,{id:h?void 0:H.StudyTemplates,isShownQuicks:t.allowFavoriting,isFavoritingAllowed:t.allowFavoriting,displayMode:n})),e.Alert&&r.createElement(C,{key:"alert"},r.createElement(e.Alert,{id:h?void 0:H.Alerts,className:U.button,displayMode:n}),e.Replay&&r.createElement(e.Replay,{id:h?void 0:H.Replay,className:U.button,displayMode:n})),e.AlertReferral&&!m.enabled("hide_alert_referral_tool")&&r.createElement(C,{key:"alert-referral"},r.createElement(e.AlertReferral,{className:U.button,displayMode:n})),e.ScalePercentage&&r.createElement(C,{key:"percentage"},r.createElement(e.ScalePercentage,null)),e.ScaleLogarithm&&r.createElement(C,{key:"logarithm"},r.createElement(e.ScaleLogarithm,null)),...v]),function(e){
const t=e.findIndex((e=>r.isValidElement(e)&&!!e.key&&-1!==e.key.toString().indexOf("view-only-badge")));return[t].filter((e=>e>=0)).forEach((t=>{e=r.Children.map(e,((e,n)=>{if(r.isValidElement(e)){switch([t-1,t,t+1].indexOf(n)){case 0:const t={noRightDecoration:!0};e=r.cloneElement(e,t);break;case 1:const n={noLeftDecoration:!0,noRightDecoration:!0};e=r.cloneElement(e,n);break;case 2:const s={noLeftDecoration:!0};e=r.cloneElement(e,s)}}return e}))})),e}(r.Children.toArray([o&&r.createElement(C,{key:"view-only-badge",removeSeparator:!0},r.createElement(I,null)),!o&&e.UndoRedo&&r.createElement(C,{key:"undo-redo"},r.createElement(e.UndoRedo,{id:h?void 0:H.UndoRedo})),r.createElement(C,{removeSeparator:!0,key:"gap-1",className:a(U.fill,h&&U.collapse)}),(e.Layout||e.SaveLoad)&&r.createElement(C,{key:"layout",removeSeparator:!0},!o&&e.Layout&&r.createElement(e.Layout,{id:h?void 0:H.Layouts}),e.SaveLoad&&r.createElement(e.SaveLoad,{id:h?void 0:H.SaveLoad,chartSaver:s,isReadOnly:o,displayMode:n,isFake:h,stateSyncEmitter:l})),e.SaveLoadReferral&&r.createElement(C,{key:"save-load-referral"},r.createElement(e.SaveLoadReferral,{isReadOnly:o,displayMode:n})),t.showLaunchInPopupButton&&e.OpenPopup&&!m.enabled("hide_open_popup_button")&&r.createElement(C,{key:"popup"},r.createElement(e.OpenPopup,null)),!o&&(e.Properties||e.Fullscreen||!Y&&e.Screenshot)&&r.createElement(C,{key:"properties"},!o&&e.QuickSearch&&r.createElement(e.QuickSearch,{id:h?void 0:H.QuickSearch,className:U.iconButton}),!o&&e.Properties&&r.createElement(e.Properties,{id:h?void 0:H.Properties,className:U.iconButton}),r.createElement(r.Fragment,null,!o&&e.Fullscreen&&r.createElement(C,{key:"fullscreen",onClick:this._trackFullscreenButtonClick,removeSeparator:!0},r.createElement(e.Fullscreen,{id:h?void 0:H.Fullscreen})),!Y&&e.Screenshot&&r.createElement(e.Screenshot,{id:h?void 0:H.Screenshot,className:U.iconButton}))),Y&&!o&&e.Fullscreen&&r.createElement(C,{key:"fullscreen",onClick:this._trackFullscreenButtonClick,removeSeparator:!0},r.createElement(e.Fullscreen,{id:h?void 0:H.Fullscreen})),Y&&e.Screenshot&&r.createElement(C,{key:"screenshot",removeSeparator:!0},r.createElement(e.Screenshot,{id:h?void 0:H.Screenshot,className:U.iconButton})),!o&&e.Publish&&!m.enabled("hide_publish_button")&&r.createElement(C,{key:"publish",className:U.mobilePublish,removeSeparator:!0},r.createElement(e.Publish,{id:h?void 0:H.PublishMobile})),...S]))))))))),e.Publish&&!o&&!h&&!m.enabled("hide_publish_button")&&r.createElement(e.Publish,{id:H.PublishDesktop,className:U.desktopPublish}))}_trackFullscreenButtonClick(){0}}var K;j.contextType=Q,function(e){e[e.Left=0]="Left",e[e.Self=1]="Self",e[e.Right=2]="Right"}(K||(K={}));var J=n(64147),$=n(59063);class Z extends $.CommonJsonStoreService{constructor(e,t,n=[]){super(e,t,"FAVORITE_CHART_STYLES_CHANGED","StyleWidget.quicks",n)}}var ee=n(10074),te=n(97144);class ne extends $.AbstractJsonStoreService{constructor(e,t,n){super(e,t,"FAVORITE_INTERVALS_CHANGED","IntervalWidget.quicks",n)}_serialize(e){return(0, const t=e.findIndex((e=>r.isValidElement(e)&&!!e.key&&-1!==e.key.toString().indexOf("view-only-badge")));return[t].filter((e=>e>=0)).forEach((t=>{e=r.Children.map(e,((e,n)=>{if(r.isValidElement(e)){switch([t-1,t,t+1].indexOf(n)){case 0:const t={noRightDecoration:!0};e=r.cloneElement(e,t);break;case 1:const n={noLeftDecoration:!0,noRightDecoration:!0};e=r.cloneElement(e,n);break;case 2:const s={noLeftDecoration:!0};e=r.cloneElement(e,s)}}return e}))})),e}(r.Children.toArray([o&&r.createElement(C,{key:"view-only-badge",removeSeparator:!0},r.createElement(I,null)),!o&&e.UndoRedo&&r.createElement(C,{key:"undo-redo"},r.createElement(e.UndoRedo,{id:h?void 0:H.UndoRedo})),r.createElement(C,{removeSeparator:!0,key:"gap-1",className:a(U.fill,h&&U.collapse)}),(e.Layout||e.SaveLoad)&&r.createElement(C,{key:"layout",removeSeparator:!0},!o&&e.Layout&&r.createElement(e.Layout,{id:h?void 0:H.Layouts}),e.SaveLoad&&r.createElement(e.SaveLoad,{id:h?void 0:H.SaveLoad,chartSaver:s,isReadOnly:o,displayMode:n,isFake:h,stateSyncEmitter:l})),e.SaveLoadReferral&&r.createElement(C,{key:"save-load-referral"},r.createElement(e.SaveLoadReferral,{isReadOnly:o,displayMode:n})),t.showLaunchInPopupButton&&e.OpenPopup&&!m.enabled("hide_open_popup_button")&&r.createElement(C,{key:"popup"},r.createElement(e.OpenPopup,null)),!o&&(e.Properties||e.Fullscreen||!Y&&e.Screenshot)&&r.createElement(C,{key:"properties"},!o&&e.QuickSearch&&r.createElement(e.QuickSearch,{id:h?void 0:H.QuickSearch,className:U.iconButton}),!o&&e.Properties&&r.createElement(e.Properties,{id:h?void 0:H.Properties,className:U.iconButton}),r.createElement(r.Fragment,null,!o&&e.Fullscreen&&r.createElement(C,{key:"fullscreen",onClick:this._trackFullscreenButtonClick,removeSeparator:!0},r.createElement(e.Fullscreen,{id:h?void 0:H.Fullscreen})),!Y&&e.Screenshot&&r.createElement(e.Screenshot,{id:h?void 0:H.Screenshot,className:U.iconButton}))),Y&&!o&&e.Fullscreen&&r.createElement(C,{key:"fullscreen",onClick:this._trackFullscreenButtonClick,removeSeparator:!0},r.createElement(e.Fullscreen,{id:h?void 0:H.Fullscreen})),Y&&e.Screenshot&&r.createElement(C,{key:"screenshot",removeSeparator:!0},r.createElement(e.Screenshot,{id:h?void 0:H.Screenshot,className:U.iconButton})),!o&&e.Publish&&!m.enabled("hide_publish_button")&&r.createElement(C,{key:"publish",className:U.mobilePublish,removeSeparator:!0},r.createElement(e.Publish,{id:h?void 0:H.PublishMobile})),...S]))))))))),e.Publish&&!o&&!h&&!m.enabled("hide_publish_button")&&r.createElement(e.Publish,{id:H.PublishDesktop,className:U.desktopPublish}))}_trackFullscreenButtonClick(){0}}var K;j.contextType=Q,function(e){e[e.Left=0]="Left",e[e.Self=1]="Self",e[e.Right=2]="Right"}(K||(K={}));var J=n(64147),$=n(59063);class Z extends $.CommonJsonStoreService{constructor(e,t,n=[]){super(e,t,"FAVORITE_CHART_STYLES_CHANGED","StyleWidget.quicks",n)}}var ee=n(10074),te=n(97144);class ne extends $.AbstractJsonStoreService{constructor(e,t,n){super(e,t,"FAVORITE_INTERVALS_CHANGED","IntervalWidget.quicks",n)}_serialize(e){return(0,
te.uniq)(e.map(ee.normalizeIntervalString))}_deserialize(e){return(0,te.uniq)((0,ee.convertResolutionsFromSettings)(e).filter(ee.isResolutionMultiplierValid).map(ee.normalizeIntervalString))}}var re=n(82992),se=n(52033),ie=n(56840),ae=n(21097);class oe extends $.AbstractJsonStoreService{constructor(e,t,n=[]){super(e,t,"CUSTOM_INTERVALS_CHANGED","IntervalWidget.intervals",n)}set(e,t){const n=()=>{super.set(e,t)};e.length,this.get().length,n()}_serialize(e){return(0,te.uniq)(e.map(ee.normalizeIntervalString))}_deserialize(e){return(0,te.uniq)([...(0,ee.convertResolutionsFromSettings)(e).filter(ee.isResolutionMultiplierValid).map(ee.normalizeIntervalString)])}}const le=new oe(ae.TVXWindowEvents,ie);var ce=n(42014);class ue{constructor(e){this._customIntervalsService=le,this._supportedIntervalsMayChange=new se.Delegate,this._fireSupportedIntervalsMayChange=()=>{this._supportedIntervalsMayChange.fire()},this._resolutionGetter=()=>[],this._resolutionGetter=e,re.linking.supportedResolutions.subscribe(this._fireSupportedIntervalsMayChange),re.linking.range.subscribe(this._fireSupportedIntervalsMayChange),re.linking.seconds.subscribe(this._fireSupportedIntervalsMayChange),re.linking.ticks.subscribe(this._fireSupportedIntervalsMayChange),re.linking.intraday.subscribe(this._fireSupportedIntervalsMayChange),re.linking.dataFrequencyResolution.subscribe(this._fireSupportedIntervalsMayChange)}destroy(){re.linking.supportedResolutions.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.range.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.seconds.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.ticks.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.intraday.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.dataFrequencyResolution.unsubscribe(this._fireSupportedIntervalsMayChange)}getDefaultIntervals(){return this._resolutionGetter?this._resolutionGetter().map(ee.normalizeIntervalString):[]}getCustomIntervals(){return this._customIntervalsService.get()}add(e,t,n){if(!this.isValidInterval(e,t))return null;const r=(0,ee.normalizeIntervalString)(`${e}${t}`),s=this.getCustomIntervals();return this._isIntervalDefault(r)||s.includes(r)?null:(this._customIntervalsService.set((0,ee.sortResolutions)([...s,r])),r)}remove(e){this._customIntervalsService.set(this.getCustomIntervals().filter((t=>t!==e)))}isValidInterval(e,t){return(0,ee.isResolutionMultiplierValid)(`${e}${t}`)}isSupportedInterval(e){return(0,ee.isAvailable)(e)}supportedIntervalsMayChange(){return this._supportedIntervalsMayChange}getOnChange(){return this._customIntervalsService.getOnChange()}getPossibleIntervals(){return ce.INTERVALS}getResolutionUtils(){return{getMaxResolutionValue:ee.getMaxResolutionValue,getTranslatedResolutionModel:ee.getTranslatedResolutionModel,mergeResolutions:ee.mergeResolutions,sortResolutions:ee.sortResolutions}}_isIntervalDefault(e){return this.getDefaultIntervals().includes(e)}}var de=n(72894);function he(e){return e.replace(/(@[^-]+-[^-]+).*$/,"$1")}const me={};let pe=null;class ve{ te.uniq)(e.map(ee.normalizeIntervalString))}_deserialize(e){return(0,te.uniq)((0,ee.convertResolutionsFromSettings)(e).filter(ee.isResolutionMultiplierValid).map(ee.normalizeIntervalString))}}var re=n(82992),se=n(52033),ie=n(56840),ae=n(21097);class oe extends $.AbstractJsonStoreService{constructor(e,t,n=[]){super(e,t,"CUSTOM_INTERVALS_CHANGED","IntervalWidget.intervals",n)}set(e,t){const n=()=>{super.set(e,t)};e.length,this.get().length,n()}_serialize(e){return(0,te.uniq)(e.map(ee.normalizeIntervalString))}_deserialize(e){return(0,te.uniq)([...(0,ee.convertResolutionsFromSettings)(e).filter(ee.isResolutionMultiplierValid).map(ee.normalizeIntervalString)])}}const le=new oe(ae.TVXWindowEvents,ie);var ce=n(42014);class ue{constructor(e){this._customIntervalsService=le,this._supportedIntervalsMayChange=new se.Delegate,this._fireSupportedIntervalsMayChange=()=>{this._supportedIntervalsMayChange.fire()},this._resolutionGetter=()=>[],this._resolutionGetter=e,re.linking.supportedResolutions.subscribe(this._fireSupportedIntervalsMayChange),re.linking.range.subscribe(this._fireSupportedIntervalsMayChange),re.linking.seconds.subscribe(this._fireSupportedIntervalsMayChange),re.linking.ticks.subscribe(this._fireSupportedIntervalsMayChange),re.linking.intraday.subscribe(this._fireSupportedIntervalsMayChange),re.linking.dataFrequencyResolution.subscribe(this._fireSupportedIntervalsMayChange)}destroy(){re.linking.supportedResolutions.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.range.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.seconds.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.ticks.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.intraday.unsubscribe(this._fireSupportedIntervalsMayChange),re.linking.dataFrequencyResolution.unsubscribe(this._fireSupportedIntervalsMayChange)}getDefaultIntervals(){return this._resolutionGetter?this._resolutionGetter().map(ee.normalizeIntervalString):[]}getCustomIntervals(){return this._customIntervalsService.get()}add(e,t,n){if(!this.isValidInterval(e,t))return null;const r=(0,ee.normalizeIntervalString)(`${e}${t}`),s=this.getCustomIntervals();return this._isIntervalDefault(r)||s.includes(r)?null:(this._customIntervalsService.set((0,ee.sortResolutions)([...s,r])),r)}remove(e){this._customIntervalsService.set(this.getCustomIntervals().filter((t=>t!==e)))}isValidInterval(e,t){return(0,ee.isResolutionMultiplierValid)(`${e}${t}`)}isSupportedInterval(e){return(0,ee.isAvailable)(e)}supportedIntervalsMayChange(){return this._supportedIntervalsMayChange}getOnChange(){return this._customIntervalsService.getOnChange()}getPossibleIntervals(){return ce.INTERVALS}getResolutionUtils(){return{getMaxResolutionValue:ee.getMaxResolutionValue,getTranslatedResolutionModel:ee.getTranslatedResolutionModel,mergeResolutions:ee.mergeResolutions,sortResolutions:ee.sortResolutions}}_isIntervalDefault(e){return this.getDefaultIntervals().includes(e)}}var de=n(72894);function he(e){return e.replace(/(@[^-]+-[^-]+).*$/,"$1")}const me={};let pe=null;class ve{
constructor(e=ie){this._favorites=[],this._favoritesChanged=new se.Delegate,this._settings=e,ae.TVXWindowEvents.on("StudyFavoritesChanged",(e=>{const t=JSON.parse(e);this._loadFromState(t.favorites||[])})),this._settings.onSync.subscribe(this,this._loadFavs),this._loadFavs()}isFav(e){const t=this.favId(e);return-1!==this._findFavIndex(t)}toggleFavorite(e){this.isFav(e)?this.removeFavorite(e):this.addFavorite(e)}addFavorite(e){const t=this.favId(e);this._favorites.push(ge(t)),this._favoritesChanged.fire(t),this._saveFavs()}removeFavorite(e){const t=this.favId(e),n=this._findFavIndex(t);-1!==n&&(this._favorites.splice(n,1),this._favoritesChanged.fire(t)),this._saveFavs()}favId(e){return he(e)}favorites(){return this._favorites}favoritePineIds(){return this._favorites.filter((e=>"pine"===e.type)).map((e=>e.pineId))}favoritesChanged(){return this._favoritesChanged}static getInstance(){return null===pe&&(pe=new ve),pe}static create(e){return new ve(e)}_loadFavs(){const e=this._settings.getJSON("studyMarket.favorites",[]);this._loadFromState(e)}_saveFavs(){const e=this._stateToSave();this._settings.setJSON("studyMarket.favorites",e,{forceFlush:!0}),ae.TVXWindowEvents.emit("StudyFavoritesChanged",JSON.stringify({favorites:e}))}_stateToSave(){return this._favorites.map(fe)}_loadFromState(e){this._favorites=e.map((e=>ge(function(e){return e in me?me[e]:e}(e)))),this._favoritesChanged.fire()}_findFavIndex(e){return this._favorites.findIndex((t=>e===fe(t)))}}function fe(e){return"java"===e.type?e.studyId:e.pineId}function ge(e){return isPineIdString(e)?{type:"pine",pineId:e}:{type:"java",studyId:e}}var Se=n(85049);const be={[Se.ResolutionKind.Ticks]:!1,[Se.ResolutionKind.Seconds]:!1,[Se.ResolutionKind.Minutes]:!1,[Se.SpecialResolutionKind.Hours]:!1,[Se.ResolutionKind.Days]:!1,[Se.ResolutionKind.Range]:!1};class ye extends $.CommonJsonStoreService{constructor(e,t,n=be){super(e,t,"INTERVALS_MENU_VIEW_STATE_CHANGED","IntervalWidget.menu.viewState",n)}isAllowed(e){return Object.keys(be).includes(e)}}const Ce={Area:3,"HLC area":16,Bars:0,Candles:1,"Heiken Ashi":8,"Hollow Candles":9,Line:2,Renko:4,Kagi:5,"Point & figure":6,"Line Break":7,Baseline:10,LineWithMarkers:14,Stepline:15,Columns:13,"High-low":12},Ee=["1","30","60"];function _e(e=[]){let t=e.map((e=>Ce[e]))||[1,4,5,6];return m.enabled("widget")&&(t=[0,1,3]),t}function we(e=[]){return(0,ee.mergeResolutions)(e,m.enabled("star_some_intervals_by_default")?Ee:[])}new ne(ae.TVXWindowEvents,ie,we()),new Z(ae.TVXWindowEvents,ie,_e());const Me={tools:v.any.isRequired,isFundamental:v.any,chartApiInstance:v.any,availableTimeFrames:v.any,chartWidgetCollection:v.any,windowMessageService:v.any,favoriteChartStylesService:v.any,favoriteIntervalsService:v.any,intervalService:v.any,recentStudyTemplatesService:v.any,studyTemplates:v.any,chartChangesWatcher:v.any,saveChartService:v.any,sharingChartService:v.any,loadChartService:v.any,chartWidget:v.any,favoriteScriptsModel:v.any,intervalsMenuViewStateService:v.any,templatesMenuViewStateService:v.any,openGlobalSearch:v.any,snapshotUrl:v.any} constructor(e=ie){this._favorites=[],this._favoritesChanged=new se.Delegate,this._settings=e,ae.TVXWindowEvents.on("StudyFavoritesChanged",(e=>{const t=JSON.parse(e);this._loadFromState(t.favorites||[])})),this._settings.onSync.subscribe(this,this._loadFavs),this._loadFavs()}isFav(e){const t=this.favId(e);return-1!==this._findFavIndex(t)}toggleFavorite(e){this.isFav(e)?this.removeFavorite(e):this.addFavorite(e)}addFavorite(e){const t=this.favId(e);this._favorites.push(ge(t)),this._favoritesChanged.fire(t),this._saveFavs()}removeFavorite(e){const t=this.favId(e),n=this._findFavIndex(t);-1!==n&&(this._favorites.splice(n,1),this._favoritesChanged.fire(t)),this._saveFavs()}favId(e){return he(e)}favorites(){return this._favorites}favoritePineIds(){return this._favorites.filter((e=>"pine"===e.type)).map((e=>e.pineId))}favoritesChanged(){return this._favoritesChanged}static getInstance(){return null===pe&&(pe=new ve),pe}static create(e){return new ve(e)}_loadFavs(){const e=this._settings.getJSON("studyMarket.favorites",[]);this._loadFromState(e)}_saveFavs(){const e=this._stateToSave();this._settings.setJSON("studyMarket.favorites",e,{forceFlush:!0}),ae.TVXWindowEvents.emit("StudyFavoritesChanged",JSON.stringify({favorites:e}))}_stateToSave(){return this._favorites.map(fe)}_loadFromState(e){this._favorites=e.map((e=>ge(function(e){return e in me?me[e]:e}(e)))),this._favoritesChanged.fire()}_findFavIndex(e){return this._favorites.findIndex((t=>e===fe(t)))}}function fe(e){return"java"===e.type?e.studyId:e.pineId}function ge(e){return isPineIdString(e)?{type:"pine",pineId:e}:{type:"java",studyId:e}}var Se=n(85049);const be={[Se.ResolutionKind.Ticks]:!1,[Se.ResolutionKind.Seconds]:!1,[Se.ResolutionKind.Minutes]:!1,[Se.SpecialResolutionKind.Hours]:!1,[Se.ResolutionKind.Days]:!1,[Se.ResolutionKind.Range]:!1};class ye extends $.CommonJsonStoreService{constructor(e,t,n=be){super(e,t,"INTERVALS_MENU_VIEW_STATE_CHANGED","IntervalWidget.menu.viewState",n)}isAllowed(e){return Object.keys(be).includes(e)}}const Ce={Area:3,"HLC area":16,Bars:0,Candles:1,"Heiken Ashi":8,"Hollow Candles":9,Line:2,Renko:4,Kagi:5,"Point & figure":6,"Line Break":7,Baseline:10,LineWithMarkers:14,Stepline:15,Columns:13,"High-low":12},Ee=["1","30","60"];function _e(e=[]){let t=e.map((e=>Ce[e]))||[1,4,5,6];return m.enabled("widget")&&(t=[0,1,3]),t}function we(e=[]){return(0,ee.mergeResolutions)(e,m.enabled("star_some_intervals_by_default")?Ee:[])}new ne(ae.TVXWindowEvents,ie,we()),new Z(ae.TVXWindowEvents,ie,_e());const Me={tools:v.any.isRequired,isFundamental:v.any,chartApiInstance:v.any,availableTimeFrames:v.any,chartWidgetCollection:v.any,windowMessageService:v.any,favoriteChartStylesService:v.any,favoriteIntervalsService:v.any,intervalService:v.any,recentStudyTemplatesService:v.any,studyTemplates:v.any,chartChangesWatcher:v.any,saveChartService:v.any,sharingChartService:v.any,loadChartService:v.any,chartWidget:v.any,favoriteScriptsModel:v.any,intervalsMenuViewStateService:v.any,templatesMenuViewStateService:v.any,openGlobalSearch:v.any,snapshotUrl:v.any}
;var Re=n(49481),ke=n(58312);const Ie=[];class Ve extends r.PureComponent{constructor(e){super(e),this._saveLoadSyncEmitter=new(c()),this._handleFullWidthChange=e=>{this._fullWidth=e,this.setState({measureValid:!1})},this._handleFavoritesWidthChange=e=>{this._favoritesWidth=e,this.setState({measureValid:!1})},this._handleCollapseWidthChange=e=>{this._collapseWidth=e,this.setState({measureValid:!1})},this._handleMeasure=e=>{this.setState({availableWidth:e,measureValid:!1})};const{tools:t,windowMessageService:n,chartWidgetCollection:r,chartApiInstance:s,availableTimeFrames:a,isFundamental:o,favoriteIntervalsService:l,favoriteChartStylesService:d,recentStudyTemplatesService:h,studyTemplates:p,saveChartService:v,sharingChartService:f,loadChartService:g,snapshotUrl:S,openGlobalSearch:b}=e;this._showScrollbarWhen=(0,i.ensureDefined)(e.allowedModes).slice(-1),this._panelWidthChangeHandlers={full:this._handleFullWidthChange,medium:this._handleFavoritesWidthChange,small:this._handleCollapseWidthChange};const{chartChangesWatcher:y}=e;this._chartChangesWatcher=y;const C=_e(this.props.defaultFavoriteStyles);this._favoriteChartStylesService=d||new Z(ae.TVXWindowEvents,ie,C);const E=we(this.props.defaultFavoriteIntervals);this._favoriteIntervalsService=l||new ne(ae.TVXWindowEvents,ie,E),this._intervalsMenuViewStateService=new ye(ae.TVXWindowEvents,ie),this._intervalService=new ue(s.defaultResolutions),this._registry={tools:t,isFundamental:o,chartWidgetCollection:r,windowMessageService:n,chartApiInstance:s,availableTimeFrames:a,recentStudyTemplatesService:h,studyTemplates:p,saveChartService:v,sharingChartService:f,loadChartService:g,intervalsMenuViewStateService:this._intervalsMenuViewStateService,favoriteChartStylesService:this._favoriteChartStylesService,favoriteIntervalsService:this._favoriteIntervalsService,intervalService:this._intervalService,chartChangesWatcher:this._chartChangesWatcher,chartWidget:r.activeChartWidget.value(),favoriteScriptsModel:ve.getInstance(),templatesMenuViewStateService:this._templatesMenuVuewStateService,snapshotUrl:S,openGlobalSearch:b},this.state={isVisible:!0,availableWidth:0,displayMode:"full",measureValid:!1,leftCustomElements:[],rightCustomElements:[]},this._readOnly=r.readOnly(),this._features={allowFavoriting:m.enabled("items_favoriting"),showIdeasButton:Boolean(this.props.ideas),showLaunchInPopupButton:Boolean(this.props.popupButton),allowSymbolSearchSpread:m.enabled("header_symbol_search")&&m.enabled("show_spread_operators"),allowToolbarHiding:m.enabled("collapsible_header")},this._setDisplayMode=(0,u.default)(this._setDisplayMode,100),this._negotiateResizer()}componentDidUpdate(e,t){const{isVisible:n,measureValid:r}=this.state;n!==t.isVisible&&(p.emit("toggle_header",n),this._negotiateResizer()),r||this._setDisplayMode()}render(){const{resizerBridge:e,allowedModes:t,...n}=this.props,{displayMode:s,isVisible:o,leftCustomElements:l,rightCustomElements:c}=this.state,u={features:this._features,readOnly:this._readOnly,isFake:!1,saveLoadSyncEmitter:this._saveLoadSyncEmitter,leftCustomElements:l, ;var Re=n(49481),ke=n(58312);const Ie=[];class Ve extends r.PureComponent{constructor(e){super(e),this._saveLoadSyncEmitter=new(c()),this._handleFullWidthChange=e=>{this._fullWidth=e,this.setState({measureValid:!1})},this._handleFavoritesWidthChange=e=>{this._favoritesWidth=e,this.setState({measureValid:!1})},this._handleCollapseWidthChange=e=>{this._collapseWidth=e,this.setState({measureValid:!1})},this._handleMeasure=e=>{this.setState({availableWidth:e,measureValid:!1})};const{tools:t,windowMessageService:n,chartWidgetCollection:r,chartApiInstance:s,availableTimeFrames:a,isFundamental:o,favoriteIntervalsService:l,favoriteChartStylesService:d,recentStudyTemplatesService:h,studyTemplates:p,saveChartService:v,sharingChartService:f,loadChartService:g,snapshotUrl:S,openGlobalSearch:b}=e;this._showScrollbarWhen=(0,i.ensureDefined)(e.allowedModes).slice(-1),this._panelWidthChangeHandlers={full:this._handleFullWidthChange,medium:this._handleFavoritesWidthChange,small:this._handleCollapseWidthChange};const{chartChangesWatcher:y}=e;this._chartChangesWatcher=y;const C=_e(this.props.defaultFavoriteStyles);this._favoriteChartStylesService=d||new Z(ae.TVXWindowEvents,ie,C);const E=we(this.props.defaultFavoriteIntervals);this._favoriteIntervalsService=l||new ne(ae.TVXWindowEvents,ie,E),this._intervalsMenuViewStateService=new ye(ae.TVXWindowEvents,ie),this._intervalService=new ue(s.defaultResolutions),this._registry={tools:t,isFundamental:o,chartWidgetCollection:r,windowMessageService:n,chartApiInstance:s,availableTimeFrames:a,recentStudyTemplatesService:h,studyTemplates:p,saveChartService:v,sharingChartService:f,loadChartService:g,intervalsMenuViewStateService:this._intervalsMenuViewStateService,favoriteChartStylesService:this._favoriteChartStylesService,favoriteIntervalsService:this._favoriteIntervalsService,intervalService:this._intervalService,chartChangesWatcher:this._chartChangesWatcher,chartWidget:r.activeChartWidget.value(),favoriteScriptsModel:ve.getInstance(),templatesMenuViewStateService:this._templatesMenuVuewStateService,snapshotUrl:S,openGlobalSearch:b},this.state={isVisible:!0,availableWidth:0,displayMode:"full",measureValid:!1,leftCustomElements:[],rightCustomElements:[]},this._readOnly=r.readOnly(),this._features={allowFavoriting:m.enabled("items_favoriting"),showIdeasButton:Boolean(this.props.ideas),showLaunchInPopupButton:Boolean(this.props.popupButton),allowSymbolSearchSpread:m.enabled("header_symbol_search")&&m.enabled("show_spread_operators"),allowToolbarHiding:m.enabled("collapsible_header")},this._setDisplayMode=(0,u.default)(this._setDisplayMode,100),this._negotiateResizer()}componentDidUpdate(e,t){const{isVisible:n,measureValid:r}=this.state;n!==t.isVisible&&(p.emit("toggle_header",n),this._negotiateResizer()),r||this._setDisplayMode()}render(){const{resizerBridge:e,allowedModes:t,...n}=this.props,{displayMode:s,isVisible:o,leftCustomElements:l,rightCustomElements:c}=this.state,u={features:this._features,readOnly:this._readOnly,isFake:!1,saveLoadSyncEmitter:this._saveLoadSyncEmitter,leftCustomElements:l,
rightCustomElements:c,...n},d={...u,isFake:!0,showScrollbarWhen:Ie},h=(0,i.ensureDefined)(t),m=this.props.tools.PublishButtonManager||r.Fragment;return r.createElement(G.RegistryProvider,{value:this._registry,validation:Me},r.createElement(m,null,r.createElement("div",{className:a(ke.toolbar,{[ke.isHidden]:!o}),onClick:this.props.onClick},r.createElement("div",{className:ke.overflowWrap},h.map((e=>r.createElement(j,{key:e,displayMode:e,onWidthChange:this._panelWidthChangeHandlers[e],...d}))),r.createElement(j,{key:"live",showScrollbarWhen:this._showScrollbarWhen,displayMode:s,onAvailableSpaceChange:this._handleMeasure,...u})))))}addButton(e,t){if(!t.useTradingViewStyle)return this._addCustomHTMLButton(e,t.align);this._addCustomTradingViewStyledButton(e,t)}removeButton(e){const{leftCustomElements:t,rightCustomElements:n}=this.state;if((0,d.default)(e))this._removeCustomElementToState(e);else{const r=t=>"element"in t.params&&t.params.element===e,s=t.find(r)?.id??n.find(r)?.id;h(s)||this._removeCustomElementToState(s)}}addDropdown(e,t){const{leftCustomElements:n,rightCustomElements:r}=this.state,s={type:"Dropdown",id:e,params:t};"left"===t.align?this.setState({leftCustomElements:[...n,s]}):this.setState({rightCustomElements:[...r,s]})}updateDropdown(e,t){const n=t=>"Dropdown"===t.type&&t.id===e,r=this.state.leftCustomElements.find(n)||this.state.rightCustomElements.find(n);void 0!==r&&(r.params={...r.params,...t},this.setState({leftCustomElements:this.state.leftCustomElements.slice(),rightCustomElements:this.state.rightCustomElements.slice()}))}removeDropdown(e){const t=t=>"Dropdown"===t.type&&t.id!==e,n=this.state.leftCustomElements.filter(t),r=this.state.rightCustomElements.filter(t);this.setState({leftCustomElements:n,rightCustomElements:r})}_negotiateResizer(){this.props.resizerBridge.negotiateHeight(this.state.isVisible?de.HEADER_TOOLBAR_HEIGHT_EXPANDED:de.HEADER_TOOLBAR_HEIGHT_COLLAPSED)}_setDisplayMode(){const{availableWidth:e}=this.state,{allowedModes:t}=this.props,n={full:this._fullWidth,medium:this._favoritesWidth,small:this._collapseWidth},r=(0,i.ensureDefined)(t);let s=r.map((e=>n[e])).findIndex((t=>e>=t));-1===s&&(s=r.length-1);const a=r[s];this.setState({measureValid:!0,displayMode:a})}_addCustomHTMLButton(e,t="left"){const n=new J.WatchedValue(0),r=(0,Re.parseHtmlElement)(`<div class="apply-common-tooltip ${ke.customButton}">`),s={type:"Button",id:e,params:{key:Number(new Date),element:r,width:n}};return this._addCustomElementToState(t,s),r}_addCustomTradingViewStyledButton(e,t){const n={type:"TradingViewStyledButton",id:e,params:{key:Number(new Date),text:t.text,title:t.title,onClick:t.onClick}};this._addCustomElementToState(t.align,n)}_addCustomElementToState(e,t){const{leftCustomElements:n,rightCustomElements:r}=this.state;"left"===e?this.setState({leftCustomElements:[...n,t]}):this.setState({rightCustomElements:[...r,t]})}_removeCustomElementToState(e){this.setState({leftCustomElements:this.state.leftCustomElements.filter((t=>t.id!==e)), rightCustomElements:c,...n},d={...u,isFake:!0,showScrollbarWhen:Ie},h=(0,i.ensureDefined)(t),m=this.props.tools.PublishButtonManager||r.Fragment;return r.createElement(G.RegistryProvider,{value:this._registry,validation:Me},r.createElement(m,null,r.createElement("div",{className:a(ke.toolbar,{[ke.isHidden]:!o}),onClick:this.props.onClick},r.createElement("div",{className:ke.overflowWrap},h.map((e=>r.createElement(j,{key:e,displayMode:e,onWidthChange:this._panelWidthChangeHandlers[e],...d}))),r.createElement(j,{key:"live",showScrollbarWhen:this._showScrollbarWhen,displayMode:s,onAvailableSpaceChange:this._handleMeasure,...u})))))}addButton(e,t){if(!t.useTradingViewStyle)return this._addCustomHTMLButton(e,t.align);this._addCustomTradingViewStyledButton(e,t)}removeButton(e){const{leftCustomElements:t,rightCustomElements:n}=this.state;if((0,d.default)(e))this._removeCustomElementToState(e);else{const r=t=>"element"in t.params&&t.params.element===e,s=t.find(r)?.id??n.find(r)?.id;(0,h.default)(s)||this._removeCustomElementToState(s)}}addDropdown(e,t){const{leftCustomElements:n,rightCustomElements:r}=this.state,s={type:"Dropdown",id:e,params:t};"left"===t.align?this.setState({leftCustomElements:[...n,s]}):this.setState({rightCustomElements:[...r,s]})}updateDropdown(e,t){const n=t=>"Dropdown"===t.type&&t.id===e,r=this.state.leftCustomElements.find(n)||this.state.rightCustomElements.find(n);void 0!==r&&(r.params={...r.params,...t},this.setState({leftCustomElements:this.state.leftCustomElements.slice(),rightCustomElements:this.state.rightCustomElements.slice()}))}removeDropdown(e){const t=t=>"Dropdown"===t.type&&t.id!==e,n=this.state.leftCustomElements.filter(t),r=this.state.rightCustomElements.filter(t);this.setState({leftCustomElements:n,rightCustomElements:r})}_negotiateResizer(){this.props.resizerBridge.negotiateHeight(this.state.isVisible?de.HEADER_TOOLBAR_HEIGHT_EXPANDED:de.HEADER_TOOLBAR_HEIGHT_COLLAPSED)}_setDisplayMode(){const{availableWidth:e}=this.state,{allowedModes:t}=this.props,n={full:this._fullWidth,medium:this._favoritesWidth,small:this._collapseWidth},r=(0,i.ensureDefined)(t);let s=r.map((e=>n[e])).findIndex((t=>e>=t));-1===s&&(s=r.length-1);const a=r[s];this.setState({measureValid:!0,displayMode:a})}_addCustomHTMLButton(e,t="left"){const n=new J.WatchedValue(0),r=(0,Re.parseHtmlElement)(`<div class="apply-common-tooltip ${ke.customButton}">`),s={type:"Button",id:e,params:{key:Number(new Date),element:r,width:n}};return this._addCustomElementToState(t,s),r}_addCustomTradingViewStyledButton(e,t){const n={type:"TradingViewStyledButton",id:e,params:{key:Number(new Date),text:t.text,title:t.title,onClick:t.onClick}};this._addCustomElementToState(t.align,n)}_addCustomElementToState(e,t){const{leftCustomElements:n,rightCustomElements:r}=this.state;"left"===e?this.setState({leftCustomElements:[...n,t]}):this.setState({rightCustomElements:[...r,t]})}_removeCustomElementToState(e){this.setState({leftCustomElements:this.state.leftCustomElements.filter((t=>t.id!==e)),
rightCustomElements:this.state.rightCustomElements.filter((t=>t.id!==e))})}}Ve.defaultProps={allowedModes:["full","medium"]};class Fe{constructor(e,t){this._component=null,this._handleRef=e=>{this._component=e},this._container=e,s.render(r.createElement(Ve,{...t,ref:this._handleRef}),this._container)}destroy(){s.unmountComponentAtNode(this._container)}getComponent(){return(0,i.ensureNotNull)(this._component)}}},77151:(e,t,n)=>{"use strict";n.d(t,{RegistryProvider:()=>l,registryContextType:()=>c,validateRegistry:()=>o});var r=n(50959),s=n(19036),i=n.n(s);const a=r.createContext({});function o(e,t){i().checkPropTypes(t,e,"context","RegistryContext")}function l(e){const{validation:t,value:n}=e;return o(n,t),r.createElement(a.Provider,{value:n},e.children)}function c(){return a}},61380:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10" width="20" height="10"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M2 1l8 8 8-8"/></svg>'},45820:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M4.56 14a10.05 10.05 0 00.52.91c.41.69 1.04 1.6 1.85 2.5C8.58 19.25 10.95 21 14 21c3.05 0 5.42-1.76 7.07-3.58A17.18 17.18 0 0023.44 14a9.47 9.47 0 00-.52-.91c-.41-.69-1.04-1.6-1.85-2.5C19.42 8.75 17.05 7 14 7c-3.05 0-5.42 1.76-7.07 3.58A17.18 17.18 0 004.56 14zM24 14l.45-.21-.01-.03a7.03 7.03 0 00-.16-.32c-.11-.2-.28-.51-.5-.87-.44-.72-1.1-1.69-1.97-2.65C20.08 7.99 17.45 6 14 6c-3.45 0-6.08 2-7.8 3.92a18.18 18.18 0 00-2.64 3.84v.02h-.01L4 14l-.45-.21-.1.21.1.21L4 14l-.45.21.01.03a5.85 5.85 0 00.16.32c.11.2.28.51.5.87.44.72 1.1 1.69 1.97 2.65C7.92 20.01 10.55 22 14 22c3.45 0 6.08-2 7.8-3.92a18.18 18.18 0 002.64-3.84v-.02h.01L24 14zm0 0l.45.21.1-.21-.1-.21L24 14zm-10-3a3 3 0 100 6 3 3 0 000-6zm-4 3a4 4 0 118 0 4 4 0 01-8 0z"/></svg>'}}]); rightCustomElements:this.state.rightCustomElements.filter((t=>t.id!==e))})}}Ve.defaultProps={allowedModes:["full","medium"]};class Fe{constructor(e,t){this._component=null,this._handleRef=e=>{this._component=e},this._container=e,s.render(r.createElement(Ve,{...t,ref:this._handleRef}),this._container)}destroy(){s.unmountComponentAtNode(this._container)}getComponent(){return(0,i.ensureNotNull)(this._component)}}},77151:(e,t,n)=>{"use strict";n.d(t,{RegistryProvider:()=>l,registryContextType:()=>c,validateRegistry:()=>o});var r=n(50959),s=n(19036),i=n.n(s);const a=r.createContext({});function o(e,t){i().checkPropTypes(t,e,"context","RegistryContext")}function l(e){const{validation:t,value:n}=e;return o(n,t),r.createElement(a.Provider,{value:n},e.children)}function c(){return a}},61380:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10" width="20" height="10"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M2 1l8 8 8-8"/></svg>'},45820:e=>{e.exports='<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28"><path fill="currentColor" fill-rule="evenodd" d="M4.56 14a10.05 10.05 0 00.52.91c.41.69 1.04 1.6 1.85 2.5C8.58 19.25 10.95 21 14 21c3.05 0 5.42-1.76 7.07-3.58A17.18 17.18 0 0023.44 14a9.47 9.47 0 00-.52-.91c-.41-.69-1.04-1.6-1.85-2.5C19.42 8.75 17.05 7 14 7c-3.05 0-5.42 1.76-7.07 3.58A17.18 17.18 0 004.56 14zM24 14l.45-.21-.01-.03a7.03 7.03 0 00-.16-.32c-.11-.2-.28-.51-.5-.87-.44-.72-1.1-1.69-1.97-2.65C20.08 7.99 17.45 6 14 6c-3.45 0-6.08 2-7.8 3.92a18.18 18.18 0 00-2.64 3.84v.02h-.01L4 14l-.45-.21-.1.21.1.21L4 14l-.45.21.01.03a5.85 5.85 0 00.16.32c.11.2.28.51.5.87.44.72 1.1 1.69 1.97 2.65C7.92 20.01 10.55 22 14 22c3.45 0 6.08-2 7.8-3.92a18.18 18.18 0 002.64-3.84v-.02h.01L24 14zm0 0l.45.21.1-.21-.1-.21L24 14zm-10-3a3 3 0 100 6 3 3 0 000-6zm-4 3a4 4 0 118 0 4 4 0 01-8 0z"/></svg>'}}]);

View File

@@ -1,4 +0,0 @@
(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"],hu_HU:["(Ny + M + A + Z)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],hu_HU:["(M + A + Z)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],hu_HU:["(M + A)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],hu_HU:["Bárszínek az előző záró alapján"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},3159:e=>{e.exports={en:["Bottom line"],hu_HU:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],hu_HU:["Határok"]}},42398:e=>{e.exports={en:["Base"],hu_HU:["Bázis"]}},28975:e=>{e.exports={en:["Base level"],hu_HU:["Base Level"]}},71776:e=>{e.exports={en:["Down"],hu_HU:["Le"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},16564:e=>{e.exports={en:["Default"],hu_HU:["Alapértelmezett"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"],hu_HU:["Vonalak Hosszabítása"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],hu_HU:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],hu_HU:["Fill Bottom Area"]}},886:e=>{e.exports={en:["HLC bars"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},64075:e=>{e.exports={en:["Override min tick"],hu_HU:["Min. Tick Felülírása"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],hu_HU:["Pontosság"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},32163:e=>{e.exports={en:["Wick"],hu_HU:["Kanóc"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},89349:e=>{e.exports={en:["Top line"],hu_HU:["Top Line"]}},
70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],hu_HU:["Thin Bars"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"],hu_HU:["Időzóna"]}},22691:e=>{e.exports={en:["Up"],hu_HU:["Fel"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}
},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={en:["change {title} base line visibility"]}},17926:e=>{e.exports={en:["change {title} base line width"]}},41638:e=>{e.exports={en:["change {title} down line color"]}},51842:e=>{e.exports={en:["change {title} down line style"]}},46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={
en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},92598:e=>{e.exports={en:["hollow candles"],hu_HU:["Áttetsző Gyertyák"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],hu_HU:["Renko"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},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"]}}}]);

View File

@@ -0,0 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],hu_HU:["(Ny + M + A + Z)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],hu_HU:["(M + A + Z)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],hu_HU:["(M + A)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],hu_HU:["Bárszínek az előző záró alapján"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"],hu_HU:["Szálkereszt"]}},81849:e=>{e.exports={en:["Currency"],hu_HU:["Valuta"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"],hu_HU:["Riasztások"]}},14119:e=>{e.exports={en:["Arguments"],hu_HU:["Argumentumok"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},3159:e=>{e.exports={en:["Bottom line"],hu_HU:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],hu_HU:["Határok"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},10842:e=>{e.exports={en:["Bar change values"],hu_HU:["Bar Change Values"]}},28975:e=>{e.exports={en:["Base level"],hu_HU:["Base Level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"],hu_HU:["Date Format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"],hu_HU:["Alapértelmezett"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],hu_HU:["Események"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],hu_HU:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],hu_HU:["Fill Bottom Area"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],hu_HU:["Indikátorok"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},8249:e=>{e.exports={en:["Money"],hu_HU:["Pénz"]}},70937:e=>{e.exports={en:["Margins"],hu_HU:["Fedezeti Letét"]}},68833:e=>{
e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"],hu_HU:["Érme"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],hu_HU:["Skálák"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"],hu_HU:["Százalék"]}},94408:e=>{e.exports={en:["Pips"],hu_HU:["Pipek"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],hu_HU:["Pontosság"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"],hu_HU:["Vízjel"]}},32163:e=>{e.exports={en:["Wick"],hu_HU:["Kanóc"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},89349:e=>{e.exports={en:["Top line"],hu_HU:["Top Line"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],hu_HU:["Thin Bars"]}},70198:e=>{e.exports={en:["Title"],hu_HU:["Cím"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"],hu_HU:["Időzóna"]}},76495:e=>{e.exports={en:["Trading"],hu_HU:["Kereskedés"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"],hu_HU:["Volumen"]}},51514:e=>{e.exports={en:["Value"],hu_HU:["Érték"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{
e.exports={en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={
en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{
e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"],hu_HU:["Áttetsző Gyertyák"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],hu_HU:["Renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -1,3 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"],hu_HU:["Összehasonlít"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"],hu_HU:["Szimbólum módosítása"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"],hu_HU:["Ciklusok"]}},32064:e=>{e.exports={en:["Annotation tools"],hu_HU:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],hu_HU:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],hu_HU:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"],hu_HU:["Pont"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},74385:e=>{e.exports={en:["Drawings"],hu_HU:["Rajzok"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"],hu_HU:["Radír"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],hu_HU:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],hu_HU:["Teljes Képernyő Mód"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={
en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"],hu_HU:["Rajzeszközök Zárolása"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],hu_HU:["Elrejtett Eszközök Mutatása"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],hu_HU:["Rajzmódban Marad"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],hu_HU:["Rajzok szinkronizálása minden charttal"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"],hu_HU:["Villák"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}},99984:e=>{e.exports={en:["Remove indicators"],hu_HU:["Indikátorok Eltávolítása"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"],hu_HU:["Chart visszaállítása"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],hu_HU:["Trend Line Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={
en:["Zoom In"],hu_HU:["Nagyítás"]}},37310:e=>{e.exports={en:["Zoom Out"],hu_HU:["Kicsinyítés"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"],hu_HU:["kripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);

View File

@@ -0,0 +1,3 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"]}},41256:e=>{e.exports={en:["Back"]}},53174:e=>{e.exports={en:["Right"]}},57e3:e=>{e.exports={en:["Compare"],hu_HU:["Összehasonlít"]}},93111:e=>{e.exports={en:["Content"]}},8270:e=>{e.exports={en:["Copy link to the chart image"]}},4543:e=>{e.exports={en:["Cancel"],hu_HU:["Törlés"]}},59934:e=>{e.exports={en:["Channels"]}},63245:e=>{e.exports={en:["Change symbol"],hu_HU:["Szimbólum módosítása"]}},56281:e=>{e.exports={en:["Chart style Columns"]}},64526:e=>{e.exports={en:["Chart style Candles"]}},9537:e=>{e.exports={en:["Chart style Area"]}},19265:e=>{e.exports={en:["Chart style Bars"]}},19579:e=>{e.exports={en:["Chart style Baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"]}},92911:e=>{e.exports={en:["Chart style Line"]}},35458:e=>{e.exports={en:["Chart style Line with markers"]}},11604:e=>{e.exports={en:["Chart style Line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"]}},40447:e=>{e.exports={en:["Chart style Step line"]}},22027:e=>{e.exports={en:["Chart style Point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"]}},80082:e=>{e.exports={en:["Chart style Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"]}},53438:e=>{e.exports={en:["Chart template"]}},47742:e=>{e.exports={en:["Close menu"]}},81578:e=>{e.exports={en:["Cursors"]}},77915:e=>{e.exports={en:["Cycles"],hu_HU:["Ciklusok"]}},32064:e=>{e.exports={en:["Annotation tools"],hu_HU:["Annotation Tools"]}},69207:e=>{e.exports={en:["Add to favorites"],hu_HU:["Hozzáadás kedvencekhez"]}},34040:e=>{e.exports={en:["All sources"]}},19147:e=>{e.exports={en:["Arrows"]}},42358:e=>{e.exports={en:["Bond"]}},65695:e=>{e.exports={en:["Brushes"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],hu_HU:["Gann and Fibonacci Tools"]}},22145:e=>{e.exports={en:["Geometric shapes"],hu_HU:["Geometric Shapes"]}},57157:e=>{e.exports={en:["Dot"],hu_HU:["Pont"]}},25848:e=>{e.exports={en:["Dark theme"]}},14939:e=>{e.exports={en:["Demonstration"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},74385:e=>{e.exports={en:["Drawings"],hu_HU:["Rajzok"]}},44255:e=>{e.exports={en:["Elliott waves"]}},8727:e=>{e.exports={en:["Eraser"],hu_HU:["Radír"]}},93308:e=>{e.exports={en:["Extended session"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],hu_HU:["Prediction and Measurement Tools"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],hu_HU:["Teljes Képernyő Mód"]}},83576:e=>{e.exports={en:["Function"]}},42633:e=>{e.exports={
en:["Hold {hotKey_0} for temporary drawing"]}},27077:e=>{e.exports={en:["Open Object Tree"]}},7386:e=>{e.exports={en:["Open chart layout"]}},79451:e=>{e.exports={en:["Lock all drawings"],hu_HU:["Rajzeszközök Zárolása"]}},35112:e=>{e.exports={en:["Move chart back"]}},12754:e=>{e.exports={en:["Move chart forward"]}},37117:e=>{e.exports={en:["More"],hu_HU:["Több"]}},35553:e=>{e.exports={en:["Magic"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"]}},81031:e=>{e.exports={en:["Manage layout drawings"]}},91563:e=>{e.exports={en:["Measure"]}},97050:e=>{e.exports={en:["Measurer"]}},7276:e=>{e.exports={en:["Merge all scales to the left"]}},80219:e=>{e.exports={en:["Merge all scales to the right"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"]}},76822:e=>{e.exports={en:["No symbols match your criteria"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"]}},3521:e=>{e.exports={en:["New drawings will sync globally"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"]}},28628:e=>{e.exports={en:["Sources"]}},41569:e=>{e.exports={en:["Save chart layout"]}},8573:e=>{e.exports={en:["Search"],hu_HU:["Keresés"]}},79354:e=>{e.exports={en:["Search tool or function"]}},57640:e=>{e.exports={en:["Select source"]}},65781:e=>{e.exports={en:["Shapes"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],hu_HU:["Elrejtett Eszközök Mutatása"]}},85786:e=>{e.exports={en:["Show Object Tree"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],hu_HU:["Rajzmódban Marad"]}},94593:e=>{e.exports={en:["Strong Magnet"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},74007:e=>{e.exports={en:["Symbol & description"]}},51165:e=>{e.exports={en:["Symbol Search"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],hu_HU:["Rajzok szinkronizálása minden charttal"]}},46417:e=>{e.exports={en:["Patterns"]}},36167:e=>{e.exports={en:["Pitchforks"],hu_HU:["Villák"]}},79366:e=>{e.exports={en:["Previous day close price line"]}},76753:e=>{e.exports={en:["Recent search"]}},28051:e=>{e.exports={en:["Regular session"]}},57118:e=>{e.exports={en:["Remove Drawings"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"]}},96374:e=>{e.exports={en:["Remove drawings"]}},85106:e=>{e.exports={en:["Remove from favorites"],hu_HU:["Eltávolít kedvencek közül"]}},99984:e=>{e.exports={en:["Remove indicators"],hu_HU:["Indikátorok Eltávolítása"]}},38206:e=>{e.exports={en:["Rename chart layout"]}},31789:e=>{e.exports={en:["Reset chart"],hu_HU:["Chart visszaállítása"]}},3519:e=>{e.exports={en:["Weak Magnet"]}},65831:e=>{e.exports={en:["Text & Notes"]}},48773:e=>{e.exports={en:["Trend line tools"],hu_HU:["Trend Line Tools"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"]}},69260:e=>{e.exports={en:["Volume-based"]}},78659:e=>{e.exports={
en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"]}},55774:e=>{e.exports={en:["Zoom In"],hu_HU:["Nagyítás"]}},37310:e=>{e.exports={en:["Zoom Out"],hu_HU:["Kicsinyítés"]}},70932:e=>{e.exports={en:["commodity"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},46128:e=>{e.exports={en:["crypto"],hu_HU:["kripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"]}},87464:e=>{e.exports={en:["index"]}},90250:e=>{e.exports={en:["indices"]}},76752:e=>{e.exports={en:["stock"]}},94521:e=>{e.exports={en:["sync drawings"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"]}}}]);

View File

@@ -1,5 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],hu_HU:["(Ny + M + A + Z)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],hu_HU:["(M + A + Z)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],hu_HU:["(M + A)/2"]}},31882:e=>{e.exports={en:["12-hours"]}},5797:e=>{e.exports={en:["24-hours"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],hu_HU:["Bárszínek az előző záró alapján"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"]}},15153:e=>{e.exports={en:["Chart basic styles"]}},45639:e=>{e.exports={en:["Chart values"]}},84831:e=>{e.exports={en:["Close line"]}},74622:e=>{e.exports={en:["Crosshair"],hu_HU:["Szálkereszt"]}},81849:e=>{e.exports={en:["Currency"],hu_HU:["Valuta"]}},3015:e=>{e.exports={en:["Currency and Unit"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},36620:e=>{e.exports={en:["Alerts"],hu_HU:["Riasztások"]}},14119:e=>{e.exports={en:["Arguments"],hu_HU:["Argumentumok"]}},68650:e=>{e.exports={en:["Average close"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},3159:e=>{e.exports={en:["Bottom line"],hu_HU:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],hu_HU:["Határok"]}},79468:e=>{e.exports={en:["Background"],hu_HU:["Háttér"]}},10842:e=>{e.exports={en:["Bar change values"],hu_HU:["Bar Change Values"]}},28975:e=>{e.exports={en:["Base level"],hu_HU:["Base Level"]}},76473:e=>{e.exports={en:["Bid and ask"]}},32744:e=>{e.exports={en:["Buttons"]}},68662:e=>{e.exports={en:["Grid lines"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},84838:e=>{e.exports={en:["Date format"],hu_HU:["Date Format"]}},42357:e=>{e.exports={en:["Day of week on labels"]}},16564:e=>{e.exports={en:["Default"],hu_HU:["Alapértelmezett"]}},78734:e=>{e.exports={en:["Description"],hu_HU:["Leírás"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},69808:e=>{e.exports={en:["Events"],hu_HU:["Események"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],hu_HU:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],hu_HU:["Fill Bottom Area"]}},886:e=>{e.exports={en:["HLC bars"]}},95406:e=>{e.exports={en:["Horizontal"]}},61900:e=>{e.exports={en:["Horz only"]}},14180:e=>{e.exports={en:["High and low"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],hu_HU:["Indikátorok"]}},78082:e=>{e.exports={en:["Indicators and financials"]}},25765:e=>{e.exports={en:["Open market status"]}},34579:e=>{e.exports={en:["Low line"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"]}},72423:e=>{e.exports={en:["Last day change values"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},8249:e=>{e.exports={en:["Money"],hu_HU:["Pénz"]}},70937:e=>{e.exports={en:["Margins"],
hu_HU:["Fedezeti Letét"]}},68833:e=>{e.exports={en:["Middle"]}},58589:e=>{e.exports={en:["No overlapping labels"]}},60798:e=>{e.exports={en:["None"]}},51019:e=>{e.exports={en:["Navigation"]}},99709:e=>{e.exports={en:["Name"],hu_HU:["Érme"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"]}},93968:e=>{e.exports={en:["Scales"],hu_HU:["Skálák"]}},90275:e=>{e.exports={en:["Scales and lines"]}},30042:e=>{e.exports={en:["Scales placement"]}},28715:e=>{e.exports={en:["Status line"]}},95481:e=>{e.exports={en:["Symbol"],hu_HU:["Szimbólum"]}},53263:e=>{e.exports={en:["Pane"]}},82894:e=>{e.exports={en:["Pane separators"]}},16207:e=>{e.exports={en:["Percentage"],hu_HU:["Százalék"]}},94408:e=>{e.exports={en:["Pips"],hu_HU:["Pipek"]}},60904:e=>{e.exports={en:["Pre/post market"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],hu_HU:["Pontosság"]}},83811:e=>{e.exports={en:["Previous day close"]}},35082:e=>{e.exports={en:["Price Scale"]}},27632:e=>{e.exports={en:["Price and percentage value"]}},62142:e=>{e.exports={en:["Price labels & lines"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},62532:e=>{e.exports={en:["Right Margin"]}},41571:e=>{e.exports={en:["Watermark"],hu_HU:["Vízjel"]}},32163:e=>{e.exports={en:["Wick"],hu_HU:["Kanóc"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},89349:e=>{e.exports={en:["Top line"],hu_HU:["Top Line"]}},70320:e=>{e.exports={en:["Text"],hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],hu_HU:["Thin Bars"]}},70198:e=>{e.exports={en:["Title"],hu_HU:["Cím"]}},29854:e=>{e.exports={en:["Titles"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"]}},24821:e=>{e.exports={en:["Ticks"]}},93965:e=>{e.exports={en:["Time Scale"]}},5591:e=>{e.exports={en:["Time hours format"]}},77073:e=>{e.exports={en:["Timezone"],hu_HU:["Időzóna"]}},76495:e=>{e.exports={en:["Trading"],hu_HU:["Kereskedés"]}},33564:e=>{e.exports={en:["Unit"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},37644:e=>{e.exports={en:["Volume"],hu_HU:["Volumen"]}},51514:e=>{e.exports={en:["Value"],hu_HU:["Érték"]}},31218:e=>{e.exports={en:["Value according to scale"]}},60092:e=>{e.exports={en:["Values"]}},83594:e=>{e.exports={en:["Vert and horz"]}},8402:e=>{e.exports={en:["Vert only"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"]}},96227:e=>{e.exports={
en:["change open market status visibility"]}},43231:e=>{e.exports={en:["change average close price line width"]}},47026:e=>{e.exports={en:["change average close price line color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},98407:e=>{e.exports={en:["change ask line color"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},27426:e=>{e.exports={en:["change bar change visibility"]}},59622:e=>{e.exports={en:["change bar down color"]}},17919:e=>{e.exports={en:["change bid line color"]}},32094:e=>{e.exports={en:["change bottom margin"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"]}},64003:e=>{e.exports={en:["change currency label visibility"]}},42803:e=>{e.exports={en:["change chart background color"]}},41382:e=>{e.exports={en:["change chart background type"]}},79637:e=>{e.exports={en:["change chart values visibility"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},50544:e=>{e.exports={en:["change crosshair width"]}},92885:e=>{e.exports={en:["change crosshair color"]}},68418:e=>{e.exports={en:["change crosshair style"]}},43109:e=>{e.exports={en:["change date format"]}},30418:e=>{e.exports={en:["change day of week on labels"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},73844:e=>{e.exports={en:["change grid lines visibility"]}},61407:e=>{e.exports={en:["change high and low price line color"]}},39581:e=>{e.exports={en:["change high and low price line width"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},21133:e=>{e.exports={en:["change horz grid lines color"]}},63050:e=>{e.exports={en:["change indicator titles visibility"]}},49583:e=>{e.exports={en:["change indicator values visibility"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"]}},35111:e=>{e.exports={
en:["change indicators and financials name labels visibility"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"]}},66307:e=>{e.exports={en:["change last day change visibility"]}},91873:e=>{e.exports={en:["change legend background transparency"]}},14246:e=>{e.exports={en:["change legend background visibility"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},18378:e=>{e.exports={en:["change pane buttons visibility"]}},52203:e=>{e.exports={en:["change pane separators color"]}},38730:e=>{e.exports={en:["change post market color"]}},28075:e=>{e.exports={en:["change post market line color"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"]}},44371:e=>{e.exports={en:["change pre market color"]}},96114:e=>{e.exports={en:["change pre market line color"]}},69814:e=>{e.exports={en:["change previous close price line color"]}},13660:e=>{e.exports={en:["change previous close price line width"]}},87861:e=>{e.exports={en:["change price line color"]}},29353:e=>{e.exports={en:["change price line width"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},82946:e=>{e.exports={en:["change right margin"]}},79545:e=>{e.exports={en:["change right margin percentage"]}},78995:e=>{e.exports={en:["change symbol watermark color"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"]}},88167:e=>{e.exports={en:["change symbol description visibility"]}},12050:e=>{e.exports={en:["change symbol field visibility"]}},46066:e=>{e.exports={en:["change symbol last value mode"]}},902:e=>{e.exports={en:["change symbol legend format"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"]}},76131:e=>{e.exports={en:["change scales text color"]}},27792:e=>{e.exports={en:["change scales font size"]}},94997:e=>{e.exports={en:["change scales lines color"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"]}},28175:e=>{e.exports={en:["change sessions breaks width"]}},33895:e=>{e.exports={en:["change sessions breaks color"]}},21641:e=>{e.exports={en:["change sessions breaks style"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},39754:e=>{e.exports={en:["change time hours format"]}},74883:e=>{e.exports={en:["change top margin"]}},51250:e=>{e.exports={en:["change unit label visibility"]}},71805:e=>{e.exports={en:["change vert grid lines color"]}},96201:e=>{e.exports={en:["change volume values visibility"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{
e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},92598:e=>{e.exports={en:["hollow candles"],hu_HU:["Áttetsző Gyertyák"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],hu_HU:["Renko"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -0,0 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],hu_HU:["(Ny + M + A + Z)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],hu_HU:["(M + A + Z)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],hu_HU:["(M + A)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],hu_HU:["Bárszínek az előző záró alapján"]}},78930:e=>{e.exports={en:["Coordinates"],hu_HU:["Koordináták"]}},24197:e=>{e.exports={en:["Center"]}},84831:e=>{e.exports={en:["Close line"]}},93020:e=>{e.exports={en:["Adjust data for dividends"]}},68921:e=>{e.exports={en:["Adjust for contract changes"]}},27567:e=>{e.exports={en:["Bottom"],hu_HU:["Alsó"]}},3159:e=>{e.exports={en:["Bottom line"],hu_HU:["Bottom Line"]}},74406:e=>{e.exports={en:["Body"]}},333:e=>{e.exports={en:["Borders"],hu_HU:["Határok"]}},42398:e=>{e.exports={en:["Base"],hu_HU:["Bázis"]}},28975:e=>{e.exports={en:["Base level"],hu_HU:["Base Level"]}},71776:e=>{e.exports={en:["Down"],hu_HU:["Le"]}},17611:e=>{e.exports={en:["Down bars"]}},23743:e=>{e.exports={en:["Down color"]}},48225:e=>{e.exports={en:["Data modification"]}},72942:e=>{e.exports={en:["Days"],hu_HU:["Napok"]}},16564:e=>{e.exports={en:["Default"],hu_HU:["Alapértelmezett"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"]}},819:e=>{e.exports={en:["Extend lines"],hu_HU:["Vonalak Hosszabítása"]}},41129:e=>{e.exports={en:["Fill"]}},61112:e=>{e.exports={en:["Fill top area"],hu_HU:["Fill Top Area"]}},73185:e=>{e.exports={en:["Fill bottom area"],hu_HU:["Fill Bottom Area"]}},56796:e=>{e.exports={en:["Hours"],hu_HU:["Órák"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],hu_HU:["Inputok"]}},64075:e=>{e.exports={en:["Override min tick"],hu_HU:["Min. Tick Felülírása"]}},34579:e=>{e.exports={en:["Low line"]}},11626:e=>{e.exports={en:["Left"],hu_HU:["Bal"]}},43154:e=>{e.exports={en:["Months"],hu_HU:["Hónapok"]}},68833:e=>{e.exports={en:["Middle"]}},42562:e=>{e.exports={en:["Minutes"],hu_HU:["Percek"]}},65188:e=>{e.exports={en:["Seconds"],hu_HU:["Másodpercek"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"]}},59766:e=>{e.exports={en:["Precision"],hu_HU:["Pontosság"]}},84684:e=>{e.exports={en:["Price source"]}},73466:e=>{e.exports={en:["Projection up bars"]}},77430:e=>{e.exports={en:["Projection candles"]}},88367:e=>{e.exports={en:["Projection down bars"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"]}},50421:e=>{e.exports={en:["Right"],hu_HU:["Jobb"]}},835:e=>{e.exports={en:["Weeks"],hu_HU:["Hetek"]}},32163:e=>{e.exports={en:["Wick"],hu_HU:["Kanóc"]}},97118:e=>{e.exports={en:["Top"],hu_HU:["Felső"]}},89349:e=>{e.exports={en:["Top line"],hu_HU:["Top Line"]}},70320:e=>{e.exports={en:["Text"],
hu_HU:["Szöveg"]}},25485:e=>{e.exports={en:["Text alignment"]}},67781:e=>{e.exports={en:["Text orientation"]}},20215:e=>{e.exports={en:["Thin bars"],hu_HU:["Thin Bars"]}},24821:e=>{e.exports={en:["Ticks"]}},77073:e=>{e.exports={en:["Timezone"],hu_HU:["Időzóna"]}},22691:e=>{e.exports={en:["Up"],hu_HU:["Fel"]}},23091:e=>{e.exports={en:["Up color"]}},36957:e=>{e.exports={en:["Up bars"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"]}},89346:e=>{e.exports={en:["change area line width"]}},29605:e=>{e.exports={en:["change area line color"]}},4640:e=>{e.exports={en:["change area price source"]}},42190:e=>{e.exports={en:["change base level"]}},71785:e=>{e.exports={en:["change baseline bottom line color"]}},56175:e=>{e.exports={en:["change baseline bottom line width"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"]}},92873:e=>{e.exports={en:["change baseline fill top area color"]}},68609:e=>{e.exports={en:["change baseline price source"]}},69044:e=>{e.exports={en:["change baseline top line color"]}},68197:e=>{e.exports={en:["change baseline top line width"]}},33464:e=>{e.exports={en:["change bar up color"]}},2066:e=>{e.exports={en:["change bar X coordinate"]}},59622:e=>{e.exports={en:["change bar down color"]}},43090:e=>{e.exports={en:["change color bars based on previous close"]}},88324:e=>{e.exports={en:["change column up color"]}},93890:e=>{e.exports={en:["change column down color"]}},4727:e=>{e.exports={en:["change column price source"]}},82063:e=>{e.exports={en:["change decimal places"]}},44223:e=>{e.exports={en:["change extended hours color"]}},47393:e=>{e.exports={en:["change electronic trading hours"]}},6026:e=>{e.exports={en:["change high-low body color"]}},73021:e=>{e.exports={en:["change high-low body visibility"]}},46844:e=>{e.exports={en:["change high-low border color"]}},15801:e=>{e.exports={en:["change high-low borders visibility"]}},72399:e=>{e.exports={en:["change high-low labels visibility"]}},56961:e=>{e.exports={en:["change high-low labels color"]}},88640:e=>{e.exports={en:["change line color"]}},41837:e=>{e.exports={en:["change line price source"]}},48339:e=>{e.exports={en:["change line width"]}},38730:e=>{e.exports={en:["change post market color"]}},44371:e=>{e.exports={en:["change pre market color"]}},11737:e=>{e.exports={en:["change price Y coordinate"]}},16241:e=>{e.exports={en:["change range bars style"]}},65821:e=>{e.exports={en:["change range thin bars"]}},75487:e=>{e.exports={en:["change renko wick down color"]}},92277:e=>{e.exports={en:["change renko wick up color"]}},79604:e=>{e.exports={en:["change renko wick visibility"]}},91109:e=>{e.exports={en:["change study overlay min tick"]}},82924:e=>{e.exports={en:["change study overlay style"]}},16660:e=>{e.exports={
en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"]}},60834:e=>{e.exports={en:["change thin bars"]}},78509:e=>{e.exports={en:["change {title} base line color"]}},27864:e=>{e.exports={en:["change {title} base line style"]}},96177:e=>{e.exports={en:["change {title} base line visibility"]}},17926:e=>{e.exports={en:["change {title} base line width"]}},41638:e=>{e.exports={en:["change {title} down line color"]}},51842:e=>{e.exports={en:["change {title} down line style"]}},46410:e=>{e.exports={en:["change {title} down line visibility"]}},64615:e=>{e.exports={en:["change {title} down line width"]}},96135:e=>{e.exports={en:["change {title} days to"]}},91201:e=>{e.exports={en:["change {title} days from"]}},76295:e=>{e.exports={en:["change {title} extend lines"]}},8306:e=>{e.exports={en:["change {title} hours from"]}},67233:e=>{e.exports={en:["change {title} hours to"]}},99122:e=>{e.exports={en:["change {title} months from"]}},10518:e=>{e.exports={en:["change {title} months to"]}},38011:e=>{e.exports={en:["change {title} minutes to"]}},59820:e=>{e.exports={en:["change {title} minutes from"]}},6573:e=>{e.exports={en:["change {title} seconds to"]}},86780:e=>{e.exports={en:["change {title} seconds from"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"]}},32481:e=>{e.exports={en:["change {title} weeks from"]}},18678:e=>{e.exports={en:["change {title} weeks to"]}},42553:e=>{e.exports={en:["change {title} up line visibility"]}},63824:e=>{e.exports={en:["change {title} up line width"]}},89178:e=>{e.exports={en:["change {title} up line color"]}},51188:e=>{e.exports={en:["change {title} up line style"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"]}},67583:e=>{e.exports={en:["change {title} visibility on months"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"]}},17214:e=>{e.exports={en:["change {candleType} up border color"]}},36697:e=>{e.exports={en:["change {candleType} up color"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"]}},20291:e=>{e.exports={en:["change {candleType} down border color"]}},64571:e=>{e.exports={en:["change {candleType} down color"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"]}},5012:e=>{e.exports={en:["change {chartType} down color"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"]}},72545:e=>{e.exports={
en:["change {chartType} projection bar down color"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"]}},6970:e=>{e.exports={en:["change {chartType} up color"]}},66110:e=>{e.exports={en:["change {inputName} property"]}},25167:e=>{e.exports={en:["change {propertyName} property"]}},18077:e=>{e.exports={en:["adjust data for dividends"]}},1433:e=>{e.exports={en:["adjust for contract changes"]}},35813:e=>{e.exports={en:["days"]}},89919:e=>{e.exports={en:["days to"]}},59215:e=>{e.exports={en:["days from"]}},2359:e=>{e.exports={en:["hours"],hu_HU:["Órák"]}},82267:e=>{e.exports={en:["hours from"]}},15600:e=>{e.exports={en:["hours to"]}},92598:e=>{e.exports={en:["hollow candles"],hu_HU:["Áttetsző Gyertyák"]}},76261:e=>{e.exports={en:["move drawings"]}},95300:e=>{e.exports={en:["months"],hu_HU:["Hónapok"]}},17250:e=>{e.exports={en:["months from"]}},2828:e=>{e.exports={en:["months to"]}},18726:e=>{e.exports={en:["minutes"],hu_HU:["Percek"]}},67649:e=>{e.exports={en:["minutes to"]}},22476:e=>{e.exports={en:["minutes from"]}},751:e=>{e.exports={en:["seconds"]}},73419:e=>{e.exports={en:["seconds to"]}},35801:e=>{e.exports={en:["seconds from"]}},57243:e=>{e.exports={en:["range","ranges"]}},70282:e=>{e.exports={en:["renko"],hu_HU:["Renko"]}},45537:e=>{e.exports={en:["weeks"]}},92859:e=>{e.exports={en:["weeks from"]}},44127:e=>{e.exports={en:["weeks to"]}},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"]}}}]);

View File

@@ -1,4 +1,4 @@
(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"],hu_HU:["n"]}},44634:e=>{e.exports={en:["h"],hu_HU:["ó"]}},5977:e=>{e.exports={en:["m"],hu_HU:["hó"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"]}},38691:e=>{e.exports={en:["D"],hu_HU:["N"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"],hu_HU:["Z"]}},43253:e=>{e.exports={en:["H"],hu_HU:["Max"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],hu_HU:["Min"]}},46728:e=>{e.exports={en:["O"],hu_HU:["Ny"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"]},e.exports["1 Level Color_input"]={en:["1 Level Color"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"]},e.exports["1st Period_input"]={en:["1st Period"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"]},e.exports["2nd Period_input"]={en:["2nd Period"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"]},e.exports["3rd Period_input"]={en:["3rd Period"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"]},e.exports["4th Period_input"]={en:["4th Period"]},e.exports["5th Period_input"]={en:["5th Period"]},e.exports["6th Period_input"]={en:["6th Period"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"], (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"]}},85119:e=>{e.exports={en:["Dark"]}},96870:e=>{e.exports={en:["Light"]}},85886:e=>{e.exports={en:["d"],hu_HU:["n"]}},44634:e=>{e.exports={en:["h"],hu_HU:["ó"]}},5977:e=>{e.exports={en:["m"],hu_HU:["hó"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"]}},38691:e=>{e.exports={en:["D"],hu_HU:["N"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"],hu_HU:["Z"]}},43253:e=>{e.exports={en:["H"],hu_HU:["Max"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],hu_HU:["Min"]}},46728:e=>{e.exports={en:["O"],hu_HU:["Ny"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"]},e.exports["1 Level Color_input"]={en:["1 Level Color"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"]},e.exports["1st Period_input"]={en:["1st Period"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"]},e.exports["2nd Period_input"]={en:["2nd Period"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"]},e.exports["3rd Period_input"]={en:["3rd Period"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"]},e.exports["4th Period_input"]={en:["4th Period"]},e.exports["5th Period_input"]={en:["5th Period"]},e.exports["6th Period_input"]={en:["6th Period"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],
hu_HU:["ATR Hossz"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],hu_HU:["Akkumuláció/Disztribúció"]},e.exports["All items_combobox_input"]={en:["All items"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"]},e.exports["Another symbol_input"]={en:["Another symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"]},e.exports.Back_input={en:["Back"]},e.exports["Bands style_input"]={en:["Bands style"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"]},e.exports.Borders_input={en:["Borders"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"]},e.exports["Box size_input"]={en:["Box size"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"]},e.exports.Century_input={en:["Century"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],hu_HU:["Zárás"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],hu_HU:["Szín az előző záróár alapján"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"]},e.exports.Count_input={en:["Count"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"]},e.exports["Days Per Year_input"]={en:["Days Per Year"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"]},e.exports["Deviation (%)_input"]={ hu_HU:["ATR Hossz"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],hu_HU:["Akkumuláció/Disztribúció"]},e.exports["All items_combobox_input"]={en:["All items"]},e.exports.All_input={en:["All"]},e.exports["Anchor Period_input"]={en:["Anchor Period"]},e.exports["Another symbol_input"]={en:["Another symbol"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"]},e.exports.Back_input={en:["Back"]},e.exports["Bands style_input"]={en:["Bands style"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"]},e.exports["Base Line_input"]={en:["Base Line"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"]},e.exports.Borders_input={en:["Borders"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"]},e.exports["Box size_input"]={en:["Box size"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"]},e.exports.Candles_input={en:["Candles"]},e.exports.Centered_input={en:["Centered"]},e.exports.Century_input={en:["Century"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],hu_HU:["Zárás"]},e.exports["Color 0_input"]={en:["Color 0"]},e.exports["Color 1_input"]={en:["Color 1"]},e.exports["Color 2_input"]={en:["Color 2"]},e.exports["Color 3_input"]={en:["Color 3"]},e.exports["Color 4_input"]={en:["Color 4"]},e.exports["Color 5_input"]={en:["Color 5"]},e.exports["Color 6_input"]={en:["Color 6"]},e.exports["Color 7_input"]={en:["Color 7"]},e.exports["Color 8_input"]={en:["Color 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],hu_HU:["Szín az előző záróár alapján"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"]},e.exports["Conversion Line_input"]={en:["Conversion Line"]},e.exports.Correlation_input={en:["Correlation"]},e.exports.Count_input={en:["Count"]},e.exports.Crosses_input={en:["Crosses"]},e.exports.Custom_input={en:["Custom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"]},e.exports["Days Per Year_input"]={en:["Days Per Year"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"]},e.exports["Deviation (%)_input"]={
en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"]},e.exports["Down bars_input"]={en:["Down bars"]},e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"]},e.exports.Exponential_input={en:["Exponential"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"]},e.exports.Falling_input={en:["Falling"]},e.exports["Fast Length_input"]={en:["Fast Length"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],hu_HU:["Lead 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],hu_HU:["Lagging Span 2 Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"],hu_HU:["EMA Hossz"]},e.exports["Length MA_input"]={en:["Length MA"],hu_HU:["MA Hossz"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"], en:["Deviation (%)"]},e.exports.Deviation_input={en:["Deviation"]},e.exports.Divisor_input={en:["Divisor"]},e.exports["Down Volume_input"]={en:["Down Volume"]},e.exports["Down bars_input"]={en:["Down bars"]},e.exports["Down color_input"]={en:["Down color"]},e.exports["Down fractals_input"]={en:["Down fractals"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"]},e.exports.Exponential_input={en:["Exponential"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"]},e.exports["Extend Right_input"]={en:["Extend Right"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"]},e.exports.Falling_input={en:["Falling"]},e.exports["Fast Length_input"]={en:["Fast Length"]},e.exports["Fast length_input"]={en:["Fast length"]},e.exports.Fill_input={en:["Fill"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"]},e.exports["HLC bars_input"]={en:["HLC bars"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"]},e.exports.Indicator_input={en:["Indicator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"]},e.exports["Jaw Length_input"]={en:["Jaw Length"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],hu_HU:["Lead 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],hu_HU:["Lagging Span 2 Periods"]},e.exports["Length EMA_input"]={en:["Length EMA"],hu_HU:["EMA Hossz"]},e.exports["Length MA_input"]={en:["Length MA"],hu_HU:["MA Hossz"]},e.exports.Length1_input={en:["Length1"]},e.exports.Length2_input={en:["Length2"]},e.exports.Length3_input={en:["Length3"],
hu_HU:["Hossz3"]},e.exports.Length_input={en:["Length"],hu_HU:["Hossz"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"],hu_HU:["Vonal"]},e.exports["Lips Length_input"]={en:["Lips Length"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"]},e.exports.LowerLimit_input={en:["LowerLimit"]},e.exports.Lower_input={en:["Lower"]},e.exports["MA Length_input"]={en:["MA Length"],hu_HU:["MA hosszúság"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"]},e.exports["Market only_input"]={en:["Market only"]},e.exports["Max value_input"]={en:["Max value"]},e.exports.Median_input={en:["Median"]},e.exports.Method_input={en:["Method"]},e.exports.Middle_input={en:["Middle"]},e.exports.Minimize_input={en:["Minimize"]},e.exports.Month_input={en:["Month"]},e.exports.Move_input={en:["Move"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"]},e.exports["Number of line_input"]={en:["Number of line"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"]},e.exports.Overbought_input={en:["Overbought"]},e.exports.Oversold_input={en:["Oversold"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"]},e.exports.Percentage_input={en:["Percentage"]},e.exports.Period_input={en:["Period"]},e.exports.Periods_input={en:["Periods"]},e.exports["Phantom bars_input"]={en:["Phantom bars"]},e.exports.Placement_input={en:["Placement"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"]},e.exports["Post-market only_input"]={en:["Post-market only"]},e.exports["Pre-market only_input"]={en:["Pre-market only"]}, hu_HU:["Hossz3"]},e.exports.Length_input={en:["Length"],hu_HU:["Hossz"]},e.exports.Level_input={en:["Level"]},e.exports["Levels Format_input"]={en:["Levels Format"]},e.exports.Limit_input={en:["Limit"]},e.exports.Line_input={en:["Line"],hu_HU:["Vonal"]},e.exports["Lips Length_input"]={en:["Lips Length"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"]},e.exports["Long length_input"]={en:["Long length"]},e.exports["Long period_input"]={en:["Long period"]},e.exports.Long_input={en:["Long"]},e.exports["Lower Band_input"]={en:["Lower Band"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"]},e.exports.LowerLimit_input={en:["LowerLimit"]},e.exports.Lower_input={en:["Lower"]},e.exports["MA Length_input"]={en:["MA Length"],hu_HU:["MA hosszúság"]},e.exports.MACD_input={en:["MACD"]},e.exports.MA_input={en:["MA"]},e.exports.MF_input={en:["MF"]},e.exports.MM_month_input={en:["MM"]},e.exports.MOM_input={en:["MOM"]},e.exports["Main chart symbol_input"]={en:["Main chart symbol"]},e.exports["Market Closed Percentage_input"]={en:["Market Closed Percentage"]},e.exports["Market only_input"]={en:["Market only"]},e.exports["Max value_input"]={en:["Max value"]},e.exports.Median_input={en:["Median"]},e.exports.Method_input={en:["Method"]},e.exports.Middle_input={en:["Middle"]},e.exports.Minimize_input={en:["Minimize"]},e.exports.Month_input={en:["Month"]},e.exports.Move_input={en:["Move"]},e.exports["Multi timeframe_input"]={en:["Multi timeframe"]},e.exports.Multiplier_input={en:["Multiplier"]},e.exports.NV_input={en:["NV"]},e.exports["Nothing selected_combobox_input"]={en:["Nothing selected"]},e.exports["Number Of Rows_input"]={en:["Number Of Rows"]},e.exports["Number of line_input"]={en:["Number of line"]},e.exports.OSC_input={en:["OSC"]},e.exports.Offset_input={en:["Offset"]},e.exports.OnBalanceVolume_input={en:["OnBalanceVolume"]},e.exports["One step back building_input"]={en:["One step back building"]},e.exports.Oscillator_input={en:["Oscillator"]},e.exports.Overbought_input={en:["Overbought"]},e.exports.Oversold_input={en:["Oversold"]},e.exports.POC_input={en:["POC"]},e.exports.PVT_input={en:["PVT"]},e.exports.P_input={en:["P"]},e.exports.ParabolicSAR_input={en:["ParabolicSAR"]},e.exports.Percent_input={en:["Percent"]},e.exports["Percentage LTP({percentageLTPValue}%)_input"]={en:["Percentage LTP({percentageLTPValue}%)"]},e.exports["Percentage LTP_input"]={en:["Percentage LTP"]},e.exports.Percentage_input={en:["Percentage"]},e.exports.Period_input={en:["Period"]},e.exports.Periods_input={en:["Periods"]},e.exports["Phantom bars_input"]={en:["Phantom bars"]},e.exports.Placement_input={en:["Placement"]},e.exports.Plot_input={en:["Plot"]},e.exports["Plots Background_input"]={en:["Plots Background"]},e.exports["Post-market only_input"]={en:["Post-market only"]},e.exports["Pre-market only_input"]={en:["Pre-market only"]},
@@ -22,24 +22,24 @@ e.exports["Volatility Stop_study"]={en:["Volatility Stop"],hu_HU:["Volatilitás
en:["Change symbol. Start typing symbol name"]}},48566:e=>{e.exports={en:["Change scale currency"]}},85110:e=>{e.exports={en:["Change scale unit"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],hu_HU:["Chart Tulajdonságok"]}},98856:e=>{e.exports={en:["Chart by TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],hu_HU:["Chatham-szigetek"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],hu_HU:["Kör"]}},14985:e=>{e.exports={en:["Click to set a point"],hu_HU:["Klikkelj a pont megadásához"]}},12537:e=>{e.exports={en:["Clone"],hu_HU:["Klón"]}},62578:e=>{e.exports={en:["Close"],hu_HU:["Zárás"]}},264:e=>{e.exports={en:["Create limit order"]}},6969:e=>{e.exports={en:["Cross"],hu_HU:["Kereszt"]}},74334:e=>{e.exports={en:["Cross Line"]}},59396:e=>{e.exports={en:["Currencies"],hu_HU:["Devizák"]}},20177:e=>{e.exports={en:["Current interval and above"]}},494:e=>{e.exports={en:["Current interval and below"]}},60668:e=>{e.exports={en:["Current interval only"]}},78609:e=>{e.exports={en:["Curve"],hu_HU:["Görbe"]}},87380:e=>{e.exports={en:["Cycle"],hu_HU:["Ciklus"]}},84031:e=>{e.exports={en:["Cyclic Lines"],hu_HU:["Ciklikus Vonalak"]}},93191:e=>{e.exports={en:["Cypher Pattern"],hu_HU:["Rejtjel Minta"]}},7219:e=>{e.exports={en:["A layout with that name already exists"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],hu_HU:["ABCD Minta"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"]}},42630:e=>{e.exports={en:["Anchorage"]}},42669:e=>{e.exports={en:["Anchored Text"],hu_HU:["Horgony Szöveg"]}},84541:e=>{e.exports={en:["Anchored VWAP"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"],hu_HU:["Szimbólum Hozzáadása"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],hu_HU:["Mindig Láthatatlan"]}},36299:e=>{e.exports={en:["Always visible"],hu_HU:["Mindig Látható"]}},58026:e=>{e.exports={en:["All intervals"]}},78358:e=>{e.exports={en:["Apply default"],hu_HU:["Alapértelmezett Beállítás"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"],hu_HU:["Ápr"]} en:["Change symbol. Start typing symbol name"]}},48566:e=>{e.exports={en:["Change scale currency"]}},85110:e=>{e.exports={en:["Change scale unit"]}},56275:e=>{e.exports={en:["Chart #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],hu_HU:["Chart Tulajdonságok"]}},98856:e=>{e.exports={en:["Chart by TradingView"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],hu_HU:["Chatham-szigetek"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],hu_HU:["Kör"]}},14985:e=>{e.exports={en:["Click to set a point"],hu_HU:["Klikkelj a pont megadásához"]}},12537:e=>{e.exports={en:["Clone"],hu_HU:["Klón"]}},62578:e=>{e.exports={en:["Close"],hu_HU:["Zárás"]}},264:e=>{e.exports={en:["Create limit order"]}},6969:e=>{e.exports={en:["Cross"],hu_HU:["Kereszt"]}},74334:e=>{e.exports={en:["Cross Line"]}},59396:e=>{e.exports={en:["Currencies"],hu_HU:["Devizák"]}},20177:e=>{e.exports={en:["Current interval and above"]}},494:e=>{e.exports={en:["Current interval and below"]}},60668:e=>{e.exports={en:["Current interval only"]}},78609:e=>{e.exports={en:["Curve"],hu_HU:["Görbe"]}},87380:e=>{e.exports={en:["Cycle"],hu_HU:["Ciklus"]}},84031:e=>{e.exports={en:["Cyclic Lines"],hu_HU:["Ciklikus Vonalak"]}},93191:e=>{e.exports={en:["Cypher Pattern"],hu_HU:["Rejtjel Minta"]}},7219:e=>{e.exports={en:["A layout with that name already exists"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],hu_HU:["ABCD Minta"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"]}},42630:e=>{e.exports={en:["Anchorage"]}},42669:e=>{e.exports={en:["Anchored Text"],hu_HU:["Horgony Szöveg"]}},84541:e=>{e.exports={en:["Anchored VWAP"]}},77401:e=>{e.exports={en:["Access error"]}},46501:e=>{e.exports={en:["Add Symbol"],hu_HU:["Szimbólum Hozzáadása"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],hu_HU:["Mindig Láthatatlan"]}},36299:e=>{e.exports={en:["Always visible"],hu_HU:["Mindig Látható"]}},58026:e=>{e.exports={en:["All intervals"]}},78358:e=>{e.exports={en:["Apply default"],hu_HU:["Alapértelmezett Beállítás"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"]}},27072:e=>{e.exports={en:["Apr"],hu_HU:["Ápr"]}
},59324:e=>{e.exports={en:["Arc"],hu_HU:["Ív"]}},34456:e=>{e.exports={en:["Area"],hu_HU:["Terület"]}},11858:e=>{e.exports={en:["Arrow"],hu_HU:["Nyíl"]}},34247:e=>{e.exports={en:["Arrow Down"]}},36352:e=>{e.exports={en:["Arrow Marker"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],hu_HU:["Nyíl Lefelé"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],hu_HU:["Nyíl Balra"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],hu_HU:["Nyíl Jobbra"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],hu_HU:["Nyíl Felfelé"]}},77231:e=>{e.exports={en:["Arrow Up"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],hu_HU:["Asgábád"]}},72445:e=>{e.exports={en:["At close"]}},73702:e=>{e.exports={en:["Athens"],hu_HU:["Athén"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],hu_HU:["Auto (Fits Data To Screen)"]}},46450:e=>{e.exports={en:["Aug"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"],hu_HU:["Bogotá"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],hu_HU:["Ballon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"],hu_HU:["Bárok"]}},81994:e=>{e.exports={en:["Bars Pattern"],hu_HU:["Bár Minta"]}},59213:e=>{e.exports={en:["Baseline"],hu_HU:["Alapvonal"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],hu_HU:["Ecset"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],hu_HU:["Előterjesztés"]}},17293:e=>{e.exports={en:["Bring to front"],hu_HU:["Előrehozás"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],hu_HU:["TradingView Által"]}},54280:e=>{e.exports={en:["Go to date"],hu_HU:["Ugrás dátumhoz"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"]}},47460:e=>{e.exports={en:["Gann Box"],hu_HU:["Gann Doboz"]}},48683:e=>{e.exports={en:["Gann Fan"],hu_HU:["Gann Legyező"]}},44763:e=>{e.exports={en:["Gann Square"],hu_HU:["Gann Négyszög"]}},60707:e=>{e.exports={en:["Gann Square Fixed"]}},46808:e=>{e.exports={en:["Ghost Feed"],hu_HU:["Ghost Hírfolyam"]}},57726:e=>{e.exports={en:["Grand supercycle"],hu_HU:["Nagy Szuperciklus"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"], },59324:e=>{e.exports={en:["Arc"],hu_HU:["Ív"]}},34456:e=>{e.exports={en:["Area"],hu_HU:["Terület"]}},11858:e=>{e.exports={en:["Arrow"],hu_HU:["Nyíl"]}},34247:e=>{e.exports={en:["Arrow Down"]}},36352:e=>{e.exports={en:["Arrow Marker"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],hu_HU:["Nyíl Lefelé"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],hu_HU:["Nyíl Balra"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],hu_HU:["Nyíl Jobbra"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],hu_HU:["Nyíl Felfelé"]}},77231:e=>{e.exports={en:["Arrow Up"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],hu_HU:["Asgábád"]}},72445:e=>{e.exports={en:["At close"]}},73702:e=>{e.exports={en:["Athens"],hu_HU:["Athén"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],hu_HU:["Auto (Fits Data To Screen)"]}},46450:e=>{e.exports={en:["Aug"]}},21841:e=>{e.exports={en:["Average close price label"]}},16138:e=>{e.exports={en:["Average close price line"]}},73025:e=>{e.exports={en:["Avg"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"],hu_HU:["Bogotá"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],hu_HU:["Ballon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"],hu_HU:["Bárok"]}},81994:e=>{e.exports={en:["Bars Pattern"],hu_HU:["Bár Minta"]}},59213:e=>{e.exports={en:["Baseline"],hu_HU:["Alapvonal"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],hu_HU:["Ecset"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],hu_HU:["Előterjesztés"]}},17293:e=>{e.exports={en:["Bring to front"],hu_HU:["Előrehozás"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],hu_HU:["TradingView Által"]}},54280:e=>{e.exports={en:["Go to date"],hu_HU:["Ugrás dátumhoz"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"]}},47460:e=>{e.exports={en:["Gann Box"],hu_HU:["Gann Doboz"]}},48683:e=>{e.exports={en:["Gann Fan"],hu_HU:["Gann Legyező"]}},44763:e=>{e.exports={en:["Gann Square"],hu_HU:["Gann Négyszög"]}},60707:e=>{e.exports={en:["Gann Square Fixed"]}},46808:e=>{e.exports={en:["Ghost Feed"],hu_HU:["Ghost Hírfolyam"]}},57726:e=>{e.exports={en:["Grand supercycle"],hu_HU:["Nagy Szuperciklus"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],
hu_HU:["Biztos, hogy törölni akarod a tanulmányt?"]}},77125:e=>{e.exports={en:["Double Curve"],hu_HU:["Dupla Görbe"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"]}},75296:e=>{e.exports={en:["Double-click to finish Path"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"]}},22677:e=>{e.exports={en:["Date"],hu_HU:["Dátum"]}},85444:e=>{e.exports={en:["Date Range"],hu_HU:["Időintervallum"]}},47017:e=>{e.exports={en:["Date and Price Range"],hu_HU:["Dátum és Árfolyamtartomány"]}},32084:e=>{e.exports={en:["Dec"]}},23403:e=>{e.exports={en:["Degree"],hu_HU:["Fokozat"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],hu_HU:["Rajzok Eszköztár"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"],hu_HU:["Dubaj"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],hu_HU:["Add meg az új chart elrendezés nevét"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],hu_HU:["Elliot Korrekciós Hullám (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],hu_HU:["Elliott Dupla Kombinációs Hullám (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],hu_HU:["Elliott Impulzushullám (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],hu_HU:["Elliott Háromszög Hullám (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],hu_HU:["Elliott Tripla Kombinációs Hullám (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],hu_HU:["Ellipszis"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"],hu_HU:["Tőzsde"]}},19271:e=>{e.exports={en:["Existing pane above"],hu_HU:["Existing Pane Above"]}},46545:e=>{e.exports={en:["Existing pane below"],hu_HU:["Existing Pane Below"]}},20138:e=>{e.exports={en:["Forecast"],hu_HU:["Előrejelzés"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],hu_HU:["Fib Csatorna"]}},82330:e=>{e.exports={en:["Fib Circles"],hu_HU:["Fib Körök"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],hu_HU:["Fib Speed Ellenállás Ívek"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],hu_HU:["Fib Speed Ellenállás Fan"]}},39014:e=>{e.exports={en:["Fib Spiral"],hu_HU:["Fib Spirál"]}},30622:e=>{e.exports={en:["Fib Time Zone"],hu_HU:["Fib Időzóna"]}},85042:e=>{e.exports={en:["Fib Wedge"],hu_HU:["Fib Ék"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"],hu_HU:["Zászló Jel"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],hu_HU:["Lapos Felső/Alsó"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],hu_HU:["Érvénytelen törtrész."]}},24077:e=>{e.exports={ hu_HU:["Biztos, hogy törölni akarod a tanulmányt?"]}},77125:e=>{e.exports={en:["Double Curve"],hu_HU:["Dupla Görbe"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"]}},75296:e=>{e.exports={en:["Double-click to finish Path"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"]}},57131:e=>{e.exports={en:["Data Provided by"]}},22677:e=>{e.exports={en:["Date"],hu_HU:["Dátum"]}},85444:e=>{e.exports={en:["Date Range"],hu_HU:["Időintervallum"]}},47017:e=>{e.exports={en:["Date and Price Range"],hu_HU:["Dátum és Árfolyamtartomány"]}},32084:e=>{e.exports={en:["Dec"]}},23403:e=>{e.exports={en:["Degree"],hu_HU:["Fokozat"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"]}},91544:e=>{e.exports={en:["Disjoint Channel"]}},70132:e=>{e.exports={en:["Displacement"]}},93864:e=>{e.exports={en:["Drawings toolbar"],hu_HU:["Rajzok Eszköztár"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"]}},23650:e=>{e.exports={en:["Dubai"],hu_HU:["Dubaj"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],hu_HU:["Add meg az új chart elrendezés nevét"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],hu_HU:["Elliot Korrekciós Hullám (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],hu_HU:["Elliott Dupla Kombinációs Hullám (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],hu_HU:["Elliott Impulzushullám (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],hu_HU:["Elliott Háromszög Hullám (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],hu_HU:["Elliott Tripla Kombinációs Hullám (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],hu_HU:["Ellipszis"]}},52788:e=>{e.exports={en:["Extended Line"]}},86905:e=>{e.exports={en:["Exchange"],hu_HU:["Tőzsde"]}},19271:e=>{e.exports={en:["Existing pane above"],hu_HU:["Existing Pane Above"]}},46545:e=>{e.exports={en:["Existing pane below"],hu_HU:["Existing Pane Below"]}},20138:e=>{e.exports={en:["Forecast"],hu_HU:["Előrejelzés"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],hu_HU:["Fib Csatorna"]}},82330:e=>{e.exports={en:["Fib Circles"],hu_HU:["Fib Körök"]}},55986:e=>{e.exports={en:["Fib Retracement"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],hu_HU:["Fib Speed Ellenállás Ívek"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],hu_HU:["Fib Speed Ellenállás Fan"]}},39014:e=>{e.exports={en:["Fib Spiral"],hu_HU:["Fib Spirál"]}},30622:e=>{e.exports={en:["Fib Time Zone"],hu_HU:["Fib Időzóna"]}},85042:e=>{e.exports={en:["Fib Wedge"],hu_HU:["Fib Ék"]}},33885:e=>{e.exports={en:["Flag"]}},14600:e=>{e.exports={en:["Flag Mark"],hu_HU:["Zászló Jel"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],hu_HU:["Lapos Felső/Alsó"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],hu_HU:["Érvénytelen törtrész."]}},24077:e=>{e.exports={
en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"],hu_HU:["Kalkutta"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],hu_HU:["Áttetsző Gyertyák"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],hu_HU:["Vízszintes Vonal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],hu_HU:["Vízszintes Sugár"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],hu_HU:["Elrejt"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"]}},78525:e=>{e.exports={en:["Hide all indicators"]}},42164:e=>{e.exports={en:["Hide all positions & orders"]}},3217:e=>{e.exports={en:["Hide drawings"]}},97878:e=>{e.exports={en:["Hide events on chart"],hu_HU:["Események Elrejtése a Chartról"]}},72351:e=>{e.exports={en:["Hide indicators"]}},28345:e=>{e.exports={en:["Hide marks on bars"],hu_HU:["Jelölések Elrejtése a Bárokon"]}},92226:e=>{e.exports={en:["Hide positions & orders"]}},78254:e=>{e.exports={en:["High"],hu_HU:["Max"]}},98236:e=>{e.exports={en:["High-low"]}},99479:e=>{e.exports={en:["High and low price labels"]}},33766:e=>{e.exports={en:["High and low price lines"]}},69476:e=>{e.exports={en:["Highlighter"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],hu_HU:["Közbülső"]}},14285:e=>{e.exports={en:["Invalid Symbol"],hu_HU:["Érvénytelen Szimbólum"]}},52969:e=>{e.exports={en:["Invalid symbol"]}},37189:e=>{e.exports={en:["Invert scale"],hu_HU:["Invert Scale"]}},89999:e=>{e.exports={en:["Indexed to 100"]}},46850:e=>{e.exports={en:["Indicators value labels"]}},54418:e=>{e.exports={en:["Indicators name labels"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"]}},15992:e=>{e.exports={en:["Info Line"]}},87829:e=>{e.exports={en:["Insert indicator"],hu_HU:["Indikátor Beillesztés"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],hu_HU:["Belső Villa"]}},37913:e=>{e.exports={en:["Icon"],hu_HU:["Ikon"]}},78326:e=>{e.exports={ en:["Fundamental studies are no longer available on charts"]}},31561:e=>{e.exports={en:["Kolkata"],hu_HU:["Kalkutta"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"]}},886:e=>{e.exports={en:["HLC bars"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],hu_HU:["Áttetsző Gyertyák"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],hu_HU:["Vízszintes Vonal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],hu_HU:["Vízszintes Sugár"]}},21928:e=>{e.exports={en:["Head and Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],hu_HU:["Elrejt"]}},47074:e=>{e.exports={en:["Hide all"]}},52563:e=>{e.exports={en:["Hide all drawings"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"]}},78525:e=>{e.exports={en:["Hide all indicators"]}},42164:e=>{e.exports={en:["Hide all positions & orders"]}},3217:e=>{e.exports={en:["Hide drawings"]}},97878:e=>{e.exports={en:["Hide events on chart"],hu_HU:["Események Elrejtése a Chartról"]}},72351:e=>{e.exports={en:["Hide indicators"]}},28345:e=>{e.exports={en:["Hide marks on bars"],hu_HU:["Jelölések Elrejtése a Bárokon"]}},92226:e=>{e.exports={en:["Hide positions & orders"]}},78254:e=>{e.exports={en:["High"],hu_HU:["Max"]}},98236:e=>{e.exports={en:["High-low"]}},99479:e=>{e.exports={en:["High and low price labels"]}},33766:e=>{e.exports={en:["High and low price lines"]}},69476:e=>{e.exports={en:["Highlighter"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."]}},68065:e=>{e.exports={en:["Image"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],hu_HU:["Közbülső"]}},14285:e=>{e.exports={en:["Invalid Symbol"],hu_HU:["Érvénytelen Szimbólum"]}},52969:e=>{e.exports={en:["Invalid symbol"]}},37189:e=>{e.exports={en:["Invert scale"],hu_HU:["Invert Scale"]}},89999:e=>{e.exports={en:["Indexed to 100"]}},46850:e=>{e.exports={en:["Indicators value labels"]}},54418:e=>{e.exports={en:["Indicators name labels"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"]}},15992:e=>{e.exports={en:["Info Line"]}},87829:e=>{e.exports={en:["Insert indicator"],hu_HU:["Indikátor Beillesztés"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],hu_HU:["Belső Villa"]}},37913:e=>{e.exports={en:["Icon"],
en:["Istanbul"],hu_HU:["Isztambul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"],hu_HU:["Júl"]}},429:e=>{e.exports={en:["Jun"],hu_HU:["Jún"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"]}},55813:e=>{e.exports={en:["On the right"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],hu_HU:["Hoppá!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"],hu_HU:["Okt"]}},16610:e=>{e.exports={en:["Open"],hu_HU:["Nyitó"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],hu_HU:["Min"]}},51077:e=>{e.exports={en:["Lock"],hu_HU:["Zárás"]}},79777:e=>{e.exports={en:["Lock/unlock"],hu_HU:["Zárás/Feloldás"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],hu_HU:["Lock Price To Bar Ratio"]}},16170:e=>{e.exports={en:["Logarithmic"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"],hu_HU:["Long Pozíció"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"]}},52402:e=>{e.exports={en:["Label Up"]}},5119:e=>{e.exports={en:["Labels"],hu_HU:["Címkék"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],hu_HU:["Vonal"]}},9394:e=>{e.exports={en:["Line with markers"],hu_HU:["Jelölésekkel"]}},43588:e=>{e.exports={en:["Line break"],hu_HU:["Vonaltörés"]}},56982:e=>{e.exports={en:["Lines"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"]}},35049:e=>{e.exports={en:["Move to"]}},26493:e=>{e.exports={en:["Move scale to left"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],hu_HU:["Módosított Schiff Villa"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"],hu_HU:["Moszkva"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],hu_HU:["Már"]}},73332:e=>{e.exports={en:["Mexico City"],hu_HU:["Mexikóváros"]}},88314:e=>{e.exports={en:["Merge all scales into one"]}},54215:e=>{e.exports={en:["Mixed"]}},24866:e=>{e.exports={en:["Micro"],hu_HU:["Mikro"]}},87957:e=>{e.exports={en:["Millennium"],hu_HU:["Évezred"]}},14724:e=>{e.exports={en:["Minuette"],hu_HU:["Menüett"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],hu_HU:["No Scale (Fullscreen)"]}},9140:e=>{ hu_HU:["Ikon"]}},78326:e=>{e.exports={en:["Istanbul"],hu_HU:["Isztambul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"]}},53786:e=>{e.exports={en:["Jul"],hu_HU:["Júl"]}},429:e=>{e.exports={en:["Jun"],hu_HU:["Jún"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"]}},55813:e=>{e.exports={en:["On the right"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."]}},21064:e=>{e.exports={en:["Oops!"],hu_HU:["Hoppá!"]}},51221:e=>{e.exports={en:["Object Tree"]}},12179:e=>{e.exports={en:["Oct"],hu_HU:["Okt"]}},16610:e=>{e.exports={en:["Open"],hu_HU:["Nyitó"]}},27884:e=>{e.exports={en:["Open layout. Press period"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],hu_HU:["Min"]}},51077:e=>{e.exports={en:["Lock"],hu_HU:["Zárás"]}},79777:e=>{e.exports={en:["Lock/unlock"],hu_HU:["Zárás/Feloldás"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],hu_HU:["Lock Price To Bar Ratio"]}},16170:e=>{e.exports={en:["Logarithmic"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"],hu_HU:["Long Pozíció"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"]}},52402:e=>{e.exports={en:["Label Up"]}},5119:e=>{e.exports={en:["Labels"],hu_HU:["Címkék"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],hu_HU:["Vonal"]}},9394:e=>{e.exports={en:["Line with markers"],hu_HU:["Jelölésekkel"]}},43588:e=>{e.exports={en:["Line break"],hu_HU:["Vonaltörés"]}},56982:e=>{e.exports={en:["Lines"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"]}},35049:e=>{e.exports={en:["Move to"]}},26493:e=>{e.exports={en:["Move scale to left"]}},40789:e=>{e.exports={en:["Move scale to right"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],hu_HU:["Módosított Schiff Villa"]}},93907:e=>{e.exports={en:["More settings"]}},64039:e=>{e.exports={en:["Moscow"],hu_HU:["Moszkva"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"],hu_HU:["Már"]}},73332:e=>{e.exports={en:["Mexico City"],hu_HU:["Mexikóváros"]}},88314:e=>{e.exports={en:["Merge all scales into one"]}},54215:e=>{e.exports={en:["Mixed"]}},24866:e=>{e.exports={en:["Micro"],hu_HU:["Mikro"]}},87957:e=>{e.exports={en:["Millennium"],hu_HU:["Évezred"]}},14724:e=>{e.exports={en:["Minuette"],hu_HU:["Menüett"]}},78273:e=>{e.exports={en:["Minuscule"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"]}},36252:e=>{e.exports={en:["No data here"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],
e.exports={en:["No sync"]}},50910:e=>{e.exports={en:["No volume data"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"],hu_HU:["Megjegyzés"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],hu_HU:["Új-Zéland"]}},15512:e=>{e.exports={en:["New pane above"]}},52160:e=>{e.exports={en:["New pane below"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"],hu_HU:["Valami hiba történt"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],hu_HU:["Új Chart Elrendezés Mentése"]}},76266:e=>{e.exports={en:["Save as"],hu_HU:["Mentés Másként"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"],hu_HU:["São Paulo"]}},43931:e=>{e.exports={en:["Scale currency"]}},43758:e=>{e.exports={en:["Scale price chart only"],hu_HU:["Csak az Árskála Chart"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],hu_HU:["Schiff Villa"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"],hu_HU:["Beállítások"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],hu_HU:["A második törtrész érvénytelen."]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"],hu_HU:["Visszaküldés"]}},71179:e=>{e.exports={en:["Send backward"],hu_HU:["Hátrébb Küldés"]}},26820:e=>{e.exports={en:["Seoul"],hu_HU:["Szöul"]}},6816:e=>{e.exports={en:["Sep"],hu_HU:["Szep"]}},94031:e=>{e.exports={en:["Session"],hu_HU:["Munkamenet"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"],hu_HU:["Munkamenet Szünetek"]}},1852:e=>{e.exports={en:["Shanghai"],hu_HU:["Sanghaj"]}},8075:e=>{e.exports={en:["Short Position"],hu_HU:["Short Pozíció"]}},98334:e=>{e.exports={en:["Show"],hu_HU:["Mutat"]}},85891:e=>{e.exports={en:["Show all drawings"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"]}},98753:e=>{e.exports={en:["Show all indicators"]}},55418:e=>{e.exports={en:["Show all ideas"],hu_HU:["Show All Ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"]}},33158:e=>{e.exports={en:["Show continuous contract switch"]}},81465:e=>{e.exports={en:["Show contract expiration"]}},29449:e=>{e.exports={en:["Show dividends"],hu_HU:["Osztalékok Mutatása"]}},37113:e=>{e.exports={en:["Show earnings"],hu_HU:["Nyereség Mutatása"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],hu_HU:["Show Ideas of Followed Users"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"],hu_HU:["Show My Ideas Only"]}},50849:e=>{e.exports={ hu_HU:["No Scale (Fullscreen)"]}},9140:e=>{e.exports={en:["No sync"]}},50910:e=>{e.exports={en:["No volume data"]}},99024:e=>{e.exports={en:["No, keep them"]}},94389:e=>{e.exports={en:["Note"],hu_HU:["Megjegyzés"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],hu_HU:["Új-Zéland"]}},15512:e=>{e.exports={en:["New pane above"]}},52160:e=>{e.exports={en:["New pane below"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"],hu_HU:["Valami hiba történt"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],hu_HU:["Új Chart Elrendezés Mentése"]}},76266:e=>{e.exports={en:["Save as"],hu_HU:["Mentés Másként"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"],hu_HU:["São Paulo"]}},43931:e=>{e.exports={en:["Scale currency"]}},43758:e=>{e.exports={en:["Scale price chart only"],hu_HU:["Csak az Árskála Chart"]}},40012:e=>{e.exports={en:["Scale unit"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],hu_HU:["Schiff Villa"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."]}},32514:e=>{e.exports={en:["Settings"],hu_HU:["Beállítások"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],hu_HU:["A második törtrész érvénytelen."]}},75594:e=>{e.exports={en:["Security info"]}},21973:e=>{e.exports={en:["Send to back"],hu_HU:["Visszaküldés"]}},71179:e=>{e.exports={en:["Send backward"],hu_HU:["Hátrébb Küldés"]}},26820:e=>{e.exports={en:["Seoul"],hu_HU:["Szöul"]}},6816:e=>{e.exports={en:["Sep"],hu_HU:["Szep"]}},94031:e=>{e.exports={en:["Session"],hu_HU:["Munkamenet"]}},83298:e=>{e.exports={en:["Session volume profile"]}},66707:e=>{e.exports={en:["Session breaks"],hu_HU:["Munkamenet Szünetek"]}},1852:e=>{e.exports={en:["Shanghai"],hu_HU:["Sanghaj"]}},8075:e=>{e.exports={en:["Short Position"],hu_HU:["Short Pozíció"]}},98334:e=>{e.exports={en:["Show"],hu_HU:["Mutat"]}},85891:e=>{e.exports={en:["Show all drawings"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"]}},98753:e=>{e.exports={en:["Show all indicators"]}},55418:e=>{e.exports={en:["Show all ideas"],hu_HU:["Show All Ideas"]}},20506:e=>{e.exports={en:["Show all positions & orders"]}},33158:e=>{e.exports={en:["Show continuous contract switch"]}},81465:e=>{e.exports={en:["Show contract expiration"]}},29449:e=>{e.exports={en:["Show dividends"],hu_HU:["Osztalékok Mutatása"]}},37113:e=>{e.exports={en:["Show earnings"],hu_HU:["Nyereség Mutatása"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],hu_HU:["Show Ideas of Followed Users"]}},62986:e=>{e.exports={en:["Show latest news"]}},44020:e=>{e.exports={en:["Show my ideas only"],
en:["Show splits"],hu_HU:["Felosztások Mutatása"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"],hu_HU:["Szingapúr"]}},39090:e=>{e.exports={en:["Sine Line"],hu_HU:["Szinuszvonal"]}},66205:e=>{e.exports={en:["Square"],hu_HU:["Négyzet"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."]}},92516:e=>{e.exports={en:["Style"],hu_HU:["Stílus"]}},61507:e=>{e.exports={en:["Stack on the left"]}},97800:e=>{e.exports={en:["Stack on the right"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],hu_HU:["Rajzmódban Marad"]}},69217:e=>{e.exports={en:["Step line"],hu_HU:["Lépcső"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"],hu_HU:["Szubmikro"]}},63375:e=>{e.exports={en:["Submillennium"],hu_HU:["Szubévezred"]}},30585:e=>{e.exports={en:["Subminuette"],hu_HU:["Szubminüett"]}},67948:e=>{e.exports={en:["Supercycle"],hu_HU:["Szuperciklus"]}},3348:e=>{e.exports={en:["Supermillennium"],hu_HU:["Szuperévezred"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"],hu_HU:["Symbol Name Label"]}},10127:e=>{e.exports={en:["Symbol last price label"],hu_HU:["Symbol Last Value Label"]}},39079:e=>{e.exports={en:["Sync globally"]}},46607:e=>{e.exports={en:["Sync in layout"],hu_HU:["Sync To All Charts"]}},76519:e=>{e.exports={en:["Point & figure"],hu_HU:["Pont & Ábra"]}},39949:e=>{e.exports={en:["Polyline"],hu_HU:["Sokszögvonal"]}},371:e=>{e.exports={en:["Path"]}},59256:e=>{e.exports={en:["Parallel Channel"],hu_HU:["Párhuzamos Csatorna"]}},61879:e=>{e.exports={en:["Paris"],hu_HU:["Párizs"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"],hu_HU:["Villa"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"]}},28280:e=>{e.exports={en:["Pin to new right scale"]}},14115:e=>{e.exports={en:["Pin to left scale"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"]}},81054:e=>{e.exports={en:["Pin to right scale"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"]}},90095:e=>{e.exports={en:["Pinned to left scale"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"]}},44579:e=>{e.exports={en:["Pinned to right scale"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"]}},3564:e=>{ hu_HU:["Show My Ideas Only"]}},50849:e=>{e.exports={en:["Show splits"],hu_HU:["Felosztások Mutatása"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"],hu_HU:["Szingapúr"]}},39090:e=>{e.exports={en:["Sine Line"],hu_HU:["Szinuszvonal"]}},66205:e=>{e.exports={en:["Square"],hu_HU:["Négyzet"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."]}},92516:e=>{e.exports={en:["Style"],hu_HU:["Stílus"]}},61507:e=>{e.exports={en:["Stack on the left"]}},97800:e=>{e.exports={en:["Stack on the right"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],hu_HU:["Rajzmódban Marad"]}},69217:e=>{e.exports={en:["Step line"],hu_HU:["Lépcső"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"],hu_HU:["Szubmikro"]}},63375:e=>{e.exports={en:["Submillennium"],hu_HU:["Szubévezred"]}},30585:e=>{e.exports={en:["Subminuette"],hu_HU:["Szubminüett"]}},67948:e=>{e.exports={en:["Supercycle"],hu_HU:["Szuperciklus"]}},3348:e=>{e.exports={en:["Supermillennium"],hu_HU:["Szuperévezred"]}},18905:e=>{e.exports={en:["Switch to {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"],hu_HU:["Symbol Name Label"]}},10127:e=>{e.exports={en:["Symbol last price label"],hu_HU:["Symbol Last Value Label"]}},39079:e=>{e.exports={en:["Sync globally"]}},46607:e=>{e.exports={en:["Sync in layout"],hu_HU:["Sync To All Charts"]}},76519:e=>{e.exports={en:["Point & figure"],hu_HU:["Pont & Ábra"]}},39949:e=>{e.exports={en:["Polyline"],hu_HU:["Sokszögvonal"]}},371:e=>{e.exports={en:["Path"]}},59256:e=>{e.exports={en:["Parallel Channel"],hu_HU:["Párhuzamos Csatorna"]}},61879:e=>{e.exports={en:["Paris"],hu_HU:["Párizs"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"],hu_HU:["Villa"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"]}},28280:e=>{e.exports={en:["Pin to new right scale"]}},14115:e=>{e.exports={en:["Pin to left scale"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"]}},81054:e=>{e.exports={en:["Pin to right scale"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"]}},90095:e=>{e.exports={en:["Pinned to left scale"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"]}},44579:e=>{e.exports={en:["Pinned to right scale"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"]}},12645:e=>{
e.exports={en:["Pinned to scale {label} (hidden)"]}},71566:e=>{e.exports={en:["Plus button"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"]}},91282:e=>{e.exports={en:["Price Label"],hu_HU:["Árcímke"]}},97512:e=>{e.exports={en:["Price Note"]}},68941:e=>{e.exports={en:["Price Range"],hu_HU:["Ártartomány"]}},66123:e=>{e.exports={en:["Price format is invalid."],hu_HU:["Érvénytelen árformátum."]}},72926:e=>{e.exports={en:["Price line"],hu_HU:["Árvonal"]}},59189:e=>{e.exports={en:["Primary"],hu_HU:["Elsődleges"]}},75747:e=>{e.exports={en:["Projection"],hu_HU:["Vetület"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],hu_HU:["Elforgatott Téglalap"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"],hu_HU:["Sugár"]}},55169:e=>{e.exports={en:["Range"],hu_HU:["Tartomány"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],hu_HU:["Téglalap"]}},48236:e=>{e.exports={en:["Redo"],hu_HU:["Újra"]}},2460:e=>{e.exports={en:["Regression Trend"],hu_HU:["Regresszió Trend"]}},67410:e=>{e.exports={en:["Remove"],hu_HU:["Eltávolítás"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"]}},86285:e=>{e.exports={en:["Remove {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],hu_HU:["Chart Elrendezés Átnevezése"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"]}},88853:e=>{e.exports={en:["Reset points"]}},15332:e=>{e.exports={en:["Reset price scale"],hu_HU:["Reset Price Scale"]}},54170:e=>{e.exports={en:["Reset time scale"],hu_HU:["Reset Time Scale"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"],hu_HU:["Figyelmeztetés"]}},5959:e=>{e.exports={en:["Warsaw"],hu_HU:["Varsó"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],hu_HU:["Tokió"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"]}},11034:e=>{e.exports={en:["Taipei"],hu_HU:["Tajpej"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"],hu_HU:["Teherán"]}},93553:e=>{e.exports={en:["Template"],hu_HU:["Sablon"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."]}},99274:e=>{e.exports={ e.exports={en:["Pinned to scale {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"]}},71566:e=>{e.exports={en:["Plus button"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"]}},81248:e=>{e.exports={en:["Prague"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"]}},91282:e=>{e.exports={en:["Price Label"],hu_HU:["Árcímke"]}},97512:e=>{e.exports={en:["Price Note"]}},68941:e=>{e.exports={en:["Price Range"],hu_HU:["Ártartomány"]}},66123:e=>{e.exports={en:["Price format is invalid."],hu_HU:["Érvénytelen árformátum."]}},72926:e=>{e.exports={en:["Price line"],hu_HU:["Árvonal"]}},59189:e=>{e.exports={en:["Primary"],hu_HU:["Elsődleges"]}},75747:e=>{e.exports={en:["Projection"],hu_HU:["Vetület"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],hu_HU:["Elforgatott Téglalap"]}},52961:e=>{e.exports={en:["Rome"]}},50318:e=>{e.exports={en:["Ray"],hu_HU:["Sugár"]}},55169:e=>{e.exports={en:["Range"],hu_HU:["Tartomány"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],hu_HU:["Téglalap"]}},48236:e=>{e.exports={en:["Redo"],hu_HU:["Újra"]}},2460:e=>{e.exports={en:["Regression Trend"],hu_HU:["Regresszió Trend"]}},67410:e=>{e.exports={en:["Remove"],hu_HU:["Eltávolítás"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"]}},86285:e=>{e.exports={en:["Remove {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],hu_HU:["Chart Elrendezés Átnevezése"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"]}},88853:e=>{e.exports={en:["Reset points"]}},15332:e=>{e.exports={en:["Reset price scale"],hu_HU:["Reset Price Scale"]}},54170:e=>{e.exports={en:["Reset time scale"],hu_HU:["Reset Time Scale"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"]}},66719:e=>{e.exports={en:["Warning"],hu_HU:["Figyelmeztetés"]}},5959:e=>{e.exports={en:["Warsaw"],hu_HU:["Varsó"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"],hu_HU:["Tokió"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"]}},11034:e=>{e.exports={en:["Taipei"],hu_HU:["Tajpej"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"],hu_HU:["Teherán"]}},93553:e=>{e.exports={en:["Template"],hu_HU:["Sablon"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."]}},49947:e=>{e.exports={
en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],hu_HU:["Ezt az indikátort nem lehet alkalmazni egy másik indikátorra"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],hu_HU:["The symbol available only on {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],hu_HU:["Három Hajtás Minta"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"],hu_HU:["Idő"]}},20909:e=>{e.exports={en:["Time zone"],hu_HU:["Időzóna"]}},46852:e=>{e.exports={en:["Time Cycles"],hu_HU:["Ciklusidők"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"],hu_HU:["Kereskedés"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"]}},35757:e=>{e.exports={en:["Trend Angle"],hu_HU:["Trendszög"]}},97339:e=>{e.exports={en:["Trend Line"],hu_HU:["Trendvonal"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],hu_HU:["Trendalapú Fib Kiterjesztés"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],hu_HU:["Trendalapú Fib Idő"]}},1671:e=>{e.exports={en:["Triangle"],hu_HU:["Háromszög"]}},76152:e=>{e.exports={en:["Triangle Down"]}},90148:e=>{e.exports={en:["Triangle Pattern"],hu_HU:["Háromszög Minta"]}},21236:e=>{e.exports={en:["Triangle Up"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],hu_HU:["Visszavonás"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"]}},11768:e=>{e.exports={en:["Unknown error"],hu_HU:["Ismeretlen hiba"]}},99894:e=>{e.exports={en:["Unlock"],hu_HU:["Feloldás"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."]}},93722:e=>{e.exports={en:["Volume candles"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."]}},92763:e=>{e.exports={en:["Volume footprint"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],hu_HU:["Függőleges Vonal"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],hu_HU:["Láthatóság"]}}, en:["The publication preview could not be loaded. Please disable your browser extensions and try again."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],hu_HU:["Ezt az indikátort nem lehet alkalmazni egy másik indikátorra"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],hu_HU:["The symbol available only on {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],hu_HU:["Három Hajtás Minta"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."]}},12806:e=>{e.exports={en:["Time"],hu_HU:["Idő"]}},20909:e=>{e.exports={en:["Time zone"],hu_HU:["Időzóna"]}},46852:e=>{e.exports={en:["Time Cycles"],hu_HU:["Ciklusidők"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"],hu_HU:["Kereskedés"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"]}},35757:e=>{e.exports={en:["Trend Angle"],hu_HU:["Trendszög"]}},97339:e=>{e.exports={en:["Trend Line"],hu_HU:["Trendvonal"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],hu_HU:["Trendalapú Fib Kiterjesztés"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],hu_HU:["Trendalapú Fib Idő"]}},1671:e=>{e.exports={en:["Triangle"],hu_HU:["Háromszög"]}},76152:e=>{e.exports={en:["Triangle Down"]}},90148:e=>{e.exports={en:["Triangle Pattern"],hu_HU:["Háromszög Minta"]}},21236:e=>{e.exports={en:["Triangle Up"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],hu_HU:["Visszavonás"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."]}},15432:e=>{e.exports={en:["Units"]}},11768:e=>{e.exports={en:["Unknown error"],hu_HU:["Ismeretlen hiba"]}},99894:e=>{e.exports={en:["Unlock"],hu_HU:["Feloldás"]}},75546:e=>{e.exports={en:["Unsupported interval"]}},8580:e=>{e.exports={en:["User-defined error"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."]}},93722:e=>{e.exports={en:["Volume candles"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."]}},92763:e=>{e.exports={en:["Volume footprint"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],hu_HU:["Függőleges Vonal"]}},23160:e=>{
54853:e=>{e.exports={en:["Visibility on intervals"]}},58302:e=>{e.exports={en:["Visible on tap"]}},10309:e=>{e.exports={en:["Visible on mouse over"],hu_HU:["Az Egér Föléhúzásakor Látható"]}},4077:e=>{e.exports={en:["Visual order"],hu_HU:["Vizuális Elrendezés"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"],hu_HU:["XABCD Minta"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"]}},62859:e=>{e.exports={en:["Zurich"],hu_HU:["Zürich"]}},47977:e=>{e.exports={en:["change Elliott degree"]}},61557:e=>{e.exports={en:["change no overlapping labels"]}},76852:e=>{e.exports={en:["change average close price label visibility"]}},1022:e=>{e.exports={en:["change average close price line visibility"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"]}},32302:e=>{e.exports={en:["change currency"]}},68846:e=>{e.exports={en:["change chart layout to {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"]}},16979:e=>{e.exports={en:["change date range"]}},53929:e=>{e.exports={en:["change dividends visibility"]}},6119:e=>{e.exports={en:["change events visibility on chart"]}},6819:e=>{e.exports={en:["change earnings visibility"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"]}},88849:e=>{e.exports={en:["change linking group"]}},14691:e=>{e.exports={en:["change pane height"]}},96379:e=>{e.exports={en:["change plus button visibility"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"]}},58419:e=>{e.exports={en:["change previous close price line visibility"]}},8662:e=>{e.exports={en:["change price line visibility"]}},2509:e=>{e.exports={en:["change price to bar ratio"]}},32829:e=>{e.exports={en:["change resolution"],hu_HU:["Felbontás Módosítása"]}},35400:e=>{e.exports={en:["change symbol"],hu_HU:["Szimbólum módosítása"]}},73357:e=>{e.exports={en:["change symbol labels visibility"]}},67453:e=>{e.exports={en:["change symbol last value visibility"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"]}},87041:e=>{e.exports={en:["change session"]}},38413:e=>{e.exports={en:["change session breaks visibility"]}},49965:e=>{e.exports={en:["change series style"]}}, e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],hu_HU:["Láthatóság"]}},54853:e=>{e.exports={en:["Visibility on intervals"]}},58302:e=>{e.exports={en:["Visible on tap"]}},10309:e=>{e.exports={en:["Visible on mouse over"],hu_HU:["Az Egér Föléhúzásakor Látható"]}},4077:e=>{e.exports={en:["Visual order"],hu_HU:["Vizuális Elrendezés"]}},11316:e=>{e.exports={en:["X Cross"]}},42231:e=>{e.exports={en:["XABCD Pattern"],hu_HU:["XABCD Minta"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"]}},62859:e=>{e.exports={en:["Zurich"],hu_HU:["Zürich"]}},47977:e=>{e.exports={en:["change Elliott degree"]}},61557:e=>{e.exports={en:["change no overlapping labels"]}},76852:e=>{e.exports={en:["change average close price label visibility"]}},1022:e=>{e.exports={en:["change average close price line visibility"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"]}},32302:e=>{e.exports={en:["change currency"]}},68846:e=>{e.exports={en:["change chart layout to {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"]}},16979:e=>{e.exports={en:["change date range"]}},53929:e=>{e.exports={en:["change dividends visibility"]}},6119:e=>{e.exports={en:["change events visibility on chart"]}},6819:e=>{e.exports={en:["change earnings visibility"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"]}},88849:e=>{e.exports={en:["change linking group"]}},14691:e=>{e.exports={en:["change pane height"]}},96379:e=>{e.exports={en:["change plus button visibility"]}},76660:e=>{e.exports={en:["change point"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"]}},58419:e=>{e.exports={en:["change previous close price line visibility"]}},8662:e=>{e.exports={en:["change price line visibility"]}},2509:e=>{e.exports={en:["change price to bar ratio"]}},32829:e=>{e.exports={en:["change resolution"],hu_HU:["Felbontás Módosítása"]}},35400:e=>{e.exports={en:["change symbol"],hu_HU:["Szimbólum módosítása"]}},73357:e=>{e.exports={en:["change symbol labels visibility"]}},67453:e=>{e.exports={en:["change symbol last value visibility"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"]}},87041:e=>{e.exports={
47474:e=>{e.exports={en:["change splits visibility"]}},20137:e=>{e.exports={en:["change timezone"]}},85975:e=>{e.exports={en:["change unit"]}},1924:e=>{e.exports={en:["change visibility"]}},84331:e=>{e.exports={en:["change visibility at current interval"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"]}},57916:e=>{e.exports={en:["change visibility at all intervals"]}},94566:e=>{e.exports={en:["charts by TradingView"],hu_HU:["TradingView chartok"]}},32943:e=>{e.exports={en:["clone line tools"]}},46219:e=>{e.exports={en:["create line tools group"]}},95394:e=>{e.exports={en:["create line tools group from selection"]}},12898:e=>{e.exports={en:["create {tool}"]}},94227:e=>{e.exports={en:["cut sources"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"]}},99551:e=>{e.exports={en:["apply all chart properties"]}},89720:e=>{e.exports={en:["apply drawing template"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"]}},69604:e=>{e.exports={en:["apply study template {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"]}},1979:e=>{e.exports={en:["bring group {title} forward"]}},53159:e=>{e.exports={en:["bring {title} to front"]}},41966:e=>{e.exports={en:["bring {title} forward"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"]}},13017:e=>{e.exports={en:["hide {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],hu_HU:["Jelölések Elrejtése a Bárokon"]}},56558:e=>{e.exports={en:["interval lock"]}},6830:e=>{e.exports={en:["invert scale"],hu_HU:["Invert Scale"]}},48818:e=>{e.exports={en:["insert {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"]}},62011:e=>{e.exports={en:["loading..."],hu_HU:["töltés..."]}},76104:e=>{e.exports={en:["lock {title}"]}},20453:e=>{e.exports={en:["lock group {group}"]}},18942:e=>{e.exports={en:["lock objects"]}},98277:e=>{e.exports={en:["move"]}},58228:e=>{e.exports={en:["move {title} to new left scale"]}},77482:e=>{e.exports={en:["move {title} to new right scale"]}},64077:e=>{e.exports={ en:["change session"]}},38413:e=>{e.exports={en:["change session breaks visibility"]}},49965:e=>{e.exports={en:["change series style"]}},47474:e=>{e.exports={en:["change splits visibility"]}},20137:e=>{e.exports={en:["change timezone"]}},85975:e=>{e.exports={en:["change unit"]}},1924:e=>{e.exports={en:["change visibility"]}},84331:e=>{e.exports={en:["change visibility at current interval"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"]}},57916:e=>{e.exports={en:["change visibility at all intervals"]}},94566:e=>{e.exports={en:["charts by TradingView"],hu_HU:["TradingView chartok"]}},32943:e=>{e.exports={en:["clone line tools"]}},46219:e=>{e.exports={en:["create line tools group"]}},95394:e=>{e.exports={en:["create line tools group from selection"]}},12898:e=>{e.exports={en:["create {tool}"]}},94227:e=>{e.exports={en:["cut sources"]}},11500:e=>{e.exports={en:["cut {title}"]}},63869:e=>{e.exports={en:["anchor objects"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"]}},68231:e=>{e.exports={en:["apply chart theme"]}},99551:e=>{e.exports={en:["apply all chart properties"]}},89720:e=>{e.exports={en:["apply drawing template"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"]}},69604:e=>{e.exports={en:["apply study template {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"]}},1979:e=>{e.exports={en:["bring group {title} forward"]}},53159:e=>{e.exports={en:["bring {title} to front"]}},41966:e=>{e.exports={en:["bring {title} forward"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"]}},13017:e=>{e.exports={en:["hide {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],hu_HU:["Jelölések Elrejtése a Bárokon"]}},56558:e=>{e.exports={en:["interval lock"]}},6830:e=>{e.exports={en:["invert scale"],hu_HU:["Invert Scale"]}},48818:e=>{e.exports={en:["insert {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"]}},62011:e=>{e.exports={en:["loading..."],hu_HU:["töltés..."]}},76104:e=>{e.exports={en:["lock {title}"]}},20453:e=>{e.exports={en:["lock group {group}"]}},18942:e=>{e.exports={en:["lock objects"]}},98277:e=>{e.exports={en:["move"]}},58228:e=>{e.exports={
en:["move all scales to left"]}},19013:e=>{e.exports={en:["move all scales to right"]}},52510:e=>{e.exports={en:["move drawing(s)"]}},79209:e=>{e.exports={en:["move left"]}},60114:e=>{e.exports={en:["move right"]}},44854:e=>{e.exports={en:["move scale"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"]}},76709:e=>{e.exports={en:["make group {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"]}},78055:e=>{e.exports={en:["merge down"]}},41866:e=>{e.exports={en:["merge to pane"]}},52458:e=>{e.exports={en:["merge up"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"]}},63796:e=>{e.exports={en:["scale price chart only"],hu_HU:["Csak az Árskála Chart"]}},70771:e=>{e.exports={en:["scale time"]}},42070:e=>{e.exports={en:["scroll"]}},87840:e=>{e.exports={en:["scroll time"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"]}},5005:e=>{e.exports={en:["send {title} to back"]}},69546:e=>{e.exports={en:["send group {title} backward"]}},63934:e=>{e.exports={en:["share line tools globally"]}},90221:e=>{e.exports={en:["share line tools in layout"]}},13336:e=>{e.exports={en:["show all ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"]}},57460:e=>{e.exports={en:["show my ideas only"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"]}},53278:e=>{e.exports={en:["symbol lock"]}},91677:e=>{e.exports={en:["sync time"]}},3140:e=>{e.exports={en:["powered by"]}},92800:e=>{e.exports={en:["powered by TradingView"],hu_HU:["támogatta a TradingView"]}},62192:e=>{e.exports={en:["paste drawing"]}},1064:e=>{e.exports={en:["paste indicator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"]}},7495:e=>{e.exports={en:["pin to right scale"]}},81566:e=>{e.exports={en:["pin to scale {label}"]}},2618:e=>{e.exports={en:["rearrange panes"]}},60806:e=>{e.exports={en:["remove all indicators"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"]}},30538:e=>{e.exports={en:["remove drawings"]}},1193:e=>{e.exports={en:["remove drawings group"]}},38199:e=>{e.exports={en:["remove line data sources"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"]}},3323:e=>{e.exports={en:["reset scales"]}},17336:e=>{e.exports={en:["reset time scale"],hu_HU:["Reset Time Scale"]}},47418:e=>{e.exports={en:["resize layout"]}},85815:e=>{e.exports={en:["restore defaults"]}},96881:e=>{e.exports={en:["restore study defaults"]}},63095:e=>{e.exports={en:["toggle maximized pane state"]}},42240:e=>{e.exports={en:["toggle auto scale"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"]}},24736:e=>{ en:["move {title} to new left scale"]}},77482:e=>{e.exports={en:["move {title} to new right scale"]}},64077:e=>{e.exports={en:["move all scales to left"]}},19013:e=>{e.exports={en:["move all scales to right"]}},52510:e=>{e.exports={en:["move drawing(s)"]}},79209:e=>{e.exports={en:["move left"]}},60114:e=>{e.exports={en:["move right"]}},44854:e=>{e.exports={en:["move scale"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"]}},76709:e=>{e.exports={en:["make group {group} invisible"]}},45987:e=>{e.exports={en:["make group {group} visible"]}},78055:e=>{e.exports={en:["merge down"]}},41866:e=>{e.exports={en:["merge to pane"]}},52458:e=>{e.exports={en:["merge up"]}},90091:e=>{e.exports={en:["n/a"]}},94981:e=>{e.exports={en:["scale price"]}},63796:e=>{e.exports={en:["scale price chart only"],hu_HU:["Csak az Árskála Chart"]}},70771:e=>{e.exports={en:["scale time"]}},42070:e=>{e.exports={en:["scroll"]}},87840:e=>{e.exports={en:["scroll time"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"]}},40962:e=>{e.exports={en:["send {title} backward"]}},5005:e=>{e.exports={en:["send {title} to back"]}},69546:e=>{e.exports={en:["send group {title} backward"]}},63934:e=>{e.exports={en:["share line tools globally"]}},90221:e=>{e.exports={en:["share line tools in layout"]}},13336:e=>{e.exports={en:["show all ideas"]}},91395:e=>{e.exports={en:["show ideas of followed users"]}},57460:e=>{e.exports={en:["show my ideas only"]}},4114:e=>{e.exports={en:["stay in drawing mode"]}},3350:e=>{e.exports={en:["stop syncing drawing"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"]}},53278:e=>{e.exports={en:["symbol lock"]}},91677:e=>{e.exports={en:["sync time"]}},3140:e=>{e.exports={en:["powered by"]}},92800:e=>{e.exports={en:["powered by TradingView"],hu_HU:["támogatta a TradingView"]}},62192:e=>{e.exports={en:["paste drawing"]}},1064:e=>{e.exports={en:["paste indicator"]}},57010:e=>{e.exports={en:["paste {title}"]}},78690:e=>{e.exports={en:["pin to left scale"]}},7495:e=>{e.exports={en:["pin to right scale"]}},81566:e=>{e.exports={en:["pin to scale {label}"]}},2618:e=>{e.exports={en:["rearrange panes"]}},60806:e=>{e.exports={en:["remove all indicators"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"]}},30538:e=>{e.exports={en:["remove drawings"]}},1193:e=>{e.exports={en:["remove drawings group"]}},38199:e=>{e.exports={en:["remove line data sources"]}},93333:e=>{e.exports={en:["remove pane"]}},94543:e=>{e.exports={en:["remove {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"]}},3323:e=>{e.exports={en:["reset scales"]}},17336:e=>{e.exports={en:["reset time scale"],hu_HU:["Reset Time Scale"]}},47418:e=>{e.exports={en:["resize layout"]}},85815:e=>{e.exports={en:["restore defaults"]}},96881:e=>{e.exports={en:["restore study defaults"]}},63095:e=>{e.exports={
e.exports={en:["toggle indexed to 100 scale"]}},49695:e=>{e.exports={en:["toggle lock scale"]}},49403:e=>{e.exports={en:["toggle log scale"]}},98994:e=>{e.exports={en:["toggle percentage scale"],hu_HU:["Toggle Percentage Scale"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"]}},8040:e=>{e.exports={en:["turn line tools sharing off"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"]}},74590:e=>{e.exports={en:["unlock group {group}"]}},12525:e=>{e.exports={en:["unlock {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"]}},79443:e=>{e.exports={en:["unmerge up"]}},46453:e=>{e.exports={en:["unmerge down"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"],hu_HU:["{count} oszlop"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],hu_HU:["{symbol} TradingView pénzügyek"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"]}},73638:e=>{e.exports={en:["zoom out"]}},41807:e=>{e.exports={en:["day","days"]}},42328:e=>{e.exports={en:["hour","hours"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"]}},89937:e=>{e.exports={en:["range","ranges"]}},48898:e=>{e.exports={en:["week","weeks"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],hu_HU:["APPLE INC"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],hu_HU:["S&P/ASX Összes Ausztrál 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],hu_HU:["S&P/ASX Összes Ausztrál 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],hu_HU:["ausztrál dollár/kanadai dollár"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],hu_HU:["ausztrál dollár / svájci frank"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],hu_HU:["ausztrál dollár / japán jen"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],hu_HU:["ausztrál dollár / új-zélandi dollár"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],hu_HU:["ausztrál dollár / orosz rúbel"]}, en:["toggle maximized pane state"]}},42240:e=>{e.exports={en:["toggle auto scale"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"]}},49695:e=>{e.exports={en:["toggle lock scale"]}},49403:e=>{e.exports={en:["toggle log scale"]}},98994:e=>{e.exports={en:["toggle percentage scale"],hu_HU:["Toggle Percentage Scale"]}},80688:e=>{e.exports={en:["toggle regular scale"]}},46807:e=>{e.exports={en:["track time"]}},8040:e=>{e.exports={en:["turn line tools sharing off"]}},99234:e=>{e.exports={en:["unanchor objects"]}},23230:e=>{e.exports={en:["unlock objects"]}},74590:e=>{e.exports={en:["unlock group {group}"]}},12525:e=>{e.exports={en:["unlock {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"]}},79443:e=>{e.exports={en:["unmerge up"]}},46453:e=>{e.exports={en:["unmerge down"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."]}},41643:e=>{e.exports={en:["{count} bars"],hu_HU:["{count} oszlop"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],hu_HU:["{symbol} TradingView pénzügyek"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"]}},73638:e=>{e.exports={en:["zoom out"]}},41807:e=>{e.exports={en:["day","days"]}},42328:e=>{e.exports={en:["hour","hours"]}},98393:e=>{e.exports={en:["month","months"]}},78318:e=>{e.exports={en:["minute","minutes"]}},33232:e=>{e.exports={en:["second","seconds"]}},89937:e=>{e.exports={en:["range","ranges"]}},48898:e=>{e.exports={en:["week","weeks"]}},11913:e=>{e.exports={en:["tick","ticks"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],hu_HU:["APPLE INC"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],hu_HU:["S&P/ASX Összes Ausztrál 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],hu_HU:["S&P/ASX Összes Ausztrál 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],hu_HU:["ausztrál dollár/kanadai dollár"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],hu_HU:["ausztrál dollár / svájci frank"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],hu_HU:["ausztrál dollár / japán jen"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],
e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],hu_HU:["ausztrál dollár / amerikai dollár"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],hu_HU:["MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],hu_HU:["bitcoin cash / amerikai dollár"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],hu_HU:["BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],hu_HU:["IBovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],hu_HU:["IBRX 50 Index"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],hu_HU:["IPC Mexico Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],hu_HU:["brazil dollár / japán jen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],hu_HU:["bitcoin / brazil reál"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],hu_HU:["bitcoin / kanadai dollár"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],hu_HU:["bitcoin / kínai jüan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],hu_HU:["bitcoin / euró"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],hu_HU:["bitcoin / brit font"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],hu_HU:["bitcoin / japán jen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],hu_HU:["bitcoin / dél-koreai won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],hu_HU:["bitcoin / lengyel zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],hu_HU:["bitcoin / amerikai dollár"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],hu_HU:["bitcoin gold / amerikai dollár"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],hu_HU:["kanadai dollár / japán jen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],hu_HU:["kanadai dollár / amerikai dollár"]}, hu_HU:["ausztrál dollár / új-zélandi dollár"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],hu_HU:["ausztrál dollár / orosz rúbel"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],hu_HU:["ausztrál dollár / amerikai dollár"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],hu_HU:["MERVAL Index"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],hu_HU:["bitcoin cash / amerikai dollár"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],hu_HU:["BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],hu_HU:["IBovespa Index"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],hu_HU:["IBRX 50 Index"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],hu_HU:["IPC Mexico Index"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],hu_HU:["brazil dollár / japán jen"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],hu_HU:["bitcoin / brazil reál"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],hu_HU:["bitcoin / kanadai dollár"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],hu_HU:["bitcoin / kínai jüan"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],hu_HU:["bitcoin / euró"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],hu_HU:["bitcoin / brit font"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],hu_HU:["bitcoin / japán jen"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],hu_HU:["bitcoin / dél-koreai won"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],hu_HU:["bitcoin / lengyel zloty"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],hu_HU:["bitcoin / amerikai dollár"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],hu_HU:["bitcoin gold / amerikai dollár"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],
e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],hu_HU:["svájci frank/japán jen"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],hu_HU:["svájci frank / amerikai dollár"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],hu_HU:["Réz"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]}, hu_HU:["kanadai dollár / japán jen"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],hu_HU:["kanadai dollár / amerikai dollár"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],hu_HU:["svájci frank/japán jen"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],hu_HU:["svájci frank / amerikai dollár"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],hu_HU:["Réz"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"]},
e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],hu_HU:["EGX 30 Price Return Index"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],hu_HU:["ethereum classic / amerikai dollár"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],hu_HU:["ethereum / amerikai dollár"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],hu_HU:["eurókötvények"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],hu_HU:["euró / ausztrál dollár"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],hu_HU:["euró / brazil reál"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],hu_HU:["euró / kanadai dollár"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],hu_HU:["Euró Fx/svájci frank"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],hu_HU:["Euró Fx/brit font"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],hu_HU:["Euró Fx/japán jen"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],hu_HU:["euró / új-zélandi dollár"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]}, e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],hu_HU:["EGX 30 Price Return Index"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],hu_HU:["ethereum classic / amerikai dollár"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],hu_HU:["ethereum / amerikai dollár"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],hu_HU:["eurókötvények"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],hu_HU:["euró / ausztrál dollár"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],hu_HU:["euró / brazil reál"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],hu_HU:["euró / kanadai dollár"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],hu_HU:["Euró Fx/svájci frank"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],hu_HU:["Euró Fx/brit font"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],hu_HU:["Euró Fx/japán jen"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"]},e.exports["#EURNZD-symbol-description"]={
e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],hu_HU:["EURÓ / OROSZ RUBEL"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],hu_HU:["EUR/RUB TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],hu_HU:["Euró Fx/új török líra"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],hu_HU:["euró / amerikai dollár"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],hu_HU:["Euro Stoxx 50 index európai jegyzett részvények"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],hu_HU:["brit font / ausztrál dollár"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],hu_HU:["brit font / kanadai dollár"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],hu_HU:["brit font/svájci frank"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],hu_HU:["FONT STERLING / EURÓ"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],hu_HU:["brit font//japán jen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],hu_HU:["brit font / új-zélandi dollár"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],hu_HU:["font sterling / orosz rubel"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],hu_HU:["brit font / amerikai dollár"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],hu_HU:["DAX index német jegyzett részvények"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],hu_HU:["GOOGLE INC"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],hu_HU:["WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={ en:["Euro / New Zealand Dollar"],hu_HU:["euró / új-zélandi dollár"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],hu_HU:["EURÓ / OROSZ RUBEL"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],hu_HU:["EUR/RUB TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],hu_HU:["Euró Fx/új török líra"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],hu_HU:["euró / amerikai dollár"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],hu_HU:["Euro Stoxx 50 index európai jegyzett részvények"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],hu_HU:["brit font / ausztrál dollár"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],hu_HU:["brit font / kanadai dollár"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],hu_HU:["brit font/svájci frank"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],hu_HU:["FONT STERLING / EURÓ"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],hu_HU:["brit font//japán jen"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],hu_HU:["brit font / új-zélandi dollár"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],hu_HU:["font sterling / orosz rubel"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],hu_HU:["brit font / amerikai dollár"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],hu_HU:["DAX index német jegyzett részvények"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],hu_HU:["GOOGLE INC"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],hu_HU:["WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"]},
en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],hu_HU:["Dzsakarta Kompozit Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],hu_HU:["Bursa Malajzia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],hu_HU:["Sanghaj Kompozit Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],hu_HU:["IOTA / amerikai dollár"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],hu_HU:["#JPN225-symbol-description"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],hu_HU:["JEN / WON"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],hu_HU:["JEN / OROSZ RUBEL"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],hu_HU:["japán jen / amerikai dollár"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],hu_HU:["litecoin / bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],hu_HU:["litecoin / amerikai dollár"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],hu_HU:["MOEX Oroszország Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],hu_HU:["MICROSOFT CORP"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],hu_HU:["NASDAQ 100 amerikai jegyzett részvények"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={ e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],hu_HU:["Dzsakarta Kompozit Index"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],hu_HU:["Bursa Malajzia KLCI Index"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],hu_HU:["Sanghaj Kompozit Index"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],hu_HU:["IOTA / amerikai dollár"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],hu_HU:["#JPN225-symbol-description"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],hu_HU:["JEN / WON"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],hu_HU:["JEN / OROSZ RUBEL"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],hu_HU:["japán jen / amerikai dollár"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],hu_HU:["litecoin / bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],hu_HU:["litecoin / amerikai dollár"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],hu_HU:["MOEX Oroszország Index"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],hu_HU:["MICROSOFT CORP"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"],hu_HU:["NASDAQ 100 amerikai jegyzett részvények"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},
en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],hu_HU:["Iteris Inc."]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],hu_HU:["NEO / amerikai dollár"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],hu_HU:["Földgáz (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],hu_HU:["Nikkei 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],hu_HU:["Kávé Határidősők"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],hu_HU:["ALIBABA GROUP HLDG LTD"]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={ e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],hu_HU:["Iteris Inc."]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],hu_HU:["NEO / amerikai dollár"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],hu_HU:["Földgáz (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],hu_HU:["Nikkei 225 Index"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],hu_HU:["Kávé Határidősők"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],hu_HU:["ALIBABA GROUP HLDG LTD"]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"]},
en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],hu_HU:["új-zélandi dollár / japán jen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],hu_HU:["új-zélandi dollár / amerikai dollár"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],hu_HU:["S&P/NZX ÖSSZES Index ( Tőkeindex)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],hu_HU:["Földgáz"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],hu_HU:["OMX Riga GI"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],hu_HU:["OMX Tallinn GI"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],hu_HU:["OMX Vilnius GI"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],hu_HU:["Orosz RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],hu_HU:["S&P 500 index amerikai jegyzett részvények"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],hu_HU:["SZSE Component Index"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"]}, e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],hu_HU:["új-zélandi dollár / japán jen"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],hu_HU:["új-zélandi dollár / amerikai dollár"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],hu_HU:["S&P/NZX ÖSSZES Index ( Tőkeindex)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],hu_HU:["Földgáz"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],hu_HU:["OMX Riga GI"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],hu_HU:["OMX Tallinn GI"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],hu_HU:["OMX Vilnius GI"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],hu_HU:["Orosz RTS Index"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],hu_HU:["S&P 500 index amerikai jegyzett részvények"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],hu_HU:["SZSE Component Index"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={
e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],hu_HU:["S&P/TSX Kompozit"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],hu_HU:["Ausztrál Dollár Devizaindex"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],hu_HU:["CAC 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],hu_HU:["Kanadai Dollár Devizaindex"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],hu_HU:["Amerikai Dollár Devizaindex"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],hu_HU:["Spanyol Államkötvények 10 éves"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],hu_HU:["Spanyol Államkötvények 10 éves"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"],hu_HU:["Eurókötvény"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],hu_HU:["UK Államkötvények 2 éves"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],hu_HU:["UK Államkötvények 10 éves"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],hu_HU:["UK Államkötvények 10 éves"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],hu_HU:["ARANY (US$/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],hu_HU:["Indonéz Államkötvények 3 éves"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],hu_HU:["Indonéz Államkötvények 10 éves"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"] en:["Tadawul All Shares Index"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],hu_HU:["S&P/TSX Kompozit"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],hu_HU:["Ausztrál Dollár Devizaindex"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],hu_HU:["CAC 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],hu_HU:["Kanadai Dollár Devizaindex"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],hu_HU:["Amerikai Dollár Devizaindex"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],hu_HU:["Spanyol Államkötvények 10 éves"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],hu_HU:["Spanyol Államkötvények 10 éves"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"],hu_HU:["Eurókötvény"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],hu_HU:["UK Államkötvények 2 éves"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],hu_HU:["UK Államkötvények 10 éves"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],hu_HU:["UK Államkötvények 10 éves"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],hu_HU:["ARANY (US$/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],hu_HU:["Indonéz Államkötvények 3 éves"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],
},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],hu_HU:["Indiai államkötvények 10 éves"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],hu_HU:["Olasz államkötvények 10 éves"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],hu_HU:["NASDAQ Composite Index"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],hu_HU:["japán államkötvények 10 éves"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],hu_HU:["NASDAQ 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],hu_HU:["Nikkei 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],hu_HU:["PALLÁDIUM (US$/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],hu_HU:["Portugál Államkötvények 10 éves"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],hu_HU:["Portugál Államkötvények 10 éves"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],hu_HU:["EZÜST (US$/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={ hu_HU:["Indonéz Államkötvények 10 éves"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],hu_HU:["Indiai államkötvények 10 éves"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],hu_HU:["Olasz államkötvények 10 éves"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],hu_HU:["NASDAQ Composite Index"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],hu_HU:["japán államkötvények 10 éves"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],hu_HU:["NASDAQ 100 Index"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],hu_HU:["Nikkei 225 Index"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],hu_HU:["PALLÁDIUM (US$/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],hu_HU:["Portugál Államkötvények 10 éves"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],hu_HU:["Portugál Államkötvények 10 éves"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],hu_HU:["EZÜST (US$/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"]},
en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],hu_HU:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],hu_HU:["US államkötvények 2 éves"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],hu_HU:["US államkötvények 5 éves"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],hu_HU:["US államkötvények 10 éves"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],hu_HU:["Új-zélandi Dollár Devizaindex"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],hu_HU:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],hu_HU:["amerikai dollár / ausztrál dollár"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],hu_HU:["amerikai dollár / brazil reál"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],hu_HU:["amerikai dollár / kanadai dollár"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],hu_HU:["amerikai dollár / svájci frank"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],hu_HU:["amerikai dollár / jüan renminbi"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],hu_HU:["amerikai follár / dán korona"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],hu_HU:["amerikai dollár / euró"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],hu_HU:["amerikai dollár / brit font"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],hu_HU:["amerikai dollár / hong kongi dollár"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],hu_HU:["amerikai dollár / rúpia"]},e.exports["#USDILS-symbol-description"]={ e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],hu_HU:["Turkey Government Bonds 10 YR"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],hu_HU:["US államkötvények 2 éves"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],hu_HU:["US államkötvények 5 éves"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],hu_HU:["US államkötvények 10 éves"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],hu_HU:["Új-zélandi Dollár Devizaindex"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],hu_HU:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],hu_HU:["amerikai dollár / ausztrál dollár"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],hu_HU:["amerikai dollár / brazil reál"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],hu_HU:["amerikai dollár / kanadai dollár"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],hu_HU:["amerikai dollár / svájci frank"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],hu_HU:["amerikai dollár / jüan renminbi"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],hu_HU:["amerikai follár / dán korona"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],hu_HU:["amerikai dollár / euró"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],hu_HU:["amerikai dollár / brit font"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],hu_HU:["amerikai dollár / hong kongi dollár"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"]},
en:["U.S. Dollar / Israeli Shekel"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],hu_HU:["amerikai dollár / indiai rúpia"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],hu_HU:["amerikai dollár / japán jen"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],hu_HU:["amerikai dollár / dél-koreai won"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],hu_HU:["amerikai dollár / mexikói peso"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],hu_HU:["amerikai dollár / új-zélandi dollár"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],hu_HU:["amerikai dollár /fülöp-szigeteki peso"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],hu_HU:["amerikai dollár / lengyel zloty"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],hu_HU:["amerikai dollár / orosz rúbel"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],hu_HU:["amerikai dollár / orosz rúbel TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],hu_HU:["amerikai dollár / svéd korona"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],hu_HU:["amerikai dollár / szingapúri dollár"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],hu_HU:["amerikai dollár / török líra"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],hu_HU:["amerikai dollár / dél-afrikai rand"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],hu_HU:["ezüst / amerikai dollár"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],hu_HU:["arany / amerikai dollár"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],hu_HU:["bitcoin / kanadai dollár"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],hu_HU:["monero / amerikai dollár"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],hu_HU:["platina / amerikai dollár"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],hu_HU:["Ripple / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],hu_HU:["Ripple / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],hu_HU:["ripple / amerikai dollár"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],hu_HU:["Zcash / amerikai dollár"]}}}]); e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],hu_HU:["amerikai dollár / rúpia"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],hu_HU:["amerikai dollár / indiai rúpia"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],hu_HU:["amerikai dollár / japán jen"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],hu_HU:["amerikai dollár / dél-koreai won"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],hu_HU:["amerikai dollár / mexikói peso"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],hu_HU:["amerikai dollár / új-zélandi dollár"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],hu_HU:["amerikai dollár /fülöp-szigeteki peso"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],hu_HU:["amerikai dollár / lengyel zloty"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],hu_HU:["amerikai dollár / orosz rúbel"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],hu_HU:["amerikai dollár / orosz rúbel TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],hu_HU:["amerikai dollár / svéd korona"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],hu_HU:["amerikai dollár / szingapúri dollár"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],hu_HU:["amerikai dollár / török líra"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],hu_HU:["amerikai dollár / dél-afrikai rand"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],hu_HU:["ezüst / amerikai dollár"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],hu_HU:["arany / amerikai dollár"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],hu_HU:["bitcoin / kanadai dollár"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],hu_HU:["monero / amerikai dollár"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],hu_HU:["platina / amerikai dollár"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"],hu_HU:["Ripple / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"],hu_HU:["Ripple / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],hu_HU:["ripple / amerikai dollár"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],hu_HU:["Zcash / amerikai dollár"]}}}]);

View File

@@ -1,6 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],id_ID:["Warnai bar berdasarkan penutupan sebelumnya"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},84831:e=>{e.exports={en:["Close line"],id_ID:["Garis Penutupan"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],id_ID:["Sesuaikan data untuk dividen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},3159:e=>{e.exports={en:["Bottom line"],id_ID:["Garis Dasar"]}},74406:e=>{e.exports={en:["Body"],id_ID:["Badan"]}},333:e=>{e.exports={en:["Borders"],id_ID:["Batas-Batas"]}},42398:e=>{e.exports={en:["Base"],id_ID:["Dasar"]}},28975:e=>{e.exports={en:["Base level"],id_ID:["Level Dasar"]}},71776:e=>{e.exports={en:["Down"],id_ID:["Turun"]}},17611:e=>{e.exports={en:["Down bars"],id_ID:["Bar turun"]}},23743:e=>{e.exports={en:["Down color"],id_ID:["Warna Turun"]}},48225:e=>{e.exports={en:["Data modification"],id_ID:["Modifikasi data"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},16564:e=>{e.exports={en:["Default"],id_ID:["Bawaan"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],id_ID:["Latar belakang jam trading elektronik"]}},819:e=>{e.exports={en:["Extend lines"],id_ID:["Perpanjang Garis"]}},41129:e=>{e.exports={en:["Fill"],id_ID:["Mengisi"]}},61112:e=>{e.exports={en:["Fill top area"],id_ID:["Isi area atas"]}},73185:e=>{e.exports={en:["Fill bottom area"],id_ID:["Isi Area Dasar"]}},886:e=>{e.exports={en:["HLC bars"],id_ID:["Bar HLC"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],id_ID:["Garis High"]}},47326:e=>{e.exports={en:["Integer"],id_ID:["Bilangan bulat"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},64075:e=>{e.exports={en:["Override min tick"],id_ID:["Menimpa Tick Min"]}},34579:e=>{e.exports={en:["Low line"],id_ID:["Garis Low"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],id_ID:["Latar jam pra/pasca pasar"]}},59766:e=>{e.exports={en:["Precision"],id_ID:["Presisi"]}},84684:e=>{e.exports={en:["Price source"],id_ID:["Sumber Harga"]}},73466:e=>{e.exports={en:["Projection up bars"],id_ID:["Proyeksi bar naik"]}},
77430:e=>{e.exports={en:["Projection candles"],id_ID:["Bar proyeksi"]}},88367:e=>{e.exports={en:["Projection down bars"],id_ID:["Proyeksi bar turun"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],id_ID:["Harga sebenarnya pada skala harga (bukan harga Heikin-Ashi)"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},32163:e=>{e.exports={en:["Wick"],id_ID:["Sumbu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},89349:e=>{e.exports={en:["Top line"],id_ID:["Garis Atas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},20215:e=>{e.exports={en:["Thin bars"],id_ID:["Bar-Bar Tipis"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},77073:e=>{e.exports={en:["Timezone"],id_ID:["Zona waktu"]}},22691:e=>{e.exports={en:["Up"],id_ID:["Naik"]}},23091:e=>{e.exports={en:["Up color"],id_ID:["Warna Naik"]}},36957:e=>{e.exports={en:["Up bars"],id_ID:["Bar naik"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"],id_ID:["ubah bar HLC"]}},86866:e=>{e.exports={en:["change area fill color"],id_ID:["ubah isian warna area"]}},89346:e=>{e.exports={en:["change area line width"],id_ID:["ubah lebar area garis"]}},29605:e=>{e.exports={en:["change area line color"],id_ID:["ubah warna area garis"]}},4640:e=>{e.exports={en:["change area price source"],id_ID:["ubah sumber area harga"]}},42190:e=>{e.exports={en:["change base level"],id_ID:["ubah level dasar"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],id_ID:["ubah warna garis dasar bawah"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],id_ID:["ubah lebar garis dasar bawah"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],id_ID:["ubah isian warna area bawah dari garis dasar"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],id_ID:["ubah isian warna area atas dari garis dasar"]}},68609:e=>{e.exports={en:["change baseline price source"],id_ID:["ubah sumber garis dasar harga"]}},69044:e=>{e.exports={en:["change baseline top line color"],id_ID:["ubah warna garis dasar atas"]}},68197:e=>{e.exports={en:["change baseline top line width"],id_ID:["ubah lebar garis dasar atas"]}},33464:e=>{e.exports={en:["change bar up color"],id_ID:["ubah warna bar naik"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},59622:e=>{e.exports={en:["change bar down color"],id_ID:["ubah warna bar turun"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],id_ID:["ubah warna bar berdasarkan penutupan sebelumnya"]}},88324:e=>{e.exports={en:["change column up color"],id_ID:["ubah warna kolom atas"]}},93890:e=>{e.exports={en:["change column down color"],
id_ID:["ubah warna kolom bawah"]}},4727:e=>{e.exports={en:["change column price source"],id_ID:["ubah sumber kolom harga"]}},82063:e=>{e.exports={en:["change decimal places"],id_ID:["ubah jumlah desimal"]}},44223:e=>{e.exports={en:["change extended hours color"],id_ID:["ubah warna perpanjangan jam"]}},47393:e=>{e.exports={en:["change electronic trading hours"],id_ID:["Ubah jam trading elektronik"]}},6026:e=>{e.exports={en:["change high-low body color"],id_ID:["ubah warna badan tertinggi-terendah"]}},73021:e=>{e.exports={en:["change high-low body visibility"],id_ID:["ubah visibilitas badan tertinggi-terendah"]}},46844:e=>{e.exports={en:["change high-low border color"],id_ID:["ubah warna batas tertinggi-terendah"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],id_ID:["ubah visibilitas batas tertinggi-terendah"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],id_ID:["ubah visibilitas label tertinggi-terendah"]}},56961:e=>{e.exports={en:["change high-low labels color"],id_ID:["ubah warna label tertinggi-terendah"]}},88640:e=>{e.exports={en:["change line color"],id_ID:["ubah warna garis"]}},41837:e=>{e.exports={en:["change line price source"],id_ID:["ubah sumber garis harga"]}},48339:e=>{e.exports={en:["change line width"],id_ID:["ubah lebar garis"]}},38730:e=>{e.exports={en:["change post market color"],id_ID:["ubah warna pasca pasar"]}},44371:e=>{e.exports={en:["change pre market color"],id_ID:["ubah warna pra pasar"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},16241:e=>{e.exports={en:["change range bars style"],id_ID:["Ubah corak bar rentang"]}},65821:e=>{e.exports={en:["change range thin bars"],id_ID:["ubah rentang bar tipis"]}},75487:e=>{e.exports={en:["change renko wick down color"],id_ID:["ubah warna sumbu bawah renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],id_ID:["ubah warna sumbu atas renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],id_ID:["ubah visibilitas sumbu renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],id_ID:["ubah minimun tick overlay studi"]}},82924:e=>{e.exports={en:["change study overlay style"],id_ID:["ubah corak overlay studi"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],id_ID:["ubah tampilan dari harga sebenarnya pada skala harga (bukan harga Heiken-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],id_ID:["ubah bar tipis"]}},78509:e=>{e.exports={en:["change {title} base line color"],id_ID:["ubah warna garis dasar {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],id_ID:["ubah corak garis dasar {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],id_ID:["ubah visibilitas garis dasar {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],id_ID:["ubah lebar garis dasar {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],id_ID:["ubah warna garis bawah {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],
id_ID:["ubah corak garis bawah {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],id_ID:["ubah visibilitas garis bawah {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],id_ID:["ubah lebar garis bawah {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},76295:e=>{e.exports={en:["change {title} extend lines"],id_ID:["ubah perpanjangan garis {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],id_ID:["ubah {title} menampilkan r pearson"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],id_ID:["ubah visibilitas garis atas {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],id_ID:["ubah lebar garis atas {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],id_ID:["ubah warna garis atas {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],id_ID:["ubah corak garis atas {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],id_ID:["ubah warna batas {candleType} naik"]}},36697:e=>{e.exports={en:["change {candleType} up color"],id_ID:["ubah warna {candleType} naik"]}},48091:e=>{e.exports={
en:["change {candleType} wick down color"],id_ID:["ubah warna sumbu {candleType} turun"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],id_ID:["ubah warna sumbu {candleType} naik"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],id_ID:["ubah visibilitas sumbu {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],id_ID:["ubah visibilitas badan {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],id_ID:["ubah visibilitas batas {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],id_ID:["ubah warna batas {candleType} turun"]}},64571:e=>{e.exports={en:["change {candleType} down color"],id_ID:["ubah warna {candleType} turun"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],id_ID:["ubah warna batas bar {chartType} turun"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],id_ID:["ubah warna batas bar {chartType} naik"]}},5012:e=>{e.exports={en:["change {chartType} down color"],id_ID:["ubah warna {chartType} turun"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],id_ID:["ubah warna batas bar proyeksi {chartType} naik"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],id_ID:["ubah warna bar proyeksi {chartType} turun"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],id_ID:["ubah warna bar proyeksi {chartType} naik"]}},6970:e=>{e.exports={en:["change {chartType} up color"],id_ID:["ubah warna {chartType} naik"]}},66110:e=>{e.exports={en:["change {inputName} property"],id_ID:["ubah properti {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],id_ID:["sesuaikan data untuk dividen"]}},1433:e=>{e.exports={en:["adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},92598:e=>{e.exports={en:["hollow candles"],id_ID:["candle kosong"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},57243:e=>{e.exports={en:["range","ranges"],id_ID:["rentang"]}},70282:e=>{e.exports={en:["renko"]}},45537:e=>{
e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],id_ID:["{value} desimal"]}}}]);

View File

@@ -1,6 +1,6 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:a=>{a.exports={en:["bars"],id_ID:["bar"]}},4348:a=>{a.exports={en:["(O + H + L + C)/4"]}},27311:a=>{a.exports={en:["(H + L + C)/3"]}},69303:a=>{a.exports={en:["(H + L)/2"]}},31882:a=>{a.exports={en:["12-hours"],id_ID:["12-jam"]}},5797:a=>{a.exports={en:["24-hours"],id_ID:["24-jam"]}},23111:a=>{a.exports={en:["Color bars based on previous close"],id_ID:["Warnai bar berdasarkan penutupan sebelumnya"]}},23739:a=>{a.exports={en:["Canvas"]}},24197:a=>{a.exports={en:["Center"],id_ID:["Tengah"]}},15153:a=>{a.exports={en:["Chart basic styles"],id_ID:["Chart corak basic"]}},45639:a=>{a.exports={en:["Chart values"],id_ID:["Nilai chart"]}},84831:a=>{a.exports={en:["Close line"],id_ID:["Garis Penutupan"]}},74622:a=>{a.exports={en:["Crosshair"]}},81849:a=>{a.exports={en:["Currency"],id_ID:["Mata Uang"]}},3015:a=>{a.exports={en:["Currency and Unit"],id_ID:["Mata uang dan unit"]}},93020:a=>{a.exports={en:["Adjust data for dividends"],id_ID:["Sesuaikan data untuk dividen"]}},68921:a=>{a.exports={en:["Adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},36620:a=>{a.exports={en:["Alerts"],id_ID:["Peringatan"]}},14119:a=>{a.exports={en:["Arguments"],id_ID:["Argumen"]}},68650:a=>{a.exports={en:["Average close"],id_ID:["Rata-rata penutupan"]}},27567:a=>{a.exports={en:["Bottom"],id_ID:["Dasar"]}},3159:a=>{a.exports={en:["Bottom line"],id_ID:["Garis Dasar"]}},74406:a=>{a.exports={en:["Body"],id_ID:["Badan"]}},333:a=>{a.exports={en:["Borders"],id_ID:["Batas-Batas"]}},79468:a=>{a.exports={en:["Background"],id_ID:["Latar"]}},10842:a=>{a.exports={en:["Bar change values"],id_ID:["Nilai Perubahan Bar"]}},28975:a=>{a.exports={en:["Base level"],id_ID:["Level Dasar"]}},76473:a=>{a.exports={en:["Bid and ask"],id_ID:["Bid dan Ask"]}},32744:a=>{a.exports={en:["Buttons"],id_ID:["Tombol-tombol"]}},68662:a=>{a.exports={en:["Grid lines"],id_ID:["Garis grid"]}},17611:a=>{a.exports={en:["Down bars"],id_ID:["Bar turun"]}},23743:a=>{a.exports={en:["Down color"],id_ID:["Warna Turun"]}},48225:a=>{a.exports={en:["Data modification"],id_ID:["Modifikasi data"]}},84838:a=>{a.exports={en:["Date format"],id_ID:["Format Tanggal"]}},42357:a=>{a.exports={en:["Day of week on labels"],id_ID:["Hari dalam seminggu pada label"]}},16564:a=>{a.exports={en:["Default"],id_ID:["Bawaan"]}},78734:a=>{a.exports={en:["Description"],id_ID:["Deskripsi"]}},59777:a=>{a.exports={en:["Electronic trading hours background"],id_ID:["Latar belakang jam trading elektronik"]}},69808:a=>{a.exports={en:["Events"],id_ID:["Peristiwa"]}},41129:a=>{a.exports={en:["Fill"],id_ID:["Mengisi"]}},61112:a=>{a.exports={en:["Fill top area"],id_ID:["Isi area atas"]}},73185:a=>{a.exports={en:["Fill bottom area"],id_ID:["Isi Area Dasar"]}},886:a=>{a.exports={en:["HLC bars"],id_ID:["Bar HLC"]}},95406:a=>{a.exports={en:["Horizontal"]}},61900:a=>{a.exports={en:["Horz only"],id_ID:["Hanya horizontal"]}},14180:a=>{a.exports={en:["High and low"],id_ID:["Tertinggi dan terendah"]}},56359:a=>{a.exports={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:a=>{a.exports={en:["bars"],id_ID:["bar"]}},4348:a=>{a.exports={en:["(O + H + L + C)/4"]}},27311:a=>{a.exports={en:["(H + L + C)/3"]}},69303:a=>{a.exports={en:["(H + L)/2"]}},31882:a=>{a.exports={en:["12-hours"],id_ID:["12-jam"]}},5797:a=>{a.exports={en:["24-hours"],id_ID:["24-jam"]}},23111:a=>{a.exports={en:["Color bars based on previous close"],id_ID:["Warnai bar berdasarkan penutupan sebelumnya"]}},23739:a=>{a.exports={en:["Canvas"]}},24197:a=>{a.exports={en:["Center"],id_ID:["Tengah"]}},15153:a=>{a.exports={en:["Chart basic styles"],id_ID:["Chart corak basic"]}},45639:a=>{a.exports={en:["Chart values"],id_ID:["Nilai chart"]}},84831:a=>{a.exports={en:["Close line"],id_ID:["Garis Penutupan"]}},74622:a=>{a.exports={en:["Crosshair"]}},81849:a=>{a.exports={en:["Currency"],id_ID:["Mata Uang"]}},3015:a=>{a.exports={en:["Currency and Unit"],id_ID:["Mata uang dan unit"]}},93020:a=>{a.exports={en:["Adjust data for dividends"],id_ID:["Sesuaikan data untuk dividen"]}},68921:a=>{a.exports={en:["Adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},36620:a=>{a.exports={en:["Alerts"],id_ID:["Peringatan"]}},14119:a=>{a.exports={en:["Arguments"],id_ID:["Argumen"]}},68650:a=>{a.exports={en:["Average close"],id_ID:["Rata-rata penutupan"]}},27567:a=>{a.exports={en:["Bottom"],id_ID:["Dasar"]}},3159:a=>{a.exports={en:["Bottom line"],id_ID:["Garis Dasar"]}},74406:a=>{a.exports={en:["Body"],id_ID:["Badan"]}},333:a=>{a.exports={en:["Borders"],id_ID:["Batas-Batas"]}},79468:a=>{a.exports={en:["Background"],id_ID:["Latar"]}},10842:a=>{a.exports={en:["Bar change values"],id_ID:["Nilai Perubahan Bar"]}},28975:a=>{a.exports={en:["Base level"],id_ID:["Level Dasar"]}},76473:a=>{a.exports={en:["Bid and ask"],id_ID:["Bid dan Ask"]}},32744:a=>{a.exports={en:["Buttons"],id_ID:["Tombol-tombol"]}},68662:a=>{a.exports={en:["Grid lines"],id_ID:["Garis grid"]}},17611:a=>{a.exports={en:["Down bars"],id_ID:["Bar turun"]}},23743:a=>{a.exports={en:["Down color"],id_ID:["Warna Turun"]}},48225:a=>{a.exports={en:["Data modification"],id_ID:["Modifikasi data"]}},84838:a=>{a.exports={en:["Date format"],id_ID:["Format Tanggal"]}},42357:a=>{a.exports={en:["Day of week on labels"],id_ID:["Hari dalam seminggu pada label"]}},16564:a=>{a.exports={en:["Default"],id_ID:["Bawaan"]}},78734:a=>{a.exports={en:["Description"],id_ID:["Deskripsi"]}},59777:a=>{a.exports={en:["Electronic trading hours background"],id_ID:["Latar belakang jam trading elektronik"]}},69808:a=>{a.exports={en:["Events"],id_ID:["Peristiwa"]}},41129:a=>{a.exports={en:["Fill"],id_ID:["Mengisi"]}},61112:a=>{a.exports={en:["Fill top area"],id_ID:["Isi area atas"]}},73185:a=>{a.exports={en:["Fill bottom area"],id_ID:["Isi Area Dasar"]}},95406:a=>{a.exports={en:["Horizontal"]}},61900:a=>{a.exports={en:["Horz only"],id_ID:["Hanya horizontal"]}},14180:a=>{a.exports={en:["High and low"],id_ID:["Tertinggi dan terendah"]}},56359:a=>{a.exports={en:["High line"],id_ID:["Garis High"]}},47326:a=>{a.exports={
en:["High line"],id_ID:["Garis High"]}},47326:a=>{a.exports={en:["Integer"],id_ID:["Bilangan bulat"]}},84549:a=>{a.exports={en:["Indicators"],id_ID:["Indikator"]}},78082:a=>{a.exports={en:["Indicators and financials"],id_ID:["Indikator dan finansial"]}},25765:a=>{a.exports={en:["Open market status"],id_ID:["Tampilkan status pasar Buka"]}},34579:a=>{a.exports={en:["Low line"],id_ID:["Garis Low"]}},14876:a=>{a.exports={en:["Logo"]}},89315:a=>{a.exports={en:["Long Description"],id_ID:["Deskripsi Panjang"]}},72423:a=>{a.exports={en:["Last day change values"],id_ID:["Nilai perubahan hari terakhir"]}},11626:a=>{a.exports={en:["Left"],id_ID:["Kiri"]}},8249:a=>{a.exports={en:["Money"],id_ID:["Uang"]}},70937:a=>{a.exports={en:["Margins"],id_ID:["Marjin"]}},68833:a=>{a.exports={en:["Middle"],id_ID:["Tengah"]}},58589:a=>{a.exports={en:["No overlapping labels"],id_ID:["Label Tertumpuk Tidak Diperbolehkan"]}},60798:a=>{a.exports={en:["None"],id_ID:["Tidak satu pun"]}},51019:a=>{a.exports={en:["Navigation"],id_ID:["Navigasi"]}},99709:a=>{a.exports={en:["Name"],id_ID:["Nama"]}},8852:a=>{a.exports={en:["Save chart left edge position when changing interval"],id_ID:["Simpan posisi tepi kiri chart saat mengubah interval"]}},26204:a=>{a.exports={en:["Scale modes (A and L)"],id_ID:["Mode skala (A dan L)"]}},93968:a=>{a.exports={en:["Scales"],id_ID:["Skala"]}},90275:a=>{a.exports={en:["Scales and lines"],id_ID:["Skala dan garis"]}},30042:a=>{a.exports={en:["Scales placement"],id_ID:["Penempatan Skala"]}},28715:a=>{a.exports={en:["Status line"],id_ID:["Baris status"]}},95481:a=>{a.exports={en:["Symbol"],id_ID:["Simbol"]}},53263:a=>{a.exports={en:["Pane"],id_ID:["Panel"]}},82894:a=>{a.exports={en:["Pane separators"],id_ID:["Pemisah panel"]}},16207:a=>{a.exports={en:["Percentage"],id_ID:["Persentase"]}},94408:a=>{a.exports={en:["Pips"],id_ID:["Pip"]}},60904:a=>{a.exports={en:["Pre/post market"],id_ID:["Pra/Pasca pasar"]}},88327:a=>{a.exports={en:["Pre/post market hours background"],id_ID:["Latar jam pra/pasca pasar"]}},59766:a=>{a.exports={en:["Precision"],id_ID:["Presisi"]}},83811:a=>{a.exports={en:["Previous day close"],id_ID:["Penutupan hari sebelumnya"]}},35082:a=>{a.exports={en:["Price Scale"],id_ID:["Skala Harga"]}},27632:a=>{a.exports={en:["Price and percentage value"],id_ID:["Nilai Harga dan Persentase"]}},62142:a=>{a.exports={en:["Price labels & lines"],id_ID:["Label harga & garis"]}},84684:a=>{a.exports={en:["Price source"],id_ID:["Sumber Harga"]}},73466:a=>{a.exports={en:["Projection up bars"],id_ID:["Proyeksi bar naik"]}},77430:a=>{a.exports={en:["Projection candles"],id_ID:["Bar proyeksi"]}},88367:a=>{a.exports={en:["Projection down bars"],id_ID:["Proyeksi bar turun"]}},6160:a=>{a.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],id_ID:["Harga sebenarnya pada skala harga (bukan harga Heikin-Ashi)"]}},50421:a=>{a.exports={en:["Right"],id_ID:["Kanan"]}},62532:a=>{a.exports={en:["Right Margin"],id_ID:["Margin Kanan"]}},41571:a=>{a.exports={en:["Watermark"],id_ID:["Tanda air"]}},32163:a=>{a.exports={ en:["Integer"],id_ID:["Bilangan bulat"]}},84549:a=>{a.exports={en:["Indicators"],id_ID:["Indikator"]}},78082:a=>{a.exports={en:["Indicators and financials"],id_ID:["Indikator dan finansial"]}},25765:a=>{a.exports={en:["Open market status"],id_ID:["Tampilkan status pasar Buka"]}},34579:a=>{a.exports={en:["Low line"],id_ID:["Garis Low"]}},14876:a=>{a.exports={en:["Logo"]}},89315:a=>{a.exports={en:["Long Description"],id_ID:["Deskripsi Panjang"]}},72423:a=>{a.exports={en:["Last day change values"],id_ID:["Nilai perubahan hari terakhir"]}},11626:a=>{a.exports={en:["Left"],id_ID:["Kiri"]}},8249:a=>{a.exports={en:["Money"],id_ID:["Uang"]}},70937:a=>{a.exports={en:["Margins"],id_ID:["Marjin"]}},68833:a=>{a.exports={en:["Middle"],id_ID:["Tengah"]}},58589:a=>{a.exports={en:["No overlapping labels"],id_ID:["Label Tertumpuk Tidak Diperbolehkan"]}},60798:a=>{a.exports={en:["None"],id_ID:["Tidak satu pun"]}},51019:a=>{a.exports={en:["Navigation"],id_ID:["Navigasi"]}},99709:a=>{a.exports={en:["Name"],id_ID:["Nama"]}},8852:a=>{a.exports={en:["Save chart left edge position when changing interval"],id_ID:["Simpan posisi tepi kiri chart saat mengubah interval"]}},26204:a=>{a.exports={en:["Scale modes (A and L)"],id_ID:["Mode skala (A dan L)"]}},93968:a=>{a.exports={en:["Scales"],id_ID:["Skala"]}},90275:a=>{a.exports={en:["Scales and lines"],id_ID:["Skala dan garis"]}},30042:a=>{a.exports={en:["Scales placement"],id_ID:["Penempatan Skala"]}},28715:a=>{a.exports={en:["Status line"],id_ID:["Baris status"]}},95481:a=>{a.exports={en:["Symbol"],id_ID:["Simbol"]}},53263:a=>{a.exports={en:["Pane"],id_ID:["Panel"]}},82894:a=>{a.exports={en:["Pane separators"],id_ID:["Pemisah panel"]}},16207:a=>{a.exports={en:["Percentage"],id_ID:["Persentase"]}},94408:a=>{a.exports={en:["Pips"],id_ID:["Pip"]}},60904:a=>{a.exports={en:["Pre/post market"],id_ID:["Pra/Pasca pasar"]}},88327:a=>{a.exports={en:["Pre/post market hours background"],id_ID:["Latar jam pra/pasca pasar"]}},59766:a=>{a.exports={en:["Precision"],id_ID:["Presisi"]}},83811:a=>{a.exports={en:["Previous day close"],id_ID:["Penutupan hari sebelumnya"]}},35082:a=>{a.exports={en:["Price Scale"],id_ID:["Skala Harga"]}},27632:a=>{a.exports={en:["Price and percentage value"],id_ID:["Nilai Harga dan Persentase"]}},62142:a=>{a.exports={en:["Price labels & lines"],id_ID:["Label harga & garis"]}},84684:a=>{a.exports={en:["Price source"],id_ID:["Sumber Harga"]}},73466:a=>{a.exports={en:["Projection up bars"],id_ID:["Proyeksi bar naik"]}},77430:a=>{a.exports={en:["Projection candles"],id_ID:["Bar proyeksi"]}},88367:a=>{a.exports={en:["Projection down bars"],id_ID:["Proyeksi bar turun"]}},6160:a=>{a.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],id_ID:["Harga sebenarnya pada skala harga (bukan harga Heikin-Ashi)"]}},50421:a=>{a.exports={en:["Right"],id_ID:["Kanan"]}},62532:a=>{a.exports={en:["Right Margin"],id_ID:["Margin Kanan"]}},41571:a=>{a.exports={en:["Watermark"],id_ID:["Tanda air"]}},32163:a=>{a.exports={en:["Wick"],id_ID:["Sumbu"]}},97118:a=>{a.exports={en:["Top"],
en:["Wick"],id_ID:["Sumbu"]}},97118:a=>{a.exports={en:["Top"],id_ID:["Teratas"]}},89349:a=>{a.exports={en:["Top line"],id_ID:["Garis Atas"]}},70320:a=>{a.exports={en:["Text"],id_ID:["Teks"]}},25485:a=>{a.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:a=>{a.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},20215:a=>{a.exports={en:["Thin bars"],id_ID:["Bar-Bar Tipis"]}},70198:a=>{a.exports={en:["Title"],id_ID:["Judul"]}},29854:a=>{a.exports={en:["Titles"],id_ID:["Judul"]}},5791:a=>{a.exports={en:["Ticker"]}},16816:a=>{a.exports={en:["Ticker and description"],id_ID:["Ticker dan deskripsi"]}},24821:a=>{a.exports={en:["Ticks"],id_ID:["Tick"]}},93965:a=>{a.exports={en:["Time Scale"],id_ID:["Skala waktu"]}},5591:a=>{a.exports={en:["Time hours format"],id_ID:["Format waktu jam"]}},77073:a=>{a.exports={en:["Timezone"],id_ID:["Zona waktu"]}},76495:a=>{a.exports={en:["Trading"]}},33564:a=>{a.exports={en:["Unit"]}},23091:a=>{a.exports={en:["Up color"],id_ID:["Warna Naik"]}},36957:a=>{a.exports={en:["Up bars"],id_ID:["Bar naik"]}},49545:a=>{a.exports={en:["Use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},37644:a=>{a.exports={en:["Volume"]}},51514:a=>{a.exports={en:["Value"],id_ID:["Nilai"]}},31218:a=>{a.exports={en:["Value according to scale"],id_ID:["Nilai menurut Skala"]}},60092:a=>{a.exports={en:["Values"],id_ID:["Nilai"]}},83594:a=>{a.exports={en:["Vert and horz"],id_ID:["Vertikal dan horizontal"]}},8402:a=>{a.exports={en:["Vert only"],id_ID:["Hanya vertikal"]}},69526:a=>{a.exports={en:["Vertical"]}},21105:a=>{a.exports={en:["candle"]}},27068:a=>{a.exports={en:["change HLC bars"],id_ID:["ubah bar HLC"]}},3311:a=>{a.exports={en:["change navigation buttons visibility"],id_ID:["ubah visibilitas tombol navigasi"]}},96227:a=>{a.exports={en:["change open market status visibility"],id_ID:["ubah visibilitas status market yang terbuka"]}},43231:a=>{a.exports={en:["change average close price line width"],id_ID:["ubah lebar garis harga rata-rata penutupan"]}},47026:a=>{a.exports={en:["change average close price line color"],id_ID:["ubah warna garis harga rata-rata penutupan"]}},86866:a=>{a.exports={en:["change area fill color"],id_ID:["ubah isian warna area"]}},89346:a=>{a.exports={en:["change area line width"],id_ID:["ubah lebar area garis"]}},29605:a=>{a.exports={en:["change area line color"],id_ID:["ubah warna area garis"]}},4640:a=>{a.exports={en:["change area price source"],id_ID:["ubah sumber area harga"]}},98407:a=>{a.exports={en:["change ask line color"],id_ID:["ubah warna garis harga ask"]}},42190:a=>{a.exports={en:["change base level"],id_ID:["ubah level dasar"]}},71785:a=>{a.exports={en:["change baseline bottom line color"],id_ID:["ubah warna garis dasar bawah"]}},56175:a=>{a.exports={en:["change baseline bottom line width"],id_ID:["ubah lebar garis dasar bawah"]}},97216:a=>{a.exports={en:["change baseline fill bottom area color"],id_ID:["ubah isian warna area bawah dari garis dasar"]}},92873:a=>{a.exports={ id_ID:["Teratas"]}},89349:a=>{a.exports={en:["Top line"],id_ID:["Garis Atas"]}},70320:a=>{a.exports={en:["Text"],id_ID:["Teks"]}},25485:a=>{a.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:a=>{a.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},20215:a=>{a.exports={en:["Thin bars"],id_ID:["Bar-Bar Tipis"]}},70198:a=>{a.exports={en:["Title"],id_ID:["Judul"]}},29854:a=>{a.exports={en:["Titles"],id_ID:["Judul"]}},5791:a=>{a.exports={en:["Ticker"]}},16816:a=>{a.exports={en:["Ticker and description"],id_ID:["Ticker dan deskripsi"]}},24821:a=>{a.exports={en:["Ticks"],id_ID:["Tick"]}},93965:a=>{a.exports={en:["Time Scale"],id_ID:["Skala waktu"]}},5591:a=>{a.exports={en:["Time hours format"],id_ID:["Format waktu jam"]}},77073:a=>{a.exports={en:["Timezone"],id_ID:["Zona waktu"]}},76495:a=>{a.exports={en:["Trading"]}},33564:a=>{a.exports={en:["Unit"]}},23091:a=>{a.exports={en:["Up color"],id_ID:["Warna Naik"]}},36957:a=>{a.exports={en:["Up bars"],id_ID:["Bar naik"]}},49545:a=>{a.exports={en:["Use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},37644:a=>{a.exports={en:["Volume"]}},51514:a=>{a.exports={en:["Value"],id_ID:["Nilai"]}},31218:a=>{a.exports={en:["Value according to scale"],id_ID:["Nilai menurut Skala"]}},60092:a=>{a.exports={en:["Values"],id_ID:["Nilai"]}},83594:a=>{a.exports={en:["Vert and horz"],id_ID:["Vertikal dan horizontal"]}},8402:a=>{a.exports={en:["Vert only"],id_ID:["Hanya vertikal"]}},69526:a=>{a.exports={en:["Vertical"]}},21105:a=>{a.exports={en:["candle"]}},27068:a=>{a.exports={en:["change HLC bars"],id_ID:["ubah bar HLC"]}},21201:a=>{a.exports={en:["change HLC bars color"]}},3311:a=>{a.exports={en:["change navigation buttons visibility"],id_ID:["ubah visibilitas tombol navigasi"]}},96227:a=>{a.exports={en:["change open market status visibility"],id_ID:["ubah visibilitas status market yang terbuka"]}},43231:a=>{a.exports={en:["change average close price line width"],id_ID:["ubah lebar garis harga rata-rata penutupan"]}},47026:a=>{a.exports={en:["change average close price line color"],id_ID:["ubah warna garis harga rata-rata penutupan"]}},86866:a=>{a.exports={en:["change area fill color"],id_ID:["ubah isian warna area"]}},89346:a=>{a.exports={en:["change area line width"],id_ID:["ubah lebar area garis"]}},29605:a=>{a.exports={en:["change area line color"],id_ID:["ubah warna area garis"]}},4640:a=>{a.exports={en:["change area price source"],id_ID:["ubah sumber area harga"]}},98407:a=>{a.exports={en:["change ask line color"],id_ID:["ubah warna garis harga ask"]}},42190:a=>{a.exports={en:["change base level"],id_ID:["ubah level dasar"]}},71785:a=>{a.exports={en:["change baseline bottom line color"],id_ID:["ubah warna garis dasar bawah"]}},56175:a=>{a.exports={en:["change baseline bottom line width"],id_ID:["ubah lebar garis dasar bawah"]}},97216:a=>{a.exports={en:["change baseline fill bottom area color"],id_ID:["ubah isian warna area bawah dari garis dasar"]}},92873:a=>{a.exports={
en:["change baseline fill top area color"],id_ID:["ubah isian warna area atas dari garis dasar"]}},68609:a=>{a.exports={en:["change baseline price source"],id_ID:["ubah sumber garis dasar harga"]}},69044:a=>{a.exports={en:["change baseline top line color"],id_ID:["ubah warna garis dasar atas"]}},68197:a=>{a.exports={en:["change baseline top line width"],id_ID:["ubah lebar garis dasar atas"]}},33464:a=>{a.exports={en:["change bar up color"],id_ID:["ubah warna bar naik"]}},27426:a=>{a.exports={en:["change bar change visibility"],id_ID:["ubah visibilitas perubahan bar"]}},59622:a=>{a.exports={en:["change bar down color"],id_ID:["ubah warna bar turun"]}},17919:a=>{a.exports={en:["change bid line color"],id_ID:["ubah warna garis harga bid"]}},32094:a=>{a.exports={en:["change bottom margin"],id_ID:["ubah margin bawah"]}},63119:a=>{a.exports={en:["change currency and unit labels visibility"],id_ID:["ubah visibilitas label mata uang dan unit"]}},64003:a=>{a.exports={en:["change currency label visibility"],id_ID:["ubah visibilitas label mata uang"]}},42803:a=>{a.exports={en:["change chart background color"],id_ID:["ubah warna latar belakang chart"]}},41382:a=>{a.exports={en:["change chart background type"],id_ID:["ubah tipe latar belakang chart"]}},79637:a=>{a.exports={en:["change chart values visibility"],id_ID:["Ubah visibilitas nilai chart"]}},43090:a=>{a.exports={en:["change color bars based on previous close"],id_ID:["ubah warna bar berdasarkan penutupan sebelumnya"]}},88324:a=>{a.exports={en:["change column up color"],id_ID:["ubah warna kolom atas"]}},93890:a=>{a.exports={en:["change column down color"],id_ID:["ubah warna kolom bawah"]}},4727:a=>{a.exports={en:["change column price source"],id_ID:["ubah sumber kolom harga"]}},50544:a=>{a.exports={en:["change crosshair width"],id_ID:["ubah lebar crosshair"]}},92885:a=>{a.exports={en:["change crosshair color"],id_ID:["ubah warna crosshair"]}},68418:a=>{a.exports={en:["change crosshair style"],id_ID:["ubah corak crosshair"]}},43109:a=>{a.exports={en:["change date format"],id_ID:["ubah format tanggal"]}},30418:a=>{a.exports={en:["change day of week on labels"],id_ID:["ubah hari dalam seminggu pada label"]}},82063:a=>{a.exports={en:["change decimal places"],id_ID:["ubah jumlah desimal"]}},44223:a=>{a.exports={en:["change extended hours color"],id_ID:["ubah warna perpanjangan jam"]}},47393:a=>{a.exports={en:["change electronic trading hours"],id_ID:["Ubah jam trading elektronik"]}},73844:a=>{a.exports={en:["change grid lines visibility"],id_ID:["ubah visibilitas garis grid"]}},61407:a=>{a.exports={en:["change high and low price line color"],id_ID:["ubah warna garis harga tertinggi dan terendah"]}},39581:a=>{a.exports={en:["change high and low price line width"],id_ID:["ubah lebar garis harga tertinggi dan terendah"]}},6026:a=>{a.exports={en:["change high-low body color"],id_ID:["ubah warna badan tertinggi-terendah"]}},73021:a=>{a.exports={en:["change high-low body visibility"],id_ID:["ubah visibilitas badan tertinggi-terendah"]}},46844:a=>{a.exports={ en:["change baseline fill top area color"],id_ID:["ubah isian warna area atas dari garis dasar"]}},68609:a=>{a.exports={en:["change baseline price source"],id_ID:["ubah sumber garis dasar harga"]}},69044:a=>{a.exports={en:["change baseline top line color"],id_ID:["ubah warna garis dasar atas"]}},68197:a=>{a.exports={en:["change baseline top line width"],id_ID:["ubah lebar garis dasar atas"]}},33464:a=>{a.exports={en:["change bar up color"],id_ID:["ubah warna bar naik"]}},27426:a=>{a.exports={en:["change bar change visibility"],id_ID:["ubah visibilitas perubahan bar"]}},59622:a=>{a.exports={en:["change bar down color"],id_ID:["ubah warna bar turun"]}},17919:a=>{a.exports={en:["change bid line color"],id_ID:["ubah warna garis harga bid"]}},32094:a=>{a.exports={en:["change bottom margin"],id_ID:["ubah margin bawah"]}},63119:a=>{a.exports={en:["change currency and unit labels visibility"],id_ID:["ubah visibilitas label mata uang dan unit"]}},64003:a=>{a.exports={en:["change currency label visibility"],id_ID:["ubah visibilitas label mata uang"]}},42803:a=>{a.exports={en:["change chart background color"],id_ID:["ubah warna latar belakang chart"]}},41382:a=>{a.exports={en:["change chart background type"],id_ID:["ubah tipe latar belakang chart"]}},79637:a=>{a.exports={en:["change chart values visibility"],id_ID:["Ubah visibilitas nilai chart"]}},43090:a=>{a.exports={en:["change color bars based on previous close"],id_ID:["ubah warna bar berdasarkan penutupan sebelumnya"]}},88324:a=>{a.exports={en:["change column up color"],id_ID:["ubah warna kolom atas"]}},93890:a=>{a.exports={en:["change column down color"],id_ID:["ubah warna kolom bawah"]}},4727:a=>{a.exports={en:["change column price source"],id_ID:["ubah sumber kolom harga"]}},50544:a=>{a.exports={en:["change crosshair width"],id_ID:["ubah lebar crosshair"]}},92885:a=>{a.exports={en:["change crosshair color"],id_ID:["ubah warna crosshair"]}},68418:a=>{a.exports={en:["change crosshair style"],id_ID:["ubah corak crosshair"]}},43109:a=>{a.exports={en:["change date format"],id_ID:["ubah format tanggal"]}},30418:a=>{a.exports={en:["change day of week on labels"],id_ID:["ubah hari dalam seminggu pada label"]}},82063:a=>{a.exports={en:["change decimal places"],id_ID:["ubah jumlah desimal"]}},44223:a=>{a.exports={en:["change extended hours color"],id_ID:["ubah warna perpanjangan jam"]}},47393:a=>{a.exports={en:["change electronic trading hours"],id_ID:["Ubah jam trading elektronik"]}},73844:a=>{a.exports={en:["change grid lines visibility"],id_ID:["ubah visibilitas garis grid"]}},61407:a=>{a.exports={en:["change high and low price line color"],id_ID:["ubah warna garis harga tertinggi dan terendah"]}},39581:a=>{a.exports={en:["change high and low price line width"],id_ID:["ubah lebar garis harga tertinggi dan terendah"]}},6026:a=>{a.exports={en:["change high-low body color"],id_ID:["ubah warna badan tertinggi-terendah"]}},73021:a=>{a.exports={en:["change high-low body visibility"],id_ID:["ubah visibilitas badan tertinggi-terendah"]}},46844:a=>{a.exports={
en:["change high-low border color"],id_ID:["ubah warna batas tertinggi-terendah"]}},15801:a=>{a.exports={en:["change high-low borders visibility"],id_ID:["ubah visibilitas batas tertinggi-terendah"]}},72399:a=>{a.exports={en:["change high-low labels visibility"],id_ID:["ubah visibilitas label tertinggi-terendah"]}},56961:a=>{a.exports={en:["change high-low labels color"],id_ID:["ubah warna label tertinggi-terendah"]}},21133:a=>{a.exports={en:["change horz grid lines color"],id_ID:["ubah warna garis grid horizontal"]}},63050:a=>{a.exports={en:["change indicator titles visibility"],id_ID:["ubah visibilitas judul indikator"]}},49583:a=>{a.exports={en:["change indicator values visibility"],id_ID:["ubah visibilitas nilai indikator"]}},78310:a=>{a.exports={en:["change indicator arguments visibility"],id_ID:["ubah visibilitas argumen indikator"]}},35111:a=>{a.exports={en:["change indicators and financials name labels visibility"],id_ID:["ubah visibilitas label nama indikator dan finansial"]}},71161:a=>{a.exports={en:["change indicators and financials value labels visibility"],id_ID:["ubah visibilitas label nilai indikator dan finansial"]}},66307:a=>{a.exports={en:["change last day change visibility"],id_ID:["ubah visibilitas perubahan hari terakhir"]}},91873:a=>{a.exports={en:["change legend background transparency"],id_ID:["ubah transparansi latar belakang legenda"]}},14246:a=>{a.exports={en:["change legend background visibility"],id_ID:["ubah visibilitas latar belakang legenda"]}},88640:a=>{a.exports={en:["change line color"],id_ID:["ubah warna garis"]}},41837:a=>{a.exports={en:["change line price source"],id_ID:["ubah sumber garis harga"]}},48339:a=>{a.exports={en:["change line width"],id_ID:["ubah lebar garis"]}},18378:a=>{a.exports={en:["change pane buttons visibility"],id_ID:["ubah visibilitas tombol pane"]}},52203:a=>{a.exports={en:["change pane separators color"],id_ID:["Ubah warna pemisah panel"]}},38730:a=>{a.exports={en:["change post market color"],id_ID:["ubah warna pasca pasar"]}},28075:a=>{a.exports={en:["change post market line color"],id_ID:["ubah warna garis pasca pasar"]}},91978:a=>{a.exports={en:["change pre/post market price lines visibility"],id_ID:["Ubah visibilitas harga pra/pasca pasar"]}},44371:a=>{a.exports={en:["change pre market color"],id_ID:["ubah warna pra pasar"]}},96114:a=>{a.exports={en:["change pre market line color"],id_ID:["ubah warna garis pra pasar"]}},69814:a=>{a.exports={en:["change previous close price line color"],id_ID:["ubah warna garis harga penutupan sebelumnya"]}},13660:a=>{a.exports={en:["change previous close price line width"],id_ID:["ubah lebar garis harga penutupan sebelumnya"]}},87861:a=>{a.exports={en:["change price line color"],id_ID:["ubah warna garis harga"]}},29353:a=>{a.exports={en:["change price line width"],id_ID:["ubah lebar garis harga"]}},16241:a=>{a.exports={en:["change range bars style"],id_ID:["Ubah corak bar rentang"]}},65821:a=>{a.exports={en:["change range thin bars"],id_ID:["ubah rentang bar tipis"]}},75487:a=>{a.exports={ en:["change high-low border color"],id_ID:["ubah warna batas tertinggi-terendah"]}},15801:a=>{a.exports={en:["change high-low borders visibility"],id_ID:["ubah visibilitas batas tertinggi-terendah"]}},72399:a=>{a.exports={en:["change high-low labels visibility"],id_ID:["ubah visibilitas label tertinggi-terendah"]}},56961:a=>{a.exports={en:["change high-low labels color"],id_ID:["ubah warna label tertinggi-terendah"]}},21133:a=>{a.exports={en:["change horz grid lines color"],id_ID:["ubah warna garis grid horizontal"]}},63050:a=>{a.exports={en:["change indicator titles visibility"],id_ID:["ubah visibilitas judul indikator"]}},49583:a=>{a.exports={en:["change indicator values visibility"],id_ID:["ubah visibilitas nilai indikator"]}},78310:a=>{a.exports={en:["change indicator arguments visibility"],id_ID:["ubah visibilitas argumen indikator"]}},35111:a=>{a.exports={en:["change indicators and financials name labels visibility"],id_ID:["ubah visibilitas label nama indikator dan finansial"]}},71161:a=>{a.exports={en:["change indicators and financials value labels visibility"],id_ID:["ubah visibilitas label nilai indikator dan finansial"]}},66307:a=>{a.exports={en:["change last day change visibility"],id_ID:["ubah visibilitas perubahan hari terakhir"]}},91873:a=>{a.exports={en:["change legend background transparency"],id_ID:["ubah transparansi latar belakang legenda"]}},14246:a=>{a.exports={en:["change legend background visibility"],id_ID:["ubah visibilitas latar belakang legenda"]}},88640:a=>{a.exports={en:["change line color"],id_ID:["ubah warna garis"]}},41837:a=>{a.exports={en:["change line price source"],id_ID:["ubah sumber garis harga"]}},48339:a=>{a.exports={en:["change line width"],id_ID:["ubah lebar garis"]}},18378:a=>{a.exports={en:["change pane buttons visibility"],id_ID:["ubah visibilitas tombol pane"]}},52203:a=>{a.exports={en:["change pane separators color"],id_ID:["Ubah warna pemisah panel"]}},38730:a=>{a.exports={en:["change post market color"],id_ID:["ubah warna pasca pasar"]}},28075:a=>{a.exports={en:["change post market line color"],id_ID:["ubah warna garis pasca pasar"]}},91978:a=>{a.exports={en:["change pre/post market price lines visibility"],id_ID:["Ubah visibilitas harga pra/pasca pasar"]}},44371:a=>{a.exports={en:["change pre market color"],id_ID:["ubah warna pra pasar"]}},96114:a=>{a.exports={en:["change pre market line color"],id_ID:["ubah warna garis pra pasar"]}},69814:a=>{a.exports={en:["change previous close price line color"],id_ID:["ubah warna garis harga penutupan sebelumnya"]}},13660:a=>{a.exports={en:["change previous close price line width"],id_ID:["ubah lebar garis harga penutupan sebelumnya"]}},87861:a=>{a.exports={en:["change price line color"],id_ID:["ubah warna garis harga"]}},29353:a=>{a.exports={en:["change price line width"],id_ID:["ubah lebar garis harga"]}},16241:a=>{a.exports={en:["change range bars style"],id_ID:["Ubah corak bar rentang"]}},65821:a=>{a.exports={en:["change range thin bars"],id_ID:["ubah rentang bar tipis"]}},75487:a=>{a.exports={
en:["change renko wick down color"],id_ID:["ubah warna sumbu bawah renko"]}},92277:a=>{a.exports={en:["change renko wick up color"],id_ID:["ubah warna sumbu atas renko"]}},79604:a=>{a.exports={en:["change renko wick visibility"],id_ID:["ubah visibilitas sumbu renko"]}},82946:a=>{a.exports={en:["change right margin"],id_ID:["ubah margin kanan"]}},79545:a=>{a.exports={en:["change right margin percentage"],id_ID:["ubah persentase margin kanan"]}},78995:a=>{a.exports={en:["change symbol watermark color"],id_ID:["ubah warna watermark simbol"]}},73227:a=>{a.exports={en:["change symbol watermark visibility"],id_ID:["ubah visibilitas watermark simbol"]}},88167:a=>{a.exports={en:["change symbol description visibility"],id_ID:["ubah visibilitas deskripsi simbol"]}},12050:a=>{a.exports={en:["change symbol field visibility"],id_ID:["ubah visibilitas bidang simbol"]}},46066:a=>{a.exports={en:["change symbol last value mode"],id_ID:["ubah mode nilai terakhir simbol"]}},902:a=>{a.exports={en:["change symbol legend format"],id_ID:["ubah format legenda simbol"]}},77408:a=>{a.exports={en:["change save chart left edge position when changing interval"],id_ID:["ubah simpan posisi tepi kiri chart saat mengubah interval"]}},69023:a=>{a.exports={en:["change scale modes buttons visibility"],id_ID:["Ubah visibilitas tombol mode skala"]}},76131:a=>{a.exports={en:["change scales text color"],id_ID:["ubah warna skala teks"]}},27792:a=>{a.exports={en:["change scales font size"],id_ID:["ubah ukuran font skala"]}},94997:a=>{a.exports={en:["change scales lines color"],id_ID:["ubah warna garis skala"]}},60067:a=>{a.exports={en:["change sessions breaks visibility"],id_ID:["ubah visibilitas jeda sesi"]}},28175:a=>{a.exports={en:["change sessions breaks width"],id_ID:["ubah lebar jeda sesi"]}},33895:a=>{a.exports={en:["change sessions breaks color"],id_ID:["ubah warna jeda sesi"]}},21641:a=>{a.exports={en:["change sessions breaks style"],id_ID:["ubah corak jeda sesi"]}},16660:a=>{a.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],id_ID:["ubah tampilan dari harga sebenarnya pada skala harga (bukan harga Heiken-Ashi)"]}},60834:a=>{a.exports={en:["change thin bars"],id_ID:["ubah bar tipis"]}},39754:a=>{a.exports={en:["change time hours format"],id_ID:["Ubah format waktu jam"]}},74883:a=>{a.exports={en:["change top margin"],id_ID:["ubah margin atas"]}},51250:a=>{a.exports={en:["change unit label visibility"],id_ID:["ubah visibilitas label unit"]}},71805:a=>{a.exports={en:["change vert grid lines color"],id_ID:["ubah warna garis grid vertikal"]}},96201:a=>{a.exports={en:["change volume values visibility"],id_ID:["ubah visibilitas nilai volume"]}},17214:a=>{a.exports={en:["change {candleType} up border color"],id_ID:["ubah warna batas {candleType} naik"]}},36697:a=>{a.exports={en:["change {candleType} up color"],id_ID:["ubah warna {candleType} naik"]}},48091:a=>{a.exports={en:["change {candleType} wick down color"],id_ID:["ubah warna sumbu {candleType} turun"]}},47664:a=>{a.exports={ en:["change renko wick down color"],id_ID:["ubah warna sumbu bawah renko"]}},92277:a=>{a.exports={en:["change renko wick up color"],id_ID:["ubah warna sumbu atas renko"]}},79604:a=>{a.exports={en:["change renko wick visibility"],id_ID:["ubah visibilitas sumbu renko"]}},82946:a=>{a.exports={en:["change right margin"],id_ID:["ubah margin kanan"]}},79545:a=>{a.exports={en:["change right margin percentage"],id_ID:["ubah persentase margin kanan"]}},78995:a=>{a.exports={en:["change symbol watermark color"],id_ID:["ubah warna watermark simbol"]}},73227:a=>{a.exports={en:["change symbol watermark visibility"],id_ID:["ubah visibilitas watermark simbol"]}},88167:a=>{a.exports={en:["change symbol description visibility"],id_ID:["ubah visibilitas deskripsi simbol"]}},12050:a=>{a.exports={en:["change symbol field visibility"],id_ID:["ubah visibilitas bidang simbol"]}},46066:a=>{a.exports={en:["change symbol last value mode"],id_ID:["ubah mode nilai terakhir simbol"]}},902:a=>{a.exports={en:["change symbol legend format"],id_ID:["ubah format legenda simbol"]}},77408:a=>{a.exports={en:["change save chart left edge position when changing interval"],id_ID:["ubah simpan posisi tepi kiri chart saat mengubah interval"]}},69023:a=>{a.exports={en:["change scale modes buttons visibility"],id_ID:["Ubah visibilitas tombol mode skala"]}},76131:a=>{a.exports={en:["change scales text color"],id_ID:["ubah warna skala teks"]}},27792:a=>{a.exports={en:["change scales font size"],id_ID:["ubah ukuran font skala"]}},94997:a=>{a.exports={en:["change scales lines color"],id_ID:["ubah warna garis skala"]}},60067:a=>{a.exports={en:["change sessions breaks visibility"],id_ID:["ubah visibilitas jeda sesi"]}},28175:a=>{a.exports={en:["change sessions breaks width"],id_ID:["ubah lebar jeda sesi"]}},33895:a=>{a.exports={en:["change sessions breaks color"],id_ID:["ubah warna jeda sesi"]}},21641:a=>{a.exports={en:["change sessions breaks style"],id_ID:["ubah corak jeda sesi"]}},16660:a=>{a.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],id_ID:["ubah tampilan dari harga sebenarnya pada skala harga (bukan harga Heiken-Ashi)"]}},60834:a=>{a.exports={en:["change thin bars"],id_ID:["ubah bar tipis"]}},39754:a=>{a.exports={en:["change time hours format"],id_ID:["Ubah format waktu jam"]}},74883:a=>{a.exports={en:["change top margin"],id_ID:["ubah margin atas"]}},51250:a=>{a.exports={en:["change unit label visibility"],id_ID:["ubah visibilitas label unit"]}},71805:a=>{a.exports={en:["change vert grid lines color"],id_ID:["ubah warna garis grid vertikal"]}},96201:a=>{a.exports={en:["change volume values visibility"],id_ID:["ubah visibilitas nilai volume"]}},17214:a=>{a.exports={en:["change {candleType} up border color"],id_ID:["ubah warna batas {candleType} naik"]}},36697:a=>{a.exports={en:["change {candleType} up color"],id_ID:["ubah warna {candleType} naik"]}},48091:a=>{a.exports={en:["change {candleType} wick down color"],id_ID:["ubah warna sumbu {candleType} turun"]}},47664:a=>{a.exports={

View File

@@ -1,4 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],id_ID:["Titik"]}},41256:e=>{e.exports={en:["Back"],id_ID:["Kembali"]}},53174:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},57e3:e=>{e.exports={en:["Compare"],id_ID:["Bandingkan"]}},93111:e=>{e.exports={en:["Content"],id_ID:["Konten"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],id_ID:["Salin tautan menuju gambar chart"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},59934:e=>{e.exports={en:["Channels"],id_ID:["Kanal / Channel"]}},63245:e=>{e.exports={en:["Change symbol"],id_ID:["Ubah simbol"]}},56281:e=>{e.exports={en:["Chart style Columns"],id_ID:["Corak chart Kolom"]}},64526:e=>{e.exports={en:["Chart style Candles"],id_ID:["Corak chart Candle"]}},9537:e=>{e.exports={en:["Chart style Area"],id_ID:["Corak chart Area"]}},19265:e=>{e.exports={en:["Chart style Bars"],id_ID:["Corak chart Bar"]}},19579:e=>{e.exports={en:["Chart style Baseline"],id_ID:["Corak chart Garis Dasar"]}},47189:e=>{e.exports={en:["Chart style Kagi"],id_ID:["Corak chart Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],id_ID:["Corak chart Area HLC"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],id_ID:["Corak chart Candle Kosong"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],id_ID:["Corak chart Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],id_ID:["Corak chart High-low"]}},92911:e=>{e.exports={en:["Chart style Line"],id_ID:["Corak chart Garis"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],id_ID:["Corak chart Garis dengan penanda"]}},11604:e=>{e.exports={en:["Chart style Line break"],id_ID:["Corak chart Garis Jeda"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],id_ID:["Corak chart Profil Volume Sesi"]}},40447:e=>{e.exports={en:["Chart style Step line"],id_ID:["Corak chart Garis Tahap"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],id_ID:["Motif chart Poin & Figur"]}},49942:e=>{e.exports={en:["Chart style Range"],id_ID:["Corak chart Rentang"]}},80082:e=>{e.exports={en:["Chart style Renko"],id_ID:["Corak chart Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],id_ID:["Corak chart Peluang Harga Waktu"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],id_ID:["Corak chart Candle Volume"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],id_ID:["Corak chart Footprint Volume"]}},53438:e=>{e.exports={en:["Chart template"],id_ID:["Template chart"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},81578:e=>{e.exports={en:["Cursors"],id_ID:["Kursor"]}},77915:e=>{e.exports={en:["Cycles"],id_ID:["Siklus"]}},32064:e=>{e.exports={en:["Annotation tools"],id_ID:["Peralatan Catatan"]}},69207:e=>{e.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},34040:e=>{e.exports={en:["All sources"],id_ID:["Seluruh sumber"]}},19147:e=>{e.exports={en:["Arrows"],id_ID:["Panah"]}},42358:e=>{e.exports={en:["Bond"],id_ID:["Surat hutang"]}},65695:e=>{e.exports={en:["Brushes"],
id_ID:["Kuas"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],id_ID:["Peralatan Gann dan Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],id_ID:["Bentuk-Bentuk Geometris"]}},57157:e=>{e.exports={en:["Dot"],id_ID:["Titik"]}},25848:e=>{e.exports={en:["Dark theme"],id_ID:["Tema gelap"]}},14939:e=>{e.exports={en:["Demonstration"],id_ID:["Demonstrasi"]}},78734:e=>{e.exports={en:["Description"],id_ID:["Deskripsi"]}},74385:e=>{e.exports={en:["Drawings"],id_ID:["Gambar"]}},44255:e=>{e.exports={en:["Elliott waves"],id_ID:["Gelombang Elliott"]}},8727:e=>{e.exports={en:["Eraser"],id_ID:["Penghapus"]}},93308:e=>{e.exports={en:["Extended session"],id_ID:["Sesi perpanjangan"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],id_ID:["Peralatan Prediksi dan Pengukuran"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],id_ID:["Mode layar penuh"]}},83576:e=>{e.exports={en:["Function"],id_ID:["Fungsi"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],id_ID:["Tahan tombol {hotKey_0} untuk gambar sementara"]}},27077:e=>{e.exports={en:["Open Object Tree"],id_ID:["Buka pohon objek"]}},7386:e=>{e.exports={en:["Open chart layout"],id_ID:["Buka layout chart"]}},79451:e=>{e.exports={en:["Lock all drawings"],id_ID:["Kunci Semua Peralatan Gambar"]}},35112:e=>{e.exports={en:["Move chart back"],id_ID:["Pindahkan chart ke belakang"]}},12754:e=>{e.exports={en:["Move chart forward"],id_ID:["Pindahkan chart ke depan"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},35553:e=>{e.exports={en:["Magic"],id_ID:["Sihir"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],id_ID:["Mode Magnet menempelkan gambar didekat bar harga dengan nilai OHLC yang terdekat"]}},81031:e=>{e.exports={en:["Manage layout drawings"],id_ID:["Kelola layout gambar"]}},91563:e=>{e.exports={en:["Measure"],id_ID:["Mengukur"]}},97050:e=>{e.exports={en:["Measurer"],id_ID:["Alat pengukur"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],id_ID:["Gabungkan seluruh skala ke kiri"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],id_ID:["Gabungkan seluruh skala ke kanan"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],id_ID:["Tidak ada bursa yang sesuai dengan kriteria anda"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],id_ID:["Tidak ada Simbol yang sesuai dengan kriteria anda"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],id_ID:["Tidak ada yang cocok dengan kriteria anda"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],id_ID:["Gambar baru akan direplikasi ke seluruh chart didalam layout dan ditampilkan saat ticker yang sama dipilih"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],id_ID:["Gambar baru akan disinkronisasikan secara global"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],
id_ID:["Gambar baru akan disinkronisasikan pada layout"]}},28628:e=>{e.exports={en:["Sources"],id_ID:["Sumber"]}},41569:e=>{e.exports={en:["Save chart layout"],id_ID:["Simpan layout chart"]}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},79354:e=>{e.exports={en:["Search tool or function"],id_ID:["Alat atau fungsi pencarian"]}},57640:e=>{e.exports={en:["Select source"],id_ID:["Pilih sumber"]}},65781:e=>{e.exports={en:["Shapes"],id_ID:["Bentuk"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],id_ID:["Perlihatkan Alat Tersembunyi"]}},85786:e=>{e.exports={en:["Show Object Tree"],id_ID:["Tampilkan Pohon Objek"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],id_ID:["Tetap Dalam Mode Menggambar"]}},94593:e=>{e.exports={en:["Strong Magnet"],id_ID:["Magnet Kuat"]}},95481:e=>{e.exports={en:["Symbol"],id_ID:["Simbol"]}},74007:e=>{e.exports={en:["Symbol & description"],id_ID:["Simbol & deskripsi"]}},51165:e=>{e.exports={en:["Symbol Search"],id_ID:["Pencarian Simbol"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],id_ID:["Sinkronisasi gambar pada semua chart"]}},46417:e=>{e.exports={en:["Patterns"],id_ID:["Motif-Motif"]}},36167:e=>{e.exports={en:["Pitchforks"],id_ID:["Pitchfork"]}},79366:e=>{e.exports={en:["Previous day close price line"],id_ID:["Garis Harga Penutupan Hari Sebelumnya"]}},76753:e=>{e.exports={en:["Recent search"],id_ID:["Pencarian terbaru"]}},28051:e=>{e.exports={en:["Regular session"],id_ID:["Sesi reguler"]}},57118:e=>{e.exports={en:["Remove Drawings"],id_ID:["Hilangkan Gambar"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],id_ID:["Hilangkan seluruh indikator dan alat gambar"]}},96374:e=>{e.exports={en:["Remove drawings"],id_ID:["Hilangkan Gambar"]}},85106:e=>{e.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}},99984:e=>{e.exports={en:["Remove indicators"],id_ID:["Hilangkan Indikator"]}},38206:e=>{e.exports={en:["Rename chart layout"],id_ID:["Ubah nama layout chart"]}},31789:e=>{e.exports={en:["Reset chart"],id_ID:["Atur ulang chart"]}},3519:e=>{e.exports={en:["Weak Magnet"],id_ID:["Magnet Lemah"]}},65831:e=>{e.exports={en:["Text & Notes"],id_ID:["Teks & Catatan"]}},48773:e=>{e.exports={en:["Trend line tools"],id_ID:["Peralatan Garis Tren"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],id_ID:["Ketik untuk mencari gambar, fungsi dan pengaturan"]}},69260:e=>{e.exports={en:["Volume-based"],id_ID:["Berbasis volume"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],id_ID:["Anda mengubah interface pengguna ke tema {name}. Apakah anda ingin mengganti tema template chartnya juga?"]}},55774:e=>{e.exports={en:["Zoom In"],id_ID:["Perbesar"]}},37310:e=>{e.exports={en:["Zoom Out"],id_ID:["Perkecil"]}},70932:e=>{e.exports={en:["commodity"],id_ID:["komiditas"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],id_ID:["ubah visibilitas ide pada chart"]}},35111:e=>{e.exports={
en:["change indicators and financials name labels visibility"],id_ID:["ubah visibilitas label nama indikator dan finansial"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],id_ID:["ubah visibilitas label nilai indikator dan finansial"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],id_ID:["Ubah visibilitas harga pra/pasca pasar"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],id_ID:["ekonomi"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],id_ID:["kontrak berjangka"]}},87464:e=>{e.exports={en:["index"],id_ID:["indeks"]}},90250:e=>{e.exports={en:["indices"],id_ID:["indeks"]}},76752:e=>{e.exports={en:["stock"],id_ID:["saham"]}},94521:e=>{e.exports={en:["sync drawings"],id_ID:["sinkronisasikan gambar"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],id_ID:["{hotKey_0} + Klik pada chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],id_ID:["{hotKey_0} — lingkaran"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],id_ID:["{hotKey_0} — menggambar garis lurus dengan sudut 45 derajat"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],id_ID:["{hotKey_0} — kenaikan tetap"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],id_ID:["{hotKey_0} — persegi"]}}}]);

View File

@@ -0,0 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],id_ID:["Titik"]}},41256:e=>{e.exports={en:["Back"],id_ID:["Kembali"]}},53174:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},57e3:e=>{e.exports={en:["Compare"],id_ID:["Bandingkan"]}},93111:e=>{e.exports={en:["Content"],id_ID:["Konten"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],id_ID:["Salin tautan menuju gambar chart"]}},4543:e=>{e.exports={en:["Cancel"],id_ID:["Batal"]}},59934:e=>{e.exports={en:["Channels"],id_ID:["Kanal / Channel"]}},63245:e=>{e.exports={en:["Change symbol"],id_ID:["Ubah simbol"]}},56281:e=>{e.exports={en:["Chart style Columns"],id_ID:["Corak chart Kolom"]}},64526:e=>{e.exports={en:["Chart style Candles"],id_ID:["Corak chart Candle"]}},9537:e=>{e.exports={en:["Chart style Area"],id_ID:["Corak chart Area"]}},19265:e=>{e.exports={en:["Chart style Bars"],id_ID:["Corak chart Bar"]}},19579:e=>{e.exports={en:["Chart style Baseline"],id_ID:["Corak chart Garis Dasar"]}},47189:e=>{e.exports={en:["Chart style Kagi"],id_ID:["Corak chart Kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],id_ID:["Corak chart Area HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],id_ID:["Corak chart Candle Kosong"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],id_ID:["Corak chart Heikin Ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],id_ID:["Corak chart High-low"]}},92911:e=>{e.exports={en:["Chart style Line"],id_ID:["Corak chart Garis"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],id_ID:["Corak chart Garis dengan penanda"]}},11604:e=>{e.exports={en:["Chart style Line break"],id_ID:["Corak chart Garis Jeda"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],id_ID:["Corak chart Profil Volume Sesi"]}},40447:e=>{e.exports={en:["Chart style Step line"],id_ID:["Corak chart Garis Tahap"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],id_ID:["Motif chart Poin & Figur"]}},49942:e=>{e.exports={en:["Chart style Range"],id_ID:["Corak chart Rentang"]}},80082:e=>{e.exports={en:["Chart style Renko"],id_ID:["Corak chart Renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],id_ID:["Corak chart Peluang Harga Waktu"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],id_ID:["Corak chart Candle Volume"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],id_ID:["Corak chart Footprint Volume"]}},53438:e=>{e.exports={en:["Chart template"],id_ID:["Template chart"]}},47742:e=>{e.exports={en:["Close menu"],id_ID:["Pilih menu"]}},81578:e=>{e.exports={en:["Cursors"],id_ID:["Kursor"]}},77915:e=>{e.exports={en:["Cycles"],id_ID:["Siklus"]}},32064:e=>{e.exports={en:["Annotation tools"],id_ID:["Peralatan Catatan"]}},69207:e=>{e.exports={en:["Add to favorites"],id_ID:["Tambah ke daftar favorit"]}},34040:e=>{e.exports={en:["All sources"],id_ID:["Seluruh sumber"]}},19147:e=>{e.exports={en:["Arrows"],id_ID:["Panah"]}},42358:e=>{e.exports={en:["Bond"],
id_ID:["Surat hutang"]}},65695:e=>{e.exports={en:["Brushes"],id_ID:["Kuas"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],id_ID:["Peralatan Gann dan Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],id_ID:["Bentuk-Bentuk Geometris"]}},57157:e=>{e.exports={en:["Dot"],id_ID:["Titik"]}},25848:e=>{e.exports={en:["Dark theme"],id_ID:["Tema gelap"]}},14939:e=>{e.exports={en:["Demonstration"],id_ID:["Demonstrasi"]}},78734:e=>{e.exports={en:["Description"],id_ID:["Deskripsi"]}},74385:e=>{e.exports={en:["Drawings"],id_ID:["Gambar"]}},44255:e=>{e.exports={en:["Elliott waves"],id_ID:["Gelombang Elliott"]}},8727:e=>{e.exports={en:["Eraser"],id_ID:["Penghapus"]}},93308:e=>{e.exports={en:["Extended session"],id_ID:["Sesi perpanjangan"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],id_ID:["Peralatan Prediksi dan Pengukuran"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],id_ID:["Mode layar penuh"]}},83576:e=>{e.exports={en:["Function"],id_ID:["Fungsi"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],id_ID:["Tahan tombol {hotKey_0} untuk gambar sementara"]}},27077:e=>{e.exports={en:["Open Object Tree"],id_ID:["Buka pohon objek"]}},7386:e=>{e.exports={en:["Open chart layout"],id_ID:["Buka layout chart"]}},79451:e=>{e.exports={en:["Lock all drawings"],id_ID:["Kunci Semua Peralatan Gambar"]}},35112:e=>{e.exports={en:["Move chart back"],id_ID:["Pindahkan chart ke belakang"]}},12754:e=>{e.exports={en:["Move chart forward"],id_ID:["Pindahkan chart ke depan"]}},37117:e=>{e.exports={en:["More"],id_ID:["Lebih lanjut"]}},35553:e=>{e.exports={en:["Magic"],id_ID:["Sihir"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],id_ID:["Mode Magnet menempelkan gambar didekat bar harga dengan nilai OHLC yang terdekat"]}},81031:e=>{e.exports={en:["Manage layout drawings"],id_ID:["Kelola layout gambar"]}},91563:e=>{e.exports={en:["Measure"],id_ID:["Mengukur"]}},97050:e=>{e.exports={en:["Measurer"],id_ID:["Alat pengukur"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],id_ID:["Gabungkan seluruh skala ke kiri"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],id_ID:["Gabungkan seluruh skala ke kanan"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],id_ID:["Tidak ada bursa yang sesuai dengan kriteria anda"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],id_ID:["Tidak ada Simbol yang sesuai dengan kriteria anda"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],id_ID:["Tidak ada yang cocok dengan kriteria anda"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],id_ID:["Gambar baru akan direplikasi ke seluruh chart didalam layout dan ditampilkan saat ticker yang sama dipilih"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],id_ID:["Gambar baru akan disinkronisasikan secara global"]}},93027:e=>{e.exports={
en:["New drawings will sync in layout"],id_ID:["Gambar baru akan disinkronisasikan pada layout"]}},28628:e=>{e.exports={en:["Sources"],id_ID:["Sumber"]}},41569:e=>{e.exports={en:["Save chart layout"],id_ID:["Simpan layout chart"]}},8573:e=>{e.exports={en:["Search"],id_ID:["Cari"]}},79354:e=>{e.exports={en:["Search tool or function"],id_ID:["Alat atau fungsi pencarian"]}},57640:e=>{e.exports={en:["Select source"],id_ID:["Pilih sumber"]}},65781:e=>{e.exports={en:["Shapes"],id_ID:["Bentuk"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],id_ID:["Perlihatkan Alat Tersembunyi"]}},85786:e=>{e.exports={en:["Show Object Tree"],id_ID:["Tampilkan Pohon Objek"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],id_ID:["Tetap Dalam Mode Menggambar"]}},94593:e=>{e.exports={en:["Strong Magnet"],id_ID:["Magnet Kuat"]}},95481:e=>{e.exports={en:["Symbol"],id_ID:["Simbol"]}},74007:e=>{e.exports={en:["Symbol & description"],id_ID:["Simbol & deskripsi"]}},51165:e=>{e.exports={en:["Symbol Search"],id_ID:["Pencarian Simbol"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],id_ID:["Sinkronisasi gambar pada semua chart"]}},46417:e=>{e.exports={en:["Patterns"],id_ID:["Motif-Motif"]}},36167:e=>{e.exports={en:["Pitchforks"],id_ID:["Pitchfork"]}},79366:e=>{e.exports={en:["Previous day close price line"],id_ID:["Garis Harga Penutupan Hari Sebelumnya"]}},76753:e=>{e.exports={en:["Recent search"],id_ID:["Pencarian terbaru"]}},28051:e=>{e.exports={en:["Regular session"],id_ID:["Sesi reguler"]}},57118:e=>{e.exports={en:["Remove Drawings"],id_ID:["Hilangkan Gambar"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],id_ID:["Hilangkan seluruh indikator dan alat gambar"]}},96374:e=>{e.exports={en:["Remove drawings"],id_ID:["Hilangkan Gambar"]}},85106:e=>{e.exports={en:["Remove from favorites"],id_ID:["Hilangkan dari favorit"]}},99984:e=>{e.exports={en:["Remove indicators"],id_ID:["Hilangkan Indikator"]}},38206:e=>{e.exports={en:["Rename chart layout"],id_ID:["Ubah nama layout chart"]}},31789:e=>{e.exports={en:["Reset chart"],id_ID:["Atur ulang chart"]}},3519:e=>{e.exports={en:["Weak Magnet"],id_ID:["Magnet Lemah"]}},65831:e=>{e.exports={en:["Text & Notes"],id_ID:["Teks & Catatan"]}},48773:e=>{e.exports={en:["Trend line tools"],id_ID:["Peralatan Garis Tren"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],id_ID:["Ketik untuk mencari gambar, fungsi dan pengaturan"]}},69260:e=>{e.exports={en:["Volume-based"],id_ID:["Berbasis volume"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],id_ID:["Anda mengubah interface pengguna ke tema {name}. Apakah anda ingin mengganti tema template chartnya juga?"]}},55774:e=>{e.exports={en:["Zoom In"],id_ID:["Perbesar"]}},37310:e=>{e.exports={en:["Zoom Out"],id_ID:["Perkecil"]}},70932:e=>{e.exports={en:["commodity"],id_ID:["komiditas"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],id_ID:["ubah visibilitas ide pada chart"]}
},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],id_ID:["ubah visibilitas label nama indikator dan finansial"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],id_ID:["ubah visibilitas label nilai indikator dan finansial"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],id_ID:["Ubah visibilitas harga pra/pasca pasar"]}},46128:e=>{e.exports={en:["crypto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],id_ID:["ekonomi"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],id_ID:["kontrak berjangka"]}},87464:e=>{e.exports={en:["index"],id_ID:["indeks"]}},90250:e=>{e.exports={en:["indices"],id_ID:["indeks"]}},76752:e=>{e.exports={en:["stock"],id_ID:["saham"]}},94521:e=>{e.exports={en:["sync drawings"],id_ID:["sinkronisasikan gambar"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],id_ID:["{hotKey_0} + Klik pada chart"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],id_ID:["{hotKey_0} — lingkaran"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],id_ID:["{hotKey_0} — menggambar garis lurus dengan sudut 45 derajat"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],id_ID:["{hotKey_0} — kenaikan tetap"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],id_ID:["{hotKey_0} — persegi"]}}}]);

View File

@@ -0,0 +1,6 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],id_ID:["#{count} (harga, bar)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],id_ID:["Warnai bar berdasarkan penutupan sebelumnya"]}},78930:e=>{e.exports={en:["Coordinates"],id_ID:["Koordinat"]}},24197:e=>{e.exports={en:["Center"],id_ID:["Tengah"]}},84831:e=>{e.exports={en:["Close line"],id_ID:["Garis Penutupan"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],id_ID:["Sesuaikan data untuk dividen"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},27567:e=>{e.exports={en:["Bottom"],id_ID:["Dasar"]}},3159:e=>{e.exports={en:["Bottom line"],id_ID:["Garis Dasar"]}},74406:e=>{e.exports={en:["Body"],id_ID:["Badan"]}},333:e=>{e.exports={en:["Borders"],id_ID:["Batas-Batas"]}},42398:e=>{e.exports={en:["Base"],id_ID:["Dasar"]}},28975:e=>{e.exports={en:["Base level"],id_ID:["Level Dasar"]}},71776:e=>{e.exports={en:["Down"],id_ID:["Turun"]}},17611:e=>{e.exports={en:["Down bars"],id_ID:["Bar turun"]}},23743:e=>{e.exports={en:["Down color"],id_ID:["Warna Turun"]}},48225:e=>{e.exports={en:["Data modification"],id_ID:["Modifikasi data"]}},72942:e=>{e.exports={en:["Days"],id_ID:["Hari"]}},16564:e=>{e.exports={en:["Default"],id_ID:["Bawaan"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],id_ID:["Pemindahan (harga, bar)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],id_ID:["Latar belakang jam trading elektronik"]}},819:e=>{e.exports={en:["Extend lines"],id_ID:["Perpanjang Garis"]}},41129:e=>{e.exports={en:["Fill"],id_ID:["Mengisi"]}},61112:e=>{e.exports={en:["Fill top area"],id_ID:["Isi area atas"]}},73185:e=>{e.exports={en:["Fill bottom area"],id_ID:["Isi Area Dasar"]}},56796:e=>{e.exports={en:["Hours"],id_ID:["Jam"]}},95406:e=>{e.exports={en:["Horizontal"]}},56359:e=>{e.exports={en:["High line"],id_ID:["Garis High"]}},47326:e=>{e.exports={en:["Integer"],id_ID:["Bilangan bulat"]}},21429:e=>{e.exports={en:["Inputs"],id_ID:["Input"]}},64075:e=>{e.exports={en:["Override min tick"],id_ID:["Menimpa Tick Min"]}},34579:e=>{e.exports={en:["Low line"],id_ID:["Garis Low"]}},11626:e=>{e.exports={en:["Left"],id_ID:["Kiri"]}},43154:e=>{e.exports={en:["Months"],id_ID:["Bulan"]}},68833:e=>{e.exports={en:["Middle"],id_ID:["Tengah"]}},42562:e=>{e.exports={en:["Minutes"],id_ID:["Menit"]}},65188:e=>{e.exports={en:["Seconds"],id_ID:["Detik"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],id_ID:["Latar jam pra/pasca pasar"]}},59766:e=>{e.exports={en:["Precision"],id_ID:["Presisi"]}},84684:e=>{e.exports={en:["Price source"],id_ID:["Sumber Harga"]}},73466:e=>{e.exports={en:["Projection up bars"],id_ID:["Proyeksi bar naik"]}},77430:e=>{e.exports={en:["Projection candles"],
id_ID:["Bar proyeksi"]}},88367:e=>{e.exports={en:["Projection down bars"],id_ID:["Proyeksi bar turun"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],id_ID:["Harga sebenarnya pada skala harga (bukan harga Heikin-Ashi)"]}},50421:e=>{e.exports={en:["Right"],id_ID:["Kanan"]}},835:e=>{e.exports={en:["Weeks"],id_ID:["Minggu"]}},32163:e=>{e.exports={en:["Wick"],id_ID:["Sumbu"]}},97118:e=>{e.exports={en:["Top"],id_ID:["Teratas"]}},89349:e=>{e.exports={en:["Top line"],id_ID:["Garis Atas"]}},70320:e=>{e.exports={en:["Text"],id_ID:["Teks"]}},25485:e=>{e.exports={en:["Text alignment"],id_ID:["Perataan teks"]}},67781:e=>{e.exports={en:["Text orientation"],id_ID:["Orientasi teks"]}},20215:e=>{e.exports={en:["Thin bars"],id_ID:["Bar-Bar Tipis"]}},24821:e=>{e.exports={en:["Ticks"],id_ID:["Tick"]}},77073:e=>{e.exports={en:["Timezone"],id_ID:["Zona waktu"]}},22691:e=>{e.exports={en:["Up"],id_ID:["Naik"]}},23091:e=>{e.exports={en:["Up color"],id_ID:["Warna Naik"]}},36957:e=>{e.exports={en:["Up bars"],id_ID:["Bar naik"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},69526:e=>{e.exports={en:["Vertical"]}},21105:e=>{e.exports={en:["candle"]}},27068:e=>{e.exports={en:["change HLC bars"],id_ID:["ubah bar HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],id_ID:["ubah isian warna area"]}},89346:e=>{e.exports={en:["change area line width"],id_ID:["ubah lebar area garis"]}},29605:e=>{e.exports={en:["change area line color"],id_ID:["ubah warna area garis"]}},4640:e=>{e.exports={en:["change area price source"],id_ID:["ubah sumber area harga"]}},42190:e=>{e.exports={en:["change base level"],id_ID:["ubah level dasar"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],id_ID:["ubah warna garis dasar bawah"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],id_ID:["ubah lebar garis dasar bawah"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],id_ID:["ubah isian warna area bawah dari garis dasar"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],id_ID:["ubah isian warna area atas dari garis dasar"]}},68609:e=>{e.exports={en:["change baseline price source"],id_ID:["ubah sumber garis dasar harga"]}},69044:e=>{e.exports={en:["change baseline top line color"],id_ID:["ubah warna garis dasar atas"]}},68197:e=>{e.exports={en:["change baseline top line width"],id_ID:["ubah lebar garis dasar atas"]}},33464:e=>{e.exports={en:["change bar up color"],id_ID:["ubah warna bar naik"]}},2066:e=>{e.exports={en:["change bar X coordinate"],id_ID:["Ubah koordinat bar X"]}},59622:e=>{e.exports={en:["change bar down color"],id_ID:["ubah warna bar turun"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],id_ID:["ubah warna bar berdasarkan penutupan sebelumnya"]}},88324:e=>{e.exports={en:["change column up color"],id_ID:["ubah warna kolom atas"]}},93890:e=>{e.exports={
en:["change column down color"],id_ID:["ubah warna kolom bawah"]}},4727:e=>{e.exports={en:["change column price source"],id_ID:["ubah sumber kolom harga"]}},82063:e=>{e.exports={en:["change decimal places"],id_ID:["ubah jumlah desimal"]}},44223:e=>{e.exports={en:["change extended hours color"],id_ID:["ubah warna perpanjangan jam"]}},47393:e=>{e.exports={en:["change electronic trading hours"],id_ID:["Ubah jam trading elektronik"]}},6026:e=>{e.exports={en:["change high-low body color"],id_ID:["ubah warna badan tertinggi-terendah"]}},73021:e=>{e.exports={en:["change high-low body visibility"],id_ID:["ubah visibilitas badan tertinggi-terendah"]}},46844:e=>{e.exports={en:["change high-low border color"],id_ID:["ubah warna batas tertinggi-terendah"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],id_ID:["ubah visibilitas batas tertinggi-terendah"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],id_ID:["ubah visibilitas label tertinggi-terendah"]}},56961:e=>{e.exports={en:["change high-low labels color"],id_ID:["ubah warna label tertinggi-terendah"]}},88640:e=>{e.exports={en:["change line color"],id_ID:["ubah warna garis"]}},41837:e=>{e.exports={en:["change line price source"],id_ID:["ubah sumber garis harga"]}},48339:e=>{e.exports={en:["change line width"],id_ID:["ubah lebar garis"]}},38730:e=>{e.exports={en:["change post market color"],id_ID:["ubah warna pasca pasar"]}},44371:e=>{e.exports={en:["change pre market color"],id_ID:["ubah warna pra pasar"]}},11737:e=>{e.exports={en:["change price Y coordinate"],id_ID:["Ubah koordinat harga Y"]}},16241:e=>{e.exports={en:["change range bars style"],id_ID:["Ubah corak bar rentang"]}},65821:e=>{e.exports={en:["change range thin bars"],id_ID:["ubah rentang bar tipis"]}},75487:e=>{e.exports={en:["change renko wick down color"],id_ID:["ubah warna sumbu bawah renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],id_ID:["ubah warna sumbu atas renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],id_ID:["ubah visibilitas sumbu renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],id_ID:["ubah minimun tick overlay studi"]}},82924:e=>{e.exports={en:["change study overlay style"],id_ID:["ubah corak overlay studi"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],id_ID:["ubah tampilan dari harga sebenarnya pada skala harga (bukan harga Heiken-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],id_ID:["ubah bar tipis"]}},78509:e=>{e.exports={en:["change {title} base line color"],id_ID:["ubah warna garis dasar {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],id_ID:["ubah corak garis dasar {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],id_ID:["ubah visibilitas garis dasar {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],id_ID:["ubah lebar garis dasar {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],id_ID:["ubah warna garis bawah {title}"]}},51842:e=>{e.exports={
en:["change {title} down line style"],id_ID:["ubah corak garis bawah {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],id_ID:["ubah visibilitas garis bawah {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],id_ID:["ubah lebar garis bawah {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],id_ID:["ubah {title} hari ke"]}},91201:e=>{e.exports={en:["change {title} days from"],id_ID:["ubah {title} hari dari"]}},76295:e=>{e.exports={en:["change {title} extend lines"],id_ID:["ubah perpanjangan garis {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],id_ID:["ubah {title} jam dari"]}},67233:e=>{e.exports={en:["change {title} hours to"],id_ID:["ubah {title} jam ke"]}},99122:e=>{e.exports={en:["change {title} months from"],id_ID:["ubah {title} bulan dari"]}},10518:e=>{e.exports={en:["change {title} months to"],id_ID:["ubah {title} bulan ke"]}},38011:e=>{e.exports={en:["change {title} minutes to"],id_ID:["ubah {title} menit ke"]}},59820:e=>{e.exports={en:["change {title} minutes from"],id_ID:["ubah {title} menit dari"]}},6573:e=>{e.exports={en:["change {title} seconds to"],id_ID:["ubah {title} detik ke"]}},86780:e=>{e.exports={en:["change {title} seconds from"],id_ID:["ubah {title} detik dari"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],id_ID:["ubah {title} menampilkan r pearson"]}},32481:e=>{e.exports={en:["change {title} weeks from"],id_ID:["ubah {title} minggu dari"]}},18678:e=>{e.exports={en:["change {title} weeks to"],id_ID:["ubah {title} minggu ke"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],id_ID:["ubah visibilitas garis atas {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],id_ID:["ubah lebar garis atas {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],id_ID:["ubah warna garis atas {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],id_ID:["ubah corak garis atas {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],id_ID:["ubah visibilitas {title} pada tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],id_ID:["ubah visibilitas {title} dalam minggu"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],id_ID:["ubah visibilitas {title} di dalam {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],id_ID:["ubah visibilitas {title} dalam hari"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],id_ID:["ubah visibilitas {title} dalam jam"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],id_ID:["ubah visibilitas {title} dalam menit"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],id_ID:["ubah visibilitas {title} dalam bulan"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],id_ID:["ubah visibilitas {title} pada detik"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],id_ID:["ubah warna batas {candleType} naik"]}},36697:e=>{e.exports={en:["change {candleType} up color"],
id_ID:["ubah warna {candleType} naik"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],id_ID:["ubah warna sumbu {candleType} turun"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],id_ID:["ubah warna sumbu {candleType} naik"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],id_ID:["ubah visibilitas sumbu {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],id_ID:["ubah visibilitas badan {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],id_ID:["ubah visibilitas batas {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],id_ID:["ubah warna batas {candleType} turun"]}},64571:e=>{e.exports={en:["change {candleType} down color"],id_ID:["ubah warna {candleType} turun"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],id_ID:["ubah warna batas bar {chartType} turun"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],id_ID:["ubah warna batas bar {chartType} naik"]}},5012:e=>{e.exports={en:["change {chartType} down color"],id_ID:["ubah warna {chartType} turun"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],id_ID:["ubah warna batas bar proyeksi {chartType} naik"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],id_ID:["ubah warna bar proyeksi {chartType} turun"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],id_ID:["ubah warna bar proyeksi {chartType} naik"]}},6970:e=>{e.exports={en:["change {chartType} up color"],id_ID:["ubah warna {chartType} naik"]}},66110:e=>{e.exports={en:["change {inputName} property"],id_ID:["ubah properti {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],id_ID:["ubah properti {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],id_ID:["sesuaikan data untuk dividen"]}},1433:e=>{e.exports={en:["adjust for contract changes"],id_ID:["Penyesuaian untuk perubahan kontrak"]}},35813:e=>{e.exports={en:["days"],id_ID:["Hari"]}},89919:e=>{e.exports={en:["days to"],id_ID:["hari ke"]}},59215:e=>{e.exports={en:["days from"],id_ID:["dari dari"]}},2359:e=>{e.exports={en:["hours"],id_ID:["Jam"]}},82267:e=>{e.exports={en:["hours from"],id_ID:["jam dari"]}},15600:e=>{e.exports={en:["hours to"],id_ID:["jam ke"]}},92598:e=>{e.exports={en:["hollow candles"],id_ID:["candle kosong"]}},76261:e=>{e.exports={en:["move drawings"],id_ID:["Pindahkan gambar"]}},95300:e=>{e.exports={en:["months"],id_ID:["Bulan"]}},17250:e=>{e.exports={en:["months from"],id_ID:["bulan dari"]}},2828:e=>{e.exports={en:["months to"],id_ID:["bulan ke"]}},18726:e=>{e.exports={en:["minutes"],id_ID:["menit"]}},67649:e=>{e.exports={en:["minutes to"],id_ID:["menit ke"]}},22476:e=>{e.exports={en:["minutes from"],id_ID:["menit dari"]}},751:e=>{e.exports={en:["seconds"],id_ID:["detik"]}},73419:e=>{e.exports={en:["seconds to"],id_ID:["detik ke"]}},35801:e=>{e.exports={en:["seconds from"],id_ID:["detik dari"]}},57243:e=>{e.exports={en:["range","ranges"],
id_ID:["rentang"]}},70282:e=>{e.exports={en:["renko"]}},45537:e=>{e.exports={en:["weeks"],id_ID:["minggu"]}},92859:e=>{e.exports={en:["weeks from"],id_ID:["minggu dari"]}},44127:e=>{e.exports={en:["weeks to"],id_ID:["minggu ke"]}},3539:e=>{e.exports={en:["ticks"],id_ID:["Tick"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],id_ID:["Gunakan penyelesaian sebagai penutupan pada interval harian"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],id_ID:["{value} desimal"]}}}]);

View File

@@ -1,4 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{53310:e=>{e.exports={en:["Re"],id_ID:["ulangi"]}},85119:e=>{e.exports={en:["Dark"],id_ID:["Gelap"]}},96870:e=>{e.exports={en:["Light"],id_ID:["Terang"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],id_ID:["Salinan {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],id_ID:["Warna Level -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],id_ID:["Warna Level -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],id_ID:["Warna Level -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],id_ID:["Warna Level -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],id_ID:["Warna Level 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],id_ID:["Warna Level 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],id_ID:["Warna Level 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],id_ID:["Warna Level 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],id_ID:["Warna Level 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],id_ID:["Warna Level 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],id_ID:["Warna Level 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],id_ID:["Warna Level 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],id_ID:["Warna Level 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],id_ID:["Warna Level 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],id_ID:["Warna Level 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],id_ID:["Warna Level 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],id_ID:["Periode ke-1"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],id_ID:["Warna Level 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],id_ID:["Warna Level 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],id_ID:["Periode ke-2"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],id_ID:["Warna Level 3.618"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"], (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"],id_ID:["ulangi"]}},85119:e=>{e.exports={en:["Dark"],id_ID:["Gelap"]}},96870:e=>{e.exports={en:["Light"],id_ID:["Terang"]}},85886:e=>{e.exports={en:["d"]}},44634:e=>{e.exports={en:["h"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],id_ID:["Salinan {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"]}},43253:e=>{e.exports={en:["H"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"]}},46728:e=>{e.exports={en:["O"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],id_ID:["Warna Level -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],id_ID:["Warna Level -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],id_ID:["Warna Level -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],id_ID:["Warna Level -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],id_ID:["Warna Level 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],id_ID:["Warna Level 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],id_ID:["Warna Level 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],id_ID:["Warna Level 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],id_ID:["Warna Level 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],id_ID:["Warna Level 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],id_ID:["Warna Level 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],id_ID:["Warna Level 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],id_ID:["Warna Level 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],id_ID:["Warna Level 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],id_ID:["Warna Level 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],id_ID:["Warna Level 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],id_ID:["Periode ke-1"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],id_ID:["Warna Level 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],id_ID:["Warna Level 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],id_ID:["Periode ke-2"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],id_ID:["Warna Level 3.618"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],
id_ID:["Warna Level 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],id_ID:["Periode ke-3"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],id_ID:["Warna Level 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],id_ID:["Periode ke-4"]},e.exports["5th Period_input"]={en:["5th Period"],id_ID:["Periode ke-5"]},e.exports["6th Period_input"]={en:["6th Period"],id_ID:["Periode ke-6"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],id_ID:["Penghalusan ADX"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],id_ID:["Penghalusan ADX"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],id_ID:["Panjang ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],id_ID:["Akumulasi/Distribusi"]},e.exports["All items_combobox_input"]={en:["All items"],id_ID:["Seluruh item"]},e.exports.All_input={en:["All"],id_ID:["Semua"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],id_ID:["Periode Jangkar"]},e.exports["Another symbol_input"]={en:["Another symbol"],id_ID:["Simbol lainnya"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],id_ID:["Aroon Turun"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],id_ID:["Aroon Naik"]},e.exports.Average_input={en:["Average"],id_ID:["Rata-Rata"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],id_ID:["Periode Perata-Rataan"]},e.exports.Back_input={en:["Back"],id_ID:["Kembali"]},e.exports["Bands style_input"]={en:["Bands style"],id_ID:["Corak Pita"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],id_ID:["Periode Garis Dasar"]},e.exports["Base Line_input"]={en:["Base Line"],id_ID:["Garis Dasar"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],id_ID:["%B Ikat Bollinger"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],id_ID:["Lebar Ikat Bollinger"]},e.exports.Borders_input={en:["Borders"],id_ID:["Batas-Batas"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],id_ID:["Metode penempatan ukuran kotak"]},e.exports["Box size_input"]={en:["Box size"],id_ID:["Ukuran kotak"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],id_ID:["Batalkan"]},e.exports.Candles_input={en:["Candles"],id_ID:["Candle"]},e.exports.Centered_input={en:["Centered"],id_ID:["Dipusatkan"]},e.exports.Century_input={en:["Century"],id_ID:["Abad"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],id_ID:["Osilator Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"],id_ID:["MO Chande"]},e.exports.Close_input={en:["Close"],id_ID:["Tutup"]},e.exports["Color 0_input"]={en:["Color 0"],id_ID:["Warna 0"]},e.exports["Color 1_input"]={en:["Color 1"],id_ID:["Warna 1"]},e.exports["Color 2_input"]={en:["Color 2"],id_ID:["Warna 2"] id_ID:["Warna Level 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],id_ID:["Periode ke-3"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],id_ID:["Warna Level 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],id_ID:["Periode ke-4"]},e.exports["5th Period_input"]={en:["5th Period"],id_ID:["Periode ke-5"]},e.exports["6th Period_input"]={en:["6th Period"],id_ID:["Periode ke-6"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],id_ID:["Penghalusan ADX"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],id_ID:["Penghalusan ADX"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],id_ID:["Panjang ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],id_ID:["Akumulasi/Distribusi"]},e.exports["All items_combobox_input"]={en:["All items"],id_ID:["Seluruh item"]},e.exports.All_input={en:["All"],id_ID:["Semua"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],id_ID:["Periode Jangkar"]},e.exports["Another symbol_input"]={en:["Another symbol"],id_ID:["Simbol lainnya"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],id_ID:["Aroon Turun"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],id_ID:["Aroon Naik"]},e.exports.Average_input={en:["Average"],id_ID:["Rata-Rata"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],id_ID:["Periode Perata-Rataan"]},e.exports.Back_input={en:["Back"],id_ID:["Kembali"]},e.exports["Bands style_input"]={en:["Bands style"],id_ID:["Corak Pita"]},e.exports.Bar_input={en:["Bar"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],id_ID:["Periode Garis Dasar"]},e.exports["Base Line_input"]={en:["Base Line"],id_ID:["Garis Dasar"]},e.exports.Basis_input={en:["Basis"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],id_ID:["%B Ikat Bollinger"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],id_ID:["Lebar Ikat Bollinger"]},e.exports.Borders_input={en:["Borders"],id_ID:["Batas-Batas"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],id_ID:["Metode penempatan ukuran kotak"]},e.exports["Box size_input"]={en:["Box size"],id_ID:["Ukuran kotak"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],id_ID:["Batalkan"]},e.exports.Candles_input={en:["Candles"],id_ID:["Candle"]},e.exports.Centered_input={en:["Centered"],id_ID:["Dipusatkan"]},e.exports.Century_input={en:["Century"],id_ID:["Abad"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],id_ID:["Osilator Chaikin"]},e.exports["Chande MO_input"]={en:["Chande MO"],id_ID:["MO Chande"]},e.exports.Close_input={en:["Close"],id_ID:["Tutup"]},e.exports["Color 0_input"]={en:["Color 0"],id_ID:["Warna 0"]},e.exports["Color 1_input"]={en:["Color 1"],id_ID:["Warna 1"]},e.exports["Color 2_input"]={en:["Color 2"],id_ID:["Warna 2"]
},e.exports["Color 3_input"]={en:["Color 3"],id_ID:["Warna 3"]},e.exports["Color 4_input"]={en:["Color 4"],id_ID:["Warna 4"]},e.exports["Color 5_input"]={en:["Color 5"],id_ID:["Warna 5"]},e.exports["Color 6_input"]={en:["Color 6"],id_ID:["Warna 6"]},e.exports["Color 7_input"]={en:["Color 7"],id_ID:["Warna 7"]},e.exports["Color 8_input"]={en:["Color 8"],id_ID:["Warna 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],id_ID:["Warnai bar berdasarkan penutupan sebelumnya"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],id_ID:["Warna dengan basis penutupan sebelumnya"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],id_ID:["Periode Garis Konversi"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],id_ID:["Garis Konversi"]},e.exports.Correlation_input={en:["Correlation"],id_ID:["Korelasi"]},e.exports.Count_input={en:["Count"],id_ID:["Hitung"]},e.exports.Crosses_input={en:["Crosses"],id_ID:["Persilangan"]},e.exports.Custom_input={en:["Custom"],id_ID:["Kustom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],id_ID:["Panjang DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],id_ID:["Hari"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],id_ID:["Hari Per Tahun"]},e.exports.Decade_input={en:["Decade"],id_ID:["Dekade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],id_ID:["Kedalaman"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],id_ID:["Osilator Harga Detrended / Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],id_ID:["POC Berjalan"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],id_ID:["Deviasi (%)"]},e.exports.Deviation_input={en:["Deviation"],id_ID:["Deviasi"]},e.exports.Divisor_input={en:["Divisor"],id_ID:["Pembagi"]},e.exports["Down Volume_input"]={en:["Down Volume"],id_ID:["Volume Turun"]},e.exports["Down bars_input"]={en:["Down bars"],id_ID:["Bar turun"]},e.exports["Down color_input"]={en:["Down color"],id_ID:["Warna Turun"]},e.exports["Down fractals_input"]={en:["Down fractals"],id_ID:["Fraktal Turun"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],id_ID:["Masing-masing (pra-pasar, pasar, pasca-pasar)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],id_ID:["Indeks Kekuatan Elder / Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"],id_ID:["Garis Kesetaraan"]},e.exports.Exponential_input={en:["Exponential"],id_ID:["Eksponensial"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],id_ID:["Perpanjang POC Kekanan"]},e.exports["Extend Right_input"]={en:["Extend Right"],id_ID:["Perpanjang Kanan"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],id_ID:["Perpanjangan VAH ke Kanan"]},e.exports["Extend VAL Right_input"]={ },e.exports["Color 3_input"]={en:["Color 3"],id_ID:["Warna 3"]},e.exports["Color 4_input"]={en:["Color 4"],id_ID:["Warna 4"]},e.exports["Color 5_input"]={en:["Color 5"],id_ID:["Warna 5"]},e.exports["Color 6_input"]={en:["Color 6"],id_ID:["Warna 6"]},e.exports["Color 7_input"]={en:["Color 7"],id_ID:["Warna 7"]},e.exports["Color 8_input"]={en:["Color 8"],id_ID:["Warna 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],id_ID:["Warnai bar berdasarkan penutupan sebelumnya"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],id_ID:["Warna dengan basis penutupan sebelumnya"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],id_ID:["Periode Garis Konversi"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],id_ID:["Garis Konversi"]},e.exports.Correlation_input={en:["Correlation"],id_ID:["Korelasi"]},e.exports.Count_input={en:["Count"],id_ID:["Hitung"]},e.exports.Crosses_input={en:["Crosses"],id_ID:["Persilangan"]},e.exports.Custom_input={en:["Custom"],id_ID:["Kustom"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],id_ID:["Panjang DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],id_ID:["Hari"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],id_ID:["Hari Per Tahun"]},e.exports.Decade_input={en:["Decade"],id_ID:["Dekade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],id_ID:["Kedalaman"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],id_ID:["Osilator Harga Detrended / Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],id_ID:["POC Berjalan"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],id_ID:["Deviasi (%)"]},e.exports.Deviation_input={en:["Deviation"],id_ID:["Deviasi"]},e.exports.Divisor_input={en:["Divisor"],id_ID:["Pembagi"]},e.exports["Down Volume_input"]={en:["Down Volume"],id_ID:["Volume Turun"]},e.exports["Down bars_input"]={en:["Down bars"],id_ID:["Bar turun"]},e.exports["Down color_input"]={en:["Down color"],id_ID:["Warna Turun"]},e.exports["Down fractals_input"]={en:["Down fractals"],id_ID:["Fraktal Turun"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],id_ID:["Masing-masing (pra-pasar, pasar, pasca-pasar)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],id_ID:["Indeks Kekuatan Elder / Elder's Force Index"]},e.exports["Equality Line_input"]={en:["Equality Line"],id_ID:["Garis Kesetaraan"]},e.exports.Exponential_input={en:["Exponential"],id_ID:["Eksponensial"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],id_ID:["Perpanjang POC Kekanan"]},e.exports["Extend Right_input"]={en:["Extend Right"],id_ID:["Perpanjang Kanan"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],id_ID:["Perpanjangan VAH ke Kanan"]},e.exports["Extend VAL Right_input"]={
en:["Extend VAL Right"],id_ID:["Perpanjangan VAL ke Kanan"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],id_ID:["Perpanjang hingga bar terakhir"]},e.exports.Falling_input={en:["Falling"],id_ID:["Jatuh"]},e.exports["Fast Length_input"]={en:["Fast Length"],id_ID:["Panjang Cepat"]},e.exports["Fast length_input"]={en:["Fast length"],id_ID:["Panjang Cepat"]},e.exports.Fill_input={en:["Fill"],id_ID:["Isian"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],id_ID:["Berkembang"]},e.exports["HLC bars_input"]={en:["HLC bars"],id_ID:["Bar HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],id_ID:["Kotak Histogram"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"],id_ID:["MA Hull"]},e.exports.Increment_input={en:["Increment"],id_ID:["Kenaikan"]},e.exports.Indicator_input={en:["Indicator"],id_ID:["Indikator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],id_ID:["Instrumen 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],id_ID:["Instrumen 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],id_ID:["EMA Investor panjang 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],id_ID:["EMA Investor panjang 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],id_ID:["EMA Investor panjang 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],id_ID:["EMA Investor panjang 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],id_ID:["EMA Investor panjang 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],id_ID:["EMA Investor panjang 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],id_ID:["Panjang Rahang"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],id_ID:["Offset Jaw"]},e.exports.Jaw_input={en:["Jaw"],id_ID:["Rahang"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],id_ID:["Posisi Label"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],id_ID:["Label pada skala harga"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],id_ID:["Periode Lagging Span"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],id_ID:["Periode Shift Leading"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],id_ID:["Periode Leading Span"]},e.exports["Length EMA_input"]={en:["Length EMA"],id_ID:["Panjang EMA"]},e.exports["Length MA_input"]={en:["Length MA"],id_ID:["Panjang MA"]},e.exports.Length1_input={en:["Length1"],id_ID:["Panjang1"]},e.exports.Length2_input={en:["Length2"],id_ID:["Panjang2"]},e.exports.Length3_input={en:["Length3"],id_ID:["Panjang3"]},e.exports.Length_input={en:["Length"],id_ID:["Panjang"]},e.exports.Level_input={en:["Level"]}, en:["Extend VAL Right"],id_ID:["Perpanjangan VAL ke Kanan"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],id_ID:["Perpanjang hingga bar terakhir"]},e.exports.Falling_input={en:["Falling"],id_ID:["Jatuh"]},e.exports["Fast Length_input"]={en:["Fast Length"],id_ID:["Panjang Cepat"]},e.exports["Fast length_input"]={en:["Fast length"],id_ID:["Panjang Cepat"]},e.exports.Fill_input={en:["Fill"],id_ID:["Isian"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],id_ID:["Berkembang"]},e.exports["HLC bars_input"]={en:["HLC bars"],id_ID:["Bar HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],id_ID:["Kotak Histogram"]},e.exports.Histogram_input={en:["Histogram"]},e.exports["Hull MA_input"]={en:["Hull MA"],id_ID:["MA Hull"]},e.exports.Increment_input={en:["Increment"],id_ID:["Kenaikan"]},e.exports.Indicator_input={en:["Indicator"],id_ID:["Indikator"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],id_ID:["Instrumen 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],id_ID:["Instrumen 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],id_ID:["EMA Investor panjang 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],id_ID:["EMA Investor panjang 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],id_ID:["EMA Investor panjang 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],id_ID:["EMA Investor panjang 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],id_ID:["EMA Investor panjang 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],id_ID:["EMA Investor panjang 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],id_ID:["Panjang Rahang"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],id_ID:["Offset Jaw"]},e.exports.Jaw_input={en:["Jaw"],id_ID:["Rahang"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],id_ID:["Posisi Label"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],id_ID:["Label pada skala harga"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],id_ID:["Periode Lagging Span"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],id_ID:["Periode Shift Leading"]},e.exports["Leading Span A_input"]={en:["Leading Span A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],id_ID:["Periode Leading Span"]},e.exports["Length EMA_input"]={en:["Length EMA"],id_ID:["Panjang EMA"]},e.exports["Length MA_input"]={en:["Length MA"],id_ID:["Panjang MA"]},e.exports.Length1_input={en:["Length1"],id_ID:["Panjang1"]},e.exports.Length2_input={en:["Length2"],id_ID:["Panjang2"]},e.exports.Length3_input={en:["Length3"],id_ID:["Panjang3"]},e.exports.Length_input={en:["Length"],id_ID:["Panjang"]},e.exports.Level_input={en:["Level"]},
@@ -27,13 +27,13 @@ e.exports["Zig Zag_study"]={en:["Zig Zag"]},e.exports["Zmijewski score_study"]={
36549:e=>{e.exports={en:["Chatham Islands"],id_ID:["Kepulauan Chatham"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],id_ID:["Lingkaran"]}},14985:e=>{e.exports={en:["Click to set a point"],id_ID:["Klik untuk menentukan sebuah poin"]}},12537:e=>{e.exports={en:["Clone"],id_ID:["Gandakan"]}},62578:e=>{e.exports={en:["Close"],id_ID:["Penutupan"]}},264:e=>{e.exports={en:["Create limit order"],id_ID:["Buat order baru"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"],id_ID:["Garis Perpotongan"]}},59396:e=>{e.exports={en:["Currencies"],id_ID:["Mata Uang"]}},20177:e=>{e.exports={en:["Current interval and above"],id_ID:["Interval saat ini dan di atasnya"]}},494:e=>{e.exports={en:["Current interval and below"],id_ID:["Interval saat ini dan di bawahnya"]}},60668:e=>{e.exports={en:["Current interval only"],id_ID:["Hanya interval saat ini"]}},78609:e=>{e.exports={en:["Curve"],id_ID:["Kurva"]}},87380:e=>{e.exports={en:["Cycle"],id_ID:["Siklus"]}},84031:e=>{e.exports={en:["Cyclic Lines"],id_ID:["Garis Siklus"]}},93191:e=>{e.exports={en:["Cypher Pattern"],id_ID:["Motif Cypher"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],id_ID:["Layout dengan nama tersebut sudah ada"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],id_ID:["Layout dengan nama tersebut sudah ada. Apakah anda ingin menimpanya?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],id_ID:["Motif ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],id_ID:["Jangkar"]}},42630:e=>{e.exports={en:["Anchorage"],id_ID:["Penjangkaran"]}},42669:e=>{e.exports={en:["Anchored Text"],id_ID:["Teks Terjangkar"]}},84541:e=>{e.exports={en:["Anchored VWAP"],id_ID:["VWAP Terjangkar"]}},77401:e=>{e.exports={en:["Access error"],id_ID:["Error akses"]}},46501:e=>{e.exports={en:["Add Symbol"],id_ID:["Tambah Simbol"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],id_ID:["Tambah metrik Finansial untuk {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],id_ID:["Tambah Indikator/Strategi pada {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],id_ID:["Tambah Metrik Finansial ini ke Seluruh Layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],id_ID:["Tambahkan metrik keuangan ini ke favorit"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],id_ID:["Tambah Indikator ini ke Seluruh Layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],id_ID:["Tambahkan indikator ini ke favorit"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],id_ID:["Tambah Strategi ini ke Seluruh Layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],id_ID:["Tambah Simbol ini ke Seluruh Layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],id_ID:["Selalu Tidak Terlihat"]}},36299:e=>{e.exports={en:["Always visible"], 36549:e=>{e.exports={en:["Chatham Islands"],id_ID:["Kepulauan Chatham"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],id_ID:["Lingkaran"]}},14985:e=>{e.exports={en:["Click to set a point"],id_ID:["Klik untuk menentukan sebuah poin"]}},12537:e=>{e.exports={en:["Clone"],id_ID:["Gandakan"]}},62578:e=>{e.exports={en:["Close"],id_ID:["Penutupan"]}},264:e=>{e.exports={en:["Create limit order"],id_ID:["Buat order baru"]}},6969:e=>{e.exports={en:["Cross"]}},74334:e=>{e.exports={en:["Cross Line"],id_ID:["Garis Perpotongan"]}},59396:e=>{e.exports={en:["Currencies"],id_ID:["Mata Uang"]}},20177:e=>{e.exports={en:["Current interval and above"],id_ID:["Interval saat ini dan di atasnya"]}},494:e=>{e.exports={en:["Current interval and below"],id_ID:["Interval saat ini dan di bawahnya"]}},60668:e=>{e.exports={en:["Current interval only"],id_ID:["Hanya interval saat ini"]}},78609:e=>{e.exports={en:["Curve"],id_ID:["Kurva"]}},87380:e=>{e.exports={en:["Cycle"],id_ID:["Siklus"]}},84031:e=>{e.exports={en:["Cyclic Lines"],id_ID:["Garis Siklus"]}},93191:e=>{e.exports={en:["Cypher Pattern"],id_ID:["Motif Cypher"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],id_ID:["Layout dengan nama tersebut sudah ada"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],id_ID:["Layout dengan nama tersebut sudah ada. Apakah anda ingin menimpanya?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],id_ID:["Motif ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],id_ID:["Jangkar"]}},42630:e=>{e.exports={en:["Anchorage"],id_ID:["Penjangkaran"]}},42669:e=>{e.exports={en:["Anchored Text"],id_ID:["Teks Terjangkar"]}},84541:e=>{e.exports={en:["Anchored VWAP"],id_ID:["VWAP Terjangkar"]}},77401:e=>{e.exports={en:["Access error"],id_ID:["Error akses"]}},46501:e=>{e.exports={en:["Add Symbol"],id_ID:["Tambah Simbol"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],id_ID:["Tambah metrik Finansial untuk {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],id_ID:["Tambah Indikator/Strategi pada {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],id_ID:["Tambah Metrik Finansial ini ke Seluruh Layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],id_ID:["Tambahkan metrik keuangan ini ke favorit"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],id_ID:["Tambah Indikator ini ke Seluruh Layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],id_ID:["Tambahkan indikator ini ke favorit"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],id_ID:["Tambah Strategi ini ke Seluruh Layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],id_ID:["Tambah Simbol ini ke Seluruh Layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],id_ID:["Selalu Tidak Terlihat"]}},36299:e=>{e.exports={en:["Always visible"],
id_ID:["Selalu Terlihat"]}},58026:e=>{e.exports={en:["All intervals"],id_ID:["Seluruh interval"]}},78358:e=>{e.exports={en:["Apply default"],id_ID:["Terapkan Bawaan"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],id_ID:["Terapkan Indikator berikut ini ke Seluruh Layout"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"],id_ID:["Busur"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"],id_ID:["Panah"]}},34247:e=>{e.exports={en:["Arrow Down"],id_ID:["Panah Turun"]}},36352:e=>{e.exports={en:["Arrow Marker"],id_ID:["Penanda panah"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],id_ID:["Tanda Panah Turun"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],id_ID:["Tanda Panah Kiri"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],id_ID:["Tanda Panah Kanan"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],id_ID:["Tanda Panah Naik"]}},77231:e=>{e.exports={en:["Arrow Up"],id_ID:["Panah Naik"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],id_ID:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],id_ID:["Pada penutupan"]}},73702:e=>{e.exports={en:["Athens"],id_ID:["Athena"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],id_ID:["Auto (Mengepaskan Data Pada Layar)"]}},46450:e=>{e.exports={en:["Aug"],id_ID:["Agst"]}},21841:e=>{e.exports={en:["Average close price label"],id_ID:["Label rata-rata harga penutupan"]}},16138:e=>{e.exports={en:["Average close price line"],id_ID:["Garis harga rata-rata penutupan"]}},73025:e=>{e.exports={en:["Avg"],id_ID:["Rata-rata"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],id_ID:["Balon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],id_ID:["Putar Ulang Bar tidak tersedia untuk tipe chart ini. Apakah anda ingin keluar dari Putar Ulang Bar?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],id_ID:["Putar Ulang Bar tidak tersedia untuk simbol ini. Apakah anda ingin keluar dari Putar Ulang Bar?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],id_ID:["Putar Ulang Bar tidak tersedia untuk interval waktu ini. Apakah anda ingin keluar dari Putar Ulang Bar?"]}},27377:e=>{e.exports={en:["Bars"],id_ID:["Bar"]}},81994:e=>{e.exports={en:["Bars Pattern"],id_ID:["Motif Bar"]}},59213:e=>{e.exports={en:["Baseline"],id_ID:["Garis dasar"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],id_ID:["Kuas"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],id_ID:["Bawa Maju"]}},17293:e=>{e.exports={en:["Bring to front"],id_ID:["Bawa ke Depan"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]} id_ID:["Selalu Terlihat"]}},58026:e=>{e.exports={en:["All intervals"],id_ID:["Seluruh interval"]}},78358:e=>{e.exports={en:["Apply default"],id_ID:["Terapkan Bawaan"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],id_ID:["Terapkan Indikator berikut ini ke Seluruh Layout"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"],id_ID:["Busur"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"],id_ID:["Panah"]}},34247:e=>{e.exports={en:["Arrow Down"],id_ID:["Panah Turun"]}},36352:e=>{e.exports={en:["Arrow Marker"],id_ID:["Penanda panah"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],id_ID:["Tanda Panah Turun"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],id_ID:["Tanda Panah Kiri"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],id_ID:["Tanda Panah Kanan"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],id_ID:["Tanda Panah Naik"]}},77231:e=>{e.exports={en:["Arrow Up"],id_ID:["Panah Naik"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],id_ID:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],id_ID:["Pada penutupan"]}},73702:e=>{e.exports={en:["Athens"],id_ID:["Athena"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],id_ID:["Auto (Mengepaskan Data Pada Layar)"]}},46450:e=>{e.exports={en:["Aug"],id_ID:["Agst"]}},21841:e=>{e.exports={en:["Average close price label"],id_ID:["Label rata-rata harga penutupan"]}},16138:e=>{e.exports={en:["Average close price line"],id_ID:["Garis harga rata-rata penutupan"]}},73025:e=>{e.exports={en:["Avg"],id_ID:["Rata-rata"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"]}},70540:e=>{e.exports={en:["Balloon"],id_ID:["Balon"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],id_ID:["Putar Ulang Bar tidak tersedia untuk tipe chart ini. Apakah anda ingin keluar dari Putar Ulang Bar?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],id_ID:["Putar Ulang Bar tidak tersedia untuk simbol ini. Apakah anda ingin keluar dari Putar Ulang Bar?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],id_ID:["Putar Ulang Bar tidak tersedia untuk interval waktu ini. Apakah anda ingin keluar dari Putar Ulang Bar?"]}},27377:e=>{e.exports={en:["Bars"],id_ID:["Bar"]}},81994:e=>{e.exports={en:["Bars Pattern"],id_ID:["Motif Bar"]}},59213:e=>{e.exports={en:["Baseline"],id_ID:["Garis dasar"]}},71797:e=>{e.exports={en:["Belgrade"]}},64313:e=>{e.exports={en:["Berlin"]}},43539:e=>{e.exports={en:["Brush"],id_ID:["Kuas"]}},91499:e=>{e.exports={en:["Brussels"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={en:["Bring forward"],id_ID:["Bawa Maju"]}},17293:e=>{e.exports={en:["Bring to front"],id_ID:["Bawa ke Depan"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"]}},20313:e=>{e.exports={en:["Budapest"]}
},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],id_ID:["Oleh TradingView"]}},54280:e=>{e.exports={en:["Go to date"],id_ID:["Menuju ke tanggal"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],id_ID:["Menuju ke {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],id_ID:["Mengerti"]}},47460:e=>{e.exports={en:["Gann Box"],id_ID:["Kotak Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],id_ID:["Kipas Gann"]}},44763:e=>{e.exports={en:["Gann Square"],id_ID:["Persegi Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],id_ID:["Kotak Gann Paten"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],id_ID:["Supercycle Besar"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],id_ID:["Apakah anda yakin ingin menghapus template indikator '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],id_ID:["Apakah benar anda ingin menghapus studi beserta semua turunannya?"]}},77125:e=>{e.exports={en:["Double Curve"],id_ID:["Kurva Ganda"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],id_ID:["Dobel-klik di tepi mana pun untuk mengatur ulang kisi layout"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],id_ID:["Klik dua kali untuk menyelesaikan Jalur"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],id_ID:["Klik dua kali untuk menyelesaikan Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],id_ID:["Ketuk dua kali di tepi mana pun untuk mereset grid layout"]}},57131:e=>{e.exports={en:["Data Provided by"],id_ID:["Data Disediakan oleh"]}},22677:e=>{e.exports={en:["Date"],id_ID:["Tanggal"]}},85444:e=>{e.exports={en:["Date Range"],id_ID:["Rentang Tanggal"]}},47017:e=>{e.exports={en:["Date and Price Range"],id_ID:["Rentang Tanggal dan Harga"]}},32084:e=>{e.exports={en:["Dec"],id_ID:["Des"]}},23403:e=>{e.exports={en:["Degree"],id_ID:["Derajat"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],id_ID:["Berlian"]}},91544:e=>{e.exports={en:["Disjoint Channel"],id_ID:["Kanal Disjoint"]}},70132:e=>{e.exports={en:["Displacement"],id_ID:["Pemindahan"]}},93864:e=>{e.exports={en:["Drawings toolbar"],id_ID:["Toolbar Alat Gambar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],id_ID:["Gambar Garis Line di {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],id_ID:["Masukkan nama layout chart yang baru"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],id_ID:["Gelombang Koreksi Elliott (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],id_ID:["Gelombang Kombinasi Dobel Elliott (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],id_ID:["Gelombang Impulse Elliott (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"], },25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],id_ID:["Oleh TradingView"]}},54280:e=>{e.exports={en:["Go to date"],id_ID:["Menuju ke tanggal"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],id_ID:["Menuju ke {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],id_ID:["Mengerti"]}},47460:e=>{e.exports={en:["Gann Box"],id_ID:["Kotak Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],id_ID:["Kipas Gann"]}},44763:e=>{e.exports={en:["Gann Square"],id_ID:["Persegi Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],id_ID:["Kotak Gann Paten"]}},46808:e=>{e.exports={en:["Ghost Feed"]}},57726:e=>{e.exports={en:["Grand supercycle"],id_ID:["Supercycle Besar"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],id_ID:["Apakah anda yakin ingin menghapus template indikator '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],id_ID:["Apakah benar anda ingin menghapus studi beserta semua turunannya?"]}},77125:e=>{e.exports={en:["Double Curve"],id_ID:["Kurva Ganda"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],id_ID:["Dobel-klik di tepi mana pun untuk mengatur ulang kisi layout"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],id_ID:["Klik dua kali untuk menyelesaikan Jalur"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],id_ID:["Klik dua kali untuk menyelesaikan Polyline"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],id_ID:["Ketuk dua kali di tepi mana pun untuk mereset grid layout"]}},57131:e=>{e.exports={en:["Data Provided by"],id_ID:["Data Disediakan oleh"]}},22677:e=>{e.exports={en:["Date"],id_ID:["Tanggal"]}},85444:e=>{e.exports={en:["Date Range"],id_ID:["Rentang Tanggal"]}},47017:e=>{e.exports={en:["Date and Price Range"],id_ID:["Rentang Tanggal dan Harga"]}},32084:e=>{e.exports={en:["Dec"],id_ID:["Des"]}},23403:e=>{e.exports={en:["Degree"],id_ID:["Derajat"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],id_ID:["Berlian"]}},91544:e=>{e.exports={en:["Disjoint Channel"],id_ID:["Kanal Disjoint"]}},70132:e=>{e.exports={en:["Displacement"],id_ID:["Pemindahan"]}},93864:e=>{e.exports={en:["Drawings toolbar"],id_ID:["Toolbar Alat Gambar"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],id_ID:["Gambar Garis Line di {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],id_ID:["Masukkan nama layout chart yang baru"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],id_ID:["Gelombang Koreksi Elliott (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],id_ID:["Gelombang Kombinasi Dobel Elliott (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],id_ID:["Gelombang Impulse Elliott (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],
id_ID:["Gelombang Segitiga Elliott / Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],id_ID:["Gelombang Kombinasi Tripel Elliott (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],id_ID:["Elips"]}},52788:e=>{e.exports={en:["Extended Line"],id_ID:["Garis Perpanjangan"]}},86905:e=>{e.exports={en:["Exchange"],id_ID:["Bursa"]}},19271:e=>{e.exports={en:["Existing pane above"],id_ID:["Pane Yang Telah Ada Diatas"]}},46545:e=>{e.exports={en:["Existing pane below"],id_ID:["Pane Yang Telah Ada Dibawah"]}},20138:e=>{e.exports={en:["Forecast"],id_ID:["Prakiraan"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],id_ID:["Kanal Fib"]}},82330:e=>{e.exports={en:["Fib Circles"],id_ID:["Lingkaran Fib"]}},55986:e=>{e.exports={en:["Fib Retracement"],id_ID:["Retracemen Fib"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],id_ID:["Busur Resisten Kecepatan Fib"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],id_ID:["Kipas Resisten Kecepatan Fib"]}},39014:e=>{e.exports={en:["Fib Spiral"],id_ID:["Spiral Fib"]}},30622:e=>{e.exports={en:["Fib Time Zone"],id_ID:["Zona Waktu Fib"]}},85042:e=>{e.exports={en:["Fib Wedge"],id_ID:["Baji Fib"]}},33885:e=>{e.exports={en:["Flag"],id_ID:["Bendera"]}},14600:e=>{e.exports={en:["Flag Mark"],id_ID:["Tanda Bendera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],id_ID:["Puncak/Dasar Datar"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],id_ID:["Bagian fraksi tidak valid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],id_ID:["Studi-Studi Fundamental tidak lagi tersedia pada chart"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],id_ID:["Area HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],id_ID:["Candle Kosong"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],id_ID:["Garis Horisontal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],id_ID:["Sinar Horisontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],id_ID:["Head dan Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],id_ID:["Sembunyikan"]}},47074:e=>{e.exports={en:["Hide all"],id_ID:["Sembunyikan seluruhnya"]}},52563:e=>{e.exports={en:["Hide all drawings"],id_ID:["Sembunyikan seluruh gambar"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],id_ID:["Sembunyikan seluruh gambar dan indikator"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],id_ID:["Sembunyikan seluruh gambar, indikator, posisi & order"]}},78525:e=>{e.exports={en:["Hide all indicators"],id_ID:["Sembunyikan seluruh indikator"]}},42164:e=>{e.exports={en:["Hide all positions & orders"], id_ID:["Gelombang Segitiga Elliott / Elliott Triangle Wave (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],id_ID:["Gelombang Kombinasi Tripel Elliott (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],id_ID:["Elips"]}},52788:e=>{e.exports={en:["Extended Line"],id_ID:["Garis Perpanjangan"]}},86905:e=>{e.exports={en:["Exchange"],id_ID:["Bursa"]}},19271:e=>{e.exports={en:["Existing pane above"],id_ID:["Pane Yang Telah Ada Diatas"]}},46545:e=>{e.exports={en:["Existing pane below"],id_ID:["Pane Yang Telah Ada Dibawah"]}},20138:e=>{e.exports={en:["Forecast"],id_ID:["Prakiraan"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],id_ID:["Kanal Fib"]}},82330:e=>{e.exports={en:["Fib Circles"],id_ID:["Lingkaran Fib"]}},55986:e=>{e.exports={en:["Fib Retracement"],id_ID:["Retracemen Fib"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],id_ID:["Busur Resisten Kecepatan Fib"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],id_ID:["Kipas Resisten Kecepatan Fib"]}},39014:e=>{e.exports={en:["Fib Spiral"],id_ID:["Spiral Fib"]}},30622:e=>{e.exports={en:["Fib Time Zone"],id_ID:["Zona Waktu Fib"]}},85042:e=>{e.exports={en:["Fib Wedge"],id_ID:["Baji Fib"]}},33885:e=>{e.exports={en:["Flag"],id_ID:["Bendera"]}},14600:e=>{e.exports={en:["Flag Mark"],id_ID:["Tanda Bendera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],id_ID:["Puncak/Dasar Datar"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],id_ID:["Bagian fraksi tidak valid."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],id_ID:["Studi-Studi Fundamental tidak lagi tersedia pada chart"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],id_ID:["Area HLC"]}},886:e=>{e.exports={en:["HLC bars"],id_ID:["Bar HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],id_ID:["Candle Kosong"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],id_ID:["Garis Horisontal"]}},25487:e=>{e.exports={en:["Horizontal Ray"],id_ID:["Sinar Horisontal"]}},21928:e=>{e.exports={en:["Head and Shoulders"],id_ID:["Head dan Shoulders"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],id_ID:["Sembunyikan"]}},47074:e=>{e.exports={en:["Hide all"],id_ID:["Sembunyikan seluruhnya"]}},52563:e=>{e.exports={en:["Hide all drawings"],id_ID:["Sembunyikan seluruh gambar"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],id_ID:["Sembunyikan seluruh gambar dan indikator"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],id_ID:["Sembunyikan seluruh gambar, indikator, posisi & order"]}},78525:e=>{e.exports={en:["Hide all indicators"],id_ID:["Sembunyikan seluruh indikator"]}},42164:e=>{e.exports={
id_ID:["Sembunyikan seluruh posisi & order"]}},3217:e=>{e.exports={en:["Hide drawings"],id_ID:["Sembunyikan gambar"]}},97878:e=>{e.exports={en:["Hide events on chart"],id_ID:["Sembunyikan Peristiwa di Chart"]}},72351:e=>{e.exports={en:["Hide indicators"],id_ID:["Sembunyikan indikator"]}},28345:e=>{e.exports={en:["Hide marks on bars"],id_ID:["Sembunyikan Tanda-Tanda pada Bar"]}},92226:e=>{e.exports={en:["Hide positions & orders"],id_ID:["Sembunyikan posisi & order"]}},78254:e=>{e.exports={en:["High"],id_ID:["Tertinggi"]}},98236:e=>{e.exports={en:["High-low"],id_ID:["Tertinggi-Terendah"]}},99479:e=>{e.exports={en:["High and low price labels"],id_ID:["Label harga tertinggi dan terendah"]}},33766:e=>{e.exports={en:["High and low price lines"],id_ID:["Garis harga tertinggi dan terendah"]}},69476:e=>{e.exports={en:["Highlighter"],id_ID:["Penanda"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],id_ID:["Histogram terlalu besar, harap tambah {boldHighlightStart}Ukuran Baris{boldHighlightEnd} di jendela pengaturan."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],id_ID:["Histogram terlalu besar, harap tambah {boldHighlightStart}Tick Per Baris{boldHighlightEnd} di jendela pengaturan."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],id_ID:["Histogram terlalu besar, harap kurangi {boldHighlightStart}Ukuran Baris{boldHighlightEnd} di jendela pengaturan."]}},68065:e=>{e.exports={en:["Image"],id_ID:["Gambar"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],id_ID:["Interval kurang dari {resolution} tidak didukung untuk {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],id_ID:["Menengah"]}},14285:e=>{e.exports={en:["Invalid Symbol"],id_ID:["Simbol Tidak Valid"]}},52969:e=>{e.exports={en:["Invalid symbol"],id_ID:["Simbol tidak valid"]}},37189:e=>{e.exports={en:["Invert scale"],id_ID:["Inversikan Skala"]}},89999:e=>{e.exports={en:["Indexed to 100"],id_ID:["Diindeks ke 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],id_ID:["Label nilai indikator"]}},54418:e=>{e.exports={en:["Indicators name labels"],id_ID:["Label nama indikator"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],id_ID:["Indikator, Metrik dan Strategi. Tekan garis miring"]}},15992:e=>{e.exports={en:["Info Line"],id_ID:["Garis Info"]}},87829:e=>{e.exports={en:["Insert indicator"],id_ID:["Masukkan Indikator"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],id_ID:["Pitchfork Bagian Dalam"]}},37913:e=>{e.exports={en:["Icon"],id_ID:["Ikon"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"],id_ID:["Yerusalem"]}},53786:e=>{e.exports={en:["Jul"]}},429:e=>{e.exports={ en:["Hide all positions & orders"],id_ID:["Sembunyikan seluruh posisi & order"]}},3217:e=>{e.exports={en:["Hide drawings"],id_ID:["Sembunyikan gambar"]}},97878:e=>{e.exports={en:["Hide events on chart"],id_ID:["Sembunyikan Peristiwa di Chart"]}},72351:e=>{e.exports={en:["Hide indicators"],id_ID:["Sembunyikan indikator"]}},28345:e=>{e.exports={en:["Hide marks on bars"],id_ID:["Sembunyikan Tanda-Tanda pada Bar"]}},92226:e=>{e.exports={en:["Hide positions & orders"],id_ID:["Sembunyikan posisi & order"]}},78254:e=>{e.exports={en:["High"],id_ID:["Tertinggi"]}},98236:e=>{e.exports={en:["High-low"],id_ID:["Tertinggi-Terendah"]}},99479:e=>{e.exports={en:["High and low price labels"],id_ID:["Label harga tertinggi dan terendah"]}},33766:e=>{e.exports={en:["High and low price lines"],id_ID:["Garis harga tertinggi dan terendah"]}},69476:e=>{e.exports={en:["Highlighter"],id_ID:["Penanda"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],id_ID:["Histogram terlalu besar, harap tambah {boldHighlightStart}Ukuran Baris{boldHighlightEnd} di jendela pengaturan."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],id_ID:["Histogram terlalu besar, harap tambah {boldHighlightStart}Tick Per Baris{boldHighlightEnd} di jendela pengaturan."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],id_ID:["Histogram terlalu besar, harap kurangi {boldHighlightStart}Ukuran Baris{boldHighlightEnd} di jendela pengaturan."]}},68065:e=>{e.exports={en:["Image"],id_ID:["Gambar"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],id_ID:["Interval kurang dari {resolution} tidak didukung untuk {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],id_ID:["Menengah"]}},14285:e=>{e.exports={en:["Invalid Symbol"],id_ID:["Simbol Tidak Valid"]}},52969:e=>{e.exports={en:["Invalid symbol"],id_ID:["Simbol tidak valid"]}},37189:e=>{e.exports={en:["Invert scale"],id_ID:["Inversikan Skala"]}},89999:e=>{e.exports={en:["Indexed to 100"],id_ID:["Diindeks ke 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],id_ID:["Label nilai indikator"]}},54418:e=>{e.exports={en:["Indicators name labels"],id_ID:["Label nama indikator"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],id_ID:["Indikator, Metrik dan Strategi. Tekan garis miring"]}},15992:e=>{e.exports={en:["Info Line"],id_ID:["Garis Info"]}},87829:e=>{e.exports={en:["Insert indicator"],id_ID:["Masukkan Indikator"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],id_ID:["Pitchfork Bagian Dalam"]}},37913:e=>{e.exports={en:["Icon"],id_ID:["Ikon"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"]}},62310:e=>{e.exports={en:["Jan"]}},36057:e=>{e.exports={en:["Jerusalem"],id_ID:["Yerusalem"]}},53786:e=>{e.exports={
en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],id_ID:["Di Sebelah Kiri"]}},55813:e=>{e.exports={en:["On the right"],id_ID:["Di Sebelah Kanan"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],id_ID:["Hanya interval {availableResolutions} yang didukung oleh {ticker}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"],id_ID:["Pohon Objek"]}},12179:e=>{e.exports={en:["Oct"],id_ID:["Okt"]}},16610:e=>{e.exports={en:["Open"],id_ID:["Pembukaan"]}},27884:e=>{e.exports={en:["Open layout. Press period"],id_ID:["Buka layout. Tekan periode"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],id_ID:["Terendah"]}},51077:e=>{e.exports={en:["Lock"],id_ID:["Kunci"]}},79777:e=>{e.exports={en:["Lock/unlock"],id_ID:["Kunci/Buka Kunci"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],id_ID:["Kunci garis kursor vertikal berdasarkan waktu"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],id_ID:["Kunci Harga Ke Rasio Bar"]}},16170:e=>{e.exports={en:["Logarithmic"],id_ID:["Logaritma"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"],id_ID:["Posisi Pembelian"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],id_ID:["Label Turun"]}},52402:e=>{e.exports={en:["Label Up"],id_ID:["Label Naik"]}},5119:e=>{e.exports={en:["Labels"],id_ID:["Label"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],id_ID:["Perubahan hari terakhir"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],id_ID:["Garis"]}},9394:e=>{e.exports={en:["Line with markers"],id_ID:["Garis dengan penanda"]}},43588:e=>{e.exports={en:["Line break"],id_ID:["Garis Jeda"]}},56982:e=>{e.exports={en:["Lines"],id_ID:["Garis"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],id_ID:["Tautan ke gambar chart yang disalin ke clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],id_ID:["Pindahkan titiknya untuk memposisikan jangkar lalu tap untuk meletakkan"]}},35049:e=>{e.exports={en:["Move to"],id_ID:["Pindah Ke"]}},26493:e=>{e.exports={en:["Move scale to left"],id_ID:["Pindahkan Skala ke Kiri"]}},40789:e=>{e.exports={en:["Move scale to right"],id_ID:["Pindahkan Skala ke Kanan"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],id_ID:["Pitchfork Schiff Termodifikasi"]}},93907:e=>{e.exports={en:["More settings"],id_ID:["Pengaturan lainnya"]}},64039:e=>{e.exports={en:["Moscow"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"],id_ID:["Kota Meksiko"]}},88314:e=>{e.exports={en:["Merge all scales into one"],id_ID:["Gabungkan Seluruh Skala Menjadi Satu"]}},54215:e=>{e.exports={en:["Mixed"],id_ID:["Campuran"]}},24866:e=>{e.exports={ en:["Jul"]}},429:e=>{e.exports={en:["Jun"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],id_ID:["Di Sebelah Kiri"]}},55813:e=>{e.exports={en:["On the right"],id_ID:["Di Sebelah Kanan"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],id_ID:["Hanya interval {availableResolutions} yang didukung oleh {ticker}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"],id_ID:["Pohon Objek"]}},12179:e=>{e.exports={en:["Oct"],id_ID:["Okt"]}},16610:e=>{e.exports={en:["Open"],id_ID:["Pembukaan"]}},27884:e=>{e.exports={en:["Open layout. Press period"],id_ID:["Buka layout. Tekan periode"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],id_ID:["Terendah"]}},51077:e=>{e.exports={en:["Lock"],id_ID:["Kunci"]}},79777:e=>{e.exports={en:["Lock/unlock"],id_ID:["Kunci/Buka Kunci"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],id_ID:["Kunci garis kursor vertikal berdasarkan waktu"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],id_ID:["Kunci Harga Ke Rasio Bar"]}},16170:e=>{e.exports={en:["Logarithmic"],id_ID:["Logaritma"]}},19439:e=>{e.exports={en:["London"]}},74832:e=>{e.exports={en:["Long Position"],id_ID:["Posisi Pembelian"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],id_ID:["Label Turun"]}},52402:e=>{e.exports={en:["Label Up"],id_ID:["Label Naik"]}},5119:e=>{e.exports={en:["Labels"],id_ID:["Label"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],id_ID:["Perubahan hari terakhir"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],id_ID:["Garis"]}},9394:e=>{e.exports={en:["Line with markers"],id_ID:["Garis dengan penanda"]}},43588:e=>{e.exports={en:["Line break"],id_ID:["Garis Jeda"]}},56982:e=>{e.exports={en:["Lines"],id_ID:["Garis"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],id_ID:["Tautan ke gambar chart yang disalin ke clipboard {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"]}},81038:e=>{e.exports={en:["Luxembourg"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],id_ID:["Pindahkan titiknya untuk memposisikan jangkar lalu tap untuk meletakkan"]}},35049:e=>{e.exports={en:["Move to"],id_ID:["Pindah Ke"]}},26493:e=>{e.exports={en:["Move scale to left"],id_ID:["Pindahkan Skala ke Kiri"]}},40789:e=>{e.exports={en:["Move scale to right"],id_ID:["Pindahkan Skala ke Kanan"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],id_ID:["Pitchfork Schiff Termodifikasi"]}},93907:e=>{e.exports={en:["More settings"],id_ID:["Pengaturan lainnya"]}},64039:e=>{e.exports={en:["Moscow"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"],id_ID:["Kota Meksiko"]}},88314:e=>{e.exports={en:["Merge all scales into one"],id_ID:["Gabungkan Seluruh Skala Menjadi Satu"]}},54215:e=>{e.exports={en:["Mixed"],
en:["Micro"],id_ID:["Mikro"]}},87957:e=>{e.exports={en:["Millennium"],id_ID:["Milenium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"],id_ID:["Amat kecil"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"],id_ID:["Tidak Tersedia"]}},36252:e=>{e.exports={en:["No data here"],id_ID:["Belum ada data disini"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],id_ID:["Tanpa Skala (Layar Penuh)"]}},9140:e=>{e.exports={en:["No sync"],id_ID:["Tidak ada sinkronisasi"]}},50910:e=>{e.exports={en:["No volume data"],id_ID:["Tidak ada data volume"]}},99024:e=>{e.exports={en:["No, keep them"],id_ID:["Tidak, simpan saja"]}},94389:e=>{e.exports={en:["Note"],id_ID:["Catatan"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],id_ID:["Pulai Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],id_ID:["Selandia Baru"]}},15512:e=>{e.exports={en:["New pane above"],id_ID:["Panel baru diatas"]}},52160:e=>{e.exports={en:["New pane below"],id_ID:["Panel baru dibawah"]}},94600:e=>{e.exports={en:["Nicosia"],id_ID:["Nikosia"]}},73013:e=>{e.exports={en:["Something went wrong"],id_ID:["Terjadi masalah"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],id_ID:["Terjadi kesalahan saat membuat indikator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],id_ID:["Terjadi kesalahan. Harap coba kembali nanti."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],id_ID:["Simpan Layout Chart Baru"]}},76266:e=>{e.exports={en:["Save as"],id_ID:["Simpan Sebagai"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],id_ID:["Mata uang skala"]}},43758:e=>{e.exports={en:["Scale price chart only"],id_ID:["Skalakan Chart Harga Saja"]}},40012:e=>{e.exports={en:["Scale unit"],id_ID:["Unit skala"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],id_ID:["Pitchfork Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],id_ID:["Skrip mungkin tidak diperbaharui apabila anda menginggalkan halaman ini."]}},32514:e=>{e.exports={en:["Settings"],id_ID:["Pengaturan"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],id_ID:["Bagian pecahan kedua tidak valid."]}},75594:e=>{e.exports={en:["Security info"],id_ID:["Informasi keamanan"]}},21973:e=>{e.exports={en:["Send to back"],id_ID:["Kirim ke Belakang"]}},71179:e=>{e.exports={en:["Send backward"],id_ID:["Kirim Mundur"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"],id_ID:["Sesi"]}},83298:e=>{e.exports={en:["Session volume profile"],id_ID:["Profil volume sesi"]}},66707:e=>{e.exports={en:["Session breaks"],id_ID:["Jeda Sesi"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],id_ID:["Posisi Penjualan"]}},98334:e=>{e.exports={en:["Show"],id_ID:["Perlihatkan"]}},85891:e=>{ id_ID:["Campuran"]}},24866:e=>{e.exports={en:["Micro"],id_ID:["Mikro"]}},87957:e=>{e.exports={en:["Millennium"],id_ID:["Milenium"]}},14724:e=>{e.exports={en:["Minuette"]}},78273:e=>{e.exports={en:["Minuscule"],id_ID:["Amat kecil"]}},9865:e=>{e.exports={en:["Muscat"]}},96935:e=>{e.exports={en:["N/A"],id_ID:["Tidak Tersedia"]}},36252:e=>{e.exports={en:["No data here"],id_ID:["Belum ada data disini"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],id_ID:["Tanpa Skala (Layar Penuh)"]}},9140:e=>{e.exports={en:["No sync"],id_ID:["Tidak ada sinkronisasi"]}},50910:e=>{e.exports={en:["No volume data"],id_ID:["Tidak ada data volume"]}},99024:e=>{e.exports={en:["No, keep them"],id_ID:["Tidak, simpan saja"]}},94389:e=>{e.exports={en:["Note"],id_ID:["Catatan"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],id_ID:["Pulai Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],id_ID:["Selandia Baru"]}},15512:e=>{e.exports={en:["New pane above"],id_ID:["Panel baru diatas"]}},52160:e=>{e.exports={en:["New pane below"],id_ID:["Panel baru dibawah"]}},94600:e=>{e.exports={en:["Nicosia"],id_ID:["Nikosia"]}},73013:e=>{e.exports={en:["Something went wrong"],id_ID:["Terjadi masalah"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],id_ID:["Terjadi kesalahan saat membuat indikator."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],id_ID:["Terjadi kesalahan. Harap coba kembali nanti."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],id_ID:["Simpan Layout Chart Baru"]}},76266:e=>{e.exports={en:["Save as"],id_ID:["Simpan Sebagai"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"]}},43931:e=>{e.exports={en:["Scale currency"],id_ID:["Mata uang skala"]}},43758:e=>{e.exports={en:["Scale price chart only"],id_ID:["Skalakan Chart Harga Saja"]}},40012:e=>{e.exports={en:["Scale unit"],id_ID:["Unit skala"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],id_ID:["Pitchfork Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],id_ID:["Skrip mungkin tidak diperbaharui apabila anda menginggalkan halaman ini."]}},32514:e=>{e.exports={en:["Settings"],id_ID:["Pengaturan"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],id_ID:["Bagian pecahan kedua tidak valid."]}},75594:e=>{e.exports={en:["Security info"],id_ID:["Informasi keamanan"]}},21973:e=>{e.exports={en:["Send to back"],id_ID:["Kirim ke Belakang"]}},71179:e=>{e.exports={en:["Send backward"],id_ID:["Kirim Mundur"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"]}},94031:e=>{e.exports={en:["Session"],id_ID:["Sesi"]}},83298:e=>{e.exports={en:["Session volume profile"],id_ID:["Profil volume sesi"]}},66707:e=>{e.exports={en:["Session breaks"],id_ID:["Jeda Sesi"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],id_ID:["Posisi Penjualan"]}},98334:e=>{e.exports={en:["Show"],
e.exports={en:["Show all drawings"],id_ID:["Tampilkan seluruh gambar"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],id_ID:["Tampilkan seluruh gambar dan indikator"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],id_ID:["Tampilkan seluruh gambar, indikator, posisi & order"]}},98753:e=>{e.exports={en:["Show all indicators"],id_ID:["Tampilkan seluruh indikator"]}},55418:e=>{e.exports={en:["Show all ideas"],id_ID:["Tampilkan seluruh ide"]}},20506:e=>{e.exports={en:["Show all positions & orders"],id_ID:["Tampilkan seluruh posisi & order"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],id_ID:["Tampilkan perubahan kontrak berlanjut"]}},81465:e=>{e.exports={en:["Show contract expiration"],id_ID:["Tampilkan kedaluwarsa kontrak"]}},29449:e=>{e.exports={en:["Show dividends"],id_ID:["Perlihatkan dividen"]}},37113:e=>{e.exports={en:["Show earnings"],id_ID:["Perlihatkan perolehan"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],id_ID:["Tampilkan ide dari pengguna yang diikuti"]}},62986:e=>{e.exports={en:["Show latest news"],id_ID:["Tampilkan berita terkini"]}},44020:e=>{e.exports={en:["Show my ideas only"],id_ID:["Tampilkan ide saya saja"]}},50849:e=>{e.exports={en:["Show splits"],id_ID:["Perlihatkan pemecahan"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"],id_ID:["Singapura"]}},39090:e=>{e.exports={en:["Sine Line"],id_ID:["Garis Sinus"]}},66205:e=>{e.exports={en:["Square"],id_ID:["Persegi"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],id_ID:["Batas studi terlewati. {number} studi per layout.\nHarap menghilangkan beberapa studi."]}},92516:e=>{e.exports={en:["Style"],id_ID:["Corak"]}},61507:e=>{e.exports={en:["Stack on the left"],id_ID:["Susun di Kiri"]}},97800:e=>{e.exports={en:["Stack on the right"],id_ID:["Susun di Kanan"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],id_ID:["Mulai gunakan mode navigasi keyboard. Tekan {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],id_ID:["Tetap Dalam Mode Menggambar"]}},69217:e=>{e.exports={en:["Step line"],id_ID:["Garis tahap"]}},43114:e=>{e.exports={en:["Sticker"],id_ID:["Stiker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"],id_ID:["Submikro"]}},63375:e=>{e.exports={en:["Submillennium"],id_ID:["Submilenium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"],id_ID:["Supermilenium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],id_ID:["Beralih ke {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],id_ID:["Simbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"],id_ID:["Label Nama Simbol"]}},10127:e=>{e.exports={en:["Symbol last price label"],id_ID:["Label Nilai Terakhir Simbol"]}},39079:e=>{e.exports={en:["Sync globally"],id_ID:["Sinkronisasikan secara global"]}},46607:e=>{e.exports={ id_ID:["Perlihatkan"]}},85891:e=>{e.exports={en:["Show all drawings"],id_ID:["Tampilkan seluruh gambar"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],id_ID:["Tampilkan seluruh gambar dan indikator"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],id_ID:["Tampilkan seluruh gambar, indikator, posisi & order"]}},98753:e=>{e.exports={en:["Show all indicators"],id_ID:["Tampilkan seluruh indikator"]}},55418:e=>{e.exports={en:["Show all ideas"],id_ID:["Tampilkan seluruh ide"]}},20506:e=>{e.exports={en:["Show all positions & orders"],id_ID:["Tampilkan seluruh posisi & order"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],id_ID:["Tampilkan perubahan kontrak berlanjut"]}},81465:e=>{e.exports={en:["Show contract expiration"],id_ID:["Tampilkan kedaluwarsa kontrak"]}},29449:e=>{e.exports={en:["Show dividends"],id_ID:["Perlihatkan dividen"]}},37113:e=>{e.exports={en:["Show earnings"],id_ID:["Perlihatkan perolehan"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],id_ID:["Tampilkan ide dari pengguna yang diikuti"]}},62986:e=>{e.exports={en:["Show latest news"],id_ID:["Tampilkan berita terkini"]}},44020:e=>{e.exports={en:["Show my ideas only"],id_ID:["Tampilkan ide saya saja"]}},50849:e=>{e.exports={en:["Show splits"],id_ID:["Perlihatkan pemecahan"]}},67751:e=>{e.exports={en:["Signpost"]}},77377:e=>{e.exports={en:["Singapore"],id_ID:["Singapura"]}},39090:e=>{e.exports={en:["Sine Line"],id_ID:["Garis Sinus"]}},66205:e=>{e.exports={en:["Square"],id_ID:["Persegi"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],id_ID:["Batas studi terlewati. {number} studi per layout.\nHarap menghilangkan beberapa studi."]}},92516:e=>{e.exports={en:["Style"],id_ID:["Corak"]}},61507:e=>{e.exports={en:["Stack on the left"],id_ID:["Susun di Kiri"]}},97800:e=>{e.exports={en:["Stack on the right"],id_ID:["Susun di Kanan"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],id_ID:["Mulai gunakan mode navigasi keyboard. Tekan {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],id_ID:["Tetap Dalam Mode Menggambar"]}},69217:e=>{e.exports={en:["Step line"],id_ID:["Garis tahap"]}},43114:e=>{e.exports={en:["Sticker"],id_ID:["Stiker"]}},86716:e=>{e.exports={en:["Stockholm"]}},1145:e=>{e.exports={en:["Submicro"],id_ID:["Submikro"]}},63375:e=>{e.exports={en:["Submillennium"],id_ID:["Submilenium"]}},30585:e=>{e.exports={en:["Subminuette"]}},67948:e=>{e.exports={en:["Supercycle"]}},3348:e=>{e.exports={en:["Supermillennium"],id_ID:["Supermilenium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],id_ID:["Beralih ke {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],id_ID:["Simbol Error"]}},32390:e=>{e.exports={en:["Symbol name label"],id_ID:["Label Nama Simbol"]}},10127:e=>{e.exports={en:["Symbol last price label"],id_ID:["Label Nilai Terakhir Simbol"]}},39079:e=>{e.exports={en:["Sync globally"],id_ID:["Sinkronisasikan secara global"]}},
en:["Sync in layout"],id_ID:["Sinkronisasi pada layout"]}},76519:e=>{e.exports={en:["Point & figure"],id_ID:["Poin & Figur"]}},39949:e=>{e.exports={en:["Polyline"]}},371:e=>{e.exports={en:["Path"],id_ID:["Jalur"]}},59256:e=>{e.exports={en:["Parallel Channel"],id_ID:["Kanal Paralel"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"],id_ID:["Persen"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"],id_ID:["Pin ke Skala Kiri Baru"]}},28280:e=>{e.exports={en:["Pin to new right scale"],id_ID:["Pin ke Skala Kanan Baru"]}},14115:e=>{e.exports={en:["Pin to left scale"],id_ID:["Pin ke Skala Kiri"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],id_ID:["Pin ke Skala Kiri (Tersembunyi)"]}},81054:e=>{e.exports={en:["Pin to right scale"],id_ID:["Pin ke skala kanan"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],id_ID:["Pin ke Skala Kanan (Tersembunyi)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],id_ID:["Pin ke Skala (Saat ini Kiri)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],id_ID:["Pin ke Skala (Saat ini Tanpa Skala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],id_ID:["Pin ke Skala (Saat ini Kanan)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],id_ID:["Pin ke Skala ({label} Saat ini)"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],id_ID:["Pin ke Skala {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],id_ID:["Pin ke Skala {label} (Tersembunyi)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],id_ID:["Di Pin ke Skala Kiri"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],id_ID:["Di Pin ke Skala Kiri (Tersembunyi)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],id_ID:["Di Pin ke Skala Kanan"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],id_ID:["Pin ke Skala Kanan (Tersembunyi)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],id_ID:["Di Pin ke Skala {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],id_ID:["Di Pin ke Skala {label} (Tersembunyi)"]}},71566:e=>{e.exports={en:["Plus button"],id_ID:["Tanda tambah"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],id_ID:["Harap beri kami izin menulis clipboard di browser anda atau tekan {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],id_ID:["Praha"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],id_ID:["Tekan dan tahan {key} saat melakukan zoom untuk mempertahankan posisi chart"]}},91282:e=>{e.exports={en:["Price Label"],id_ID:["Label Harga"]}},97512:e=>{e.exports={en:["Price Note"],id_ID:["Catatan Harga"]}},68941:e=>{e.exports={en:["Price Range"],id_ID:["Rentang Harga"]}},66123:e=>{e.exports={en:["Price format is invalid."],id_ID:["Format harga tidak valid."]}},72926:e=>{ 46607:e=>{e.exports={en:["Sync in layout"],id_ID:["Sinkronisasi pada layout"]}},76519:e=>{e.exports={en:["Point & figure"],id_ID:["Poin & Figur"]}},39949:e=>{e.exports={en:["Polyline"]}},371:e=>{e.exports={en:["Path"],id_ID:["Jalur"]}},59256:e=>{e.exports={en:["Parallel Channel"],id_ID:["Kanal Paralel"]}},61879:e=>{e.exports={en:["Paris"]}},35140:e=>{e.exports={en:["Paste"]}},6919:e=>{e.exports={en:["Percent"],id_ID:["Persen"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"]}},33110:e=>{e.exports={en:["Pin to new left scale"],id_ID:["Pin ke Skala Kiri Baru"]}},28280:e=>{e.exports={en:["Pin to new right scale"],id_ID:["Pin ke Skala Kanan Baru"]}},14115:e=>{e.exports={en:["Pin to left scale"],id_ID:["Pin ke Skala Kiri"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],id_ID:["Pin ke Skala Kiri (Tersembunyi)"]}},81054:e=>{e.exports={en:["Pin to right scale"],id_ID:["Pin ke skala kanan"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],id_ID:["Pin ke Skala Kanan (Tersembunyi)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],id_ID:["Pin ke Skala (Saat ini Kiri)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],id_ID:["Pin ke Skala (Saat ini Tanpa Skala)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],id_ID:["Pin ke Skala (Saat ini Kanan)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],id_ID:["Pin ke Skala ({label} Saat ini)"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],id_ID:["Pin ke Skala {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],id_ID:["Pin ke Skala {label} (Tersembunyi)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],id_ID:["Di Pin ke Skala Kiri"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],id_ID:["Di Pin ke Skala Kiri (Tersembunyi)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],id_ID:["Di Pin ke Skala Kanan"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],id_ID:["Pin ke Skala Kanan (Tersembunyi)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],id_ID:["Di Pin ke Skala {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],id_ID:["Di Pin ke Skala {label} (Tersembunyi)"]}},71566:e=>{e.exports={en:["Plus button"],id_ID:["Tanda tambah"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],id_ID:["Harap beri kami izin menulis clipboard di browser anda atau tekan {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],id_ID:["Praha"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],id_ID:["Tekan dan tahan {key} saat melakukan zoom untuk mempertahankan posisi chart"]}},91282:e=>{e.exports={en:["Price Label"],id_ID:["Label Harga"]}},97512:e=>{e.exports={en:["Price Note"],id_ID:["Catatan Harga"]}},68941:e=>{e.exports={en:["Price Range"],id_ID:["Rentang Harga"]}},66123:e=>{e.exports={en:["Price format is invalid."],
e.exports={en:["Price line"],id_ID:["Garis Harga"]}},59189:e=>{e.exports={en:["Primary"],id_ID:["Primer"]}},75747:e=>{e.exports={en:["Projection"],id_ID:["Proyeksi"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],id_ID:["Dipublikasikan pada {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],id_ID:["Pencarian cepat. Tekan {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],id_ID:["Persegi Terputar"]}},52961:e=>{e.exports={en:["Rome"],id_ID:["Roma"]}},50318:e=>{e.exports={en:["Ray"],id_ID:["Sinar"]}},55169:e=>{e.exports={en:["Range"],id_ID:["Rentang"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],id_ID:["Persegi"]}},48236:e=>{e.exports={en:["Redo"],id_ID:["Ulangi"]}},2460:e=>{e.exports={en:["Regression Trend"],id_ID:["Tren Regresi"]}},67410:e=>{e.exports={en:["Remove"],id_ID:["Hilangkan"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],id_ID:["Hapus metrik keuangan ini dari favorit"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],id_ID:["Hapus indikator ini dari favorit"]}},86285:e=>{e.exports={en:["Remove {drawings}"],id_ID:["Hilangkan {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],id_ID:["Hilangkan {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],id_ID:["Hilangkan {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],id_ID:["Ganti Nama Layout Chart"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],id_ID:["Atur ulang tampilan chart"]}},88853:e=>{e.exports={en:["Reset points"],id_ID:["Reset poin"]}},15332:e=>{e.exports={en:["Reset price scale"],id_ID:["Atur ulang skala harga"]}},54170:e=>{e.exports={en:["Reset time scale"],id_ID:["Reset Skala Waktu"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],id_ID:["Error runtime"]}},66719:e=>{e.exports={en:["Warning"],id_ID:["Peringatan"]}},5959:e=>{e.exports={en:["Warsaw"],id_ID:["Warsawa"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],id_ID:["Tabel"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"],id_ID:["Teheran"]}},93553:e=>{e.exports={en:["Template"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],id_ID:["Vendor data tidak menyediakan data volume untuk simbol ini."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],id_ID:["Kilasan publikasi tidak dapat dimuat. Harap matikan ekstensi browser anda lalu coba kembali."]}},99274:e=>{e.exports={ id_ID:["Format harga tidak valid."]}},72926:e=>{e.exports={en:["Price line"],id_ID:["Garis Harga"]}},59189:e=>{e.exports={en:["Primary"],id_ID:["Primer"]}},75747:e=>{e.exports={en:["Projection"],id_ID:["Proyeksi"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],id_ID:["Dipublikasikan pada {customer}, {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],id_ID:["Pencarian cepat. Tekan {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],id_ID:["Persegi Terputar"]}},52961:e=>{e.exports={en:["Rome"],id_ID:["Roma"]}},50318:e=>{e.exports={en:["Ray"],id_ID:["Sinar"]}},55169:e=>{e.exports={en:["Range"],id_ID:["Rentang"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],id_ID:["Persegi"]}},48236:e=>{e.exports={en:["Redo"],id_ID:["Ulangi"]}},2460:e=>{e.exports={en:["Regression Trend"],id_ID:["Tren Regresi"]}},67410:e=>{e.exports={en:["Remove"],id_ID:["Hilangkan"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],id_ID:["Hapus metrik keuangan ini dari favorit"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],id_ID:["Hapus indikator ini dari favorit"]}},86285:e=>{e.exports={en:["Remove {drawings}"],id_ID:["Hilangkan {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],id_ID:["Hilangkan {drawings} & {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],id_ID:["Hilangkan {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],id_ID:["Ganti Nama Layout Chart"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],id_ID:["Atur ulang tampilan chart"]}},88853:e=>{e.exports={en:["Reset points"],id_ID:["Reset poin"]}},15332:e=>{e.exports={en:["Reset price scale"],id_ID:["Atur ulang skala harga"]}},54170:e=>{e.exports={en:["Reset time scale"],id_ID:["Reset Skala Waktu"]}},37974:e=>{e.exports={en:["Riyadh"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],id_ID:["Error runtime"]}},66719:e=>{e.exports={en:["Warning"],id_ID:["Peringatan"]}},5959:e=>{e.exports={en:["Warsaw"],id_ID:["Warsawa"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],id_ID:["Tabel"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"],id_ID:["Teheran"]}},93553:e=>{e.exports={en:["Template"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],id_ID:["Vendor data tidak menyediakan data volume untuk simbol ini."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],id_ID:["Kilasan publikasi tidak dapat dimuat. Harap matikan ekstensi browser anda lalu coba kembali."]}},99274:e=>{e.exports={
en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],id_ID:["Permintaan tersebut membutuhkan waktu terlalu lama untuk diproses. Pastikan anda memiliki koneksi internet yang stabil. Jika masalah masih berlanjut, cobalah untuk mengurangi durasi interval waktu yang diminta."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],id_ID:["Tidak ada data untuk periode dan kerangka waktu chart yang anda pilih."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],id_ID:["File terlalu besar. Ukuran maksimum adalah {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],id_ID:["Indikator ini tidak dapat diterapkan pada indikator lain"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],id_ID:["Skrip ini mengandung error. Silahkan hubungi penulisnya."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],id_ID:["Skrip ini hanya-undangan. Untuk meminta akses, silakan hubungi penulisnya."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],id_ID:["Simbol tersebut hanya tersedia di {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],id_ID:["Interval berbasis tick tidak tersedia untuk {ticker}."]}},12806:e=>{e.exports={en:["Time"],id_ID:["Waktu"]}},20909:e=>{e.exports={en:["Time zone"],id_ID:["Zona Waktu"]}},46852:e=>{e.exports={en:["Time Cycles"],id_ID:["Siklus Waktu"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],id_ID:["Peluang Harga Waktu"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],id_ID:["Tradingview bersifat interaktif dan memiliki perintah untuk digunakan dengan pembaca layar. Berikut ini adalah daftar perintah keyboard yang tersedia untuk berinteraksi di platform"]}},35757:e=>{e.exports={en:["Trend Angle"],id_ID:["Sudut Tren"]}},97339:e=>{e.exports={en:["Trend Line"],id_ID:["Garis Tren"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],id_ID:["Ekstensi Fib Berbasis Tren"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],id_ID:["Waktu Fib Berbasis Tren"]}},1671:e=>{e.exports={en:["Triangle"],id_ID:["Segitiga"]}},76152:e=>{e.exports={en:["Triangle Down"],id_ID:["Segitiga Turun"]}},90148:e=>{e.exports={en:["Triangle Pattern"],id_ID:["Motif Segitiga"]}},21236:e=>{e.exports={en:["Triangle Up"],id_ID:["Segitiga Naik"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],id_ID:["Kembalikan"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."], en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],id_ID:["Permintaan tersebut membutuhkan waktu terlalu lama untuk diproses. Pastikan anda memiliki koneksi internet yang stabil. Jika masalah masih berlanjut, cobalah untuk mengurangi durasi interval waktu yang diminta."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],id_ID:["Tidak ada data untuk periode dan kerangka waktu chart yang anda pilih."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],id_ID:["File terlalu besar. Ukuran maksimum adalah {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],id_ID:["Indikator ini tidak dapat diterapkan pada indikator lain"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],id_ID:["Skrip ini mengandung error. Silahkan hubungi penulisnya."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],id_ID:["Skrip ini hanya-undangan. Untuk meminta akses, silakan hubungi penulisnya."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],id_ID:["Simbol tersebut hanya tersedia di {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],id_ID:["Interval berbasis tick tidak tersedia untuk {ticker}."]}},12806:e=>{e.exports={en:["Time"],id_ID:["Waktu"]}},20909:e=>{e.exports={en:["Time zone"],id_ID:["Zona Waktu"]}},46852:e=>{e.exports={en:["Time Cycles"],id_ID:["Siklus Waktu"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],id_ID:["Peluang Harga Waktu"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],id_ID:["Tradingview bersifat interaktif dan memiliki perintah untuk digunakan dengan pembaca layar. Berikut ini adalah daftar perintah keyboard yang tersedia untuk berinteraksi di platform"]}},35757:e=>{e.exports={en:["Trend Angle"],id_ID:["Sudut Tren"]}},97339:e=>{e.exports={en:["Trend Line"],id_ID:["Garis Tren"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],id_ID:["Ekstensi Fib Berbasis Tren"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],id_ID:["Waktu Fib Berbasis Tren"]}},1671:e=>{e.exports={en:["Triangle"],id_ID:["Segitiga"]}},76152:e=>{e.exports={en:["Triangle Down"],id_ID:["Segitiga Turun"]}},90148:e=>{e.exports={en:["Triangle Pattern"],id_ID:["Motif Segitiga"]}},21236:e=>{e.exports={en:["Triangle Up"],id_ID:["Segitiga Naik"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],id_ID:["Kembalikan"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],
id_ID:["Error tak terduga dalam mode Backtesting Mendalam. Hubungi dukungan untuk informasi lebih lanjut."]}},15432:e=>{e.exports={en:["Units"],id_ID:["Unit"]}},11768:e=>{e.exports={en:["Unknown error"],id_ID:["Kesalahan tidak diketahui"]}},99894:e=>{e.exports={en:["Unlock"],id_ID:["Buka Kunci"]}},75546:e=>{e.exports={en:["Unsupported interval"],id_ID:["Interval tidak didukung"]}},8580:e=>{e.exports={en:["User-defined error"],id_ID:["Error yang ditentukan pengguna"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],id_ID:["Profil Volume Rentang Tetap"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],id_ID:["Indikator Profil Volume hanya tersedia pada skema terupgrade kami."]}},93722:e=>{e.exports={en:["Volume candles"],id_ID:["Candle volume"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],id_ID:["Data volume tidak disediakan dalam paket data BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],id_ID:["Jejak volume"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],id_ID:["Garis Vertikal"]}},23160:e=>{e.exports={en:["Vienna"],id_ID:["Wina"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],id_ID:["Visibilitas"]}},54853:e=>{e.exports={en:["Visibility on intervals"],id_ID:["Visibilitas interval"]}},58302:e=>{e.exports={en:["Visible on tap"],id_ID:["Terlihat dengan mengetuk"]}},10309:e=>{e.exports={en:["Visible on mouse over"],id_ID:["Terlihat saat Mouse Diatas"]}},4077:e=>{e.exports={en:["Visual order"],id_ID:["Urutan visual"]}},11316:e=>{e.exports={en:["X Cross"],id_ID:["Persilangan X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],id_ID:["Motif XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],id_ID:["Anda tidak dapat melihat kerangka waktu pivot pada resolusi ini"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],id_ID:["Anda telah mengunci gambar pada simbol ini. Apakah anda ingin menghapus gambar yang terkunci tersebut juga?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"],id_ID:["Ya, hapus"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"],id_ID:["ubah derajat Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],id_ID:["ubah label tidak tumpang tindih"]}},76852:e=>{e.exports={en:["change average close price label visibility"],id_ID:["Ubah visibilitas label rata-rata harga penutupan"]}},1022:e=>{e.exports={en:["change average close price line visibility"],id_ID:["Ubah visibilitas garis rata-rata harga penutupan"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],id_ID:["Ubah visibilitas label penawaran dan permintaan"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],id_ID:["Ubah visibilitas garis penawaran dan permintaan"]}},32302:e=>{e.exports={en:["change currency"],id_ID:["ubah mata uang"]}},68846:e=>{e.exports={ id_ID:["Error tak terduga dalam mode Backtesting Mendalam. Hubungi dukungan untuk informasi lebih lanjut."]}},15432:e=>{e.exports={en:["Units"],id_ID:["Unit"]}},11768:e=>{e.exports={en:["Unknown error"],id_ID:["Kesalahan tidak diketahui"]}},99894:e=>{e.exports={en:["Unlock"],id_ID:["Buka Kunci"]}},75546:e=>{e.exports={en:["Unsupported interval"],id_ID:["Interval tidak didukung"]}},8580:e=>{e.exports={en:["User-defined error"],id_ID:["Error yang ditentukan pengguna"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],id_ID:["Profil Volume Rentang Tetap"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],id_ID:["Indikator Profil Volume hanya tersedia pada skema terupgrade kami."]}},93722:e=>{e.exports={en:["Volume candles"],id_ID:["Candle volume"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],id_ID:["Data volume tidak disediakan dalam paket data BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],id_ID:["Jejak volume"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],id_ID:["Garis Vertikal"]}},23160:e=>{e.exports={en:["Vienna"],id_ID:["Wina"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],id_ID:["Visibilitas"]}},54853:e=>{e.exports={en:["Visibility on intervals"],id_ID:["Visibilitas interval"]}},58302:e=>{e.exports={en:["Visible on tap"],id_ID:["Terlihat dengan mengetuk"]}},10309:e=>{e.exports={en:["Visible on mouse over"],id_ID:["Terlihat saat Mouse Diatas"]}},4077:e=>{e.exports={en:["Visual order"],id_ID:["Urutan visual"]}},11316:e=>{e.exports={en:["X Cross"],id_ID:["Persilangan X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],id_ID:["Motif XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],id_ID:["Anda tidak dapat melihat kerangka waktu pivot pada resolusi ini"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],id_ID:["Anda telah mengunci gambar pada simbol ini. Apakah anda ingin menghapus gambar yang terkunci tersebut juga?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"],id_ID:["Ya, hapus"]}},62859:e=>{e.exports={en:["Zurich"]}},47977:e=>{e.exports={en:["change Elliott degree"],id_ID:["ubah derajat Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],id_ID:["ubah label tidak tumpang tindih"]}},76852:e=>{e.exports={en:["change average close price label visibility"],id_ID:["Ubah visibilitas label rata-rata harga penutupan"]}},1022:e=>{e.exports={en:["change average close price line visibility"],id_ID:["Ubah visibilitas garis rata-rata harga penutupan"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],id_ID:["Ubah visibilitas label penawaran dan permintaan"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],id_ID:["Ubah visibilitas garis penawaran dan permintaan"]}},32302:e=>{e.exports={en:["change currency"],id_ID:["ubah mata uang"]}},68846:e=>{e.exports={
en:["change chart layout to {title}"],id_ID:["ubah layout chart ke {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],id_ID:["ubah visibilitas perubahan kontrak berlanjut"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],id_ID:["Ubah visibilitas perhitungan mundur ke penutupan bar"]}},16979:e=>{e.exports={en:["change date range"],id_ID:["ubah rentang tanggal"]}},53929:e=>{e.exports={en:["change dividends visibility"],id_ID:["Ubah visibilitas dividen"]}},6119:e=>{e.exports={en:["change events visibility on chart"],id_ID:["Ubah visibilitas peristiwa pada chart"]}},6819:e=>{e.exports={en:["change earnings visibility"],id_ID:["Ubah visibilitas laba"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],id_ID:["ubah visibilitas kedaluwarsa kontrak berjangka"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],id_ID:["Ubah visibilitas label harga tertinggi dan terendah"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],id_ID:["Ubah visibilitas garis harga tertinggi dan terendah"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],id_ID:["Ubah visibilitas label nama indikator"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],id_ID:["Ubah visibilitas label nilai indikator"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],id_ID:["Ubah visibilitas update terkini"]}},88849:e=>{e.exports={en:["change linking group"],id_ID:["Ubah penghubungan grup"]}},14691:e=>{e.exports={en:["change pane height"],id_ID:["ubah ketinggian panel"]}},96379:e=>{e.exports={en:["change plus button visibility"],id_ID:["Ubah visibilitas tombol plus"]}},76660:e=>{e.exports={en:["change point"],id_ID:["ubah titik"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],id_ID:["Ubah visibilitas label harga pra/pasca pasar"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],id_ID:["Ubah visibilitas garis harga pra/pasca pasar"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],id_ID:["Ubah visibilitas garis penutupan harga sebelumnya"]}},8662:e=>{e.exports={en:["change price line visibility"],id_ID:["Ubah Garis Harga"]}},2509:e=>{e.exports={en:["change price to bar ratio"],id_ID:["Ubah harga ke rasio bar"]}},32829:e=>{e.exports={en:["change resolution"],id_ID:["Ubah Resolusi"]}},35400:e=>{e.exports={en:["change symbol"],id_ID:["Ubah simbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],id_ID:["Ubah visibilitas label simbol"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],id_ID:["Ubah visibilitas nilai terakhir simbol"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],id_ID:["Ubah visibilitas nilai penutupan simbol sebelumnya"]}},87041:e=>{e.exports={en:["change session"],id_ID:["Ubah sesi"]}},38413:e=>{e.exports={en:["change session breaks visibility"],id_ID:["ubah visibilitas jeda sesi"]}},49965:e=>{e.exports={en:["change series style"], en:["change chart layout to {title}"],id_ID:["ubah layout chart ke {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],id_ID:["ubah visibilitas perubahan kontrak berlanjut"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],id_ID:["Ubah visibilitas perhitungan mundur ke penutupan bar"]}},16979:e=>{e.exports={en:["change date range"],id_ID:["ubah rentang tanggal"]}},53929:e=>{e.exports={en:["change dividends visibility"],id_ID:["Ubah visibilitas dividen"]}},6119:e=>{e.exports={en:["change events visibility on chart"],id_ID:["Ubah visibilitas peristiwa pada chart"]}},6819:e=>{e.exports={en:["change earnings visibility"],id_ID:["Ubah visibilitas laba"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],id_ID:["ubah visibilitas kedaluwarsa kontrak berjangka"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],id_ID:["Ubah visibilitas label harga tertinggi dan terendah"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],id_ID:["Ubah visibilitas garis harga tertinggi dan terendah"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],id_ID:["Ubah visibilitas label nama indikator"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],id_ID:["Ubah visibilitas label nilai indikator"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],id_ID:["Ubah visibilitas update terkini"]}},88849:e=>{e.exports={en:["change linking group"],id_ID:["Ubah penghubungan grup"]}},14691:e=>{e.exports={en:["change pane height"],id_ID:["ubah ketinggian panel"]}},96379:e=>{e.exports={en:["change plus button visibility"],id_ID:["Ubah visibilitas tombol plus"]}},76660:e=>{e.exports={en:["change point"],id_ID:["ubah titik"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],id_ID:["Ubah visibilitas label harga pra/pasca pasar"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],id_ID:["Ubah visibilitas garis harga pra/pasca pasar"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],id_ID:["Ubah visibilitas garis penutupan harga sebelumnya"]}},8662:e=>{e.exports={en:["change price line visibility"],id_ID:["Ubah Garis Harga"]}},2509:e=>{e.exports={en:["change price to bar ratio"],id_ID:["Ubah harga ke rasio bar"]}},32829:e=>{e.exports={en:["change resolution"],id_ID:["Ubah Resolusi"]}},35400:e=>{e.exports={en:["change symbol"],id_ID:["Ubah simbol"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],id_ID:["Ubah visibilitas label simbol"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],id_ID:["Ubah visibilitas nilai terakhir simbol"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],id_ID:["Ubah visibilitas nilai penutupan simbol sebelumnya"]}},87041:e=>{e.exports={en:["change session"],id_ID:["Ubah sesi"]}},38413:e=>{e.exports={en:["change session breaks visibility"],id_ID:["ubah visibilitas jeda sesi"]}},49965:e=>{e.exports={en:["change series style"],

View File

@@ -1,6 +1,6 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"],it:["barre"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"],it:["12 ore"]}},5797:e=>{e.exports={en:["24-hours"],it:["24 ore"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],it:["Colore basato sulla chiusura precedente"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},15153:e=>{e.exports={en:["Chart basic styles"],it:["Stili base del grafico"]}},45639:e=>{e.exports={en:["Chart values"],it:["Valori del grafico"]}},84831:e=>{e.exports={en:["Close line"],it:["Linea chiusura"]}},74622:e=>{e.exports={en:["Crosshair"],it:["Cursore"]}},81849:e=>{e.exports={en:["Currency"],it:["Valuta"]}},3015:e=>{e.exports={en:["Currency and Unit"],it:["Valuta ed unità"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],it:["Adegua i dati a seconda dei dividendi"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],it:["Incorpora variazioni dovute al cambio di contratto"]}},36620:e=>{e.exports={en:["Alerts"],it:["Alert"]}},14119:e=>{e.exports={en:["Arguments"],it:["Argomenti"]}},68650:e=>{e.exports={en:["Average close"],it:["Chiusura media"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},3159:e=>{e.exports={en:["Bottom line"],it:["Linea inferiore"]}},74406:e=>{e.exports={en:["Body"],it:["Corpo"]}},333:e=>{e.exports={en:["Borders"],it:["Bordi"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},10842:e=>{e.exports={en:["Bar change values"],it:["Variazione barre"]}},28975:e=>{e.exports={en:["Base level"],it:["Livello base"]}},76473:e=>{e.exports={en:["Bid and ask"],it:["Bid e Ask"]}},32744:e=>{e.exports={en:["Buttons"],it:["Pulsanti"]}},68662:e=>{e.exports={en:["Grid lines"],it:["Linee griglia"]}},17611:e=>{e.exports={en:["Down bars"],it:["Barre giù"]}},23743:e=>{e.exports={en:["Down color"],it:["Colore giù"]}},48225:e=>{e.exports={en:["Data modification"],it:["Modifica dei dati"]}},84838:e=>{e.exports={en:["Date format"],it:["Formato data"]}},42357:e=>{e.exports={en:["Day of week on labels"],it:["Giorno della settimana sulle etichette"]}},16564:e=>{e.exports={en:["Default"],it:["Predefinito"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],it:["Orario di contrattazione elettronica"]}},69808:e=>{e.exports={en:["Events"],it:["Eventi"]}},41129:e=>{e.exports={en:["Fill"],it:["Riempi"]}},61112:e=>{e.exports={en:["Fill top area"],it:["Riempimento area su"]}},73185:e=>{e.exports={en:["Fill bottom area"],it:["Riempimento area inf"]}},886:e=>{e.exports={en:["HLC bars"],it:["Barre HLC"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},61900:e=>{e.exports={en:["Horz only"],it:["Solo orizz"]}},14180:e=>{e.exports={en:["High and low"],it:["Massimo e minimo"]}},56359:e=>{e.exports={en:["High line"],it:["Linea massimo"]}},47326:e=>{e.exports={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"],it:["barre"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},31882:e=>{e.exports={en:["12-hours"],it:["12 ore"]}},5797:e=>{e.exports={en:["24-hours"],it:["24 ore"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],it:["Colore basato sulla chiusura precedente"]}},23739:e=>{e.exports={en:["Canvas"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},15153:e=>{e.exports={en:["Chart basic styles"],it:["Stili base del grafico"]}},45639:e=>{e.exports={en:["Chart values"],it:["Valori del grafico"]}},84831:e=>{e.exports={en:["Close line"],it:["Linea chiusura"]}},74622:e=>{e.exports={en:["Crosshair"],it:["Cursore"]}},81849:e=>{e.exports={en:["Currency"],it:["Valuta"]}},3015:e=>{e.exports={en:["Currency and Unit"],it:["Valuta ed unità"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],it:["Adegua i dati a seconda dei dividendi"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],it:["Incorpora variazioni dovute al cambio di contratto"]}},36620:e=>{e.exports={en:["Alerts"],it:["Alert"]}},14119:e=>{e.exports={en:["Arguments"],it:["Argomenti"]}},68650:e=>{e.exports={en:["Average close"],it:["Chiusura media"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},3159:e=>{e.exports={en:["Bottom line"],it:["Linea inferiore"]}},74406:e=>{e.exports={en:["Body"],it:["Corpo"]}},333:e=>{e.exports={en:["Borders"],it:["Bordi"]}},79468:e=>{e.exports={en:["Background"],it:["Sfondo"]}},10842:e=>{e.exports={en:["Bar change values"],it:["Variazione barre"]}},28975:e=>{e.exports={en:["Base level"],it:["Livello base"]}},76473:e=>{e.exports={en:["Bid and ask"],it:["Bid e Ask"]}},32744:e=>{e.exports={en:["Buttons"],it:["Pulsanti"]}},68662:e=>{e.exports={en:["Grid lines"],it:["Linee griglia"]}},17611:e=>{e.exports={en:["Down bars"],it:["Barre giù"]}},23743:e=>{e.exports={en:["Down color"],it:["Colore giù"]}},48225:e=>{e.exports={en:["Data modification"],it:["Modifica dei dati"]}},84838:e=>{e.exports={en:["Date format"],it:["Formato data"]}},42357:e=>{e.exports={en:["Day of week on labels"],it:["Giorno della settimana sulle etichette"]}},16564:e=>{e.exports={en:["Default"],it:["Predefinito"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],it:["Orario di contrattazione elettronica"]}},69808:e=>{e.exports={en:["Events"],it:["Eventi"]}},41129:e=>{e.exports={en:["Fill"],it:["Riempi"]}},61112:e=>{e.exports={en:["Fill top area"],it:["Riempimento area su"]}},73185:e=>{e.exports={en:["Fill bottom area"],it:["Riempimento area inf"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},61900:e=>{e.exports={en:["Horz only"],it:["Solo orizz"]}},14180:e=>{e.exports={en:["High and low"],it:["Massimo e minimo"]}},56359:e=>{e.exports={en:["High line"],it:["Linea massimo"]}},47326:e=>{e.exports={en:["Integer"],it:["Intero"]}},84549:e=>{e.exports={
en:["Integer"],it:["Intero"]}},84549:e=>{e.exports={en:["Indicators"],it:["Indicatori"]}},78082:e=>{e.exports={en:["Indicators and financials"],it:["Indicatori e dati finanziari"]}},25765:e=>{e.exports={en:["Open market status"],it:["Mercato aperto"]}},34579:e=>{e.exports={en:["Low line"],it:["Linea minimo"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],it:["Descrizione lunga"]}},72423:e=>{e.exports={en:["Last day change values"],it:["Variazione sul giorno precedente"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},8249:e=>{e.exports={en:["Money"],it:["Denaro"]}},70937:e=>{e.exports={en:["Margins"],it:["Margini"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},58589:e=>{e.exports={en:["No overlapping labels"],it:["Nessuna etichetta sovrapposta"]}},60798:e=>{e.exports={en:["None"],it:["Nessuno"]}},51019:e=>{e.exports={en:["Navigation"],it:["Controlli navigazione"]}},99709:e=>{e.exports={en:["Name"],it:["Nome"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],it:["Salva la posizione del bordo sinistro del grafico quando si cambia intervallo"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],it:["Modalità di scala (A e L)"]}},93968:e=>{e.exports={en:["Scales"],it:["Assi"]}},90275:e=>{e.exports={en:["Scales and lines"],it:["Scale e linee"]}},30042:e=>{e.exports={en:["Scales placement"],it:["Posizione assi"]}},28715:e=>{e.exports={en:["Status line"],it:["Legenda"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},53263:e=>{e.exports={en:["Pane"],it:["Pannello"]}},82894:e=>{e.exports={en:["Pane separators"],it:["Separatori pannello"]}},16207:e=>{e.exports={en:["Percentage"],it:["Percentuale"]}},94408:e=>{e.exports={en:["Pips"],it:["Pip/Tick"]}},60904:e=>{e.exports={en:["Pre/post market"],it:["Pre/post mercato"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],it:["Sfondo sessione pre e post mercato"]}},59766:e=>{e.exports={en:["Precision"],it:["Precisione"]}},83811:e=>{e.exports={en:["Previous day close"],it:["Chiusura giorno precedente"]}},35082:e=>{e.exports={en:["Price Scale"],it:["Asse del prezzo"]}},27632:e=>{e.exports={en:["Price and percentage value"],it:["Valore di prezzo e percentuale"]}},62142:e=>{e.exports={en:["Price labels & lines"],it:["Etichette e linee di prezzo"]}},84684:e=>{e.exports={en:["Price source"],it:["Fonte prezzo"]}},73466:e=>{e.exports={en:["Projection up bars"],it:["Barre a proiezione superiore"]}},77430:e=>{e.exports={en:["Projection candles"],it:["Candele di proiezione"]}},88367:e=>{e.exports={en:["Projection down bars"],it:["Barre a proiezione inferiore"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],it:["Prezzi reali sull'asse (invece di quelli Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},62532:e=>{e.exports={en:["Right Margin"],it:["Margine destro"]}},41571:e=>{e.exports={en:["Watermark"],it:["Filigrana"]}},32163:e=>{e.exports={en:["Wick"],it:["Ombra"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},89349:e=>{e.exports={ en:["Indicators"],it:["Indicatori"]}},78082:e=>{e.exports={en:["Indicators and financials"],it:["Indicatori e dati finanziari"]}},25765:e=>{e.exports={en:["Open market status"],it:["Mercato aperto"]}},34579:e=>{e.exports={en:["Low line"],it:["Linea minimo"]}},14876:e=>{e.exports={en:["Logo"]}},89315:e=>{e.exports={en:["Long Description"],it:["Descrizione lunga"]}},72423:e=>{e.exports={en:["Last day change values"],it:["Variazione sul giorno precedente"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},8249:e=>{e.exports={en:["Money"],it:["Denaro"]}},70937:e=>{e.exports={en:["Margins"],it:["Margini"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},58589:e=>{e.exports={en:["No overlapping labels"],it:["Nessuna etichetta sovrapposta"]}},60798:e=>{e.exports={en:["None"],it:["Nessuno"]}},51019:e=>{e.exports={en:["Navigation"],it:["Controlli navigazione"]}},99709:e=>{e.exports={en:["Name"],it:["Nome"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],it:["Salva la posizione del bordo sinistro del grafico quando si cambia intervallo"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],it:["Modalità di scala (A e L)"]}},93968:e=>{e.exports={en:["Scales"],it:["Assi"]}},90275:e=>{e.exports={en:["Scales and lines"],it:["Scale e linee"]}},30042:e=>{e.exports={en:["Scales placement"],it:["Posizione assi"]}},28715:e=>{e.exports={en:["Status line"],it:["Legenda"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},53263:e=>{e.exports={en:["Pane"],it:["Pannello"]}},82894:e=>{e.exports={en:["Pane separators"],it:["Separatori pannello"]}},16207:e=>{e.exports={en:["Percentage"],it:["Percentuale"]}},94408:e=>{e.exports={en:["Pips"],it:["Pip/Tick"]}},60904:e=>{e.exports={en:["Pre/post market"],it:["Pre/post mercato"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],it:["Sfondo sessione pre e post mercato"]}},59766:e=>{e.exports={en:["Precision"],it:["Precisione"]}},83811:e=>{e.exports={en:["Previous day close"],it:["Chiusura giorno precedente"]}},35082:e=>{e.exports={en:["Price Scale"],it:["Asse del prezzo"]}},27632:e=>{e.exports={en:["Price and percentage value"],it:["Valore di prezzo e percentuale"]}},62142:e=>{e.exports={en:["Price labels & lines"],it:["Etichette e linee di prezzo"]}},84684:e=>{e.exports={en:["Price source"],it:["Fonte prezzo"]}},73466:e=>{e.exports={en:["Projection up bars"],it:["Barre a proiezione superiore"]}},77430:e=>{e.exports={en:["Projection candles"],it:["Candele di proiezione"]}},88367:e=>{e.exports={en:["Projection down bars"],it:["Barre a proiezione inferiore"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],it:["Prezzi reali sull'asse (invece di quelli Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},62532:e=>{e.exports={en:["Right Margin"],it:["Margine destro"]}},41571:e=>{e.exports={en:["Watermark"],it:["Filigrana"]}},32163:e=>{e.exports={en:["Wick"],it:["Ombra"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},89349:e=>{e.exports={en:["Top line"],it:["Linea superiore"]}},70320:e=>{
en:["Top line"],it:["Linea superiore"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},20215:e=>{e.exports={en:["Thin bars"],it:["Barre sottili"]}},70198:e=>{e.exports={en:["Title"],it:["Titolo"]}},29854:e=>{e.exports={en:["Titles"],it:["Titoli"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"],it:["Ticker e descrizione"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},93965:e=>{e.exports={en:["Time Scale"],it:["Asse temporale"]}},5591:e=>{e.exports={en:["Time hours format"],it:["Formato orario"]}},77073:e=>{e.exports={en:["Timezone"],it:["Fuso orario"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],it:["Unità"]}},23091:e=>{e.exports={en:["Up color"],it:["Colore su"]}},36957:e=>{e.exports={en:["Up bars"],it:["Barre su"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],it:["Usa il settlement come chiusura nel giornaliero"]}},37644:e=>{e.exports={en:["Volume"]}},51514:e=>{e.exports={en:["Value"],it:["Valore"]}},31218:e=>{e.exports={en:["Value according to scale"],it:["Valore asse"]}},60092:e=>{e.exports={en:["Values"],it:["Valori"]}},83594:e=>{e.exports={en:["Vert and horz"],it:["Vert e orizz"]}},8402:e=>{e.exports={en:["Vert only"],it:["Solo vert."]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},21105:e=>{e.exports={en:["candle"],it:["candela"]}},27068:e=>{e.exports={en:["change HLC bars"],it:["cambio barre HLC"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],it:["cambio visibilità pulsanti navigazione"]}},96227:e=>{e.exports={en:["change open market status visibility"],it:["cambio visibilità stato di mercato"]}},43231:e=>{e.exports={en:["change average close price line width"],it:["modifica spessore della linea del prezzo medio di chiusura"]}},47026:e=>{e.exports={en:["change average close price line color"],it:["modifica colore della linea del prezzo medio di chiusura"]}},86866:e=>{e.exports={en:["change area fill color"],it:["cambio colore riempimento area"]}},89346:e=>{e.exports={en:["change area line width"],it:["cambio spessore linea area"]}},29605:e=>{e.exports={en:["change area line color"],it:["cambio colore linea area"]}},4640:e=>{e.exports={en:["change area price source"],it:["cambio fonte area prezzo"]}},98407:e=>{e.exports={en:["change ask line color"],it:["cambio colore linea lettera (ask)"]}},42190:e=>{e.exports={en:["change base level"],it:["cambio livello base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],it:["cambio colore inf baseline"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],it:["cambio spessore linea inf baseline"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],it:["cambio colore riempimento area inf baseline"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],it:["cambio colore riempimento area sup baseline"]}},68609:e=>{e.exports={ e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},20215:e=>{e.exports={en:["Thin bars"],it:["Barre sottili"]}},70198:e=>{e.exports={en:["Title"],it:["Titolo"]}},29854:e=>{e.exports={en:["Titles"],it:["Titoli"]}},5791:e=>{e.exports={en:["Ticker"]}},16816:e=>{e.exports={en:["Ticker and description"],it:["Ticker e descrizione"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},93965:e=>{e.exports={en:["Time Scale"],it:["Asse temporale"]}},5591:e=>{e.exports={en:["Time hours format"],it:["Formato orario"]}},77073:e=>{e.exports={en:["Timezone"],it:["Fuso orario"]}},76495:e=>{e.exports={en:["Trading"]}},33564:e=>{e.exports={en:["Unit"],it:["Unità"]}},23091:e=>{e.exports={en:["Up color"],it:["Colore su"]}},36957:e=>{e.exports={en:["Up bars"],it:["Barre su"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],it:["Usa il settlement come chiusura nel giornaliero"]}},37644:e=>{e.exports={en:["Volume"]}},51514:e=>{e.exports={en:["Value"],it:["Valore"]}},31218:e=>{e.exports={en:["Value according to scale"],it:["Valore asse"]}},60092:e=>{e.exports={en:["Values"],it:["Valori"]}},83594:e=>{e.exports={en:["Vert and horz"],it:["Vert e orizz"]}},8402:e=>{e.exports={en:["Vert only"],it:["Solo vert."]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},21105:e=>{e.exports={en:["candle"],it:["candela"]}},27068:e=>{e.exports={en:["change HLC bars"],it:["cambio barre HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],it:["cambio visibilità pulsanti navigazione"]}},96227:e=>{e.exports={en:["change open market status visibility"],it:["cambio visibilità stato di mercato"]}},43231:e=>{e.exports={en:["change average close price line width"],it:["modifica spessore della linea del prezzo medio di chiusura"]}},47026:e=>{e.exports={en:["change average close price line color"],it:["modifica colore della linea del prezzo medio di chiusura"]}},86866:e=>{e.exports={en:["change area fill color"],it:["cambio colore riempimento area"]}},89346:e=>{e.exports={en:["change area line width"],it:["cambio spessore linea area"]}},29605:e=>{e.exports={en:["change area line color"],it:["cambio colore linea area"]}},4640:e=>{e.exports={en:["change area price source"],it:["cambio fonte area prezzo"]}},98407:e=>{e.exports={en:["change ask line color"],it:["cambio colore linea lettera (ask)"]}},42190:e=>{e.exports={en:["change base level"],it:["cambio livello base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],it:["cambio colore inf baseline"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],it:["cambio spessore linea inf baseline"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],it:["cambio colore riempimento area inf baseline"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],it:["cambio colore riempimento area sup baseline"]}},68609:e=>{e.exports={
en:["change baseline price source"],it:["cambio fonte prezzo baseline"]}},69044:e=>{e.exports={en:["change baseline top line color"],it:["cambio colore sup baseline"]}},68197:e=>{e.exports={en:["change baseline top line width"],it:["cambio spessore linea sup baseline"]}},33464:e=>{e.exports={en:["change bar up color"],it:["cambio colore barra su"]}},27426:e=>{e.exports={en:["change bar change visibility"],it:["cambio visibilità variazione barre"]}},59622:e=>{e.exports={en:["change bar down color"],it:["cambio colore barra giù"]}},17919:e=>{e.exports={en:["change bid line color"],it:["cambio colore linea denaro (bid)"]}},32094:e=>{e.exports={en:["change bottom margin"],it:["cambio margine inf"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],it:["cambio visibilità etichette valuta e unità"]}},64003:e=>{e.exports={en:["change currency label visibility"],it:["cambio visibilità etichetta valuta"]}},42803:e=>{e.exports={en:["change chart background color"],it:["cambio colore sfondo grafico"]}},41382:e=>{e.exports={en:["change chart background type"],it:["cambio tipologia sfondo grafico"]}},79637:e=>{e.exports={en:["change chart values visibility"],it:["modifica visibilità dei valori del grafico"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],it:["cambio colore basato su chiusura prec"]}},88324:e=>{e.exports={en:["change column up color"],it:["cambio colore colonna sup"]}},93890:e=>{e.exports={en:["change column down color"],it:["cambio colore colonna inf"]}},4727:e=>{e.exports={en:["change column price source"],it:["cambio fonte dati colonna"]}},50544:e=>{e.exports={en:["change crosshair width"],it:["cambio spessore linea croce"]}},92885:e=>{e.exports={en:["change crosshair color"],it:["cambio colore linea croce"]}},68418:e=>{e.exports={en:["change crosshair style"],it:["cambio stile linea croce"]}},43109:e=>{e.exports={en:["change date format"],it:["cambio formato data"]}},30418:e=>{e.exports={en:["change day of week on labels"],it:["cambia il giorno della settimana sulle etichette"]}},82063:e=>{e.exports={en:["change decimal places"],it:["cambio cifre decimali"]}},44223:e=>{e.exports={en:["change extended hours color"],it:["cambio colore orari estesi"]}},47393:e=>{e.exports={en:["change electronic trading hours"],it:["modifica orari di negoziazione elettronica"]}},73844:e=>{e.exports={en:["change grid lines visibility"],it:["cambia la visibilità delle linee della griglia"]}},61407:e=>{e.exports={en:["change high and low price line color"],it:["modifica colore delle linee dei prezzi massimi e minimi"]}},39581:e=>{e.exports={en:["change high and low price line width"],it:["modifica spessore delle linee dei prezzi massimi e minimi"]}},6026:e=>{e.exports={en:["change high-low body color"],it:["cambio colore corpo max-min"]}},73021:e=>{e.exports={en:["change high-low body visibility"],it:["cambio visibilità corpo max-min"]}},46844:e=>{e.exports={en:["change high-low border color"],it:["cambio colore bordo max-min"]}},15801:e=>{e.exports={ en:["change baseline price source"],it:["cambio fonte prezzo baseline"]}},69044:e=>{e.exports={en:["change baseline top line color"],it:["cambio colore sup baseline"]}},68197:e=>{e.exports={en:["change baseline top line width"],it:["cambio spessore linea sup baseline"]}},33464:e=>{e.exports={en:["change bar up color"],it:["cambio colore barra su"]}},27426:e=>{e.exports={en:["change bar change visibility"],it:["cambio visibilità variazione barre"]}},59622:e=>{e.exports={en:["change bar down color"],it:["cambio colore barra giù"]}},17919:e=>{e.exports={en:["change bid line color"],it:["cambio colore linea denaro (bid)"]}},32094:e=>{e.exports={en:["change bottom margin"],it:["cambio margine inf"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],it:["cambio visibilità etichette valuta e unità"]}},64003:e=>{e.exports={en:["change currency label visibility"],it:["cambio visibilità etichetta valuta"]}},42803:e=>{e.exports={en:["change chart background color"],it:["cambio colore sfondo grafico"]}},41382:e=>{e.exports={en:["change chart background type"],it:["cambio tipologia sfondo grafico"]}},79637:e=>{e.exports={en:["change chart values visibility"],it:["modifica visibilità dei valori del grafico"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],it:["cambio colore basato su chiusura prec"]}},88324:e=>{e.exports={en:["change column up color"],it:["cambio colore colonna sup"]}},93890:e=>{e.exports={en:["change column down color"],it:["cambio colore colonna inf"]}},4727:e=>{e.exports={en:["change column price source"],it:["cambio fonte dati colonna"]}},50544:e=>{e.exports={en:["change crosshair width"],it:["cambio spessore linea croce"]}},92885:e=>{e.exports={en:["change crosshair color"],it:["cambio colore linea croce"]}},68418:e=>{e.exports={en:["change crosshair style"],it:["cambio stile linea croce"]}},43109:e=>{e.exports={en:["change date format"],it:["cambio formato data"]}},30418:e=>{e.exports={en:["change day of week on labels"],it:["cambia il giorno della settimana sulle etichette"]}},82063:e=>{e.exports={en:["change decimal places"],it:["cambio cifre decimali"]}},44223:e=>{e.exports={en:["change extended hours color"],it:["cambio colore orari estesi"]}},47393:e=>{e.exports={en:["change electronic trading hours"],it:["modifica orari di negoziazione elettronica"]}},73844:e=>{e.exports={en:["change grid lines visibility"],it:["cambia la visibilità delle linee della griglia"]}},61407:e=>{e.exports={en:["change high and low price line color"],it:["modifica colore delle linee dei prezzi massimi e minimi"]}},39581:e=>{e.exports={en:["change high and low price line width"],it:["modifica spessore delle linee dei prezzi massimi e minimi"]}},6026:e=>{e.exports={en:["change high-low body color"],it:["cambio colore corpo max-min"]}},73021:e=>{e.exports={en:["change high-low body visibility"],it:["cambio visibilità corpo max-min"]}},46844:e=>{e.exports={en:["change high-low border color"],it:["cambio colore bordo max-min"]}},15801:e=>{e.exports={
en:["change high-low borders visibility"],it:["cambio visibilità bordi max-min"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],it:["cambio visibilità etichette max-min"]}},56961:e=>{e.exports={en:["change high-low labels color"],it:["cambio colore etichette max-min"]}},21133:e=>{e.exports={en:["change horz grid lines color"],it:["cambio colore linee orizz griglia"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],it:["cambio visibilità titoli indicatore"]}},49583:e=>{e.exports={en:["change indicator values visibility"],it:["cambio visibilità valori indicatore"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],it:["cambio visibilità argomenti indicatore"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],it:["cambia visibilità etichette nomi indicatori e finanziari"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],it:["cambia visibilità etichette valori indicatori e finanziari"]}},66307:e=>{e.exports={en:["change last day change visibility"],it:["variazione visibilità della variazione nell'ultimo giorno di negoziazione"]}},91873:e=>{e.exports={en:["change legend background transparency"],it:["cambio trasparenza sfondo legenda"]}},14246:e=>{e.exports={en:["change legend background visibility"],it:["cambio visibilità sfondo legenda"]}},88640:e=>{e.exports={en:["change line color"],it:["cambio colore linea"]}},41837:e=>{e.exports={en:["change line price source"],it:["cambio fonte linea prezzo"]}},48339:e=>{e.exports={en:["change line width"],it:["cambio spessore linea"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],it:["cambio visibilità pulsanti pannelli"]}},52203:e=>{e.exports={en:["change pane separators color"],it:["cambio colore separatori pannello"]}},38730:e=>{e.exports={en:["change post market color"],it:["cambio colore post mercato"]}},28075:e=>{e.exports={en:["change post market line color"],it:["cambio colore linea post mercato"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],it:["cambia visibilità linee prezzo pre e post mercato"]}},44371:e=>{e.exports={en:["change pre market color"],it:["cambio colore pre mercato"]}},96114:e=>{e.exports={en:["change pre market line color"],it:["cambio colore linea pre mercato"]}},69814:e=>{e.exports={en:["change previous close price line color"],it:["cambio colore linea prezzo chiusura prec"]}},13660:e=>{e.exports={en:["change previous close price line width"],it:["cambio spessore linea prezzo chiusura prec"]}},87861:e=>{e.exports={en:["change price line color"],it:["cambio colore linea prezzo"]}},29353:e=>{e.exports={en:["change price line width"],it:["cambio spessore linea prezzo"]}},16241:e=>{e.exports={en:["change range bars style"],it:["cambia lo stile delle barre range"]}},65821:e=>{e.exports={en:["change range thin bars"],it:["cambio range barre sottili"]}},75487:e=>{e.exports={en:["change renko wick down color"],it:["cambio colore ombra inf renko"]}},92277:e=>{e.exports={ en:["change high-low borders visibility"],it:["cambio visibilità bordi max-min"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],it:["cambio visibilità etichette max-min"]}},56961:e=>{e.exports={en:["change high-low labels color"],it:["cambio colore etichette max-min"]}},21133:e=>{e.exports={en:["change horz grid lines color"],it:["cambio colore linee orizz griglia"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],it:["cambio visibilità titoli indicatore"]}},49583:e=>{e.exports={en:["change indicator values visibility"],it:["cambio visibilità valori indicatore"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],it:["cambio visibilità argomenti indicatore"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],it:["cambia visibilità etichette nomi indicatori e finanziari"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],it:["cambia visibilità etichette valori indicatori e finanziari"]}},66307:e=>{e.exports={en:["change last day change visibility"],it:["variazione visibilità della variazione nell'ultimo giorno di negoziazione"]}},91873:e=>{e.exports={en:["change legend background transparency"],it:["cambio trasparenza sfondo legenda"]}},14246:e=>{e.exports={en:["change legend background visibility"],it:["cambio visibilità sfondo legenda"]}},88640:e=>{e.exports={en:["change line color"],it:["cambio colore linea"]}},41837:e=>{e.exports={en:["change line price source"],it:["cambio fonte linea prezzo"]}},48339:e=>{e.exports={en:["change line width"],it:["cambio spessore linea"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],it:["cambio visibilità pulsanti pannelli"]}},52203:e=>{e.exports={en:["change pane separators color"],it:["cambio colore separatori pannello"]}},38730:e=>{e.exports={en:["change post market color"],it:["cambio colore post mercato"]}},28075:e=>{e.exports={en:["change post market line color"],it:["cambio colore linea post mercato"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],it:["cambia visibilità linee prezzo pre e post mercato"]}},44371:e=>{e.exports={en:["change pre market color"],it:["cambio colore pre mercato"]}},96114:e=>{e.exports={en:["change pre market line color"],it:["cambio colore linea pre mercato"]}},69814:e=>{e.exports={en:["change previous close price line color"],it:["cambio colore linea prezzo chiusura prec"]}},13660:e=>{e.exports={en:["change previous close price line width"],it:["cambio spessore linea prezzo chiusura prec"]}},87861:e=>{e.exports={en:["change price line color"],it:["cambio colore linea prezzo"]}},29353:e=>{e.exports={en:["change price line width"],it:["cambio spessore linea prezzo"]}},16241:e=>{e.exports={en:["change range bars style"],it:["cambia lo stile delle barre range"]}},65821:e=>{e.exports={en:["change range thin bars"],it:["cambio range barre sottili"]}},75487:e=>{e.exports={en:["change renko wick down color"],it:["cambio colore ombra inf renko"]}},92277:e=>{e.exports={
en:["change renko wick up color"],it:["cambio colore ombra sup renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],it:["cambio visibilità ombra renko"]}},82946:e=>{e.exports={en:["change right margin"],it:["cambio margine dx"]}},79545:e=>{e.exports={en:["change right margin percentage"],it:["modifica percentuale del margine destro"]}},78995:e=>{e.exports={en:["change symbol watermark color"],it:["cambio colore filigrana"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],it:["cambio visibilità filigrana"]}},88167:e=>{e.exports={en:["change symbol description visibility"],it:["cambio visibilità descrizione simbolo"]}},12050:e=>{e.exports={en:["change symbol field visibility"],it:["cambia la visibilità del campo dei simboli"]}},46066:e=>{e.exports={en:["change symbol last value mode"],it:["cambio modalità ultimo valore simbolo"]}},902:e=>{e.exports={en:["change symbol legend format"],it:["cambio formato legenda simbolo"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],it:["modifica del salvataggio della posizione del bordo sinistro del grafico quando si cambia intervallo"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],it:["cambia la visibilità dei pulsanti delle modalità di scala"]}},76131:e=>{e.exports={en:["change scales text color"],it:["cambio colore testo assi"]}},27792:e=>{e.exports={en:["change scales font size"],it:["cambio dimensione font assi"]}},94997:e=>{e.exports={en:["change scales lines color"],it:["cambio colore linee assi"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],it:["cambio visibilità separatori sessione"]}},28175:e=>{e.exports={en:["change sessions breaks width"],it:["cambio spessore separatori sessione"]}},33895:e=>{e.exports={en:["change sessions breaks color"],it:["cambio colore separatori sessione"]}},21641:e=>{e.exports={en:["change sessions breaks style"],it:["cambio stile separatori sessione"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],it:["cambio prezzo da mostrare nell'asse (al posto di quello Heikin-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],it:["cambio spessore barre"]}},39754:e=>{e.exports={en:["change time hours format"],it:["cambio formato orario"]}},74883:e=>{e.exports={en:["change top margin"],it:["cambio margine sup"]}},51250:e=>{e.exports={en:["change unit label visibility"],it:["cambio visibilità etichetta unità"]}},71805:e=>{e.exports={en:["change vert grid lines color"],it:["cambio colore linee vert griglia"]}},96201:e=>{e.exports={en:["change volume values visibility"],it:["cambio visibilità valori volume"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],it:["cambio colore bordo sup {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],it:["cambio colore sup {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],it:["cambio colore ombra inf {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"], en:["change renko wick up color"],it:["cambio colore ombra sup renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],it:["cambio visibilità ombra renko"]}},82946:e=>{e.exports={en:["change right margin"],it:["cambio margine dx"]}},79545:e=>{e.exports={en:["change right margin percentage"],it:["modifica percentuale del margine destro"]}},78995:e=>{e.exports={en:["change symbol watermark color"],it:["cambio colore filigrana"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],it:["cambio visibilità filigrana"]}},88167:e=>{e.exports={en:["change symbol description visibility"],it:["cambio visibilità descrizione simbolo"]}},12050:e=>{e.exports={en:["change symbol field visibility"],it:["cambia la visibilità del campo dei simboli"]}},46066:e=>{e.exports={en:["change symbol last value mode"],it:["cambio modalità ultimo valore simbolo"]}},902:e=>{e.exports={en:["change symbol legend format"],it:["cambio formato legenda simbolo"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],it:["modifica del salvataggio della posizione del bordo sinistro del grafico quando si cambia intervallo"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],it:["cambia la visibilità dei pulsanti delle modalità di scala"]}},76131:e=>{e.exports={en:["change scales text color"],it:["cambio colore testo assi"]}},27792:e=>{e.exports={en:["change scales font size"],it:["cambio dimensione font assi"]}},94997:e=>{e.exports={en:["change scales lines color"],it:["cambio colore linee assi"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],it:["cambio visibilità separatori sessione"]}},28175:e=>{e.exports={en:["change sessions breaks width"],it:["cambio spessore separatori sessione"]}},33895:e=>{e.exports={en:["change sessions breaks color"],it:["cambio colore separatori sessione"]}},21641:e=>{e.exports={en:["change sessions breaks style"],it:["cambio stile separatori sessione"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],it:["cambio prezzo da mostrare nell'asse (al posto di quello Heikin-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],it:["cambio spessore barre"]}},39754:e=>{e.exports={en:["change time hours format"],it:["cambio formato orario"]}},74883:e=>{e.exports={en:["change top margin"],it:["cambio margine sup"]}},51250:e=>{e.exports={en:["change unit label visibility"],it:["cambio visibilità etichetta unità"]}},71805:e=>{e.exports={en:["change vert grid lines color"],it:["cambio colore linee vert griglia"]}},96201:e=>{e.exports={en:["change volume values visibility"],it:["cambio visibilità valori volume"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],it:["cambio colore bordo sup {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],it:["cambio colore sup {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],it:["cambio colore ombra inf {candleType}"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],

View File

@@ -1,4 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],it:["Punto"]}},41256:e=>{e.exports={en:["Back"],it:["Indietro"]}},53174:e=>{e.exports={en:["Right"],it:["Diritto"]}},57e3:e=>{e.exports={en:["Compare"],it:["Confronta"]}},93111:e=>{e.exports={en:["Content"],it:["Contenuto"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],it:["Copia link all'immagine grafico"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},59934:e=>{e.exports={en:["Channels"],it:["Canali"]}},63245:e=>{e.exports={en:["Change symbol"],it:["Cambia simbolo"]}},56281:e=>{e.exports={en:["Chart style Columns"],it:["Stile grafico colonne"]}},64526:e=>{e.exports={en:["Chart style Candles"],it:["Stile grafico a candele"]}},9537:e=>{e.exports={en:["Chart style Area"],it:["Stile grafico ad area"]}},19265:e=>{e.exports={en:["Chart style Bars"],it:["Stile grafico a barre"]}},19579:e=>{e.exports={en:["Chart style Baseline"],it:["Stile grafico baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"],it:["Stile grafico kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],it:["Stile grafico Area HLC"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],it:["Stile grafico a candele vuote"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],it:["Stile grafico heikin ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],it:["Stile grafico max-min"]}},92911:e=>{e.exports={en:["Chart style Line"],it:["Stile grafico a linea"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],it:["Stile grafico linea con contrassegni"]}},11604:e=>{e.exports={en:["Chart style Line break"],it:["Stile grafico line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],it:["Stile grafico Profilo volume sessione"]}},40447:e=>{e.exports={en:["Chart style Step line"],it:["Stile grafico linea a step"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],it:["Stile grafico point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"],it:["Stile grafico range"]}},80082:e=>{e.exports={en:["Chart style Renko"],it:["Stile grafico renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],it:["Stile grafico time price opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],it:["Stile grafico candele volume"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],it:["Stile grafico footprint volume"]}},53438:e=>{e.exports={en:["Chart template"],it:["Modello di grafico"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},81578:e=>{e.exports={en:["Cursors"],it:["Cursori"]}},77915:e=>{e.exports={en:["Cycles"],it:["Cicli"]}},32064:e=>{e.exports={en:["Annotation tools"],it:["Strumenti di annotazione"]}},69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},34040:e=>{e.exports={en:["All sources"],it:["Tutte le fonti"]}},19147:e=>{e.exports={en:["Arrows"],it:["Frecce"]}},42358:e=>{e.exports={en:["Bond"],it:["Obbligazione"]}},65695:e=>{e.exports={en:["Brushes"],it:["Spazzole"]}},51494:e=>{e.exports={
en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],it:["Strumenti di Gann e Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],it:["Forme geometriche"]}},57157:e=>{e.exports={en:["Dot"],it:["Punto"]}},25848:e=>{e.exports={en:["Dark theme"],it:["Tema scuro"]}},14939:e=>{e.exports={en:["Demonstration"],it:["Dimostrazione"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},74385:e=>{e.exports={en:["Drawings"],it:["Disegni"]}},44255:e=>{e.exports={en:["Elliott waves"],it:["Onde di Elliott"]}},8727:e=>{e.exports={en:["Eraser"],it:["Cancellino"]}},93308:e=>{e.exports={en:["Extended session"],it:["Sessione estesa"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],it:["Strumenti di misurazione e proiezione"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],it:["Modalità schermo intero"]}},83576:e=>{e.exports={en:["Function"],it:["Funzione"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],it:["Tieni premuto il tasto {hotKey_0} per un disegno temporaneo"]}},27077:e=>{e.exports={en:["Open Object Tree"],it:["Apri albero oggetti"]}},7386:e=>{e.exports={en:["Open chart layout"],it:["Apri layout grafico"]}},79451:e=>{e.exports={en:["Lock all drawings"],it:["Blocca tutti gli strumenti di disegno"]}},35112:e=>{e.exports={en:["Move chart back"],it:["Sposta il grafico indietro"]}},12754:e=>{e.exports={en:["Move chart forward"],it:["Sposta il grafico davanti"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},35553:e=>{e.exports={en:["Magic"],it:["Magia"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],it:["La modalità magnete ancora gli strumenti di disegno ai valori OHLC delle candele più vicine."]}},81031:e=>{e.exports={en:["Manage layout drawings"],it:["Gestisci disegni del layout"]}},91563:e=>{e.exports={en:["Measure"],it:["Misura"]}},97050:e=>{e.exports={en:["Measurer"],it:["Misuratore"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],it:["Unisci gli assi a sinistra"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],it:["Unisci gli assi a destra"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],it:["Nessuna borsa corrisponde ai tuoi criteri"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],it:["Nessun simbolo corrisponde ai criteri"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],it:["Niente corrisponde ai criteri"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],it:["Gli strumenti di disegno che vengono aggiunti saranno visibili su tutti i grafici (nel caso in cui si tratti dello stesso strumento)"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],it:["I nuovi disegni saranno sincronizzati globalmente"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],it:["I nuovi disegni saranno sincronizzati con il layout"]}},28628:e=>{e.exports={en:["Sources"],it:["Fonti"]}},41569:e=>{e.exports={
en:["Save chart layout"],it:["Salva layout grafico"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},79354:e=>{e.exports={en:["Search tool or function"],it:["Cerca strumento o funzione"]}},57640:e=>{e.exports={en:["Select source"],it:["Seleziona fonte"]}},65781:e=>{e.exports={en:["Shapes"],it:["Forme"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],it:["Mostra strumenti nascosti"]}},85786:e=>{e.exports={en:["Show Object Tree"],it:["Mostra albero oggetti"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],it:["Rimani in modalità disegno"]}},94593:e=>{e.exports={en:["Strong Magnet"],it:["Magnete forte"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],it:["Simbolo e descrizione"]}},51165:e=>{e.exports={en:["Symbol Search"],it:["Ricerca simbolo"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],it:["Sincronizza il disegno a tutti i grafici"]}},46417:e=>{e.exports={en:["Patterns"],it:["Pattern"]}},36167:e=>{e.exports={en:["Pitchforks"],it:["Pitchfork"]}},79366:e=>{e.exports={en:["Previous day close price line"],it:["Linea ultima chiusura giornaliera"]}},76753:e=>{e.exports={en:["Recent search"],it:["Ricerca recente"]}},28051:e=>{e.exports={en:["Regular session"],it:["Sessione standard"]}},57118:e=>{e.exports={en:["Remove Drawings"],it:["Elimina disegni"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],it:["Rimuovi tutti gli indicatori ed i disegni"]}},96374:e=>{e.exports={en:["Remove drawings"],it:["Elimina disegni"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}},99984:e=>{e.exports={en:["Remove indicators"],it:["Elimina indicatori"]}},38206:e=>{e.exports={en:["Rename chart layout"],it:["Rinomina layout grafico"]}},31789:e=>{e.exports={en:["Reset chart"],it:["Ripristina grafico"]}},3519:e=>{e.exports={en:["Weak Magnet"],it:["Magnete debole"]}},65831:e=>{e.exports={en:["Text & Notes"],it:["Testo e note"]}},48773:e=>{e.exports={en:["Trend line tools"],it:["Strumenti lineari"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],it:["Scrivi per cercare un disegno, una funzione o un'impostazione"]}},69260:e=>{e.exports={en:["Volume-based"],it:["Basato sul volume"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],it:["Stai cambiando l'interfaccia con il tema {name}. Vuoi anche cambiare il tema del grafico?"]}},55774:e=>{e.exports={en:["Zoom In"],it:["Ingrandisci"]}},37310:e=>{e.exports={en:["Zoom Out"],it:["Rimpicciolisci"]}},70932:e=>{e.exports={en:["commodity"],it:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],it:["cambio visibilità idee su grafico"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],it:["cambia visibilità etichette nomi indicatori e finanziari"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],
it:["cambia visibilità etichette valori indicatori e finanziari"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],it:["cambia visibilità linee prezzo pre e post mercato"]}},46128:e=>{e.exports={en:["crypto"],it:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],it:["economia"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],it:["future"]}},87464:e=>{e.exports={en:["index"],it:["indice"]}},90250:e=>{e.exports={en:["indices"],it:["Indici"]}},76752:e=>{e.exports={en:["stock"],it:["azione"]}},94521:e=>{e.exports={en:["sync drawings"],it:["sincronizza disegni"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],it:["{hotKey_0} + click nel grafico"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],it:["{hotKey_0} — cerchio"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],it:["{hotKey_0} — disegna linea dritta ad angoli di 45°"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],it:["{hotKey_0} — incrementi fissi"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],it:["{hotKey_0} — quadrato"]}}}]);

View File

@@ -0,0 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],it:["Punto"]}},41256:e=>{e.exports={en:["Back"],it:["Indietro"]}},53174:e=>{e.exports={en:["Right"],it:["Diritto"]}},57e3:e=>{e.exports={en:["Compare"],it:["Confronta"]}},93111:e=>{e.exports={en:["Content"],it:["Contenuto"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],it:["Copia link all'immagine grafico"]}},4543:e=>{e.exports={en:["Cancel"],it:["Annulla"]}},59934:e=>{e.exports={en:["Channels"],it:["Canali"]}},63245:e=>{e.exports={en:["Change symbol"],it:["Cambia simbolo"]}},56281:e=>{e.exports={en:["Chart style Columns"],it:["Stile grafico colonne"]}},64526:e=>{e.exports={en:["Chart style Candles"],it:["Stile grafico a candele"]}},9537:e=>{e.exports={en:["Chart style Area"],it:["Stile grafico ad area"]}},19265:e=>{e.exports={en:["Chart style Bars"],it:["Stile grafico a barre"]}},19579:e=>{e.exports={en:["Chart style Baseline"],it:["Stile grafico baseline"]}},47189:e=>{e.exports={en:["Chart style Kagi"],it:["Stile grafico kagi"]}},39883:e=>{e.exports={en:["Chart style HLC area"],it:["Stile grafico Area HLC"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],it:["Stile grafico a candele vuote"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],it:["Stile grafico heikin ashi"]}},70405:e=>{e.exports={en:["Chart style High-low"],it:["Stile grafico max-min"]}},92911:e=>{e.exports={en:["Chart style Line"],it:["Stile grafico a linea"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],it:["Stile grafico linea con contrassegni"]}},11604:e=>{e.exports={en:["Chart style Line break"],it:["Stile grafico line break"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],it:["Stile grafico Profilo volume sessione"]}},40447:e=>{e.exports={en:["Chart style Step line"],it:["Stile grafico linea a step"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],it:["Stile grafico point & figure"]}},49942:e=>{e.exports={en:["Chart style Range"],it:["Stile grafico range"]}},80082:e=>{e.exports={en:["Chart style Renko"],it:["Stile grafico renko"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],it:["Stile grafico time price opportunity"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],it:["Stile grafico candele volume"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],it:["Stile grafico footprint volume"]}},53438:e=>{e.exports={en:["Chart template"],it:["Modello di grafico"]}},47742:e=>{e.exports={en:["Close menu"],it:["Chiudere menù"]}},81578:e=>{e.exports={en:["Cursors"],it:["Cursori"]}},77915:e=>{e.exports={en:["Cycles"],it:["Cicli"]}},32064:e=>{e.exports={en:["Annotation tools"],it:["Strumenti di annotazione"]}},69207:e=>{e.exports={en:["Add to favorites"],it:["Aggiungi ai preferiti"]}},34040:e=>{e.exports={en:["All sources"],it:["Tutte le fonti"]}},19147:e=>{e.exports={en:["Arrows"],it:["Frecce"]}},42358:e=>{e.exports={en:["Bond"],it:["Obbligazione"]}},65695:e=>{e.exports={
en:["Brushes"],it:["Spazzole"]}},51494:e=>{e.exports={en:["Gann"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],it:["Strumenti di Gann e Fibonacci"]}},22145:e=>{e.exports={en:["Geometric shapes"],it:["Forme geometriche"]}},57157:e=>{e.exports={en:["Dot"],it:["Punto"]}},25848:e=>{e.exports={en:["Dark theme"],it:["Tema scuro"]}},14939:e=>{e.exports={en:["Demonstration"],it:["Dimostrazione"]}},78734:e=>{e.exports={en:["Description"],it:["Descrizione"]}},74385:e=>{e.exports={en:["Drawings"],it:["Disegni"]}},44255:e=>{e.exports={en:["Elliott waves"],it:["Onde di Elliott"]}},8727:e=>{e.exports={en:["Eraser"],it:["Cancellino"]}},93308:e=>{e.exports={en:["Extended session"],it:["Sessione estesa"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],it:["Strumenti di misurazione e proiezione"]}},26578:e=>{e.exports={en:["Fibonacci"]}},67092:e=>{e.exports={en:["Fullscreen mode"],it:["Modalità schermo intero"]}},83576:e=>{e.exports={en:["Function"],it:["Funzione"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],it:["Tieni premuto il tasto {hotKey_0} per un disegno temporaneo"]}},27077:e=>{e.exports={en:["Open Object Tree"],it:["Apri albero oggetti"]}},7386:e=>{e.exports={en:["Open chart layout"],it:["Apri layout grafico"]}},79451:e=>{e.exports={en:["Lock all drawings"],it:["Blocca tutti gli strumenti di disegno"]}},35112:e=>{e.exports={en:["Move chart back"],it:["Sposta il grafico indietro"]}},12754:e=>{e.exports={en:["Move chart forward"],it:["Sposta il grafico davanti"]}},37117:e=>{e.exports={en:["More"],it:["Altro"]}},35553:e=>{e.exports={en:["Magic"],it:["Magia"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],it:["La modalità magnete ancora gli strumenti di disegno ai valori OHLC delle candele più vicine."]}},81031:e=>{e.exports={en:["Manage layout drawings"],it:["Gestisci disegni del layout"]}},91563:e=>{e.exports={en:["Measure"],it:["Misura"]}},97050:e=>{e.exports={en:["Measurer"],it:["Misuratore"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],it:["Unisci gli assi a sinistra"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],it:["Unisci gli assi a destra"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],it:["Nessuna borsa corrisponde ai tuoi criteri"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],it:["Nessun simbolo corrisponde ai criteri"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],it:["Niente corrisponde ai criteri"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],it:["Gli strumenti di disegno che vengono aggiunti saranno visibili su tutti i grafici (nel caso in cui si tratti dello stesso strumento)"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],it:["I nuovi disegni saranno sincronizzati globalmente"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],it:["I nuovi disegni saranno sincronizzati con il layout"]}},28628:e=>{e.exports={en:["Sources"],
it:["Fonti"]}},41569:e=>{e.exports={en:["Save chart layout"],it:["Salva layout grafico"]}},8573:e=>{e.exports={en:["Search"],it:["Cerca"]}},79354:e=>{e.exports={en:["Search tool or function"],it:["Cerca strumento o funzione"]}},57640:e=>{e.exports={en:["Select source"],it:["Seleziona fonte"]}},65781:e=>{e.exports={en:["Shapes"],it:["Forme"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],it:["Mostra strumenti nascosti"]}},85786:e=>{e.exports={en:["Show Object Tree"],it:["Mostra albero oggetti"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],it:["Rimani in modalità disegno"]}},94593:e=>{e.exports={en:["Strong Magnet"],it:["Magnete forte"]}},95481:e=>{e.exports={en:["Symbol"],it:["Simbolo"]}},74007:e=>{e.exports={en:["Symbol & description"],it:["Simbolo e descrizione"]}},51165:e=>{e.exports={en:["Symbol Search"],it:["Ricerca simbolo"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],it:["Sincronizza il disegno a tutti i grafici"]}},46417:e=>{e.exports={en:["Patterns"],it:["Pattern"]}},36167:e=>{e.exports={en:["Pitchforks"],it:["Pitchfork"]}},79366:e=>{e.exports={en:["Previous day close price line"],it:["Linea ultima chiusura giornaliera"]}},76753:e=>{e.exports={en:["Recent search"],it:["Ricerca recente"]}},28051:e=>{e.exports={en:["Regular session"],it:["Sessione standard"]}},57118:e=>{e.exports={en:["Remove Drawings"],it:["Elimina disegni"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],it:["Rimuovi tutti gli indicatori ed i disegni"]}},96374:e=>{e.exports={en:["Remove drawings"],it:["Elimina disegni"]}},85106:e=>{e.exports={en:["Remove from favorites"],it:["Rimuovi dai preferiti"]}},99984:e=>{e.exports={en:["Remove indicators"],it:["Elimina indicatori"]}},38206:e=>{e.exports={en:["Rename chart layout"],it:["Rinomina layout grafico"]}},31789:e=>{e.exports={en:["Reset chart"],it:["Ripristina grafico"]}},3519:e=>{e.exports={en:["Weak Magnet"],it:["Magnete debole"]}},65831:e=>{e.exports={en:["Text & Notes"],it:["Testo e note"]}},48773:e=>{e.exports={en:["Trend line tools"],it:["Strumenti lineari"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],it:["Scrivi per cercare un disegno, una funzione o un'impostazione"]}},69260:e=>{e.exports={en:["Volume-based"],it:["Basato sul volume"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],it:["Stai cambiando l'interfaccia con il tema {name}. Vuoi anche cambiare il tema del grafico?"]}},55774:e=>{e.exports={en:["Zoom In"],it:["Ingrandisci"]}},37310:e=>{e.exports={en:["Zoom Out"],it:["Rimpicciolisci"]}},70932:e=>{e.exports={en:["commodity"],it:["materia prima"]}},79599:e=>{e.exports={en:["cfd"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],it:["cambio visibilità idee su grafico"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],it:["cambia visibilità etichette nomi indicatori e finanziari"]}},71161:e=>{e.exports={
en:["change indicators and financials value labels visibility"],it:["cambia visibilità etichette valori indicatori e finanziari"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],it:["cambia visibilità linee prezzo pre e post mercato"]}},46128:e=>{e.exports={en:["crypto"],it:["cripto"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],it:["economia"]}},17770:e=>{e.exports={en:["forex"]}},4723:e=>{e.exports={en:["futures"],it:["future"]}},87464:e=>{e.exports={en:["index"],it:["indice"]}},90250:e=>{e.exports={en:["indices"],it:["Indici"]}},76752:e=>{e.exports={en:["stock"],it:["azione"]}},94521:e=>{e.exports={en:["sync drawings"],it:["sincronizza disegni"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],it:["{hotKey_0} + click nel grafico"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],it:["{hotKey_0} — cerchio"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],it:["{hotKey_0} — disegna linea dritta ad angoli di 45°"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],it:["{hotKey_0} — incrementi fissi"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],it:["{hotKey_0} — quadrato"]}}}]);

View File

@@ -1,5 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],it:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],it:["Colore basato sulla chiusura precedente"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},84831:e=>{e.exports={en:["Close line"],it:["Linea chiusura"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],it:["Adegua i dati a seconda dei dividendi"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],it:["Incorpora variazioni dovute al cambio di contratto"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},3159:e=>{e.exports={en:["Bottom line"],it:["Linea inferiore"]}},74406:e=>{e.exports={en:["Body"],it:["Corpo"]}},333:e=>{e.exports={en:["Borders"],it:["Bordi"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],it:["Livello base"]}},71776:e=>{e.exports={en:["Down"],it:["Giù"]}},17611:e=>{e.exports={en:["Down bars"],it:["Barre giù"]}},23743:e=>{e.exports={en:["Down color"],it:["Colore giù"]}},48225:e=>{e.exports={en:["Data modification"],it:["Modifica dei dati"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},16564:e=>{e.exports={en:["Default"],it:["Predefinito"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],it:["Orario di contrattazione elettronica"]}},819:e=>{e.exports={en:["Extend lines"],it:["Estendi linee"]}},41129:e=>{e.exports={en:["Fill"],it:["Riempi"]}},61112:e=>{e.exports={en:["Fill top area"],it:["Riempimento area su"]}},73185:e=>{e.exports={en:["Fill bottom area"],it:["Riempimento area inf"]}},886:e=>{e.exports={en:["HLC bars"],it:["Barre HLC"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},56359:e=>{e.exports={en:["High line"],it:["Linea massimo"]}},47326:e=>{e.exports={en:["Integer"],it:["Intero"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},64075:e=>{e.exports={en:["Override min tick"],it:["Sovrascrivi tick minimo"]}},34579:e=>{e.exports={en:["Low line"],it:["Linea minimo"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],it:["Sfondo sessione pre e post mercato"]}},59766:e=>{e.exports={en:["Precision"],it:["Precisione"]}},84684:e=>{e.exports={en:["Price source"],it:["Fonte prezzo"]}},73466:e=>{e.exports={en:["Projection up bars"],it:["Barre a proiezione superiore"]}},77430:e=>{e.exports={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],it:["#{count} (barra)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],it:["#{count} (prezzo, barra)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],it:["Colore basato sulla chiusura precedente"]}},78930:e=>{e.exports={en:["Coordinates"],it:["Coordinate"]}},24197:e=>{e.exports={en:["Center"],it:["Centro"]}},84831:e=>{e.exports={en:["Close line"],it:["Linea chiusura"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],it:["Adegua i dati a seconda dei dividendi"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],it:["Incorpora variazioni dovute al cambio di contratto"]}},27567:e=>{e.exports={en:["Bottom"],it:["Sotto"]}},3159:e=>{e.exports={en:["Bottom line"],it:["Linea inferiore"]}},74406:e=>{e.exports={en:["Body"],it:["Corpo"]}},333:e=>{e.exports={en:["Borders"],it:["Bordi"]}},42398:e=>{e.exports={en:["Base"]}},28975:e=>{e.exports={en:["Base level"],it:["Livello base"]}},71776:e=>{e.exports={en:["Down"],it:["Giù"]}},17611:e=>{e.exports={en:["Down bars"],it:["Barre giù"]}},23743:e=>{e.exports={en:["Down color"],it:["Colore giù"]}},48225:e=>{e.exports={en:["Data modification"],it:["Modifica dei dati"]}},72942:e=>{e.exports={en:["Days"],it:["Giorni"]}},16564:e=>{e.exports={en:["Default"],it:["Predefinito"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],it:["Spostamento (prezzo, barra)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],it:["Orario di contrattazione elettronica"]}},819:e=>{e.exports={en:["Extend lines"],it:["Estendi linee"]}},41129:e=>{e.exports={en:["Fill"],it:["Riempi"]}},61112:e=>{e.exports={en:["Fill top area"],it:["Riempimento area su"]}},73185:e=>{e.exports={en:["Fill bottom area"],it:["Riempimento area inf"]}},56796:e=>{e.exports={en:["Hours"],it:["Ore"]}},95406:e=>{e.exports={en:["Horizontal"],it:["Orizzontale"]}},56359:e=>{e.exports={en:["High line"],it:["Linea massimo"]}},47326:e=>{e.exports={en:["Integer"],it:["Intero"]}},21429:e=>{e.exports={en:["Inputs"],it:["Input"]}},64075:e=>{e.exports={en:["Override min tick"],it:["Sovrascrivi tick minimo"]}},34579:e=>{e.exports={en:["Low line"],it:["Linea minimo"]}},11626:e=>{e.exports={en:["Left"],it:["Sinistra"]}},43154:e=>{e.exports={en:["Months"],it:["Mesi"]}},68833:e=>{e.exports={en:["Middle"],it:["Medio"]}},42562:e=>{e.exports={en:["Minutes"],it:["Minuti"]}},65188:e=>{e.exports={en:["Seconds"],it:["Secondi"]}},13350:e=>{e.exports={en:["Pearson's R"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],it:["Sfondo sessione pre e post mercato"]}},59766:e=>{e.exports={en:["Precision"],it:["Precisione"]}},84684:e=>{e.exports={en:["Price source"],it:["Fonte prezzo"]}},73466:e=>{e.exports={en:["Projection up bars"],it:["Barre a proiezione superiore"]}},77430:e=>{e.exports={en:["Projection candles"],it:["Candele di proiezione"]
en:["Projection candles"],it:["Candele di proiezione"]}},88367:e=>{e.exports={en:["Projection down bars"],it:["Barre a proiezione inferiore"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],it:["Prezzi reali sull'asse (invece di quelli Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},32163:e=>{e.exports={en:["Wick"],it:["Ombra"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},89349:e=>{e.exports={en:["Top line"],it:["Linea superiore"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},20215:e=>{e.exports={en:["Thin bars"],it:["Barre sottili"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},77073:e=>{e.exports={en:["Timezone"],it:["Fuso orario"]}},22691:e=>{e.exports={en:["Up"],it:["Su"]}},23091:e=>{e.exports={en:["Up color"],it:["Colore su"]}},36957:e=>{e.exports={en:["Up bars"],it:["Barre su"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],it:["Usa il settlement come chiusura nel giornaliero"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},21105:e=>{e.exports={en:["candle"],it:["candela"]}},27068:e=>{e.exports={en:["change HLC bars"],it:["cambio barre HLC"]}},86866:e=>{e.exports={en:["change area fill color"],it:["cambio colore riempimento area"]}},89346:e=>{e.exports={en:["change area line width"],it:["cambio spessore linea area"]}},29605:e=>{e.exports={en:["change area line color"],it:["cambio colore linea area"]}},4640:e=>{e.exports={en:["change area price source"],it:["cambio fonte area prezzo"]}},42190:e=>{e.exports={en:["change base level"],it:["cambio livello base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],it:["cambio colore inf baseline"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],it:["cambio spessore linea inf baseline"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],it:["cambio colore riempimento area inf baseline"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],it:["cambio colore riempimento area sup baseline"]}},68609:e=>{e.exports={en:["change baseline price source"],it:["cambio fonte prezzo baseline"]}},69044:e=>{e.exports={en:["change baseline top line color"],it:["cambio colore sup baseline"]}},68197:e=>{e.exports={en:["change baseline top line width"],it:["cambio spessore linea sup baseline"]}},33464:e=>{e.exports={en:["change bar up color"],it:["cambio colore barra su"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},59622:e=>{e.exports={en:["change bar down color"],it:["cambio colore barra giù"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],it:["cambio colore basato su chiusura prec"]}},88324:e=>{e.exports={en:["change column up color"],it:["cambio colore colonna sup"]}},93890:e=>{e.exports={en:["change column down color"],it:["cambio colore colonna inf"]}}, }},88367:e=>{e.exports={en:["Projection down bars"],it:["Barre a proiezione inferiore"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],it:["Prezzi reali sull'asse (invece di quelli Heikin Ashi)"]}},50421:e=>{e.exports={en:["Right"],it:["Destra"]}},835:e=>{e.exports={en:["Weeks"],it:["Settimane"]}},32163:e=>{e.exports={en:["Wick"],it:["Ombra"]}},97118:e=>{e.exports={en:["Top"],it:["Sopra"]}},89349:e=>{e.exports={en:["Top line"],it:["Linea superiore"]}},70320:e=>{e.exports={en:["Text"],it:["Testo"]}},25485:e=>{e.exports={en:["Text alignment"],it:["Allineamento testo"]}},67781:e=>{e.exports={en:["Text orientation"],it:["Orientamento testo"]}},20215:e=>{e.exports={en:["Thin bars"],it:["Barre sottili"]}},24821:e=>{e.exports={en:["Ticks"],it:["Tick"]}},77073:e=>{e.exports={en:["Timezone"],it:["Fuso orario"]}},22691:e=>{e.exports={en:["Up"],it:["Su"]}},23091:e=>{e.exports={en:["Up color"],it:["Colore su"]}},36957:e=>{e.exports={en:["Up bars"],it:["Barre su"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],it:["Usa il settlement come chiusura nel giornaliero"]}},69526:e=>{e.exports={en:["Vertical"],it:["Verticale"]}},21105:e=>{e.exports={en:["candle"],it:["candela"]}},27068:e=>{e.exports={en:["change HLC bars"],it:["cambio barre HLC"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],it:["cambio colore riempimento area"]}},89346:e=>{e.exports={en:["change area line width"],it:["cambio spessore linea area"]}},29605:e=>{e.exports={en:["change area line color"],it:["cambio colore linea area"]}},4640:e=>{e.exports={en:["change area price source"],it:["cambio fonte area prezzo"]}},42190:e=>{e.exports={en:["change base level"],it:["cambio livello base"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],it:["cambio colore inf baseline"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],it:["cambio spessore linea inf baseline"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],it:["cambio colore riempimento area inf baseline"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],it:["cambio colore riempimento area sup baseline"]}},68609:e=>{e.exports={en:["change baseline price source"],it:["cambio fonte prezzo baseline"]}},69044:e=>{e.exports={en:["change baseline top line color"],it:["cambio colore sup baseline"]}},68197:e=>{e.exports={en:["change baseline top line width"],it:["cambio spessore linea sup baseline"]}},33464:e=>{e.exports={en:["change bar up color"],it:["cambio colore barra su"]}},2066:e=>{e.exports={en:["change bar X coordinate"],it:["modifica coordinate di barra X"]}},59622:e=>{e.exports={en:["change bar down color"],it:["cambio colore barra giù"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],it:["cambio colore basato su chiusura prec"]}},88324:e=>{e.exports={en:["change column up color"],it:["cambio colore colonna sup"]}},93890:e=>{e.exports={en:["change column down color"],it:["cambio colore colonna inf"]}},
4727:e=>{e.exports={en:["change column price source"],it:["cambio fonte dati colonna"]}},82063:e=>{e.exports={en:["change decimal places"],it:["cambio cifre decimali"]}},44223:e=>{e.exports={en:["change extended hours color"],it:["cambio colore orari estesi"]}},47393:e=>{e.exports={en:["change electronic trading hours"],it:["modifica orari di negoziazione elettronica"]}},6026:e=>{e.exports={en:["change high-low body color"],it:["cambio colore corpo max-min"]}},73021:e=>{e.exports={en:["change high-low body visibility"],it:["cambio visibilità corpo max-min"]}},46844:e=>{e.exports={en:["change high-low border color"],it:["cambio colore bordo max-min"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],it:["cambio visibilità bordi max-min"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],it:["cambio visibilità etichette max-min"]}},56961:e=>{e.exports={en:["change high-low labels color"],it:["cambio colore etichette max-min"]}},88640:e=>{e.exports={en:["change line color"],it:["cambio colore linea"]}},41837:e=>{e.exports={en:["change line price source"],it:["cambio fonte linea prezzo"]}},48339:e=>{e.exports={en:["change line width"],it:["cambio spessore linea"]}},38730:e=>{e.exports={en:["change post market color"],it:["cambio colore post mercato"]}},44371:e=>{e.exports={en:["change pre market color"],it:["cambio colore pre mercato"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},16241:e=>{e.exports={en:["change range bars style"],it:["cambia lo stile delle barre range"]}},65821:e=>{e.exports={en:["change range thin bars"],it:["cambio range barre sottili"]}},75487:e=>{e.exports={en:["change renko wick down color"],it:["cambio colore ombra inf renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],it:["cambio colore ombra sup renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],it:["cambio visibilità ombra renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],it:["cambio tick min indicatore"]}},82924:e=>{e.exports={en:["change study overlay style"],it:["cambio stile indicatore"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],it:["cambio prezzo da mostrare nell'asse (al posto di quello Heikin-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],it:["cambio spessore barre"]}},78509:e=>{e.exports={en:["change {title} base line color"],it:["cambio colore linea base {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],it:["cambio stile linea base {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],it:["cambio visibilità linea base {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],it:["cambio spessore linea base {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],it:["cambio colore linea inf {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],it:["cambio stile linea inf {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"], 4727:e=>{e.exports={en:["change column price source"],it:["cambio fonte dati colonna"]}},82063:e=>{e.exports={en:["change decimal places"],it:["cambio cifre decimali"]}},44223:e=>{e.exports={en:["change extended hours color"],it:["cambio colore orari estesi"]}},47393:e=>{e.exports={en:["change electronic trading hours"],it:["modifica orari di negoziazione elettronica"]}},6026:e=>{e.exports={en:["change high-low body color"],it:["cambio colore corpo max-min"]}},73021:e=>{e.exports={en:["change high-low body visibility"],it:["cambio visibilità corpo max-min"]}},46844:e=>{e.exports={en:["change high-low border color"],it:["cambio colore bordo max-min"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],it:["cambio visibilità bordi max-min"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],it:["cambio visibilità etichette max-min"]}},56961:e=>{e.exports={en:["change high-low labels color"],it:["cambio colore etichette max-min"]}},88640:e=>{e.exports={en:["change line color"],it:["cambio colore linea"]}},41837:e=>{e.exports={en:["change line price source"],it:["cambio fonte linea prezzo"]}},48339:e=>{e.exports={en:["change line width"],it:["cambio spessore linea"]}},38730:e=>{e.exports={en:["change post market color"],it:["cambio colore post mercato"]}},44371:e=>{e.exports={en:["change pre market color"],it:["cambio colore pre mercato"]}},11737:e=>{e.exports={en:["change price Y coordinate"],it:["modifica coordinate di prezzo Y"]}},16241:e=>{e.exports={en:["change range bars style"],it:["cambia lo stile delle barre range"]}},65821:e=>{e.exports={en:["change range thin bars"],it:["cambio range barre sottili"]}},75487:e=>{e.exports={en:["change renko wick down color"],it:["cambio colore ombra inf renko"]}},92277:e=>{e.exports={en:["change renko wick up color"],it:["cambio colore ombra sup renko"]}},79604:e=>{e.exports={en:["change renko wick visibility"],it:["cambio visibilità ombra renko"]}},91109:e=>{e.exports={en:["change study overlay min tick"],it:["cambio tick min indicatore"]}},82924:e=>{e.exports={en:["change study overlay style"],it:["cambio stile indicatore"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],it:["cambio prezzo da mostrare nell'asse (al posto di quello Heikin-Ashi)"]}},60834:e=>{e.exports={en:["change thin bars"],it:["cambio spessore barre"]}},78509:e=>{e.exports={en:["change {title} base line color"],it:["cambio colore linea base {title}"]}},27864:e=>{e.exports={en:["change {title} base line style"],it:["cambio stile linea base {title}"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],it:["cambio visibilità linea base {title}"]}},17926:e=>{e.exports={en:["change {title} base line width"],it:["cambio spessore linea base {title}"]}},41638:e=>{e.exports={en:["change {title} down line color"],it:["cambio colore linea inf {title}"]}},51842:e=>{e.exports={en:["change {title} down line style"],it:["cambio stile linea inf {title}"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],
it:["cambio visibilità linea inf {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],it:["cambio spessore linea inf {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],it:["cambio estensione linee {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],it:["cambio modifica visibilità r di Pearson {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],it:["cambio visibilità linea sup {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],it:["cambio spessore linea sup {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],it:["cambio colore linea sup {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],it:["cambio stile linea sup {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],it:["cambio colore bordo sup {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],it:["cambio colore sup {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],it:["cambio colore ombra inf {candleType}"]}},47664:e=>{e.exports={ it:["cambio visibilità linea inf {title}"]}},64615:e=>{e.exports={en:["change {title} down line width"],it:["cambio spessore linea inf {title}"]}},96135:e=>{e.exports={en:["change {title} days to"],it:["cambio valore giorni {title}"]}},91201:e=>{e.exports={en:["change {title} days from"],it:["cambio valore giorni {title}"]}},76295:e=>{e.exports={en:["change {title} extend lines"],it:["cambio estensione linee {title}"]}},8306:e=>{e.exports={en:["change {title} hours from"],it:["cambio valore ore {title}"]}},67233:e=>{e.exports={en:["change {title} hours to"],it:["cambio valore ore {title}"]}},99122:e=>{e.exports={en:["change {title} months from"],it:["cambio valore mesi {title}"]}},10518:e=>{e.exports={en:["change {title} months to"],it:["cambio valore mesi {title}"]}},38011:e=>{e.exports={en:["change {title} minutes to"],it:["cambio valore minuti {title}"]}},59820:e=>{e.exports={en:["change {title} minutes from"],it:["cambio valore minuti {title}"]}},6573:e=>{e.exports={en:["change {title} seconds to"],it:["cambio valore secondi {title}"]}},86780:e=>{e.exports={en:["change {title} seconds from"],it:["cambio valore secondi {title}"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],it:["cambio modifica visibilità r di Pearson {title}"]}},32481:e=>{e.exports={en:["change {title} weeks from"],it:["cambio valore settimane {title}"]}},18678:e=>{e.exports={en:["change {title} weeks to"],it:["cambio valore settimane {title}"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],it:["cambio visibilità linea sup {title}"]}},63824:e=>{e.exports={en:["change {title} up line width"],it:["cambio spessore linea sup {title}"]}},89178:e=>{e.exports={en:["change {title} up line color"],it:["cambio colore linea sup {title}"]}},51188:e=>{e.exports={en:["change {title} up line style"],it:["cambio stile linea sup {title}"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],it:["cambio visibilità {title} sui tick"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],it:["cambio visibilità {title} su settimane"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],it:["cambio visibilità {title} su {ranges}"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],it:["cambio visibilità {title} su giorni"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],it:["cambio visibilità {title} su ore"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],it:["cambio visibilità {title} su minuti"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],it:["cambio visibilità {title} su mesi"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],it:["cambio visibilità {title} nei secondi"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],it:["cambio colore bordo sup {candleType}"]}},36697:e=>{e.exports={en:["change {candleType} up color"],it:["cambio colore sup {candleType}"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],it:["cambio colore ombra inf {candleType}"]}},47664:e=>{e.exports={
en:["change {candleType} wick up color"],it:["cambio colore ombra sup {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],it:["cambio visibilità ombra {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],it:["cambio visibilità corpo {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],it:["cambio visibilità bordo {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],it:["cambio colore bordo inf {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],it:["cambio colore inf {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],it:["cambio colore bordo inf {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],it:["cambio colore bordo sup {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],it:["cambio colore inf {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],it:["cambio colore bordo proiezione sup {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],it:["cambio colore proiezione inf {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],it:["cambio colore proiezione sup {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],it:["cambio colore sup {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],it:["cambio proprietà {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],it:["adegua i dati a seconda dei dividendi"]}},1433:e=>{e.exports={en:["adjust for contract changes"],it:["incorpora variazioni dovute a cambio di contratti"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},92598:e=>{e.exports={en:["hollow candles"],it:["Candele vuote"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},57243:e=>{e.exports={en:["range","ranges"],it:["range","range"]}},70282:e=>{e.exports={en:["renko"],it:["Renko"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}}, en:["change {candleType} wick up color"],it:["cambio colore ombra sup {candleType}"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],it:["cambio visibilità ombra {candleType}"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],it:["cambio visibilità corpo {candleType}"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],it:["cambio visibilità bordo {candleType}"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],it:["cambio colore bordo inf {candleType}"]}},64571:e=>{e.exports={en:["change {candleType} down color"],it:["cambio colore inf {candleType}"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],it:["cambio colore bordo inf {chartType}"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],it:["cambio colore bordo sup {chartType}"]}},5012:e=>{e.exports={en:["change {chartType} down color"],it:["cambio colore inf {chartType}"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],it:["cambio colore bordo proiezione sup {chartType}"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],it:["cambio colore proiezione inf {chartType}"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],it:["cambio colore proiezione sup {chartType}"]}},6970:e=>{e.exports={en:["change {chartType} up color"],it:["cambio colore sup {chartType}"]}},66110:e=>{e.exports={en:["change {inputName} property"],it:["cambio proprietà {inputName}"]}},25167:e=>{e.exports={en:["change {propertyName} property"],it:["cambio proprietà {propertyName}"]}},18077:e=>{e.exports={en:["adjust data for dividends"],it:["adegua i dati a seconda dei dividendi"]}},1433:e=>{e.exports={en:["adjust for contract changes"],it:["incorpora variazioni dovute a cambio di contratti"]}},35813:e=>{e.exports={en:["days"],it:["Giorni"]}},89919:e=>{e.exports={en:["days to"],it:["giorni a"]}},59215:e=>{e.exports={en:["days from"],it:["giorni da"]}},2359:e=>{e.exports={en:["hours"],it:["Ore"]}},82267:e=>{e.exports={en:["hours from"],it:["ore da"]}},15600:e=>{e.exports={en:["hours to"],it:["ore a"]}},92598:e=>{e.exports={en:["hollow candles"],it:["Candele vuote"]}},76261:e=>{e.exports={en:["move drawings"],it:["spostamento disegni"]}},95300:e=>{e.exports={en:["months"],it:["Mesi"]}},17250:e=>{e.exports={en:["months from"],it:["mesi da"]}},2828:e=>{e.exports={en:["months to"],it:["mesi a"]}},18726:e=>{e.exports={en:["minutes"],it:["Minuti"]}},67649:e=>{e.exports={en:["minutes to"],it:["minuti a"]}},22476:e=>{e.exports={en:["minutes from"],it:["minuti da"]}},751:e=>{e.exports={en:["seconds"],it:["secondi"]}},73419:e=>{e.exports={en:["seconds to"],it:["secondi a"]}},35801:e=>{e.exports={en:["seconds from"],it:["secondi da"]}},57243:e=>{e.exports={en:["range","ranges"],it:["range","range"]}},70282:e=>{e.exports={en:["renko"],it:["Renko"]}},45537:e=>{e.exports={en:["weeks"],it:["settimane"]}},92859:e=>{e.exports={en:["weeks from"],it:["settimane da"]}},44127:e=>{e.exports={en:["weeks to"],it:["settimane a"]}},

View File

@@ -1,4 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{53310:e=>{e.exports={en:["Re"],it:["Rif"]}},85119:e=>{e.exports={en:["Dark"],it:["Scuro"]}},96870:e=>{e.exports={en:["Light"],it:["Chiaro"]}},85886:e=>{e.exports={en:["d"],it:["g"]}},44634:e=>{e.exports={en:["h"],it:["o"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],it:["Copia {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"],it:["C - Chius."]}},43253:e=>{e.exports={en:["H"],it:["H - Max."]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],it:["L - Min."]}},46728:e=>{e.exports={en:["O"],it:["O - Aper."]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],it:["Colore livello -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],it:["Colore livello -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],it:["Colore livello -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],it:["Colore livello -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],it:["Colore livello 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],it:["Colore livello 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],it:["Colore livello 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],it:["Colore livello 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],it:["Colore livello 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],it:["Colore livello 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],it:["Colore livello 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],it:["Colore livello 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],it:["Colore livello 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],it:["Colore livello 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],it:["Colore livello 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],it:["Colore livello 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],it:["1° periodo"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],it:["Colore livello 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],it:["Colore livello 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],it:["2° periodo"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],it:["Colore livello 3.618"]}, (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"],it:["Rif"]}},85119:e=>{e.exports={en:["Dark"],it:["Scuro"]}},96870:e=>{e.exports={en:["Light"],it:["Chiaro"]}},85886:e=>{e.exports={en:["d"],it:["g"]}},44634:e=>{e.exports={en:["h"],it:["o"]}},5977:e=>{e.exports={en:["m"]}},21492:e=>{e.exports={en:["s"]}},97559:e=>{e.exports={en:["{title} copy"],it:["Copia {title}"]}},38691:e=>{e.exports={en:["D"]}},77995:e=>{e.exports={en:["M"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"]}},38048:e=>{e.exports={en:["h"]}},68430:e=>{e.exports={en:["m"]}},68823:e=>{e.exports={en:["s"]}},2696:e=>{e.exports={en:["C"],it:["C - Chius."]}},43253:e=>{e.exports={en:["H"],it:["H - Max."]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],it:["L - Min."]}},46728:e=>{e.exports={en:["O"],it:["O - Aper."]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],it:["Colore livello -0.236"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],it:["Colore livello -0.382"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],it:["Colore livello -0.618"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],it:["Colore livello -0.65"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],it:["Colore livello 0"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],it:["Colore livello 0.236"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],it:["Colore livello 0.382"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],it:["Colore livello 0.5"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],it:["Colore livello 0.618"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],it:["Colore livello 0.65"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],it:["Colore livello 0.786"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],it:["Colore livello 1"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],it:["Colore livello 1.272"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],it:["Colore livello 1.414"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],it:["Colore livello 1.618"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],it:["Colore livello 1.65"]},e.exports["1st Period_input"]={en:["1st Period"],it:["1° periodo"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],it:["Colore livello 2.618"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],it:["Colore livello 2.65"]},e.exports["2nd Period_input"]={en:["2nd Period"],it:["2° periodo"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],it:["Colore livello 3.618"]},
e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],it:["Colore livello 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],it:["3° periodo"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],it:["Colore livello 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],it:["4° periodo"]},e.exports["5th Period_input"]={en:["5th Period"],it:["5° periodo"]},e.exports["6th Period_input"]={en:["6th Period"],it:["6° periodo"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],it:["Periodo ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],it:["Accumulo/Distribuzione"]},e.exports["All items_combobox_input"]={en:["All items"],it:["Tutti gli oggetti"]},e.exports.All_input={en:["All"],it:["Tutto"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],it:["Periodo di riferimento"]},e.exports["Another symbol_input"]={en:["Another symbol"],it:["Altro simbolo"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],it:["Media"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],it:["Periodi di media"]},e.exports.Back_input={en:["Back"],it:["Indietro"]},e.exports["Bands style_input"]={en:["Bands style"],it:["Stile bande"]},e.exports.Bar_input={en:["Bar"],it:["Barra"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],it:["Periodo linea base"]},e.exports["Base Line_input"]={en:["Base Line"],it:["Linea base"]},e.exports.Basis_input={en:["Basis"],it:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],it:["Bande di Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],it:["Ampiezza bande di Bollinger"]},e.exports.Borders_input={en:["Borders"],it:["Bordi"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],it:["Metodo di calcolo grandezza box"]},e.exports["Box size_input"]={en:["Box size"],it:["Grandezza box"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],it:["Annulla"]},e.exports.Candles_input={en:["Candles"],it:["Candele"]},e.exports.Centered_input={en:["Centered"],it:["Centrato"]},e.exports.Century_input={en:["Century"],it:["Secolo"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],it:["Chiudi"]},e.exports["Color 0_input"]={en:["Color 0"],it:["Colore 0"]},e.exports["Color 1_input"]={en:["Color 1"],it:["Colore 1"]},e.exports["Color 2_input"]={en:["Color 2"],it:["Colore 2"]},e.exports["Color 3_input"]={en:["Color 3"],it:["Colore 3"]},e.exports["Color 4_input"]={en:["Color 4"],it:["Colore 4"]}, e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],it:["Colore livello 3.65"]},e.exports["3rd Period_input"]={en:["3rd Period"],it:["3° periodo"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],it:["Colore livello 4.236"]},e.exports["4th Period_input"]={en:["4th Period"],it:["4° periodo"]},e.exports["5th Period_input"]={en:["5th Period"],it:["5° periodo"]},e.exports["6th Period_input"]={en:["6th Period"],it:["6° periodo"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"]},e.exports["ATR length_input"]={en:["ATR length"],it:["Periodo ATR"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],it:["Accumulo/Distribuzione"]},e.exports["All items_combobox_input"]={en:["All items"],it:["Tutti gli oggetti"]},e.exports.All_input={en:["All"],it:["Tutto"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],it:["Periodo di riferimento"]},e.exports["Another symbol_input"]={en:["Another symbol"],it:["Altro simbolo"]},e.exports["Aroon Down_input"]={en:["Aroon Down"]},e.exports["Aroon Up_input"]={en:["Aroon Up"]},e.exports.Average_input={en:["Average"],it:["Media"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],it:["Periodi di media"]},e.exports.Back_input={en:["Back"],it:["Indietro"]},e.exports["Bands style_input"]={en:["Bands style"],it:["Stile bande"]},e.exports.Bar_input={en:["Bar"],it:["Barra"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],it:["Periodo linea base"]},e.exports["Base Line_input"]={en:["Base Line"],it:["Linea base"]},e.exports.Basis_input={en:["Basis"],it:["Base"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],it:["Bande di Bollinger %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],it:["Ampiezza bande di Bollinger"]},e.exports.Borders_input={en:["Borders"],it:["Bordi"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],it:["Metodo di calcolo grandezza box"]},e.exports["Box size_input"]={en:["Box size"],it:["Grandezza box"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],it:["Annulla"]},e.exports.Candles_input={en:["Candles"],it:["Candele"]},e.exports.Centered_input={en:["Centered"],it:["Centrato"]},e.exports.Century_input={en:["Century"],it:["Secolo"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"]},e.exports["Chande MO_input"]={en:["Chande MO"]},e.exports.Close_input={en:["Close"],it:["Chiudi"]},e.exports["Color 0_input"]={en:["Color 0"],it:["Colore 0"]},e.exports["Color 1_input"]={en:["Color 1"],it:["Colore 1"]},e.exports["Color 2_input"]={en:["Color 2"],it:["Colore 2"]},e.exports["Color 3_input"]={en:["Color 3"],it:["Colore 3"]},e.exports["Color 4_input"]={en:["Color 4"],it:["Colore 4"]},
e.exports["Color 5_input"]={en:["Color 5"],it:["Colore 5"]},e.exports["Color 6_input"]={en:["Color 6"],it:["Colore 6"]},e.exports["Color 7_input"]={en:["Color 7"],it:["Colore 7"]},e.exports["Color 8_input"]={en:["Color 8"],it:["Colore 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],it:["Colore basato sulla chiusura precedente"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],it:["Colore basato sulla chiusura precedente"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],it:["Periodi linea di conversione"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],it:["Linea di conversione"]},e.exports.Correlation_input={en:["Correlation"],it:["Correlazione"]},e.exports.Count_input={en:["Count"],it:["Conteggio"]},e.exports.Crosses_input={en:["Crosses"],it:["Incrocia"]},e.exports.Custom_input={en:["Custom"],it:["Personalizzato"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],it:["Periodo DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],it:["Giorno"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],it:["Giorni nell'anno"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],it:["Profondità"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],it:["Sviluppo PoC"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],it:["Deviazione (%)"]},e.exports.Deviation_input={en:["Deviation"],it:["Deviazione"]},e.exports.Divisor_input={en:["Divisor"],it:["Divisore"]},e.exports["Down Volume_input"]={en:["Down Volume"],it:["Volume vendite"]},e.exports["Down bars_input"]={en:["Down bars"],it:["Barre giù"]},e.exports["Down color_input"]={en:["Down color"],it:["Colore giù"]},e.exports["Down fractals_input"]={en:["Down fractals"],it:["Frattali inferiori"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],it:["Tutte (pre e post comprese)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],it:["Indice Elder's Force"]},e.exports["Equality Line_input"]={en:["Equality Line"],it:["Linea d'uguaglianza"]},e.exports.Exponential_input={en:["Exponential"],it:["Esponenziale"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],it:["Estendi POC a destra"]},e.exports["Extend Right_input"]={en:["Extend Right"],it:["Estendi a destra"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],it:["Estendi VAH a destra"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],it:["Estendi VAL a destra"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],it:["Estendi all'ultima barra"]},e.exports.Falling_input={en:["Falling"],it:["In caduta"]},e.exports["Fast Length_input"]={en:["Fast Length"],it:["Periodo veloce"]},e.exports["Fast length_input"]={ e.exports["Color 5_input"]={en:["Color 5"],it:["Colore 5"]},e.exports["Color 6_input"]={en:["Color 6"],it:["Colore 6"]},e.exports["Color 7_input"]={en:["Color 7"],it:["Colore 7"]},e.exports["Color 8_input"]={en:["Color 8"],it:["Colore 8"]},e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],it:["Colore basato sulla chiusura precedente"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],it:["Colore basato sulla chiusura precedente"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],it:["Periodi linea di conversione"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],it:["Linea di conversione"]},e.exports.Correlation_input={en:["Correlation"],it:["Correlazione"]},e.exports.Count_input={en:["Count"],it:["Conteggio"]},e.exports.Crosses_input={en:["Crosses"],it:["Incrocia"]},e.exports.Custom_input={en:["Custom"],it:["Personalizzato"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],it:["Periodo DI"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],it:["Giorno"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],it:["Giorni nell'anno"]},e.exports.Decade_input={en:["Decade"]},e.exports.Delta_input={en:["Delta"]},e.exports.Depth_input={en:["Depth"],it:["Profondità"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],it:["Sviluppo PoC"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],it:["Deviazione (%)"]},e.exports.Deviation_input={en:["Deviation"],it:["Deviazione"]},e.exports.Divisor_input={en:["Divisor"],it:["Divisore"]},e.exports["Down Volume_input"]={en:["Down Volume"],it:["Volume vendite"]},e.exports["Down bars_input"]={en:["Down bars"],it:["Barre giù"]},e.exports["Down color_input"]={en:["Down color"],it:["Colore giù"]},e.exports["Down fractals_input"]={en:["Down fractals"],it:["Frattali inferiori"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],it:["Tutte (pre e post comprese)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],it:["Indice Elder's Force"]},e.exports["Equality Line_input"]={en:["Equality Line"],it:["Linea d'uguaglianza"]},e.exports.Exponential_input={en:["Exponential"],it:["Esponenziale"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],it:["Estendi POC a destra"]},e.exports["Extend Right_input"]={en:["Extend Right"],it:["Estendi a destra"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],it:["Estendi VAH a destra"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],it:["Estendi VAL a destra"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],it:["Estendi all'ultima barra"]},e.exports.Falling_input={en:["Falling"],it:["In caduta"]},e.exports["Fast Length_input"]={en:["Fast Length"],it:["Periodo veloce"]},e.exports["Fast length_input"]={
en:["Fast length"],it:["Periodo veloce"]},e.exports.Fill_input={en:["Fill"],it:["Riempi"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],it:["In crescita"]},e.exports["HLC bars_input"]={en:["HLC bars"],it:["Barre HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],it:["Istogramma"]},e.exports.Histogram_input={en:["Histogram"],it:["Istogramma"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"],it:["Incremento"]},e.exports.Indicator_input={en:["Indicator"],it:["Indicatore"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],it:["Strumento 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],it:["Strumento 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],it:["Periodo Investor EMA 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],it:["Periodo Investor EMA 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],it:["Periodo Investor EMA 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],it:["Periodo Investor EMA 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],it:["Periodo Investor EMA 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],it:["Periodo Investor EMA 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],it:["Periodo Jaw"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],it:["Positione etichette"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],it:["Etichette sull'asse verticale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],it:["Periodi di Lagging Span"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],it:["Principali periodi di turnover"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],it:["Lead 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],it:["Periodo Leading Span"]},e.exports["Length EMA_input"]={en:["Length EMA"],it:["Periodo EMA"]},e.exports["Length MA_input"]={en:["Length MA"],it:["Periodo MA"]},e.exports.Length1_input={en:["Length1"],it:["Periodo1"]},e.exports.Length2_input={en:["Length2"],it:["Periodo2"]},e.exports.Length3_input={en:["Length3"],it:["Periodo3"]},e.exports.Length_input={en:["Length"],it:["Periodo"]},e.exports.Level_input={en:["Level"],it:["Livello"]},e.exports["Levels Format_input"]={en:["Levels Format"],it:["Formato livelli"]},e.exports.Limit_input={en:["Limit"],it:["Limite"]},e.exports.Line_input={en:["Line"],it:["Linea"]},e.exports["Lips Length_input"]={en:["Lips Length"],it:["Periodo Lips"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"],it:["Periodo lungo"] en:["Fast length"],it:["Periodo veloce"]},e.exports.Fill_input={en:["Fill"],it:["Riempi"]},e.exports.Fisher_input={en:["Fisher"]},e.exports.Growing_input={en:["Growing"],it:["In crescita"]},e.exports["HLC bars_input"]={en:["HLC bars"],it:["Barre HLC"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],it:["Istogramma"]},e.exports.Histogram_input={en:["Histogram"],it:["Istogramma"]},e.exports["Hull MA_input"]={en:["Hull MA"]},e.exports.Increment_input={en:["Increment"],it:["Incremento"]},e.exports.Indicator_input={en:["Indicator"],it:["Indicatore"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],it:["Strumento 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],it:["Strumento 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],it:["Periodo Investor EMA 1"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],it:["Periodo Investor EMA 2"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],it:["Periodo Investor EMA 3"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],it:["Periodo Investor EMA 4"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],it:["Periodo Investor EMA 5"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],it:["Periodo Investor EMA 6"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],it:["Periodo Jaw"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],it:["Positione etichette"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],it:["Etichette sull'asse verticale"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],it:["Periodi di Lagging Span"]},e.exports["Lagging Span_input"]={en:["Lagging Span"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],it:["Principali periodi di turnover"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],it:["Lead 1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],it:["Periodo Leading Span"]},e.exports["Length EMA_input"]={en:["Length EMA"],it:["Periodo EMA"]},e.exports["Length MA_input"]={en:["Length MA"],it:["Periodo MA"]},e.exports.Length1_input={en:["Length1"],it:["Periodo1"]},e.exports.Length2_input={en:["Length2"],it:["Periodo2"]},e.exports.Length3_input={en:["Length3"],it:["Periodo3"]},e.exports.Length_input={en:["Length"],it:["Periodo"]},e.exports.Level_input={en:["Level"],it:["Livello"]},e.exports["Levels Format_input"]={en:["Levels Format"],it:["Formato livelli"]},e.exports.Limit_input={en:["Limit"],it:["Limite"]},e.exports.Line_input={en:["Line"],it:["Linea"]},e.exports["Lips Length_input"]={en:["Lips Length"],it:["Periodo Lips"]},e.exports["Lips Offset_input"]={en:["Lips Offset"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"],it:["Periodo lungo"]
@@ -28,31 +28,31 @@ it:["Indicatore Vortex"]},e.exports["Williams %R_study"]={en:["Williams %R"]},e.
e.exports={en:["Chart for {symbol}, {interval}"],it:["Grafico di {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],it:["Immagine del grafico copiata negli appunti {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],it:["Codice di incorporamento dell'immagine del grafico copiato negli appunti {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],it:["Isole Chatham"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],it:["Cerchio"]}},14985:e=>{e.exports={en:["Click to set a point"],it:["Clicca per definire un punto"]}},12537:e=>{e.exports={en:["Clone"],it:["Duplica"]}},62578:e=>{e.exports={en:["Close"],it:["Chiusura"]}},264:e=>{e.exports={en:["Create limit order"],it:["Crea ordine limite"]}},6969:e=>{e.exports={en:["Cross"],it:["Croce"]}},74334:e=>{e.exports={en:["Cross Line"],it:["Linea a croce"]}},59396:e=>{e.exports={en:["Currencies"],it:["Valute"]}},20177:e=>{e.exports={en:["Current interval and above"],it:["Intervallo corrente e superiore"]}},494:e=>{e.exports={en:["Current interval and below"],it:["Intervallo corrente e inferiore"]}},60668:e=>{e.exports={en:["Current interval only"],it:["Solo intervallo corrente"]}},78609:e=>{e.exports={en:["Curve"],it:["Curva"]}},87380:e=>{e.exports={en:["Cycle"],it:["Ciclo"]}},84031:e=>{e.exports={en:["Cyclic Lines"],it:["Linee cicliche"]}},93191:e=>{e.exports={en:["Cypher Pattern"],it:["Cypher pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],it:["Esiste già un layout con questo nome"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],it:["Esiste già un layout con questo nome. Si desidera sovrascriverlo?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],it:["Pattern ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],it:["Ancora"]}},42630:e=>{e.exports={en:["Anchorage"],it:["Ancoraggio"]}},42669:e=>{e.exports={en:["Anchored Text"],it:["Testo ancorato"]}},84541:e=>{e.exports={en:["Anchored VWAP"],it:["VWAP ancorato"]}},77401:e=>{e.exports={en:["Access error"],it:["Errore di accesso"]}},46501:e=>{e.exports={en:["Add Symbol"],it:["Aggiungi simbolo"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],it:["Aggiungi parametro finanziario su {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],it:["Aggiungi indicatore/strategia su {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],it:["Applica questo dato finanziario all'intero layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],it:["Aggiungi questa metrica ai preferiti"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],it:["Applica questo indicatore all'intero layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],it:["Aggiungi questo indicatore ai preferiti"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"], e.exports={en:["Chart for {symbol}, {interval}"],it:["Grafico di {symbol}, {interval}"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],it:["Immagine del grafico copiata negli appunti {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],it:["Codice di incorporamento dell'immagine del grafico copiato negli appunti {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],it:["Isole Chatham"]}},72452:e=>{e.exports={en:["Chicago"]}},50349:e=>{e.exports={en:["Chongqing"]}},91944:e=>{e.exports={en:["Circle"],it:["Cerchio"]}},14985:e=>{e.exports={en:["Click to set a point"],it:["Clicca per definire un punto"]}},12537:e=>{e.exports={en:["Clone"],it:["Duplica"]}},62578:e=>{e.exports={en:["Close"],it:["Chiusura"]}},264:e=>{e.exports={en:["Create limit order"],it:["Crea ordine limite"]}},6969:e=>{e.exports={en:["Cross"],it:["Croce"]}},74334:e=>{e.exports={en:["Cross Line"],it:["Linea a croce"]}},59396:e=>{e.exports={en:["Currencies"],it:["Valute"]}},20177:e=>{e.exports={en:["Current interval and above"],it:["Intervallo corrente e superiore"]}},494:e=>{e.exports={en:["Current interval and below"],it:["Intervallo corrente e inferiore"]}},60668:e=>{e.exports={en:["Current interval only"],it:["Solo intervallo corrente"]}},78609:e=>{e.exports={en:["Curve"],it:["Curva"]}},87380:e=>{e.exports={en:["Cycle"],it:["Ciclo"]}},84031:e=>{e.exports={en:["Cyclic Lines"],it:["Linee cicliche"]}},93191:e=>{e.exports={en:["Cypher Pattern"],it:["Cypher pattern"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],it:["Esiste già un layout con questo nome"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],it:["Esiste già un layout con questo nome. Si desidera sovrascriverlo?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],it:["Pattern ABCD"]}},36485:e=>{e.exports={en:["Amsterdam"]}},24185:e=>{e.exports={en:["Anchor"],it:["Ancora"]}},42630:e=>{e.exports={en:["Anchorage"],it:["Ancoraggio"]}},42669:e=>{e.exports={en:["Anchored Text"],it:["Testo ancorato"]}},84541:e=>{e.exports={en:["Anchored VWAP"],it:["VWAP ancorato"]}},77401:e=>{e.exports={en:["Access error"],it:["Errore di accesso"]}},46501:e=>{e.exports={en:["Add Symbol"],it:["Aggiungi simbolo"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],it:["Aggiungi parametro finanziario su {instrumentName}"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],it:["Aggiungi indicatore/strategia su {studyTitle}"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],it:["Applica questo dato finanziario all'intero layout"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],it:["Aggiungi questa metrica ai preferiti"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],it:["Applica questo indicatore all'intero layout"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],it:["Aggiungi questo indicatore ai preferiti"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],
it:["Applica questa strategia all'intero layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],it:["Applica questo simbolo all'intero layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],it:["Sempre invisibile"]}},36299:e=>{e.exports={en:["Always visible"],it:["Sempre visibile"]}},58026:e=>{e.exports={en:["All intervals"],it:["Tutti gli intervalli"]}},78358:e=>{e.exports={en:["Apply default"],it:["Applica predefinito"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],it:["Applica questi indicatori all'intero layout"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"],it:["Arco"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"],it:["Freccia"]}},34247:e=>{e.exports={en:["Arrow Down"],it:["Freccia giù"]}},36352:e=>{e.exports={en:["Arrow Marker"],it:["Freccia"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],it:["Freccia giù"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],it:["Freccia sx"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],it:["Freccia dx"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],it:["Freccia su"]}},77231:e=>{e.exports={en:["Arrow Up"],it:["Freccia su"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],it:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],it:["Alla chiusura"]}},73702:e=>{e.exports={en:["Athens"],it:["Atene"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],it:["Auto (adatta dati a schermo)"]}},46450:e=>{e.exports={en:["Aug"],it:["Ago"]}},21841:e=>{e.exports={en:["Average close price label"],it:["Etichetta prezzo medio chiusura"]}},16138:e=>{e.exports={en:["Average close price line"],it:["Linea prezzo medio di chiusura"]}},73025:e=>{e.exports={en:["Avg"],it:["Media"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"],it:["Bahrein"]}},70540:e=>{e.exports={en:["Balloon"],it:["Fumetto"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],it:["La modalità Bar Replay non è disponibile per questo tipo di grafico. Vuoi uscire da Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],it:["La modalità Bar Replay non è disponibile per questo simbolo. Vuoi uscire da Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],it:["La modalità Bar Replay non è disponibile per questo timeframe. Vuoi uscire da Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"],it:["Barre"]}},81994:e=>{e.exports={en:["Bars Pattern"],it:["Pattern a barre"]}},59213:e=>{e.exports={en:["Baseline"]}},71797:e=>{e.exports={en:["Belgrade"],it:["Belgrado"]}},64313:e=>{e.exports={en:["Berlin"],it:["Berlino"]}},43539:e=>{e.exports={en:["Brush"],it:["Pennello"]}},91499:e=>{e.exports={en:["Brussels"],it:["Bruxelles"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={ it:["Applica questa strategia all'intero layout"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],it:["Applica questo simbolo all'intero layout"]}},426:e=>{e.exports={en:["Adelaide"]}},40452:e=>{e.exports={en:["Always invisible"],it:["Sempre invisibile"]}},36299:e=>{e.exports={en:["Always visible"],it:["Sempre visibile"]}},58026:e=>{e.exports={en:["All intervals"],it:["Tutti gli intervalli"]}},78358:e=>{e.exports={en:["Apply default"],it:["Applica predefinito"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],it:["Applica questi indicatori all'intero layout"]}},27072:e=>{e.exports={en:["Apr"]}},59324:e=>{e.exports={en:["Arc"],it:["Arco"]}},34456:e=>{e.exports={en:["Area"]}},11858:e=>{e.exports={en:["Arrow"],it:["Freccia"]}},34247:e=>{e.exports={en:["Arrow Down"],it:["Freccia giù"]}},36352:e=>{e.exports={en:["Arrow Marker"],it:["Freccia"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],it:["Freccia giù"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],it:["Freccia sx"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],it:["Freccia dx"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],it:["Freccia su"]}},77231:e=>{e.exports={en:["Arrow Up"],it:["Freccia su"]}},98128:e=>{e.exports={en:["Astana"]}},63627:e=>{e.exports={en:["Ashgabat"],it:["Ashkhabad"]}},72445:e=>{e.exports={en:["At close"],it:["Alla chiusura"]}},73702:e=>{e.exports={en:["Athens"],it:["Atene"]}},21469:e=>{e.exports={en:["Auto"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],it:["Auto (adatta dati a schermo)"]}},46450:e=>{e.exports={en:["Aug"],it:["Ago"]}},21841:e=>{e.exports={en:["Average close price label"],it:["Etichetta prezzo medio chiusura"]}},16138:e=>{e.exports={en:["Average close price line"],it:["Linea prezzo medio di chiusura"]}},73025:e=>{e.exports={en:["Avg"],it:["Media"]}},87580:e=>{e.exports={en:["Azores"]}},73905:e=>{e.exports={en:["Bogota"]}},90594:e=>{e.exports={en:["Bahrain"],it:["Bahrein"]}},70540:e=>{e.exports={en:["Balloon"],it:["Fumetto"]}},47045:e=>{e.exports={en:["Bangkok"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],it:["La modalità Bar Replay non è disponibile per questo tipo di grafico. Vuoi uscire da Bar Replay?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],it:["La modalità Bar Replay non è disponibile per questo simbolo. Vuoi uscire da Bar Replay?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],it:["La modalità Bar Replay non è disponibile per questo timeframe. Vuoi uscire da Bar Replay?"]}},27377:e=>{e.exports={en:["Bars"],it:["Barre"]}},81994:e=>{e.exports={en:["Bars Pattern"],it:["Pattern a barre"]}},59213:e=>{e.exports={en:["Baseline"]}},71797:e=>{e.exports={en:["Belgrade"],it:["Belgrado"]}},64313:e=>{e.exports={en:["Berlin"],it:["Berlino"]}},43539:e=>{e.exports={en:["Brush"],it:["Pennello"]}},91499:e=>{e.exports={en:["Brussels"],it:["Bruxelles"]}},70876:e=>{e.exports={en:["Bratislava"]}},55481:e=>{e.exports={
en:["Bring forward"],it:["Sposta avanti"]}},17293:e=>{e.exports={en:["Bring to front"],it:["Porta in primo piano"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],it:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],it:["Da TradingView"]}},54280:e=>{e.exports={en:["Go to date"],it:["Vai alla data"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],it:["Vai a {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],it:["Ho capito"]}},47460:e=>{e.exports={en:["Gann Box"],it:["Scatola Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],it:["Ventaglio Gann"]}},44763:e=>{e.exports={en:["Gann Square"],it:["Quadrato Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],it:["Quadrato di Gann fisso"]}},46808:e=>{e.exports={en:["Ghost Feed"],it:["Barre fantasma"]}},57726:e=>{e.exports={en:["Grand supercycle"],it:["Gran superciclo"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],it:["Vuoi davvero cancellare il modello di indicatore '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],it:["Vuoi eliminare questa analisi e quelle collegate?"]}},77125:e=>{e.exports={en:["Double Curve"],it:["Curva doppia"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],it:["Fai un doppio click su un bordo qualsiasi per reimpostare il layout della griglia"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],it:["Doppio click per terminare il Percorso"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],it:["Doppio click per terminare la Multilinea"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],it:["Toccare due volte un bordo qualsiasi per reimpostare la griglia del layout"]}},57131:e=>{e.exports={en:["Data Provided by"],it:["Dati forniti da"]}},22677:e=>{e.exports={en:["Date"],it:["Data"]}},85444:e=>{e.exports={en:["Date Range"],it:["Range data"]}},47017:e=>{e.exports={en:["Date and Price Range"],it:["Range data e prezzo"]}},32084:e=>{e.exports={en:["Dec"],it:["Dic"]}},23403:e=>{e.exports={en:["Degree"],it:["Gradi"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],it:["Diamante"]}},91544:e=>{e.exports={en:["Disjoint Channel"],it:["Canale disgiunto"]}},70132:e=>{e.exports={en:["Displacement"],it:["Spostamento"]}},93864:e=>{e.exports={en:["Drawings toolbar"],it:["Barra degli strumenti di disegno"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],it:["Disegna una linea orizzontale a {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"],it:["Dublino"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],it:["Inserisci nuovo nome layout grafico"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],it:["Onda di Elliott correttiva (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"], en:["Bring forward"],it:["Sposta avanti"]}},17293:e=>{e.exports={en:["Bring to front"],it:["Porta in primo piano"]}},79336:e=>{e.exports={en:["Brisbane"]}},33672:e=>{e.exports={en:["Bucharest"],it:["Bucarest"]}},20313:e=>{e.exports={en:["Budapest"]}},25282:e=>{e.exports={en:["Buenos Aires"]}},46768:e=>{e.exports={en:["By TradingView"],it:["Da TradingView"]}},54280:e=>{e.exports={en:["Go to date"],it:["Vai alla data"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],it:["Vai a {lineToolName}"]}},15462:e=>{e.exports={en:["Got it"],it:["Ho capito"]}},47460:e=>{e.exports={en:["Gann Box"],it:["Scatola Gann"]}},48683:e=>{e.exports={en:["Gann Fan"],it:["Ventaglio Gann"]}},44763:e=>{e.exports={en:["Gann Square"],it:["Quadrato Gann"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],it:["Quadrato di Gann fisso"]}},46808:e=>{e.exports={en:["Ghost Feed"],it:["Barre fantasma"]}},57726:e=>{e.exports={en:["Grand supercycle"],it:["Gran superciclo"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],it:["Vuoi davvero cancellare il modello di indicatore '{name}'?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],it:["Vuoi eliminare questa analisi e quelle collegate?"]}},77125:e=>{e.exports={en:["Double Curve"],it:["Curva doppia"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],it:["Fai un doppio click su un bordo qualsiasi per reimpostare il layout della griglia"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],it:["Doppio click per terminare il Percorso"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],it:["Doppio click per terminare la Multilinea"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],it:["Toccare due volte un bordo qualsiasi per reimpostare la griglia del layout"]}},57131:e=>{e.exports={en:["Data Provided by"],it:["Dati forniti da"]}},22677:e=>{e.exports={en:["Date"],it:["Data"]}},85444:e=>{e.exports={en:["Date Range"],it:["Range data"]}},47017:e=>{e.exports={en:["Date and Price Range"],it:["Range data e prezzo"]}},32084:e=>{e.exports={en:["Dec"],it:["Dic"]}},23403:e=>{e.exports={en:["Degree"],it:["Gradi"]}},27358:e=>{e.exports={en:["Denver"]}},24959:e=>{e.exports={en:["Dhaka"]}},15179:e=>{e.exports={en:["Diamond"],it:["Diamante"]}},91544:e=>{e.exports={en:["Disjoint Channel"],it:["Canale disgiunto"]}},70132:e=>{e.exports={en:["Displacement"],it:["Spostamento"]}},93864:e=>{e.exports={en:["Drawings toolbar"],it:["Barra degli strumenti di disegno"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],it:["Disegna una linea orizzontale a {price}"]}},23650:e=>{e.exports={en:["Dubai"]}},79716:e=>{e.exports={en:["Dublin"],it:["Dublino"]}},73456:e=>{e.exports={en:["Emoji"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],it:["Inserisci nuovo nome layout grafico"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],it:["Onda di Elliott correttiva (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],
it:["Onda di Elliott doppia combo (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],it:["Onda di Elliott impulsiva (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],it:["Onda di Elliot triangolo (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],it:["Onda di Elliot tripla combo (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],it:["Ellisse"]}},52788:e=>{e.exports={en:["Extended Line"],it:["Linea estesa"]}},86905:e=>{e.exports={en:["Exchange"],it:["Borsa"]}},19271:e=>{e.exports={en:["Existing pane above"],it:["Pannello esistente superiore"]}},46545:e=>{e.exports={en:["Existing pane below"],it:["Pannello esistente inferiore"]}},20138:e=>{e.exports={en:["Forecast"],it:["Previsione"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],it:["Canale Fib"]}},82330:e=>{e.exports={en:["Fib Circles"],it:["Cerchi Fib"]}},55986:e=>{e.exports={en:["Fib Retracement"],it:["Ritracciamento Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],it:["Archi Fib"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],it:["Linee a ventaglio di Fibonacci"]}},39014:e=>{e.exports={en:["Fib Spiral"],it:["Spirale Fib"]}},30622:e=>{e.exports={en:["Fib Time Zone"],it:["Ciclo temporale Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],it:["Cuneo Fib"]}},33885:e=>{e.exports={en:["Flag"],it:["Bandiera"]}},14600:e=>{e.exports={en:["Flag Mark"],it:["Bandiera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],it:["Cima/Fondo piatto"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],it:["La frazione non è valida."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],it:["Gli indicatori di tipo fondamentale non sono più disponibili nei grafici"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],it:["Area HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],it:["Candele vuote"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],it:["Linea orizzontale"]}},25487:e=>{e.exports={en:["Horizontal Ray"],it:["Semiretta orizzontale"]}},21928:e=>{e.exports={en:["Head and Shoulders"],it:["Testa e spalle"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],it:["Nascondi"]}},47074:e=>{e.exports={en:["Hide all"],it:["Nascondi tutto"]}},52563:e=>{e.exports={en:["Hide all drawings"],it:["Nascondi tutti gli strumenti di disegno"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],it:["Nascondi ogni indicatore e disegno"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],it:["Nascondi disegni, indicatori, posizioni e ordini"]}},78525:e=>{e.exports={en:["Hide all indicators"],it:["Nascondi ogni indicatore"]}}, it:["Onda di Elliott doppia combo (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],it:["Onda di Elliott impulsiva (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],it:["Onda di Elliot triangolo (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],it:["Onda di Elliot tripla combo (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],it:["Ellisse"]}},52788:e=>{e.exports={en:["Extended Line"],it:["Linea estesa"]}},86905:e=>{e.exports={en:["Exchange"],it:["Borsa"]}},19271:e=>{e.exports={en:["Existing pane above"],it:["Pannello esistente superiore"]}},46545:e=>{e.exports={en:["Existing pane below"],it:["Pannello esistente inferiore"]}},20138:e=>{e.exports={en:["Forecast"],it:["Previsione"]}},2507:e=>{e.exports={en:["Feb"]}},59005:e=>{e.exports={en:["Fib Channel"],it:["Canale Fib"]}},82330:e=>{e.exports={en:["Fib Circles"],it:["Cerchi Fib"]}},55986:e=>{e.exports={en:["Fib Retracement"],it:["Ritracciamento Fibonacci"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],it:["Archi Fib"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],it:["Linee a ventaglio di Fibonacci"]}},39014:e=>{e.exports={en:["Fib Spiral"],it:["Spirale Fib"]}},30622:e=>{e.exports={en:["Fib Time Zone"],it:["Ciclo temporale Fibonacci"]}},85042:e=>{e.exports={en:["Fib Wedge"],it:["Cuneo Fib"]}},33885:e=>{e.exports={en:["Flag"],it:["Bandiera"]}},14600:e=>{e.exports={en:["Flag Mark"],it:["Bandiera"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],it:["Cima/Fondo piatto"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],it:["La frazione non è valida."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],it:["Gli indicatori di tipo fondamentale non sono più disponibili nei grafici"]}},31561:e=>{e.exports={en:["Kolkata"]}},54533:e=>{e.exports={en:["Kathmandu"]}},83490:e=>{e.exports={en:["Kagi"]}},70913:e=>{e.exports={en:["Karachi"]}},76614:e=>{e.exports={en:["Kuwait"]}},38561:e=>{e.exports={en:["Kuala Lumpur"]}},99906:e=>{e.exports={en:["HLC area"],it:["Area HLC"]}},886:e=>{e.exports={en:["HLC bars"],it:["Barre HLC"]}},34491:e=>{e.exports={en:["Ho Chi Minh"]}},13459:e=>{e.exports={en:["Hollow candles"],it:["Candele vuote"]}},48861:e=>{e.exports={en:["Hong Kong"]}},79668:e=>{e.exports={en:["Honolulu"]}},21795:e=>{e.exports={en:["Horizontal Line"],it:["Linea orizzontale"]}},25487:e=>{e.exports={en:["Horizontal Ray"],it:["Semiretta orizzontale"]}},21928:e=>{e.exports={en:["Head and Shoulders"],it:["Testa e spalle"]}},63876:e=>{e.exports={en:["Heikin Ashi"]}},48203:e=>{e.exports={en:["Helsinki"]}},27298:e=>{e.exports={en:["Hide"],it:["Nascondi"]}},47074:e=>{e.exports={en:["Hide all"],it:["Nascondi tutto"]}},52563:e=>{e.exports={en:["Hide all drawings"],it:["Nascondi tutti gli strumenti di disegno"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],it:["Nascondi ogni indicatore e disegno"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],it:["Nascondi disegni, indicatori, posizioni e ordini"]}},78525:e=>{e.exports={
42164:e=>{e.exports={en:["Hide all positions & orders"],it:["Nascondi tutte le posizioni e gli ordini"]}},3217:e=>{e.exports={en:["Hide drawings"],it:["Nascondi disegni"]}},97878:e=>{e.exports={en:["Hide events on chart"],it:["Nascondi eventi sul grafico"]}},72351:e=>{e.exports={en:["Hide indicators"],it:["Nascondi indicatori"]}},28345:e=>{e.exports={en:["Hide marks on bars"],it:["Nascondi note sulle barre"]}},92226:e=>{e.exports={en:["Hide positions & orders"],it:["Nascondi posizioni e ordini"]}},78254:e=>{e.exports={en:["High"],it:["Massimo"]}},98236:e=>{e.exports={en:["High-low"],it:["Max-min"]}},99479:e=>{e.exports={en:["High and low price labels"],it:["Etichette prezzo max e min"]}},33766:e=>{e.exports={en:["High and low price lines"],it:["Linee prezzo max e min"]}},69476:e=>{e.exports={en:["Highlighter"],it:["Evidenziatore"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],it:["L'istogramma è troppo grande, aumentare {boldHighlightStart}Dimensione riga{boldHighlightEnd} nella finestra delle impostazioni."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],it:["L'istogramma è troppo grande, aumentare {boldHighlightStart}Tick per riga{boldHighlightEnd} nella finestra delle impostazioni."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],it:["L'istogramma è troppo grande, ridurre {boldHighlightStart}Dimensione riga{boldHighlightEnd} nella finestra delle impostazioni."]}},68065:e=>{e.exports={en:["Image"],it:["Immagine"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],it:["Gli intervalli inferiori a {resolution} non sono supportati per {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],it:["Intermedio"]}},14285:e=>{e.exports={en:["Invalid Symbol"],it:["Simbolo non valido"]}},52969:e=>{e.exports={en:["Invalid symbol"],it:["Simbolo non valido"]}},37189:e=>{e.exports={en:["Invert scale"],it:["Inverti asse"]}},89999:e=>{e.exports={en:["Indexed to 100"],it:["Indicizzata a base 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],it:["Etichette valore indicatori"]}},54418:e=>{e.exports={en:["Indicators name labels"],it:["Etichette nome indicatori"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],it:["Indicatori, metriche e strategie. Premere slash"]}},15992:e=>{e.exports={en:["Info Line"],it:["Infolinea"]}},87829:e=>{e.exports={en:["Insert indicator"],it:["Inserisci indicatore"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],it:["Pitchfork Inside"]}},37913:e=>{e.exports={en:["Icon"],it:["Icona"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"],it:["Giacarta"]}},62310:e=>{e.exports={en:["Jan"],it:["Gen"]}},36057:e=>{e.exports={en:["Jerusalem"],it:["Gerusalemme"]}},53786:e=>{e.exports={ en:["Hide all indicators"],it:["Nascondi ogni indicatore"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],it:["Nascondi tutte le posizioni e gli ordini"]}},3217:e=>{e.exports={en:["Hide drawings"],it:["Nascondi disegni"]}},97878:e=>{e.exports={en:["Hide events on chart"],it:["Nascondi eventi sul grafico"]}},72351:e=>{e.exports={en:["Hide indicators"],it:["Nascondi indicatori"]}},28345:e=>{e.exports={en:["Hide marks on bars"],it:["Nascondi note sulle barre"]}},92226:e=>{e.exports={en:["Hide positions & orders"],it:["Nascondi posizioni e ordini"]}},78254:e=>{e.exports={en:["High"],it:["Massimo"]}},98236:e=>{e.exports={en:["High-low"],it:["Max-min"]}},99479:e=>{e.exports={en:["High and low price labels"],it:["Etichette prezzo max e min"]}},33766:e=>{e.exports={en:["High and low price lines"],it:["Linee prezzo max e min"]}},69476:e=>{e.exports={en:["Highlighter"],it:["Evidenziatore"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],it:["L'istogramma è troppo grande, aumentare {boldHighlightStart}Dimensione riga{boldHighlightEnd} nella finestra delle impostazioni."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],it:["L'istogramma è troppo grande, aumentare {boldHighlightStart}Tick per riga{boldHighlightEnd} nella finestra delle impostazioni."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],it:["L'istogramma è troppo grande, ridurre {boldHighlightStart}Dimensione riga{boldHighlightEnd} nella finestra delle impostazioni."]}},68065:e=>{e.exports={en:["Image"],it:["Immagine"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],it:["Gli intervalli inferiori a {resolution} non sono supportati per {ticker}."]}},10268:e=>{e.exports={en:["Intermediate"],it:["Intermedio"]}},14285:e=>{e.exports={en:["Invalid Symbol"],it:["Simbolo non valido"]}},52969:e=>{e.exports={en:["Invalid symbol"],it:["Simbolo non valido"]}},37189:e=>{e.exports={en:["Invert scale"],it:["Inverti asse"]}},89999:e=>{e.exports={en:["Indexed to 100"],it:["Indicizzata a base 100"]}},46850:e=>{e.exports={en:["Indicators value labels"],it:["Etichette valore indicatori"]}},54418:e=>{e.exports={en:["Indicators name labels"],it:["Etichette nome indicatori"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],it:["Indicatori, metriche e strategie. Premere slash"]}},15992:e=>{e.exports={en:["Info Line"],it:["Infolinea"]}},87829:e=>{e.exports={en:["Insert indicator"],it:["Inserisci indicatore"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],it:["Pitchfork Inside"]}},37913:e=>{e.exports={en:["Icon"],it:["Icona"]}},78326:e=>{e.exports={en:["Istanbul"]}},39585:e=>{e.exports={en:["Johannesburg"]}},14995:e=>{e.exports={en:["Jakarta"],it:["Giacarta"]}},62310:e=>{e.exports={en:["Jan"],it:["Gen"]}},36057:e=>{e.exports={
en:["Jul"],it:["Lug"]}},429:e=>{e.exports={en:["Jun"],it:["Giu"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],it:["Sulla sinistra"]}},55813:e=>{e.exports={en:["On the right"],it:["Sulla destra"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],it:["Per {ticker} sono supportati solo gli intervalli {availableResolutions}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"],it:["Albero oggetti"]}},12179:e=>{e.exports={en:["Oct"],it:["Ott"]}},16610:e=>{e.exports={en:["Open"],it:["Apertura"]}},27884:e=>{e.exports={en:["Open layout. Press period"],it:["Apri layout. Premi il punto"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],it:["Minimo"]}},51077:e=>{e.exports={en:["Lock"],it:["Blocca"]}},79777:e=>{e.exports={en:["Lock/unlock"],it:["Blocca/Sblocca"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],it:["Blocca cursore verticale di tempo"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],it:["Blocca rapporto prezzo/barra"]}},16170:e=>{e.exports={en:["Logarithmic"],it:["Logaritmica"]}},19439:e=>{e.exports={en:["London"],it:["Londra"]}},74832:e=>{e.exports={en:["Long Position"],it:["Posizione long"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],it:["Etichetta giù"]}},52402:e=>{e.exports={en:["Label Up"],it:["Etichetta su"]}},5119:e=>{e.exports={en:["Labels"],it:["Etichette"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],it:["Variazione ultimo giorno di negoziazione"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],it:["Linea"]}},9394:e=>{e.exports={en:["Line with markers"],it:["Linea con contrassegni"]}},43588:e=>{e.exports={en:["Line break"],it:["Line Break"]}},56982:e=>{e.exports={en:["Lines"],it:["Linee"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],it:["Link all'immagine del grafico copiata negli appunti {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],it:["Lisbona"]}},81038:e=>{e.exports={en:["Luxembourg"],it:["Lussemburgo"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],it:["Muovi il cursore e clicca sul punto dove vuoi fissare l'ancoraggio"]}},35049:e=>{e.exports={en:["Move to"],it:["Sposta"]}},26493:e=>{e.exports={en:["Move scale to left"],it:["Sposta asse a sinistra"]}},40789:e=>{e.exports={en:["Move scale to right"],it:["Sposta asse a destra"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],it:["Pitchfork Schiff modificata"]}},93907:e=>{e.exports={en:["More settings"],it:["Altre impostazioni"]}},64039:e=>{e.exports={en:["Moscow"],it:["Mosca"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"],it:["Città del Messico"]}},88314:e=>{e.exports={en:["Merge all scales into one"],it:["Unisci tutti gli assi in uno"]}},54215:e=>{e.exports={en:["Mixed"],it:["Misto"]}}, en:["Jerusalem"],it:["Gerusalemme"]}},53786:e=>{e.exports={en:["Jul"],it:["Lug"]}},429:e=>{e.exports={en:["Jun"],it:["Giu"]}},67560:e=>{e.exports={en:["Juneau"]}},62329:e=>{e.exports={en:["On the left"],it:["Sulla sinistra"]}},55813:e=>{e.exports={en:["On the right"],it:["Sulla destra"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],it:["Per {ticker} sono supportati solo gli intervalli {availableResolutions}."]}},21064:e=>{e.exports={en:["Oops!"]}},51221:e=>{e.exports={en:["Object Tree"],it:["Albero oggetti"]}},12179:e=>{e.exports={en:["Oct"],it:["Ott"]}},16610:e=>{e.exports={en:["Open"],it:["Apertura"]}},27884:e=>{e.exports={en:["Open layout. Press period"],it:["Apri layout. Premi il punto"]}},75722:e=>{e.exports={en:["Oslo"]}},65318:e=>{e.exports={en:["Low"],it:["Minimo"]}},51077:e=>{e.exports={en:["Lock"],it:["Blocca"]}},79777:e=>{e.exports={en:["Lock/unlock"],it:["Blocca/Sblocca"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],it:["Blocca cursore verticale di tempo"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],it:["Blocca rapporto prezzo/barra"]}},16170:e=>{e.exports={en:["Logarithmic"],it:["Logaritmica"]}},19439:e=>{e.exports={en:["London"],it:["Londra"]}},74832:e=>{e.exports={en:["Long Position"],it:["Posizione long"]}},28733:e=>{e.exports={en:["Los Angeles"]}},85924:e=>{e.exports={en:["Label Down"],it:["Etichetta giù"]}},52402:e=>{e.exports={en:["Label Up"],it:["Etichetta su"]}},5119:e=>{e.exports={en:["Labels"],it:["Etichette"]}},19931:e=>{e.exports={en:["Lagos"]}},63815:e=>{e.exports={en:["Last day change"],it:["Variazione ultimo giorno di negoziazione"]}},59444:e=>{e.exports={en:["Lima"]}},3554:e=>{e.exports={en:["Line"],it:["Linea"]}},9394:e=>{e.exports={en:["Line with markers"],it:["Linea con contrassegni"]}},43588:e=>{e.exports={en:["Line break"],it:["Line Break"]}},56982:e=>{e.exports={en:["Lines"],it:["Linee"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],it:["Link all'immagine del grafico copiata negli appunti {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],it:["Lisbona"]}},81038:e=>{e.exports={en:["Luxembourg"],it:["Lussemburgo"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],it:["Muovi il cursore e clicca sul punto dove vuoi fissare l'ancoraggio"]}},35049:e=>{e.exports={en:["Move to"],it:["Sposta"]}},26493:e=>{e.exports={en:["Move scale to left"],it:["Sposta asse a sinistra"]}},40789:e=>{e.exports={en:["Move scale to right"],it:["Sposta asse a destra"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],it:["Pitchfork Schiff modificata"]}},93907:e=>{e.exports={en:["More settings"],it:["Altre impostazioni"]}},64039:e=>{e.exports={en:["Moscow"],it:["Mosca"]}},52066:e=>{e.exports={en:["Madrid"]}},38365:e=>{e.exports={en:["Malta"]}},48991:e=>{e.exports={en:["Manila"]}},92767:e=>{e.exports={en:["Mar"]}},73332:e=>{e.exports={en:["Mexico City"],it:["Città del Messico"]}},88314:e=>{e.exports={en:["Merge all scales into one"],
24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"],it:["Millennio"]}},14724:e=>{e.exports={en:["Minuette"],it:["Minuetto"]}},78273:e=>{e.exports={en:["Minuscule"],it:["Minuscolo"]}},9865:e=>{e.exports={en:["Muscat"],it:["Mascate"]}},96935:e=>{e.exports={en:["N/A"],it:["N/D"]}},36252:e=>{e.exports={en:["No data here"],it:["Nessun dato qui"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],it:["Nessun asse (schermo intero)"]}},9140:e=>{e.exports={en:["No sync"],it:["Nessuna sincronizzazione"]}},50910:e=>{e.exports={en:["No volume data"],it:["Nessun dato sul volume"]}},99024:e=>{e.exports={en:["No, keep them"],it:["No, conservali"]}},94389:e=>{e.exports={en:["Note"],it:["Nota"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],it:["Isola Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],it:["Nuova Zelanda"]}},15512:e=>{e.exports={en:["New pane above"],it:["Nuovo pannello superiore"]}},52160:e=>{e.exports={en:["New pane below"],it:["Nuovo pannello inferiore"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"],it:["Dati immessi non validi"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],it:["Qualcosa è andato storto durante la creazione dell'indicatore."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],it:["Qualcosa è andato storto. Prova di nuovo più tardi."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],it:["Salva nuovo layout grafico"]}},76266:e=>{e.exports={en:["Save as"],it:["Salva come"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"],it:["San Paolo"]}},43931:e=>{e.exports={en:["Scale currency"],it:["Valuta della scala"]}},43758:e=>{e.exports={en:["Scale price chart only"],it:["Utilizza solo scala del prezzo"]}},40012:e=>{e.exports={en:["Scale unit"],it:["Unità della scala"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],it:["Pitchfork Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],it:["Lo script potrebbe non essere aggiornato se lasci la pagina."]}},32514:e=>{e.exports={en:["Settings"],it:["Impostazioni"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],it:["Seconda frazione non valida."]}},75594:e=>{e.exports={en:["Security info"],it:["Info simbolo"]}},21973:e=>{e.exports={en:["Send to back"],it:["Metti in secondo piano"]}},71179:e=>{e.exports={en:["Send backward"],it:["Sposta indietro"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"],it:["Set"]}},94031:e=>{e.exports={en:["Session"],it:["Sessione"]}},83298:e=>{e.exports={en:["Session volume profile"],it:["Profilo volume sessione"]}},66707:e=>{e.exports={en:["Session breaks"],it:["Separatori sessione"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],it:["Posizione short"]}},98334:e=>{e.exports={en:["Show"],it:["Mostra"]}},85891:e=>{e.exports={ it:["Unisci tutti gli assi in uno"]}},54215:e=>{e.exports={en:["Mixed"],it:["Misto"]}},24866:e=>{e.exports={en:["Micro"]}},87957:e=>{e.exports={en:["Millennium"],it:["Millennio"]}},14724:e=>{e.exports={en:["Minuette"],it:["Minuetto"]}},78273:e=>{e.exports={en:["Minuscule"],it:["Minuscolo"]}},9865:e=>{e.exports={en:["Muscat"],it:["Mascate"]}},96935:e=>{e.exports={en:["N/A"],it:["N/D"]}},36252:e=>{e.exports={en:["No data here"],it:["Nessun dato qui"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],it:["Nessun asse (schermo intero)"]}},9140:e=>{e.exports={en:["No sync"],it:["Nessuna sincronizzazione"]}},50910:e=>{e.exports={en:["No volume data"],it:["Nessun dato sul volume"]}},99024:e=>{e.exports={en:["No, keep them"],it:["No, conservali"]}},94389:e=>{e.exports={en:["Note"],it:["Nota"]}},26899:e=>{e.exports={en:["Nov"]}},67891:e=>{e.exports={en:["Norfolk Island"],it:["Isola Norfolk"]}},40977:e=>{e.exports={en:["Nairobi"]}},40544:e=>{e.exports={en:["New York"]}},66103:e=>{e.exports={en:["New Zealand"],it:["Nuova Zelanda"]}},15512:e=>{e.exports={en:["New pane above"],it:["Nuovo pannello superiore"]}},52160:e=>{e.exports={en:["New pane below"],it:["Nuovo pannello inferiore"]}},94600:e=>{e.exports={en:["Nicosia"]}},73013:e=>{e.exports={en:["Something went wrong"],it:["Dati immessi non validi"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],it:["Qualcosa è andato storto durante la creazione dell'indicatore."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],it:["Qualcosa è andato storto. Prova di nuovo più tardi."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],it:["Salva nuovo layout grafico"]}},76266:e=>{e.exports={en:["Save as"],it:["Salva come"]}},55502:e=>{e.exports={en:["San Salvador"]}},30231:e=>{e.exports={en:["Santiago"]}},91912:e=>{e.exports={en:["Sao Paulo"],it:["San Paolo"]}},43931:e=>{e.exports={en:["Scale currency"],it:["Valuta della scala"]}},43758:e=>{e.exports={en:["Scale price chart only"],it:["Utilizza solo scala del prezzo"]}},40012:e=>{e.exports={en:["Scale unit"],it:["Unità della scala"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],it:["Pitchfork Schiff"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],it:["Lo script potrebbe non essere aggiornato se lasci la pagina."]}},32514:e=>{e.exports={en:["Settings"],it:["Impostazioni"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],it:["Seconda frazione non valida."]}},75594:e=>{e.exports={en:["Security info"],it:["Info simbolo"]}},21973:e=>{e.exports={en:["Send to back"],it:["Metti in secondo piano"]}},71179:e=>{e.exports={en:["Send backward"],it:["Sposta indietro"]}},26820:e=>{e.exports={en:["Seoul"]}},6816:e=>{e.exports={en:["Sep"],it:["Set"]}},94031:e=>{e.exports={en:["Session"],it:["Sessione"]}},83298:e=>{e.exports={en:["Session volume profile"],it:["Profilo volume sessione"]}},66707:e=>{e.exports={en:["Session breaks"],it:["Separatori sessione"]}},1852:e=>{e.exports={en:["Shanghai"]}},8075:e=>{e.exports={en:["Short Position"],
en:["Show all drawings"],it:["Mostra ogni disegno"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],it:["Mostra ogni indicatore e disegno"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],it:["Mostra disegni, indicatori, posizioni e ordini"]}},98753:e=>{e.exports={en:["Show all indicators"],it:["Mostra ogni indicatore"]}},55418:e=>{e.exports={en:["Show all ideas"],it:["Mostra tutte le idee"]}},20506:e=>{e.exports={en:["Show all positions & orders"],it:["Mostra tutte le posizioni e gli ordini"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],it:["Mostra switch contratto continuo"]}},81465:e=>{e.exports={en:["Show contract expiration"],it:["Mostra la scadenza del contratto"]}},29449:e=>{e.exports={en:["Show dividends"],it:["Mostra dividendi"]}},37113:e=>{e.exports={en:["Show earnings"],it:["Mostra utili"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],it:["Mostra idee degli utenti che segui"]}},62986:e=>{e.exports={en:["Show latest news"],it:["Mostra le ultime notizie"]}},44020:e=>{e.exports={en:["Show my ideas only"],it:["Mostra solo mie idee"]}},50849:e=>{e.exports={en:["Show splits"],it:["Mostra frazionamenti"]}},67751:e=>{e.exports={en:["Signpost"],it:["Segnale"]}},77377:e=>{e.exports={en:["Singapore"]}},39090:e=>{e.exports={en:["Sine Line"],it:["Curva sinusoidale"]}},66205:e=>{e.exports={en:["Square"],it:["Quadrato"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],it:["Superato il limite di {number} studi per layout. Rimuovine qualcuno, grazie."]}},92516:e=>{e.exports={en:["Style"],it:["Stile"]}},61507:e=>{e.exports={en:["Stack on the left"],it:["Sinistra"]}},97800:e=>{e.exports={en:["Stack on the right"],it:["Destra"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],it:["Inizia a usare la modalità di navigazione da tastiera. Premere {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],it:["Rimani in modalità disegno"]}},69217:e=>{e.exports={en:["Step line"],it:["Linea a step"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"],it:["Stoccolma"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"],it:["Sotto-Minuetto"]}},67948:e=>{e.exports={en:["Supercycle"],it:["SuperCiclo"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],it:["Passa a {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],it:["Errore simbolo"]}},32390:e=>{e.exports={en:["Symbol name label"],it:["Etichetta nome simbolo"]}},10127:e=>{e.exports={en:["Symbol last price label"],it:["Etichetta ultimo valore simbolo"]}},39079:e=>{e.exports={en:["Sync globally"],it:["Sincronizza tutto"]}},46607:e=>{e.exports={en:["Sync in layout"],it:["Sincronizza nel layout"]}},76519:e=>{e.exports={en:["Point & figure"],it:["Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"],it:["Multilinea"]}}, it:["Posizione short"]}},98334:e=>{e.exports={en:["Show"],it:["Mostra"]}},85891:e=>{e.exports={en:["Show all drawings"],it:["Mostra ogni disegno"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],it:["Mostra ogni indicatore e disegno"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],it:["Mostra disegni, indicatori, posizioni e ordini"]}},98753:e=>{e.exports={en:["Show all indicators"],it:["Mostra ogni indicatore"]}},55418:e=>{e.exports={en:["Show all ideas"],it:["Mostra tutte le idee"]}},20506:e=>{e.exports={en:["Show all positions & orders"],it:["Mostra tutte le posizioni e gli ordini"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],it:["Mostra switch contratto continuo"]}},81465:e=>{e.exports={en:["Show contract expiration"],it:["Mostra la scadenza del contratto"]}},29449:e=>{e.exports={en:["Show dividends"],it:["Mostra dividendi"]}},37113:e=>{e.exports={en:["Show earnings"],it:["Mostra utili"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],it:["Mostra idee degli utenti che segui"]}},62986:e=>{e.exports={en:["Show latest news"],it:["Mostra le ultime notizie"]}},44020:e=>{e.exports={en:["Show my ideas only"],it:["Mostra solo mie idee"]}},50849:e=>{e.exports={en:["Show splits"],it:["Mostra frazionamenti"]}},67751:e=>{e.exports={en:["Signpost"],it:["Segnale"]}},77377:e=>{e.exports={en:["Singapore"]}},39090:e=>{e.exports={en:["Sine Line"],it:["Curva sinusoidale"]}},66205:e=>{e.exports={en:["Square"],it:["Quadrato"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],it:["Superato il limite di {number} studi per layout. Rimuovine qualcuno, grazie."]}},92516:e=>{e.exports={en:["Style"],it:["Stile"]}},61507:e=>{e.exports={en:["Stack on the left"],it:["Sinistra"]}},97800:e=>{e.exports={en:["Stack on the right"],it:["Destra"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],it:["Inizia a usare la modalità di navigazione da tastiera. Premere {shortcut}"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],it:["Rimani in modalità disegno"]}},69217:e=>{e.exports={en:["Step line"],it:["Linea a step"]}},43114:e=>{e.exports={en:["Sticker"]}},86716:e=>{e.exports={en:["Stockholm"],it:["Stoccolma"]}},1145:e=>{e.exports={en:["Submicro"]}},63375:e=>{e.exports={en:["Submillennium"]}},30585:e=>{e.exports={en:["Subminuette"],it:["Sotto-Minuetto"]}},67948:e=>{e.exports={en:["Supercycle"],it:["SuperCiclo"]}},3348:e=>{e.exports={en:["Supermillennium"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],it:["Passa a {resolution}"]}},31622:e=>{e.exports={en:["Sydney"]}},70963:e=>{e.exports={en:["Symbol Error"],it:["Errore simbolo"]}},32390:e=>{e.exports={en:["Symbol name label"],it:["Etichetta nome simbolo"]}},10127:e=>{e.exports={en:["Symbol last price label"],it:["Etichetta ultimo valore simbolo"]}},39079:e=>{e.exports={en:["Sync globally"],it:["Sincronizza tutto"]}},46607:e=>{e.exports={en:["Sync in layout"],it:["Sincronizza nel layout"]}},76519:e=>{e.exports={
371:e=>{e.exports={en:["Path"],it:["Percorso"]}},59256:e=>{e.exports={en:["Parallel Channel"],it:["Canale parallelo"]}},61879:e=>{e.exports={en:["Paris"],it:["Parigi"]}},35140:e=>{e.exports={en:["Paste"],it:["Incolla"]}},6919:e=>{e.exports={en:["Percent"],it:["Percentuale"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"],it:["Spilla"]}},33110:e=>{e.exports={en:["Pin to new left scale"],it:["Fissa a nuovo asse sinistro"]}},28280:e=>{e.exports={en:["Pin to new right scale"],it:["Fissa a nuovo asse destro"]}},14115:e=>{e.exports={en:["Pin to left scale"],it:["Fissa all'asse sinistro"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],it:["Fissa all'asse sinistro (nascosto)"]}},81054:e=>{e.exports={en:["Pin to right scale"],it:["Fissa all'asse destro"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],it:["Fissa all'asse destro (nascosto)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],it:["Fissa all'asse (ora sinistro)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],it:["Fissa all'asse (ora senza asse)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],it:["Fissa all'asse (ora destro)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],it:["Fissa all'asse (ora {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],it:["Fissa all'asse {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],it:["Fissa all'asse {label} (nascosto)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],it:["Fissato all'asse sinistro"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],it:["Fissato all'asse sinistro (nascosto)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],it:["Fissato all'asse destro"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],it:["Fissa all'asse destro (nascosto)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],it:["Fissato all'asse {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],it:["Fissato all'asse {label} (nascosto)"]}},71566:e=>{e.exports={en:["Plus button"],it:['Pulsante "+"']}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],it:["Abbiamo bisogno dell'autorizzazione del browser a copiare le tue note. Altrimenti, puoi premere {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],it:["Praga"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],it:["Tieni premuto {key} per mantenere la posizione durante lo zoom"]}},91282:e=>{e.exports={en:["Price Label"],it:["Etichetta prezzo"]}},97512:e=>{e.exports={en:["Price Note"],it:["Nota di prezzo"]}},68941:e=>{e.exports={en:["Price Range"],it:["Range prezzo"]}},66123:e=>{e.exports={en:["Price format is invalid."],it:["Il formato quotazioni non è valido."]}},72926:e=>{e.exports={en:["Price line"],it:["Linea quotazioni"]}},59189:e=>{e.exports={en:["Primary"],it:["Primario"]}},75747:e=>{e.exports={ en:["Point & figure"],it:["Point & Figure"]}},39949:e=>{e.exports={en:["Polyline"],it:["Multilinea"]}},371:e=>{e.exports={en:["Path"],it:["Percorso"]}},59256:e=>{e.exports={en:["Parallel Channel"],it:["Canale parallelo"]}},61879:e=>{e.exports={en:["Paris"],it:["Parigi"]}},35140:e=>{e.exports={en:["Paste"],it:["Incolla"]}},6919:e=>{e.exports={en:["Percent"],it:["Percentuale"]}},24436:e=>{e.exports={en:["Perth"]}},14055:e=>{e.exports={en:["Phoenix"]}},34156:e=>{e.exports={en:["Pitchfan"]}},19634:e=>{e.exports={en:["Pitchfork"]}},86631:e=>{e.exports={en:["Pin"],it:["Spilla"]}},33110:e=>{e.exports={en:["Pin to new left scale"],it:["Fissa a nuovo asse sinistro"]}},28280:e=>{e.exports={en:["Pin to new right scale"],it:["Fissa a nuovo asse destro"]}},14115:e=>{e.exports={en:["Pin to left scale"],it:["Fissa all'asse sinistro"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],it:["Fissa all'asse sinistro (nascosto)"]}},81054:e=>{e.exports={en:["Pin to right scale"],it:["Fissa all'asse destro"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],it:["Fissa all'asse destro (nascosto)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],it:["Fissa all'asse (ora sinistro)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],it:["Fissa all'asse (ora senza asse)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],it:["Fissa all'asse (ora destro)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],it:["Fissa all'asse (ora {label})"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],it:["Fissa all'asse {label}"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],it:["Fissa all'asse {label} (nascosto)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],it:["Fissato all'asse sinistro"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],it:["Fissato all'asse sinistro (nascosto)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],it:["Fissato all'asse destro"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],it:["Fissa all'asse destro (nascosto)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],it:["Fissato all'asse {label}"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],it:["Fissato all'asse {label} (nascosto)"]}},71566:e=>{e.exports={en:["Plus button"],it:['Pulsante "+"']}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],it:["Abbiamo bisogno dell'autorizzazione del browser a copiare le tue note. Altrimenti, puoi premere {keystroke}"]}},81248:e=>{e.exports={en:["Prague"],it:["Praga"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],it:["Tieni premuto {key} per mantenere la posizione durante lo zoom"]}},91282:e=>{e.exports={en:["Price Label"],it:["Etichetta prezzo"]}},97512:e=>{e.exports={en:["Price Note"],it:["Nota di prezzo"]}},68941:e=>{e.exports={en:["Price Range"],it:["Range prezzo"]}},66123:e=>{e.exports={en:["Price format is invalid."],it:["Il formato quotazioni non è valido."]}},72926:e=>{e.exports={en:["Price line"],
en:["Projection"],it:["Proiezione"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],it:["Pubblicato su {customer} il {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],it:["Ricerca rapida. Premere {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],it:["Rettangolo ruotato"]}},52961:e=>{e.exports={en:["Rome"],it:["Roma"]}},50318:e=>{e.exports={en:["Ray"],it:["Raggio"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],it:["Rettangolo"]}},48236:e=>{e.exports={en:["Redo"],it:["Ripeti"]}},2460:e=>{e.exports={en:["Regression Trend"],it:["Regressione trend"]}},67410:e=>{e.exports={en:["Remove"],it:["Elimina"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],it:["Rimuovi questa metrica dai preferiti"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],it:["Rimuovi questo indicatore dai preferiti"]}},86285:e=>{e.exports={en:["Remove {drawings}"],it:["Rimuovi {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],it:["Rimuovi {drawings} e {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],it:["Rimuovi {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],it:["Rinomina layout grafico"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],it:["Reimposta la visualizzazione del grafico"]}},88853:e=>{e.exports={en:["Reset points"],it:["Reset dei punti"]}},15332:e=>{e.exports={en:["Reset price scale"],it:["Reimposta asse di prezzo"]}},54170:e=>{e.exports={en:["Reset time scale"],it:["Reimposta asse di tempo"]}},37974:e=>{e.exports={en:["Riyadh"],it:["Riyad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],it:["Errore di runtime"]}},66719:e=>{e.exports={en:["Warning"],it:["Avviso"]}},5959:e=>{e.exports={en:["Warsaw"],it:["Varsavia"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],it:["Tabella"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"],it:["Modello"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],it:["Il fornitore dati non fornisce i volumi per questo simbolo."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],it:["Impossibile caricare anteprima pubblicazione. Disabilita le estensioni del browser e riprova."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."], it:["Linea quotazioni"]}},59189:e=>{e.exports={en:["Primary"],it:["Primario"]}},75747:e=>{e.exports={en:["Projection"],it:["Proiezione"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],it:["Pubblicato su {customer} il {date}"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],it:["Ricerca rapida. Premere {shortcut}"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],it:["Rettangolo ruotato"]}},52961:e=>{e.exports={en:["Rome"],it:["Roma"]}},50318:e=>{e.exports={en:["Ray"],it:["Raggio"]}},55169:e=>{e.exports={en:["Range"]}},13386:e=>{e.exports={en:["Reykjavik"]}},26001:e=>{e.exports={en:["Rectangle"],it:["Rettangolo"]}},48236:e=>{e.exports={en:["Redo"],it:["Ripeti"]}},2460:e=>{e.exports={en:["Regression Trend"],it:["Regressione trend"]}},67410:e=>{e.exports={en:["Remove"],it:["Elimina"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],it:["Rimuovi questa metrica dai preferiti"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],it:["Rimuovi questo indicatore dai preferiti"]}},86285:e=>{e.exports={en:["Remove {drawings}"],it:["Rimuovi {drawings}"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],it:["Rimuovi {drawings} e {indicators}"]}},87797:e=>{e.exports={en:["Remove {indicators}"],it:["Rimuovi {indicators}"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],it:["Rinomina layout grafico"]}},88130:e=>{e.exports={en:["Renko"]}},75246:e=>{e.exports={en:["Reset chart view"],it:["Reimposta la visualizzazione del grafico"]}},88853:e=>{e.exports={en:["Reset points"],it:["Reset dei punti"]}},15332:e=>{e.exports={en:["Reset price scale"],it:["Reimposta asse di prezzo"]}},54170:e=>{e.exports={en:["Reset time scale"],it:["Reimposta asse di tempo"]}},37974:e=>{e.exports={en:["Riyadh"],it:["Riyad"]}},94022:e=>{e.exports={en:["Riga"]}},60630:e=>{e.exports={en:["Runtime error"],it:["Errore di runtime"]}},66719:e=>{e.exports={en:["Warning"],it:["Avviso"]}},5959:e=>{e.exports={en:["Warsaw"],it:["Varsavia"]}},98549:e=>{e.exports={en:["Tokelau"]}},69122:e=>{e.exports={en:["Tokyo"]}},10095:e=>{e.exports={en:["Toronto"]}},17981:e=>{e.exports={en:["Table"],it:["Tabella"]}},11034:e=>{e.exports={en:["Taipei"]}},79995:e=>{e.exports={en:["Tallinn"]}},6686:e=>{e.exports={en:["Tehran"]}},93553:e=>{e.exports={en:["Template"],it:["Modello"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],it:["Il fornitore dati non fornisce i volumi per questo simbolo."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],it:["Impossibile caricare anteprima pubblicazione. Disabilita le estensioni del browser e riprova."]}},99274:e=>{e.exports={
it:["L'elaborazione della richiesta ha richiesto troppo tempo. Assicurati di avere una connessione Internet stabile. Se il problema persiste, provare a diminuire la lunghezza dell'intervallo di tempo richiesto."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],it:["Non ci sono dati per il periodo ed il timeframe del grafico."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],it:["Questo file è troppo grande. La dimensione massima consentita è di {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],it:["Questo indicatore non può essere applicato ad un altro indicatore"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],it:["Questo script contiene un errore. Si prega di contattare l'autore."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],it:["Questo script è su invito. Per richiedere l'accesso, devi contattare l'autore."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],it:["Il simbolo è disponibile solo su {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],it:["Pattern Three Drives"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],it:["Gli intervalli basati sui tick non sono disponibili per {ticker}."]}},12806:e=>{e.exports={en:["Time"],it:["Ora"]}},20909:e=>{e.exports={en:["Time zone"],it:["Fuso orario"]}},46852:e=>{e.exports={en:["Time Cycles"],it:["Cicli temporali"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],it:["Tradingview è interattivo e dispone di comandi da utilizzare con uno screen reader. Di seguito è riportato un elenco di comandi da tastiera disponibili per interagire con la piattaforma"]}},35757:e=>{e.exports={en:["Trend Angle"],it:["Angolo Trend"]}},97339:e=>{e.exports={en:["Trend Line"],it:["Trend line"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],it:["Estensione Fibonacci"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],it:["Ciclo temporale su trend Fibonacci"]}},1671:e=>{e.exports={en:["Triangle"],it:["Triangolo"]}},76152:e=>{e.exports={en:["Triangle Down"],it:["Triangolo giù"]}},90148:e=>{e.exports={en:["Triangle Pattern"],it:["Pattern a triangolo"]}},21236:e=>{e.exports={en:["Triangle Up"],it:["Triangolo su"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],it:["Annulla"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],it:["Errore imprevisto in modalità Backtesting esteso. Contattare l'assistenza per ulteriori informazioni."]}},15432:e=>{e.exports={en:["Units"],it:["Unità"]}},11768:e=>{e.exports={en:["Unknown error"], en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],it:["L'elaborazione della richiesta ha richiesto troppo tempo. Assicurati di avere una connessione Internet stabile. Se il problema persiste, provare a diminuire la lunghezza dell'intervallo di tempo richiesto."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],it:["Non ci sono dati per il periodo ed il timeframe del grafico."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],it:["Questo file è troppo grande. La dimensione massima consentita è di {value}."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],it:["Questo indicatore non può essere applicato ad un altro indicatore"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],it:["Questo script contiene un errore. Si prega di contattare l'autore."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],it:["Questo script è su invito. Per richiedere l'accesso, devi contattare l'autore."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],it:["Il simbolo è disponibile solo su {linkStart}TradingView{linkEnd}."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],it:["Pattern Three Drives"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],it:["Gli intervalli basati sui tick non sono disponibili per {ticker}."]}},12806:e=>{e.exports={en:["Time"],it:["Ora"]}},20909:e=>{e.exports={en:["Time zone"],it:["Fuso orario"]}},46852:e=>{e.exports={en:["Time Cycles"],it:["Cicli temporali"]}},17809:e=>{e.exports={en:["Time Price Opportunity"]}},66823:e=>{e.exports={en:["Trade"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],it:["Tradingview è interattivo e dispone di comandi da utilizzare con uno screen reader. Di seguito è riportato un elenco di comandi da tastiera disponibili per interagire con la piattaforma"]}},35757:e=>{e.exports={en:["Trend Angle"],it:["Angolo Trend"]}},97339:e=>{e.exports={en:["Trend Line"],it:["Trend line"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],it:["Estensione Fibonacci"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],it:["Ciclo temporale su trend Fibonacci"]}},1671:e=>{e.exports={en:["Triangle"],it:["Triangolo"]}},76152:e=>{e.exports={en:["Triangle Down"],it:["Triangolo giù"]}},90148:e=>{e.exports={en:["Triangle Pattern"],it:["Pattern a triangolo"]}},21236:e=>{e.exports={en:["Triangle Up"],it:["Triangolo su"]}},21007:e=>{e.exports={en:["Tunis"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],it:["Annulla"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],
it:["Errore sconosciuto"]}},99894:e=>{e.exports={en:["Unlock"],it:["Sblocca"]}},75546:e=>{e.exports={en:["Unsupported interval"],it:["Intervallo non supportato"]}},8580:e=>{e.exports={en:["User-defined error"],it:["Errore definito dall'utente"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],it:["Profilo volume ad intervallo fisso"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],it:["L'indicatore di Profilo volume è disponibile solo con uno dei nostri abbonamenti."]}},93722:e=>{e.exports={en:["Volume candles"],it:["Candele volume"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],it:["Il volume non viene fornito nel piano dati BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],it:["Footprint volume"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],it:["Linea verticale"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],it:["Visibilità"]}},54853:e=>{e.exports={en:["Visibility on intervals"],it:["Visibilità intervalli"]}},58302:e=>{e.exports={en:["Visible on tap"],it:["Visibile al tocco"]}},10309:e=>{e.exports={en:["Visible on mouse over"],it:["Visibile al passaggio del mouse"]}},4077:e=>{e.exports={en:["Visual order"],it:["Ordine visualizzazione"]}},11316:e=>{e.exports={en:["X Cross"],it:["Incrocio X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],it:["Pattern XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],it:["Non puoi consultare il pivot con quella risoluzione in questo timeframe"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],it:["Su questo simbolo sono stati bloccati dei disegni. Vuoi rimuovere anche i disegni bloccati?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"],it:["Sì, rimuovili"]}},62859:e=>{e.exports={en:["Zurich"],it:["Zurigo"]}},47977:e=>{e.exports={en:["change Elliott degree"],it:["cambio grado Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],it:["cambio etichette non sovrapposte"]}},76852:e=>{e.exports={en:["change average close price label visibility"],it:["cambio visibilità etichetta prezzo medio chiusura"]}},1022:e=>{e.exports={en:["change average close price line visibility"],it:["cambio visibilità linea prezzo medio chiusura"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],it:["cambia visibilità etichette bid e ask"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],it:["cambia visibilità linee bid e ask"]}},32302:e=>{e.exports={en:["change currency"],it:["cambio valuta"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],it:["cambio layout grafico su {title}"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],it:["cambio visibilità switch contratto continuo"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"], it:["Errore imprevisto in modalità Backtesting esteso. Contattare l'assistenza per ulteriori informazioni."]}},15432:e=>{e.exports={en:["Units"],it:["Unità"]}},11768:e=>{e.exports={en:["Unknown error"],it:["Errore sconosciuto"]}},99894:e=>{e.exports={en:["Unlock"],it:["Sblocca"]}},75546:e=>{e.exports={en:["Unsupported interval"],it:["Intervallo non supportato"]}},8580:e=>{e.exports={en:["User-defined error"],it:["Errore definito dall'utente"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],it:["Profilo volume ad intervallo fisso"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],it:["L'indicatore di Profilo volume è disponibile solo con uno dei nostri abbonamenti."]}},93722:e=>{e.exports={en:["Volume candles"],it:["Candele volume"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],it:["Il volume non viene fornito nel piano dati BIST MIXED."]}},92763:e=>{e.exports={en:["Volume footprint"],it:["Footprint volume"]}},32838:e=>{e.exports={en:["Vancouver"]}},29535:e=>{e.exports={en:["Vertical Line"],it:["Linea verticale"]}},23160:e=>{e.exports={en:["Vienna"]}},60534:e=>{e.exports={en:["Vilnius"]}},40091:e=>{e.exports={en:["Visibility"],it:["Visibilità"]}},54853:e=>{e.exports={en:["Visibility on intervals"],it:["Visibilità intervalli"]}},58302:e=>{e.exports={en:["Visible on tap"],it:["Visibile al tocco"]}},10309:e=>{e.exports={en:["Visible on mouse over"],it:["Visibile al passaggio del mouse"]}},4077:e=>{e.exports={en:["Visual order"],it:["Ordine visualizzazione"]}},11316:e=>{e.exports={en:["X Cross"],it:["Incrocio X"]}},42231:e=>{e.exports={en:["XABCD Pattern"],it:["Pattern XABCD"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],it:["Non puoi consultare il pivot con quella risoluzione in questo timeframe"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],it:["Su questo simbolo sono stati bloccati dei disegni. Vuoi rimuovere anche i disegni bloccati?"]}},53168:e=>{e.exports={en:["Yangon"]}},93123:e=>{e.exports={en:["Yes, remove them"],it:["Sì, rimuovili"]}},62859:e=>{e.exports={en:["Zurich"],it:["Zurigo"]}},47977:e=>{e.exports={en:["change Elliott degree"],it:["cambio grado Elliott"]}},61557:e=>{e.exports={en:["change no overlapping labels"],it:["cambio etichette non sovrapposte"]}},76852:e=>{e.exports={en:["change average close price label visibility"],it:["cambio visibilità etichetta prezzo medio chiusura"]}},1022:e=>{e.exports={en:["change average close price line visibility"],it:["cambio visibilità linea prezzo medio chiusura"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],it:["cambia visibilità etichette bid e ask"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],it:["cambia visibilità linee bid e ask"]}},32302:e=>{e.exports={en:["change currency"],it:["cambio valuta"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],it:["cambio layout grafico su {title}"]}},18867:e=>{e.exports={
it:["cambia visibilità conto alla rovescia"]}},16979:e=>{e.exports={en:["change date range"],it:["cambio range tempo"]}},53929:e=>{e.exports={en:["change dividends visibility"],it:["cambia visibilità dividendi staccati"]}},6119:e=>{e.exports={en:["change events visibility on chart"],it:["cambia visibilità eventi sul grafico"]}},6819:e=>{e.exports={en:["change earnings visibility"],it:["cambia visibilità utili rilasciati"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],it:["modifica la visibilità della scadenza dei contratti futures"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],it:["cambia visibilità etichette prezzo min e max"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],it:["cambia visibilità linee prezzo max e min"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],it:["cambia visibilità etichette nomi indicatori"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],it:["cambia visibilità etichette valore indicatori"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],it:["modifica visibilità ultimi aggiornamenti"]}},88849:e=>{e.exports={en:["change linking group"],it:["modifica gruppo di collegamento"]}},14691:e=>{e.exports={en:["change pane height"],it:["cambio altezza pannello"]}},96379:e=>{e.exports={en:["change plus button visibility"],it:["cambia visibilità pulsante +"]}},76660:e=>{e.exports={en:["change point"],it:["modifica punto"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],it:["cambia visibilità etichette prezzo pre e post mercato"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],it:["cambia visibilità linea prezzo pre e post mercato"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],it:["cambia visibilità linea chiusura precedente"]}},8662:e=>{e.exports={en:["change price line visibility"],it:["Cambia linea prezzo"]}},2509:e=>{e.exports={en:["change price to bar ratio"],it:["cambio rapporto prezzo / barra"]}},32829:e=>{e.exports={en:["change resolution"],it:["Cambia timeframe"]}},35400:e=>{e.exports={en:["change symbol"],it:["Cambia simbolo"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],it:["cambio visibilità etichette simbolo"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],it:["cambia visibilità ultimo valore simbolo"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],it:["cambia visibilità chiusura precedente simbolo"]}},87041:e=>{e.exports={en:["change session"],it:["cambio sessione"]}},38413:e=>{e.exports={en:["change session breaks visibility"],it:["cambio visibilità separatori sessione"]}},49965:e=>{e.exports={en:["change series style"],it:["cambio stile serie"]}},47474:e=>{e.exports={en:["change splits visibility"],it:["cambia visibilità frazionamenti"]}},20137:e=>{e.exports={en:["change timezone"],it:["cambio fuso orario"]}},85975:e=>{e.exports={en:["change unit"],it:["cambio unità"]}},1924:e=>{e.exports={ en:["change continuous contract switch visibility"],it:["cambio visibilità switch contratto continuo"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],it:["cambia visibilità conto alla rovescia"]}},16979:e=>{e.exports={en:["change date range"],it:["cambio range tempo"]}},53929:e=>{e.exports={en:["change dividends visibility"],it:["cambia visibilità dividendi staccati"]}},6119:e=>{e.exports={en:["change events visibility on chart"],it:["cambia visibilità eventi sul grafico"]}},6819:e=>{e.exports={en:["change earnings visibility"],it:["cambia visibilità utili rilasciati"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],it:["modifica la visibilità della scadenza dei contratti futures"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],it:["cambia visibilità etichette prezzo min e max"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],it:["cambia visibilità linee prezzo max e min"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],it:["cambia visibilità etichette nomi indicatori"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],it:["cambia visibilità etichette valore indicatori"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],it:["modifica visibilità ultimi aggiornamenti"]}},88849:e=>{e.exports={en:["change linking group"],it:["modifica gruppo di collegamento"]}},14691:e=>{e.exports={en:["change pane height"],it:["cambio altezza pannello"]}},96379:e=>{e.exports={en:["change plus button visibility"],it:["cambia visibilità pulsante +"]}},76660:e=>{e.exports={en:["change point"],it:["modifica punto"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],it:["cambia visibilità etichette prezzo pre e post mercato"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],it:["cambia visibilità linea prezzo pre e post mercato"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],it:["cambia visibilità linea chiusura precedente"]}},8662:e=>{e.exports={en:["change price line visibility"],it:["Cambia linea prezzo"]}},2509:e=>{e.exports={en:["change price to bar ratio"],it:["cambio rapporto prezzo / barra"]}},32829:e=>{e.exports={en:["change resolution"],it:["Cambia timeframe"]}},35400:e=>{e.exports={en:["change symbol"],it:["Cambia simbolo"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],it:["cambio visibilità etichette simbolo"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],it:["cambia visibilità ultimo valore simbolo"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],it:["cambia visibilità chiusura precedente simbolo"]}},87041:e=>{e.exports={en:["change session"],it:["cambio sessione"]}},38413:e=>{e.exports={en:["change session breaks visibility"],it:["cambio visibilità separatori sessione"]}},49965:e=>{e.exports={en:["change series style"],it:["cambio stile serie"]}},47474:e=>{e.exports={en:["change splits visibility"],
en:["change visibility"],it:["Cambia visibilità"]}},84331:e=>{e.exports={en:["change visibility at current interval"],it:["Cambia visibilità all'intervallo corrente"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],it:["Cambia visibilità all'intervallo corrente e superiore"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],it:["Cambia visibilità all'intervallo corrente e inferiore"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],it:["Cambia visibilità a tutti gli intervalli"]}},94566:e=>{e.exports={en:["charts by TradingView"],it:["grafici da TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],it:["Clonazione strumento"]}},46219:e=>{e.exports={en:["create line tools group"],it:["Crea gruppo strumenti linea"]}},95394:e=>{e.exports={en:["create line tools group from selection"],it:["Crea gruppo strumenti linea dalla selezione"]}},12898:e=>{e.exports={en:["create {tool}"],it:["creazione {tool}"]}},94227:e=>{e.exports={en:["cut sources"],it:["taglia fonti"]}},11500:e=>{e.exports={en:["cut {title}"],it:["taglia {title}"]}},63869:e=>{e.exports={en:["anchor objects"],it:["ancora oggetti"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],it:["Aggiungi strumento linea {lineTool} al gruppo {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],it:["aggiungi le linee al gruppo {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],it:["Applica questo dato finanziario all'intero layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],it:["applica questo indicatore all'intero layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],it:["Applica questa strategia all'intero layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],it:["Applica questo simbolo all'intero layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"],it:["allinea a 45 gradi"]}},68231:e=>{e.exports={en:["apply chart theme"],it:["applica tema grafico"]}},99551:e=>{e.exports={en:["apply all chart properties"],it:["applicazione proprietà grafico"]}},89720:e=>{e.exports={en:["apply drawing template"],it:["Applica modello disegno"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],it:["applicazione reset su fonti selezionate"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],it:["applica indicatori su layout intero"]}},69604:e=>{e.exports={en:["apply study template {template}"],it:["Applica modello indicatore {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],it:["applicazione tema barra strumenti"]}},1979:e=>{e.exports={en:["bring group {title} forward"],it:["metti gruppo {title} in primo piano"]}},53159:e=>{e.exports={en:["bring {title} to front"],it:["porta {title} davanti"]}},41966:e=>{e.exports={en:["bring {title} forward"],it:["Manda {title} avanti"]}},44676:e=>{e.exports={en:["by TradingView"],it:["da TradingView"]}},58850:e=>{e.exports={en:["date range lock"],it:["blocco range di tempo"]}},99395:e=>{ it:["cambia visibilità frazionamenti"]}},20137:e=>{e.exports={en:["change timezone"],it:["cambio fuso orario"]}},85975:e=>{e.exports={en:["change unit"],it:["cambio unità"]}},1924:e=>{e.exports={en:["change visibility"],it:["Cambia visibilità"]}},84331:e=>{e.exports={en:["change visibility at current interval"],it:["Cambia visibilità all'intervallo corrente"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],it:["Cambia visibilità all'intervallo corrente e superiore"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],it:["Cambia visibilità all'intervallo corrente e inferiore"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],it:["Cambia visibilità a tutti gli intervalli"]}},94566:e=>{e.exports={en:["charts by TradingView"],it:["grafici da TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],it:["Clonazione strumento"]}},46219:e=>{e.exports={en:["create line tools group"],it:["Crea gruppo strumenti linea"]}},95394:e=>{e.exports={en:["create line tools group from selection"],it:["Crea gruppo strumenti linea dalla selezione"]}},12898:e=>{e.exports={en:["create {tool}"],it:["creazione {tool}"]}},94227:e=>{e.exports={en:["cut sources"],it:["taglia fonti"]}},11500:e=>{e.exports={en:["cut {title}"],it:["taglia {title}"]}},63869:e=>{e.exports={en:["anchor objects"],it:["ancora oggetti"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],it:["Aggiungi strumento linea {lineTool} al gruppo {name}"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],it:["aggiungi le linee al gruppo {group}"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],it:["Applica questo dato finanziario all'intero layout"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],it:["applica questo indicatore all'intero layout"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],it:["Applica questa strategia all'intero layout"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],it:["Applica questo simbolo all'intero layout"]}},4128:e=>{e.exports={en:["align to 45 degrees"],it:["allinea a 45 gradi"]}},68231:e=>{e.exports={en:["apply chart theme"],it:["applica tema grafico"]}},99551:e=>{e.exports={en:["apply all chart properties"],it:["applicazione proprietà grafico"]}},89720:e=>{e.exports={en:["apply drawing template"],it:["Applica modello disegno"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],it:["applicazione reset su fonti selezionate"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],it:["applica indicatori su layout intero"]}},69604:e=>{e.exports={en:["apply study template {template}"],it:["Applica modello indicatore {template}"]}},86708:e=>{e.exports={en:["apply toolbars theme"],it:["applicazione tema barra strumenti"]}},1979:e=>{e.exports={en:["bring group {title} forward"],it:["metti gruppo {title} in primo piano"]}},53159:e=>{e.exports={en:["bring {title} to front"],it:["porta {title} davanti"]}},41966:e=>{e.exports={
e.exports={en:["exclude line tools from group {group}"],it:["Escludi strumenti linea dal gruppo {group}"]}},13017:e=>{e.exports={en:["hide {title}"],it:["Nascondi {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],it:["Nascondi note sulle barre"]}},56558:e=>{e.exports={en:["interval lock"],it:["blocco intervallo"]}},6830:e=>{e.exports={en:["invert scale"],it:["Inverti asse"]}},48818:e=>{e.exports={en:["insert {title}"],it:["inserimento {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],it:["inserimento {title} dopo {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],it:["Inserisci {title} dopo {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],it:["aggiungi {title} prima di {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],it:["aggiungi {title} prima di {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],it:["caricamento modello disegni default"]}},62011:e=>{e.exports={en:["loading..."],it:["caricamento...."]}},76104:e=>{e.exports={en:["lock {title}"],it:["Blocca {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],it:["blocca gruppo {group}"]}},18942:e=>{e.exports={en:["lock objects"],it:["blocca oggetti"]}},98277:e=>{e.exports={en:["move"],it:["spostamento"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],it:["Sposta {title} su nuovo asse sinistro"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],it:["sposta {title} su un nuovo asse a destra"]}},64077:e=>{e.exports={en:["move all scales to left"],it:["Sposta tutti gli assi a sinistra"]}},19013:e=>{e.exports={en:["move all scales to right"],it:["Sposta tutti gli assi a destra"]}},52510:e=>{e.exports={en:["move drawing(s)"],it:["spostamento disegno/i"]}},79209:e=>{e.exports={en:["move left"],it:["sposta a sinistra"]}},60114:e=>{e.exports={en:["move right"],it:["sposta a destra"]}},44854:e=>{e.exports={en:["move scale"],it:["Sposta asse"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],it:["Dissocia {title} dall'asse (schermo intero)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],it:["Rendi gruppo {group} invisibile"]}},45987:e=>{e.exports={en:["make group {group} visible"],it:["Rendi gruppo {group} visibile"]}},78055:e=>{e.exports={en:["merge down"],it:["unione sotto"]}},41866:e=>{e.exports={en:["merge to pane"],it:["unione a pannello"]}},52458:e=>{e.exports={en:["merge up"],it:["unione sopra"]}},90091:e=>{e.exports={en:["n/a"],it:["N/D"]}},94981:e=>{e.exports={en:["scale price"],it:["scala di prezzo"]}},63796:e=>{e.exports={en:["scale price chart only"],it:["Utilizza solo scala del prezzo"]}},70771:e=>{e.exports={en:["scale time"],it:["cambio scala"]}},42070:e=>{e.exports={en:["scroll"],it:["scorrimento"]}},87840:e=>{e.exports={en:["scroll time"],it:["scorrimento tempo"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],it:["impostazione strategia di selezione scala di prezzo su {title}"]}},40962:e=>{e.exports={en:["send {title} backward"], en:["bring {title} forward"],it:["Manda {title} avanti"]}},44676:e=>{e.exports={en:["by TradingView"],it:["da TradingView"]}},58850:e=>{e.exports={en:["date range lock"],it:["blocco range di tempo"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],it:["Escludi strumenti linea dal gruppo {group}"]}},13017:e=>{e.exports={en:["hide {title}"],it:["Nascondi {title}"]}},62249:e=>{e.exports={en:["hide marks on bars"],it:["Nascondi note sulle barre"]}},56558:e=>{e.exports={en:["interval lock"],it:["blocco intervallo"]}},6830:e=>{e.exports={en:["invert scale"],it:["Inverti asse"]}},48818:e=>{e.exports={en:["insert {title}"],it:["inserimento {title}"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],it:["inserimento {title} dopo {targetTitle}"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],it:["Inserisci {title} dopo {target}"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],it:["aggiungi {title} prima di {target}"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],it:["aggiungi {title} prima di {targetTitle}"]}},43364:e=>{e.exports={en:["load default drawing template"],it:["caricamento modello disegni default"]}},62011:e=>{e.exports={en:["loading..."],it:["caricamento...."]}},76104:e=>{e.exports={en:["lock {title}"],it:["Blocca {title}"]}},20453:e=>{e.exports={en:["lock group {group}"],it:["blocca gruppo {group}"]}},18942:e=>{e.exports={en:["lock objects"],it:["blocca oggetti"]}},98277:e=>{e.exports={en:["move"],it:["spostamento"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],it:["Sposta {title} su nuovo asse sinistro"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],it:["sposta {title} su un nuovo asse a destra"]}},64077:e=>{e.exports={en:["move all scales to left"],it:["Sposta tutti gli assi a sinistra"]}},19013:e=>{e.exports={en:["move all scales to right"],it:["Sposta tutti gli assi a destra"]}},52510:e=>{e.exports={en:["move drawing(s)"],it:["spostamento disegno/i"]}},79209:e=>{e.exports={en:["move left"],it:["sposta a sinistra"]}},60114:e=>{e.exports={en:["move right"],it:["sposta a destra"]}},44854:e=>{e.exports={en:["move scale"],it:["Sposta asse"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],it:["Dissocia {title} dall'asse (schermo intero)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],it:["Rendi gruppo {group} invisibile"]}},45987:e=>{e.exports={en:["make group {group} visible"],it:["Rendi gruppo {group} visibile"]}},78055:e=>{e.exports={en:["merge down"],it:["unione sotto"]}},41866:e=>{e.exports={en:["merge to pane"],it:["unione a pannello"]}},52458:e=>{e.exports={en:["merge up"],it:["unione sopra"]}},90091:e=>{e.exports={en:["n/a"],it:["N/D"]}},94981:e=>{e.exports={en:["scale price"],it:["scala di prezzo"]}},63796:e=>{e.exports={en:["scale price chart only"],it:["Utilizza solo scala del prezzo"]}},70771:e=>{e.exports={en:["scale time"],it:["cambio scala"]}},42070:e=>{e.exports={en:["scroll"],it:["scorrimento"]}},87840:e=>{e.exports={en:["scroll time"],
it:["porta {title} indietro"]}},5005:e=>{e.exports={en:["send {title} to back"],it:["porta {title} indietro"]}},69546:e=>{e.exports={en:["send group {title} backward"],it:["metti gruppo {title} in secondo piano"]}},63934:e=>{e.exports={en:["share line tools globally"],it:["condivisione globale linee"]}},90221:e=>{e.exports={en:["share line tools in layout"],it:["condivisione linee su layout"]}},13336:e=>{e.exports={en:["show all ideas"],it:["mostra tutte le idee"]}},91395:e=>{e.exports={en:["show ideas of followed users"],it:["mostra idee degli utenti seguiti"]}},57460:e=>{e.exports={en:["show my ideas only"],it:["mostra solo le mie idee"]}},4114:e=>{e.exports={en:["stay in drawing mode"],it:["rimani in modalità disegno"]}},3350:e=>{e.exports={en:["stop syncing drawing"],it:["stop sincronizzazione disegni"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],it:["ferma sincronizzazione linee"]}},53278:e=>{e.exports={en:["symbol lock"],it:["blocco simbolo"]}},91677:e=>{e.exports={en:["sync time"],it:["sincronizza ora"]}},3140:e=>{e.exports={en:["powered by"],it:["fornito da"]}},92800:e=>{e.exports={en:["powered by TradingView"],it:["fornito da TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],it:["incolla disegno"]}},1064:e=>{e.exports={en:["paste indicator"],it:["incolla indicatore"]}},57010:e=>{e.exports={en:["paste {title}"],it:["incolla {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],it:["fissa all'asse sinistro"]}},7495:e=>{e.exports={en:["pin to right scale"],it:["Fissa all'asse destro"]}},81566:e=>{e.exports={en:["pin to scale {label}"],it:["fissa sull'asse {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],it:["modifica pannelli"]}},60806:e=>{e.exports={en:["remove all indicators"],it:["rimuovi tutti gli indicatori"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],it:["rimuovi tutti gli indicatori ed i disegni"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],it:["rimozione linee vuote deselezionate"]}},30538:e=>{e.exports={en:["remove drawings"],it:["Elimina disegni"]}},1193:e=>{e.exports={en:["remove drawings group"],it:["rimuovi gruppo disegni"]}},38199:e=>{e.exports={en:["remove line data sources"],it:["rimozione fonti dati linea"]}},93333:e=>{e.exports={en:["remove pane"],it:["rimozione pannello"]}},94543:e=>{e.exports={en:["remove {title}"],it:["rimuovi {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],it:["rimozione strumenti linea del gruppo {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],it:["Rinomina gruppo {group} in {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],it:["ripristina dimensioni layout"]}},3323:e=>{e.exports={en:["reset scales"],it:["reset scala"]}},17336:e=>{e.exports={en:["reset time scale"],it:["Reimposta asse di tempo"]}},47418:e=>{e.exports={en:["resize layout"],it:["modifica dimensioni layout"]}},85815:e=>{e.exports={en:["restore defaults"],it:["ripristino default"]}},96881:e=>{e.exports={en:["restore study defaults"], it:["scorrimento tempo"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],it:["impostazione strategia di selezione scala di prezzo su {title}"]}},40962:e=>{e.exports={en:["send {title} backward"],it:["porta {title} indietro"]}},5005:e=>{e.exports={en:["send {title} to back"],it:["porta {title} indietro"]}},69546:e=>{e.exports={en:["send group {title} backward"],it:["metti gruppo {title} in secondo piano"]}},63934:e=>{e.exports={en:["share line tools globally"],it:["condivisione globale linee"]}},90221:e=>{e.exports={en:["share line tools in layout"],it:["condivisione linee su layout"]}},13336:e=>{e.exports={en:["show all ideas"],it:["mostra tutte le idee"]}},91395:e=>{e.exports={en:["show ideas of followed users"],it:["mostra idee degli utenti seguiti"]}},57460:e=>{e.exports={en:["show my ideas only"],it:["mostra solo le mie idee"]}},4114:e=>{e.exports={en:["stay in drawing mode"],it:["rimani in modalità disegno"]}},3350:e=>{e.exports={en:["stop syncing drawing"],it:["stop sincronizzazione disegni"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],it:["ferma sincronizzazione linee"]}},53278:e=>{e.exports={en:["symbol lock"],it:["blocco simbolo"]}},91677:e=>{e.exports={en:["sync time"],it:["sincronizza ora"]}},3140:e=>{e.exports={en:["powered by"],it:["fornito da"]}},92800:e=>{e.exports={en:["powered by TradingView"],it:["fornito da TradingView"]}},62192:e=>{e.exports={en:["paste drawing"],it:["incolla disegno"]}},1064:e=>{e.exports={en:["paste indicator"],it:["incolla indicatore"]}},57010:e=>{e.exports={en:["paste {title}"],it:["incolla {title}"]}},78690:e=>{e.exports={en:["pin to left scale"],it:["fissa all'asse sinistro"]}},7495:e=>{e.exports={en:["pin to right scale"],it:["Fissa all'asse destro"]}},81566:e=>{e.exports={en:["pin to scale {label}"],it:["fissa sull'asse {label}"]}},2618:e=>{e.exports={en:["rearrange panes"],it:["modifica pannelli"]}},60806:e=>{e.exports={en:["remove all indicators"],it:["rimuovi tutti gli indicatori"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],it:["rimuovi tutti gli indicatori ed i disegni"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],it:["rimozione linee vuote deselezionate"]}},30538:e=>{e.exports={en:["remove drawings"],it:["Elimina disegni"]}},1193:e=>{e.exports={en:["remove drawings group"],it:["rimuovi gruppo disegni"]}},38199:e=>{e.exports={en:["remove line data sources"],it:["rimozione fonti dati linea"]}},93333:e=>{e.exports={en:["remove pane"],it:["rimozione pannello"]}},94543:e=>{e.exports={en:["remove {title}"],it:["rimuovi {title}"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],it:["rimozione strumenti linea del gruppo {name}"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],it:["Rinomina gruppo {group} in {newName}"]}},85366:e=>{e.exports={en:["reset layout sizes"],it:["ripristina dimensioni layout"]}},3323:e=>{e.exports={en:["reset scales"],it:["reset scala"]}},17336:e=>{e.exports={en:["reset time scale"],it:["Reimposta asse di tempo"]}},47418:e=>{
it:["ripristinare le impostazioni predefinite dello studio"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],it:["attiva massimizzazione del pannello"]}},42240:e=>{e.exports={en:["toggle auto scale"],it:["attiva/disattiva scala automatica"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],it:["modifica stato pannello chiuso"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],it:["switch scala indicizzata su base 100"]}},49695:e=>{e.exports={en:["toggle lock scale"],it:["blocco scala"]}},49403:e=>{e.exports={en:["toggle log scale"],it:["attiva/disattiva scala logaritmica"]}},98994:e=>{e.exports={en:["toggle percentage scale"],it:["Attiva scala percentuale"]}},80688:e=>{e.exports={en:["toggle regular scale"],it:["switch scala regolare"]}},46807:e=>{e.exports={en:["track time"],it:["traccia tempo"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],it:["disattiva condivisione linee"]}},99234:e=>{e.exports={en:["unanchor objects"],it:["disancora oggetti"]}},23230:e=>{e.exports={en:["unlock objects"],it:["sblocca oggetti"]}},74590:e=>{e.exports={en:["unlock group {group}"],it:["Sblocca gruppo {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],it:["sblocca {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],it:["separazione su nuovo pannello"]}},79443:e=>{e.exports={en:["unmerge up"],it:["separazione sopra"]}},46453:e=>{e.exports={en:["unmerge down"],it:["separazione sotto"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],it:["Oh no! Il tipo di grafico {chartStyle} non è attualmente disponibile per gli intervalli basati sui tick."]}},41643:e=>{e.exports={en:["{count} bars"],it:["{count} barre"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],it:["{symbol} dati finanziari da TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],it:["{userName} ha pubblicato su {customer} il {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"],it:["ingrandimento"]}},73638:e=>{e.exports={en:["zoom out"],it:["riduzione"]}},41807:e=>{e.exports={en:["day","days"],it:["giorno","giorni"]}},42328:e=>{e.exports={en:["hour","hours"],it:["ora","ore"]}},98393:e=>{e.exports={en:["month","months"],it:["mese","mesi"]}},78318:e=>{e.exports={en:["minute","minutes"],it:["minuto","minuti"]}},33232:e=>{e.exports={en:["second","seconds"],it:["secondo","secondi"]}},89937:e=>{e.exports={en:["range","ranges"],it:["range","range"]}},48898:e=>{e.exports={en:["week","weeks"],it:["settimana","settimane"]}},11913:e=>{e.exports={en:["tick","ticks"],it:["tick","tick"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],it:["{amount} disegno","{amount} disegni"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],it:["{amount} indicatore","{amount} indicatori"]}},58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null), e.exports={en:["resize layout"],it:["modifica dimensioni layout"]}},85815:e=>{e.exports={en:["restore defaults"],it:["ripristino default"]}},96881:e=>{e.exports={en:["restore study defaults"],it:["ripristinare le impostazioni predefinite dello studio"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],it:["attiva massimizzazione del pannello"]}},42240:e=>{e.exports={en:["toggle auto scale"],it:["attiva/disattiva scala automatica"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],it:["modifica stato pannello chiuso"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],it:["switch scala indicizzata su base 100"]}},49695:e=>{e.exports={en:["toggle lock scale"],it:["blocco scala"]}},49403:e=>{e.exports={en:["toggle log scale"],it:["attiva/disattiva scala logaritmica"]}},98994:e=>{e.exports={en:["toggle percentage scale"],it:["Attiva scala percentuale"]}},80688:e=>{e.exports={en:["toggle regular scale"],it:["switch scala regolare"]}},46807:e=>{e.exports={en:["track time"],it:["traccia tempo"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],it:["disattiva condivisione linee"]}},99234:e=>{e.exports={en:["unanchor objects"],it:["disancora oggetti"]}},23230:e=>{e.exports={en:["unlock objects"],it:["sblocca oggetti"]}},74590:e=>{e.exports={en:["unlock group {group}"],it:["Sblocca gruppo {group}"]}},12525:e=>{e.exports={en:["unlock {title}"],it:["sblocca {title}"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],it:["separazione su nuovo pannello"]}},79443:e=>{e.exports={en:["unmerge up"],it:["separazione sopra"]}},46453:e=>{e.exports={en:["unmerge down"],it:["separazione sotto"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],it:["Oh no! Il tipo di grafico {chartStyle} non è attualmente disponibile per gli intervalli basati sui tick."]}},41643:e=>{e.exports={en:["{count} bars"],it:["{count} barre"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],it:["{symbol} dati finanziari da TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],it:["{userName} ha pubblicato su {customer} il {date}"]}},91084:e=>{e.exports={en:["zoom"]}},49856:e=>{e.exports={en:["zoom in"],it:["ingrandimento"]}},73638:e=>{e.exports={en:["zoom out"],it:["riduzione"]}},41807:e=>{e.exports={en:["day","days"],it:["giorno","giorni"]}},42328:e=>{e.exports={en:["hour","hours"],it:["ora","ore"]}},98393:e=>{e.exports={en:["month","months"],it:["mese","mesi"]}},78318:e=>{e.exports={en:["minute","minutes"],it:["minuto","minuti"]}},33232:e=>{e.exports={en:["second","seconds"],it:["secondo","secondi"]}},89937:e=>{e.exports={en:["range","ranges"],it:["range","range"]}},48898:e=>{e.exports={en:["week","weeks"],it:["settimana","settimane"]}},11913:e=>{e.exports={en:["tick","ticks"],it:["tick","tick"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],it:["{amount} disegno","{amount} disegni"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],it:["{amount} indicatore","{amount} indicatori"]}},
e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],it:["Indice S&P/ASX All Australian 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],it:["Indice S&P/ASX All Australian 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],it:["Indice S&P/ASX 200"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],it:["Dollaro australiano/Dollaro canadese"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],it:["Dollaro australiano / Franco svizzero"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],it:["Dollaro australiano / Yen giapponese"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],it:["Dollaro australiano / Dollaro neozelandese"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],it:["Dollaro australiano / Rublo russo"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],it:["Dollaro australiano / Dollaro"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],it:["Indice S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],it:["Bitcoin Cash / Dollaro"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],it:["Indice BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],it:["Indice BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],it:["Indice Bitcoin / Dollaro"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],it:["Indice IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],it:["Indice Bovespa"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],it:["Indice IBrasil"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],it:["Indice Brazil 50"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],it:["Indice S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],it:["Real brasiliano / Yen giapponese"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],it:["Indice S&P BSE Sensex"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],it:["Bitcoin / Real Brasiliano"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],it:["Bitcoin / Dollaro Canadese"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"], 58590:e=>{e.exports={en:["{count}m","{count}m"]}},47801:e=>{e.exports={en:["{count}d","{count}d"]}},46766:e=>{e.exports={en:["{count}y","{count}y"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],it:["Indice S&P/ASX All Australian 50"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],it:["Indice S&P/ASX All Australian 200"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],it:["Indice S&P/ASX 200"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],it:["Dollaro australiano/Dollaro canadese"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],it:["Dollaro australiano / Franco svizzero"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],it:["Dollaro australiano / Yen giapponese"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],it:["Dollaro australiano / Dollaro neozelandese"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],it:["Dollaro australiano / Rublo russo"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],it:["Dollaro australiano / Dollaro"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],it:["Indice S&P MERVAL"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],it:["Bitcoin Cash / Dollaro"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],it:["Indice BELEX 15"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],it:["Indice BIST 100"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],it:["Indice Bitcoin / Dollaro"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],it:["Indice IBEX 35"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],it:["Indice Bovespa"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],it:["Indice IBrasil"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],it:["Indice Brazil 50"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],it:["Indice S&P/BMV IPC"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],it:["Real brasiliano / Yen giapponese"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],it:["Indice S&P BSE Sensex"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],
it:["Bitcoin / Yuan Cinese"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],it:["Bitcoin / Sterlina"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],it:["Bitcoin / Yen Giapponese"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],it:["Bitcoin / Won Sudcoreano"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],it:["Bitcoin / Zloty Polacco"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],it:["Bitcoin / Rublo russo"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],it:["Bitcoin / Baht thai"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],it:["Bitcoin / Dollaro"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],it:["Bitcoin Gold / Dollaro"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],it:["Indice Brasile Bovespa"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],it:["Dollaro canadese / Yen giapponese"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],it:["Dollaro canadese / Dollaro USA"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],it:["Indice S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],it:["Indice volatilità S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],it:["Futures T-Bond"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],it:["Futures mais"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],it:["Futures farina di soia"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],it:["Futures T-Note 10 anni"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],it:["Futures avena"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],it:["Futures 30 Day Federal Funds Interest Rate"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],it:["Futures riso"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],it:["Futures soia"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],it:["Futures Grano"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],it:["Futures mini soia"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],it:["Futures mini grano"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],it:["Futures E-MINI DOW JONES ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],it:["Franco svizzero / Yen giapponese"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],it:["Franco svizzero / Dollaro USA"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],it:["Futures Bitcoin CME"]}, it:["Bitcoin / Real Brasiliano"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],it:["Bitcoin / Dollaro Canadese"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],it:["Bitcoin / Yuan Cinese"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],it:["Bitcoin / Sterlina"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],it:["Bitcoin / Yen Giapponese"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],it:["Bitcoin / Won Sudcoreano"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],it:["Bitcoin / Zloty Polacco"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],it:["Bitcoin / Rublo russo"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],it:["Bitcoin / Baht thai"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],it:["Bitcoin / Dollaro"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],it:["Bitcoin Gold / Dollaro"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],it:["Indice Brasile Bovespa"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],it:["Dollaro canadese / Yen giapponese"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],it:["Dollaro canadese / Dollaro USA"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],it:["Indice S&P 100"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],it:["Indice volatilità S&P 500"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],it:["Futures T-Bond"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],it:["Futures mais"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],it:["Futures farina di soia"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],it:["Futures T-Note 10 anni"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],it:["Futures avena"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],it:["Futures 30 Day Federal Funds Interest Rate"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],it:["Futures riso"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],it:["Futures soia"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],it:["Futures Grano"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],it:["Futures mini soia"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],it:["Futures mini grano"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],it:["Futures E-MINI DOW JONES ($5)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],it:["Franco svizzero / Yen giapponese"]},
e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],it:["Futures burro (continuo: contratto a scadenza frontale)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],it:["Futures mangime bestiame"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],it:["Futures carne di maiale"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],it:["Futures bestiame vivo"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],it:["Futures E-mini euro"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],it:["Futures E-mini S&P 500"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],it:["Futures E-mini yen giapponese"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],it:["Futures NASDAQ 100 E-MINI"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],it:["Indice futures E-Mini Russell 2000"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],it:["Futures Aluminium European Premium"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],it:["Futures Aluminum MW U.S. Transaction Premium Platts (25MT)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],it:["Futures Oro"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],it:["Futures Rame"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],it:["Futures Argento"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],it:["Futures E-mini rame"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],it:["Futures argento (mini)"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],it:["Futures oro (mini)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],it:["CFD Rame"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],it:["CFD Mais"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],it:["CFD Cotone"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],it:["Cap di mercato totale cripto, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],it:["Indice DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],it:["Indice Dow Jones Composite Average"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],it:["Indice Dow Jones Commodity Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],it:["Indice Dow Jones Commodity Cocoa"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],it:["Indice Dow Jones Commodity Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],it:["Indice Dow Jones Commodity Gold"]}, e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],it:["Franco svizzero / Dollaro USA"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],it:["Futures Bitcoin CME"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],it:["Futures burro (continuo: contratto a scadenza frontale)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],it:["Futures mangime bestiame"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],it:["Futures carne di maiale"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],it:["Futures bestiame vivo"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],it:["Futures E-mini euro"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],it:["Futures E-mini S&P 500"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],it:["Futures E-mini yen giapponese"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],it:["Futures NASDAQ 100 E-MINI"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],it:["Indice futures E-Mini Russell 2000"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],it:["Futures Aluminium European Premium"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],it:["Futures Aluminum MW U.S. Transaction Premium Platts (25MT)"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],it:["Futures Oro"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],it:["Futures Rame"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],it:["Futures Argento"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],it:["Futures E-mini rame"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],it:["Futures argento (mini)"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],it:["Futures oro (mini)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],it:["CFD Rame"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],it:["CFD Mais"]},e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],it:["CFD Cotone"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],it:["Cap di mercato totale cripto, $"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],it:["Indice DFM"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],it:["Indice Dow Jones Composite Average"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],it:["Indice Dow Jones Commodity Agriculture Capped Component"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],it:["Indice Dow Jones Commodity Cocoa"]},
e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],it:["Indice Dow Jones Commodity Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],it:["Indice Dow Jones Commodity Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],it:["Indice Dow Jones Commodity Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],it:["Indice Dow Jones Commodity Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],it:["Indice Dow Jones Commodity Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Dow Jones Industrial Average"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],it:["Indice Dow Jones Transportation Average"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],it:["Indice Dow Jones Utility Average"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],it:["Indice Dow Jones U.S. Coal"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],it:["Indice EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],it:["Ethereum Classic / Dollaro"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],it:["Ethereum / Sterlina"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],it:["Ethereum / Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],it:["Ethereum / Won Sudcoreano"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],it:["Ethereum / Baht thai"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],it:["Ethereum / Dollaro"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],it:["Euro / Dollaro australiano"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],it:["Euro / Real brasiliano"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],it:["Euro / Dollaro canadese"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],it:["Euro / Franco svizzero"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],it:["Euro / Sterlina"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],it:["Euro / Yen giapponese"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],it:["Euro / Corona Novergese"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],it:["Euro / Dollaro neozelandese"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],it:["Indice AEX"]}, e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],it:["Indice Dow Jones Commodity Energy"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],it:["Indice Dow Jones Commodity Gold"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],it:["Indice Dow Jones Commodity Grains"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],it:["Indice Dow Jones Commodity Nickel"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],it:["Indice Dow Jones Commodity Coffee"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],it:["Indice Dow Jones Commodity Sugar"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],it:["Indice Dow Jones Commodity Silver"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Dow Jones Industrial Average"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],it:["Indice Dow Jones Transportation Average"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],it:["Indice Dow Jones Utility Average"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],it:["Indice Dow Jones U.S. Coal"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],it:["Indice EGX 30"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],it:["Ethereum Classic / Dollaro"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],it:["Ethereum / Sterlina"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],it:["Ethereum / Yen"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],it:["Ethereum / Won Sudcoreano"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],it:["Ethereum / Baht thai"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],it:["Ethereum / Dollaro"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],it:["Euro / Dollaro australiano"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],it:["Euro / Real brasiliano"]},e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],it:["Euro / Dollaro canadese"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],it:["Euro / Franco svizzero"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],it:["Euro / Sterlina"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],it:["Euro / Yen giapponese"]},e.exports["#EURNOK-symbol-description"]={
e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],it:["Indice BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],it:["Indice CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],it:["Euro / Rublo russo"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],it:["Euro / Rublo russo TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],it:["Euro / Corona svedese"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],it:["Euro / Nuova lira turca"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],it:["Euro / Dollaro"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],it:["Indice Euro Stoxx 50"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],it:["Indice CAC 40"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],it:["Prodotto interno lordo, 1 decimale"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],it:["Popolazione totale: tutte le età compresi i militari in missione"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],it:["Tasso di disoccupazione"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],it:["Indice FTSE Bursa Malaysia KLCI"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],it:["Indice S&P/ASX"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Industriale Dow Jones"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],it:["Sterlina / Dollaro australiano"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],it:["Sterlina / Dollaro canadese"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],it:["Sterlina / Franco svizzero"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],it:["Sterlina / Euro"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],it:["Sterlina / Yen giapponese"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],it:["Sterlina / Dollaro neozelandese"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],it:["Sterlina / Zloty Polacco"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],it:["Sterlina / Rublo russo"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],it:["Sterlina / Dollaro"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],it:["DAX Indice azionario tedesco"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]}, en:["Euro / Norwegian Krone"],it:["Euro / Corona Novergese"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],it:["Euro / Dollaro neozelandese"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],it:["Indice AEX"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],it:["Indice BEL 20"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],it:["Indice CAC 40"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],it:["Euro / Rublo russo"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],it:["Euro / Rublo russo TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],it:["Euro / Corona svedese"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],it:["Euro / Nuova lira turca"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],it:["Euro / Dollaro"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],it:["Indice Euro Stoxx 50"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],it:["Indice CAC 40"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],it:["Prodotto interno lordo, 1 decimale"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],it:["Popolazione totale: tutte le età compresi i militari in missione"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],it:["Tasso di disoccupazione"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],it:["Indice FTSE Bursa Malaysia KLCI"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],it:["Indice S&P/ASX"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Industriale Dow Jones"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],it:["Sterlina / Dollaro australiano"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],it:["Sterlina / Dollaro canadese"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],it:["Sterlina / Franco svizzero"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],it:["Sterlina / Euro"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],it:["Sterlina / Yen giapponese"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],it:["Sterlina / Dollaro neozelandese"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],it:["Sterlina / Zloty Polacco"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],it:["Sterlina / Rublo russo"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],it:["Sterlina / Dollaro"]},e.exports["#GER30-symbol-description"]={en:["DAX Index"],
e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],it:["Indice WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],it:["Indice Hang Seng"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],it:["Indice futures dollaro"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],it:["Indice IDX Composite"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],it:["Indice Hang Seng China Enterprises"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],it:["Indice Jakarta Composite"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],it:["Indice Bursa Malaysia KLCI"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],it:["Indice MIB"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],it:["Indice Euro Stoxx 50"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],it:["Indice STI"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],it:["Indice Shanghai Composite"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],it:["IOTA / Dollaro"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],it:["Indice Japan 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],it:["Yen giapponese / Won sudcoreano"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],it:["Yen giapponese / Rublo russo"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],it:["Yen giapponese / Dollaro"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],it:["Litecoin / Real brasiliano"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],it:["Litecoin / Dollaro"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],it:["Luna / Dollaro"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],it:["Futures Petrolio Brent"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],it:["Indice MOEX Russia"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],it:["Indice MOEX"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],it:["Futures Indice MICEX"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],it:["Futures Indice MICEX"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],it:["Futures Indice RTS"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],it:["Indice RTS"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]}, it:["DAX Indice azionario tedesco"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],it:["Indice WIG20"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],it:["Indice Hang Seng"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],it:["Indice futures dollaro"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],it:["Indice IDX Composite"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],it:["Indice Hang Seng China Enterprises"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],it:["Indice Jakarta Composite"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],it:["Indice Bursa Malaysia KLCI"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],it:["Indice MIB"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],it:["Indice Euro Stoxx 50"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],it:["Indice STI"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],it:["Indice Shanghai Composite"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],it:["IOTA / Dollaro"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],it:["Indice Japan 225"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],it:["Yen giapponese / Won sudcoreano"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],it:["Yen giapponese / Rublo russo"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],it:["Yen giapponese / Dollaro"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],it:["Litecoin / Real brasiliano"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],it:["Litecoin / Dollaro"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],it:["Luna / Dollaro"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],it:["Futures Petrolio Brent"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],it:["Indice MOEX Russia"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],it:["Indice MOEX"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],it:["Futures Indice MICEX"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],it:["Futures Indice MICEX"]},
e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],it:["Indice PHLX Housing Sector"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],it:["Ishares Treasury Bond ETF 7-10 anni"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],it:["Ishares Treasury Bond ETF 3-7 anni"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],it:["Indice Nasdaq Composite"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],it:["Indice Nasdaq 100"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],it:["Indice PHLX Oil Service Sector"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"],it:["Ishares 1-3 Anni Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],it:["Indice Philadelphia Semiconductor"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],it:["Ishares Treasury Bond ETF 20+ Anni"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],it:["Indice PHLX Utility Sector"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],it:["Indice PHLX Gold and Silver Sector"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],it:["NEO / Dollaro"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],it:["Indice Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],it:["Indice Nifty 50"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],it:["Futures Etanolo NY"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],it:["Futures cocco"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],it:["Futures Petrolio Greggio Leggero"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],it:["Futures NY Harbor ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],it:["Futures Caffè"]},e.exports["#NYMEX:NG1!-symbol-description"]={ e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],it:["Futures Indice RTS"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],it:["Indice RTS"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],it:["Indice PHLX Housing Sector"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],it:["Ishares Treasury Bond ETF 7-10 anni"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],it:["Ishares Treasury Bond ETF 3-7 anni"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],it:["Indice Nasdaq Composite"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],it:["Indice Nasdaq 100"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],it:["Indice PHLX Oil Service Sector"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"],it:["Ishares 1-3 Anni Treasury Bond ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],it:["Indice Philadelphia Semiconductor"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],it:["Ishares Treasury Bond ETF 20+ Anni"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],it:["Indice PHLX Utility Sector"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],it:["Indice PHLX Gold and Silver Sector"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],it:["NEO / Dollaro"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],it:["Indice Japan 225"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],it:["Indice Nifty 50"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],it:["Futures Etanolo NY"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],it:["Futures cocco"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],it:["Futures Petrolio Greggio Leggero"]},
en:["Natural Gas Futures"],it:["Futures Gas Naturale"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],it:["Futures palladio"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],it:["Futures Platino"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],it:["Futures Benzina RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],it:["Futures cotone"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],it:["Futures E-mini gas naturale"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],it:["Futures E-mini petrolio greggio leggero"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],it:["Futures E-mini benzina"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],it:["Indice NYSE Composite"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"],it:["Petrolio Brasiliano (PBR)"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],it:["Indice AMEX Composite"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],it:["Indice NYSE ARCA Major Market"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],it:["Dollaro neozelandese / Yen giapponese"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],it:["Dollaro neozelandese / Dollaro"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],it:["Indice (Capital Index) S&P/NZX ALL"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],it:["Indice grezzo S&P / NZX 50"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],it:["CFD Gas Naturale"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],it:["Indice S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],it:["CFD Rame (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],it:["Indice OMX Copenhagen 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],it:["Indice OMX Helsinki 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],it:["Indice OMX Riga Gross"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],it:["Indice OMX Stockholm 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],it:["Indice OMX Tallinn Gross"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],it:["Indice OMX Vilnius Gross"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]}, e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],it:["Futures NY Harbor ULSD"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],it:["Futures Caffè"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],it:["Futures Gas Naturale"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],it:["Futures palladio"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],it:["Futures Platino"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],it:["Futures Benzina RBOB"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],it:["Futures cotone"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],it:["Futures E-mini gas naturale"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],it:["Futures E-mini petrolio greggio leggero"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],it:["Futures E-mini benzina"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],it:["Indice NYSE Composite"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"],it:["Petrolio Brasiliano (PBR)"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],it:["Indice AMEX Composite"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],it:["Indice NYSE ARCA Major Market"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],it:["Dollaro neozelandese / Yen giapponese"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],it:["Dollaro neozelandese / Dollaro"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],it:["Indice (Capital Index) S&P/NZX ALL"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],it:["Indice grezzo S&P / NZX 50"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],it:["CFD Gas Naturale"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],it:["Indice S&P 500"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],it:["CFD Rame (US$ / lb)"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],it:["Indice OMX Copenhagen 25"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],it:["Indice OMX Helsinki 25"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],it:["Indice OMX Riga Gross"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],it:["Indice OMX Stockholm 30"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={
e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],it:["Indice QE"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],it:["Indice Russo RTS"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],it:["Indice Russell 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],it:["Indice Russell 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],it:["Indice Russell 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],it:["Indice mercato svizzero"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],it:["Solana / Dollaro"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],it:["CFD Semi di soia"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],it:["Indice S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],it:["Indice S&P Goldman Sachs Commodity"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],it:["Indice S&P 500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],it:["Indice S&P 500 Value"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],it:["Indice S&P 500"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],it:["CFD Zucchero"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],it:["Indice Shenzhen Component"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],it:["Indice Tadawul All Shares"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],it:["Indice TA-35"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],it:["Indice S&P/TSX Composite"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],it:["Indice S&P/TSX 60"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],it:["Titoli di stato Australia 10 anni"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Australia 10 anni"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],it:["Indice Dollaro australiano"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],it:["Indice Sterlina"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],it:["Titoli di stato Canada, 10 anni"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],it:["Titoli di stato Canada, rendimento 10 anni"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],it:["Indice CAC 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],it:["Titoli di stato Cina 10 anni"]},e.exports["#TVC:CN10Y-symbol-description"]={ en:["OMX Tallinn Gross Index"],it:["Indice OMX Tallinn Gross"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],it:["Indice OMX Vilnius Gross"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],it:["Indice QE"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],it:["Indice Russo RTS"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],it:["Indice Russell 3000"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],it:["Indice Russell 1000"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],it:["Indice Russell 2000"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],it:["Indice mercato svizzero"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],it:["Solana / Dollaro"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],it:["CFD Semi di soia"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],it:["Indice S&P 100"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],it:["Indice S&P Goldman Sachs Commodity"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],it:["Indice S&P 500"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],it:["Indice S&P 500 Value"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],it:["Indice S&P 500"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],it:["CFD Zucchero"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],it:["Indice Shenzhen Component"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],it:["Indice Tadawul All Shares"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],it:["Indice TA-35"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],it:["Indice S&P/TSX Composite"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],it:["Indice S&P/TSX 60"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],it:["Titoli di stato Australia 10 anni"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Australia 10 anni"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],it:["Indice Dollaro australiano"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],it:["Indice Sterlina"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],it:["Titoli di stato Canada, 10 anni"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],it:["Titoli di stato Canada, rendimento 10 anni"]},
en:["China Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Cina 10 anni"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],it:["Indice Dollaro canadese"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],it:["Titoli di stato Germania 10 anni"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Germania 10 anni"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],it:["Indice DAX"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Industriale Dow Jones"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],it:["Indice Dollaro americano"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],it:["Titoli di stato Spagna 10 anni"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Spagna 10 anni"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],it:["Indice Euro"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],it:["Titoli di stato Francia 10 anni"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Francia 10 anni"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],it:["Titoli di stato UK 2 anni"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],it:["Titoli di stato UK 10 anni"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Gran Bretagna 10 anni"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],it:["CFD Oro (US$/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],it:["Indice Hang Seng"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],it:["Indice IBEX 35"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],it:["Titoli di stato Indonesia 3 anni"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],it:["Titoli di stato Indonesia 10 anni"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],it:["Titoli di stato Indonesia, 10 anni"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],it:["Titoli di stato India 10 anni"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato India 10 anni"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],it:["Titoli di stato Italia 10 anni"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Italia 10 anni"]}, e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],it:["Indice CAC 40"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],it:["Titoli di stato Cina 10 anni"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Cina 10 anni"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],it:["Indice Dollaro canadese"]},e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],it:["Titoli di stato Germania 10 anni"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Germania 10 anni"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],it:["Indice DAX"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Industriale Dow Jones"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],it:["Indice Dollaro americano"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],it:["Titoli di stato Spagna 10 anni"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Spagna 10 anni"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],it:["Indice Euro"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],it:["Titoli di stato Francia 10 anni"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Francia 10 anni"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],it:["Titoli di stato UK 2 anni"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],it:["Titoli di stato UK 10 anni"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Gran Bretagna 10 anni"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],it:["CFD Oro (US$/OZ)"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],it:["Indice Hang Seng"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],it:["Indice IBEX 35"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],it:["Titoli di stato Indonesia 3 anni"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],it:["Titoli di stato Indonesia 10 anni"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],it:["Titoli di stato Indonesia, 10 anni"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],it:["Titoli di stato India 10 anni"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato India 10 anni"]},e.exports["#TVC:IT10-symbol-description"]={
e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],it:["Indice Composite US"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],it:["Titoli di stato Giappone 10 anni"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Giappone 10 anni"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],it:["Indice Yen giapponese"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],it:["Indice Korea Composite Stock Price"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],it:["Titoli di stato Corea 10 anni"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Corea 10 anni"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],it:["Titoli di stato Malesia 10 anni"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Malesia 10 anni"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],it:["Indice US 100"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],it:["Indice Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],it:["Titoli di stato Olanda, 10 anni"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],it:["Titoli di stato Olanda, rendimento 10 anni"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],it:["Indice NYSE Composite"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],it:["Titoli di stato Nuova Zelanda, 10 anni"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],it:["Titoli di stato Nuova Zelanda, rendimento 10 anni"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],it:["CFD Palladio (US$/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],it:["Rendimento titoli di stato Polonia 5 anni"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Polonia 10 anni"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],it:["CFD Platino (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],it:["Titoli di stato Portogallo 10 anni"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Portogallo 10 anni"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],it:["Indice South Africa Top 40"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],it:["CFD Argento (US$/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],it:["S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"], en:["Italy Government Bonds 10 YR"],it:["Titoli di stato Italia 10 anni"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Italia 10 anni"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],it:["Indice Composite US"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],it:["Titoli di stato Giappone 10 anni"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Giappone 10 anni"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],it:["Indice Yen giapponese"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],it:["Indice Korea Composite Stock Price"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],it:["Titoli di stato Corea 10 anni"]},e.exports["#TVC:KR10Y-symbol-description"]={en:["Korea Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Corea 10 anni"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],it:["Titoli di stato Malesia 10 anni"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Malesia 10 anni"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],it:["Indice US 100"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],it:["Indice Japan 225"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],it:["Titoli di stato Olanda, 10 anni"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],it:["Titoli di stato Olanda, rendimento 10 anni"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],it:["Indice NYSE Composite"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],it:["Titoli di stato Nuova Zelanda, 10 anni"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],it:["Titoli di stato Nuova Zelanda, rendimento 10 anni"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],it:["CFD Palladio (US$/OZ)"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],it:["Rendimento titoli di stato Polonia 5 anni"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Polonia 10 anni"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],it:["CFD Platino (US$ / OZ)"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],it:["Titoli di stato Portogallo 10 anni"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Portogallo 10 anni"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],it:["Indice South Africa Top 40"]},e.exports["#TVC:SILVER-symbol-description"]={
it:["Indice Mercato Svizzero"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],it:["Indice Straits Time"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],it:["Indice Stoxx 50"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],it:["Indice Franco Svizzero"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],it:["Indice di stato Turchia 10 anni"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Turchia 10 anni"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],it:["CFD Petrolio greggio Brent"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"],it:["Indice UK 100"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],it:["Titoli di stato USA 2 anni"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],it:["Rendimento titoli di stato Stati Uniti 2 anni"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],it:["Titoli di stato USA 5 anni"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],it:["Rendimento titoli di stato Stati Uniti 5 anni"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],it:["Titoli di stato USA 10 anni"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Stati Uniti 10 anni"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],it:["Titoli di stato USA 30 anni"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],it:["CFD Petrolio WTI"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],it:["Indice volatilità S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],it:["Indice Dollaro Neozelandese"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],it:["Indice azionario Taiwan ponderato sulla capitalizzazione"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],it:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],it:["Indice FTSE 100"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],it:["CFD Petrolio greggio (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],it:["Uniswap / Dollaro"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Dow Jones Industrial Average"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],it:["Dollaro USA / Dollaro australiano"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],it:["Dollaro / Real brasiliano"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],it:["Dollaro / Dollaro canadese"]},e.exports["#USDCHF-symbol-description"]={ en:["CFDs on Silver (US$ / OZ)"],it:["CFD Argento (US$/OZ)"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],it:["S&P 500"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],it:["Indice Mercato Svizzero"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],it:["Indice Straits Time"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],it:["Indice Stoxx 50"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],it:["Indice Franco Svizzero"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],it:["Indice di stato Turchia 10 anni"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Turchia 10 anni"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],it:["CFD Petrolio greggio Brent"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"],it:["Indice UK 100"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],it:["Titoli di stato USA 2 anni"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],it:["Rendimento titoli di stato Stati Uniti 2 anni"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],it:["Titoli di stato USA 5 anni"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],it:["Rendimento titoli di stato Stati Uniti 5 anni"]},e.exports["#TVC:US10-symbol-description"]={en:["US Government Bonds 10 YR"],it:["Titoli di stato USA 10 anni"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],it:["Rendimento titoli di stato Stati Uniti 10 anni"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],it:["Titoli di stato USA 30 anni"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],it:["CFD Petrolio WTI"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],it:["Indice volatilità S&P 500"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],it:["Indice Dollaro Neozelandese"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],it:["Indice azionario Taiwan ponderato sulla capitalizzazione"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],it:["TWITTER INC"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],it:["Indice FTSE 100"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],it:["CFD Petrolio greggio (Brent)"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],it:["Uniswap / Dollaro"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],it:["Indice Dow Jones Industrial Average"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],it:["Dollaro USA / Dollaro australiano"]},e.exports["#USDBRL-symbol-description"]={
en:["U.S. Dollar / Swiss Franc"],it:["Dollaro / Franco svizzero"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],it:["Dollaro / Yuan cinese"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],it:["Dollaro / Corona danese"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],it:["Dollaro USA / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],it:["Dollaro / Sterlina"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],it:["Dollaro / Dollaro Hong Kong"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],it:["Dollaro / Fiorino ungherese"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],it:["Dollaro / Rupiah"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],it:["Dollaro / Siclo israeliano"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],it:["Dollaro / Rupìa indiana"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],it:["Dollaro / Yen giapponese"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],it:["Dollaro / Won sudcoreano"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],it:["Dollaro / Peso messicano"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],it:["Dollaro USA / Dollaro neozelandese"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],it:["Dollaro / Peso filippino"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],it:["DOLLARO USA / ZLOTY POLACCO"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],it:["Dollaro / Rublo russo"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],it:["Dollaro / Rublo russo TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],it:["Dollaro / Corona svedese"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],it:["Dollaro / Dollaro Singapore"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],it:["Dollaro / Baht thailandese"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],it:["Dollaro / Nuova lira turca"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],it:["Dollaro / Rand Sudafricano"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],it:["CFD Petrolio greggio (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],it:["CFD Grano"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],it:["Argento / Dollaro"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],it:["Oro / Dollaro"]},e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],it:["Bitcoin / Dollaro Canadese"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],it:["Indice DAX"]}, en:["U.S. Dollar / Brazilian Real"],it:["Dollaro / Real brasiliano"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],it:["Dollaro / Dollaro canadese"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],it:["Dollaro / Franco svizzero"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],it:["Dollaro / Yuan cinese"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],it:["Dollaro / Corona danese"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],it:["Dollaro USA / Euro"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],it:["Dollaro / Sterlina"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],it:["Dollaro / Dollaro Hong Kong"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],it:["Dollaro / Fiorino ungherese"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],it:["Dollaro / Rupiah"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],it:["Dollaro / Siclo israeliano"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],it:["Dollaro / Rupìa indiana"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],it:["Dollaro / Yen giapponese"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],it:["Dollaro / Won sudcoreano"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],it:["Dollaro / Peso messicano"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],it:["Dollaro USA / Dollaro neozelandese"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],it:["Dollaro / Peso filippino"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],it:["DOLLARO USA / ZLOTY POLACCO"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],it:["Dollaro / Rublo russo"]},e.exports["#USDRUB_TOM-symbol-description"]={en:["U.S. Dollar / Russian Ruble TOM"],it:["Dollaro / Rublo russo TOM"]},e.exports["#USDSEK-symbol-description"]={en:["U.S. Dollar / Swedish Krona"],it:["Dollaro / Corona svedese"]},e.exports["#USDSGD-symbol-description"]={en:["U.S. Dollar / Singapore Dollar"],it:["Dollaro / Dollaro Singapore"]},e.exports["#USDTHB-symbol-description"]={en:["U.S. Dollar / Thai Baht"],it:["Dollaro / Baht thailandese"]},e.exports["#USDTRY-symbol-description"]={en:["U.S. Dollar / Turkish Lira"],it:["Dollaro / Nuova lira turca"]},e.exports["#USDZAR-symbol-description"]={en:["U.S. Dollar / South African Rand"],it:["Dollaro / Rand Sudafricano"]},e.exports["#USOIL-symbol-description"]={en:["CFDs on Crude Oil (WTI)"],it:["CFD Petrolio greggio (WTI)"]},e.exports["#WHEATUSD-symbol-description"]={en:["CFDs on Wheat"],it:["CFD Grano"]},e.exports["#XAGUSD-symbol-description"]={en:["Silver / U.S. Dollar"],it:["Argento / Dollaro"]},e.exports["#XAUUSD-symbol-description"]={en:["Gold Spot / U.S. Dollar"],it:["Oro / Dollaro"]},
e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],it:["Monero / Dollaro"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],it:["CFD Palladio"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],it:["Platino / Dollaro"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],it:["XRP / Dollaro"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],it:["Zcash / Dollaro"]}}}]); e.exports["#XBTCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],it:["Bitcoin / Dollaro Canadese"]},e.exports["#XETR:DAX-symbol-description"]={en:["DAX Index"],it:["Indice DAX"]},e.exports["#XMRUSD-symbol-description"]={en:["Monero / U.S. Dollar"],it:["Monero / Dollaro"]},e.exports["#XPDUSD-symbol-description"]={en:["CFDs on Palladium"],it:["CFD Palladio"]},e.exports["#XPTUSD-symbol-description"]={en:["Platinum / U.S. Dollar"],it:["Platino / Dollaro"]},e.exports["#XRPBTC-symbol-description"]={en:["XRP / Bitcoin"]},e.exports["#XRPEUR-symbol-description"]={en:["XRP / Euro"]},e.exports["#XRPUSD-symbol-description"]={en:["XRP / U.S. Dollar"],it:["XRP / Dollaro"]},e.exports["#ZECUSD-symbol-description"]={en:["Zcash / U.S. Dollar"],it:["Zcash / Dollaro"]}}}]);

View File

@@ -1,6 +1,6 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"],ja:["バー"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ja:["(始値 + 高値 + 安値 + 終値)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ja:["(高値 + 安値 + 終値)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ja:["(高値 + 安値)/2"]}},31882:e=>{e.exports={en:["12-hours"],ja:["12時間"]}},5797:e=>{e.exports={en:["24-hours"],ja:["24時間"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ja:["(現在足の始値基準ではなく)前の足の終値基準でバーの色を判定"]}},23739:e=>{e.exports={en:["Canvas"],ja:["キャンバス"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},15153:e=>{e.exports={en:["Chart basic styles"],ja:["チャートの基本スタイル"]}},45639:e=>{e.exports={en:["Chart values"],ja:["チャートの値"]}},84831:e=>{e.exports={en:["Close line"],ja:["ライン - 終値"]}},74622:e=>{e.exports={en:["Crosshair"],ja:["十字カーソル"]}},81849:e=>{e.exports={en:["Currency"],ja:["通貨"]}},3015:e=>{e.exports={en:["Currency and Unit"],ja:["通貨と単位"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ja:["配当でデータを調整"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ja:["限月の切り替えを調整"]}},36620:e=>{e.exports={en:["Alerts"],ja:["アラート"]}},14119:e=>{e.exports={en:["Arguments"],ja:["引数"]}},68650:e=>{e.exports={en:["Average close"],ja:["平均終値"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},3159:e=>{e.exports={en:["Bottom line"],ja:["下部ライン"]}},74406:e=>{e.exports={en:["Body"],ja:["実体"]}},333:e=>{e.exports={en:["Borders"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},10842:e=>{e.exports={en:["Bar change values"],ja:["バーの変動値"]}},28975:e=>{e.exports={en:["Base level"],ja:["基準レベル"]}},76473:e=>{e.exports={en:["Bid and ask"],ja:["Bid/Ask"]}},32744:e=>{e.exports={en:["Buttons"],ja:["ボタン"]}},68662:e=>{e.exports={en:["Grid lines"],ja:["グリッドライン"]}},17611:e=>{e.exports={en:["Down bars"],ja:["下降バー"]}},23743:e=>{e.exports={en:["Down color"],ja:["下降カラー"]}},48225:e=>{e.exports={en:["Data modification"],ja:["データの調整"]}},84838:e=>{e.exports={en:["Date format"],ja:["日付の形式"]}},42357:e=>{e.exports={en:["Day of week on labels"],ja:["曜日の表示"]}},16564:e=>{e.exports={en:["Default"],ja:["デフォルト"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ja:["電子取引時間の背景"]}},69808:e=>{e.exports={en:["Events"],ja:["イベント"]}},41129:e=>{e.exports={en:["Fill"],ja:["塗りつぶし"]}},61112:e=>{e.exports={en:["Fill top area"],ja:["上部エリア"]}},73185:e=>{e.exports={en:["Fill bottom area"],ja:["下部エリア"]}},886:e=>{e.exports={en:["HLC bars"],ja:["HLCバー"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},61900:e=>{e.exports={en:["Horz only"],ja:["水平線のみ"]}},14180:e=>{e.exports={en:["High and low"],ja:["高値・安値"]}},56359:e=>{e.exports={en:["High line"],ja:["ライン - 高値"]}},47326:e=>{e.exports={en:["Integer"],ja:["整数"]}},84549:e=>{e.exports={en:["Indicators"],ja:["インジケーター"]}},78082:e=>{e.exports={en:["Indicators and financials"],ja:["インジケーターと財務指標"]}},25765:e=>{e.exports={en:["Open market status"],ja:["市場の開始状況を表示"]}},34579:e=>{e.exports={en:["Low line"],ja:["ライン - 安値"]}},14876:e=>{ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"],ja:["バー"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ja:["(始値 + 高値 + 安値 + 終値)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ja:["(高値 + 安値 + 終値)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ja:["(高値 + 安値)/2"]}},31882:e=>{e.exports={en:["12-hours"],ja:["12時間"]}},5797:e=>{e.exports={en:["24-hours"],ja:["24時間"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ja:["(現在足の始値基準ではなく)前の足の終値基準でバーの色を判定"]}},23739:e=>{e.exports={en:["Canvas"],ja:["キャンバス"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},15153:e=>{e.exports={en:["Chart basic styles"],ja:["チャートの基本スタイル"]}},45639:e=>{e.exports={en:["Chart values"],ja:["チャートの値"]}},84831:e=>{e.exports={en:["Close line"],ja:["ライン - 終値"]}},74622:e=>{e.exports={en:["Crosshair"],ja:["十字カーソル"]}},81849:e=>{e.exports={en:["Currency"],ja:["通貨"]}},3015:e=>{e.exports={en:["Currency and Unit"],ja:["通貨と単位"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ja:["配当でデータを調整"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ja:["限月の切り替えを調整"]}},36620:e=>{e.exports={en:["Alerts"],ja:["アラート"]}},14119:e=>{e.exports={en:["Arguments"],ja:["引数"]}},68650:e=>{e.exports={en:["Average close"],ja:["平均終値"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},3159:e=>{e.exports={en:["Bottom line"],ja:["下部ライン"]}},74406:e=>{e.exports={en:["Body"],ja:["実体"]}},333:e=>{e.exports={en:["Borders"],ja:["枠"]}},79468:e=>{e.exports={en:["Background"],ja:["背景"]}},10842:e=>{e.exports={en:["Bar change values"],ja:["バーの変動値"]}},28975:e=>{e.exports={en:["Base level"],ja:["基準レベル"]}},76473:e=>{e.exports={en:["Bid and ask"],ja:["Bid/Ask"]}},32744:e=>{e.exports={en:["Buttons"],ja:["ボタン"]}},68662:e=>{e.exports={en:["Grid lines"],ja:["グリッドライン"]}},17611:e=>{e.exports={en:["Down bars"],ja:["下降バー"]}},23743:e=>{e.exports={en:["Down color"],ja:["下降カラー"]}},48225:e=>{e.exports={en:["Data modification"],ja:["データの調整"]}},84838:e=>{e.exports={en:["Date format"],ja:["日付の形式"]}},42357:e=>{e.exports={en:["Day of week on labels"],ja:["曜日の表示"]}},16564:e=>{e.exports={en:["Default"],ja:["デフォルト"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ja:["電子取引時間の背景"]}},69808:e=>{e.exports={en:["Events"],ja:["イベント"]}},41129:e=>{e.exports={en:["Fill"],ja:["塗りつぶし"]}},61112:e=>{e.exports={en:["Fill top area"],ja:["上部エリア"]}},73185:e=>{e.exports={en:["Fill bottom area"],ja:["下部エリア"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},61900:e=>{e.exports={en:["Horz only"],ja:["水平線のみ"]}},14180:e=>{e.exports={en:["High and low"],ja:["高値・安値"]}},56359:e=>{e.exports={en:["High line"],ja:["ライン - 高値"]}},47326:e=>{e.exports={en:["Integer"],ja:["整数"]}},84549:e=>{e.exports={en:["Indicators"],ja:["インジケーター"]}},78082:e=>{e.exports={en:["Indicators and financials"],ja:["インジケーターと財務指標"]}},25765:e=>{e.exports={en:["Open market status"],ja:["市場の開始状況を表示"]}},34579:e=>{e.exports={en:["Low line"],ja:["ライン - 安値"]}},14876:e=>{e.exports={en:["Logo"],ja:["ロゴ"]}},89315:e=>{e.exports={
e.exports={en:["Logo"],ja:["ロゴ"]}},89315:e=>{e.exports={en:["Long Description"],ja:["説明文"]}},72423:e=>{e.exports={en:["Last day change values"],ja:["前日からの変動値"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},8249:e=>{e.exports={en:["Money"],ja:["金額"]}},70937:e=>{e.exports={en:["Margins"],ja:["マージン"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},58589:e=>{e.exports={en:["No overlapping labels"],ja:["ラベルを重ねない"]}},60798:e=>{e.exports={en:["None"],ja:["なし"]}},51019:e=>{e.exports={en:["Navigation"],ja:["ナビゲーション"]}},99709:e=>{e.exports={en:["Name"],ja:["名前"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],ja:["時間足の変更時にチャート左端の位置を保存"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],ja:["スケールモード (A と L)"]}},93968:e=>{e.exports={en:["Scales"],ja:["スケール"]}},90275:e=>{e.exports={en:["Scales and lines"],ja:["スケールとライン"]}},30042:e=>{e.exports={en:["Scales placement"],ja:["スケールの配置"]}},28715:e=>{e.exports={en:["Status line"],ja:["ステータスライン"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},53263:e=>{e.exports={en:["Pane"],ja:["ペイン"]}},82894:e=>{e.exports={en:["Pane separators"],ja:["ペインの境界線"]}},16207:e=>{e.exports={en:["Percentage"],ja:["パーセンテージ"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],ja:["プレ/アフターマーケット"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ja:["プレ/アフターマーケット時間の背景"]}},59766:e=>{e.exports={en:["Precision"],ja:["精度"]}},83811:e=>{e.exports={en:["Previous day close"],ja:["前日終値"]}},35082:e=>{e.exports={en:["Price Scale"],ja:["価格スケール"]}},27632:e=>{e.exports={en:["Price and percentage value"],ja:["価格とパーセント値"]}},62142:e=>{e.exports={en:["Price labels & lines"],ja:["価格ラベルとライン"]}},84684:e=>{e.exports={en:["Price source"],ja:["価格のソース"]}},73466:e=>{e.exports={en:["Projection up bars"],ja:["上昇予測バー"]}},77430:e=>{e.exports={en:["Projection candles"],ja:["予測バー"]}},88367:e=>{e.exports={en:["Projection down bars"],ja:["下降予測バー"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},62532:e=>{e.exports={en:["Right Margin"],ja:["右マージン"]}},41571:e=>{e.exports={en:["Watermark"],ja:["透かし"]}},32163:e=>{e.exports={en:["Wick"],ja:["ヒゲ"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},89349:e=>{e.exports={en:["Top line"],ja:["上部ライン"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},20215:e=>{e.exports={en:["Thin bars"],ja:["細いバー"]}},70198:e=>{e.exports={en:["Title"],ja:["タイトル"]}},29854:e=>{e.exports={en:["Titles"],ja:["タイトル"]}},5791:e=>{e.exports={en:["Ticker"],ja:["ティッカー"]}},16816:e=>{e.exports={en:["Ticker and description"],ja:["ティッカーと詳細"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},93965:e=>{e.exports={en:["Time Scale"],ja:["時間軸"]}},5591:e=>{e.exports={en:["Time hours format"],ja:["時刻の表記"]}},77073:e=>{e.exports={en:["Timezone"],ja:["タイムゾーン"]}},76495:e=>{e.exports={en:["Trading"],ja:["トレーディング"]}},33564:e=>{e.exports={ en:["Long Description"],ja:["説明文"]}},72423:e=>{e.exports={en:["Last day change values"],ja:["前日からの変動値"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},8249:e=>{e.exports={en:["Money"],ja:["金額"]}},70937:e=>{e.exports={en:["Margins"],ja:["マージン"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},58589:e=>{e.exports={en:["No overlapping labels"],ja:["ラベルを重ねない"]}},60798:e=>{e.exports={en:["None"],ja:["なし"]}},51019:e=>{e.exports={en:["Navigation"],ja:["ナビゲーション"]}},99709:e=>{e.exports={en:["Name"],ja:["名前"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],ja:["時間足の変更時にチャート左端の位置を保存"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],ja:["スケールモード (A と L)"]}},93968:e=>{e.exports={en:["Scales"],ja:["スケール"]}},90275:e=>{e.exports={en:["Scales and lines"],ja:["スケールとライン"]}},30042:e=>{e.exports={en:["Scales placement"],ja:["スケールの配置"]}},28715:e=>{e.exports={en:["Status line"],ja:["ステータスライン"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},53263:e=>{e.exports={en:["Pane"],ja:["ペイン"]}},82894:e=>{e.exports={en:["Pane separators"],ja:["ペインの境界線"]}},16207:e=>{e.exports={en:["Percentage"],ja:["パーセンテージ"]}},94408:e=>{e.exports={en:["Pips"]}},60904:e=>{e.exports={en:["Pre/post market"],ja:["プレ/アフターマーケット"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ja:["プレ/アフターマーケット時間の背景"]}},59766:e=>{e.exports={en:["Precision"],ja:["精度"]}},83811:e=>{e.exports={en:["Previous day close"],ja:["前日終値"]}},35082:e=>{e.exports={en:["Price Scale"],ja:["価格スケール"]}},27632:e=>{e.exports={en:["Price and percentage value"],ja:["価格とパーセント値"]}},62142:e=>{e.exports={en:["Price labels & lines"],ja:["価格ラベルとライン"]}},84684:e=>{e.exports={en:["Price source"],ja:["価格のソース"]}},73466:e=>{e.exports={en:["Projection up bars"],ja:["上昇予測バー"]}},77430:e=>{e.exports={en:["Projection candles"],ja:["予測バー"]}},88367:e=>{e.exports={en:["Projection down bars"],ja:["下降予測バー"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},62532:e=>{e.exports={en:["Right Margin"],ja:["右マージン"]}},41571:e=>{e.exports={en:["Watermark"],ja:["透かし"]}},32163:e=>{e.exports={en:["Wick"],ja:["ヒゲ"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},89349:e=>{e.exports={en:["Top line"],ja:["上部ライン"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},20215:e=>{e.exports={en:["Thin bars"],ja:["細いバー"]}},70198:e=>{e.exports={en:["Title"],ja:["タイトル"]}},29854:e=>{e.exports={en:["Titles"],ja:["タイトル"]}},5791:e=>{e.exports={en:["Ticker"],ja:["ティッカー"]}},16816:e=>{e.exports={en:["Ticker and description"],ja:["ティッカーと詳細"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},93965:e=>{e.exports={en:["Time Scale"],ja:["時間軸"]}},5591:e=>{e.exports={en:["Time hours format"],ja:["時刻の表記"]}},77073:e=>{e.exports={en:["Timezone"],ja:["タイムゾーン"]}},76495:e=>{e.exports={en:["Trading"],ja:["トレーディング"]}},33564:e=>{e.exports={en:["Unit"],ja:["単位"]}},23091:e=>{e.exports={
en:["Unit"],ja:["単位"]}},23091:e=>{e.exports={en:["Up color"],ja:["上昇カラー"]}},36957:e=>{e.exports={en:["Up bars"],ja:["上昇バー"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},37644:e=>{e.exports={en:["Volume"],ja:["出来高"]}},51514:e=>{e.exports={en:["Value"],ja:["値"]}},31218:e=>{e.exports={en:["Value according to scale"],ja:["スケールに応じた値"]}},60092:e=>{e.exports={en:["Values"],ja:["値"]}},83594:e=>{e.exports={en:["Vert and horz"],ja:["垂直線と水平線"]}},8402:e=>{e.exports={en:["Vert only"],ja:["垂直線のみ"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},21105:e=>{e.exports={en:["candle"],ja:["ローソク足"]}},27068:e=>{e.exports={en:["change HLC bars"],ja:["HLCバーの変更"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],ja:["ナビゲーションボタンの表示の変更"]}},96227:e=>{e.exports={en:["change open market status visibility"],ja:["市場ステータスの表示の変更"]}},43231:e=>{e.exports={en:["change average close price line width"],ja:["平均価格ラインの幅の変更"]}},47026:e=>{e.exports={en:["change average close price line color"],ja:["平均価格ラインの色の変更"]}},86866:e=>{e.exports={en:["change area fill color"],ja:["エリアの塗りつぶしの色の変更"]}},89346:e=>{e.exports={en:["change area line width"],ja:["エリアラインの幅の変更"]}},29605:e=>{e.exports={en:["change area line color"],ja:["エリアラインの色の変更"]}},4640:e=>{e.exports={en:["change area price source"],ja:["エリア価格のソースの変更"]}},98407:e=>{e.exports={en:["change ask line color"],ja:["Askラインの色の変更"]}},42190:e=>{e.exports={en:["change base level"],ja:["基準レベルの変更"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ja:["ベースラインの下部ラインの色の変更"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ja:["ベースラインの下部ラインの幅の変更"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ja:["ベースラインの下部エリアの塗りつぶしの色の変更"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ja:["ベースラインの上部エリアの塗りつぶしの色の変更"]}},68609:e=>{e.exports={en:["change baseline price source"],ja:["ベースラインの価格ソースの変更"]}},69044:e=>{e.exports={en:["change baseline top line color"],ja:["ベースラインの上部ラインの色の変更"]}},68197:e=>{e.exports={en:["change baseline top line width"],ja:["ベースラインの上部ラインの幅の変更"]}},33464:e=>{e.exports={en:["change bar up color"],ja:["上昇バーの色の変更"]}},27426:e=>{e.exports={en:["change bar change visibility"],ja:["バーの変動値の表示の変更"]}},59622:e=>{e.exports={en:["change bar down color"],ja:["下降バーの色の変更"]}},17919:e=>{e.exports={en:["change bid line color"],ja:["Bidラインの色の変更"]}},32094:e=>{e.exports={en:["change bottom margin"],ja:["下マージンの変更"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],ja:["通貨と単位ラベルの表示の変更"]}},64003:e=>{e.exports={en:["change currency label visibility"],ja:["通貨ラベルの表示の変更"]}},42803:e=>{e.exports={en:["change chart background color"],ja:["チャートの背景色の変更"]}},41382:e=>{e.exports={en:["change chart background type"],ja:["チャートの背景の種類の変更"]}},79637:e=>{e.exports={en:["change chart values visibility"],ja:["チャートの値の可視性の変更"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ja:["前の足の終値基準でバーの色の変更"]}},88324:e=>{e.exports={en:["change column up color"],ja:["カラムの上昇カラーの変更"]}},93890:e=>{ en:["Up color"],ja:["上昇カラー"]}},36957:e=>{e.exports={en:["Up bars"],ja:["上昇バー"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},37644:e=>{e.exports={en:["Volume"],ja:["出来高"]}},51514:e=>{e.exports={en:["Value"],ja:["値"]}},31218:e=>{e.exports={en:["Value according to scale"],ja:["スケールに応じた値"]}},60092:e=>{e.exports={en:["Values"],ja:["値"]}},83594:e=>{e.exports={en:["Vert and horz"],ja:["垂直線と水平線"]}},8402:e=>{e.exports={en:["Vert only"],ja:["垂直線のみ"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},21105:e=>{e.exports={en:["candle"],ja:["ローソク足"]}},27068:e=>{e.exports={en:["change HLC bars"],ja:["HLCバーの変更"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],ja:["ナビゲーションボタンの表示の変更"]}},96227:e=>{e.exports={en:["change open market status visibility"],ja:["市場ステータスの表示の変更"]}},43231:e=>{e.exports={en:["change average close price line width"],ja:["平均価格ラインの幅の変更"]}},47026:e=>{e.exports={en:["change average close price line color"],ja:["平均価格ラインの色の変更"]}},86866:e=>{e.exports={en:["change area fill color"],ja:["エリアの塗りつぶしの色の変更"]}},89346:e=>{e.exports={en:["change area line width"],ja:["エリアラインの幅の変更"]}},29605:e=>{e.exports={en:["change area line color"],ja:["エリアラインの色の変更"]}},4640:e=>{e.exports={en:["change area price source"],ja:["エリア価格のソースの変更"]}},98407:e=>{e.exports={en:["change ask line color"],ja:["Askラインの色の変更"]}},42190:e=>{e.exports={en:["change base level"],ja:["基準レベルの変更"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ja:["ベースラインの下部ラインの色の変更"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ja:["ベースラインの下部ラインの幅の変更"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ja:["ベースラインの下部エリアの塗りつぶしの色の変更"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ja:["ベースラインの上部エリアの塗りつぶしの色の変更"]}},68609:e=>{e.exports={en:["change baseline price source"],ja:["ベースラインの価格ソースの変更"]}},69044:e=>{e.exports={en:["change baseline top line color"],ja:["ベースラインの上部ラインの色の変更"]}},68197:e=>{e.exports={en:["change baseline top line width"],ja:["ベースラインの上部ラインの幅の変更"]}},33464:e=>{e.exports={en:["change bar up color"],ja:["上昇バーの色の変更"]}},27426:e=>{e.exports={en:["change bar change visibility"],ja:["バーの変動値の表示の変更"]}},59622:e=>{e.exports={en:["change bar down color"],ja:["下降バーの色の変更"]}},17919:e=>{e.exports={en:["change bid line color"],ja:["Bidラインの色の変更"]}},32094:e=>{e.exports={en:["change bottom margin"],ja:["下マージンの変更"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],ja:["通貨と単位ラベルの表示の変更"]}},64003:e=>{e.exports={en:["change currency label visibility"],ja:["通貨ラベルの表示の変更"]}},42803:e=>{e.exports={en:["change chart background color"],ja:["チャートの背景色の変更"]}},41382:e=>{e.exports={en:["change chart background type"],ja:["チャートの背景の種類の変更"]}},79637:e=>{e.exports={en:["change chart values visibility"],ja:["チャートの値の可視性の変更"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ja:["前の足の終値基準でバーの色の変更"]}},88324:e=>{e.exports={en:["change column up color"],ja:["カラムの上昇カラーの変更"]}},93890:e=>{
e.exports={en:["change column down color"],ja:["カラムの下降カラーの変更"]}},4727:e=>{e.exports={en:["change column price source"],ja:["カラムの価格ソースの変更"]}},50544:e=>{e.exports={en:["change crosshair width"],ja:["十字カーソルの幅の変更"]}},92885:e=>{e.exports={en:["change crosshair color"],ja:["十字カーソルの色の変更"]}},68418:e=>{e.exports={en:["change crosshair style"],ja:["十字カーソルのスタイルの変更"]}},43109:e=>{e.exports={en:["change date format"],ja:["日付の形式の変更"]}},30418:e=>{e.exports={en:["change day of week on labels"],ja:["曜日の表示の変更"]}},82063:e=>{e.exports={en:["change decimal places"],ja:["小数点以下の桁数の変更"]}},44223:e=>{e.exports={en:["change extended hours color"],ja:["時間外取引の色の変更"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ja:["電子取引時間の変更"]}},73844:e=>{e.exports={en:["change grid lines visibility"],ja:["グリッドラインの可視性の変更"]}},61407:e=>{e.exports={en:["change high and low price line color"],ja:["高値・安値価格ラインの色の変更"]}},39581:e=>{e.exports={en:["change high and low price line width"],ja:["高値・安値価格ラインの幅の変更"]}},6026:e=>{e.exports={en:["change high-low body color"],ja:["ハイローの実体の色の変更"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ja:["ハイローの実体の表示の変更"]}},46844:e=>{e.exports={en:["change high-low border color"],ja:["ハイローの枠の色の変更"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ja:["ハイローの枠の表示の変更"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ja:["ハイローのラベルの表示の変更"]}},56961:e=>{e.exports={en:["change high-low labels color"],ja:["ハイローのラベルの色の変更"]}},21133:e=>{e.exports={en:["change horz grid lines color"],ja:["水平グリッドラインの色の変更"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],ja:["インジケーターのタイトルの表示の変更"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ja:["インジケーターの値の表示の変更"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ja:["インジケーターの引数の表示の変更"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ja:["インジケーターと財務指標名ラベルの表示の変更"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ja:["インジケーターと財務指標値ラベルの表示の変更"]}},66307:e=>{e.exports={en:["change last day change visibility"],ja:["前日からの変動値の可視性の変更"]}},91873:e=>{e.exports={en:["change legend background transparency"],ja:["凡例の背景の透明度の変更"]}},14246:e=>{e.exports={en:["change legend background visibility"],ja:["凡例の背景の表示の変更"]}},88640:e=>{e.exports={en:["change line color"],ja:["ラインの色の変更"]}},41837:e=>{e.exports={en:["change line price source"],ja:["ライン価格のソースの変更"]}},48339:e=>{e.exports={en:["change line width"],ja:["ライン幅の変更"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],ja:["ペインボタンの表示の変更"]}},52203:e=>{e.exports={en:["change pane separators color"],ja:["ペインの境界線の色の変更"]}},38730:e=>{e.exports={en:["change post market color"],ja:["アフターマーケットの色の変更"]}},28075:e=>{e.exports={en:["change post market line color"],ja:["アフターマーケットラインの色の変更"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ja:["プレ/アフターマーケット価格ラインの表示の変更"]}},44371:e=>{e.exports={en:["change pre market color"],ja:["プレマーケットの色の変更"]}},96114:e=>{e.exports={ e.exports={en:["change column down color"],ja:["カラムの下降カラーの変更"]}},4727:e=>{e.exports={en:["change column price source"],ja:["カラムの価格ソースの変更"]}},50544:e=>{e.exports={en:["change crosshair width"],ja:["十字カーソルの幅の変更"]}},92885:e=>{e.exports={en:["change crosshair color"],ja:["十字カーソルの色の変更"]}},68418:e=>{e.exports={en:["change crosshair style"],ja:["十字カーソルのスタイルの変更"]}},43109:e=>{e.exports={en:["change date format"],ja:["日付の形式の変更"]}},30418:e=>{e.exports={en:["change day of week on labels"],ja:["曜日の表示の変更"]}},82063:e=>{e.exports={en:["change decimal places"],ja:["小数点以下の桁数の変更"]}},44223:e=>{e.exports={en:["change extended hours color"],ja:["時間外取引の色の変更"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ja:["電子取引時間の変更"]}},73844:e=>{e.exports={en:["change grid lines visibility"],ja:["グリッドラインの可視性の変更"]}},61407:e=>{e.exports={en:["change high and low price line color"],ja:["高値・安値価格ラインの色の変更"]}},39581:e=>{e.exports={en:["change high and low price line width"],ja:["高値・安値価格ラインの幅の変更"]}},6026:e=>{e.exports={en:["change high-low body color"],ja:["ハイローの実体の色の変更"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ja:["ハイローの実体の表示の変更"]}},46844:e=>{e.exports={en:["change high-low border color"],ja:["ハイローの枠の色の変更"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ja:["ハイローの枠の表示の変更"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ja:["ハイローのラベルの表示の変更"]}},56961:e=>{e.exports={en:["change high-low labels color"],ja:["ハイローのラベルの色の変更"]}},21133:e=>{e.exports={en:["change horz grid lines color"],ja:["水平グリッドラインの色の変更"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],ja:["インジケーターのタイトルの表示の変更"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ja:["インジケーターの値の表示の変更"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ja:["インジケーターの引数の表示の変更"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ja:["インジケーターと財務指標名ラベルの表示の変更"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ja:["インジケーターと財務指標値ラベルの表示の変更"]}},66307:e=>{e.exports={en:["change last day change visibility"],ja:["前日からの変動値の可視性の変更"]}},91873:e=>{e.exports={en:["change legend background transparency"],ja:["凡例の背景の透明度の変更"]}},14246:e=>{e.exports={en:["change legend background visibility"],ja:["凡例の背景の表示の変更"]}},88640:e=>{e.exports={en:["change line color"],ja:["ラインの色の変更"]}},41837:e=>{e.exports={en:["change line price source"],ja:["ライン価格のソースの変更"]}},48339:e=>{e.exports={en:["change line width"],ja:["ライン幅の変更"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],ja:["ペインボタンの表示の変更"]}},52203:e=>{e.exports={en:["change pane separators color"],ja:["ペインの境界線の色の変更"]}},38730:e=>{e.exports={en:["change post market color"],ja:["アフターマーケットの色の変更"]}},28075:e=>{e.exports={en:["change post market line color"],ja:["アフターマーケットラインの色の変更"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ja:["プレ/アフターマーケット価格ラインの表示の変更"]}},44371:e=>{e.exports={en:["change pre market color"],ja:["プレマーケットの色の変更"]}},96114:e=>{e.exports={
en:["change pre market line color"],ja:["プレマーケットラインの色の変更"]}},69814:e=>{e.exports={en:["change previous close price line color"],ja:["前日終値ラインの色の変更"]}},13660:e=>{e.exports={en:["change previous close price line width"],ja:["前日終値ラインの幅の変更"]}},87861:e=>{e.exports={en:["change price line color"],ja:["価格ラインの色の変更"]}},29353:e=>{e.exports={en:["change price line width"],ja:["価格ラインの幅の変更"]}},16241:e=>{e.exports={en:["change range bars style"],ja:["レンジバーのスタイルの変更"]}},65821:e=>{e.exports={en:["change range thin bars"],ja:["レンジバーの細さの変更"]}},75487:e=>{e.exports={en:["change renko wick down color"],ja:["下降の練行足のヒゲの色の変更"]}},92277:e=>{e.exports={en:["change renko wick up color"],ja:["練行足のヒゲの色の変更"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ja:["練行足のヒゲの表示の変更"]}},82946:e=>{e.exports={en:["change right margin"],ja:["右マージンの変更"]}},79545:e=>{e.exports={en:["change right margin percentage"],ja:["右マージン%の変更"]}},78995:e=>{e.exports={en:["change symbol watermark color"],ja:["シンボルの透かしの色の変更"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],ja:["シンボルの透かしの表示の変更"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ja:["シンボルの詳細の表示の変更"]}},12050:e=>{e.exports={en:["change symbol field visibility"],ja:["シンボルフィールドの表示の変更"]}},46066:e=>{e.exports={en:["change symbol last value mode"],ja:["シンボルの現在値モードの変更"]}},902:e=>{e.exports={en:["change symbol legend format"],ja:["シンボルの凡例の形式の変更"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],ja:["時間足の変更時に保存されたチャート左端の位置の変更"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],ja:["スケールモードボタンの表示の変更"]}},76131:e=>{e.exports={en:["change scales text color"],ja:["スケールテキストの色の変更"]}},27792:e=>{e.exports={en:["change scales font size"],ja:["スケールのフォントサイズの変更"]}},94997:e=>{e.exports={en:["change scales lines color"],ja:["スケールのラインの色の変更"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],ja:["セッション区切りの表示の変更"]}},28175:e=>{e.exports={en:["change sessions breaks width"],ja:["セッション区切りの幅の変更"]}},33895:e=>{e.exports={en:["change sessions breaks color"],ja:["セッション区切りの色の変更"]}},21641:e=>{e.exports={en:["change sessions breaks style"],ja:["セッション区切りのスタイルの変更"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示の変更"]}},60834:e=>{e.exports={en:["change thin bars"],ja:["細いバーの変更"]}},39754:e=>{e.exports={en:["change time hours format"],ja:["時刻の表記の変更"]}},74883:e=>{e.exports={en:["change top margin"],ja:["上マージンの変更"]}},51250:e=>{e.exports={en:["change unit label visibility"],ja:["単位ラベルの表示の変更"]}},71805:e=>{e.exports={en:["change vert grid lines color"],ja:["垂直グリッドラインの色の変更"]}},96201:e=>{e.exports={en:["change volume values visibility"],ja:["出来高の値の表示の変更"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ja:["上昇の{candleType}の枠の色の変更"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ja:["上昇の{candleType}の色の変更"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ja:["下降の{candleType}のヒゲの色の変更"]}},47664:e=>{e.exports={ en:["change pre market line color"],ja:["プレマーケットラインの色の変更"]}},69814:e=>{e.exports={en:["change previous close price line color"],ja:["前日終値ラインの色の変更"]}},13660:e=>{e.exports={en:["change previous close price line width"],ja:["前日終値ラインの幅の変更"]}},87861:e=>{e.exports={en:["change price line color"],ja:["価格ラインの色の変更"]}},29353:e=>{e.exports={en:["change price line width"],ja:["価格ラインの幅の変更"]}},16241:e=>{e.exports={en:["change range bars style"],ja:["レンジバーのスタイルの変更"]}},65821:e=>{e.exports={en:["change range thin bars"],ja:["レンジバーの細さの変更"]}},75487:e=>{e.exports={en:["change renko wick down color"],ja:["下降の練行足のヒゲの色の変更"]}},92277:e=>{e.exports={en:["change renko wick up color"],ja:["練行足のヒゲの色の変更"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ja:["練行足のヒゲの表示の変更"]}},82946:e=>{e.exports={en:["change right margin"],ja:["右マージンの変更"]}},79545:e=>{e.exports={en:["change right margin percentage"],ja:["右マージン%の変更"]}},78995:e=>{e.exports={en:["change symbol watermark color"],ja:["シンボルの透かしの色の変更"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],ja:["シンボルの透かしの表示の変更"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ja:["シンボルの詳細の表示の変更"]}},12050:e=>{e.exports={en:["change symbol field visibility"],ja:["シンボルフィールドの表示の変更"]}},46066:e=>{e.exports={en:["change symbol last value mode"],ja:["シンボルの現在値モードの変更"]}},902:e=>{e.exports={en:["change symbol legend format"],ja:["シンボルの凡例の形式の変更"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],ja:["時間足の変更時に保存されたチャート左端の位置の変更"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],ja:["スケールモードボタンの表示の変更"]}},76131:e=>{e.exports={en:["change scales text color"],ja:["スケールテキストの色の変更"]}},27792:e=>{e.exports={en:["change scales font size"],ja:["スケールのフォントサイズの変更"]}},94997:e=>{e.exports={en:["change scales lines color"],ja:["スケールのラインの色の変更"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],ja:["セッション区切りの表示の変更"]}},28175:e=>{e.exports={en:["change sessions breaks width"],ja:["セッション区切りの幅の変更"]}},33895:e=>{e.exports={en:["change sessions breaks color"],ja:["セッション区切りの色の変更"]}},21641:e=>{e.exports={en:["change sessions breaks style"],ja:["セッション区切りのスタイルの変更"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示の変更"]}},60834:e=>{e.exports={en:["change thin bars"],ja:["細いバーの変更"]}},39754:e=>{e.exports={en:["change time hours format"],ja:["時刻の表記の変更"]}},74883:e=>{e.exports={en:["change top margin"],ja:["上マージンの変更"]}},51250:e=>{e.exports={en:["change unit label visibility"],ja:["単位ラベルの表示の変更"]}},71805:e=>{e.exports={en:["change vert grid lines color"],ja:["垂直グリッドラインの色の変更"]}},96201:e=>{e.exports={en:["change volume values visibility"],ja:["出来高の値の表示の変更"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ja:["上昇の{candleType}の枠の色の変更"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ja:["上昇の{candleType}の色の変更"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ja:["下降の{candleType}のヒゲの色の変更"]}},47664:e=>{e.exports={
en:["change {candleType} wick up color"],ja:["上昇の{candleType}のヒゲの色の変更"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ja:["{candleType}のヒゲの表示の変更"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ja:["{candleType}の実体の表示の変更"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ja:["{candleType}の枠の表示の変更"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ja:["下降の{candleType}の枠の色の変更"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ja:["下降の{candleType}の色の変更"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ja:["{chartType}の下降バーの枠の色の変更"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ja:["{chartType}の上昇バーの枠の色の変更"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ja:["下降の{chartType}の色の変更"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ja:["{chartType}の上昇予測バーの枠の色の変更"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ja:["{chartType}の下降予測バーの色の変更"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ja:["{chartType}の上昇予測バーの色の変更"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ja:["上昇の{chartType}の色の変更"]}},66110:e=>{e.exports={en:["change {inputName} property"],ja:["{inputName}プロパティの変更"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ja:["配当でデータの調整"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ja:["限月の切り替えを調整"]}},92598:e=>{e.exports={en:["hollow candles"],ja:["中空ローソク足"]}},57243:e=>{e.exports={en:["range","ranges"],ja:["レンジ"]}},70282:e=>{e.exports={en:["renko"],ja:["練行足"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],ja:["{value}桁"]}}}]); en:["change {candleType} wick up color"],ja:["上昇の{candleType}のヒゲの色の変更"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ja:["{candleType}のヒゲの表示の変更"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ja:["{candleType}の実体の表示の変更"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ja:["{candleType}の枠の表示の変更"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ja:["下降の{candleType}の枠の色の変更"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ja:["下降の{candleType}の色の変更"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ja:["{chartType}の下降バーの枠の色の変更"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ja:["{chartType}の上昇バーの枠の色の変更"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ja:["下降の{chartType}の色の変更"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ja:["{chartType}の上昇予測バーの枠の色の変更"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ja:["{chartType}の下降予測バーの色の変更"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ja:["{chartType}の上昇予測バーの色の変更"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ja:["上昇の{chartType}の色の変更"]}},66110:e=>{e.exports={en:["change {inputName} property"],ja:["{inputName}プロパティの変更"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ja:["配当でデータの調整"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ja:["限月の切り替えを調整"]}},92598:e=>{e.exports={en:["hollow candles"],ja:["中空ローソク足"]}},57243:e=>{e.exports={en:["range","ranges"],ja:["レンジ"]}},70282:e=>{e.exports={en:["renko"],ja:["練行足"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],ja:["{value}桁"]}}}]);

View File

@@ -1,3 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],ja:["ドット"]}},41256:e=>{e.exports={en:["Back"],ja:["戻る"]}},53174:e=>{e.exports={en:["Right"],ja:["ストックオプション"]}},57e3:e=>{e.exports={en:["Compare"],ja:["比較"]}},93111:e=>{e.exports={en:["Content"],ja:["コンテンツ"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],ja:["チャート画像のリンクをコピー"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},59934:e=>{e.exports={en:["Channels"],ja:["チャネル"]}},63245:e=>{e.exports={en:["Change symbol"],ja:["シンボルの変更"]}},56281:e=>{e.exports={en:["Chart style Columns"],ja:["チャートスタイル: 棒グラフ"]}},64526:e=>{e.exports={en:["Chart style Candles"],ja:["チャートスタイル: ローソク足"]}},9537:e=>{e.exports={en:["Chart style Area"],ja:["チャートスタイル: エリア"]}},19265:e=>{e.exports={en:["Chart style Bars"],ja:["チャートスタイル: バー"]}},19579:e=>{e.exports={en:["Chart style Baseline"],ja:["チャートスタイル: ベースライン"]}},47189:e=>{e.exports={en:["Chart style Kagi"],ja:["チャートスタイル: カギ足"]}},39883:e=>{e.exports={en:["Chart style HLC area"],ja:["チャートスタイル: HLCエリア"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],ja:["チャートスタイル: 中空ローソク足"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],ja:["チャートスタイル: 平均足"]}},70405:e=>{e.exports={en:["Chart style High-low"],ja:["チャートスタイル: ハイロー"]}},92911:e=>{e.exports={en:["Chart style Line"],ja:["チャートスタイル: ライン"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],ja:["チャートスタイル: マーク付きライン"]}},11604:e=>{e.exports={en:["Chart style Line break"],ja:["チャートスタイル: 新値足"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],ja:["チャートスタイル: SVP (セッション出来高プロファイル)"]}},40447:e=>{e.exports={en:["Chart style Step line"],ja:["チャートスタイル: ステップライン"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],ja:["チャートスタイル: ポイント&フィギュア"]}},49942:e=>{e.exports={en:["Chart style Range"],ja:["チャートスタイル: レンジ"]}},80082:e=>{e.exports={en:["Chart style Renko"],ja:["チャートスタイル: 練行足"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],ja:["チャートスタイル: タイム・プライス・オポチュニティ"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],ja:["チャートスタイル: 出来高ローソク足"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],ja:["チャートスタイル: 出来高フットプリント"]}},53438:e=>{e.exports={en:["Chart template"],ja:["チャートテンプレート"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},81578:e=>{e.exports={en:["Cursors"],ja:["カーソル"]}},77915:e=>{e.exports={en:["Cycles"],ja:["サイクル"]}},32064:e=>{e.exports={en:["Annotation tools"],ja:["アノテーションツール"]}},69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},34040:e=>{e.exports={en:["All sources"],ja:["すべての提供元"]}},19147:e=>{e.exports={en:["Arrows"],ja:["矢印"]}},42358:e=>{e.exports={en:["Bond"],ja:["債券"]}},65695:e=>{e.exports={en:["Brushes"],ja:["ブラシ"]}},51494:e=>{e.exports={en:["Gann"],ja:["ギャン"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ja:["ギャン&フィボナッチツール"]}},22145:e=>{e.exports={en:["Geometric shapes"],ja:["幾何学的図形"]}},57157:e=>{e.exports={en:["Dot"],ja:["ドット"]}},25848:e=>{e.exports={en:["Dark theme"],ja:["ダークテーマ"]}},14939:e=>{e.exports={
en:["Demonstration"],ja:["レーザーポインター"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},74385:e=>{e.exports={en:["Drawings"],ja:["描画ツール"]}},44255:e=>{e.exports={en:["Elliott waves"],ja:["エリオット波動"]}},8727:e=>{e.exports={en:["Eraser"],ja:["消しゴム"]}},93308:e=>{e.exports={en:["Extended session"],ja:["時間外セッション"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ja:["予測・測定ツール"]}},26578:e=>{e.exports={en:["Fibonacci"],ja:["フィボナッチ"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ja:["フルスクリーンモード"]}},83576:e=>{e.exports={en:["Function"],ja:["機能"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],ja:["{hotKey_0}の長押しで一時的に描画"]}},27077:e=>{e.exports={en:["Open Object Tree"],ja:["オブジェクトツリーを開く"]}},7386:e=>{e.exports={en:["Open chart layout"],ja:["チャートレイアウトを開く"]}},79451:e=>{e.exports={en:["Lock all drawings"],ja:["すべての描画ツールをロック"]}},35112:e=>{e.exports={en:["Move chart back"],ja:["チャートを後方に移動"]}},12754:e=>{e.exports={en:["Move chart forward"],ja:["チャートを前方に移動"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},35553:e=>{e.exports={en:["Magic"],ja:["マジック"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ja:["マグネットモードでは、価格バーの近くに描画を配置すると近くのOHLC値始値・高値・安値・終値にくっつきます"]}},81031:e=>{e.exports={en:["Manage layout drawings"],ja:["レイアウトの描画を管理"]}},91563:e=>{e.exports={en:["Measure"],ja:["ものさし"]}},97050:e=>{e.exports={en:["Measurer"],ja:["測定"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],ja:["すべてのスケールを左に結合"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],ja:["すべてのスケールを右に結合"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ja:["条件に合致する取引所はありません"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ja:["条件に合致するシンボルはありません"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],ja:["条件に合致するものがありません"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ja:["新規描画は、マルチレイアウトのすべてのチャートに複製され、同じティッカーが選択された時に表示されます。"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],ja:["新規描画をグローバルに同期"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],ja:["新規描画をレイアウト内で同期"]}},28628:e=>{e.exports={en:["Sources"],ja:["情報源"]}},41569:e=>{e.exports={en:["Save chart layout"],ja:["チャートレイアウトを保存"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},79354:e=>{e.exports={en:["Search tool or function"],ja:["ツールや機能を検索"]}},57640:e=>{e.exports={en:["Select source"],ja:["情報源を選択"]}},65781:e=>{e.exports={en:["Shapes"],ja:["図形"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ja:["非表示ツールを表示"]}},85786:e=>{e.exports={en:["Show Object Tree"],ja:["オブジェクトツリーを表示"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ja:["描画モードの維持"]}},94593:e=>{e.exports={en:["Strong Magnet"],ja:["強いマグネット"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},74007:e=>{e.exports={en:["Symbol & description"],ja:["シンボル & 詳細"]}},51165:e=>{e.exports={en:["Symbol Search"],ja:["シンボル検索"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],ja:["すべてのチャートに描画を同期する"]}},46417:e=>{e.exports={
en:["Patterns"],ja:["パターン"]}},36167:e=>{e.exports={en:["Pitchforks"],ja:["ピッチフォーク"]}},79366:e=>{e.exports={en:["Previous day close price line"],ja:["前日終値ライン"]}},76753:e=>{e.exports={en:["Recent search"],ja:["最近の検索"]}},28051:e=>{e.exports={en:["Regular session"],ja:["通常セッション"]}},57118:e=>{e.exports={en:["Remove Drawings"],ja:["描画を削除"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],ja:["すべてのインジケーターと描画ツールを削除"]}},96374:e=>{e.exports={en:["Remove drawings"],ja:["描画を削除"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}},99984:e=>{e.exports={en:["Remove indicators"],ja:["インジケーターを削除"]}},38206:e=>{e.exports={en:["Rename chart layout"],ja:["チャートレイアウト名を変更"]}},31789:e=>{e.exports={en:["Reset chart"],ja:["チャートをリセット"]}},3519:e=>{e.exports={en:["Weak Magnet"],ja:["弱いマグネット"]}},65831:e=>{e.exports={en:["Text & Notes"],ja:["テキスト&ノート"]}},48773:e=>{e.exports={en:["Trend line tools"],ja:["トレンドラインツール"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],ja:["入力して描画、機能、設定を検索"]}},69260:e=>{e.exports={en:["Volume-based"],ja:["出来高ベース"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],ja:["ユーザーインターフェイスを{name}に変更します。チャートテンプレートのテーマも切り替えますか?"]}},55774:e=>{e.exports={en:["Zoom In"],ja:["ズームイン"]}},37310:e=>{e.exports={en:["Zoom Out"],ja:["ズームアウト"]}},70932:e=>{e.exports={en:["commodity"],ja:["コモディティ"]}},79599:e=>{e.exports={en:["cfd"],ja:["CFD"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],ja:["チャート上のアイデアの表示の変更"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ja:["インジケーターと財務指標名ラベルの表示の変更"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ja:["インジケーターと財務指標値ラベルの表示の変更"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ja:["プレ/アフターマーケット価格ラインの表示の変更"]}},46128:e=>{e.exports={en:["crypto"],ja:["暗号"]}},47268:e=>{e.exports={en:["dr"],ja:["預託証券"]}},54094:e=>{e.exports={en:["economy"],ja:["経済指標"]}},17770:e=>{e.exports={en:["forex"],ja:["FX"]}},4723:e=>{e.exports={en:["futures"],ja:["先物"]}},87464:e=>{e.exports={en:["index"],ja:["指数"]}},90250:e=>{e.exports={en:["indices"],ja:["指数"]}},76752:e=>{e.exports={en:["stock"],ja:["株式"]}},94521:e=>{e.exports={en:["sync drawings"],ja:["描画の同期"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ja:["{hotKey_0} + チャートをクリック"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ja:["{hotKey_0} — 円"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ja:["{hotKey_0} ー 45度の角度で直線を描く"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ja:["{hotKey_0} — 固定増分"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ja:["{hotKey_0} — 正方形"]}}}]);

View File

@@ -0,0 +1,3 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],ja:["ドット"]}},41256:e=>{e.exports={en:["Back"],ja:["戻る"]}},53174:e=>{e.exports={en:["Right"],ja:["ストックオプション"]}},57e3:e=>{e.exports={en:["Compare"],ja:["比較"]}},93111:e=>{e.exports={en:["Content"],ja:["コンテンツ"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],ja:["チャート画像のリンクをコピー"]}},4543:e=>{e.exports={en:["Cancel"],ja:["キャンセル"]}},59934:e=>{e.exports={en:["Channels"],ja:["チャネル"]}},63245:e=>{e.exports={en:["Change symbol"],ja:["シンボルの変更"]}},56281:e=>{e.exports={en:["Chart style Columns"],ja:["チャートスタイル: 棒グラフ"]}},64526:e=>{e.exports={en:["Chart style Candles"],ja:["チャートスタイル: ローソク足"]}},9537:e=>{e.exports={en:["Chart style Area"],ja:["チャートスタイル: エリア"]}},19265:e=>{e.exports={en:["Chart style Bars"],ja:["チャートスタイル: バー"]}},19579:e=>{e.exports={en:["Chart style Baseline"],ja:["チャートスタイル: ベースライン"]}},47189:e=>{e.exports={en:["Chart style Kagi"],ja:["チャートスタイル: カギ足"]}},39883:e=>{e.exports={en:["Chart style HLC area"],ja:["チャートスタイル: HLCエリア"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],ja:["チャートスタイル: 中空ローソク足"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],ja:["チャートスタイル: 平均足"]}},70405:e=>{e.exports={en:["Chart style High-low"],ja:["チャートスタイル: ハイロー"]}},92911:e=>{e.exports={en:["Chart style Line"],ja:["チャートスタイル: ライン"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],ja:["チャートスタイル: マーク付きライン"]}},11604:e=>{e.exports={en:["Chart style Line break"],ja:["チャートスタイル: 新値足"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],ja:["チャートスタイル: SVP (セッション出来高プロファイル)"]}},40447:e=>{e.exports={en:["Chart style Step line"],ja:["チャートスタイル: ステップライン"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],ja:["チャートスタイル: ポイント&フィギュア"]}},49942:e=>{e.exports={en:["Chart style Range"],ja:["チャートスタイル: レンジ"]}},80082:e=>{e.exports={en:["Chart style Renko"],ja:["チャートスタイル: 練行足"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],ja:["チャートスタイル: タイム・プライス・オポチュニティ"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],ja:["チャートスタイル: 出来高ローソク足"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],ja:["チャートスタイル: 出来高フットプリント"]}},53438:e=>{e.exports={en:["Chart template"],ja:["チャートテンプレート"]}},47742:e=>{e.exports={en:["Close menu"],ja:["メニューを閉じる"]}},81578:e=>{e.exports={en:["Cursors"],ja:["カーソル"]}},77915:e=>{e.exports={en:["Cycles"],ja:["サイクル"]}},32064:e=>{e.exports={en:["Annotation tools"],ja:["アノテーションツール"]}},69207:e=>{e.exports={en:["Add to favorites"],ja:["お気に入りに追加"]}},34040:e=>{e.exports={en:["All sources"],ja:["すべての提供元"]}},19147:e=>{e.exports={en:["Arrows"],ja:["矢印"]}},42358:e=>{e.exports={en:["Bond"],ja:["債券"]}},65695:e=>{e.exports={en:["Brushes"],ja:["ブラシ"]}},51494:e=>{e.exports={en:["Gann"],ja:["ギャン"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ja:["ギャン&フィボナッチツール"]}},22145:e=>{e.exports={en:["Geometric shapes"],ja:["幾何学的図形"]}},57157:e=>{e.exports={en:["Dot"],ja:["ドット"]}},25848:e=>{e.exports={en:["Dark theme"],
ja:["ダークテーマ"]}},14939:e=>{e.exports={en:["Demonstration"],ja:["レーザーポインター"]}},78734:e=>{e.exports={en:["Description"],ja:["詳細"]}},74385:e=>{e.exports={en:["Drawings"],ja:["描画ツール"]}},44255:e=>{e.exports={en:["Elliott waves"],ja:["エリオット波動"]}},8727:e=>{e.exports={en:["Eraser"],ja:["消しゴム"]}},93308:e=>{e.exports={en:["Extended session"],ja:["時間外セッション"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ja:["予測・測定ツール"]}},26578:e=>{e.exports={en:["Fibonacci"],ja:["フィボナッチ"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ja:["フルスクリーンモード"]}},83576:e=>{e.exports={en:["Function"],ja:["機能"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],ja:["{hotKey_0}の長押しで一時的に描画"]}},27077:e=>{e.exports={en:["Open Object Tree"],ja:["オブジェクトツリーを開く"]}},7386:e=>{e.exports={en:["Open chart layout"],ja:["チャートレイアウトを開く"]}},79451:e=>{e.exports={en:["Lock all drawings"],ja:["すべての描画ツールをロック"]}},35112:e=>{e.exports={en:["Move chart back"],ja:["チャートを後方に移動"]}},12754:e=>{e.exports={en:["Move chart forward"],ja:["チャートを前方に移動"]}},37117:e=>{e.exports={en:["More"],ja:["詳細"]}},35553:e=>{e.exports={en:["Magic"],ja:["マジック"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ja:["マグネットモードでは、価格バーの近くに描画を配置すると近くのOHLC値始値・高値・安値・終値にくっつきます"]}},81031:e=>{e.exports={en:["Manage layout drawings"],ja:["レイアウトの描画を管理"]}},91563:e=>{e.exports={en:["Measure"],ja:["ものさし"]}},97050:e=>{e.exports={en:["Measurer"],ja:["測定"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],ja:["すべてのスケールを左に結合"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],ja:["すべてのスケールを右に結合"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ja:["条件に合致する取引所はありません"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ja:["条件に合致するシンボルはありません"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],ja:["条件に合致するものがありません"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ja:["新規描画は、マルチレイアウトのすべてのチャートに複製され、同じティッカーが選択された時に表示されます。"]}},3521:e=>{e.exports={en:["New drawings will sync globally"],ja:["新規描画をグローバルに同期"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],ja:["新規描画をレイアウト内で同期"]}},28628:e=>{e.exports={en:["Sources"],ja:["情報源"]}},41569:e=>{e.exports={en:["Save chart layout"],ja:["チャートレイアウトを保存"]}},8573:e=>{e.exports={en:["Search"],ja:["検索"]}},79354:e=>{e.exports={en:["Search tool or function"],ja:["ツールや機能を検索"]}},57640:e=>{e.exports={en:["Select source"],ja:["情報源を選択"]}},65781:e=>{e.exports={en:["Shapes"],ja:["図形"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ja:["非表示ツールを表示"]}},85786:e=>{e.exports={en:["Show Object Tree"],ja:["オブジェクトツリーを表示"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ja:["描画モードの維持"]}},94593:e=>{e.exports={en:["Strong Magnet"],ja:["強いマグネット"]}},95481:e=>{e.exports={en:["Symbol"],ja:["シンボル"]}},74007:e=>{e.exports={en:["Symbol & description"],ja:["シンボル & 詳細"]}},51165:e=>{e.exports={en:["Symbol Search"],ja:["シンボル検索"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],
ja:["すべてのチャートに描画を同期する"]}},46417:e=>{e.exports={en:["Patterns"],ja:["パターン"]}},36167:e=>{e.exports={en:["Pitchforks"],ja:["ピッチフォーク"]}},79366:e=>{e.exports={en:["Previous day close price line"],ja:["前日終値ライン"]}},76753:e=>{e.exports={en:["Recent search"],ja:["最近の検索"]}},28051:e=>{e.exports={en:["Regular session"],ja:["通常セッション"]}},57118:e=>{e.exports={en:["Remove Drawings"],ja:["描画を削除"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],ja:["すべてのインジケーターと描画ツールを削除"]}},96374:e=>{e.exports={en:["Remove drawings"],ja:["描画を削除"]}},85106:e=>{e.exports={en:["Remove from favorites"],ja:["お気に入りから削除"]}},99984:e=>{e.exports={en:["Remove indicators"],ja:["インジケーターを削除"]}},38206:e=>{e.exports={en:["Rename chart layout"],ja:["チャートレイアウト名を変更"]}},31789:e=>{e.exports={en:["Reset chart"],ja:["チャートをリセット"]}},3519:e=>{e.exports={en:["Weak Magnet"],ja:["弱いマグネット"]}},65831:e=>{e.exports={en:["Text & Notes"],ja:["テキスト&ノート"]}},48773:e=>{e.exports={en:["Trend line tools"],ja:["トレンドラインツール"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],ja:["入力して描画、機能、設定を検索"]}},69260:e=>{e.exports={en:["Volume-based"],ja:["出来高ベース"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],ja:["ユーザーインターフェイスを{name}に変更します。チャートテンプレートのテーマも切り替えますか?"]}},55774:e=>{e.exports={en:["Zoom In"],ja:["ズームイン"]}},37310:e=>{e.exports={en:["Zoom Out"],ja:["ズームアウト"]}},70932:e=>{e.exports={en:["commodity"],ja:["コモディティ"]}},79599:e=>{e.exports={en:["cfd"],ja:["CFD"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],ja:["チャート上のアイデアの表示の変更"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ja:["インジケーターと財務指標名ラベルの表示の変更"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ja:["インジケーターと財務指標値ラベルの表示の変更"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ja:["プレ/アフターマーケット価格ラインの表示の変更"]}},46128:e=>{e.exports={en:["crypto"],ja:["暗号"]}},47268:e=>{e.exports={en:["dr"],ja:["預託証券"]}},54094:e=>{e.exports={en:["economy"],ja:["経済指標"]}},17770:e=>{e.exports={en:["forex"],ja:["FX"]}},4723:e=>{e.exports={en:["futures"],ja:["先物"]}},87464:e=>{e.exports={en:["index"],ja:["指数"]}},90250:e=>{e.exports={en:["indices"],ja:["指数"]}},76752:e=>{e.exports={en:["stock"],ja:["株式"]}},94521:e=>{e.exports={en:["sync drawings"],ja:["描画の同期"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ja:["{hotKey_0} + チャートをクリック"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ja:["{hotKey_0} — 円"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ja:["{hotKey_0} ー 45度の角度で直線を描く"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ja:["{hotKey_0} — 固定増分"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ja:["{hotKey_0} — 正方形"]}}}]);

View File

@@ -1,5 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ja:["#{count} (バー)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ja:["(始値 + 高値 + 安値 + 終値)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ja:["(高値 + 安値 + 終値)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ja:["(高値 + 安値)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ja:["(現在足の始値基準ではなく)前の足の終値基準でバーの色を判定"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},84831:e=>{e.exports={en:["Close line"],ja:["ライン - 終値"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ja:["配当でデータを調整"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ja:["限月の切り替えを調整"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},3159:e=>{e.exports={en:["Bottom line"],ja:["下部ライン"]}},74406:e=>{e.exports={en:["Body"],ja:["実体"]}},333:e=>{e.exports={en:["Borders"],ja:["枠"]}},42398:e=>{e.exports={en:["Base"],ja:["ベース"]}},28975:e=>{e.exports={en:["Base level"],ja:["基準レベル"]}},71776:e=>{e.exports={en:["Down"],ja:["下"]}},17611:e=>{e.exports={en:["Down bars"],ja:["下降バー"]}},23743:e=>{e.exports={en:["Down color"],ja:["下降カラー"]}},48225:e=>{e.exports={en:["Data modification"],ja:["データの調整"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},16564:e=>{e.exports={en:["Default"],ja:["デフォルト"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ja:["電子取引時間の背景"]}},819:e=>{e.exports={en:["Extend lines"],ja:["ラインを延長"]}},41129:e=>{e.exports={en:["Fill"],ja:["塗りつぶし"]}},61112:e=>{e.exports={en:["Fill top area"],ja:["上部エリア"]}},73185:e=>{e.exports={en:["Fill bottom area"],ja:["下部エリア"]}},886:e=>{e.exports={en:["HLC bars"],ja:["HLCバー"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},56359:e=>{e.exports={en:["High line"],ja:["ライン - 高値"]}},47326:e=>{e.exports={en:["Integer"],ja:["整数"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},64075:e=>{e.exports={en:["Override min tick"],ja:["小数点表示"]}},34579:e=>{e.exports={en:["Low line"],ja:["ライン - 安値"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},13350:e=>{e.exports={en:["Pearson's R"],ja:["ピアソンの積率相関係数"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ja:["プレ/アフターマーケット時間の背景"]}},59766:e=>{e.exports={en:["Precision"],ja:["精度"]}},84684:e=>{e.exports={en:["Price source"],ja:["価格のソース"]}},73466:e=>{e.exports={en:["Projection up bars"],ja:["上昇予測バー"]}},77430:e=>{e.exports={en:["Projection candles"],ja:["予測バー"]}},88367:e=>{e.exports={en:["Projection down bars"],ja:["下降予測バー"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示"]}},50421:e=>{e.exports={en:["Right"],ja:["右"] (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ja:["#{count} (バー)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ja:["#{count}(価格, バー)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ja:["(始値 + 高値 + 安値 + 終値)/4"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ja:["(高値 + 安値 + 終値)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ja:["(高値 + 安値)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ja:["(現在足の始値基準ではなく)前の足の終値基準でバーの色を判定"]}},78930:e=>{e.exports={en:["Coordinates"],ja:["座標"]}},24197:e=>{e.exports={en:["Center"],ja:["中央"]}},84831:e=>{e.exports={en:["Close line"],ja:["ライン - 終値"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ja:["配当でデータを調整"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ja:["限月の切り替えを調整"]}},27567:e=>{e.exports={en:["Bottom"],ja:["下"]}},3159:e=>{e.exports={en:["Bottom line"],ja:["下部ライン"]}},74406:e=>{e.exports={en:["Body"],ja:["実体"]}},333:e=>{e.exports={en:["Borders"],ja:["枠"]}},42398:e=>{e.exports={en:["Base"],ja:["ベース"]}},28975:e=>{e.exports={en:["Base level"],ja:["基準レベル"]}},71776:e=>{e.exports={en:["Down"],ja:["下"]}},17611:e=>{e.exports={en:["Down bars"],ja:["下降バー"]}},23743:e=>{e.exports={en:["Down color"],ja:["下降カラー"]}},48225:e=>{e.exports={en:["Data modification"],ja:["データの調整"]}},72942:e=>{e.exports={en:["Days"],ja:["日"]}},16564:e=>{e.exports={en:["Default"],ja:["デフォルト"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ja:["再配置 (価格, バー)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ja:["電子取引時間の背景"]}},819:e=>{e.exports={en:["Extend lines"],ja:["ラインを延長"]}},41129:e=>{e.exports={en:["Fill"],ja:["塗りつぶし"]}},61112:e=>{e.exports={en:["Fill top area"],ja:["上部エリア"]}},73185:e=>{e.exports={en:["Fill bottom area"],ja:["下部エリア"]}},56796:e=>{e.exports={en:["Hours"],ja:["時間"]}},95406:e=>{e.exports={en:["Horizontal"],ja:["水平"]}},56359:e=>{e.exports={en:["High line"],ja:["ライン - 高値"]}},47326:e=>{e.exports={en:["Integer"],ja:["整数"]}},21429:e=>{e.exports={en:["Inputs"],ja:["パラメーター"]}},64075:e=>{e.exports={en:["Override min tick"],ja:["小数点表示"]}},34579:e=>{e.exports={en:["Low line"],ja:["ライン - 安値"]}},11626:e=>{e.exports={en:["Left"],ja:["左"]}},43154:e=>{e.exports={en:["Months"],ja:["月"]}},68833:e=>{e.exports={en:["Middle"],ja:["中央"]}},42562:e=>{e.exports={en:["Minutes"],ja:["分"]}},65188:e=>{e.exports={en:["Seconds"],ja:["秒"]}},13350:e=>{e.exports={en:["Pearson's R"],ja:["ピアソンの積率相関係数"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ja:["プレ/アフターマーケット時間の背景"]}},59766:e=>{e.exports={en:["Precision"],ja:["精度"]}},84684:e=>{e.exports={en:["Price source"],ja:["価格のソース"]}},73466:e=>{e.exports={en:["Projection up bars"],ja:["上昇予測バー"]}},77430:e=>{e.exports={en:["Projection candles"],ja:["予測バー"]}},88367:e=>{e.exports={en:["Projection down bars"],ja:["下降予測バー"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示"]}},50421:e=>{e.exports={en:["Right"],ja:["右"]}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},
}},835:e=>{e.exports={en:["Weeks"],ja:["週"]}},32163:e=>{e.exports={en:["Wick"],ja:["ヒゲ"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},89349:e=>{e.exports={en:["Top line"],ja:["上部ライン"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},20215:e=>{e.exports={en:["Thin bars"],ja:["細いバー"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},77073:e=>{e.exports={en:["Timezone"],ja:["タイムゾーン"]}},22691:e=>{e.exports={en:["Up"],ja:["上"]}},23091:e=>{e.exports={en:["Up color"],ja:["上昇カラー"]}},36957:e=>{e.exports={en:["Up bars"],ja:["上昇バー"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},21105:e=>{e.exports={en:["candle"],ja:["ローソク足"]}},27068:e=>{e.exports={en:["change HLC bars"],ja:["HLCバーの変更"]}},86866:e=>{e.exports={en:["change area fill color"],ja:["エリアの塗りつぶしの色の変更"]}},89346:e=>{e.exports={en:["change area line width"],ja:["エリアラインの幅の変更"]}},29605:e=>{e.exports={en:["change area line color"],ja:["エリアラインの色の変更"]}},4640:e=>{e.exports={en:["change area price source"],ja:["エリア価格のソースの変更"]}},42190:e=>{e.exports={en:["change base level"],ja:["基準レベルの変更"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ja:["ベースラインの下部ラインの色の変更"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ja:["ベースラインの下部ラインの幅の変更"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ja:["ベースラインの下部エリアの塗りつぶしの色の変更"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ja:["ベースラインの上部エリアの塗りつぶしの色の変更"]}},68609:e=>{e.exports={en:["change baseline price source"],ja:["ベースラインの価格ソースの変更"]}},69044:e=>{e.exports={en:["change baseline top line color"],ja:["ベースラインの上部ラインの色の変更"]}},68197:e=>{e.exports={en:["change baseline top line width"],ja:["ベースラインの上部ラインの幅の変更"]}},33464:e=>{e.exports={en:["change bar up color"],ja:["上昇バーの色の変更"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},59622:e=>{e.exports={en:["change bar down color"],ja:["下降バーの色の変更"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ja:["前の足の終値基準でバーの色の変更"]}},88324:e=>{e.exports={en:["change column up color"],ja:["カラムの上昇カラーの変更"]}},93890:e=>{e.exports={en:["change column down color"],ja:["カラムの下降カラーの変更"]}},4727:e=>{e.exports={en:["change column price source"],ja:["カラムの価格ソースの変更"]}},82063:e=>{e.exports={en:["change decimal places"],ja:["小数点以下の桁数の変更"]}},44223:e=>{e.exports={en:["change extended hours color"],ja:["時間外取引の色の変更"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ja:["電子取引時間の変更"]}},6026:e=>{e.exports={en:["change high-low body color"],ja:["ハイローの実体の色の変更"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ja:["ハイローの実体の表示の変更"]}},46844:e=>{e.exports={en:["change high-low border color"],ja:["ハイローの枠の色の変更"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ja:["ハイローの枠の表示の変更"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ja:["ハイローのラベルの表示の変更"]}},56961:e=>{ 32163:e=>{e.exports={en:["Wick"],ja:["ヒゲ"]}},97118:e=>{e.exports={en:["Top"],ja:["上"]}},89349:e=>{e.exports={en:["Top line"],ja:["上部ライン"]}},70320:e=>{e.exports={en:["Text"],ja:["テキスト"]}},25485:e=>{e.exports={en:["Text alignment"],ja:["テキストの配置"]}},67781:e=>{e.exports={en:["Text orientation"],ja:["テキストの向き"]}},20215:e=>{e.exports={en:["Thin bars"],ja:["細いバー"]}},24821:e=>{e.exports={en:["Ticks"],ja:["ティック"]}},77073:e=>{e.exports={en:["Timezone"],ja:["タイムゾーン"]}},22691:e=>{e.exports={en:["Up"],ja:["上"]}},23091:e=>{e.exports={en:["Up color"],ja:["上昇カラー"]}},36957:e=>{e.exports={en:["Up bars"],ja:["上昇バー"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},69526:e=>{e.exports={en:["Vertical"],ja:["垂直"]}},21105:e=>{e.exports={en:["candle"],ja:["ローソク足"]}},27068:e=>{e.exports={en:["change HLC bars"],ja:["HLCバーの変更"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],ja:["エリアの塗りつぶしの色の変更"]}},89346:e=>{e.exports={en:["change area line width"],ja:["エリアラインの幅の変更"]}},29605:e=>{e.exports={en:["change area line color"],ja:["エリアラインの色の変更"]}},4640:e=>{e.exports={en:["change area price source"],ja:["エリア価格のソースの変更"]}},42190:e=>{e.exports={en:["change base level"],ja:["基準レベルの変更"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ja:["ベースラインの下部ラインの色の変更"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ja:["ベースラインの下部ラインの幅の変更"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ja:["ベースラインの下部エリアの塗りつぶしの色の変更"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ja:["ベースラインの上部エリアの塗りつぶしの色の変更"]}},68609:e=>{e.exports={en:["change baseline price source"],ja:["ベースラインの価格ソースの変更"]}},69044:e=>{e.exports={en:["change baseline top line color"],ja:["ベースラインの上部ラインの色の変更"]}},68197:e=>{e.exports={en:["change baseline top line width"],ja:["ベースラインの上部ラインの幅の変更"]}},33464:e=>{e.exports={en:["change bar up color"],ja:["上昇バーの色の変更"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ja:["バーのX座標の変更"]}},59622:e=>{e.exports={en:["change bar down color"],ja:["下降バーの色の変更"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ja:["前の足の終値基準でバーの色の変更"]}},88324:e=>{e.exports={en:["change column up color"],ja:["カラムの上昇カラーの変更"]}},93890:e=>{e.exports={en:["change column down color"],ja:["カラムの下降カラーの変更"]}},4727:e=>{e.exports={en:["change column price source"],ja:["カラムの価格ソースの変更"]}},82063:e=>{e.exports={en:["change decimal places"],ja:["小数点以下の桁数の変更"]}},44223:e=>{e.exports={en:["change extended hours color"],ja:["時間外取引の色の変更"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ja:["電子取引時間の変更"]}},6026:e=>{e.exports={en:["change high-low body color"],ja:["ハイローの実体の色の変更"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ja:["ハイローの実体の表示の変更"]}},46844:e=>{e.exports={en:["change high-low border color"],ja:["ハイローの枠の色の変更"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ja:["ハイローの枠の表示の変更"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ja:["ハイローのラベルの表示の変更"]}},56961:e=>{
e.exports={en:["change high-low labels color"],ja:["ハイローのラベルの色の変更"]}},88640:e=>{e.exports={en:["change line color"],ja:["ラインの色の変更"]}},41837:e=>{e.exports={en:["change line price source"],ja:["ライン価格のソースの変更"]}},48339:e=>{e.exports={en:["change line width"],ja:["ライン幅の変更"]}},38730:e=>{e.exports={en:["change post market color"],ja:["アフターマーケットの色の変更"]}},44371:e=>{e.exports={en:["change pre market color"],ja:["プレマーケットの色の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},16241:e=>{e.exports={en:["change range bars style"],ja:["レンジバーのスタイルの変更"]}},65821:e=>{e.exports={en:["change range thin bars"],ja:["レンジバーの細さの変更"]}},75487:e=>{e.exports={en:["change renko wick down color"],ja:["下降の練行足のヒゲの色の変更"]}},92277:e=>{e.exports={en:["change renko wick up color"],ja:["練行足のヒゲの色の変更"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ja:["練行足のヒゲの表示の変更"]}},91109:e=>{e.exports={en:["change study overlay min tick"],ja:["インジケーターの最小ティックの変更"]}},82924:e=>{e.exports={en:["change study overlay style"],ja:["インジケーターのオーバーレイのスタイルの変更"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示の変更"]}},60834:e=>{e.exports={en:["change thin bars"],ja:["細いバーの変更"]}},78509:e=>{e.exports={en:["change {title} base line color"],ja:["{title}のベースラインの色の変更"]}},27864:e=>{e.exports={en:["change {title} base line style"],ja:["{title}のベースラインのスタイルの変更"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],ja:["{title}のベースラインの表示の変更"]}},17926:e=>{e.exports={en:["change {title} base line width"],ja:["{title}のベースラインの幅の変更"]}},41638:e=>{e.exports={en:["change {title} down line color"],ja:["{title}の下降ラインの色の変更"]}},51842:e=>{e.exports={en:["change {title} down line style"],ja:["{title}の下降ラインのスタイルの変更"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],ja:["{title}の下降ラインの表示の変更"]}},64615:e=>{e.exports={en:["change {title} down line width"],ja:["{title}の下降ラインの幅の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ja:["{title}のラインを延長の変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],ja:["{title}のピアソンの積率相関係数の表示の変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}}, e.exports={en:["change high-low labels color"],ja:["ハイローのラベルの色の変更"]}},88640:e=>{e.exports={en:["change line color"],ja:["ラインの色の変更"]}},41837:e=>{e.exports={en:["change line price source"],ja:["ライン価格のソースの変更"]}},48339:e=>{e.exports={en:["change line width"],ja:["ライン幅の変更"]}},38730:e=>{e.exports={en:["change post market color"],ja:["アフターマーケットの色の変更"]}},44371:e=>{e.exports={en:["change pre market color"],ja:["プレマーケットの色の変更"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ja:["価格のY座標の変更"]}},16241:e=>{e.exports={en:["change range bars style"],ja:["レンジバーのスタイルの変更"]}},65821:e=>{e.exports={en:["change range thin bars"],ja:["レンジバーの細さの変更"]}},75487:e=>{e.exports={en:["change renko wick down color"],ja:["下降の練行足のヒゲの色の変更"]}},92277:e=>{e.exports={en:["change renko wick up color"],ja:["練行足のヒゲの色の変更"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ja:["練行足のヒゲの表示の変更"]}},91109:e=>{e.exports={en:["change study overlay min tick"],ja:["インジケーターの最小ティックの変更"]}},82924:e=>{e.exports={en:["change study overlay style"],ja:["インジケーターのオーバーレイのスタイルの変更"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ja:["価格スケールに(平均足ではなく)実際の価格を表示の変更"]}},60834:e=>{e.exports={en:["change thin bars"],ja:["細いバーの変更"]}},78509:e=>{e.exports={en:["change {title} base line color"],ja:["{title}のベースラインの色の変更"]}},27864:e=>{e.exports={en:["change {title} base line style"],ja:["{title}のベースラインのスタイルの変更"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],ja:["{title}のベースラインの表示の変更"]}},17926:e=>{e.exports={en:["change {title} base line width"],ja:["{title}のベースラインの幅の変更"]}},41638:e=>{e.exports={en:["change {title} down line color"],ja:["{title}の下降ラインの色の変更"]}},51842:e=>{e.exports={en:["change {title} down line style"],ja:["{title}の下降ラインのスタイルの変更"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],ja:["{title}の下降ラインの表示の変更"]}},64615:e=>{e.exports={en:["change {title} down line width"],ja:["{title}の下降ラインの幅の変更"]}},96135:e=>{e.exports={en:["change {title} days to"],ja:["{title}の可視性を何日までに変更"]}},91201:e=>{e.exports={en:["change {title} days from"],ja:["{title}の可視性を何日からに変更"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ja:["{title}のラインを延長の変更"]}},8306:e=>{e.exports={en:["change {title} hours from"],ja:["{title}の可視性を何時間からに変更"]}},67233:e=>{e.exports={en:["change {title} hours to"],ja:["{title}の可視性を何時間までに変更"]}},99122:e=>{e.exports={en:["change {title} months from"],ja:["{title}の可視性を何ヶ月からに変更"]}},10518:e=>{e.exports={en:["change {title} months to"],ja:["{title}の可視性を何ヶ月までに変更"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ja:["{title}の可視性を何分までに変更"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ja:["{title}の可視性を何分からに変更"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ja:["{title}の可視性を何秒までに変更"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ja:["{title}の可視性を何秒からに変更"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],ja:["{title}のピアソンの積率相関係数の表示の変更"]}},32481:e=>{e.exports={en:["change {title} weeks from"],ja:["{title}の可視性を何週からに変更"]}},
18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],ja:["{title}の上昇ラインの表示の変更"]}},63824:e=>{e.exports={en:["change {title} up line width"],ja:["{title}の上昇ラインの幅の変更"]}},89178:e=>{e.exports={en:["change {title} up line color"],ja:["{title}の上昇ラインの色の変更"]}},51188:e=>{e.exports={en:["change {title} up line style"],ja:["{title}の上昇ラインのスタイルの変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ja:["上昇の{candleType}の枠の色の変更"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ja:["上昇の{candleType}の色の変更"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ja:["下降の{candleType}のヒゲの色の変更"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ja:["上昇の{candleType}のヒゲの色の変更"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ja:["{candleType}のヒゲの表示の変更"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ja:["{candleType}の実体の表示の変更"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ja:["{candleType}の枠の表示の変更"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ja:["下降の{candleType}の枠の色の変更"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ja:["下降の{candleType}の色の変更"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ja:["{chartType}の下降バーの枠の色の変更"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ja:["{chartType}の上昇バーの枠の色の変更"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ja:["下降の{chartType}の色の変更"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ja:["{chartType}の上昇予測バーの枠の色の変更"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ja:["{chartType}の下降予測バーの色の変更"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ja:["{chartType}の上昇予測バーの色の変更"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ja:["上昇の{chartType}の色の変更"]}},66110:e=>{e.exports={en:["change {inputName} property"],ja:["{inputName}プロパティの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ja:["配当でデータの調整"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ja:["限月の切り替えを調整"]}},35813:e=>{e.exports={en:["days"], 18678:e=>{e.exports={en:["change {title} weeks to"],ja:["{title}の可視性を何週までに変更"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],ja:["{title}の上昇ラインの表示の変更"]}},63824:e=>{e.exports={en:["change {title} up line width"],ja:["{title}の上昇ラインの幅の変更"]}},89178:e=>{e.exports={en:["change {title} up line color"],ja:["{title}の上昇ラインの色の変更"]}},51188:e=>{e.exports={en:["change {title} up line style"],ja:["{title}の上昇ラインのスタイルの変更"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ja:["{title}のティックでの可視性の変更"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ja:["{title}の週足の可視性の変更"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ja:["{ranges}で{title}の表示の変更"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ja:["{title}の日足の可視性の変更"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ja:["{title}の時間足の可視性の変更"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ja:["{title}の分足の可視性の変更"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ja:["{title}の月足の可視性の変更"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ja:["{title}の秒足での可視性の変更"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ja:["上昇の{candleType}の枠の色の変更"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ja:["上昇の{candleType}の色の変更"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ja:["下降の{candleType}のヒゲの色の変更"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ja:["上昇の{candleType}のヒゲの色の変更"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ja:["{candleType}のヒゲの表示の変更"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ja:["{candleType}の実体の表示の変更"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ja:["{candleType}の枠の表示の変更"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ja:["下降の{candleType}の枠の色の変更"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ja:["下降の{candleType}の色の変更"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ja:["{chartType}の下降バーの枠の色の変更"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ja:["{chartType}の上昇バーの枠の色の変更"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ja:["下降の{chartType}の色の変更"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ja:["{chartType}の上昇予測バーの枠の色の変更"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ja:["{chartType}の下降予測バーの色の変更"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ja:["{chartType}の上昇予測バーの色の変更"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ja:["上昇の{chartType}の色の変更"]}},66110:e=>{e.exports={en:["change {inputName} property"],ja:["{inputName}プロパティの変更"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ja:["{propertyName}プロパティの変更"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ja:["配当でデータの調整"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ja:["限月の切り替えを調整"]}},35813:e=>{e.exports={en:["days"],
ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},92598:e=>{e.exports={en:["hollow candles"],ja:["中空ローソク足"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},57243:e=>{e.exports={en:["range","ranges"],ja:["レンジ"]}},70282:e=>{e.exports={en:["renko"],ja:["練行足"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],ja:["{value}桁"]}}}]); ja:["日"]}},89919:e=>{e.exports={en:["days to"],ja:["何日まで"]}},59215:e=>{e.exports={en:["days from"],ja:["何日から"]}},2359:e=>{e.exports={en:["hours"],ja:["時間"]}},82267:e=>{e.exports={en:["hours from"],ja:["何時間から"]}},15600:e=>{e.exports={en:["hours to"],ja:["何時間まで"]}},92598:e=>{e.exports={en:["hollow candles"],ja:["中空ローソク足"]}},76261:e=>{e.exports={en:["move drawings"],ja:["描画の移動"]}},95300:e=>{e.exports={en:["months"],ja:["月"]}},17250:e=>{e.exports={en:["months from"],ja:["何ヶ月から"]}},2828:e=>{e.exports={en:["months to"],ja:["何ヶ月まで"]}},18726:e=>{e.exports={en:["minutes"],ja:["分"]}},67649:e=>{e.exports={en:["minutes to"],ja:["何分まで"]}},22476:e=>{e.exports={en:["minutes from"],ja:["何分から"]}},751:e=>{e.exports={en:["seconds"],ja:["秒"]}},73419:e=>{e.exports={en:["seconds to"],ja:["何秒まで"]}},35801:e=>{e.exports={en:["seconds from"],ja:["何秒から"]}},57243:e=>{e.exports={en:["range","ranges"],ja:["レンジ"]}},70282:e=>{e.exports={en:["renko"],ja:["練行足"]}},45537:e=>{e.exports={en:["weeks"],ja:["週"]}},92859:e=>{e.exports={en:["weeks from"],ja:["何週から"]}},44127:e=>{e.exports={en:["weeks to"],ja:["何週まで"]}},3539:e=>{e.exports={en:["ticks"],ja:["ティック"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ja:["日足で清算価格を終値として利用"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"],ja:["{value}桁"]}}}]);

View File

@@ -1,4 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{53310:e=>{e.exports={en:["Re"],ja:["リプレイ"]}},85119:e=>{e.exports={en:["Dark"],ja:["ダーク"]}},96870:e=>{e.exports={en:["Light"],ja:["ライト"]}},85886:e=>{e.exports={en:["d"],ja:["日"]}},44634:e=>{e.exports={en:["h"],ja:["時間"]}},5977:e=>{e.exports={en:["m"],ja:["分"]}},21492:e=>{e.exports={en:["s"],ja:["秒"]}},97559:e=>{e.exports={en:["{title} copy"],ja:["{title}のコピー"]}},38691:e=>{e.exports={en:["D"],ja:["日"]}},77995:e=>{e.exports={en:["M"],ja:["月"]}},93934:e=>{e.exports={en:["R"],ja:["レンジ"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],ja:["週"]}},38048:e=>{e.exports={en:["h"],ja:["時間"]}},68430:e=>{e.exports={en:["m"],ja:["分"]}},68823:e=>{e.exports={en:["s"],ja:["秒"]}},2696:e=>{e.exports={en:["C"],ja:["終値"]}},43253:e=>{e.exports={en:["H"],ja:["高値"]}},61372:e=>{e.exports={en:["HL2"],ja:["高値、安値の平均"]}},55096:e=>{e.exports={en:["HLC3"],ja:["高値、安値、終値の平均"]}},94174:e=>{e.exports={en:["OHLC4"],ja:["始値、高値、安値、終値の平均"]}},89923:e=>{e.exports={en:["L"],ja:["安値"]}},46728:e=>{e.exports={en:["O"],ja:["始値"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],ja:["-0.236レベルの色"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],ja:["-0.382レベルの色"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],ja:["-0.618レベルの色"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],ja:["-0.65レベルの色"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],ja:["0レベルの色"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],ja:["0.236レベルの色"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],ja:["0.382レベルの色"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],ja:["0.5レベルの色"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],ja:["0.618レベルの色"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],ja:["0.65レベルの色"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],ja:["0.786レベルの色"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],ja:["1.0レベルの色"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],ja:["1.272レベルの色"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],ja:["1.414レベルの色"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],ja:["1.618レベルの色"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],ja:["1.65レベルの色"]},e.exports["1st Period_input"]={en:["1st Period"],ja:["第1期間"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],ja:["2.618レベルの色"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],ja:["2.65レベルの色"]},e.exports["2nd Period_input"]={en:["2nd Period"],ja:["第2期間"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],ja:["3.618レベルの色"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],ja:["3.65レベルの色"]},e.exports["3rd Period_input"]={ (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"],ja:["リプレイ"]}},85119:e=>{e.exports={en:["Dark"],ja:["ダーク"]}},96870:e=>{e.exports={en:["Light"],ja:["ライト"]}},85886:e=>{e.exports={en:["d"],ja:["日"]}},44634:e=>{e.exports={en:["h"],ja:["時間"]}},5977:e=>{e.exports={en:["m"],ja:["分"]}},21492:e=>{e.exports={en:["s"],ja:["秒"]}},97559:e=>{e.exports={en:["{title} copy"],ja:["{title}のコピー"]}},38691:e=>{e.exports={en:["D"],ja:["日"]}},77995:e=>{e.exports={en:["M"],ja:["月"]}},93934:e=>{e.exports={en:["R"],ja:["レンジ"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],ja:["週"]}},38048:e=>{e.exports={en:["h"],ja:["時間"]}},68430:e=>{e.exports={en:["m"],ja:["分"]}},68823:e=>{e.exports={en:["s"],ja:["秒"]}},2696:e=>{e.exports={en:["C"],ja:["終値"]}},43253:e=>{e.exports={en:["H"],ja:["高値"]}},61372:e=>{e.exports={en:["HL2"],ja:["高値、安値の平均"]}},55096:e=>{e.exports={en:["HLC3"],ja:["高値、安値、終値の平均"]}},94174:e=>{e.exports={en:["OHLC4"],ja:["始値、高値、安値、終値の平均"]}},89923:e=>{e.exports={en:["L"],ja:["安値"]}},46728:e=>{e.exports={en:["O"],ja:["始値"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],ja:["-0.236レベルの色"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],ja:["-0.382レベルの色"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],ja:["-0.618レベルの色"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],ja:["-0.65レベルの色"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],ja:["0レベルの色"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],ja:["0.236レベルの色"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],ja:["0.382レベルの色"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],ja:["0.5レベルの色"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],ja:["0.618レベルの色"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],ja:["0.65レベルの色"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],ja:["0.786レベルの色"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],ja:["1.0レベルの色"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],ja:["1.272レベルの色"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],ja:["1.414レベルの色"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],ja:["1.618レベルの色"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],ja:["1.65レベルの色"]},e.exports["1st Period_input"]={en:["1st Period"],ja:["第1期間"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],ja:["2.618レベルの色"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],ja:["2.65レベルの色"]},e.exports["2nd Period_input"]={en:["2nd Period"],ja:["第2期間"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],ja:["3.618レベルの色"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],ja:["3.65レベルの色"]},e.exports["3rd Period_input"]={
en:["3rd Period"],ja:["第3期間"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],ja:["4.236レベルの色"]},e.exports["4th Period_input"]={en:["4th Period"],ja:["第4期間"]},e.exports["5th Period_input"]={en:["5th Period"],ja:["第5期間"]},e.exports["6th Period_input"]={en:["6th Period"],ja:["第6期間"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],ja:["ADX平滑化"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],ja:["ADX平滑化"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],ja:["ATRマルチ"]},e.exports["ATR length_input"]={en:["ATR length"],ja:["ATRの期間"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],ja:["アキュムレーション/ディストリビューション"]},e.exports["All items_combobox_input"]={en:["All items"],ja:["全項目"]},e.exports.All_input={en:["All"],ja:["すべて"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],ja:["ベース期間"]},e.exports["Another symbol_input"]={en:["Another symbol"],ja:["別のシンボル"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],ja:["アルーンダウン"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],ja:["アルーンアップ"]},e.exports.Average_input={en:["Average"],ja:["平均"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],ja:["平均期間"]},e.exports.Back_input={en:["Back"],ja:["戻る"]},e.exports["Bands style_input"]={en:["Bands style"],ja:["バンドスタイル"]},e.exports.Bar_input={en:["Bar"],ja:["バー"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],ja:["基準線の期間"]},e.exports["Base Line_input"]={en:["Base Line"],ja:["基準線"]},e.exports.Basis_input={en:["Basis"],ja:["基準"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],ja:["ボリンジャーバンド%B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],ja:["ボリンジャーバンド幅"]},e.exports.Borders_input={en:["Borders"],ja:["枠"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],ja:["ボックスサイズの計算方式"]},e.exports["Box size_input"]={en:["Box size"],ja:["ボックスサイズ"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],ja:["キャンセル"]},e.exports.Candles_input={en:["Candles"],ja:["ローソク足"]},e.exports.Centered_input={en:["Centered"],ja:["中央に配置"]},e.exports.Century_input={en:["Century"],ja:["世紀"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],ja:["チャイキン・オシレーター"]},e.exports["Chande MO_input"]={en:["Chande MO"],ja:["シャンデMO"]},e.exports.Close_input={en:["Close"],ja:["終値"]},e.exports["Color 0_input"]={en:["Color 0"],ja:["色 0"]},e.exports["Color 1_input"]={en:["Color 1"],ja:["色 1"]},e.exports["Color 2_input"]={en:["Color 2"],ja:["色 2"]},e.exports["Color 3_input"]={en:["Color 3"],ja:["色 3"]},e.exports["Color 4_input"]={en:["Color 4"],ja:["色 4"]},e.exports["Color 5_input"]={en:["Color 5"],ja:["色 5"]},e.exports["Color 6_input"]={en:["Color 6"],ja:["色 6"]},e.exports["Color 7_input"]={en:["Color 7"],ja:["色 7"]},e.exports["Color 8_input"]={en:["Color 8"],ja:["色 8"]}, en:["3rd Period"],ja:["第3期間"]},e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],ja:["4.236レベルの色"]},e.exports["4th Period_input"]={en:["4th Period"],ja:["第4期間"]},e.exports["5th Period_input"]={en:["5th Period"],ja:["第5期間"]},e.exports["6th Period_input"]={en:["6th Period"],ja:["第6期間"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],ja:["ADX平滑化"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],ja:["ADX平滑化"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],ja:["ATRマルチ"]},e.exports["ATR length_input"]={en:["ATR length"],ja:["ATRの期間"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],ja:["アキュムレーション/ディストリビューション"]},e.exports["All items_combobox_input"]={en:["All items"],ja:["全項目"]},e.exports.All_input={en:["All"],ja:["すべて"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],ja:["ベース期間"]},e.exports["Another symbol_input"]={en:["Another symbol"],ja:["別のシンボル"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],ja:["アルーンダウン"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],ja:["アルーンアップ"]},e.exports.Average_input={en:["Average"],ja:["平均"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],ja:["平均期間"]},e.exports.Back_input={en:["Back"],ja:["戻る"]},e.exports["Bands style_input"]={en:["Bands style"],ja:["バンドスタイル"]},e.exports.Bar_input={en:["Bar"],ja:["バー"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],ja:["基準線の期間"]},e.exports["Base Line_input"]={en:["Base Line"],ja:["基準線"]},e.exports.Basis_input={en:["Basis"],ja:["基準"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],ja:["ボリンジャーバンド%B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],ja:["ボリンジャーバンド幅"]},e.exports.Borders_input={en:["Borders"],ja:["枠"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],ja:["ボックスサイズの計算方式"]},e.exports["Box size_input"]={en:["Box size"],ja:["ボックスサイズ"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],ja:["キャンセル"]},e.exports.Candles_input={en:["Candles"],ja:["ローソク足"]},e.exports.Centered_input={en:["Centered"],ja:["中央に配置"]},e.exports.Century_input={en:["Century"],ja:["世紀"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],ja:["チャイキン・オシレーター"]},e.exports["Chande MO_input"]={en:["Chande MO"],ja:["シャンデMO"]},e.exports.Close_input={en:["Close"],ja:["終値"]},e.exports["Color 0_input"]={en:["Color 0"],ja:["色 0"]},e.exports["Color 1_input"]={en:["Color 1"],ja:["色 1"]},e.exports["Color 2_input"]={en:["Color 2"],ja:["色 2"]},e.exports["Color 3_input"]={en:["Color 3"],ja:["色 3"]},e.exports["Color 4_input"]={en:["Color 4"],ja:["色 4"]},e.exports["Color 5_input"]={en:["Color 5"],ja:["色 5"]},e.exports["Color 6_input"]={en:["Color 6"],ja:["色 6"]},e.exports["Color 7_input"]={en:["Color 7"],ja:["色 7"]},e.exports["Color 8_input"]={en:["Color 8"],ja:["色 8"]},
e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],ja:["(現在足の始値基準ではなく)前の足の終値基準でバーの色を判定"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],ja:["前のバーの終値を基に色を判定"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],ja:["転換線の期間"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],ja:["転換線"]},e.exports.Correlation_input={en:["Correlation"],ja:["相関係数"]},e.exports.Count_input={en:["Count"],ja:["カウント"]},e.exports.Crosses_input={en:["Crosses"],ja:["交差"]},e.exports.Custom_input={en:["Custom"],ja:["カスタム"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],ja:["DIの期間"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],ja:["日"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],ja:["年間の日数"]},e.exports.Decade_input={en:["Decade"],ja:["10年"]},e.exports.Delta_input={en:["Delta"],ja:["デルタ"]},e.exports.Depth_input={en:["Depth"],ja:["深さ"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],ja:["トレンド除去プライスオシレーター"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],ja:["POCの推移"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],ja:["偏差 (%)"]},e.exports.Deviation_input={en:["Deviation"],ja:["偏差"]},e.exports.Divisor_input={en:["Divisor"],ja:["除数"]},e.exports["Down Volume_input"]={en:["Down Volume"],ja:["売り (下降) の出来高"]},e.exports["Down bars_input"]={en:["Down bars"],ja:["下降バー"]},e.exports["Down color_input"]={en:["Down color"],ja:["下降カラー"]},e.exports["Down fractals_input"]={en:["Down fractals"],ja:["下降のフラクタル"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],ja:["個別 (プレマーケット、マーケット、アフターマーケット)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],ja:["エルダー・フォース・インデックス"]},e.exports["Equality Line_input"]={en:["Equality Line"],ja:["分布線"]},e.exports.Exponential_input={en:["Exponential"],ja:["指数"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],ja:["POCを右に延長"]},e.exports["Extend Right_input"]={en:["Extend Right"],ja:["右に延長"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],ja:["VAHを右に延長"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],ja:["VALを右に延長"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],ja:["直近のバーまで延長"]},e.exports.Falling_input={en:["Falling"],ja:["減少"]},e.exports["Fast Length_input"]={en:["Fast Length"],ja:["ファスト期間"]},e.exports["Fast length_input"]={en:["Fast length"],ja:["ファスト期間"]},e.exports.Fill_input={en:["Fill"],ja:["塗りつぶし"]},e.exports.Fisher_input={en:["Fisher"],ja:["フィッシャー"]},e.exports.Growing_input={en:["Growing"],ja:["増加"]},e.exports["HLC bars_input"]={en:["HLC bars"],ja:["HLCバー"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],ja:["ヒストグラムボックス"]},e.exports.Histogram_input={en:["Histogram"],ja:["ヒストグラム"]},e.exports["Hull MA_input"]={en:["Hull MA"],ja:["ハル移動平均線"]}, e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],ja:["(現在足の始値基準ではなく)前の足の終値基準でバーの色を判定"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],ja:["前のバーの終値を基に色を判定"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],ja:["転換線の期間"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],ja:["転換線"]},e.exports.Correlation_input={en:["Correlation"],ja:["相関係数"]},e.exports.Count_input={en:["Count"],ja:["カウント"]},e.exports.Crosses_input={en:["Crosses"],ja:["交差"]},e.exports.Custom_input={en:["Custom"],ja:["カスタム"]},e.exports.DEMA_input={en:["DEMA"]},e.exports["DI Length_input"]={en:["DI Length"],ja:["DIの期間"]},e.exports.DPO_input={en:["DPO"]},e.exports.D_input={en:["D"]},e.exports.Day_input={en:["Day"],ja:["日"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],ja:["年間の日数"]},e.exports.Decade_input={en:["Decade"],ja:["10年"]},e.exports.Delta_input={en:["Delta"],ja:["デルタ"]},e.exports.Depth_input={en:["Depth"],ja:["深さ"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],ja:["トレンド除去プライスオシレーター"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],ja:["POCの推移"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],ja:["偏差 (%)"]},e.exports.Deviation_input={en:["Deviation"],ja:["偏差"]},e.exports.Divisor_input={en:["Divisor"],ja:["除数"]},e.exports["Down Volume_input"]={en:["Down Volume"],ja:["売り (下降) の出来高"]},e.exports["Down bars_input"]={en:["Down bars"],ja:["下降バー"]},e.exports["Down color_input"]={en:["Down color"],ja:["下降カラー"]},e.exports["Down fractals_input"]={en:["Down fractals"],ja:["下降のフラクタル"]},e.exports.EOM_input={en:["EOM"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],ja:["個別 (プレマーケット、マーケット、アフターマーケット)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],ja:["エルダー・フォース・インデックス"]},e.exports["Equality Line_input"]={en:["Equality Line"],ja:["分布線"]},e.exports.Exponential_input={en:["Exponential"],ja:["指数"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],ja:["POCを右に延長"]},e.exports["Extend Right_input"]={en:["Extend Right"],ja:["右に延長"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],ja:["VAHを右に延長"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],ja:["VALを右に延長"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],ja:["直近のバーまで延長"]},e.exports.Falling_input={en:["Falling"],ja:["減少"]},e.exports["Fast Length_input"]={en:["Fast Length"],ja:["ファスト期間"]},e.exports["Fast length_input"]={en:["Fast length"],ja:["ファスト期間"]},e.exports.Fill_input={en:["Fill"],ja:["塗りつぶし"]},e.exports.Fisher_input={en:["Fisher"],ja:["フィッシャー"]},e.exports.Growing_input={en:["Growing"],ja:["増加"]},e.exports["HLC bars_input"]={en:["HLC bars"],ja:["HLCバー"]},e.exports.HV_input={en:["HV"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],ja:["ヒストグラムボックス"]},e.exports.Histogram_input={en:["Histogram"],ja:["ヒストグラム"]},e.exports["Hull MA_input"]={en:["Hull MA"],ja:["ハル移動平均線"]},
e.exports.Increment_input={en:["Increment"],ja:["増分"]},e.exports.Indicator_input={en:["Indicator"],ja:["インジケーター"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],ja:["商品1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],ja:["商品2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],ja:["投資家のEMA1の期間"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],ja:["投資家のEMA2の期間"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],ja:["投資家のEMA3の期間"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],ja:["投資家のEMA4の期間"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],ja:["投資家のEMA5の期間"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],ja:["投資家のEMA6の期間"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],ja:["顎長"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],ja:["顎オフセット"]},e.exports.Jaw_input={en:["Jaw"],ja:["顎"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],ja:["ラベルの位置"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],ja:["価格スケールのラベル"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],ja:["遅行線の期間"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],ja:["遅行線"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],ja:["先行シフト期間"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],ja:["先行スパン1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],ja:["先行スパン2"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],ja:["先行スパン期間"]},e.exports["Length EMA_input"]={en:["Length EMA"],ja:["EMAの期間"]},e.exports["Length MA_input"]={en:["Length MA"],ja:["MAの期間"]},e.exports.Length1_input={en:["Length1"],ja:["期間1"]},e.exports.Length2_input={en:["Length2"],ja:["期間2"]},e.exports.Length3_input={en:["Length3"],ja:["期間3"]},e.exports.Length_input={en:["Length"],ja:["期間"]},e.exports.Level_input={en:["Level"],ja:["レベル"]},e.exports["Levels Format_input"]={en:["Levels Format"],ja:["レベルフォーマット"]},e.exports.Limit_input={en:["Limit"],ja:["指値"]},e.exports.Line_input={en:["Line"],ja:["ライン"]},e.exports["Lips Length_input"]={en:["Lips Length"],ja:["唇長"]},e.exports["Lips Offset_input"]={en:["Lips Offset"],ja:["唇オフセット"]},e.exports.Lips_input={en:["Lips"],ja:["唇"]},e.exports["Long Length_input"]={en:["Long Length"],ja:["ロングの期間"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],ja:["ロングのRoC期間"]},e.exports["Long length_input"]={en:["Long length"],ja:["ロングの期間"]},e.exports["Long period_input"]={en:["Long period"],ja:["ロングの期間"]},e.exports.Long_input={en:["Long"],ja:["ロング"]},e.exports["Lower Band_input"]={en:["Lower Band"],ja:["ロワーバンド"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],ja:["下方偏差"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],ja:["下方パーセンテージ"]},e.exports.LowerLimit_input={en:["LowerLimit"],ja:["下限"]},e.exports.Lower_input={en:["Lower"],ja:["ロワーバンド"]},e.exports["MA Length_input"]={en:["MA Length"],ja:["MAの期間"]}, e.exports.Increment_input={en:["Increment"],ja:["増分"]},e.exports.Indicator_input={en:["Indicator"],ja:["インジケーター"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],ja:["商品1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],ja:["商品2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],ja:["投資家のEMA1の期間"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],ja:["投資家のEMA2の期間"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],ja:["投資家のEMA3の期間"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],ja:["投資家のEMA4の期間"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],ja:["投資家のEMA5の期間"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],ja:["投資家のEMA6の期間"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],ja:["顎長"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],ja:["顎オフセット"]},e.exports.Jaw_input={en:["Jaw"],ja:["顎"]},e.exports.KST_input={en:["KST"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],ja:["ラベルの位置"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],ja:["価格スケールのラベル"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"],ja:["遅行線の期間"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],ja:["遅行線"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],ja:["先行シフト期間"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],ja:["先行スパン1"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],ja:["先行スパン2"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],ja:["先行スパン期間"]},e.exports["Length EMA_input"]={en:["Length EMA"],ja:["EMAの期間"]},e.exports["Length MA_input"]={en:["Length MA"],ja:["MAの期間"]},e.exports.Length1_input={en:["Length1"],ja:["期間1"]},e.exports.Length2_input={en:["Length2"],ja:["期間2"]},e.exports.Length3_input={en:["Length3"],ja:["期間3"]},e.exports.Length_input={en:["Length"],ja:["期間"]},e.exports.Level_input={en:["Level"],ja:["レベル"]},e.exports["Levels Format_input"]={en:["Levels Format"],ja:["レベルフォーマット"]},e.exports.Limit_input={en:["Limit"],ja:["指値"]},e.exports.Line_input={en:["Line"],ja:["ライン"]},e.exports["Lips Length_input"]={en:["Lips Length"],ja:["唇長"]},e.exports["Lips Offset_input"]={en:["Lips Offset"],ja:["唇オフセット"]},e.exports.Lips_input={en:["Lips"],ja:["唇"]},e.exports["Long Length_input"]={en:["Long Length"],ja:["ロングの期間"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],ja:["ロングのRoC期間"]},e.exports["Long length_input"]={en:["Long length"],ja:["ロングの期間"]},e.exports["Long period_input"]={en:["Long period"],ja:["ロングの期間"]},e.exports.Long_input={en:["Long"],ja:["ロング"]},e.exports["Lower Band_input"]={en:["Lower Band"],ja:["ロワーバンド"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],ja:["下方偏差"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],ja:["下方パーセンテージ"]},e.exports.LowerLimit_input={en:["LowerLimit"],ja:["下限"]},e.exports.Lower_input={en:["Lower"],ja:["ロワーバンド"]},e.exports["MA Length_input"]={en:["MA Length"],ja:["MAの期間"]},
@@ -26,27 +26,27 @@ ja:["VWAP Auto Anchored (VWAPオートアンカー)"]},e.exports.VWAP_study={en:
en:["Countdown to bar close"],ja:["バーのクローズまでのカウントダウン"]}},10871:e=>{e.exports={en:["Colombo"],ja:["コロンボ"]}},55761:e=>{e.exports={en:["Columns"],ja:["棒グラフ"]}},9818:e=>{e.exports={en:["Comment"],ja:["コメント"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],ja:["比較またはシンボルの追加"]}},12086:e=>{e.exports={en:["Compilation error"],ja:["コンパイルエラー"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],ja:["ロックされた描画の削除確認"]}},48141:e=>{e.exports={en:["Confirm Inputs"],ja:["パラメーターを確認"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],ja:["インジケーター削除の確認"]}},38917:e=>{e.exports={en:["Copenhagen"],ja:["コペンハーゲン"]}},49680:e=>{e.exports={en:["Copy"],ja:["コピー"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],ja:["チャートレイアウトをコピー"]}},63553:e=>{e.exports={en:["Copy price"],ja:["価格をコピー"]}},65736:e=>{e.exports={en:["Cairo"],ja:["カイロ"]}},25381:e=>{e.exports={en:["Callout"],ja:["吹き出し"]}},45054:e=>{e.exports={en:["Candles"],ja:["ローソク足"]}},30948:e=>{e.exports={en:["Caracas"],ja:["カラカス"]}},70409:e=>{e.exports={en:["Casablanca"],ja:["カサブランカ"]}},37276:e=>{e.exports={en:["Change"],ja:["変動"]}},85124:e=>{e.exports={en:["Change Symbol"],ja:["シンボルの変更"]}},2569:e=>{e.exports={en:["Change interval"],ja:["時間足の変更"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],ja:["時間足を変更します。数字もしくはカンマを押下してください"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],ja:["シンボルを変更します。シンボル名を入力してください"]}},48566:e=>{e.exports={en:["Change scale currency"],ja:["スケールの通貨の変更"]}},85110:e=>{e.exports={en:["Change scale unit"],ja:["スケールの単位の変更"]}},56275:e=>{e.exports={en:["Chart #{index}"],ja:["チャート #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],ja:["チャートプロパティ"]}},98856:e=>{e.exports={en:["Chart by TradingView"],ja:["TradingView提供のチャート"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],ja:["{symbol} の {interval} チャート"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],ja:["チャート画像がクリップボードにコピーされました {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],ja:["チャート画像の埋め込みコードがクリップボードにコピーされました {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],ja:["チャタム諸島"]}},72452:e=>{e.exports={en:["Chicago"],ja:["シカゴ"]}},50349:e=>{e.exports={en:["Chongqing"],ja:["重慶"]}},91944:e=>{e.exports={en:["Circle"],ja:["正円"]}},14985:e=>{e.exports={en:["Click to set a point"],ja:["クリックしてポイントを指定"]}},12537:e=>{e.exports={en:["Clone"],ja:["複製"]}},62578:e=>{e.exports={en:["Close"],ja:["終値"]}},264:e=>{e.exports={en:["Create limit order"],ja:["指値注文の作成"]}},6969:e=>{e.exports={en:["Cross"],ja:["十字"]}},74334:e=>{e.exports={en:["Cross Line"],ja:["十字線"]}},59396:e=>{e.exports={en:["Currencies"],ja:["通貨"]}},20177:e=>{e.exports={en:["Current interval and above"],ja:["現在の時間足以上"]}},494:e=>{e.exports={en:["Current interval and below"],ja:["現在の時間足以下"]}},60668:e=>{e.exports={en:["Current interval only"],ja:["現在の時間足のみ"]}},78609:e=>{e.exports={en:["Curve"],ja:["曲線"]}},87380:e=>{e.exports={en:["Cycle"],ja:["サイクル"]}},84031:e=>{e.exports={en:["Cyclic Lines"],ja:["サイクルライン"]}},93191:e=>{e.exports={ en:["Countdown to bar close"],ja:["バーのクローズまでのカウントダウン"]}},10871:e=>{e.exports={en:["Colombo"],ja:["コロンボ"]}},55761:e=>{e.exports={en:["Columns"],ja:["棒グラフ"]}},9818:e=>{e.exports={en:["Comment"],ja:["コメント"]}},53942:e=>{e.exports={en:["Compare or Add Symbol"],ja:["比較またはシンボルの追加"]}},12086:e=>{e.exports={en:["Compilation error"],ja:["コンパイルエラー"]}},71692:e=>{e.exports={en:["Confirm to remove locked drawings"],ja:["ロックされた描画の削除確認"]}},48141:e=>{e.exports={en:["Confirm Inputs"],ja:["パラメーターを確認"]}},81605:e=>{e.exports={en:["Confirm Remove Study Tree"],ja:["インジケーター削除の確認"]}},38917:e=>{e.exports={en:["Copenhagen"],ja:["コペンハーゲン"]}},49680:e=>{e.exports={en:["Copy"],ja:["コピー"]}},66134:e=>{e.exports={en:["Copy Chart Layout"],ja:["チャートレイアウトをコピー"]}},63553:e=>{e.exports={en:["Copy price"],ja:["価格をコピー"]}},65736:e=>{e.exports={en:["Cairo"],ja:["カイロ"]}},25381:e=>{e.exports={en:["Callout"],ja:["吹き出し"]}},45054:e=>{e.exports={en:["Candles"],ja:["ローソク足"]}},30948:e=>{e.exports={en:["Caracas"],ja:["カラカス"]}},70409:e=>{e.exports={en:["Casablanca"],ja:["カサブランカ"]}},37276:e=>{e.exports={en:["Change"],ja:["変動"]}},85124:e=>{e.exports={en:["Change Symbol"],ja:["シンボルの変更"]}},2569:e=>{e.exports={en:["Change interval"],ja:["時間足の変更"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],ja:["時間足を変更します。数字もしくはカンマを押下してください"]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],ja:["シンボルを変更します。シンボル名を入力してください"]}},48566:e=>{e.exports={en:["Change scale currency"],ja:["スケールの通貨の変更"]}},85110:e=>{e.exports={en:["Change scale unit"],ja:["スケールの単位の変更"]}},56275:e=>{e.exports={en:["Chart #{index}"],ja:["チャート #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],ja:["チャートプロパティ"]}},98856:e=>{e.exports={en:["Chart by TradingView"],ja:["TradingView提供のチャート"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],ja:["{symbol} の {interval} チャート"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],ja:["チャート画像がクリップボードにコピーされました {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],ja:["チャート画像の埋め込みコードがクリップボードにコピーされました {emoji}"]}},36549:e=>{e.exports={en:["Chatham Islands"],ja:["チャタム諸島"]}},72452:e=>{e.exports={en:["Chicago"],ja:["シカゴ"]}},50349:e=>{e.exports={en:["Chongqing"],ja:["重慶"]}},91944:e=>{e.exports={en:["Circle"],ja:["正円"]}},14985:e=>{e.exports={en:["Click to set a point"],ja:["クリックしてポイントを指定"]}},12537:e=>{e.exports={en:["Clone"],ja:["複製"]}},62578:e=>{e.exports={en:["Close"],ja:["終値"]}},264:e=>{e.exports={en:["Create limit order"],ja:["指値注文の作成"]}},6969:e=>{e.exports={en:["Cross"],ja:["十字"]}},74334:e=>{e.exports={en:["Cross Line"],ja:["十字線"]}},59396:e=>{e.exports={en:["Currencies"],ja:["通貨"]}},20177:e=>{e.exports={en:["Current interval and above"],ja:["現在の時間足以上"]}},494:e=>{e.exports={en:["Current interval and below"],ja:["現在の時間足以下"]}},60668:e=>{e.exports={en:["Current interval only"],ja:["現在の時間足のみ"]}},78609:e=>{e.exports={en:["Curve"],ja:["曲線"]}},87380:e=>{e.exports={en:["Cycle"],ja:["サイクル"]}},84031:e=>{e.exports={en:["Cyclic Lines"],ja:["サイクルライン"]}},93191:e=>{e.exports={
en:["Cypher Pattern"],ja:["サイファーパターン"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],ja:["その名前のレイアウトは既に存在しています"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],ja:["その名前のレイアウトは既に存在しています。上書きしますか?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],ja:["ABCDパターン"]}},36485:e=>{e.exports={en:["Amsterdam"],ja:["アムステルダム"]}},24185:e=>{e.exports={en:["Anchor"],ja:["固定する"]}},42630:e=>{e.exports={en:["Anchorage"],ja:["アンカレジ"]}},42669:e=>{e.exports={en:["Anchored Text"],ja:["固定テキスト"]}},84541:e=>{e.exports={en:["Anchored VWAP"],ja:["固定VWAP"]}},77401:e=>{e.exports={en:["Access error"],ja:["アクセスエラー"]}},46501:e=>{e.exports={en:["Add Symbol"],ja:["シンボルの追加"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],ja:["ファンダメンタル指標を{instrumentName}に追加"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],ja:["{studyTitle} でインジケーター/ストラテジーの追加"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],ja:["このファンダメンタル指標をレイアウト全体に追加"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],ja:["このファンダメンタル指標をお気に入りに追加"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],ja:["このインジケーターをレイアウト全体に追加"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],ja:["このインジケーターをお気に入りに追加"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],ja:["このストラテジーをレイアウト全体に追加"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],ja:["このシンボルをレイアウト全体に追加"]}},426:e=>{e.exports={en:["Adelaide"],ja:["アデレード"]}},40452:e=>{e.exports={en:["Always invisible"],ja:["常に非表示"]}},36299:e=>{e.exports={en:["Always visible"],ja:["常に表示"]}},58026:e=>{e.exports={en:["All intervals"],ja:["すべての時間足"]}},78358:e=>{e.exports={en:["Apply default"],ja:["デフォルトの適用"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],ja:["これらのインジケーターをレイアウト全体に適用"]}},27072:e=>{e.exports={en:["Apr"],ja:["4月"]}},59324:e=>{e.exports={en:["Arc"],ja:["円弧"]}},34456:e=>{e.exports={en:["Area"],ja:["エリア"]}},11858:e=>{e.exports={en:["Arrow"],ja:["矢印"]}},34247:e=>{e.exports={en:["Arrow Down"],ja:["下矢印"]}},36352:e=>{e.exports={en:["Arrow Marker"],ja:["矢印マーカー"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],ja:["下矢印"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],ja:["左矢印"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],ja:["右矢印"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],ja:["上矢印"]}},77231:e=>{e.exports={en:["Arrow Up"],ja:["上矢印"]}},98128:e=>{e.exports={en:["Astana"],ja:["アスタナ"]}},63627:e=>{e.exports={en:["Ashgabat"],ja:["アシガバート"]}},72445:e=>{e.exports={en:["At close"],ja:["クローズ"]}},73702:e=>{e.exports={en:["Athens"],ja:["アテネ"]}},21469:e=>{e.exports={en:["Auto"],ja:["自動"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],ja:["自動 (データを画面に合わせる)"]}},46450:e=>{e.exports={en:["Aug"],ja:["8月"]}},21841:e=>{e.exports={en:["Average close price label"],ja:["平均終値価格ラベル"]}},16138:e=>{e.exports={en:["Average close price line"],ja:["平均終値価格ライン"]}},73025:e=>{e.exports={en:["Avg"],ja:["平均"]}},87580:e=>{e.exports={en:["Azores"],ja:["アゾレス諸島"]}},73905:e=>{ en:["Cypher Pattern"],ja:["サイファーパターン"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],ja:["その名前のレイアウトは既に存在しています"]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],ja:["その名前のレイアウトは既に存在しています。上書きしますか?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],ja:["ABCDパターン"]}},36485:e=>{e.exports={en:["Amsterdam"],ja:["アムステルダム"]}},24185:e=>{e.exports={en:["Anchor"],ja:["固定する"]}},42630:e=>{e.exports={en:["Anchorage"],ja:["アンカレジ"]}},42669:e=>{e.exports={en:["Anchored Text"],ja:["固定テキスト"]}},84541:e=>{e.exports={en:["Anchored VWAP"],ja:["固定VWAP"]}},77401:e=>{e.exports={en:["Access error"],ja:["アクセスエラー"]}},46501:e=>{e.exports={en:["Add Symbol"],ja:["シンボルの追加"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],ja:["ファンダメンタル指標を{instrumentName}に追加"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],ja:["{studyTitle} でインジケーター/ストラテジーの追加"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],ja:["このファンダメンタル指標をレイアウト全体に追加"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],ja:["このファンダメンタル指標をお気に入りに追加"]}},26090:e=>{e.exports={en:["Add this indicator to entire layout"],ja:["このインジケーターをレイアウト全体に追加"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],ja:["このインジケーターをお気に入りに追加"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],ja:["このストラテジーをレイアウト全体に追加"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],ja:["このシンボルをレイアウト全体に追加"]}},426:e=>{e.exports={en:["Adelaide"],ja:["アデレード"]}},40452:e=>{e.exports={en:["Always invisible"],ja:["常に非表示"]}},36299:e=>{e.exports={en:["Always visible"],ja:["常に表示"]}},58026:e=>{e.exports={en:["All intervals"],ja:["すべての時間足"]}},78358:e=>{e.exports={en:["Apply default"],ja:["デフォルトの適用"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],ja:["これらのインジケーターをレイアウト全体に適用"]}},27072:e=>{e.exports={en:["Apr"],ja:["4月"]}},59324:e=>{e.exports={en:["Arc"],ja:["円弧"]}},34456:e=>{e.exports={en:["Area"],ja:["エリア"]}},11858:e=>{e.exports={en:["Arrow"],ja:["矢印"]}},34247:e=>{e.exports={en:["Arrow Down"],ja:["下矢印"]}},36352:e=>{e.exports={en:["Arrow Marker"],ja:["矢印マーカー"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],ja:["下矢印"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],ja:["左矢印"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],ja:["右矢印"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],ja:["上矢印"]}},77231:e=>{e.exports={en:["Arrow Up"],ja:["上矢印"]}},98128:e=>{e.exports={en:["Astana"],ja:["アスタナ"]}},63627:e=>{e.exports={en:["Ashgabat"],ja:["アシガバート"]}},72445:e=>{e.exports={en:["At close"],ja:["クローズ"]}},73702:e=>{e.exports={en:["Athens"],ja:["アテネ"]}},21469:e=>{e.exports={en:["Auto"],ja:["自動"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],ja:["自動 (データを画面に合わせる)"]}},46450:e=>{e.exports={en:["Aug"],ja:["8月"]}},21841:e=>{e.exports={en:["Average close price label"],ja:["平均終値価格ラベル"]}},16138:e=>{e.exports={en:["Average close price line"],ja:["平均終値価格ライン"]}},73025:e=>{e.exports={en:["Avg"],ja:["平均"]}},87580:e=>{e.exports={en:["Azores"],ja:["アゾレス諸島"]}},73905:e=>{
e.exports={en:["Bogota"],ja:["ボゴタ"]}},90594:e=>{e.exports={en:["Bahrain"],ja:["バーレーン王国"]}},70540:e=>{e.exports={en:["Balloon"],ja:["バルーン"]}},47045:e=>{e.exports={en:["Bangkok"],ja:["バンコク"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],ja:["このチャートタイプではバーリプレイを実行できません。バーリプレイを終了しますか?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],ja:["このシンボルではバーリプレイを実行できません。バーリプレイを終了しますか?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],ja:["この時間足ではバーリプレイを実行できません。バーリプレイを終了しますか?"]}},27377:e=>{e.exports={en:["Bars"],ja:["バー"]}},81994:e=>{e.exports={en:["Bars Pattern"],ja:["バーのパターン"]}},59213:e=>{e.exports={en:["Baseline"],ja:["ベースライン"]}},71797:e=>{e.exports={en:["Belgrade"],ja:["ベオグラード"]}},64313:e=>{e.exports={en:["Berlin"],ja:["ベルリン"]}},43539:e=>{e.exports={en:["Brush"],ja:["ブラシ"]}},91499:e=>{e.exports={en:["Brussels"],ja:["ブリュッセル"]}},70876:e=>{e.exports={en:["Bratislava"],ja:["ブラチスラバ"]}},55481:e=>{e.exports={en:["Bring forward"],ja:["一つ前面に移動"]}},17293:e=>{e.exports={en:["Bring to front"],ja:["最前面に移動"]}},79336:e=>{e.exports={en:["Brisbane"],ja:["ブリスベン"]}},33672:e=>{e.exports={en:["Bucharest"],ja:["ブカレスト"]}},20313:e=>{e.exports={en:["Budapest"],ja:["ブダペスト"]}},25282:e=>{e.exports={en:["Buenos Aires"],ja:["ブエノスアイレス"]}},46768:e=>{e.exports={en:["By TradingView"],ja:["TradingView提供"]}},54280:e=>{e.exports={en:["Go to date"],ja:["日付指定"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],ja:["{lineToolName}に移動"]}},15462:e=>{e.exports={en:["Got it"],ja:["わかりました"]}},47460:e=>{e.exports={en:["Gann Box"],ja:["ギャン・ボックス"]}},48683:e=>{e.exports={en:["Gann Fan"],ja:["ギャン・ファン"]}},44763:e=>{e.exports={en:["Gann Square"],ja:["ギャン・スクエア"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],ja:["固定ギャン・スクエア"]}},46808:e=>{e.exports={en:["Ghost Feed"],ja:["ゴーストフィード"]}},57726:e=>{e.exports={en:["Grand supercycle"],ja:["グランドスーパーサイクル"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],ja:["本当にインジケーターテンプレート '{name}' を削除しますか?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],ja:["本当にすべての関連のインジケーターを削除しますか?"]}},77125:e=>{e.exports={en:["Double Curve"],ja:["二重曲線"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],ja:["レイアウトの境界線をリセットするにはいずれかの境界をダブルクリックします"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],ja:["ダブルクリックしてパスを終了します"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],ja:["ダブルクリックして折れ線を終了します"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],ja:["レイアウトの境界線をリセットするにはいずれかの境界をダブルタップします"]}},57131:e=>{e.exports={en:["Data Provided by"],ja:["データ提供元"]}},22677:e=>{e.exports={en:["Date"],ja:["日付"]}},85444:e=>{e.exports={en:["Date Range"],ja:["日付範囲"]}},47017:e=>{e.exports={en:["Date and Price Range"],ja:["日付と価格範囲"]}},32084:e=>{e.exports={en:["Dec"],ja:["12月"]}},23403:e=>{e.exports={en:["Degree"],ja:["規模"]}},27358:e=>{e.exports={en:["Denver"],ja:["デンバー"]}}, e.exports={en:["Bogota"],ja:["ボゴタ"]}},90594:e=>{e.exports={en:["Bahrain"],ja:["バーレーン王国"]}},70540:e=>{e.exports={en:["Balloon"],ja:["バルーン"]}},47045:e=>{e.exports={en:["Bangkok"],ja:["バンコク"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],ja:["このチャートタイプではバーリプレイを実行できません。バーリプレイを終了しますか?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],ja:["このシンボルではバーリプレイを実行できません。バーリプレイを終了しますか?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],ja:["この時間足ではバーリプレイを実行できません。バーリプレイを終了しますか?"]}},27377:e=>{e.exports={en:["Bars"],ja:["バー"]}},81994:e=>{e.exports={en:["Bars Pattern"],ja:["バーのパターン"]}},59213:e=>{e.exports={en:["Baseline"],ja:["ベースライン"]}},71797:e=>{e.exports={en:["Belgrade"],ja:["ベオグラード"]}},64313:e=>{e.exports={en:["Berlin"],ja:["ベルリン"]}},43539:e=>{e.exports={en:["Brush"],ja:["ブラシ"]}},91499:e=>{e.exports={en:["Brussels"],ja:["ブリュッセル"]}},70876:e=>{e.exports={en:["Bratislava"],ja:["ブラチスラバ"]}},55481:e=>{e.exports={en:["Bring forward"],ja:["一つ前面に移動"]}},17293:e=>{e.exports={en:["Bring to front"],ja:["最前面に移動"]}},79336:e=>{e.exports={en:["Brisbane"],ja:["ブリスベン"]}},33672:e=>{e.exports={en:["Bucharest"],ja:["ブカレスト"]}},20313:e=>{e.exports={en:["Budapest"],ja:["ブダペスト"]}},25282:e=>{e.exports={en:["Buenos Aires"],ja:["ブエノスアイレス"]}},46768:e=>{e.exports={en:["By TradingView"],ja:["TradingView提供"]}},54280:e=>{e.exports={en:["Go to date"],ja:["日付指定"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],ja:["{lineToolName}に移動"]}},15462:e=>{e.exports={en:["Got it"],ja:["わかりました"]}},47460:e=>{e.exports={en:["Gann Box"],ja:["ギャン・ボックス"]}},48683:e=>{e.exports={en:["Gann Fan"],ja:["ギャン・ファン"]}},44763:e=>{e.exports={en:["Gann Square"],ja:["ギャン・スクエア"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],ja:["固定ギャン・スクエア"]}},46808:e=>{e.exports={en:["Ghost Feed"],ja:["ゴーストフィード"]}},57726:e=>{e.exports={en:["Grand supercycle"],ja:["グランドスーパーサイクル"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],ja:["本当にインジケーターテンプレート '{name}' を削除しますか?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],ja:["本当にすべての関連のインジケーターを削除しますか?"]}},77125:e=>{e.exports={en:["Double Curve"],ja:["二重曲線"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],ja:["レイアウトの境界線をリセットするにはいずれかの境界をダブルクリックします"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],ja:["ダブルクリックしてパスを終了します"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],ja:["ダブルクリックして折れ線を終了します"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],ja:["レイアウトの境界線をリセットするにはいずれかの境界をダブルタップします"]}},57131:e=>{e.exports={en:["Data Provided by"],ja:["データ提供元"]}},22677:e=>{e.exports={en:["Date"],ja:["日付"]}},85444:e=>{e.exports={en:["Date Range"],ja:["日付範囲"]}},47017:e=>{e.exports={en:["Date and Price Range"],ja:["日付と価格範囲"]}},32084:e=>{e.exports={en:["Dec"],ja:["12月"]}},23403:e=>{e.exports={en:["Degree"],ja:["規模"]}},27358:e=>{e.exports={en:["Denver"],ja:["デンバー"]}},
24959:e=>{e.exports={en:["Dhaka"],ja:["ダッカ"]}},15179:e=>{e.exports={en:["Diamond"],ja:["ダイアモンド"]}},91544:e=>{e.exports={en:["Disjoint Channel"],ja:["非平行チャネル"]}},70132:e=>{e.exports={en:["Displacement"],ja:["再配置"]}},93864:e=>{e.exports={en:["Drawings toolbar"],ja:["描画ツールバー"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],ja:["{price}に水平線を引く"]}},23650:e=>{e.exports={en:["Dubai"],ja:["ドバイ"]}},79716:e=>{e.exports={en:["Dublin"],ja:["ダブリン"]}},73456:e=>{e.exports={en:["Emoji"],ja:["絵文字"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],ja:["新しいチャートレイアウトの名前を入力してください"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],ja:["エリオット修正波 (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],ja:["エリオット波動ダブルコンボ (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],ja:["エリオット推進波 (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],ja:["エリオット波動トライアングル (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],ja:["エリオット波動トリプルコンボ (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],ja:["楕円"]}},52788:e=>{e.exports={en:["Extended Line"],ja:["延長線"]}},86905:e=>{e.exports={en:["Exchange"],ja:["取引所"]}},19271:e=>{e.exports={en:["Existing pane above"],ja:["上の既存ペインへ"]}},46545:e=>{e.exports={en:["Existing pane below"],ja:["下の既存ペインへ"]}},20138:e=>{e.exports={en:["Forecast"],ja:["予測"]}},2507:e=>{e.exports={en:["Feb"],ja:["2月"]}},59005:e=>{e.exports={en:["Fib Channel"],ja:["フィボナッチ・チャネル"]}},82330:e=>{e.exports={en:["Fib Circles"],ja:["フィボナッチ・サークル"]}},55986:e=>{e.exports={en:["Fib Retracement"],ja:["フィボナッチ・リトレースメント"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],ja:["フィボナッチ・アーク"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],ja:["フィボナッチ・ファン"]}},39014:e=>{e.exports={en:["Fib Spiral"],ja:["フィボナッチ・スパイラル"]}},30622:e=>{e.exports={en:["Fib Time Zone"],ja:["フィボナッチ・タイムゾーン"]}},85042:e=>{e.exports={en:["Fib Wedge"],ja:["フィボナッチ・ウェッジ"]}},33885:e=>{e.exports={en:["Flag"],ja:["フラグ"]}},14600:e=>{e.exports={en:["Flag Mark"],ja:["旗マーク"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],ja:["フラットトップ/ボトム"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],ja:["小数部分が無効です。"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],ja:["ファンダメンタル分析はチャートでは利用できません。"]}},31561:e=>{e.exports={en:["Kolkata"],ja:["コルカタ"]}},54533:e=>{e.exports={en:["Kathmandu"],ja:["カトマンズ"]}},83490:e=>{e.exports={en:["Kagi"],ja:["カギ足"]}},70913:e=>{e.exports={en:["Karachi"],ja:["カラチ"]}},76614:e=>{e.exports={en:["Kuwait"],ja:["クウェート"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],ja:["クアラルンプール"]}},99906:e=>{e.exports={en:["HLC area"],ja:["HLCエリア"]}},34491:e=>{e.exports={en:["Ho Chi Minh"],ja:["ホーチミン"]}},13459:e=>{e.exports={en:["Hollow candles"],ja:["中空ローソク足"]}},48861:e=>{e.exports={en:["Hong Kong"],ja:["香港"]}},79668:e=>{e.exports={en:["Honolulu"],ja:["ホノルル"]}},21795:e=>{e.exports={en:["Horizontal Line"],ja:["水平線"]}},25487:e=>{e.exports={en:["Horizontal Ray"],ja:["水平レイ"]}},21928:e=>{e.exports={en:["Head and Shoulders"],ja:["ヘッドアンドショルダー"]}},63876:e=>{e.exports={ 24959:e=>{e.exports={en:["Dhaka"],ja:["ダッカ"]}},15179:e=>{e.exports={en:["Diamond"],ja:["ダイアモンド"]}},91544:e=>{e.exports={en:["Disjoint Channel"],ja:["非平行チャネル"]}},70132:e=>{e.exports={en:["Displacement"],ja:["再配置"]}},93864:e=>{e.exports={en:["Drawings toolbar"],ja:["描画ツールバー"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],ja:["{price}に水平線を引く"]}},23650:e=>{e.exports={en:["Dubai"],ja:["ドバイ"]}},79716:e=>{e.exports={en:["Dublin"],ja:["ダブリン"]}},73456:e=>{e.exports={en:["Emoji"],ja:["絵文字"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],ja:["新しいチャートレイアウトの名前を入力してください"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],ja:["エリオット修正波 (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],ja:["エリオット波動ダブルコンボ (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],ja:["エリオット推進波 (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],ja:["エリオット波動トライアングル (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],ja:["エリオット波動トリプルコンボ (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],ja:["楕円"]}},52788:e=>{e.exports={en:["Extended Line"],ja:["延長線"]}},86905:e=>{e.exports={en:["Exchange"],ja:["取引所"]}},19271:e=>{e.exports={en:["Existing pane above"],ja:["上の既存ペインへ"]}},46545:e=>{e.exports={en:["Existing pane below"],ja:["下の既存ペインへ"]}},20138:e=>{e.exports={en:["Forecast"],ja:["予測"]}},2507:e=>{e.exports={en:["Feb"],ja:["2月"]}},59005:e=>{e.exports={en:["Fib Channel"],ja:["フィボナッチ・チャネル"]}},82330:e=>{e.exports={en:["Fib Circles"],ja:["フィボナッチ・サークル"]}},55986:e=>{e.exports={en:["Fib Retracement"],ja:["フィボナッチ・リトレースメント"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],ja:["フィボナッチ・アーク"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],ja:["フィボナッチ・ファン"]}},39014:e=>{e.exports={en:["Fib Spiral"],ja:["フィボナッチ・スパイラル"]}},30622:e=>{e.exports={en:["Fib Time Zone"],ja:["フィボナッチ・タイムゾーン"]}},85042:e=>{e.exports={en:["Fib Wedge"],ja:["フィボナッチ・ウェッジ"]}},33885:e=>{e.exports={en:["Flag"],ja:["フラグ"]}},14600:e=>{e.exports={en:["Flag Mark"],ja:["旗マーク"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],ja:["フラットトップ/ボトム"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],ja:["小数部分が無効です。"]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],ja:["ファンダメンタル分析はチャートでは利用できません。"]}},31561:e=>{e.exports={en:["Kolkata"],ja:["コルカタ"]}},54533:e=>{e.exports={en:["Kathmandu"],ja:["カトマンズ"]}},83490:e=>{e.exports={en:["Kagi"],ja:["カギ足"]}},70913:e=>{e.exports={en:["Karachi"],ja:["カラチ"]}},76614:e=>{e.exports={en:["Kuwait"],ja:["クウェート"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],ja:["クアラルンプール"]}},99906:e=>{e.exports={en:["HLC area"],ja:["HLCエリア"]}},886:e=>{e.exports={en:["HLC bars"],ja:["HLCバー"]}},34491:e=>{e.exports={en:["Ho Chi Minh"],ja:["ホーチミン"]}},13459:e=>{e.exports={en:["Hollow candles"],ja:["中空ローソク足"]}},48861:e=>{e.exports={en:["Hong Kong"],ja:["香港"]}},79668:e=>{e.exports={en:["Honolulu"],ja:["ホノルル"]}},21795:e=>{e.exports={en:["Horizontal Line"],ja:["水平線"]}},25487:e=>{e.exports={en:["Horizontal Ray"],ja:["水平レイ"]}},21928:e=>{e.exports={
en:["Heikin Ashi"],ja:["平均足"]}},48203:e=>{e.exports={en:["Helsinki"],ja:["ヘルシンキ"]}},27298:e=>{e.exports={en:["Hide"],ja:["非表示"]}},47074:e=>{e.exports={en:["Hide all"],ja:["すべてを非表示"]}},52563:e=>{e.exports={en:["Hide all drawings"],ja:["すべての描画を非表示"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],ja:["すべての描画とインジケーターを非表示"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],ja:["すべての描画、インジケーター、ポジション、注文を非表示"]}},78525:e=>{e.exports={en:["Hide all indicators"],ja:["すべてのインジケーターを非表示"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],ja:["すべてのポジションと注文を非表示"]}},3217:e=>{e.exports={en:["Hide drawings"],ja:["描画を非表示"]}},97878:e=>{e.exports={en:["Hide events on chart"],ja:["チャート上のイベントを非表示"]}},72351:e=>{e.exports={en:["Hide indicators"],ja:["インジケーターを非表示"]}},28345:e=>{e.exports={en:["Hide marks on bars"],ja:["バーのマークを非表示"]}},92226:e=>{e.exports={en:["Hide positions & orders"],ja:["ポジションと注文を非表示"]}},78254:e=>{e.exports={en:["High"],ja:["高値"]}},98236:e=>{e.exports={en:["High-low"],ja:["ハイロー"]}},99479:e=>{e.exports={en:["High and low price labels"],ja:["高値・安値価格ラベル"]}},33766:e=>{e.exports={en:["High and low price lines"],ja:["高値・安値価格ライン"]}},69476:e=>{e.exports={en:["Highlighter"],ja:["マーカー"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ja:["ヒストグラムが大きすぎます。設定パネルで{boldHighlightStart}「行のサイズ」{boldHighlightEnd}を大きくして下さい。"]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],ja:["ヒストグラムが大きすぎます。設定パネルで{boldHighlightStart}「行ごとのティック」{boldHighlightEnd}を大きくして下さい。"]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ja:["ヒストグラムが大きすぎます。設定パネルで{boldHighlightStart}「行のサイズ」{boldHighlightEnd}を小さくして下さい。"]}},68065:e=>{e.exports={en:["Image"],ja:["画像"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],ja:["{ticker}では{resolution}よりも小さな時間足はサポートされていません。"]}},10268:e=>{e.exports={en:["Intermediate"],ja:["インターミディエイト"]}},14285:e=>{e.exports={en:["Invalid Symbol"],ja:["無効なシンボル"]}},52969:e=>{e.exports={en:["Invalid symbol"],ja:["無効なシンボル"]}},37189:e=>{e.exports={en:["Invert scale"],ja:["スケールを反転"]}},89999:e=>{e.exports={en:["Indexed to 100"],ja:["100基準"]}},46850:e=>{e.exports={en:["Indicators value labels"],ja:["インジケーター値のラベル"]}},54418:e=>{e.exports={en:["Indicators name labels"],ja:["インジケーター名ラベル"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],ja:["「インジケーター、指標、ストラテジー」を開きます。スラッシュを押下してください"]}},15992:e=>{e.exports={en:["Info Line"],ja:["インフォライン"]}},87829:e=>{e.exports={en:["Insert indicator"],ja:["インジケーターを挿入"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],ja:["インサイド・ピッチフォーク"]}},37913:e=>{e.exports={en:["Icon"],ja:["アイコン"]}},78326:e=>{e.exports={en:["Istanbul"],ja:["イスタンブール"]}},39585:e=>{e.exports={en:["Johannesburg"],ja:["ヨハネスブルグ"]}},14995:e=>{e.exports={en:["Jakarta"], en:["Head and Shoulders"],ja:["ヘッドアンドショルダー"]}},63876:e=>{e.exports={en:["Heikin Ashi"],ja:["平均足"]}},48203:e=>{e.exports={en:["Helsinki"],ja:["ヘルシンキ"]}},27298:e=>{e.exports={en:["Hide"],ja:["非表示"]}},47074:e=>{e.exports={en:["Hide all"],ja:["すべてを非表示"]}},52563:e=>{e.exports={en:["Hide all drawings"],ja:["すべての描画を非表示"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],ja:["すべての描画とインジケーターを非表示"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],ja:["すべての描画、インジケーター、ポジション、注文を非表示"]}},78525:e=>{e.exports={en:["Hide all indicators"],ja:["すべてのインジケーターを非表示"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],ja:["すべてのポジションと注文を非表示"]}},3217:e=>{e.exports={en:["Hide drawings"],ja:["描画を非表示"]}},97878:e=>{e.exports={en:["Hide events on chart"],ja:["チャート上のイベントを非表示"]}},72351:e=>{e.exports={en:["Hide indicators"],ja:["インジケーターを非表示"]}},28345:e=>{e.exports={en:["Hide marks on bars"],ja:["バーのマークを非表示"]}},92226:e=>{e.exports={en:["Hide positions & orders"],ja:["ポジションと注文を非表示"]}},78254:e=>{e.exports={en:["High"],ja:["高値"]}},98236:e=>{e.exports={en:["High-low"],ja:["ハイロー"]}},99479:e=>{e.exports={en:["High and low price labels"],ja:["高値・安値価格ラベル"]}},33766:e=>{e.exports={en:["High and low price lines"],ja:["高値・安値価格ライン"]}},69476:e=>{e.exports={en:["Highlighter"],ja:["マーカー"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ja:["ヒストグラムが大きすぎます。設定パネルで{boldHighlightStart}「行のサイズ」{boldHighlightEnd}を大きくして下さい。"]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],ja:["ヒストグラムが大きすぎます。設定パネルで{boldHighlightStart}「行ごとのティック」{boldHighlightEnd}を大きくして下さい。"]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ja:["ヒストグラムが大きすぎます。設定パネルで{boldHighlightStart}「行のサイズ」{boldHighlightEnd}を小さくして下さい。"]}},68065:e=>{e.exports={en:["Image"],ja:["画像"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],ja:["{ticker}では{resolution}よりも小さな時間足はサポートされていません。"]}},10268:e=>{e.exports={en:["Intermediate"],ja:["インターミディエイト"]}},14285:e=>{e.exports={en:["Invalid Symbol"],ja:["無効なシンボル"]}},52969:e=>{e.exports={en:["Invalid symbol"],ja:["無効なシンボル"]}},37189:e=>{e.exports={en:["Invert scale"],ja:["スケールを反転"]}},89999:e=>{e.exports={en:["Indexed to 100"],ja:["100基準"]}},46850:e=>{e.exports={en:["Indicators value labels"],ja:["インジケーター値のラベル"]}},54418:e=>{e.exports={en:["Indicators name labels"],ja:["インジケーター名ラベル"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],ja:["「インジケーター、指標、ストラテジー」を開きます。スラッシュを押下してください"]}},15992:e=>{e.exports={en:["Info Line"],ja:["インフォライン"]}},87829:e=>{e.exports={en:["Insert indicator"],ja:["インジケーターを挿入"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],ja:["インサイド・ピッチフォーク"]}},37913:e=>{e.exports={en:["Icon"],ja:["アイコン"]}},78326:e=>{e.exports={en:["Istanbul"],ja:["イスタンブール"]}},39585:e=>{e.exports={
ja:["ジャカルタ"]}},62310:e=>{e.exports={en:["Jan"],ja:["1月"]}},36057:e=>{e.exports={en:["Jerusalem"],ja:["エルサレム"]}},53786:e=>{e.exports={en:["Jul"],ja:["7月"]}},429:e=>{e.exports={en:["Jun"],ja:["6月"]}},67560:e=>{e.exports={en:["Juneau"],ja:["ジュノー"]}},62329:e=>{e.exports={en:["On the left"],ja:["左側に"]}},55813:e=>{e.exports={en:["On the right"],ja:["右側に"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],ja:["{ticker}で利用可能な時間足は{availableResolutions}に限ります。"]}},21064:e=>{e.exports={en:["Oops!"],ja:["おっと!"]}},51221:e=>{e.exports={en:["Object Tree"],ja:["オブジェクトツリー"]}},12179:e=>{e.exports={en:["Oct"],ja:["10月"]}},16610:e=>{e.exports={en:["Open"],ja:["始値"]}},27884:e=>{e.exports={en:["Open layout. Press period"],ja:["レイアウトを開きます。ピリオドを押してください。"]}},75722:e=>{e.exports={en:["Oslo"],ja:["オスロ"]}},65318:e=>{e.exports={en:["Low"],ja:["安値"]}},51077:e=>{e.exports={en:["Lock"],ja:["ロック"]}},79777:e=>{e.exports={en:["Lock/unlock"],ja:["ロック/解除"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],ja:["縦方向のカーソルラインを日時でロック"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],ja:["価格とバーの比率をロック"]}},16170:e=>{e.exports={en:["Logarithmic"],ja:["対数"]}},19439:e=>{e.exports={en:["London"],ja:["ロンドン"]}},74832:e=>{e.exports={en:["Long Position"],ja:["ロングポジション"]}},28733:e=>{e.exports={en:["Los Angeles"],ja:["ロサンゼルス"]}},85924:e=>{e.exports={en:["Label Down"],ja:["ラベル下"]}},52402:e=>{e.exports={en:["Label Up"],ja:["ラベル上"]}},5119:e=>{e.exports={en:["Labels"],ja:["ラベル"]}},19931:e=>{e.exports={en:["Lagos"],ja:["ラゴス"]}},63815:e=>{e.exports={en:["Last day change"],ja:["前日からの変動"]}},59444:e=>{e.exports={en:["Lima"],ja:["リマ"]}},3554:e=>{e.exports={en:["Line"],ja:["ライン"]}},9394:e=>{e.exports={en:["Line with markers"],ja:["マーク付きライン"]}},43588:e=>{e.exports={en:["Line break"],ja:["新値足"]}},56982:e=>{e.exports={en:["Lines"],ja:["ライン"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],ja:["チャート画像のリンクがクリップボードにコピーされました {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],ja:["リスボン"]}},81038:e=>{e.exports={en:["Luxembourg"],ja:["ルクセンブルク"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],ja:["アンカーを置きたい位置にポイントを移動してタップして下さい"]}},35049:e=>{e.exports={en:["Move to"],ja:["移動"]}},26493:e=>{e.exports={en:["Move scale to left"],ja:["スケールを左に移動"]}},40789:e=>{e.exports={en:["Move scale to right"],ja:["スケールを右に移動"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],ja:["変形シフ・ピッチフォーク"]}},93907:e=>{e.exports={en:["More settings"],ja:["さらに詳細な設定"]}},64039:e=>{e.exports={en:["Moscow"],ja:["モスクワ"]}},52066:e=>{e.exports={en:["Madrid"],ja:["マドリード"]}},38365:e=>{e.exports={en:["Malta"],ja:["マルタ"]}},48991:e=>{e.exports={en:["Manila"],ja:["マニラ"]}},92767:e=>{e.exports={en:["Mar"],ja:["3月"]}},73332:e=>{e.exports={en:["Mexico City"],ja:["メキシコシティ"]}},88314:e=>{e.exports={en:["Merge all scales into one"],ja:["すべてのスケールを一つに結合"]}},54215:e=>{e.exports={en:["Mixed"],ja:["混合"]}},24866:e=>{e.exports={en:["Micro"],ja:["ミクロ"]}},87957:e=>{e.exports={en:["Millennium"],ja:["ミレニアム"]}}, en:["Johannesburg"],ja:["ヨハネスブルグ"]}},14995:e=>{e.exports={en:["Jakarta"],ja:["ジャカルタ"]}},62310:e=>{e.exports={en:["Jan"],ja:["1月"]}},36057:e=>{e.exports={en:["Jerusalem"],ja:["エルサレム"]}},53786:e=>{e.exports={en:["Jul"],ja:["7月"]}},429:e=>{e.exports={en:["Jun"],ja:["6月"]}},67560:e=>{e.exports={en:["Juneau"],ja:["ジュノー"]}},62329:e=>{e.exports={en:["On the left"],ja:["左側に"]}},55813:e=>{e.exports={en:["On the right"],ja:["右側に"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],ja:["{ticker}で利用可能な時間足は{availableResolutions}に限ります。"]}},21064:e=>{e.exports={en:["Oops!"],ja:["おっと!"]}},51221:e=>{e.exports={en:["Object Tree"],ja:["オブジェクトツリー"]}},12179:e=>{e.exports={en:["Oct"],ja:["10月"]}},16610:e=>{e.exports={en:["Open"],ja:["始値"]}},27884:e=>{e.exports={en:["Open layout. Press period"],ja:["レイアウトを開きます。ピリオドを押してください。"]}},75722:e=>{e.exports={en:["Oslo"],ja:["オスロ"]}},65318:e=>{e.exports={en:["Low"],ja:["安値"]}},51077:e=>{e.exports={en:["Lock"],ja:["ロック"]}},79777:e=>{e.exports={en:["Lock/unlock"],ja:["ロック/解除"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],ja:["縦方向のカーソルラインを日時でロック"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],ja:["価格とバーの比率をロック"]}},16170:e=>{e.exports={en:["Logarithmic"],ja:["対数"]}},19439:e=>{e.exports={en:["London"],ja:["ロンドン"]}},74832:e=>{e.exports={en:["Long Position"],ja:["ロングポジション"]}},28733:e=>{e.exports={en:["Los Angeles"],ja:["ロサンゼルス"]}},85924:e=>{e.exports={en:["Label Down"],ja:["ラベル下"]}},52402:e=>{e.exports={en:["Label Up"],ja:["ラベル上"]}},5119:e=>{e.exports={en:["Labels"],ja:["ラベル"]}},19931:e=>{e.exports={en:["Lagos"],ja:["ラゴス"]}},63815:e=>{e.exports={en:["Last day change"],ja:["前日からの変動"]}},59444:e=>{e.exports={en:["Lima"],ja:["リマ"]}},3554:e=>{e.exports={en:["Line"],ja:["ライン"]}},9394:e=>{e.exports={en:["Line with markers"],ja:["マーク付きライン"]}},43588:e=>{e.exports={en:["Line break"],ja:["新値足"]}},56982:e=>{e.exports={en:["Lines"],ja:["ライン"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],ja:["チャート画像のリンクがクリップボードにコピーされました {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],ja:["リスボン"]}},81038:e=>{e.exports={en:["Luxembourg"],ja:["ルクセンブルク"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],ja:["アンカーを置きたい位置にポイントを移動してタップして下さい"]}},35049:e=>{e.exports={en:["Move to"],ja:["移動"]}},26493:e=>{e.exports={en:["Move scale to left"],ja:["スケールを左に移動"]}},40789:e=>{e.exports={en:["Move scale to right"],ja:["スケールを右に移動"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],ja:["変形シフ・ピッチフォーク"]}},93907:e=>{e.exports={en:["More settings"],ja:["さらに詳細な設定"]}},64039:e=>{e.exports={en:["Moscow"],ja:["モスクワ"]}},52066:e=>{e.exports={en:["Madrid"],ja:["マドリード"]}},38365:e=>{e.exports={en:["Malta"],ja:["マルタ"]}},48991:e=>{e.exports={en:["Manila"],ja:["マニラ"]}},92767:e=>{e.exports={en:["Mar"],ja:["3月"]}},73332:e=>{e.exports={en:["Mexico City"],ja:["メキシコシティ"]}},88314:e=>{e.exports={en:["Merge all scales into one"],ja:["すべてのスケールを一つに結合"]}},54215:e=>{e.exports={en:["Mixed"],ja:["混合"]}},24866:e=>{e.exports={en:["Micro"],
14724:e=>{e.exports={en:["Minuette"],ja:["ミニュエット"]}},78273:e=>{e.exports={en:["Minuscule"],ja:["ミニスキュール"]}},9865:e=>{e.exports={en:["Muscat"],ja:["マスカット"]}},96935:e=>{e.exports={en:["N/A"],ja:["該当なし"]}},36252:e=>{e.exports={en:["No data here"],ja:["ここにはデータがありません"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],ja:["スケールなし (フルスクリーン)"]}},9140:e=>{e.exports={en:["No sync"],ja:["同期しない"]}},50910:e=>{e.exports={en:["No volume data"],ja:["出来高データがありません"]}},99024:e=>{e.exports={en:["No, keep them"],ja:["いいえ、残します"]}},94389:e=>{e.exports={en:["Note"],ja:["ノート"]}},26899:e=>{e.exports={en:["Nov"],ja:["11月"]}},67891:e=>{e.exports={en:["Norfolk Island"],ja:["ノーフォーク島"]}},40977:e=>{e.exports={en:["Nairobi"],ja:["ナイロビ"]}},40544:e=>{e.exports={en:["New York"],ja:["ニューヨーク"]}},66103:e=>{e.exports={en:["New Zealand"],ja:["ニュージーランド"]}},15512:e=>{e.exports={en:["New pane above"],ja:["上の新規ペインへ"]}},52160:e=>{e.exports={en:["New pane below"],ja:["下の新規ペインへ"]}},94600:e=>{e.exports={en:["Nicosia"],ja:["ニコシア"]}},73013:e=>{e.exports={en:["Something went wrong"],ja:["何か問題が発生しました。"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],ja:["インジケーターの作成に何か問題が生じたようです。"]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],ja:["何らかの問題が発生しました。後ほど再度お試しください。"]}},43047:e=>{e.exports={en:["Save New Chart Layout"],ja:["新規チャートレイアウトを保存"]}},76266:e=>{e.exports={en:["Save as"],ja:["名前を付けて保存"]}},55502:e=>{e.exports={en:["San Salvador"],ja:["サンサルバドル"]}},30231:e=>{e.exports={en:["Santiago"],ja:["サンティアゴ"]}},91912:e=>{e.exports={en:["Sao Paulo"],ja:["サンパウロ"]}},43931:e=>{e.exports={en:["Scale currency"],ja:["スケールの通貨"]}},43758:e=>{e.exports={en:["Scale price chart only"],ja:["価格のみでスケール"]}},40012:e=>{e.exports={en:["Scale unit"],ja:["スケールの単位"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],ja:["シフ・ピッチフォーク"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],ja:["ページを離れると、スクリプトが更新されない可能性があります。"]}},32514:e=>{e.exports={en:["Settings"],ja:["設定"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],ja:["2つ目の小数部分が無効です。"]}},75594:e=>{e.exports={en:["Security info"],ja:["銘柄情報"]}},21973:e=>{e.exports={en:["Send to back"],ja:["最背面に移動"]}},71179:e=>{e.exports={en:["Send backward"],ja:["一つ背面に移動"]}},26820:e=>{e.exports={en:["Seoul"],ja:["ソウル"]}},6816:e=>{e.exports={en:["Sep"],ja:["9月"]}},94031:e=>{e.exports={en:["Session"],ja:["セッション"]}},83298:e=>{e.exports={en:["Session volume profile"],ja:["SVP (セッション出来高プロファイル)"]}},66707:e=>{e.exports={en:["Session breaks"],ja:["セッション区切り"]}},1852:e=>{e.exports={en:["Shanghai"],ja:["上海"]}},8075:e=>{e.exports={en:["Short Position"],ja:["ショートポジション"]}},98334:e=>{e.exports={en:["Show"],ja:["表示"]}},85891:e=>{e.exports={en:["Show all drawings"],ja:["すべての描画を表示"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],ja:["すべての描画とインジケーターを表示"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],ja:["すべての描画、インジケーター、ポジション、注文を表示"]}},98753:e=>{e.exports={en:["Show all indicators"],ja:["すべてのインジケーターを表示"]}},55418:e=>{e.exports={ ja:["ミクロ"]}},87957:e=>{e.exports={en:["Millennium"],ja:["ミレニアム"]}},14724:e=>{e.exports={en:["Minuette"],ja:["ミニュエット"]}},78273:e=>{e.exports={en:["Minuscule"],ja:["ミニスキュール"]}},9865:e=>{e.exports={en:["Muscat"],ja:["マスカット"]}},96935:e=>{e.exports={en:["N/A"],ja:["該当なし"]}},36252:e=>{e.exports={en:["No data here"],ja:["ここにはデータがありません"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],ja:["スケールなし (フルスクリーン)"]}},9140:e=>{e.exports={en:["No sync"],ja:["同期しない"]}},50910:e=>{e.exports={en:["No volume data"],ja:["出来高データがありません"]}},99024:e=>{e.exports={en:["No, keep them"],ja:["いいえ、残します"]}},94389:e=>{e.exports={en:["Note"],ja:["ノート"]}},26899:e=>{e.exports={en:["Nov"],ja:["11月"]}},67891:e=>{e.exports={en:["Norfolk Island"],ja:["ノーフォーク島"]}},40977:e=>{e.exports={en:["Nairobi"],ja:["ナイロビ"]}},40544:e=>{e.exports={en:["New York"],ja:["ニューヨーク"]}},66103:e=>{e.exports={en:["New Zealand"],ja:["ニュージーランド"]}},15512:e=>{e.exports={en:["New pane above"],ja:["上の新規ペインへ"]}},52160:e=>{e.exports={en:["New pane below"],ja:["下の新規ペインへ"]}},94600:e=>{e.exports={en:["Nicosia"],ja:["ニコシア"]}},73013:e=>{e.exports={en:["Something went wrong"],ja:["何か問題が発生しました。"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],ja:["インジケーターの作成に何か問題が生じたようです。"]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],ja:["何らかの問題が発生しました。後ほど再度お試しください。"]}},43047:e=>{e.exports={en:["Save New Chart Layout"],ja:["新規チャートレイアウトを保存"]}},76266:e=>{e.exports={en:["Save as"],ja:["名前を付けて保存"]}},55502:e=>{e.exports={en:["San Salvador"],ja:["サンサルバドル"]}},30231:e=>{e.exports={en:["Santiago"],ja:["サンティアゴ"]}},91912:e=>{e.exports={en:["Sao Paulo"],ja:["サンパウロ"]}},43931:e=>{e.exports={en:["Scale currency"],ja:["スケールの通貨"]}},43758:e=>{e.exports={en:["Scale price chart only"],ja:["価格のみでスケール"]}},40012:e=>{e.exports={en:["Scale unit"],ja:["スケールの単位"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],ja:["シフ・ピッチフォーク"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],ja:["ページを離れると、スクリプトが更新されない可能性があります。"]}},32514:e=>{e.exports={en:["Settings"],ja:["設定"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],ja:["2つ目の小数部分が無効です。"]}},75594:e=>{e.exports={en:["Security info"],ja:["銘柄情報"]}},21973:e=>{e.exports={en:["Send to back"],ja:["最背面に移動"]}},71179:e=>{e.exports={en:["Send backward"],ja:["一つ背面に移動"]}},26820:e=>{e.exports={en:["Seoul"],ja:["ソウル"]}},6816:e=>{e.exports={en:["Sep"],ja:["9月"]}},94031:e=>{e.exports={en:["Session"],ja:["セッション"]}},83298:e=>{e.exports={en:["Session volume profile"],ja:["SVP (セッション出来高プロファイル)"]}},66707:e=>{e.exports={en:["Session breaks"],ja:["セッション区切り"]}},1852:e=>{e.exports={en:["Shanghai"],ja:["上海"]}},8075:e=>{e.exports={en:["Short Position"],ja:["ショートポジション"]}},98334:e=>{e.exports={en:["Show"],ja:["表示"]}},85891:e=>{e.exports={en:["Show all drawings"],ja:["すべての描画を表示"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],ja:["すべての描画とインジケーターを表示"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],ja:["すべての描画、インジケーター、ポジション、注文を表示"]}},98753:e=>{e.exports={
en:["Show all ideas"],ja:["すべてのアイデアの表示"]}},20506:e=>{e.exports={en:["Show all positions & orders"],ja:["すべてのポジションと注文を表示"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],ja:["つなぎ足の限月の交代を表示"]}},81465:e=>{e.exports={en:["Show contract expiration"],ja:["限月の満期日を表示"]}},29449:e=>{e.exports={en:["Show dividends"],ja:["配当の表示"]}},37113:e=>{e.exports={en:["Show earnings"],ja:["決算を表示"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],ja:["フォロー中のユーザーのアイデアを表示"]}},62986:e=>{e.exports={en:["Show latest news"],ja:["最新ニュースの表示"]}},44020:e=>{e.exports={en:["Show my ideas only"],ja:["自分のアイデアのみ表示"]}},50849:e=>{e.exports={en:["Show splits"],ja:["分割の表示"]}},67751:e=>{e.exports={en:["Signpost"],ja:["道しるべ"]}},77377:e=>{e.exports={en:["Singapore"],ja:["シンガポール"]}},39090:e=>{e.exports={en:["Sine Line"],ja:["正弦波"]}},66205:e=>{e.exports={en:["Square"],ja:["正方形"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],ja:["インジケーターの制限数を超えました。チャートレイアウト毎に{number}個までです。\nインジケーターをどれか削除して下さい。"]}},92516:e=>{e.exports={en:["Style"],ja:["スタイル"]}},61507:e=>{e.exports={en:["Stack on the left"],ja:["左に重ねる"]}},97800:e=>{e.exports={en:["Stack on the right"],ja:["右に重ねる"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],ja:["キーボードのナビゲーションモードをスタートします。ショートカットキー {shortcut} を押してください"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],ja:["描画モードの維持"]}},69217:e=>{e.exports={en:["Step line"],ja:["ステップライン"]}},43114:e=>{e.exports={en:["Sticker"],ja:["ステッカー"]}},86716:e=>{e.exports={en:["Stockholm"],ja:["ストックホルム"]}},1145:e=>{e.exports={en:["Submicro"],ja:["サブミクロ"]}},63375:e=>{e.exports={en:["Submillennium"],ja:["サブミレニアム"]}},30585:e=>{e.exports={en:["Subminuette"],ja:["サブミニュエット"]}},67948:e=>{e.exports={en:["Supercycle"],ja:["スーパーサイクル"]}},3348:e=>{e.exports={en:["Supermillennium"],ja:["スーパーミレニアム"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],ja:["時間足を{resolution}に切り替える"]}},31622:e=>{e.exports={en:["Sydney"],ja:["シドニー"]}},70963:e=>{e.exports={en:["Symbol Error"],ja:["シンボルエラー"]}},32390:e=>{e.exports={en:["Symbol name label"],ja:["シンボル名ラベル"]}},10127:e=>{e.exports={en:["Symbol last price label"],ja:["シンボル現在値ラベル"]}},39079:e=>{e.exports={en:["Sync globally"],ja:["グローバルに同期"]}},46607:e=>{e.exports={en:["Sync in layout"],ja:["レイアウト内で同期"]}},76519:e=>{e.exports={en:["Point & figure"],ja:["ポイント&フィギュア"]}},39949:e=>{e.exports={en:["Polyline"],ja:["折れ線"]}},371:e=>{e.exports={en:["Path"],ja:["パス"]}},59256:e=>{e.exports={en:["Parallel Channel"],ja:["平行チャネル"]}},61879:e=>{e.exports={en:["Paris"],ja:["パリ"]}},35140:e=>{e.exports={en:["Paste"],ja:["貼り付け"]}},6919:e=>{e.exports={en:["Percent"],ja:["パーセント"]}},24436:e=>{e.exports={en:["Perth"],ja:["パース"]}},14055:e=>{e.exports={en:["Phoenix"],ja:["フェニックス"]}},34156:e=>{e.exports={en:["Pitchfan"],ja:["ピッチファン"]}},19634:e=>{e.exports={en:["Pitchfork"],ja:["ピッチフォーク"]}},86631:e=>{e.exports={en:["Pin"],ja:["ピン"]}},33110:e=>{e.exports={en:["Pin to new left scale"],ja:["新たな左スケールに固定"]}},28280:e=>{e.exports={en:["Pin to new right scale"], en:["Show all indicators"],ja:["すべてのインジケーターを表示"]}},55418:e=>{e.exports={en:["Show all ideas"],ja:["すべてのアイデアの表示"]}},20506:e=>{e.exports={en:["Show all positions & orders"],ja:["すべてのポジションと注文を表示"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],ja:["つなぎ足の限月の交代を表示"]}},81465:e=>{e.exports={en:["Show contract expiration"],ja:["限月の満期日を表示"]}},29449:e=>{e.exports={en:["Show dividends"],ja:["配当の表示"]}},37113:e=>{e.exports={en:["Show earnings"],ja:["決算を表示"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],ja:["フォロー中のユーザーのアイデアを表示"]}},62986:e=>{e.exports={en:["Show latest news"],ja:["最新ニュースの表示"]}},44020:e=>{e.exports={en:["Show my ideas only"],ja:["自分のアイデアのみ表示"]}},50849:e=>{e.exports={en:["Show splits"],ja:["分割の表示"]}},67751:e=>{e.exports={en:["Signpost"],ja:["道しるべ"]}},77377:e=>{e.exports={en:["Singapore"],ja:["シンガポール"]}},39090:e=>{e.exports={en:["Sine Line"],ja:["正弦波"]}},66205:e=>{e.exports={en:["Square"],ja:["正方形"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],ja:["インジケーターの制限数を超えました。チャートレイアウト毎に{number}個までです。\nインジケーターをどれか削除して下さい。"]}},92516:e=>{e.exports={en:["Style"],ja:["スタイル"]}},61507:e=>{e.exports={en:["Stack on the left"],ja:["左に重ねる"]}},97800:e=>{e.exports={en:["Stack on the right"],ja:["右に重ねる"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],ja:["キーボードのナビゲーションモードをスタートします。ショートカットキー {shortcut} を押してください"]}},4035:e=>{e.exports={en:["Stay in drawing mode"],ja:["描画モードの維持"]}},69217:e=>{e.exports={en:["Step line"],ja:["ステップライン"]}},43114:e=>{e.exports={en:["Sticker"],ja:["ステッカー"]}},86716:e=>{e.exports={en:["Stockholm"],ja:["ストックホルム"]}},1145:e=>{e.exports={en:["Submicro"],ja:["サブミクロ"]}},63375:e=>{e.exports={en:["Submillennium"],ja:["サブミレニアム"]}},30585:e=>{e.exports={en:["Subminuette"],ja:["サブミニュエット"]}},67948:e=>{e.exports={en:["Supercycle"],ja:["スーパーサイクル"]}},3348:e=>{e.exports={en:["Supermillennium"],ja:["スーパーミレニアム"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],ja:["時間足を{resolution}に切り替える"]}},31622:e=>{e.exports={en:["Sydney"],ja:["シドニー"]}},70963:e=>{e.exports={en:["Symbol Error"],ja:["シンボルエラー"]}},32390:e=>{e.exports={en:["Symbol name label"],ja:["シンボル名ラベル"]}},10127:e=>{e.exports={en:["Symbol last price label"],ja:["シンボル現在値ラベル"]}},39079:e=>{e.exports={en:["Sync globally"],ja:["グローバルに同期"]}},46607:e=>{e.exports={en:["Sync in layout"],ja:["レイアウト内で同期"]}},76519:e=>{e.exports={en:["Point & figure"],ja:["ポイント&フィギュア"]}},39949:e=>{e.exports={en:["Polyline"],ja:["折れ線"]}},371:e=>{e.exports={en:["Path"],ja:["パス"]}},59256:e=>{e.exports={en:["Parallel Channel"],ja:["平行チャネル"]}},61879:e=>{e.exports={en:["Paris"],ja:["パリ"]}},35140:e=>{e.exports={en:["Paste"],ja:["貼り付け"]}},6919:e=>{e.exports={en:["Percent"],ja:["パーセント"]}},24436:e=>{e.exports={en:["Perth"],ja:["パース"]}},14055:e=>{e.exports={en:["Phoenix"],ja:["フェニックス"]}},34156:e=>{e.exports={en:["Pitchfan"],ja:["ピッチファン"]}},19634:e=>{e.exports={en:["Pitchfork"],ja:["ピッチフォーク"]}},86631:e=>{e.exports={en:["Pin"],ja:["ピン"]}},33110:e=>{e.exports={en:["Pin to new left scale"],
ja:["新たな右スケールに固定"]}},14115:e=>{e.exports={en:["Pin to left scale"],ja:["左スケールに固定"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],ja:["左スケールに固定(非表示)"]}},81054:e=>{e.exports={en:["Pin to right scale"],ja:["右スケールに固定"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],ja:["右スケールに固定(非表示)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],ja:["スケールに固定(現在左)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],ja:["スケールに固定(現在スケールなし)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],ja:["スケールに固定(現在右)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],ja:["スケールに固定(現在{label}"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],ja:["スケール{label}に固定"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],ja:["スケール{label}に固定(非表示)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],ja:["左スケールに固定中"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],ja:["左スケールに固定中(非表示)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],ja:["右スケールに固定中"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],ja:["右スケールに固定中(非表示)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],ja:["スケール{label}に固定中"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],ja:["スケール{label}に固定中(非表示)"]}},71566:e=>{e.exports={en:["Plus button"],ja:["プラスボタン"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],ja:["ご利用のブラウザでクリップボードへの書き込みを許可していただくか、{keystroke} をご利用ください。"]}},81248:e=>{e.exports={en:["Prague"],ja:["プラハ"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],ja:["{key}を押しながらズームをすることで、チャートの位置は維持されます"]}},91282:e=>{e.exports={en:["Price Label"],ja:["価格ラベル"]}},97512:e=>{e.exports={en:["Price Note"],ja:["価格ノート"]}},68941:e=>{e.exports={en:["Price Range"],ja:["価格範囲"]}},66123:e=>{e.exports={en:["Price format is invalid."],ja:["価格形式が無効です。"]}},72926:e=>{e.exports={en:["Price line"],ja:["価格ライン"]}},59189:e=>{e.exports={en:["Primary"],ja:["主要"]}},75747:e=>{e.exports={en:["Projection"],ja:["プロジェクション"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],ja:["{customer} で {date} に公開"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],ja:["カタール"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],ja:["「クイックサーチ」を行います。{shortcut} を押下してください"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],ja:["回転長方形"]}},52961:e=>{e.exports={en:["Rome"],ja:["ローマ"]}},50318:e=>{e.exports={en:["Ray"],ja:["レイ"]}},55169:e=>{e.exports={en:["Range"],ja:["レンジ"]}},13386:e=>{e.exports={en:["Reykjavik"],ja:["レイキャビク"]}},26001:e=>{e.exports={en:["Rectangle"],ja:["長方形"]}},48236:e=>{e.exports={en:["Redo"],ja:["やり直す"]}},2460:e=>{e.exports={en:["Regression Trend"],ja:["回帰トレンド"]}},67410:e=>{e.exports={en:["Remove"],ja:["削除"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],ja:["このファンダメンタル指標をお気に入りから削除"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"], ja:["新たな左スケールに固定"]}},28280:e=>{e.exports={en:["Pin to new right scale"],ja:["新たな右スケールに固定"]}},14115:e=>{e.exports={en:["Pin to left scale"],ja:["左スケールに固定"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],ja:["左スケールに固定(非表示)"]}},81054:e=>{e.exports={en:["Pin to right scale"],ja:["右スケールに固定"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],ja:["右スケールに固定(非表示)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],ja:["スケールに固定(現在左)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],ja:["スケールに固定(現在スケールなし)"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],ja:["スケールに固定(現在右)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],ja:["スケールに固定(現在{label}"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],ja:["スケール{label}に固定"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],ja:["スケール{label}に固定(非表示)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],ja:["左スケールに固定中"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],ja:["左スケールに固定中(非表示)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],ja:["右スケールに固定中"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],ja:["右スケールに固定中(非表示)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],ja:["スケール{label}に固定中"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],ja:["スケール{label}に固定中(非表示)"]}},71566:e=>{e.exports={en:["Plus button"],ja:["プラスボタン"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],ja:["ご利用のブラウザでクリップボードへの書き込みを許可していただくか、{keystroke} をご利用ください。"]}},81248:e=>{e.exports={en:["Prague"],ja:["プラハ"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],ja:["{key}を押しながらズームをすることで、チャートの位置は維持されます"]}},91282:e=>{e.exports={en:["Price Label"],ja:["価格ラベル"]}},97512:e=>{e.exports={en:["Price Note"],ja:["価格ノート"]}},68941:e=>{e.exports={en:["Price Range"],ja:["価格範囲"]}},66123:e=>{e.exports={en:["Price format is invalid."],ja:["価格形式が無効です。"]}},72926:e=>{e.exports={en:["Price line"],ja:["価格ライン"]}},59189:e=>{e.exports={en:["Primary"],ja:["主要"]}},75747:e=>{e.exports={en:["Projection"],ja:["プロジェクション"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],ja:["{customer} で {date} に公開"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],ja:["カタール"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],ja:["「クイックサーチ」を行います。{shortcut} を押下してください"]}},56820:e=>{e.exports={en:["Rotated Rectangle"],ja:["回転長方形"]}},52961:e=>{e.exports={en:["Rome"],ja:["ローマ"]}},50318:e=>{e.exports={en:["Ray"],ja:["レイ"]}},55169:e=>{e.exports={en:["Range"],ja:["レンジ"]}},13386:e=>{e.exports={en:["Reykjavik"],ja:["レイキャビク"]}},26001:e=>{e.exports={en:["Rectangle"],ja:["長方形"]}},48236:e=>{e.exports={en:["Redo"],ja:["やり直す"]}},2460:e=>{e.exports={en:["Regression Trend"],ja:["回帰トレンド"]}},67410:e=>{e.exports={en:["Remove"],ja:["削除"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],ja:["このファンダメンタル指標をお気に入りから削除"]}},
ja:["このインジケーターをお気に入りから削除"]}},86285:e=>{e.exports={en:["Remove {drawings}"],ja:["{drawings}を削除"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],ja:["{drawings}と{indicators}を削除"]}},87797:e=>{e.exports={en:["Remove {indicators}"],ja:["{indicators}を削除"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],ja:["チャートレイアウトの名前を変更"]}},88130:e=>{e.exports={en:["Renko"],ja:["練行足"]}},75246:e=>{e.exports={en:["Reset chart view"],ja:["チャート表示のリセット"]}},88853:e=>{e.exports={en:["Reset points"],ja:["ポイントのリセット"]}},15332:e=>{e.exports={en:["Reset price scale"],ja:["価格スケールをリセット"]}},54170:e=>{e.exports={en:["Reset time scale"],ja:["時間軸をリセット"]}},37974:e=>{e.exports={en:["Riyadh"],ja:["リヤド"]}},94022:e=>{e.exports={en:["Riga"],ja:["リガ"]}},60630:e=>{e.exports={en:["Runtime error"],ja:["ランタイムエラー"]}},66719:e=>{e.exports={en:["Warning"],ja:["警告"]}},5959:e=>{e.exports={en:["Warsaw"],ja:["ワルシャワ"]}},98549:e=>{e.exports={en:["Tokelau"],ja:["トケラウ"]}},69122:e=>{e.exports={en:["Tokyo"],ja:["東京"]}},10095:e=>{e.exports={en:["Toronto"],ja:["トロント"]}},17981:e=>{e.exports={en:["Table"],ja:["表"]}},11034:e=>{e.exports={en:["Taipei"],ja:["台北"]}},79995:e=>{e.exports={en:["Tallinn"],ja:["タリン"]}},6686:e=>{e.exports={en:["Tehran"],ja:["テヘラン"]}},93553:e=>{e.exports={en:["Template"],ja:["テンプレート"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],ja:["このシンボルの出来高データはデータ提供元から提供されておりません。"]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],ja:["投稿プレビューを読み込むことができません。ブラウザの拡張機能を無効にして再度お試しください。"]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],ja:["リクエストの処理が時間切れになりました。インターネットの接続が安定しているかどうかをご確認ください。問題が解決しない場合は、リクエストにかかる時間を短縮してください。"]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],ja:["選択した期間とチャートの時間足に対応するデータがありません。"]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],ja:["ファイルサイズが大きすぎます。サイズの上限は{value}です。"]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],ja:["このインジケーターは他のインジケーターに追加できません。"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],ja:["このスクリプトにはエラーが含まれています。スクリプトの作者にご連絡ください。"]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],ja:["このスクリプトは招待制です。アクセスをご希望の場合、スクリプトの作者にお問い合わせください。"]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],ja:["このシンボルは{linkStart}TradingView{linkEnd}上でのみ利用可能です。"]}},46982:e=>{e.exports={en:["Three Drives Pattern"],ja:["スリードライブパターン"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],ja:["{ticker}ではティックベースの時間足はご利用になれません。"]}},12806:e=>{e.exports={en:["Time"],ja:["日時"]}},20909:e=>{e.exports={en:["Time zone"],ja:["タイムゾーン"]}},46852:e=>{e.exports={en:["Time Cycles"],ja:["時間サイクル"]}},17809:e=>{e.exports={ 58764:e=>{e.exports={en:["Remove this indicator from favorites"],ja:["このインジケーターをお気に入りから削除"]}},86285:e=>{e.exports={en:["Remove {drawings}"],ja:["{drawings}を削除"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],ja:["{drawings}と{indicators}を削除"]}},87797:e=>{e.exports={en:["Remove {indicators}"],ja:["{indicators}を削除"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],ja:["チャートレイアウトの名前を変更"]}},88130:e=>{e.exports={en:["Renko"],ja:["練行足"]}},75246:e=>{e.exports={en:["Reset chart view"],ja:["チャート表示のリセット"]}},88853:e=>{e.exports={en:["Reset points"],ja:["ポイントのリセット"]}},15332:e=>{e.exports={en:["Reset price scale"],ja:["価格スケールをリセット"]}},54170:e=>{e.exports={en:["Reset time scale"],ja:["時間軸をリセット"]}},37974:e=>{e.exports={en:["Riyadh"],ja:["リヤド"]}},94022:e=>{e.exports={en:["Riga"],ja:["リガ"]}},60630:e=>{e.exports={en:["Runtime error"],ja:["ランタイムエラー"]}},66719:e=>{e.exports={en:["Warning"],ja:["警告"]}},5959:e=>{e.exports={en:["Warsaw"],ja:["ワルシャワ"]}},98549:e=>{e.exports={en:["Tokelau"],ja:["トケラウ"]}},69122:e=>{e.exports={en:["Tokyo"],ja:["東京"]}},10095:e=>{e.exports={en:["Toronto"],ja:["トロント"]}},17981:e=>{e.exports={en:["Table"],ja:["表"]}},11034:e=>{e.exports={en:["Taipei"],ja:["台北"]}},79995:e=>{e.exports={en:["Tallinn"],ja:["タリン"]}},6686:e=>{e.exports={en:["Tehran"],ja:["テヘラン"]}},93553:e=>{e.exports={en:["Template"],ja:["テンプレート"]}},81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],ja:["このシンボルの出来高データはデータ提供元から提供されておりません。"]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],ja:["投稿プレビューを読み込むことができません。ブラウザの拡張機能を無効にして再度お試しください。"]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],ja:["リクエストの処理が時間切れになりました。インターネットの接続が安定しているかどうかをご確認ください。問題が解決しない場合は、リクエストにかかる時間を短縮してください。"]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],ja:["選択した期間とチャートの時間足に対応するデータがありません。"]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],ja:["ファイルサイズが大きすぎます。サイズの上限は{value}です。"]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],ja:["このインジケーターは他のインジケーターに追加できません。"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],ja:["このスクリプトにはエラーが含まれています。スクリプトの作者にご連絡ください。"]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],ja:["このスクリプトは招待制です。アクセスをご希望の場合、スクリプトの作者にお問い合わせください。"]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],ja:["このシンボルは{linkStart}TradingView{linkEnd}上でのみ利用可能です。"]}},46982:e=>{e.exports={en:["Three Drives Pattern"],ja:["スリードライブパターン"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],ja:["{ticker}ではティックベースの時間足はご利用になれません。"]}},12806:e=>{e.exports={en:["Time"],ja:["日時"]}},20909:e=>{e.exports={en:["Time zone"],ja:["タイムゾーン"]}},46852:e=>{e.exports={
en:["Time Price Opportunity"],ja:["タイム・プライス・オポチュニティ"]}},66823:e=>{e.exports={en:["Trade"],ja:["トレード"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],ja:["Tradingviewはインタラクティブで、スクリーンリーダーで使用するコマンドがあります。以下は、プラットフォーム上でインタラクティブに使用できるキーボードコマンドの一覧です。"]}},35757:e=>{e.exports={en:["Trend Angle"],ja:["トレンド角度"]}},97339:e=>{e.exports={en:["Trend Line"],ja:["トレンドライン"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],ja:["フィボナッチ・エクステンション"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],ja:["フィボナッチ・タイムエクステンション"]}},1671:e=>{e.exports={en:["Triangle"],ja:["三角形"]}},76152:e=>{e.exports={en:["Triangle Down"],ja:["下向き三角形"]}},90148:e=>{e.exports={en:["Triangle Pattern"],ja:["トライアングルパターン"]}},21236:e=>{e.exports={en:["Triangle Up"],ja:["上向き三角形"]}},21007:e=>{e.exports={en:["Tunis"],ja:["チュニス"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],ja:["元に戻す"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],ja:["ディープバックテストモードで予期せぬエラーが発生しました。詳細はサポートにお問い合わせください。"]}},15432:e=>{e.exports={en:["Units"],ja:["ユニット"]}},11768:e=>{e.exports={en:["Unknown error"],ja:["不明のエラー"]}},99894:e=>{e.exports={en:["Unlock"],ja:["ロック解除"]}},75546:e=>{e.exports={en:["Unsupported interval"],ja:["サポート外の時間足です"]}},8580:e=>{e.exports={en:["User-defined error"],ja:["ユーザー定義エラー"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],ja:["VPFR (固定期間出来高プロファイル)"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],ja:["出来高プロファイルインジケーターは、有料プランでのみご利用可能です。"]}},93722:e=>{e.exports={en:["Volume candles"],ja:["出来高ローソク足"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],ja:["BIST MIXEDのデータプランにおいて出来高データは提供されていません。"]}},92763:e=>{e.exports={en:["Volume footprint"],ja:["出来高フットプリント"]}},32838:e=>{e.exports={en:["Vancouver"],ja:["バンクーバー"]}},29535:e=>{e.exports={en:["Vertical Line"],ja:["垂直線"]}},23160:e=>{e.exports={en:["Vienna"],ja:["ウィーン"]}},60534:e=>{e.exports={en:["Vilnius"],ja:["ヴィリニュス"]}},40091:e=>{e.exports={en:["Visibility"],ja:["可視性"]}},54853:e=>{e.exports={en:["Visibility on intervals"],ja:["時間足の可視性"]}},58302:e=>{e.exports={en:["Visible on tap"],ja:["タップで表示"]}},10309:e=>{e.exports={en:["Visible on mouse over"],ja:["マウスの移動時に表示"]}},4077:e=>{e.exports={en:["Visual order"],ja:["表示の順序"]}},11316:e=>{e.exports={en:["X Cross"],ja:["X 交差"]}},42231:e=>{e.exports={en:["XABCD Pattern"],ja:["XABCDパターン"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],ja:["現在の時間足では、この時間枠のピボットを見ることができません"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],ja:["このシンボルにはロックしている描画があります。ロックした描画も同時に削除しますか?"]}},53168:e=>{e.exports={en:["Yangon"],ja:["ヤンゴン"]}},93123:e=>{e.exports={en:["Yes, remove them"],ja:["はい、削除します"]}},62859:e=>{e.exports={en:["Zurich"],ja:["チューリッヒ"]}},47977:e=>{e.exports={ en:["Time Cycles"],ja:["時間サイクル"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],ja:["タイム・プライス・オポチュニティ"]}},66823:e=>{e.exports={en:["Trade"],ja:["トレード"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],ja:["Tradingviewはインタラクティブで、スクリーンリーダーで使用するコマンドがあります。以下は、プラットフォーム上でインタラクティブに使用できるキーボードコマンドの一覧です。"]}},35757:e=>{e.exports={en:["Trend Angle"],ja:["トレンド角度"]}},97339:e=>{e.exports={en:["Trend Line"],ja:["トレンドライン"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],ja:["フィボナッチ・エクステンション"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],ja:["フィボナッチ・タイムエクステンション"]}},1671:e=>{e.exports={en:["Triangle"],ja:["三角形"]}},76152:e=>{e.exports={en:["Triangle Down"],ja:["下向き三角形"]}},90148:e=>{e.exports={en:["Triangle Pattern"],ja:["トライアングルパターン"]}},21236:e=>{e.exports={en:["Triangle Up"],ja:["上向き三角形"]}},21007:e=>{e.exports={en:["Tunis"],ja:["チュニス"]}},1833:e=>{e.exports={en:["UTC"]}},14804:e=>{e.exports={en:["Undo"],ja:["元に戻す"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],ja:["ディープバックテストモードで予期せぬエラーが発生しました。詳細はサポートにお問い合わせください。"]}},15432:e=>{e.exports={en:["Units"],ja:["ユニット"]}},11768:e=>{e.exports={en:["Unknown error"],ja:["不明のエラー"]}},99894:e=>{e.exports={en:["Unlock"],ja:["ロック解除"]}},75546:e=>{e.exports={en:["Unsupported interval"],ja:["サポート外の時間足です"]}},8580:e=>{e.exports={en:["User-defined error"],ja:["ユーザー定義エラー"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],ja:["VPFR (固定期間出来高プロファイル)"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],ja:["出来高プロファイルインジケーターは、有料プランでのみご利用可能です。"]}},93722:e=>{e.exports={en:["Volume candles"],ja:["出来高ローソク足"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],ja:["BIST MIXEDのデータプランにおいて出来高データは提供されていません。"]}},92763:e=>{e.exports={en:["Volume footprint"],ja:["出来高フットプリント"]}},32838:e=>{e.exports={en:["Vancouver"],ja:["バンクーバー"]}},29535:e=>{e.exports={en:["Vertical Line"],ja:["垂直線"]}},23160:e=>{e.exports={en:["Vienna"],ja:["ウィーン"]}},60534:e=>{e.exports={en:["Vilnius"],ja:["ヴィリニュス"]}},40091:e=>{e.exports={en:["Visibility"],ja:["可視性"]}},54853:e=>{e.exports={en:["Visibility on intervals"],ja:["時間足の可視性"]}},58302:e=>{e.exports={en:["Visible on tap"],ja:["タップで表示"]}},10309:e=>{e.exports={en:["Visible on mouse over"],ja:["マウスの移動時に表示"]}},4077:e=>{e.exports={en:["Visual order"],ja:["表示の順序"]}},11316:e=>{e.exports={en:["X Cross"],ja:["X 交差"]}},42231:e=>{e.exports={en:["XABCD Pattern"],ja:["XABCDパターン"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],ja:["現在の時間足では、この時間枠のピボットを見ることができません"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],ja:["このシンボルにはロックしている描画があります。ロックした描画も同時に削除しますか?"]}},53168:e=>{e.exports={en:["Yangon"],ja:["ヤンゴン"]}},93123:e=>{e.exports={en:["Yes, remove them"],ja:["はい、削除します"]}},62859:e=>{e.exports={en:["Zurich"],
en:["change Elliott degree"],ja:["エリオットの規模の変更"]}},61557:e=>{e.exports={en:["change no overlapping labels"],ja:["ラベルを重ねないの変更"]}},76852:e=>{e.exports={en:["change average close price label visibility"],ja:["平均価格ラベルの表示の変更"]}},1022:e=>{e.exports={en:["change average close price line visibility"],ja:["平均価格ラインの表示の変更"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],ja:["Bid/Askラベルの表示の変更"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],ja:["Bid/Askラインの表示の変更"]}},32302:e=>{e.exports={en:["change currency"],ja:["通貨の変更"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],ja:["チャートレイアウトを{title}に変更"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],ja:["つなぎ足の限月の交代の表示の変更"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],ja:["バーのクローズまでのカウントダウンの表示の変更"]}},16979:e=>{e.exports={en:["change date range"],ja:["日付範囲の変更"]}},53929:e=>{e.exports={en:["change dividends visibility"],ja:["配当の表示の変更"]}},6119:e=>{e.exports={en:["change events visibility on chart"],ja:["チャート上のイベントの表示の変更"]}},6819:e=>{e.exports={en:["change earnings visibility"],ja:["決算の表示の変更"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],ja:["先物の限月満期日の表示の変更"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],ja:["高値・安値価格ラベルの表示の変更"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],ja:["高値・安値価格ラインの表示の変更"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],ja:["インジケーター名ラベルの表示の変更"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],ja:["インジケーター値ラベルの表示の変更"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],ja:["最新ニュースとマインドの表示の変更"]}},88849:e=>{e.exports={en:["change linking group"],ja:["リンクしているグループの変更"]}},14691:e=>{e.exports={en:["change pane height"],ja:["ペインの高さの変更"]}},96379:e=>{e.exports={en:["change plus button visibility"],ja:["プラスボタンの表示の変更"]}},76660:e=>{e.exports={en:["change point"],ja:["ポイントの変更"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],ja:["プレ/アフターマーケット価格ラベルの表示の変更"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],ja:["プレ/アフターマーケット価格ラインの表示の変更"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],ja:["シンボルの前日終値ラインの表示の変更"]}},8662:e=>{e.exports={en:["change price line visibility"],ja:["価格ラインの表示の変更"]}},2509:e=>{e.exports={en:["change price to bar ratio"],ja:["価格とバーの比率の変更"]}},32829:e=>{e.exports={en:["change resolution"],ja:["時間足の変更"]}},35400:e=>{e.exports={en:["change symbol"],ja:["シンボルの変更"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],ja:["シンボルラベルの表示の変更"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],ja:["シンボルの現在値の表示の変更"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],ja:["シンボルの前日終値の表示の変更"]}},87041:e=>{e.exports={en:["change session"],ja:["セッションの変更"]}},38413:e=>{e.exports={en:["change session breaks visibility"],ja:["セッション区切りの表示の変更"]}},49965:e=>{e.exports={en:["change series style"],ja:["系列のスタイルの変更"]}}, ja:["チューリッヒ"]}},47977:e=>{e.exports={en:["change Elliott degree"],ja:["エリオットの規模の変更"]}},61557:e=>{e.exports={en:["change no overlapping labels"],ja:["ラベルを重ねないの変更"]}},76852:e=>{e.exports={en:["change average close price label visibility"],ja:["平均価格ラベルの表示の変更"]}},1022:e=>{e.exports={en:["change average close price line visibility"],ja:["平均価格ラインの表示の変更"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],ja:["Bid/Askラベルの表示の変更"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],ja:["Bid/Askラインの表示の変更"]}},32302:e=>{e.exports={en:["change currency"],ja:["通貨の変更"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],ja:["チャートレイアウトを{title}に変更"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],ja:["つなぎ足の限月の交代の表示の変更"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],ja:["バーのクローズまでのカウントダウンの表示の変更"]}},16979:e=>{e.exports={en:["change date range"],ja:["日付範囲の変更"]}},53929:e=>{e.exports={en:["change dividends visibility"],ja:["配当の表示の変更"]}},6119:e=>{e.exports={en:["change events visibility on chart"],ja:["チャート上のイベントの表示の変更"]}},6819:e=>{e.exports={en:["change earnings visibility"],ja:["決算の表示の変更"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],ja:["先物の限月満期日の表示の変更"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],ja:["高値・安値価格ラベルの表示の変更"]}},80692:e=>{e.exports={en:["change high and low price lines visibility"],ja:["高値・安値価格ラインの表示の変更"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],ja:["インジケーター名ラベルの表示の変更"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],ja:["インジケーター値ラベルの表示の変更"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],ja:["最新ニュースとマインドの表示の変更"]}},88849:e=>{e.exports={en:["change linking group"],ja:["リンクしているグループの変更"]}},14691:e=>{e.exports={en:["change pane height"],ja:["ペインの高さの変更"]}},96379:e=>{e.exports={en:["change plus button visibility"],ja:["プラスボタンの表示の変更"]}},76660:e=>{e.exports={en:["change point"],ja:["ポイントの変更"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],ja:["プレ/アフターマーケット価格ラベルの表示の変更"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],ja:["プレ/アフターマーケット価格ラインの表示の変更"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],ja:["シンボルの前日終値ラインの表示の変更"]}},8662:e=>{e.exports={en:["change price line visibility"],ja:["価格ラインの表示の変更"]}},2509:e=>{e.exports={en:["change price to bar ratio"],ja:["価格とバーの比率の変更"]}},32829:e=>{e.exports={en:["change resolution"],ja:["時間足の変更"]}},35400:e=>{e.exports={en:["change symbol"],ja:["シンボルの変更"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],ja:["シンボルラベルの表示の変更"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],ja:["シンボルの現在値の表示の変更"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],ja:["シンボルの前日終値の表示の変更"]}},87041:e=>{e.exports={en:["change session"],ja:["セッションの変更"]}},38413:e=>{e.exports={en:["change session breaks visibility"],ja:["セッション区切りの表示の変更"]}},49965:e=>{e.exports={
47474:e=>{e.exports={en:["change splits visibility"],ja:["分割の表示の変更"]}},20137:e=>{e.exports={en:["change timezone"],ja:["タイムゾーンの変更"]}},85975:e=>{e.exports={en:["change unit"],ja:["単位の変更"]}},1924:e=>{e.exports={en:["change visibility"],ja:["可視性の変更"]}},84331:e=>{e.exports={en:["change visibility at current interval"],ja:["現在の時間足への可視性の変更"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],ja:["現在の時間足以上の可視性の変更"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],ja:["現在の時間足以下の可視性の変更"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],ja:["すべての時間足への可視性の変更"]}},94566:e=>{e.exports={en:["charts by TradingView"],ja:["TradingView提供のチャート"]}},32943:e=>{e.exports={en:["clone line tools"],ja:["ラインツールの複製"]}},46219:e=>{e.exports={en:["create line tools group"],ja:["ラインツールグループの作成"]}},95394:e=>{e.exports={en:["create line tools group from selection"],ja:["選択からラインツールグループの作成"]}},12898:e=>{e.exports={en:["create {tool}"],ja:["{tool}の作成"]}},94227:e=>{e.exports={en:["cut sources"],ja:["ソースの切り取り"]}},11500:e=>{e.exports={en:["cut {title}"],ja:["{title}の切り取り"]}},63869:e=>{e.exports={en:["anchor objects"],ja:["オブジェクトの固定"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],ja:["ラインツール {lineTool} をグループ {name} に追加"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],ja:["ラインツールをグループ {group} に追加"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],ja:["このファンダメンタル指標をレイアウト全体に追加"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],ja:["このインジケーターをレイアウト全体に追加"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],ja:["このストラテジーをレイアウト全体に追加"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],ja:["このシンボルをレイアウト全体に追加"]}},4128:e=>{e.exports={en:["align to 45 degrees"],ja:["45度に合わせる"]}},68231:e=>{e.exports={en:["apply chart theme"],ja:["チャートテーマの適用"]}},99551:e=>{e.exports={en:["apply all chart properties"],ja:["すべてのチャートのプロパティの適用"]}},89720:e=>{e.exports={en:["apply drawing template"],ja:["描画テンプレートの適用"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],ja:["選択したソースへファクトリーデフォルトの適用"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],ja:["レイアウト全体へのインジケーターの適用"]}},69604:e=>{e.exports={en:["apply study template {template}"],ja:["インジケーターテンプレート {template} の適用"]}},86708:e=>{e.exports={en:["apply toolbars theme"],ja:["ツールバーのテーマの適用"]}},1979:e=>{e.exports={en:["bring group {title} forward"],ja:["グループ {title} を前面に移動"]}},53159:e=>{e.exports={en:["bring {title} to front"],ja:["{title}を最前面に移動"]}},41966:e=>{e.exports={en:["bring {title} forward"],ja:["{title}を前面に移動"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"],ja:["日付範囲のロック"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],ja:["グループ {group} からラインツールを除外"]}},13017:e=>{e.exports={en:["hide {title}"],ja:["{title}の非表示"]}},62249:e=>{e.exports={en:["hide marks on bars"],ja:["バーのマークの非表示"]}},56558:e=>{e.exports={en:["interval lock"],ja:["時間足のロック"]}},6830:e=>{e.exports={ en:["change series style"],ja:["系列のスタイルの変更"]}},47474:e=>{e.exports={en:["change splits visibility"],ja:["分割の表示の変更"]}},20137:e=>{e.exports={en:["change timezone"],ja:["タイムゾーンの変更"]}},85975:e=>{e.exports={en:["change unit"],ja:["単位の変更"]}},1924:e=>{e.exports={en:["change visibility"],ja:["可視性の変更"]}},84331:e=>{e.exports={en:["change visibility at current interval"],ja:["現在の時間足への可視性の変更"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],ja:["現在の時間足以上の可視性の変更"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],ja:["現在の時間足以下の可視性の変更"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],ja:["すべての時間足への可視性の変更"]}},94566:e=>{e.exports={en:["charts by TradingView"],ja:["TradingView提供のチャート"]}},32943:e=>{e.exports={en:["clone line tools"],ja:["ラインツールの複製"]}},46219:e=>{e.exports={en:["create line tools group"],ja:["ラインツールグループの作成"]}},95394:e=>{e.exports={en:["create line tools group from selection"],ja:["選択からラインツールグループの作成"]}},12898:e=>{e.exports={en:["create {tool}"],ja:["{tool}の作成"]}},94227:e=>{e.exports={en:["cut sources"],ja:["ソースの切り取り"]}},11500:e=>{e.exports={en:["cut {title}"],ja:["{title}の切り取り"]}},63869:e=>{e.exports={en:["anchor objects"],ja:["オブジェクトの固定"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],ja:["ラインツール {lineTool} をグループ {name} に追加"]}},21162:e=>{e.exports={en:["add line tool(s) to group {group}"],ja:["ラインツールをグループ {group} に追加"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],ja:["このファンダメンタル指標をレイアウト全体に追加"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],ja:["このインジケーターをレイアウト全体に追加"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],ja:["このストラテジーをレイアウト全体に追加"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],ja:["このシンボルをレイアウト全体に追加"]}},4128:e=>{e.exports={en:["align to 45 degrees"],ja:["45度に合わせる"]}},68231:e=>{e.exports={en:["apply chart theme"],ja:["チャートテーマの適用"]}},99551:e=>{e.exports={en:["apply all chart properties"],ja:["すべてのチャートのプロパティの適用"]}},89720:e=>{e.exports={en:["apply drawing template"],ja:["描画テンプレートの適用"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],ja:["選択したソースへファクトリーデフォルトの適用"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],ja:["レイアウト全体へのインジケーターの適用"]}},69604:e=>{e.exports={en:["apply study template {template}"],ja:["インジケーターテンプレート {template} の適用"]}},86708:e=>{e.exports={en:["apply toolbars theme"],ja:["ツールバーのテーマの適用"]}},1979:e=>{e.exports={en:["bring group {title} forward"],ja:["グループ {title} を前面に移動"]}},53159:e=>{e.exports={en:["bring {title} to front"],ja:["{title}を最前面に移動"]}},41966:e=>{e.exports={en:["bring {title} forward"],ja:["{title}を前面に移動"]}},44676:e=>{e.exports={en:["by TradingView"]}},58850:e=>{e.exports={en:["date range lock"],ja:["日付範囲のロック"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],ja:["グループ {group} からラインツールを除外"]}},13017:e=>{e.exports={en:["hide {title}"],ja:["{title}の非表示"]}},62249:e=>{e.exports={en:["hide marks on bars"],ja:["バーのマークの非表示"]}},56558:e=>{e.exports={
en:["invert scale"],ja:["スケールの反転"]}},48818:e=>{e.exports={en:["insert {title}"],ja:["{title}の挿入"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],ja:["{title}を{targetTitle}の後に挿入"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],ja:["{title}を{target}の後に挿入"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],ja:["{title}を{target}の前に挿入"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],ja:["{title}を{targetTitle}の前に挿入"]}},43364:e=>{e.exports={en:["load default drawing template"],ja:["デフォルト描画テンプレートの読み込み"]}},62011:e=>{e.exports={en:["loading..."],ja:["読み込み中 ..."]}},76104:e=>{e.exports={en:["lock {title}"],ja:["{title}のロック"]}},20453:e=>{e.exports={en:["lock group {group}"],ja:["グループ {group} のロック"]}},18942:e=>{e.exports={en:["lock objects"],ja:["オブジェクトのロック"]}},98277:e=>{e.exports={en:["move"],ja:["移動"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],ja:["{title}を新たな左スケールに移動"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],ja:["{title}の新しい右スケールへの移動"]}},64077:e=>{e.exports={en:["move all scales to left"],ja:["すべてのスケールを左に移動"]}},19013:e=>{e.exports={en:["move all scales to right"],ja:["すべてのスケールを右に移動"]}},52510:e=>{e.exports={en:["move drawing(s)"],ja:["描画の移動"]}},79209:e=>{e.exports={en:["move left"],ja:["左に移動"]}},60114:e=>{e.exports={en:["move right"],ja:["右に移動"]}},44854:e=>{e.exports={en:["move scale"],ja:["スケールの移動"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],ja:["{title}をスケールなしにする (フルスクリーン)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],ja:["グループ {group} の非表示"]}},45987:e=>{e.exports={en:["make group {group} visible"],ja:["グループ {group} の表示"]}},78055:e=>{e.exports={en:["merge down"],ja:["下に結合"]}},41866:e=>{e.exports={en:["merge to pane"],ja:["ペインに結合"]}},52458:e=>{e.exports={en:["merge up"],ja:["上に結合"]}},90091:e=>{e.exports={en:["n/a"],ja:["該当なし"]}},94981:e=>{e.exports={en:["scale price"],ja:["価格のスケーリング"]}},63796:e=>{e.exports={en:["scale price chart only"],ja:["価格のみでスケール"]}},70771:e=>{e.exports={en:["scale time"],ja:["日時のスケーリング"]}},42070:e=>{e.exports={en:["scroll"],ja:["スクロール"]}},87840:e=>{e.exports={en:["scroll time"],ja:["日時のスクロール"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],ja:["価格スケールの選択ストラテジーを{title}に設定"]}},40962:e=>{e.exports={en:["send {title} backward"],ja:["{title}を背面に移動"]}},5005:e=>{e.exports={en:["send {title} to back"],ja:["{title}を最背面に移動"]}},69546:e=>{e.exports={en:["send group {title} backward"],ja:["グループ {title} を背面に移動"]}},63934:e=>{e.exports={en:["share line tools globally"],ja:["ラインツールのグローバルな共有"]}},90221:e=>{e.exports={en:["share line tools in layout"],ja:["レイアウトのラインツールの共有"]}},13336:e=>{e.exports={en:["show all ideas"],ja:["すべてのアイデアを表示"]}},91395:e=>{e.exports={en:["show ideas of followed users"],ja:["フォロー中のユーザーのアイデアを表示"]}},57460:e=>{e.exports={en:["show my ideas only"],ja:["自分のアイデアのみ表示"]}},4114:e=>{e.exports={en:["stay in drawing mode"],ja:["描画モードの維持"]}},3350:e=>{e.exports={en:["stop syncing drawing"],ja:["描画の同期の停止"]}},49183:e=>{e.exports={ en:["interval lock"],ja:["時間足のロック"]}},6830:e=>{e.exports={en:["invert scale"],ja:["スケールの反転"]}},48818:e=>{e.exports={en:["insert {title}"],ja:["{title}の挿入"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],ja:["{title}を{targetTitle}の後に挿入"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],ja:["{title}を{target}の後に挿入"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],ja:["{title}を{target}の前に挿入"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],ja:["{title}を{targetTitle}の前に挿入"]}},43364:e=>{e.exports={en:["load default drawing template"],ja:["デフォルト描画テンプレートの読み込み"]}},62011:e=>{e.exports={en:["loading..."],ja:["読み込み中 ..."]}},76104:e=>{e.exports={en:["lock {title}"],ja:["{title}のロック"]}},20453:e=>{e.exports={en:["lock group {group}"],ja:["グループ {group} のロック"]}},18942:e=>{e.exports={en:["lock objects"],ja:["オブジェクトのロック"]}},98277:e=>{e.exports={en:["move"],ja:["移動"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],ja:["{title}を新たな左スケールに移動"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],ja:["{title}の新しい右スケールへの移動"]}},64077:e=>{e.exports={en:["move all scales to left"],ja:["すべてのスケールを左に移動"]}},19013:e=>{e.exports={en:["move all scales to right"],ja:["すべてのスケールを右に移動"]}},52510:e=>{e.exports={en:["move drawing(s)"],ja:["描画の移動"]}},79209:e=>{e.exports={en:["move left"],ja:["左に移動"]}},60114:e=>{e.exports={en:["move right"],ja:["右に移動"]}},44854:e=>{e.exports={en:["move scale"],ja:["スケールの移動"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],ja:["{title}をスケールなしにする (フルスクリーン)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],ja:["グループ {group} の非表示"]}},45987:e=>{e.exports={en:["make group {group} visible"],ja:["グループ {group} の表示"]}},78055:e=>{e.exports={en:["merge down"],ja:["下に結合"]}},41866:e=>{e.exports={en:["merge to pane"],ja:["ペインに結合"]}},52458:e=>{e.exports={en:["merge up"],ja:["上に結合"]}},90091:e=>{e.exports={en:["n/a"],ja:["該当なし"]}},94981:e=>{e.exports={en:["scale price"],ja:["価格のスケーリング"]}},63796:e=>{e.exports={en:["scale price chart only"],ja:["価格のみでスケール"]}},70771:e=>{e.exports={en:["scale time"],ja:["日時のスケーリング"]}},42070:e=>{e.exports={en:["scroll"],ja:["スクロール"]}},87840:e=>{e.exports={en:["scroll time"],ja:["日時のスクロール"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],ja:["価格スケールの選択ストラテジーを{title}に設定"]}},40962:e=>{e.exports={en:["send {title} backward"],ja:["{title}を背面に移動"]}},5005:e=>{e.exports={en:["send {title} to back"],ja:["{title}を最背面に移動"]}},69546:e=>{e.exports={en:["send group {title} backward"],ja:["グループ {title} を背面に移動"]}},63934:e=>{e.exports={en:["share line tools globally"],ja:["ラインツールのグローバルな共有"]}},90221:e=>{e.exports={en:["share line tools in layout"],ja:["レイアウトのラインツールの共有"]}},13336:e=>{e.exports={en:["show all ideas"],ja:["すべてのアイデアを表示"]}},91395:e=>{e.exports={en:["show ideas of followed users"],ja:["フォロー中のユーザーのアイデアを表示"]}},57460:e=>{e.exports={en:["show my ideas only"],ja:["自分のアイデアのみ表示"]}},4114:e=>{e.exports={en:["stay in drawing mode"],ja:["描画モードの維持"]}},3350:e=>{e.exports={en:["stop syncing drawing"],
en:["stop syncing line tool(s)"],ja:["ラインツールの同期の停止"]}},53278:e=>{e.exports={en:["symbol lock"],ja:["シンボルのロック"]}},91677:e=>{e.exports={en:["sync time"],ja:["日時の同期"]}},3140:e=>{e.exports={en:["powered by"],ja:["提供元"]}},92800:e=>{e.exports={en:["powered by TradingView"],ja:["TradingView提供"]}},62192:e=>{e.exports={en:["paste drawing"],ja:["描画の貼り付け"]}},1064:e=>{e.exports={en:["paste indicator"],ja:["インジケーターの貼り付け"]}},57010:e=>{e.exports={en:["paste {title}"],ja:["{title}の貼り付け"]}},78690:e=>{e.exports={en:["pin to left scale"],ja:["左スケールに固定"]}},7495:e=>{e.exports={en:["pin to right scale"],ja:["右スケールに固定"]}},81566:e=>{e.exports={en:["pin to scale {label}"],ja:["スケール{label}に固定"]}},2618:e=>{e.exports={en:["rearrange panes"],ja:["ペインの再配置"]}},60806:e=>{e.exports={en:["remove all indicators"],ja:["全インジケーターの削除"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],ja:["全インジケーターと全描画の削除"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],ja:["非選択の空のラインツールの削除"]}},30538:e=>{e.exports={en:["remove drawings"],ja:["描画の削除"]}},1193:e=>{e.exports={en:["remove drawings group"],ja:["描画グループの削除"]}},38199:e=>{e.exports={en:["remove line data sources"],ja:["ラインデータのソースを削除"]}},93333:e=>{e.exports={en:["remove pane"],ja:["ペインの削除"]}},94543:e=>{e.exports={en:["remove {title}"],ja:["{title}の削除"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],ja:["ラインツールグループ {name} の削除"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],ja:["グループ名 {group} を {newName} に変更"]}},85366:e=>{e.exports={en:["reset layout sizes"],ja:["レイアウトサイズのリセット"]}},3323:e=>{e.exports={en:["reset scales"],ja:["スケールのリセット"]}},17336:e=>{e.exports={en:["reset time scale"],ja:["時間軸のリセット"]}},47418:e=>{e.exports={en:["resize layout"],ja:["レイアウトのリサイズ"]}},85815:e=>{e.exports={en:["restore defaults"],ja:["デフォルトに戻す"]}},96881:e=>{e.exports={en:["restore study defaults"],ja:["インジケーターのデフォルトに復元"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],ja:["ペインの最大化の切替"]}},42240:e=>{e.exports={en:["toggle auto scale"],ja:["自動スケールの切り替え"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],ja:["ペインの折りたたみの切替"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],ja:["100基準への切り替え"]}},49695:e=>{e.exports={en:["toggle lock scale"],ja:["スケールのロックの切り替え"]}},49403:e=>{e.exports={en:["toggle log scale"],ja:["ログスケールの切り替え"]}},98994:e=>{e.exports={en:["toggle percentage scale"],ja:["%スケールの切り替え"]}},80688:e=>{e.exports={en:["toggle regular scale"],ja:["通常スケールの切り替え"]}},46807:e=>{e.exports={en:["track time"],ja:["時間の追跡"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],ja:["ラインツールの共有のオフ"]}},99234:e=>{e.exports={en:["unanchor objects"],ja:["オブジェクトの固定解除"]}},23230:e=>{e.exports={en:["unlock objects"],ja:["オブジェクトのロック解除"]}},74590:e=>{e.exports={en:["unlock group {group}"],ja:["グループ {group} のロック解除"]}},12525:e=>{e.exports={en:["unlock {title}"],ja:["{title}のロック解除"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],ja:["下の新規ペインに結合を解除"]}},79443:e=>{e.exports={en:["unmerge up"],ja:["上に結合を解除"]}},46453:e=>{e.exports={en:["unmerge down"],ja:["下に結合を解除"]} ja:["描画の同期の停止"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],ja:["ラインツールの同期の停止"]}},53278:e=>{e.exports={en:["symbol lock"],ja:["シンボルのロック"]}},91677:e=>{e.exports={en:["sync time"],ja:["日時の同期"]}},3140:e=>{e.exports={en:["powered by"],ja:["提供元"]}},92800:e=>{e.exports={en:["powered by TradingView"],ja:["TradingView提供"]}},62192:e=>{e.exports={en:["paste drawing"],ja:["描画の貼り付け"]}},1064:e=>{e.exports={en:["paste indicator"],ja:["インジケーターの貼り付け"]}},57010:e=>{e.exports={en:["paste {title}"],ja:["{title}の貼り付け"]}},78690:e=>{e.exports={en:["pin to left scale"],ja:["左スケールに固定"]}},7495:e=>{e.exports={en:["pin to right scale"],ja:["右スケールに固定"]}},81566:e=>{e.exports={en:["pin to scale {label}"],ja:["スケール{label}に固定"]}},2618:e=>{e.exports={en:["rearrange panes"],ja:["ペインの再配置"]}},60806:e=>{e.exports={en:["remove all indicators"],ja:["全インジケーターの削除"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],ja:["全インジケーターと全描画の削除"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],ja:["非選択の空のラインツールの削除"]}},30538:e=>{e.exports={en:["remove drawings"],ja:["描画の削除"]}},1193:e=>{e.exports={en:["remove drawings group"],ja:["描画グループの削除"]}},38199:e=>{e.exports={en:["remove line data sources"],ja:["ラインデータのソースを削除"]}},93333:e=>{e.exports={en:["remove pane"],ja:["ペインの削除"]}},94543:e=>{e.exports={en:["remove {title}"],ja:["{title}の削除"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],ja:["ラインツールグループ {name} の削除"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],ja:["グループ名 {group} を {newName} に変更"]}},85366:e=>{e.exports={en:["reset layout sizes"],ja:["レイアウトサイズのリセット"]}},3323:e=>{e.exports={en:["reset scales"],ja:["スケールのリセット"]}},17336:e=>{e.exports={en:["reset time scale"],ja:["時間軸のリセット"]}},47418:e=>{e.exports={en:["resize layout"],ja:["レイアウトのリサイズ"]}},85815:e=>{e.exports={en:["restore defaults"],ja:["デフォルトに戻す"]}},96881:e=>{e.exports={en:["restore study defaults"],ja:["インジケーターのデフォルトに復元"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],ja:["ペインの最大化の切替"]}},42240:e=>{e.exports={en:["toggle auto scale"],ja:["自動スケールの切り替え"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],ja:["ペインの折りたたみの切替"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],ja:["100基準への切り替え"]}},49695:e=>{e.exports={en:["toggle lock scale"],ja:["スケールのロックの切り替え"]}},49403:e=>{e.exports={en:["toggle log scale"],ja:["ログスケールの切り替え"]}},98994:e=>{e.exports={en:["toggle percentage scale"],ja:["%スケールの切り替え"]}},80688:e=>{e.exports={en:["toggle regular scale"],ja:["通常スケールの切り替え"]}},46807:e=>{e.exports={en:["track time"],ja:["時間の追跡"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],ja:["ラインツールの共有のオフ"]}},99234:e=>{e.exports={en:["unanchor objects"],ja:["オブジェクトの固定解除"]}},23230:e=>{e.exports={en:["unlock objects"],ja:["オブジェクトのロック解除"]}},74590:e=>{e.exports={en:["unlock group {group}"],ja:["グループ {group} のロック解除"]}},12525:e=>{e.exports={en:["unlock {title}"],ja:["{title}のロック解除"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],ja:["下の新規ペインに結合を解除"]}},79443:e=>{e.exports={en:["unmerge up"],ja:["上に結合を解除"]}},46453:e=>{
},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],ja:["現在の所、{chartStyle}のチャートタイプではティックベースの時間足を利用することができません。"]}},41643:e=>{e.exports={en:["{count} bars"],ja:["{count} バー"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],ja:["TradingView提供の{symbol}ファンダメンタル"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],ja:["{userName} が {customer} で {date} に公開"]}},91084:e=>{e.exports={en:["zoom"],ja:["ズーム"]}},49856:e=>{e.exports={en:["zoom in"],ja:["ズームイン"]}},73638:e=>{e.exports={en:["zoom out"],ja:["ズームアウト"]}},41807:e=>{e.exports={en:["day","days"],ja:["日"]}},42328:e=>{e.exports={en:["hour","hours"],ja:["時間"]}},98393:e=>{e.exports={en:["month","months"],ja:["月"]}},78318:e=>{e.exports={en:["minute","minutes"],ja:["分"]}},33232:e=>{e.exports={en:["second","seconds"],ja:["秒"]}},89937:e=>{e.exports={en:["range","ranges"],ja:["レンジ"]}},48898:e=>{e.exports={en:["week","weeks"],ja:["週"]}},11913:e=>{e.exports={en:["tick","ticks"],ja:["ティック"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],ja:["{amount}個の描画"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],ja:["{amount}個のインジケーター"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],ja:["{count}月"]}},47801:e=>{e.exports={en:["{count}d","{count}d"],ja:["{count}日"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],ja:["{count}年"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],ja:["アップル"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],ja:["シュワブ短期米国債ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"],ja:["iシェアーズ 0-5年ハイイールド社債 ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],ja:["S&P/ASX50指数"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],ja:["S&P/ASX200指数"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],ja:["S&P/ASX200指数"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],ja:["豪ドル/加ドル"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],ja:["豪ドル/スイスフラン"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],ja:["豪ドル/円"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],ja:["豪ドル/ニュージーランドドル"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],ja:["豪ドル/ロシアルーブル"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],ja:["豪ドル/米ドル"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],ja:["S&Pメルバル指数"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],ja:["ビットコインキャッシュ/ユーロ"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],ja:["ビットコインキャッシュ/米ドル"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],ja:["ベオグラード証券取引所15指数"]},e.exports["#BIST:XU100-symbol-description"]={ e.exports={en:["unmerge down"],ja:["下に結合を解除"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],ja:["現在の所、{chartStyle}のチャートタイプではティックベースの時間足を利用することができません。"]}},41643:e=>{e.exports={en:["{count} bars"],ja:["{count} バー"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],ja:["TradingView提供の{symbol}ファンダメンタル"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],ja:["{userName} が {customer} で {date} に公開"]}},91084:e=>{e.exports={en:["zoom"],ja:["ズーム"]}},49856:e=>{e.exports={en:["zoom in"],ja:["ズームイン"]}},73638:e=>{e.exports={en:["zoom out"],ja:["ズームアウト"]}},41807:e=>{e.exports={en:["day","days"],ja:["日"]}},42328:e=>{e.exports={en:["hour","hours"],ja:["時間"]}},98393:e=>{e.exports={en:["month","months"],ja:["月"]}},78318:e=>{e.exports={en:["minute","minutes"],ja:["分"]}},33232:e=>{e.exports={en:["second","seconds"],ja:["秒"]}},89937:e=>{e.exports={en:["range","ranges"],ja:["レンジ"]}},48898:e=>{e.exports={en:["week","weeks"],ja:["週"]}},11913:e=>{e.exports={en:["tick","ticks"],ja:["ティック"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],ja:["{amount}個の描画"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],ja:["{amount}個のインジケーター"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],ja:["{count}月"]}},47801:e=>{e.exports={en:["{count}d","{count}d"],ja:["{count}日"]}},46766:e=>{e.exports={en:["{count}y","{count}y"],ja:["{count}年"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],ja:["アップル"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],ja:["シュワブ短期米国債ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"],ja:["iシェアーズ 0-5年ハイイールド社債 ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],ja:["S&P/ASX50指数"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],ja:["S&P/ASX200指数"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],ja:["S&P/ASX200指数"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],ja:["豪ドル/加ドル"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],ja:["豪ドル/スイスフラン"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],ja:["豪ドル/円"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],ja:["豪ドル/ニュージーランドドル"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],ja:["豪ドル/ロシアルーブル"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],ja:["豪ドル/米ドル"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],ja:["S&Pメルバル指数"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],ja:["ビットコインキャッシュ/ユーロ"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],ja:["ビットコインキャッシュ/米ドル"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],ja:["ベオグラード証券取引所15指数"]},
en:["BIST 100 Index"],ja:["イスタンブール100種指数"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],ja:["ビットコイン/米ドルインデックス"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],ja:["IBEX35指数"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],ja:["ボベスパ指数"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],ja:["IBrasil指数"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],ja:["ブラジル50 指数"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"],ja:["フォード・モーター"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],ja:["S&P/BMV IPC 指数"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],ja:["ブラジル・レアル/円"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"],ja:["ITI"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],ja:["S&P BSE SENSEX指数"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],ja:["ビットコイン/ブラジル・レアル"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ja:["ビットコイン/カナダドル"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],ja:["ビットコイン/中国元"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],ja:["ビットコイン/ユーロ"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],ja:["ビットコイン/ポンド"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],ja:["ビットコイン/日本円"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],ja:["ビットコイン/韓国ウォン"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],ja:["ビットコイン/ポーランドズロチ"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],ja:["ビットコイン/ロシア・ルーブル"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],ja:["ビットコイン/タイ・バーツ"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],ja:["ビットコイン/米ドル"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],ja:["ビットコインゴールド/米ドル"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],ja:["S&P/BVL ペルー総合株価指数PEN"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],ja:["ブラジル ボベスパ指数"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],ja:["カナダドル/円"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],ja:["カナダドル/米ドル"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],ja:["S&P100指数"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ja:["恐怖指数VIX"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],ja:["米長期国債先物(当限つなぎ足)"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],ja:["とうもろこし先物(当限つなぎ足)"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],ja:["大豆粕先物(当限つなぎ足)"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],ja:["米10年物中期国債先物当限つなぎ足"]}, e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],ja:["イスタンブール100種指数"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],ja:["ビットコイン/米ドルインデックス"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],ja:["IBEX35指数"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],ja:["ボベスパ指数"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],ja:["IBrasil指数"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],ja:["ブラジル50 指数"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"],ja:["フォード・モーター"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],ja:["S&P/BMV IPC 指数"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],ja:["ブラジル・レアル/円"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"],ja:["ITI"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],ja:["S&P BSE SENSEX指数"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],ja:["ビットコイン/ブラジル・レアル"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ja:["ビットコイン/カナダドル"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],ja:["ビットコイン/中国元"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],ja:["ビットコイン/ユーロ"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],ja:["ビットコイン/ポンド"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],ja:["ビットコイン/日本円"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],ja:["ビットコイン/韓国ウォン"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],ja:["ビットコイン/ポーランドズロチ"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],ja:["ビットコイン/ロシア・ルーブル"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],ja:["ビットコイン/タイ・バーツ"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],ja:["ビットコイン/米ドル"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],ja:["ビットコインゴールド/米ドル"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],ja:["S&P/BVL ペルー総合株価指数PEN"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],ja:["ブラジル ボベスパ指数"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],ja:["カナダドル/円"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],ja:["カナダドル/米ドル"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],ja:["S&P100指数"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ja:["恐怖指数VIX"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],ja:["米長期国債先物(当限つなぎ足)"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],ja:["とうもろこし先物(当限つなぎ足)"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],ja:["大豆粕先物(当限つなぎ足)"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],
e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],ja:["オーツ麦先物(当限つなぎ足)"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],ja:["30日FF金利先物当限つなぎ足"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],ja:["籾米先物(当限つなぎ足)"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],ja:["大豆先物(当限つなぎ足)"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],ja:["小麦先物(当限つなぎ足)"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],ja:["大豆ミニ先物(当限つなぎ足)"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],ja:["小麦ミニ先物(当限つなぎ足)"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],ja:["ダウ先物ミニ(当限つなぎ足)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],ja:["スイスフラン/円"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],ja:["スイスフラン/米ドル"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],ja:["ビットコイン先物(当限つなぎ足)"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],ja:["バター先物-差金決済 (当限つなぎ足)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],ja:["肥育牛先物(当限つなぎ足)"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],ja:["赤身豚肉先物(当限つなぎ足)"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],ja:["生牛先物(当限つなぎ足)"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],ja:["ユーロミニ先物(当限つなぎ足)"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],ja:["S&P500ミニ先物当限つなぎ足"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],ja:["日本円ミニ先物 (当限つなぎ足)"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],ja:["ナスダック100ミニ先物当限つなぎ足"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],ja:["Eミニ ラッセル2000インデックス先物"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],ja:["アルミニウム欧州プレミアム先物(当限つなぎ足)"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],ja:["アルミニウム米国ミッドウエスト・トランザクション・プレミアムプラッツ25トン先物当限つなぎ足"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],ja:["金先物(当限つなぎ足)"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],ja:["銅先物(当限つなぎ足)"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],ja:["銀先物(当限つなぎ足)"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],ja:["ミニ銅先物(当限つなぎ足)"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],ja:["ミニ銀先物(当限つなぎ足)"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],ja:["ミニ金先物(当限つなぎ足)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],ja:["銅CFD"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],ja:["とうもろこしCFD"]},e.exports["#COTUSD-symbol-description"]={ ja:["米10年物中期国債先物当限つなぎ足"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],ja:["オーツ麦先物(当限つなぎ足)"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],ja:["30日FF金利先物当限つなぎ足"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],ja:["籾米先物(当限つなぎ足)"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],ja:["大豆先物(当限つなぎ足)"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],ja:["小麦先物(当限つなぎ足)"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],ja:["大豆ミニ先物(当限つなぎ足)"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],ja:["小麦ミニ先物(当限つなぎ足)"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],ja:["ダウ先物ミニ(当限つなぎ足)"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],ja:["スイスフラン/円"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],ja:["スイスフラン/米ドル"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],ja:["ビットコイン先物(当限つなぎ足)"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],ja:["バター先物-差金決済 (当限つなぎ足)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],ja:["肥育牛先物(当限つなぎ足)"]},e.exports["#CME:HE1!-symbol-description"]={en:["Lean Hogs Futures"],ja:["赤身豚肉先物(当限つなぎ足)"]},e.exports["#CME:LE1!-symbol-description"]={en:["Live Cattle Futures"],ja:["生牛先物(当限つなぎ足)"]},e.exports["#CME_MINI:E71!-symbol-description"]={en:["Euro E-mini Futures"],ja:["ユーロミニ先物(当限つなぎ足)"]},e.exports["#CME_MINI:ES1!-symbol-description"]={en:["S&P 500 E-mini Futures"],ja:["S&P500ミニ先物当限つなぎ足"]},e.exports["#CME_MINI:J71!-symbol-description"]={en:["Japanese Yen E-mini Futures"],ja:["日本円ミニ先物 (当限つなぎ足)"]},e.exports["#CME_MINI:NQ1!-symbol-description"]={en:["NASDAQ 100 E-mini Futures"],ja:["ナスダック100ミニ先物当限つなぎ足"]},e.exports["#CME_MINI:RTY1!-symbol-description"]={en:["E-Mini Russell 2000 Index Futures"],ja:["Eミニ ラッセル2000インデックス先物"]},e.exports["#COMEX:AEP1!-symbol-description"]={en:["Aluminium European Premium Futures"],ja:["アルミニウム欧州プレミアム先物(当限つなぎ足)"]},e.exports["#COMEX:AUP1!-symbol-description"]={en:["Aluminum MW U.S. Transaction Premium Platts (25MT) Futures"],ja:["アルミニウム米国ミッドウエスト・トランザクション・プレミアムプラッツ25トン先物当限つなぎ足"]},e.exports["#COMEX:GC1!-symbol-description"]={en:["Gold Futures"],ja:["金先物(当限つなぎ足)"]},e.exports["#COMEX:HG1!-symbol-description"]={en:["Copper Futures"],ja:["銅先物(当限つなぎ足)"]},e.exports["#COMEX:SI1!-symbol-description"]={en:["Silver Futures"],ja:["銀先物(当限つなぎ足)"]},e.exports["#COMEX_MINI:QC1!-symbol-description"]={en:["E-mini Copper Futures"],ja:["ミニ銅先物(当限つなぎ足)"]},e.exports["#COMEX_MINI:QI1!-symbol-description"]={en:["Silver (Mini) Futures"],ja:["ミニ銀先物(当限つなぎ足)"]},e.exports["#COMEX_MINI:QO1!-symbol-description"]={en:["Gold (Mini) Futures"],ja:["ミニ金先物(当限つなぎ足)"]},e.exports["#COPPER-symbol-description"]={en:["CFDs on Copper"],ja:["銅CFD"]},e.exports["#CORNUSD-symbol-description"]={en:["CFDs on Corn"],ja:["とうもろこしCFD"]},
en:["CFDs on Cotton"],ja:["綿花CFD"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],ja:["暗号資産の時価総額 (ドル)"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],ja:["ドバイ金融市場総合指数"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],ja:["ダウ・ジョーンズ総合平均指数ダウ総合65種平均"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],ja:["ダウ・ジョーンズ農産物キャップド・コンポーネント指数"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],ja:["ダウ・ジョーンズ商品指数 ココア"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],ja:["ダウ・ジョーンズ商品指数 エネルギー"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],ja:["ダウ・ジョーンズ商品指数 金"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],ja:["ダウ・ジョーンズ商品指数 穀物"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],ja:["ダウ・ジョーンズ商品指数 ニッケル"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],ja:["ダウ・ジョーンズ商品指数 コーヒー"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],ja:["ダウ・ジョーンズ商品指数 砂糖"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],ja:["ダウ・ジョーンズ商品指数 銀"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],ja:["ダウ・ジョーンズ輸送株平均"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],ja:["ダウ・ジョーンズ公共株平均"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],ja:["ダウ・ジョーンズ米石炭指数"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],ja:["EGX 30 指数"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],ja:["イーサリアムクラシック/ビットコイン"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"],ja:["イーサリアムクラシック/ユーロ"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],ja:["イーサリアムクラシック/米ドル"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"],ja:["イーサリアム/ビットコイン"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"],ja:["イーサリアム/ユーロ"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],ja:["イーサリアム/英ポンド"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],ja:["イーサリアム/円"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],ja:["イーサリアム/韓国ウォン"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],ja:["イーサリアム/タイ・バーツ"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],ja:["イーサリアム/米ドル"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],ja:["ユーロ債"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],ja:["ユーロ/豪ドル"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],ja:["ユーロ/ブラジル・レアル"]},e.exports["#EURCAD-symbol-description"]={ e.exports["#COTUSD-symbol-description"]={en:["CFDs on Cotton"],ja:["綿花CFD"]},e.exports["#CRYPTOCAP:TOTAL-symbol-description"]={en:["Crypto Total Market Cap, $"],ja:["暗号資産の時価総額 (ドル)"]},e.exports["#DFM:DFMGI-symbol-description"]={en:["DFM Index"],ja:["ドバイ金融市場総合指数"]},e.exports["#DJ:DJA-symbol-description"]={en:["Dow Jones Composite Average Index"],ja:["ダウ・ジョーンズ総合平均指数ダウ総合65種平均"]},e.exports["#DJ:DJCIAGC-symbol-description"]={en:["Dow Jones Commodity Index Agriculture Capped Component"],ja:["ダウ・ジョーンズ農産物キャップド・コンポーネント指数"]},e.exports["#DJ:DJCICC-symbol-description"]={en:["Dow Jones Commodity Index Cocoa"],ja:["ダウ・ジョーンズ商品指数 ココア"]},e.exports["#DJ:DJCIEN-symbol-description"]={en:["Dow Jones Commodity Index Energy"],ja:["ダウ・ジョーンズ商品指数 エネルギー"]},e.exports["#DJ:DJCIGC-symbol-description"]={en:["Dow Jones Commodity Index Gold"],ja:["ダウ・ジョーンズ商品指数 金"]},e.exports["#DJ:DJCIGR-symbol-description"]={en:["Dow Jones Commodity Index Grains"],ja:["ダウ・ジョーンズ商品指数 穀物"]},e.exports["#DJ:DJCIIK-symbol-description"]={en:["Dow Jones Commodity Index Nickel"],ja:["ダウ・ジョーンズ商品指数 ニッケル"]},e.exports["#DJ:DJCIKC-symbol-description"]={en:["Dow Jones Commodity Index Coffee"],ja:["ダウ・ジョーンズ商品指数 コーヒー"]},e.exports["#DJ:DJCISB-symbol-description"]={en:["Dow Jones Commodity Index Sugar"],ja:["ダウ・ジョーンズ商品指数 砂糖"]},e.exports["#DJ:DJCISI-symbol-description"]={en:["Dow Jones Commodity Index Silver"],ja:["ダウ・ジョーンズ商品指数 銀"]},e.exports["#DJ:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#DJ:DJT-symbol-description"]={en:["Dow Jones Transportation Average Index"],ja:["ダウ・ジョーンズ輸送株平均"]},e.exports["#DJ:DJU-symbol-description"]={en:["Dow Jones Utility Average Index"],ja:["ダウ・ジョーンズ公共株平均"]},e.exports["#DJ:DJUSCL-symbol-description"]={en:["Dow Jones U.S. Coal Index"],ja:["ダウ・ジョーンズ米石炭指数"]},e.exports["#EGX:EGX30-symbol-description"]={en:["EGX 30 Index"],ja:["EGX 30 指数"]},e.exports["#ETCBTC-symbol-description"]={en:["Ethereum Classic / Bitcoin"],ja:["イーサリアムクラシック/ビットコイン"]},e.exports["#ETCEUR-symbol-description"]={en:["Ethereum Classic / Euro"],ja:["イーサリアムクラシック/ユーロ"]},e.exports["#ETCUSD-symbol-description"]={en:["Ethereum Classic / U.S. Dollar"],ja:["イーサリアムクラシック/米ドル"]},e.exports["#ETHBTC-symbol-description"]={en:["Ethereum / Bitcoin"],ja:["イーサリアム/ビットコイン"]},e.exports["#ETHEUR-symbol-description"]={en:["Ethereum / Euro"],ja:["イーサリアム/ユーロ"]},e.exports["#ETHGBP-symbol-description"]={en:["Ethereum / British Pound"],ja:["イーサリアム/英ポンド"]},e.exports["#ETHJPY-symbol-description"]={en:["Ethereum / Japanese Yen"],ja:["イーサリアム/円"]},e.exports["#ETHKRW-symbol-description"]={en:["Ethereum / South Korean Won"],ja:["イーサリアム/韓国ウォン"]},e.exports["#ETHTHB-symbol-description"]={en:["Ethereum / Thai Baht"],ja:["イーサリアム/タイ・バーツ"]},e.exports["#ETHUSD-symbol-description"]={en:["Ethereum / U.S. Dollar"],ja:["イーサリアム/米ドル"]},e.exports["#EUBUND-symbol-description"]={en:["Euro Bund"],ja:["ユーロ債"]},e.exports["#EURAUD-symbol-description"]={en:["Euro / Australian Dollar"],ja:["ユーロ/豪ドル"]},e.exports["#EURBRL-symbol-description"]={en:["Euro / Brazilian Real"],ja:["ユーロ/ブラジル・レアル"]},
en:["Euro / Canadian Dollar"],ja:["ユーロ/加ドル"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],ja:["ユーロ/スイスフラン"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],ja:["ユーロ/ポンド"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],ja:["ユーロ/円"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],ja:["ユーロ/ノルウェークローネ"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],ja:["ユーロNZドル"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],ja:["AEX指数"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],ja:["BEL20指数"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],ja:["CAC40指数"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],ja:["ユーロ/ロシアルーブル"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],ja:["ユーロ/ロシアルーブル TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],ja:["ユーロ/スウェーデンクローナ"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],ja:["ユーロ/トルコリラ"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],ja:["ユーロ/米ドル"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],ja:["ユーロ・ストックス50指数"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"],ja:["US 小型株 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],ja:["CAC40指数"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],ja:["米国GDP10億ドル単位"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],ja:["米国総人口全年齢、国外駐留米軍含む1,000人単位"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],ja:["米国民間失業率"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],ja:["クアラルンプール総合指数"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."],ja:["Key Tronic コーポレーション"]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],ja:["S&P/ASX指数"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],ja:["ポンド/豪ドル"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],ja:["ポンド/カナダドル"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],ja:["ポンド/スイスフラン"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],ja:["ポンド/ユーロ"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],ja:["ポンド/円"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],ja:["ポンドNZドル"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],ja:["英ポンド/ポーランドズロチ"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],ja:["ポンド/ルーブル"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],ja:["ポンド/米ドル"]},e.exports["#GER30-symbol-description"]={ e.exports["#EURCAD-symbol-description"]={en:["Euro / Canadian Dollar"],ja:["ユーロ/加ドル"]},e.exports["#EURCHF-symbol-description"]={en:["Euro / Swiss Franc"],ja:["ユーロ/スイスフラン"]},e.exports["#EURGBP-symbol-description"]={en:["Euro / British Pound"],ja:["ユーロ/ポンド"]},e.exports["#EURJPY-symbol-description"]={en:["Euro / Japanese Yen"],ja:["ユーロ/円"]},e.exports["#EURNOK-symbol-description"]={en:["Euro / Norwegian Krone"],ja:["ユーロ/ノルウェークローネ"]},e.exports["#EURNZD-symbol-description"]={en:["Euro / New Zealand Dollar"],ja:["ユーロNZドル"]},e.exports["#EURONEXT:AEX-symbol-description"]={en:["AEX Index"],ja:["AEX指数"]},e.exports["#EURONEXT:BEL20-symbol-description"]={en:["BEL 20 Index"],ja:["BEL20指数"]},e.exports["#EURONEXT:PX1-symbol-description"]={en:["CAC 40 Index"],ja:["CAC40指数"]},e.exports["#EURRUB-symbol-description"]={en:["Euro / Russian Ruble"],ja:["ユーロ/ロシアルーブル"]},e.exports["#EURRUB_TOM-symbol-description"]={en:["Euro / Russian Ruble TOM"],ja:["ユーロ/ロシアルーブル TOM"]},e.exports["#EURSEK-symbol-description"]={en:["Euro / Swedish Krona"],ja:["ユーロ/スウェーデンクローナ"]},e.exports["#EURTRY-symbol-description"]={en:["Euro / Turkish Lira"],ja:["ユーロ/トルコリラ"]},e.exports["#EURUSD-symbol-description"]={en:["Euro / U.S. Dollar"],ja:["ユーロ/米ドル"]},e.exports["#EUSTX50-symbol-description"]={en:["Euro Stoxx 50 Index"],ja:["ユーロ・ストックス50指数"]},e.exports["#FOREXCOM:US2000-symbol-description"]={en:["US Small Cap 2000"],ja:["US 小型株 2000"]},e.exports["#FRA40-symbol-description"]={en:["CAC 40 Index"],ja:["CAC40指数"]},e.exports["#FRED:GDP-symbol-description"]={en:["Gross Domestic Product, 1 Decimal"],ja:["米国GDP10億ドル単位"]},e.exports["#FRED:POP-symbol-description"]={en:["Total Population: All Ages Including Armed Forces Overseas"],ja:["米国総人口全年齢、国外駐留米軍含む1,000人単位"]},e.exports["#FRED:UNRATE-symbol-description"]={en:["Civilian Unemployment Rate"],ja:["米国民間失業率"]},e.exports["#FTSEMYX:FBMKLCI-symbol-description"]={en:["FTSE Bursa Malaysia KLCI Index"],ja:["クアラルンプール総合指数"]},e.exports["#FWB:KT1-symbol-description"]={en:["Key Tronic Corр."],ja:["Key Tronic コーポレーション"]},e.exports["#FX:AUS200-symbol-description"]={en:["S&P/ASX Index"],ja:["S&P/ASX指数"]},e.exports["#FX:US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#GBPAUD-symbol-description"]={en:["British Pound / Australian Dollar"],ja:["ポンド/豪ドル"]},e.exports["#GBPCAD-symbol-description"]={en:["British Pound / Canadian Dollar"],ja:["ポンド/カナダドル"]},e.exports["#GBPCHF-symbol-description"]={en:["British Pound / Swiss Franc"],ja:["ポンド/スイスフラン"]},e.exports["#GBPEUR-symbol-description"]={en:["British Pound / Euro"],ja:["ポンド/ユーロ"]},e.exports["#GBPJPY-symbol-description"]={en:["British Pound / Japanese Yen"],ja:["ポンド/円"]},e.exports["#GBPNZD-symbol-description"]={en:["British Pound / New Zealand Dollar"],ja:["ポンドNZドル"]},e.exports["#GBPPLN-symbol-description"]={en:["British Pound / Polish Zloty"],ja:["英ポンド/ポーランドズロチ"]},e.exports["#GBPRUB-symbol-description"]={en:["British Pound / Russian Ruble"],ja:["ポンド/ルーブル"]},e.exports["#GBPUSD-symbol-description"]={en:["British Pound / U.S. Dollar"],ja:["ポンド/米ドル"]},
en:["DAX Index"],ja:["DAX指数"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ja:["アルファベットGoogleC株"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ja:["アルファベットGoogleA株"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],ja:["ワルシャワWIG20指数"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],ja:["ハンセン指数"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],ja:["米ドルインデックス先物"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],ja:["ジャカルタ総合指数"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],ja:["ハンセン中国企業指数"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],ja:["ジャカルタ総合指数"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],ja:["ブルサ・マレーシアKLCI指数"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],ja:["FTSE MIB指数"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],ja:["ユーロ・ストックス50指数"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],ja:["ストレーツ・タイムズ指数"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],ja:["台湾加権指数"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],ja:["上海総合指数"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],ja:["アイオータ/米ドル"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],ja:["Japan 225 インデックス"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],ja:["円/韓国ウォン"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],ja:["日本円/ロシアルーブル"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],ja:["日本円/米ドル"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"],ja:["ルクオイル"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],ja:["ライトコイン/ブラジルレアル"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],ja:["ライトコイン/ビットコイン"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],ja:["ライトコイン/米ドル"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],ja:["ルナ/米ドル"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],ja:["ブレント原油先物(当限つなぎ足)"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"],ja:["ガスプロム"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],ja:["MOEXロシア指数"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"],ja:["マグニト"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],ja:["MOEXロシア指数"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],ja:["MICEX指数先物当限つなぎ足"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],ja:["MICEX指数先物2番限つなぎ足"]},e.exports["#MOEX:RI1!-symbol-description"]={en:["RTS Index Futures"],ja:["RTS指数先物当限つなぎ足"]}, e.exports["#GER30-symbol-description"]={en:["DAX Index"],ja:["DAX指数"]},e.exports["#GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ja:["アルファベットGoogleC株"]},e.exports["#GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ja:["アルファベットGoogleA株"]},e.exports["#GPW:ACG-symbol-description"]={en:["Acautogaz"]},e.exports["#GPW:WIG20-symbol-description"]={en:["WIG20 Index"],ja:["ワルシャワWIG20指数"]},e.exports["#HSI:HSI-symbol-description"]={en:["Hang Seng Index"],ja:["ハンセン指数"]},e.exports["#ICEUS:DX1!-symbol-description"]={en:["U.S. Dollar Index Futures"],ja:["米ドルインデックス先物"]},e.exports["#IDX:COMPOSITE-symbol-description"]={en:["IDX Composite Index"],ja:["ジャカルタ総合指数"]},e.exports["#INDEX:HSCE-symbol-description"]={en:["Hang Seng China Enterprises Index"],ja:["ハンセン中国企業指数"]},e.exports["#INDEX:JKSE-symbol-description"]={en:["Jakarta Composite Index"],ja:["ジャカルタ総合指数"]},e.exports["#INDEX:KLSE-symbol-description"]={en:["Bursa Malaysia KLCI Index"],ja:["ブルサ・マレーシアKLCI指数"]},e.exports["#INDEX:MIB-symbol-description"]={en:["MIB Index"],ja:["FTSE MIB指数"]},e.exports["#INDEX:MOY0-symbol-description"]={en:["Euro Stoxx 50 Index"],ja:["ユーロ・ストックス50指数"]},e.exports["#INDEX:STI-symbol-description"]={en:["STI Index"],ja:["ストレーツ・タイムズ指数"]},e.exports["#INDEX:TWII-symbol-description"]={en:["Taiwan Weighted Index"],ja:["台湾加権指数"]},e.exports["#INDEX:XLY0-symbol-description"]={en:["Shanghai Composite Index"],ja:["上海総合指数"]},e.exports["#IOTUSD-symbol-description"]={en:["IOTA / U.S. Dollar"],ja:["アイオータ/米ドル"]},e.exports["#JPN225-symbol-description"]={en:["Japan 225 Index"],ja:["Japan 225 インデックス"]},e.exports["#JPYKRW-symbol-description"]={en:["Japanese Yen / South Korean Won"],ja:["円/韓国ウォン"]},e.exports["#JPYRUB-symbol-description"]={en:["Japanese Yen / Russian Ruble"],ja:["日本円/ロシアルーブル"]},e.exports["#JPYUSD-symbol-description"]={en:["Japanese Yen / U.S. Dollar"],ja:["日本円/米ドル"]},e.exports["#LKOH-symbol-description"]={en:["LUKOIL"],ja:["ルクオイル"]},e.exports["#LSE:SCHO-symbol-description"]={en:["Scholium Group Plc Ord 1P"]},e.exports["#LTCBRL-symbol-description"]={en:["Litecoin / Brazilian Real"],ja:["ライトコイン/ブラジルレアル"]},e.exports["#LTCBTC-symbol-description"]={en:["Litecoin / Bitcoin"],ja:["ライトコイン/ビットコイン"]},e.exports["#LTCUSD-symbol-description"]={en:["Litecoin / U.S. Dollar"],ja:["ライトコイン/米ドル"]},e.exports["#LUNAUSD-symbol-description"]={en:["Luna / U.S. Dollar"],ja:["ルナ/米ドル"]},e.exports["#MOEX:BR1!-symbol-description"]={en:["Brent Oil Futures"],ja:["ブレント原油先物(当限つなぎ足)"]},e.exports["#MOEX:GAZP-symbol-description"]={en:["GAZPROM"],ja:["ガスプロム"]},e.exports["#MOEX:IMOEX-symbol-description"]={en:["MOEX Russia Index"],ja:["MOEXロシア指数"]},e.exports["#MOEX:MGNT-symbol-description"]={en:["MAGNIT"],ja:["マグニト"]},e.exports["#MOEX:MICEXINDEXCF-symbol-description"]={en:["MOEX Russia Index"],ja:["MOEXロシア指数"]},e.exports["#MOEX:MX1!-symbol-description"]={en:["MICEX Index Futures"],ja:["MICEX指数先物当限つなぎ足"]},e.exports["#MOEX:MX2!-symbol-description"]={en:["MICEX Index Futures"],ja:["MICEX指数先物2番限つなぎ足"]},e.exports["#MOEX:RI1!-symbol-description"]={
e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],ja:["RTS指数"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"],ja:["ユナイテッド・カンパニー・ルサール"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"],ja:["ロシア貯蓄銀行"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"],ja:["VTB銀行"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],ja:["マイクロソフト"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"],ja:["アドバンスト・マイクロ・デバイセズAMD"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ja:["アルファベットGoogleクラスC株"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ja:["アルファベットGoogleクラスA株"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],ja:["フィラデルフィア住宅セクター指数"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],ja:["iシェアーズ米国債7-10年ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],ja:["iシェアーズ米国債3-7年ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],ja:["イテリス"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],ja:["ナスダック総合指数"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."],ja:["ルシード・グループ"]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"],ja:["ランズエンド"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],ja:["ナスダック100指数"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],ja:["フィラデルフィア石油サービスセクター指数"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"],ja:["iシェアーズ 米国債 1-3年 ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],ja:["フィラデルフィア半導体株指数"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],ja:["iシェアーズ米国債20年超ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],ja:["フィラデルフィア公益事業セクター指数"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],ja:["フィラデルフィア金銀鉱業セクター指数"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"],ja:["ゼットスケーラー"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],ja:["ネオ/米ドル"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],ja:["天然ガス(ヘンリーハブ価格)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],ja:["Japan 225 インデックス"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"],ja:["インディアン・テレフォン・インダストリーズ"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],ja:["Nifty50指数"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],ja:["NYエタール先物当限つなぎ足"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],ja:["ココア先物(当限つなぎ足)"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],ja:["軽質スイート原油WTI先物当限つなぎ足"]}, en:["RTS Index Futures"],ja:["RTS指数先物当限つなぎ足"]},e.exports["#MOEX:RTSI-symbol-description"]={en:["RTS Index"],ja:["RTS指数"]},e.exports["#MOEX:RUAL-symbol-description"]={en:["United Company RUSAL PLC"],ja:["ユナイテッド・カンパニー・ルサール"]},e.exports["#MOEX:SBER-symbol-description"]={en:["SBERBANK"],ja:["ロシア貯蓄銀行"]},e.exports["#MOEX:VTBR-symbol-description"]={en:["VTB"],ja:["VTB銀行"]},e.exports["#MSFT-symbol-description"]={en:["Microsoft Corp."],ja:["マイクロソフト"]},e.exports["#NAS100-symbol-description"]={en:["US 100 Cash CFD"]},e.exports["#NASDAQ:AMD-symbol-description"]={en:["Advanced Micro Devices Inc"],ja:["アドバンスト・マイクロ・デバイセズAMD"]},e.exports["#NASDAQ:GOOG-symbol-description"]={en:["Alphabet Inc (Google) Class C"],ja:["アルファベットGoogleクラスC株"]},e.exports["#NASDAQ:GOOGL-symbol-description"]={en:["Alphabet Inc (Google) Class A"],ja:["アルファベットGoogleクラスA株"]},e.exports["#NASDAQ:HGX-symbol-description"]={en:["PHLX Housing Sector Index"],ja:["フィラデルフィア住宅セクター指数"]},e.exports["#NASDAQ:IEF-symbol-description"]={en:["Ishares 7-10 Year Treasury Bond ETF"],ja:["iシェアーズ米国債7-10年ETF"]},e.exports["#NASDAQ:IEI-symbol-description"]={en:["Ishares 3-7 Year Treasury Bond ETF"],ja:["iシェアーズ米国債3-7年ETF"]},e.exports["#NASDAQ:ITI-symbol-description"]={en:["Iteris Inc"],ja:["イテリス"]},e.exports["#NASDAQ:IXIC-symbol-description"]={en:["Nasdaq Composite Index"],ja:["ナスダック総合指数"]},e.exports["#NASDAQ:LCID-symbol-description"]={en:["Lucid Group, Inc."],ja:["ルシード・グループ"]},e.exports["#NASDAQ:LE-symbol-description"]={en:["Lands' End Inc"],ja:["ランズエンド"]},e.exports["#NASDAQ:NDX-symbol-description"]={en:["Nasdaq 100 Index"],ja:["ナスダック100指数"]},e.exports["#NASDAQ:OSX-symbol-description"]={en:["PHLX Oil Service Sector Index"],ja:["フィラデルフィア石油サービスセクター指数"]},e.exports["#NASDAQ:SHY-symbol-description"]={en:["Ishares 1-3 Year Treasury Bond ETF"],ja:["iシェアーズ 米国債 1-3年 ETF"]},e.exports["#NASDAQ:SOX-symbol-description"]={en:["Philadelphia Semiconductor Index"],ja:["フィラデルフィア半導体株指数"]},e.exports["#NASDAQ:TLT-symbol-description"]={en:["Ishares 20+ Year Treasury Bond ETF"],ja:["iシェアーズ米国債20年超ETF"]},e.exports["#NASDAQ:UTY-symbol-description"]={en:["PHLX Utility Sector Index"],ja:["フィラデルフィア公益事業セクター指数"]},e.exports["#NASDAQ:XAU-symbol-description"]={en:["PHLX Gold and Silver Sector Index"],ja:["フィラデルフィア金銀鉱業セクター指数"]},e.exports["#NASDAQ:ZS-symbol-description"]={en:["Zscaler Inc"],ja:["ゼットスケーラー"]},e.exports["#NEOUSD-symbol-description"]={en:["NEO / U.S. Dollar"],ja:["ネオ/米ドル"]},e.exports["#NGAS-symbol-description"]={en:["Natural Gas (Henry Hub)"],ja:["天然ガス(ヘンリーハブ価格)"]},e.exports["#NKY-symbol-description"]={en:["Japan 225 Index"],ja:["Japan 225 インデックス"]},e.exports["#NSE:ITI-symbol-description"]={en:["Indian Telephone Industries Limited"],ja:["インディアン・テレフォン・インダストリーズ"]},e.exports["#NSE:NIFTY-symbol-description"]={en:["Nifty 50 Index"],ja:["Nifty50指数"]},e.exports["#NYMEX:AEZ1!-symbol-description"]={en:["NY Ethanol Futures"],ja:["NYエタール先物当限つなぎ足"]},e.exports["#NYMEX:CJ1!-symbol-description"]={en:["Cocoa Futures"],ja:["ココア先物(当限つなぎ足)"]},e.exports["#NYMEX:CL1!-symbol-description"]={en:["Light Crude Oil Futures"],
e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],ja:["ヒーティングオイル先物(当限つなぎ足)"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],ja:["コーヒー先物(当限つなぎ足)"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],ja:["天然ガス先物(当限つなぎ足)"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],ja:["パラジウム先物(当限つなぎ足)"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],ja:["プラチナ先物(当限つなぎ足)"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],ja:["RBOBガソリン先物当限つなぎ足"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],ja:["綿花先物"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],ja:["天然ガスミニ先物(当限つなぎ足)"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],ja:["原油ミニ先物(当限つなぎ足)"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],ja:["ガソリンミニ先物(当限つなぎ足)"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],ja:["アリババ・グループ・ホールディングス"]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"],ja:["フォード・モーター"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"],ja:["ハワイ電力工業"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],ja:["NYSE総合指数"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"],ja:["ペトロブラス"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],ja:["AMEX総合指数"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],ja:["NYSE ARCA メジャーマーケット指数"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],ja:["NZドル円"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],ja:["NZドル米ドル"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],ja:["S&P/NZX全株指数 (キャピタル・インデックス)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],ja:["S&P/NZX50グロス指数"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],ja:["天然ガスCFD"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数SPX500/USD"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],ja:["銅CFD米ドルポンド"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],ja:["OMXコペンハーゲン25指数"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"],ja:["スグー (Schouw & Co A/S)"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],ja:["OMXヘルシンキ25指数"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],ja:["OMXリガ Gross 指数"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],ja:["OMXストックホルム30指数"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],ja:["OMXタリン Gross 指数"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],ja:["OMXビリニュス Gross 指数"]}, ja:["軽質スイート原油WTI先物当限つなぎ足"]},e.exports["#NYMEX:HO1!-symbol-description"]={en:["NY Harbor ULSD Futures"],ja:["ヒーティングオイル先物(当限つなぎ足)"]},e.exports["#NYMEX:KT1!-symbol-description"]={en:["Coffee Futures"],ja:["コーヒー先物(当限つなぎ足)"]},e.exports["#NYMEX:NG1!-symbol-description"]={en:["Natural Gas Futures"],ja:["天然ガス先物(当限つなぎ足)"]},e.exports["#NYMEX:PA1!-symbol-description"]={en:["Palladium Futures"],ja:["パラジウム先物(当限つなぎ足)"]},e.exports["#NYMEX:PL1!-symbol-description"]={en:["Platinum Futures"],ja:["プラチナ先物(当限つなぎ足)"]},e.exports["#NYMEX:RB1!-symbol-description"]={en:["RBOB Gasoline Futures"],ja:["RBOBガソリン先物当限つなぎ足"]},e.exports["#NYMEX:TT1!-symbol-description"]={en:["Cotton Futures"],ja:["綿花先物"]},e.exports["#NYMEX_MINI:QG1!-symbol-description"]={en:["E-mini Natural Gas Futures"],ja:["天然ガスミニ先物(当限つなぎ足)"]},e.exports["#NYMEX_MINI:QM1!-symbol-description"]={en:["E-mini Light Crude Oil Futures"],ja:["原油ミニ先物(当限つなぎ足)"]},e.exports["#NYMEX_MINI:QU1!-symbol-description"]={en:["E-mini Gasoline Futures"],ja:["ガソリンミニ先物(当限つなぎ足)"]},e.exports["#NYSE:BABA-symbol-description"]={en:["Alibaba Group Holdings Ltd."],ja:["アリババ・グループ・ホールディングス"]},e.exports["#NYSE:F-symbol-description"]={en:["FORD MTR CO DEL"],ja:["フォード・モーター"]},e.exports["#NYSE:HE-symbol-description"]={en:["Hawaiian Electric Industries"],ja:["ハワイ電力工業"]},e.exports["#NYSE:NYA-symbol-description"]={en:["NYSE Composite Index"],ja:["NYSE総合指数"]},e.exports["#NYSE:PBR-symbol-description"]={en:["PETROLEO BRASILEIRO SA PETROBR"],ja:["ペトロブラス"]},e.exports["#NYSE:XAX-symbol-description"]={en:["AMEX Composite Index"],ja:["AMEX総合指数"]},e.exports["#NYSE:XMI-symbol-description"]={en:["NYSE ARCA Major Market Index"],ja:["NYSE ARCA メジャーマーケット指数"]},e.exports["#NZDJPY-symbol-description"]={en:["New Zealand Dollar / Japanese Yen"],ja:["NZドル円"]},e.exports["#NZDUSD-symbol-description"]={en:["New Zealand Dollar / U.S. Dollar"],ja:["NZドル米ドル"]},e.exports["#NZX:ALLC-symbol-description"]={en:["S&P/NZX All Index (Capital Index)"],ja:["S&P/NZX全株指数 (キャピタル・インデックス)"]},e.exports["#NZX:NZ50G-symbol-description"]={en:["S&P / NZX 50 Index Gross"],ja:["S&P/NZX50グロス指数"]},e.exports["#OANDA:NATGASUSD-symbol-description"]={en:["CFDs on Natural Gas"],ja:["天然ガスCFD"]},e.exports["#OANDA:SPX500USD-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数SPX500/USD"]},e.exports["#OANDA:XCUUSD-symbol-description"]={en:["CFDs on Copper (US$ / lb)"],ja:["銅CFD米ドルポンド"]},e.exports["#OMXCOP:OMXC25-symbol-description"]={en:["OMX Copenhagen 25 Index"],ja:["OMXコペンハーゲン25指数"]},e.exports["#OMXCOP:SCHO-symbol-description"]={en:["Schouw & Co A/S"],ja:["スグー (Schouw & Co A/S)"]},e.exports["#OMXHEX:OMXH25-symbol-description"]={en:["OMX Helsinki 25 Index"],ja:["OMXヘルシンキ25指数"]},e.exports["#OMXRSE:OMXRGI-symbol-description"]={en:["OMX Riga Gross Index"],ja:["OMXリガ Gross 指数"]},e.exports["#OMXSTO:OMXS30-symbol-description"]={en:["OMX Stockholm 30 Index"],ja:["OMXストックホルム30指数"]},e.exports["#OMXTSE:OMXTGI-symbol-description"]={en:["OMX Tallinn Gross Index"],ja:["OMXタリン Gross 指数"]},e.exports["#OMXVSE:OMXVGI-symbol-description"]={en:["OMX Vilnius Gross Index"],
e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"],ja:["iシェアーズ MSCI ジャパン ETF"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],ja:["カタールQE指数"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],ja:["ロシアRTS指数"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],ja:["ラッセル3000指数"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],ja:["ラッセル1000指数"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],ja:["ラッセル2000指数"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"],ja:["グローバル・コネクションズ"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"],ja:["フォード・モーター"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],ja:["スイス株価指数"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],ja:["ソラナ/米ドル"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],ja:["大豆CFD"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],ja:["S&P100指数"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],ja:["S&P GS 商品指数"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],ja:["S&P500バリュー指数"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],ja:["砂糖CFD"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],ja:["深圳成分指数"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],ja:["サウジアラビア タダウル全株指数"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],ja:["テルアビブ35指数"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],ja:["S&Pトロント総合指数"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],ja:["S&Pトロント60指数"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],ja:["オーストラリア国債10年物"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],ja:["オーストラリア国債10年物利回り"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],ja:["豪ドルインデックス"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],ja:["ポンドインデックス"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],ja:["カナダ国債10年物"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],ja:["カナダ国債10年物利回り"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],ja:["CAC40指数"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],ja:["中国国債10年物"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],ja:["中国国債10年物利回り"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],ja:["加ドルインデックス"]}, ja:["OMXビリニュス Gross 指数"]},e.exports["#OTC:IHRMF-symbol-description"]={en:["Ishares MSCI Japan SHS"],ja:["iシェアーズ MSCI ジャパン ETF"]},e.exports["#QSE:GNRI-symbol-description"]={en:["QE Index"],ja:["カタールQE指数"]},e.exports["#RTS-symbol-description"]={en:["Russian RTS Index"],ja:["ロシアRTS指数"]},e.exports["#RUSSELL:RUA-symbol-description"]={en:["Russell 3000 Index"],ja:["ラッセル3000指数"]},e.exports["#RUSSELL:RUI-symbol-description"]={en:["Russell 1000 Index"],ja:["ラッセル1000指数"]},e.exports["#RUSSELL:RUT-symbol-description"]={en:["Russell 2000 Index"],ja:["ラッセル2000指数"]},e.exports["#SET:GC-symbol-description"]={en:["Global Connections Public Company"],ja:["グローバル・コネクションズ"]},e.exports["#SIX:F-symbol-description"]={en:["Ford Motor Company"],ja:["フォード・モーター"]},e.exports["#SIX:SMI-symbol-description"]={en:["Swiss Market Index"],ja:["スイス株価指数"]},e.exports["#SOLUSD-symbol-description"]={en:["Solana / U.S. Dollar"],ja:["ソラナ/米ドル"]},e.exports["#SOYBNUSD-symbol-description"]={en:["CFDs on Soybeans"],ja:["大豆CFD"]},e.exports["#SP:OEX-symbol-description"]={en:["S&P 100 Index"],ja:["S&P100指数"]},e.exports["#SP:SPGSCI-symbol-description"]={en:["S&P Goldman Sachs Commodity Index"],ja:["S&P GS 商品指数"]},e.exports["#SP:SPX-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数"]},e.exports["#SP:SVX-symbol-description"]={en:["S&P 500 Value Index"],ja:["S&P500バリュー指数"]},e.exports["#SPX500-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数"]},e.exports["#SUGARUSD-symbol-description"]={en:["CFDs on Sugar"],ja:["砂糖CFD"]},e.exports["#SZSE:399001-symbol-description"]={en:["Shenzhen Component Index"],ja:["深圳成分指数"]},e.exports["#TADAWUL:2370-symbol-description"]={en:["Middle East Specialized Cables Co."]},e.exports["#TADAWUL:TASI-symbol-description"]={en:["Tadawul All Shares Index"],ja:["サウジアラビア タダウル全株指数"]},e.exports["#TASE:TA35-symbol-description"]={en:["TA-35 Index"],ja:["テルアビブ35指数"]},e.exports["#TSX:TSX-symbol-description"]={en:["S&P/TSX Composite Index"],ja:["S&Pトロント総合指数"]},e.exports["#TSX:TX60-symbol-description"]={en:["S&P/TSX 60 Index"],ja:["S&Pトロント60指数"]},e.exports["#TVC:AU10-symbol-description"]={en:["Australia Government Bonds 10 YR"],ja:["オーストラリア国債10年物"]},e.exports["#TVC:AU10Y-symbol-description"]={en:["Australia Government Bonds 10 YR Yield"],ja:["オーストラリア国債10年物利回り"]},e.exports["#TVC:AXY-symbol-description"]={en:["Australian Dollar Currency Index"],ja:["豪ドルインデックス"]},e.exports["#TVC:BXY-symbol-description"]={en:["British Pound Currency Index"],ja:["ポンドインデックス"]},e.exports["#TVC:CA10-symbol-description"]={en:["Canadian Government Bonds, 10 YR"],ja:["カナダ国債10年物"]},e.exports["#TVC:CA10Y-symbol-description"]={en:["Canadian Government Bonds 10 YR Yield"],ja:["カナダ国債10年物利回り"]},e.exports["#TVC:CAC40-symbol-description"]={en:["CAC 40 Index"],ja:["CAC40指数"]},e.exports["#TVC:CN10-symbol-description"]={en:["China Government Bonds 10 YR"],ja:["中国国債10年物"]},e.exports["#TVC:CN10Y-symbol-description"]={en:["China Government Bonds 10 YR Yield"],ja:["中国国債10年物利回り"]},e.exports["#TVC:CXY-symbol-description"]={en:["Canadian Dollar Currency Index"],ja:["加ドルインデックス"]},
e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],ja:["ドイツ国債10年物"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],ja:["ドイツ国債10年物利回り"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],ja:["DAX指数"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],ja:["米ドルインデックス"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],ja:["スペイン国債10年物"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],ja:["スペイン国債10年物利回り"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"],ja:["ユーロ債"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],ja:["ユーロインデックス"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],ja:["フランス国債10年物"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],ja:["フランス国債10年物利回り"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"],ja:["ミラノ・イタリア・ボルサ指数"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],ja:["英国債2年物"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],ja:["英国債10年物"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],ja:["英国債10年物利回り"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],ja:["金CFD米ドルオンス"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],ja:["香港ハンセン指数"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],ja:["IBEX35指数"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],ja:["インドネシア国債3年物"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],ja:["インドネシア国債10年物"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],ja:["インドネシア国債10年物利回り"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],ja:["インド10年国債"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],ja:["インド10年国債利回り"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],ja:["イタリア国債10年物"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],ja:["イタリア国債10年物利回り"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],ja:["ナスダック総合指数"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],ja:["日本国債10年物"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],ja:["日本国債10年物利回り"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],ja:["円インデックス"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],ja:["韓国総合株価指数"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],ja:["韓国国債10年物"]},e.exports["#TVC:KR10Y-symbol-description"]={ e.exports["#TVC:DE10-symbol-description"]={en:["German Government Bonds 10 YR"],ja:["ドイツ国債10年物"]},e.exports["#TVC:DE10Y-symbol-description"]={en:["German Government Bonds 10 YR Yield"],ja:["ドイツ国債10年物利回り"]},e.exports["#TVC:DEU30-symbol-description"]={en:["DAX Index"],ja:["DAX指数"]},e.exports["#TVC:DJI-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#TVC:DXY-symbol-description"]={en:["U.S. Dollar Index"],ja:["米ドルインデックス"]},e.exports["#TVC:ES10-symbol-description"]={en:["Spain Government Bonds 10 YR"],ja:["スペイン国債10年物"]},e.exports["#TVC:ES10Y-symbol-description"]={en:["Spain Government Bonds 10 YR Yield"],ja:["スペイン国債10年物利回り"]},e.exports["#TVC:EUBUND-symbol-description"]={en:["Euro Bund"],ja:["ユーロ債"]},e.exports["#TVC:EXY-symbol-description"]={en:["Euro Currency Index"],ja:["ユーロインデックス"]},e.exports["#TVC:FR10-symbol-description"]={en:["France Government Bonds 10 YR"],ja:["フランス国債10年物"]},e.exports["#TVC:FR10Y-symbol-description"]={en:["France Government Bonds 10 YR Yield"],ja:["フランス国債10年物利回り"]},e.exports["#TVC:FTMIB-symbol-description"]={en:["Milano Italia Borsa Index"],ja:["ミラノ・イタリア・ボルサ指数"]},e.exports["#TVC:GB02-symbol-description"]={en:["UK Government Bonds 2 YR"],ja:["英国債2年物"]},e.exports["#TVC:GB10-symbol-description"]={en:["UK Government Bonds 10 YR"],ja:["英国債10年物"]},e.exports["#TVC:GB10Y-symbol-description"]={en:["UK Government Bonds 10 YR Yield"],ja:["英国債10年物利回り"]},e.exports["#TVC:GOLD-symbol-description"]={en:["CFDs on Gold (US$ / OZ)"],ja:["金CFD米ドルオンス"]},e.exports["#TVC:HSI-symbol-description"]={en:["Hang Seng Index"],ja:["香港ハンセン指数"]},e.exports["#TVC:IBEX35-symbol-description"]={en:["IBEX 35 Index"],ja:["IBEX35指数"]},e.exports["#TVC:ID03-symbol-description"]={en:["Indonesia Government Bonds 3 YR"],ja:["インドネシア国債3年物"]},e.exports["#TVC:ID10-symbol-description"]={en:["Indonesia Government Bonds 10 YR"],ja:["インドネシア国債10年物"]},e.exports["#TVC:ID10Y-symbol-description"]={en:["Indonesia Government Bonds 10 YR Yield"],ja:["インドネシア国債10年物利回り"]},e.exports["#TVC:IN10-symbol-description"]={en:["India Government Bonds 10 YR"],ja:["インド10年国債"]},e.exports["#TVC:IN10Y-symbol-description"]={en:["India Government Bonds 10 YR Yield"],ja:["インド10年国債利回り"]},e.exports["#TVC:IT10-symbol-description"]={en:["Italy Government Bonds 10 YR"],ja:["イタリア国債10年物"]},e.exports["#TVC:IT10Y-symbol-description"]={en:["Italy Government Bonds 10 YR Yield"],ja:["イタリア国債10年物利回り"]},e.exports["#TVC:IXIC-symbol-description"]={en:["US Composite Index"],ja:["ナスダック総合指数"]},e.exports["#TVC:JP10-symbol-description"]={en:["Japan Government Bonds 10 YR"],ja:["日本国債10年物"]},e.exports["#TVC:JP10Y-symbol-description"]={en:["Japan Government Bonds 10 YR Yield"],ja:["日本国債10年物利回り"]},e.exports["#TVC:JXY-symbol-description"]={en:["Japanese Yen Currency Index"],ja:["円インデックス"]},e.exports["#TVC:KOSPI-symbol-description"]={en:["Korea Composite Stock Price Index"],ja:["韓国総合株価指数"]},e.exports["#TVC:KR10-symbol-description"]={en:["Korea Government Bonds 10 YR"],ja:["韓国国債10年物"]},e.exports["#TVC:KR10Y-symbol-description"]={
en:["Korea Government Bonds 10 YR Yield"],ja:["韓国国債10年物利回り"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],ja:["マレーシア国債10年物"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],ja:["マレーシア国債10年物利回り"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],ja:["ナスダック100指数"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],ja:["Japan 225 インデックス"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],ja:["オランダ国債10年物"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],ja:["オランダ国債10年物利回り"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],ja:["ニューヨーク証券取引所総合株価指数"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],ja:["ニュージランド国債10年物"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],ja:["ニュージランド国債10年物利回り"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],ja:["パラジウムCFD米ドルオンス"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],ja:["ポーランド国債5年物利回り"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],ja:["ポーランド国債10年物利回り"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],ja:["プラチナCFD米ドルオンス"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],ja:["ポルトガル国債10年物"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],ja:["ポルトガル国債10年物利回り"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],ja:["南アフリカトップ40指数"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],ja:["銀CFD米ドルオンス"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],ja:["スイス株価指数"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],ja:["ストレーツ・タイムズ指数"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],ja:["ユーロ・ストックス50指数"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],ja:["スイスフランインデックス"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],ja:["トルコ国債10年物"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],ja:["トルコ国債10年物利回り"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],ja:["ブレント原油CFD"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],ja:["米国債2年物"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],ja:["米国債2年物利回り"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],ja:["米国債5年物"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],ja:["米国債5年物利回り"]},e.exports["#TVC:US10-symbol-description"]={ en:["Korea Government Bonds 10 YR Yield"],ja:["韓国国債10年物利回り"]},e.exports["#TVC:MY10-symbol-description"]={en:["Malaysia Government Bonds 10 YR"],ja:["マレーシア国債10年物"]},e.exports["#TVC:MY10Y-symbol-description"]={en:["Malaysia Government Bonds 10 YR Yield"],ja:["マレーシア国債10年物利回り"]},e.exports["#TVC:NDX-symbol-description"]={en:["US 100 Index"],ja:["ナスダック100指数"]},e.exports["#TVC:NI225-symbol-description"]={en:["Japan 225 Index"],ja:["Japan 225 インデックス"]},e.exports["#TVC:NL10-symbol-description"]={en:["Netherlands Government Bonds, 10 YR"],ja:["オランダ国債10年物"]},e.exports["#TVC:NL10Y-symbol-description"]={en:["Netherlands Government Bonds 10 YR Yield"],ja:["オランダ国債10年物利回り"]},e.exports["#TVC:NYA-symbol-description"]={en:["NYSE Composite Index"],ja:["ニューヨーク証券取引所総合株価指数"]},e.exports["#TVC:NZ10-symbol-description"]={en:["New Zealand Government Bonds, 10 YR"],ja:["ニュージランド国債10年物"]},e.exports["#TVC:NZ10Y-symbol-description"]={en:["New Zealand Government Bonds 10 YR Yield"],ja:["ニュージランド国債10年物利回り"]},e.exports["#TVC:PALLADIUM-symbol-description"]={en:["CFDs on Palladium (US$ / OZ)"],ja:["パラジウムCFD米ドルオンス"]},e.exports["#TVC:PL05Y-symbol-description"]={en:["Poland Government Bonds 5 YR Yield"],ja:["ポーランド国債5年物利回り"]},e.exports["#TVC:PL10Y-symbol-description"]={en:["Poland Government Bonds 10 YR Yield"],ja:["ポーランド国債10年物利回り"]},e.exports["#TVC:PLATINUM-symbol-description"]={en:["CFDs on Platinum (US$ / OZ)"],ja:["プラチナCFD米ドルオンス"]},e.exports["#TVC:PT10-symbol-description"]={en:["Portugal Government Bonds 10 YR"],ja:["ポルトガル国債10年物"]},e.exports["#TVC:PT10Y-symbol-description"]={en:["Portugal Government Bonds 10 YR Yield"],ja:["ポルトガル国債10年物利回り"]},e.exports["#TVC:SA40-symbol-description"]={en:["South Africa Top 40 Index"],ja:["南アフリカトップ40指数"]},e.exports["#TVC:SILVER-symbol-description"]={en:["CFDs on Silver (US$ / OZ)"],ja:["銀CFD米ドルオンス"]},e.exports["#TVC:SPX-symbol-description"]={en:["S&P 500 Index"],ja:["S&P500指数"]},e.exports["#TVC:SSMI-symbol-description"]={en:["Swiss Market Index"],ja:["スイス株価指数"]},e.exports["#TVC:STI-symbol-description"]={en:["Straits Times Index"],ja:["ストレーツ・タイムズ指数"]},e.exports["#TVC:SX5E-symbol-description"]={en:["Euro Stoxx 50 Index"],ja:["ユーロ・ストックス50指数"]},e.exports["#TVC:SXY-symbol-description"]={en:["Swiss Franc Currency Index"],ja:["スイスフランインデックス"]},e.exports["#TVC:TR10-symbol-description"]={en:["Turkey Government Bonds 10 YR"],ja:["トルコ国債10年物"]},e.exports["#TVC:TR10Y-symbol-description"]={en:["Turkey Government Bonds 10 YR Yield"],ja:["トルコ国債10年物利回り"]},e.exports["#TVC:UKOIL-symbol-description"]={en:["CFDs on Brent Crude Oil"],ja:["ブレント原油CFD"]},e.exports["#TVC:UKX-symbol-description"]={en:["UK 100 Index"]},e.exports["#TVC:US02-symbol-description"]={en:["US Government Bonds 2 YR"],ja:["米国債2年物"]},e.exports["#TVC:US02Y-symbol-description"]={en:["US Government Bonds 2 YR Yield"],ja:["米国債2年物利回り"]},e.exports["#TVC:US05-symbol-description"]={en:["US Government Bonds 5 YR"],ja:["米国債5年物"]},e.exports["#TVC:US05Y-symbol-description"]={en:["US Government Bonds 5 YR Yield"],ja:["米国債5年物利回り"]},e.exports["#TVC:US10-symbol-description"]={
en:["US Government Bonds 10 YR"],ja:["米国債10年物"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],ja:["米国債10年物利回り"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],ja:["米国債30年物"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],ja:["WTI原油CFD"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ja:["恐怖指数VIX"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],ja:["ニュージーランドドルインデックス"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],ja:["台湾加権指数"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],ja:["台湾加権指数"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],ja:["Twitter"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],ja:["FTSE100指数"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],ja:["ブレント原油CFD"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],ja:["ユニスワップ/米ドル"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],ja:["米ドル/豪ドル"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],ja:["米ドル/ブラジル・レアル"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],ja:["米ドル/加ドル"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],ja:["米ドル/スイスフラン"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],ja:["米ドル/中国元"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],ja:["米ドル/デンマーククローネ"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],ja:["米ドル/ユーロ"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],ja:["米ドル/英ポンド"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],ja:["米ドル/香港ドル"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],ja:["米ドル/ハンガリーフォリント"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],ja:["米ドル/インドネシアルピア"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],ja:["米ドル/イスラエル新シェケル"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],ja:["米ドル/インドルピー"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],ja:["米ドル/円"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],ja:["米ドル/韓国ウォン"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],ja:["米ドル/メキシコペソ"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],ja:["米ドル/ニュージーランドドル"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],ja:["米ドル/フィリピンペソ"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],ja:["米ドル/ポーランドズロチ"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],ja:["米ドル/ロシアルーブル"]}, en:["US Government Bonds 10 YR"],ja:["米国債10年物"]},e.exports["#TVC:US10Y-symbol-description"]={en:["US Government Bonds 10 YR Yield"],ja:["米国債10年物利回り"]},e.exports["#TVC:US30-symbol-description"]={en:["US Government Bonds 30 YR"],ja:["米国債30年物"]},e.exports["#TVC:USOIL-symbol-description"]={en:["CFDs on WTI Crude Oil"],ja:["WTI原油CFD"]},e.exports["#TVC:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ja:["恐怖指数VIX"]},e.exports["#TVC:ZXY-symbol-description"]={en:["New Zealand Dollar Currency Index"],ja:["ニュージーランドドルインデックス"]},e.exports["#TWII-symbol-description"]={en:["Taiwan Weighted Index"],ja:["台湾加権指数"]},e.exports["#TWSE:TAIEX-symbol-description"]={en:["Taiwan Capitalization Weighted Stock Index"],ja:["台湾加権指数"]},e.exports["#TWTR-symbol-description"]={en:["Twitter Inc"],ja:["Twitter"]},e.exports["#UK100-symbol-description"]={en:["FTSE 100 Index"],ja:["FTSE100指数"]},e.exports["#UKOIL-symbol-description"]={en:["CFDs on Crude Oil (Brent)"],ja:["ブレント原油CFD"]},e.exports["#UNIUSD-symbol-description"]={en:["Uniswap / U.S. Dollar"],ja:["ユニスワップ/米ドル"]},e.exports["#US30-symbol-description"]={en:["Dow Jones Industrial Average Index"],ja:["ダウ平均株価"]},e.exports["#USDAUD-symbol-description"]={en:["U.S. Dollar / Australian Dollar"],ja:["米ドル/豪ドル"]},e.exports["#USDBRL-symbol-description"]={en:["U.S. Dollar / Brazilian Real"],ja:["米ドル/ブラジル・レアル"]},e.exports["#USDCAD-symbol-description"]={en:["U.S. Dollar / Canadian Dollar"],ja:["米ドル/加ドル"]},e.exports["#USDCHF-symbol-description"]={en:["U.S. Dollar / Swiss Franc"],ja:["米ドル/スイスフラン"]},e.exports["#USDCNY-symbol-description"]={en:["U.S. Dollar / Chinese Yuan"],ja:["米ドル/中国元"]},e.exports["#USDDKK-symbol-description"]={en:["U.S. Dollar / Danish Krone"],ja:["米ドル/デンマーククローネ"]},e.exports["#USDEUR-symbol-description"]={en:["U.S. Dollar / Euro"],ja:["米ドル/ユーロ"]},e.exports["#USDGBP-symbol-description"]={en:["U.S. Dollar / Pound Sterling"],ja:["米ドル/英ポンド"]},e.exports["#USDHKD-symbol-description"]={en:["U.S. Dollar / Hong Kong Dollar"],ja:["米ドル/香港ドル"]},e.exports["#USDHUF-symbol-description"]={en:["U.S. Dollar / Hungarian Forint"],ja:["米ドル/ハンガリーフォリント"]},e.exports["#USDIDR-symbol-description"]={en:["U.S. Dollar / Rupiah"],ja:["米ドル/インドネシアルピア"]},e.exports["#USDILS-symbol-description"]={en:["U.S. Dollar / Israeli Shekel"],ja:["米ドル/イスラエル新シェケル"]},e.exports["#USDINR-symbol-description"]={en:["U.S. Dollar / Indian Rupee"],ja:["米ドル/インドルピー"]},e.exports["#USDJPY-symbol-description"]={en:["U.S. Dollar / Japanese Yen"],ja:["米ドル/円"]},e.exports["#USDKRW-symbol-description"]={en:["U.S. Dollar / South Korean"],ja:["米ドル/韓国ウォン"]},e.exports["#USDMXN-symbol-description"]={en:["U.S. Dollar / Mexican Peso"],ja:["米ドル/メキシコペソ"]},e.exports["#USDNZD-symbol-description"]={en:["U.S. Dollar / New Zealand Dollar"],ja:["米ドル/ニュージーランドドル"]},e.exports["#USDPHP-symbol-description"]={en:["U.S. Dollar / Philippine peso"],ja:["米ドル/フィリピンペソ"]},e.exports["#USDPLN-symbol-description"]={en:["U.S. Dollar / Polish Zloty"],ja:["米ドル/ポーランドズロチ"]},e.exports["#USDRUB-symbol-description"]={en:["U.S. Dollar / Russian Ruble"],ja:["米ドル/ロシアルーブル"]},

View File

@@ -1,5 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[1190,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ko:["#{count} (바)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ko:["(시 + 고 + 저 + 종)/3"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ko:["(고 + 저 + 종)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ko:["(고 + 저)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ko:["이전 종가에 따라 봉색 결정"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},84831:e=>{e.exports={en:["Close line"],ko:["클로즈 라인"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ko:["배당에 따른 데이터 조정"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},3159:e=>{e.exports={en:["Bottom line"],ko:["바텀 라인"]}},74406:e=>{e.exports={en:["Body"],ko:["바디"]}},333:e=>{e.exports={en:["Borders"],ko:["경계선"]}},42398:e=>{e.exports={en:["Base"],ko:["베이스"]}},28975:e=>{e.exports={en:["Base level"],ko:["베이스 레벨"]}},71776:e=>{e.exports={en:["Down"],ko:["다운"]}},17611:e=>{e.exports={en:["Down bars"],ko:["다운 바"]}},23743:e=>{e.exports={en:["Down color"],ko:["다운 칼라"]}},48225:e=>{e.exports={en:["Data modification"],ko:["데이타 수정"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},16564:e=>{e.exports={en:["Default"],ko:["기본설정"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ko:["전자 거래 시간 배경"]}},819:e=>{e.exports={en:["Extend lines"],ko:["확장선"]}},41129:e=>{e.exports={en:["Fill"],ko:["채우기"]}},61112:e=>{e.exports={en:["Fill top area"],ko:["필 탑 에어리어"]}},73185:e=>{e.exports={en:["Fill bottom area"],ko:["필 바텀 에어리어"]}},886:e=>{e.exports={en:["HLC bars"],ko:["HLC 바"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},56359:e=>{e.exports={en:["High line"],ko:["하이 라인"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},64075:e=>{e.exports={en:["Override min tick"],ko:["min tick 오버라이드"]}},34579:e=>{e.exports={en:["Low line"],ko:["로우 라인"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},13350:e=>{e.exports={en:["Pearson's R"],ko:["Pearson's 상관계수"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ko:["프리/포스트 마켓 백그라운드"]}},59766:e=>{e.exports={en:["Precision"],ko:["정밀도"]}},84684:e=>{e.exports={en:["Price source"],ko:["프라이스 소스"]}},73466:e=>{e.exports={en:["Projection up bars"],ko:["프로젝션 업 바"]}},77430:e=>{e.exports={en:["Projection candles"],ko:["프로젝션 바"]}},88367:e=>{e.exports={en:["Projection down bars"],ko:["프로젝션 다운 바"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ko:["프라이스 스케일에 리얼 프라이스 (하이킨-아시 프라이스 대신)"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},
835:e=>{e.exports={en:["Weeks"],ko:["주"]}},32163:e=>{e.exports={en:["Wick"],ko:["윅"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},89349:e=>{e.exports={en:["Top line"],ko:["탑 라인"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},20215:e=>{e.exports={en:["Thin bars"],ko:["씬 (Thin) 바"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},77073:e=>{e.exports={en:["Timezone"],ko:["타임존"]}},22691:e=>{e.exports={en:["Up"],ko:["업"]}},23091:e=>{e.exports={en:["Up color"],ko:["업 칼라"]}},36957:e=>{e.exports={en:["Up bars"],ko:["업 바"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},21105:e=>{e.exports={en:["candle"],ko:["캔들"]}},27068:e=>{e.exports={en:["change HLC bars"],ko:["HLC 바 변경"]}},86866:e=>{e.exports={en:["change area fill color"],ko:["에어리어 필 컬러 바꾸기"]}},89346:e=>{e.exports={en:["change area line width"],ko:["에어리어 라인 너비 바꾸기"]}},29605:e=>{e.exports={en:["change area line color"],ko:["에어리어 라인 컬러 바꾸기"]}},4640:e=>{e.exports={en:["change area price source"],ko:["에어리어 프라이스 소스 바꾸기"]}},42190:e=>{e.exports={en:["change base level"],ko:["베이스 레벨 바꾸기"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ko:["베이스라인 바텀 라인 컬러 바꾸기"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ko:["베이스라인 바텀 라인 너비 바꾸기"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ko:["베이스라인 필 바텀 에어리어 컬러 바꾸기"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ko:["베이스라인 필 탑 에어리어 컬러 바꾸기"]}},68609:e=>{e.exports={en:["change baseline price source"],ko:["베이스라인 프라이스 소스 바꾸기"]}},69044:e=>{e.exports={en:["change baseline top line color"],ko:["베이스라인 탑 라인 컬러 바꾸기"]}},68197:e=>{e.exports={en:["change baseline top line width"],ko:["베이스라인 탑 라인 너비 바꾸기"]}},33464:e=>{e.exports={en:["change bar up color"],ko:["바 업 컬러 바꾸기"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},59622:e=>{e.exports={en:["change bar down color"],ko:["바 다운 컬러 바꾸기"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ko:["이전 클로즈에 따라 컬러 바 바꾸기"]}},88324:e=>{e.exports={en:["change column up color"],ko:["컬럼 업 색깔 바꾸기"]}},93890:e=>{e.exports={en:["change column down color"],ko:["컬럼 다운 색깔 바꾸기"]}},4727:e=>{e.exports={en:["change column price source"],ko:["컬럼 프라이스 소스 바꾸기"]}},82063:e=>{e.exports={en:["change decimal places"],ko:["소숫점 자릿수 바꾸기"]}},44223:e=>{e.exports={en:["change extended hours color"],ko:["익스텐드 아워 컬러 바꾸기"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ko:["전자 거래 시간 바꾸기"]}},6026:e=>{e.exports={en:["change high-low body color"],ko:["하이-로우 바디 컬러 바꾸기"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ko:["하이-로우 바디 비저빌리티 바꾸기"]}},46844:e=>{e.exports={en:["change high-low border color"],ko:["하이-로우 보더 컬러 바꾸기"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ko:["하이-로우 보더 비저빌리티 바꾸기"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],
ko:["하이-로우 라벨 비저빌리티 바꾸기"]}},56961:e=>{e.exports={en:["change high-low labels color"],ko:["하이-로우 라벨 컬러 바꾸기"]}},88640:e=>{e.exports={en:["change line color"],ko:["라인 컬러 바꾸기"]}},41837:e=>{e.exports={en:["change line price source"],ko:["라인 프라이스 소스 바꾸기"]}},48339:e=>{e.exports={en:["change line width"],ko:["라인 너비 바꾸기"]}},38730:e=>{e.exports={en:["change post market color"],ko:["포스트 마켓 컬러 바꾸기"]}},44371:e=>{e.exports={en:["change pre market color"],ko:["프리 마켓 컬러 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},16241:e=>{e.exports={en:["change range bars style"],ko:["레인지 바 스타일 변경"]}},65821:e=>{e.exports={en:["change range thin bars"],ko:["레인지 씬 바 바꾸기"]}},75487:e=>{e.exports={en:["change renko wick down color"],ko:["렌코 윅 다운 컬러 바꾸기"]}},92277:e=>{e.exports={en:["change renko wick up color"],ko:["렌코 윅 업 컬러 바꾸기"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ko:["렌코 윅 비저빌리티 바꾸기"]}},91109:e=>{e.exports={en:["change study overlay min tick"],ko:["스터디 오버레이 최소 틱 바꾸기"]}},82924:e=>{e.exports={en:["change study overlay style"],ko:["스터디 오버레이 스타일 바꾸기"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ko:["프라이스 스케일에서 (하이키-아시 프라이스 대신) 리얼 프라이스 디스플레이 바꾸기"]}},60834:e=>{e.exports={en:["change thin bars"],ko:["씬 바 바꾸기"]}},78509:e=>{e.exports={en:["change {title} base line color"],ko:["{title} 기본선 색상 변경"]}},27864:e=>{e.exports={en:["change {title} base line style"],ko:["{title} 기본선 스타일 변경"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],ko:["{title} 기본선 가시성 변경"]}},17926:e=>{e.exports={en:["change {title} base line width"],ko:["{title} 기본선 너비 변경"]}},41638:e=>{e.exports={en:["change {title} down line color"],ko:["{title} 다운 라인 컬러 바꾸기"]}},51842:e=>{e.exports={en:["change {title} down line style"],ko:["{title} 다운 라인 스타일 바꾸기"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],ko:["{title} 다운 라인 비저빌리티 바꾸기"]}},64615:e=>{e.exports={en:["change {title} down line width"],ko:["{title} 다운 라인 너비 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ko:["{title} 익스텐드 라인 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],ko:["{title} 피어슨 R 보기 바꾸기"]}},32481:e=>{e.exports={
en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],ko:["{title} 업 라인 비저빌리티 바꾸기"]}},63824:e=>{e.exports={en:["change {title} up line width"],ko:["{title} 업 라인 너비 바꾸기"]}},89178:e=>{e.exports={en:["change {title} up line color"],ko:["{title} 업 라인 컬러 바꾸기"]}},51188:e=>{e.exports={en:["change {title} up line style"],ko:["{title} 업 라인 스타일 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ko:["{candleType} 업 보더 컬러 바꾸기"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ko:["{candleType} 업 컬러 바꾸기"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ko:["{candleType} 윅 다운 컬러 바꾸기"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ko:["{candleType} 윅 업 컬러 바꾸기"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ko:["{candleType} 윅 바꾸기"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ko:["{candleType} 바디 비저빌리티 바꾸기"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ko:["{candleType} 비저빌리티 바꾸기"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ko:["{candleType} 다운 보더 컬러 바꾸기"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ko:["{candleType} 다운 컬러 바꾸기"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ko:["{chartType} 보더 바 다운 컬러 바꾸기"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ko:["{chartType} 보더 바 업 컬러 바꾸기"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ko:["{chartType} 다운 컬러 바꾸기"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ko:["{chartType} 프로젝션 보더 바 업 컬러 바꾸기"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ko:["{chartType} 프로젝션 바 다운 컬러 바꾸기"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ko:["{chartType} 프로젝션 바 업 컬러 바꾸기"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ko:["{chartType} 업 컬러 바꾸기"]}},66110:e=>{e.exports={en:["change {inputName} property"],ko:["{inputName} 프로퍼티 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},18077:e=>{e.exports={en:["adjust data for dividends"],
ko:["배당금을 위한 데이터 조정"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},92598:e=>{e.exports={en:["hollow candles"],ko:["할로우캔들"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},57243:e=>{e.exports={en:["range","ranges"],ko:["레인지"]}},70282:e=>{e.exports={en:["renko"],ko:["렌코"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -0,0 +1,6 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2499,4821],{80587:e=>{e.exports={en:["bars"],ko:["바"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ko:["(시 + 고 + 저 + 종)/3"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ko:["(고 + 저 + 종)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ko:["(고 + 저)/2"]}},31882:e=>{e.exports={en:["12-hours"],ko:["12시간"]}},5797:e=>{e.exports={en:["24-hours"],ko:["24시간"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ko:["이전 종가에 따라 봉색 결정"]}},23739:e=>{e.exports={en:["Canvas"],ko:["캔버스"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},15153:e=>{e.exports={en:["Chart basic styles"],ko:["차트 베이직 스타일"]}},45639:e=>{e.exports={en:["Chart values"],ko:["차트 밸류"]}},84831:e=>{e.exports={en:["Close line"],ko:["클로즈 라인"]}},74622:e=>{e.exports={en:["Crosshair"],ko:["십자선"]}},81849:e=>{e.exports={en:["Currency"],ko:["통화"]}},3015:e=>{e.exports={en:["Currency and Unit"],ko:["통화 및 단위"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ko:["배당에 따른 데이터 조정"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},36620:e=>{e.exports={en:["Alerts"],ko:["얼러트"]}},14119:e=>{e.exports={en:["Arguments"],ko:["인자"]}},68650:e=>{e.exports={en:["Average close"],ko:["평균가"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},3159:e=>{e.exports={en:["Bottom line"],ko:["바텀 라인"]}},74406:e=>{e.exports={en:["Body"],ko:["바디"]}},333:e=>{e.exports={en:["Borders"],ko:["경계선"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},10842:e=>{e.exports={en:["Bar change values"],ko:["바 체인지 밸류"]}},28975:e=>{e.exports={en:["Base level"],ko:["베이스 레벨"]}},76473:e=>{e.exports={en:["Bid and ask"],ko:["비드/애스크"]}},32744:e=>{e.exports={en:["Buttons"],ko:["버튼"]}},68662:e=>{e.exports={en:["Grid lines"],ko:["그리드 라인"]}},17611:e=>{e.exports={en:["Down bars"],ko:["다운 바"]}},23743:e=>{e.exports={en:["Down color"],ko:["다운 칼라"]}},48225:e=>{e.exports={en:["Data modification"],ko:["데이타 수정"]}},84838:e=>{e.exports={en:["Date format"],ko:["데이트 포맷"]}},42357:e=>{e.exports={en:["Day of week on labels"],ko:["레이블의 요일"]}},16564:e=>{e.exports={en:["Default"],ko:["기본설정"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ko:["전자 거래 시간 배경"]}},69808:e=>{e.exports={en:["Events"],ko:["이벤트"]}},41129:e=>{e.exports={en:["Fill"],ko:["채우기"]}},61112:e=>{e.exports={en:["Fill top area"],ko:["필 탑 에어리어"]}},73185:e=>{e.exports={en:["Fill bottom area"],ko:["필 바텀 에어리어"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},61900:e=>{e.exports={en:["Horz only"],ko:["가로만"]}},14180:e=>{e.exports={en:["High and low"],ko:["고가와 저가"]}},56359:e=>{e.exports={en:["High line"],ko:["하이 라인"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],ko:["지표"]}},78082:e=>{e.exports={en:["Indicators and financials"],ko:["인디케이터 & 파이낸셜"]}},25765:e=>{e.exports={en:["Open market status"],ko:["오픈 마켓 스테이터스"]}},34579:e=>{e.exports={en:["Low line"],ko:["로우 라인"]}},14876:e=>{e.exports={en:["Logo"],ko:["로고"]}},89315:e=>{e.exports={en:["Long Description"],ko:["긴 설명"]}},
72423:e=>{e.exports={en:["Last day change values"],ko:["마지막 날 변경 값"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},8249:e=>{e.exports={en:["Money"],ko:["머니"]}},70937:e=>{e.exports={en:["Margins"],ko:["마진"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},58589:e=>{e.exports={en:["No overlapping labels"],ko:["오버래핑 라벨 없음"]}},60798:e=>{e.exports={en:["None"],ko:["둘다 아님"]}},51019:e=>{e.exports={en:["Navigation"],ko:["네비게이션"]}},99709:e=>{e.exports={en:["Name"],ko:["이름"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],ko:["인터벌 바꿀 때 차트 왼쪽 엣지 포지션 저장"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],ko:["스케일 모드(A 및 L)"]}},93968:e=>{e.exports={en:["Scales"],ko:["눈금"]}},90275:e=>{e.exports={en:["Scales and lines"],ko:["스케일 및 라인"]}},30042:e=>{e.exports={en:["Scales placement"],ko:["스케일 플레이스먼트"]}},28715:e=>{e.exports={en:["Status line"],ko:["스테이터스 라인"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},53263:e=>{e.exports={en:["Pane"],ko:["페인"]}},82894:e=>{e.exports={en:["Pane separators"],ko:["페인 나누개"]}},16207:e=>{e.exports={en:["Percentage"],ko:["퍼센트"]}},94408:e=>{e.exports={en:["Pips"],ko:["핍스"]}},60904:e=>{e.exports={en:["Pre/post market"],ko:["프리/포스트 마켓"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ko:["프리/포스트 마켓 백그라운드"]}},59766:e=>{e.exports={en:["Precision"],ko:["정밀도"]}},83811:e=>{e.exports={en:["Previous day close"],ko:["전일 종가"]}},35082:e=>{e.exports={en:["Price Scale"],ko:["프라이스 스케일"]}},27632:e=>{e.exports={en:["Price and percentage value"],ko:["프라이스 및 퍼센트 밸류"]}},62142:e=>{e.exports={en:["Price labels & lines"],ko:["프라이스 라벨 & 라인"]}},84684:e=>{e.exports={en:["Price source"],ko:["프라이스 소스"]}},73466:e=>{e.exports={en:["Projection up bars"],ko:["프로젝션 업 바"]}},77430:e=>{e.exports={en:["Projection candles"],ko:["프로젝션 바"]}},88367:e=>{e.exports={en:["Projection down bars"],ko:["프로젝션 다운 바"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ko:["프라이스 스케일에 리얼 프라이스 (하이킨-아시 프라이스 대신)"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},62532:e=>{e.exports={en:["Right Margin"],ko:["오른쪽 여백"]}},41571:e=>{e.exports={en:["Watermark"],ko:["워터마크"]}},32163:e=>{e.exports={en:["Wick"],ko:["윅"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},89349:e=>{e.exports={en:["Top line"],ko:["탑 라인"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},20215:e=>{e.exports={en:["Thin bars"],ko:["씬 (Thin) 바"]}},70198:e=>{e.exports={en:["Title"],ko:["타이틀"]}},29854:e=>{e.exports={en:["Titles"],ko:["제목"]}},5791:e=>{e.exports={en:["Ticker"],ko:["티커"]}},16816:e=>{e.exports={en:["Ticker and description"],ko:["티커와 설명"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},93965:e=>{e.exports={en:["Time Scale"],ko:["타임 스케일"]}},5591:e=>{e.exports={en:["Time hours format"],ko:["시간 형식"]}},77073:e=>{e.exports={en:["Timezone"],ko:["타임존"]}},76495:e=>{e.exports={en:["Trading"],ko:["트레이딩"]}},33564:e=>{e.exports={en:["Unit"],ko:["유닛"]}},23091:e=>{e.exports={en:["Up color"],
ko:["업 칼라"]}},36957:e=>{e.exports={en:["Up bars"],ko:["업 바"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},37644:e=>{e.exports={en:["Volume"],ko:["거래량"]}},51514:e=>{e.exports={en:["Value"],ko:["값"]}},31218:e=>{e.exports={en:["Value according to scale"],ko:["스케일에 따른 밸류"]}},60092:e=>{e.exports={en:["Values"],ko:["밸류"]}},83594:e=>{e.exports={en:["Vert and horz"],ko:["세로 및 가로"]}},8402:e=>{e.exports={en:["Vert only"],ko:["세로만"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},21105:e=>{e.exports={en:["candle"],ko:["캔들"]}},27068:e=>{e.exports={en:["change HLC bars"],ko:["HLC 바 변경"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],ko:["내비게이션 버튼 비저빌리티 바꾸기"]}},96227:e=>{e.exports={en:["change open market status visibility"],ko:["오픈 마켓 스테이터스 비저빌리티 바꾸기"]}},43231:e=>{e.exports={en:["change average close price line width"],ko:["평균 종가 라인 너비 변경"]}},47026:e=>{e.exports={en:["change average close price line color"],ko:["평균 종가 라인 색상 변경"]}},86866:e=>{e.exports={en:["change area fill color"],ko:["에어리어 필 컬러 바꾸기"]}},89346:e=>{e.exports={en:["change area line width"],ko:["에어리어 라인 너비 바꾸기"]}},29605:e=>{e.exports={en:["change area line color"],ko:["에어리어 라인 컬러 바꾸기"]}},4640:e=>{e.exports={en:["change area price source"],ko:["에어리어 프라이스 소스 바꾸기"]}},98407:e=>{e.exports={en:["change ask line color"],ko:["애스크 라인 컬러 바꾸기"]}},42190:e=>{e.exports={en:["change base level"],ko:["베이스 레벨 바꾸기"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ko:["베이스라인 바텀 라인 컬러 바꾸기"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ko:["베이스라인 바텀 라인 너비 바꾸기"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ko:["베이스라인 필 바텀 에어리어 컬러 바꾸기"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ko:["베이스라인 필 탑 에어리어 컬러 바꾸기"]}},68609:e=>{e.exports={en:["change baseline price source"],ko:["베이스라인 프라이스 소스 바꾸기"]}},69044:e=>{e.exports={en:["change baseline top line color"],ko:["베이스라인 탑 라인 컬러 바꾸기"]}},68197:e=>{e.exports={en:["change baseline top line width"],ko:["베이스라인 탑 라인 너비 바꾸기"]}},33464:e=>{e.exports={en:["change bar up color"],ko:["바 업 컬러 바꾸기"]}},27426:e=>{e.exports={en:["change bar change visibility"],ko:["바 체인지 비저빌리티 바꾸기"]}},59622:e=>{e.exports={en:["change bar down color"],ko:["바 다운 컬러 바꾸기"]}},17919:e=>{e.exports={en:["change bid line color"],ko:["비드 라인 컬러 바꾸기"]}},32094:e=>{e.exports={en:["change bottom margin"],ko:["바텀 마진 바꾸기"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],ko:["커런시 및 유닛 라벨 비저빌리티를 바꾸십시오"]}},64003:e=>{e.exports={en:["change currency label visibility"],ko:["커런시 라벨 비저빌리티 바꾸기"]}},42803:e=>{e.exports={en:["change chart background color"],ko:["차트 백그라운드 컬러 바꾸기"]}},41382:e=>{e.exports={en:["change chart background type"],ko:["차트 백그라운드 타입 바꾸기"]}},79637:e=>{e.exports={en:["change chart values visibility"],ko:["차트 밸류 가시성 변경"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ko:["이전 클로즈에 따라 컬러 바 바꾸기"]}},88324:e=>{e.exports={
en:["change column up color"],ko:["컬럼 업 색깔 바꾸기"]}},93890:e=>{e.exports={en:["change column down color"],ko:["컬럼 다운 색깔 바꾸기"]}},4727:e=>{e.exports={en:["change column price source"],ko:["컬럼 프라이스 소스 바꾸기"]}},50544:e=>{e.exports={en:["change crosshair width"],ko:["크로스헤어 너비 바꾸기"]}},92885:e=>{e.exports={en:["change crosshair color"],ko:["크로스헤어 컬러 바꾸기"]}},68418:e=>{e.exports={en:["change crosshair style"],ko:["크로스헤어 스타일 바꾸기"]}},43109:e=>{e.exports={en:["change date format"],ko:["데이트 포맷 변경"]}},30418:e=>{e.exports={en:["change day of week on labels"],ko:["레이블의 요일 변경"]}},82063:e=>{e.exports={en:["change decimal places"],ko:["소숫점 자릿수 바꾸기"]}},44223:e=>{e.exports={en:["change extended hours color"],ko:["익스텐드 아워 컬러 바꾸기"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ko:["전자 거래 시간 바꾸기"]}},73844:e=>{e.exports={en:["change grid lines visibility"],ko:["그리드 선 가시성 변경"]}},61407:e=>{e.exports={en:["change high and low price line color"],ko:["고가 및 저가 라인 색상 변경"]}},39581:e=>{e.exports={en:["change high and low price line width"],ko:["고가 및 저가 라인 너비 변경"]}},6026:e=>{e.exports={en:["change high-low body color"],ko:["하이-로우 바디 컬러 바꾸기"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ko:["하이-로우 바디 비저빌리티 바꾸기"]}},46844:e=>{e.exports={en:["change high-low border color"],ko:["하이-로우 보더 컬러 바꾸기"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ko:["하이-로우 보더 비저빌리티 바꾸기"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ko:["하이-로우 라벨 비저빌리티 바꾸기"]}},56961:e=>{e.exports={en:["change high-low labels color"],ko:["하이-로우 라벨 컬러 바꾸기"]}},21133:e=>{e.exports={en:["change horz grid lines color"],ko:["호리존털 그리드 라인 컬러 바꾸기"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],ko:["인디케이터 타이틀 비저빌리티 바꾸기"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ko:["인디케이터 밸류 비저빌리티 바꾸기"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ko:["인디케이터 아규먼트 비저빌리티 바꾸기"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ko:["인디케이터 및 파이낸셜 네임 라벨 비저빌리티 바꾸기"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ko:["인디케이터 및 파이낸셜 밸류 라벨 비저빌리티 바꾸기"]}},66307:e=>{e.exports={en:["change last day change visibility"],ko:["마지막날 변화 가시성 바꾸기"]}},91873:e=>{e.exports={en:["change legend background transparency"],ko:["설명 배경 투명도 변경"]}},14246:e=>{e.exports={en:["change legend background visibility"],ko:["설명 배경 가시성 변경"]}},88640:e=>{e.exports={en:["change line color"],ko:["라인 컬러 바꾸기"]}},41837:e=>{e.exports={en:["change line price source"],ko:["라인 프라이스 소스 바꾸기"]}},48339:e=>{e.exports={en:["change line width"],ko:["라인 너비 바꾸기"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],ko:["페인 버튼 비저빌리티 바꾸기"]}},52203:e=>{e.exports={en:["change pane separators color"],ko:["페인 나누개 컬러 바꾸기"]}},38730:e=>{e.exports={en:["change post market color"],ko:["포스트 마켓 컬러 바꾸기"]}},28075:e=>{e.exports={en:["change post market line color"],ko:["포스트 마켓 라인 컬러 바꾸기"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],
ko:["프리/포스트 마켓 프라이스 라인 비저빌리티 바꾸기"]}},44371:e=>{e.exports={en:["change pre market color"],ko:["프리 마켓 컬러 바꾸기"]}},96114:e=>{e.exports={en:["change pre market line color"],ko:["프리 마켓 라인 컬러 바꾸기"]}},69814:e=>{e.exports={en:["change previous close price line color"],ko:["이전 클로즈 프라이스 라인 컬러 바꾸기"]}},13660:e=>{e.exports={en:["change previous close price line width"],ko:["이전 클로즈 프라이스 라인 너비 바꾸기"]}},87861:e=>{e.exports={en:["change price line color"],ko:["프라이스 라인 컬러 바꾸기"]}},29353:e=>{e.exports={en:["change price line width"],ko:["프라이스 라인 너비 바꾸기"]}},16241:e=>{e.exports={en:["change range bars style"],ko:["레인지 바 스타일 변경"]}},65821:e=>{e.exports={en:["change range thin bars"],ko:["레인지 씬 바 바꾸기"]}},75487:e=>{e.exports={en:["change renko wick down color"],ko:["렌코 윅 다운 컬러 바꾸기"]}},92277:e=>{e.exports={en:["change renko wick up color"],ko:["렌코 윅 업 컬러 바꾸기"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ko:["렌코 윅 비저빌리티 바꾸기"]}},82946:e=>{e.exports={en:["change right margin"],ko:["오른쪽 마진 바꾸기"]}},79545:e=>{e.exports={en:["change right margin percentage"],ko:["오른쪽 여백 비율 변경"]}},78995:e=>{e.exports={en:["change symbol watermark color"],ko:["심볼 워터마크 컬러 바꾸기"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],ko:["심볼 워터마크 비저빌리티 바꾸기"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ko:["심볼 설명 비저빌리티 바꾸기"]}},12050:e=>{e.exports={en:["change symbol field visibility"],ko:["심볼 필드 가시성 변경"]}},46066:e=>{e.exports={en:["change symbol last value mode"],ko:["심볼 라스트 밸류 모드 바꾸기"]}},902:e=>{e.exports={en:["change symbol legend format"],ko:["종목 설명 포맷 변경"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],ko:["인터벌 바꿀 때 차트 왼쪽 엣지 포지션 저장 변경"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],ko:["스케일 모드 버튼 가시성 변경"]}},76131:e=>{e.exports={en:["change scales text color"],ko:["스케일 텍스트 컬러 바꾸기"]}},27792:e=>{e.exports={en:["change scales font size"],ko:["스케일 폰트 사이즈 바꾸기"]}},94997:e=>{e.exports={en:["change scales lines color"],ko:["스케일 라인 컬러 바꾸기"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],ko:["세션 브레이크 비저빌리티 바꾸기"]}},28175:e=>{e.exports={en:["change sessions breaks width"],ko:["세션 브레이크 너비 바꾸기"]}},33895:e=>{e.exports={en:["change sessions breaks color"],ko:["세션 브레이크 컬러 바꾸기"]}},21641:e=>{e.exports={en:["change sessions breaks style"],ko:["체인지 세션 브레이크 스타일 바꾸기"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ko:["프라이스 스케일에서 (하이키-아시 프라이스 대신) 리얼 프라이스 디스플레이 바꾸기"]}},60834:e=>{e.exports={en:["change thin bars"],ko:["씬 바 바꾸기"]}},39754:e=>{e.exports={en:["change time hours format"],ko:["시간 형식 변경"]}},74883:e=>{e.exports={en:["change top margin"],ko:["탑 마진 바꾸기"]}},51250:e=>{e.exports={en:["change unit label visibility"],ko:["유닛 라벨 비저빌리티 바꾸기"]}},71805:e=>{e.exports={en:["change vert grid lines color"],ko:["버티컬 그리드 라인 컬러 바꾸기"]}},96201:e=>{e.exports={en:["change volume values visibility"],ko:["볼륨 비저빌리티 바꾸기"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ko:["{candleType} 업 보더 컬러 바꾸기"]}},
36697:e=>{e.exports={en:["change {candleType} up color"],ko:["{candleType} 업 컬러 바꾸기"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ko:["{candleType} 윅 다운 컬러 바꾸기"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ko:["{candleType} 윅 업 컬러 바꾸기"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ko:["{candleType} 윅 바꾸기"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ko:["{candleType} 바디 비저빌리티 바꾸기"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ko:["{candleType} 비저빌리티 바꾸기"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ko:["{candleType} 다운 보더 컬러 바꾸기"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ko:["{candleType} 다운 컬러 바꾸기"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ko:["{chartType} 보더 바 다운 컬러 바꾸기"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ko:["{chartType} 보더 바 업 컬러 바꾸기"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ko:["{chartType} 다운 컬러 바꾸기"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ko:["{chartType} 프로젝션 보더 바 업 컬러 바꾸기"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ko:["{chartType} 프로젝션 바 다운 컬러 바꾸기"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ko:["{chartType} 프로젝션 바 업 컬러 바꾸기"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ko:["{chartType} 업 컬러 바꾸기"]}},66110:e=>{e.exports={en:["change {inputName} property"],ko:["{inputName} 프로퍼티 바꾸기"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ko:["배당금을 위한 데이터 조정"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},92598:e=>{e.exports={en:["hollow candles"],ko:["할로우캔들"]}},57243:e=>{e.exports={en:["range","ranges"],ko:["레인지"]}},70282:e=>{e.exports={en:["renko"],ko:["렌코"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -1,3 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[2686,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],ko:["점"]}},41256:e=>{e.exports={en:["Back"],ko:["뒤로"]}},53174:e=>{e.exports={en:["Right"],ko:["라이트"]}},57e3:e=>{e.exports={en:["Compare"],ko:["비교"]}},93111:e=>{e.exports={en:["Content"],ko:["컨텐츠"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],ko:["차트 이미지 링크 복사"]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},59934:e=>{e.exports={en:["Channels"],ko:["채널"]}},63245:e=>{e.exports={en:["Change symbol"],ko:["종목바꾸기"]}},56281:e=>{e.exports={en:["Chart style Columns"],ko:["차트 스타일 컬럼"]}},64526:e=>{e.exports={en:["Chart style Candles"],ko:["차트 스타일 캔들"]}},9537:e=>{e.exports={en:["Chart style Area"],ko:["차트 스타일 영역"]}},19265:e=>{e.exports={en:["Chart style Bars"],ko:["차트 스타일 바"]}},19579:e=>{e.exports={en:["Chart style Baseline"],ko:["차트 스타일 베이스라인"]}},47189:e=>{e.exports={en:["Chart style Kagi"],ko:["차트 스타일 카기"]}},39883:e=>{e.exports={en:["Chart style HLC area"],ko:["차트 스타일 HLC 영역"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],ko:["차트 스타일 할로우 캔들"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],ko:["차트 스타일 하이킨 아시"]}},70405:e=>{e.exports={en:["Chart style High-low"],ko:["차트 스타일 하이-로우"]}},92911:e=>{e.exports={en:["Chart style Line"],ko:["차트 스타일 라인"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],ko:["마커 있는 차트 스타일 라인"]}},11604:e=>{e.exports={en:["Chart style Line break"],ko:["차트 스타일 라인 브레이크"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],ko:["차트 스타일 세션 볼륨 프로화일"]}},40447:e=>{e.exports={en:["Chart style Step line"],ko:["차트 스타일 스텝 라인"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],ko:["차트 스타일 포인트 & 피겨"]}},49942:e=>{e.exports={en:["Chart style Range"],ko:["차트 스타일 레인지"]}},80082:e=>{e.exports={en:["Chart style Renko"],ko:["차트 스타일 렌코"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],ko:["차트 스타일 시간 가격 기회"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],ko:["차트 스타일 볼륨 캔들"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],ko:["차트 스타일 볼륨 풋프린트"]}},53438:e=>{e.exports={en:["Chart template"],ko:["차트 템플릿"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},81578:e=>{e.exports={en:["Cursors"],ko:["커서"]}},77915:e=>{e.exports={en:["Cycles"],ko:["사이클"]}},32064:e=>{e.exports={en:["Annotation tools"],ko:["어노테이션 툴"]}},69207:e=>{e.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},34040:e=>{e.exports={en:["All sources"],ko:["모든 자료"]}},19147:e=>{e.exports={en:["Arrows"],ko:["화살"]}},42358:e=>{e.exports={en:["Bond"],ko:["채권"]}},65695:e=>{e.exports={en:["Brushes"],ko:["브러시"]}},51494:e=>{e.exports={en:["Gann"],ko:["간"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ko:["간 및 피보나치 툴"]}},22145:e=>{e.exports={en:["Geometric shapes"],ko:["지오메트릭 셰이프"]}},57157:e=>{e.exports={en:["Dot"],ko:["점"]}},25848:e=>{e.exports={en:["Dark theme"],ko:["다크 테마"]}},14939:e=>{e.exports={en:["Demonstration"],ko:["데모"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},74385:e=>{e.exports={en:["Drawings"],ko:["그리기"]}},44255:e=>{
e.exports={en:["Elliott waves"],ko:["엘리엇 웨이브"]}},8727:e=>{e.exports={en:["Eraser"],ko:["지우개"]}},93308:e=>{e.exports={en:["Extended session"],ko:["연장 거래 시간 세션"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ko:["예측 및 측정 툴"]}},26578:e=>{e.exports={en:["Fibonacci"],ko:["피보나치"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ko:["전체화면모드"]}},83576:e=>{e.exports={en:["Function"],ko:["기능"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],ko:["임시 드로잉을 위해 {hotKey_0} 누르고 있기"]}},27077:e=>{e.exports={en:["Open Object Tree"],ko:["오브젝트 트리 열기"]}},7386:e=>{e.exports={en:["Open chart layout"],ko:["차트 레이아웃 열기"]}},79451:e=>{e.exports={en:["Lock all drawings"],ko:["드로잉툴고정"]}},35112:e=>{e.exports={en:["Move chart back"],ko:["차트를 뒤로 이동"]}},12754:e=>{e.exports={en:["Move chart forward"],ko:["차트를 앞으로 이동"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},35553:e=>{e.exports={en:["Magic"],ko:["매직"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ko:["자석모드는 가장 최근 OHLC 밸류에 가까운 프라이스에 드로잉을 들러붙게 해줍니다."]}},81031:e=>{e.exports={en:["Manage layout drawings"],ko:["레이아웃 드로잉 관리"]}},91563:e=>{e.exports={en:["Measure"],ko:["재기"]}},97050:e=>{e.exports={en:["Measurer"],ko:["계측기"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],ko:["모든 스케일을 왼쪽으로 병합"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],ko:["모든 스케일을 오른쪽으로 병합"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ko:["조건에 맞는 익스체인지가 없음"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ko:["조건에 맞는 심볼이 없음"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],ko:["기준과 일치하는 항목이 없습니다"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ko:["새 차트를 고를 때 새 드로잉들은 레이아웃에 있는 모든 차트에 복제됩니다."]}},3521:e=>{e.exports={en:["New drawings will sync globally"],ko:["새 드로잉은 글로벌 싱크됩니다"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],ko:["새 드로잉은 레이아웃에서 싱크됩니다"]}},28628:e=>{e.exports={en:["Sources"],ko:["자료"]}},41569:e=>{e.exports={en:["Save chart layout"],ko:["차트 레이아웃 저장"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},79354:e=>{e.exports={en:["Search tool or function"],ko:["툴 혹은 기능 검색"]}},57640:e=>{e.exports={en:["Select source"],ko:["자료 선택"]}},65781:e=>{e.exports={en:["Shapes"],ko:["셰이프"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ko:["숨긴툴 보기"]}},85786:e=>{e.exports={en:["Show Object Tree"],ko:["오브젝트 트리 보기"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ko:["그리기모드 유지"]}},94593:e=>{e.exports={en:["Strong Magnet"],ko:["스트롱 마그넷"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},74007:e=>{e.exports={en:["Symbol & description"],ko:["심볼 & 설명"]}},51165:e=>{e.exports={en:["Symbol Search"],ko:["심볼 찾기"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],ko:["모든 차트에 드로잉 동기화"]}},46417:e=>{e.exports={en:["Patterns"],ko:["패턴"]}},36167:e=>{e.exports={en:["Pitchforks"],ko:["피치포크"]}},79366:e=>{e.exports={en:["Previous day close price line"],ko:["전날 클로즈 프라이스 라인"]}},76753:e=>{e.exports={
en:["Recent search"],ko:["최근 검색"]}},28051:e=>{e.exports={en:["Regular session"],ko:["정규 거래 시간 세션"]}},57118:e=>{e.exports={en:["Remove Drawings"],ko:["드로잉 없애기"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],ko:["모든 지표와 드로잉툴 삭제"]}},96374:e=>{e.exports={en:["Remove drawings"],ko:["드로잉 없애기"]}},85106:e=>{e.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}},99984:e=>{e.exports={en:["Remove indicators"],ko:["인디케이터 없애기"]}},38206:e=>{e.exports={en:["Rename chart layout"],ko:["차트 레이아웃 이름 바꾸기"]}},31789:e=>{e.exports={en:["Reset chart"],ko:["차트 리셋"]}},3519:e=>{e.exports={en:["Weak Magnet"],ko:["위크 마그넷"]}},65831:e=>{e.exports={en:["Text & Notes"],ko:["텍스트 & 노트"]}},48773:e=>{e.exports={en:["Trend line tools"],ko:["트렌드 라인 툴"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],ko:["드로잉, 기능 및 설정을 검색하려면 입력"]}},69260:e=>{e.exports={en:["Volume-based"],ko:["볼륨-기반"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],ko:["님은 유저 인터페이스를 {name} 테마로 바꾸려 하고 있습니다. 차트 템플릿 테마도 바꾸시겠습니까?"]}},55774:e=>{e.exports={en:["Zoom In"],ko:["크게보기"]}},37310:e=>{e.exports={en:["Zoom Out"],ko:["작게보기"]}},70932:e=>{e.exports={en:["commodity"],ko:["상품"]}},79599:e=>{e.exports={en:["cfd"],ko:["씨에프디"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],ko:["차트의 아이디어 가시성 변경"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ko:["인디케이터 및 파이낸셜 네임 라벨 비저빌리티 바꾸기"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ko:["인디케이터 및 파이낸셜 밸류 라벨 비저빌리티 바꾸기"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ko:["프리/포스트 마켓 프라이스 라인 비저빌리티 바꾸기"]}},46128:e=>{e.exports={en:["crypto"],ko:["크립토"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],ko:["경제"]}},17770:e=>{e.exports={en:["forex"],ko:["외환"]}},4723:e=>{e.exports={en:["futures"],ko:["퓨쳐스"]}},87464:e=>{e.exports={en:["index"],ko:["지수"]}},90250:e=>{e.exports={en:["indices"],ko:["지수"]}},76752:e=>{e.exports={en:["stock"],ko:["스탁"]}},94521:e=>{e.exports={en:["sync drawings"],ko:["드로잉 싱크"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ko:["{hotKey_0} + 차트위 클릭"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ko:["{hotKey_0} — 써클"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ko:["{hotKey_0} — 45 도 곧은 줄 긋기"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ko:["{hotKey_0} — 고정 증가"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ko:["{hotKey_0} — 스퀘어"]}}}]);

View File

@@ -0,0 +1,3 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[4211,4040,359,4109,9093],{23821:e=>{e.exports={en:["Dot"],ko:["점"]}},41256:e=>{e.exports={en:["Back"],ko:["뒤로"]}},53174:e=>{e.exports={en:["Right"],ko:["라이트"]}},57e3:e=>{e.exports={en:["Compare"],ko:["비교"]}},93111:e=>{e.exports={en:["Content"],ko:["컨텐츠"]}},8270:e=>{e.exports={en:["Copy link to the chart image"],ko:["차트 이미지 링크 복사"]}},4543:e=>{e.exports={en:["Cancel"],ko:["취소"]}},59934:e=>{e.exports={en:["Channels"],ko:["채널"]}},63245:e=>{e.exports={en:["Change symbol"],ko:["종목바꾸기"]}},56281:e=>{e.exports={en:["Chart style Columns"],ko:["차트 스타일 컬럼"]}},64526:e=>{e.exports={en:["Chart style Candles"],ko:["차트 스타일 캔들"]}},9537:e=>{e.exports={en:["Chart style Area"],ko:["차트 스타일 영역"]}},19265:e=>{e.exports={en:["Chart style Bars"],ko:["차트 스타일 바"]}},19579:e=>{e.exports={en:["Chart style Baseline"],ko:["차트 스타일 베이스라인"]}},47189:e=>{e.exports={en:["Chart style Kagi"],ko:["차트 스타일 카기"]}},39883:e=>{e.exports={en:["Chart style HLC area"],ko:["차트 스타일 HLC 영역"]}},67579:e=>{e.exports={en:["Chart style HLC bars"]}},44958:e=>{e.exports={en:["Chart style Hollow candles"],ko:["차트 스타일 할로우 캔들"]}},62423:e=>{e.exports={en:["Chart style Heikin Ashi"],ko:["차트 스타일 하이킨 아시"]}},70405:e=>{e.exports={en:["Chart style High-low"],ko:["차트 스타일 하이-로우"]}},92911:e=>{e.exports={en:["Chart style Line"],ko:["차트 스타일 라인"]}},35458:e=>{e.exports={en:["Chart style Line with markers"],ko:["마커 있는 차트 스타일 라인"]}},11604:e=>{e.exports={en:["Chart style Line break"],ko:["차트 스타일 라인 브레이크"]}},67346:e=>{e.exports={en:["Chart style Session volume profile"],ko:["차트 스타일 세션 볼륨 프로화일"]}},40447:e=>{e.exports={en:["Chart style Step line"],ko:["차트 스타일 스텝 라인"]}},22027:e=>{e.exports={en:["Chart style Point & figure"],ko:["차트 스타일 포인트 & 피겨"]}},49942:e=>{e.exports={en:["Chart style Range"],ko:["차트 스타일 레인지"]}},80082:e=>{e.exports={en:["Chart style Renko"],ko:["차트 스타일 렌코"]}},94861:e=>{e.exports={en:["Chart style Time Price Opportunity"],ko:["차트 스타일 시간 가격 기회"]}},13618:e=>{e.exports={en:["Chart style Volume candles"],ko:["차트 스타일 볼륨 캔들"]}},21190:e=>{e.exports={en:["Chart style Volume footprint"],ko:["차트 스타일 볼륨 풋프린트"]}},53438:e=>{e.exports={en:["Chart template"],ko:["차트 템플릿"]}},47742:e=>{e.exports={en:["Close menu"],ko:["메뉴 닫기"]}},81578:e=>{e.exports={en:["Cursors"],ko:["커서"]}},77915:e=>{e.exports={en:["Cycles"],ko:["사이클"]}},32064:e=>{e.exports={en:["Annotation tools"],ko:["어노테이션 툴"]}},69207:e=>{e.exports={en:["Add to favorites"],ko:["즐겨찾기에 넣기"]}},34040:e=>{e.exports={en:["All sources"],ko:["모든 자료"]}},19147:e=>{e.exports={en:["Arrows"],ko:["화살"]}},42358:e=>{e.exports={en:["Bond"],ko:["채권"]}},65695:e=>{e.exports={en:["Brushes"],ko:["브러시"]}},51494:e=>{e.exports={en:["Gann"],ko:["간"]}},2654:e=>{e.exports={en:["Gann and Fibonacci tools"],ko:["간 및 피보나치 툴"]}},22145:e=>{e.exports={en:["Geometric shapes"],ko:["지오메트릭 셰이프"]}},57157:e=>{e.exports={en:["Dot"],ko:["점"]}},25848:e=>{e.exports={en:["Dark theme"],ko:["다크 테마"]}},14939:e=>{e.exports={en:["Demonstration"],ko:["데모"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},74385:e=>{
e.exports={en:["Drawings"],ko:["그리기"]}},44255:e=>{e.exports={en:["Elliott waves"],ko:["엘리엇 웨이브"]}},8727:e=>{e.exports={en:["Eraser"],ko:["지우개"]}},93308:e=>{e.exports={en:["Extended session"],ko:["연장 거래 시간 세션"]}},1410:e=>{e.exports={en:["Forecasting and measurement tools"],ko:["예측 및 측정 툴"]}},26578:e=>{e.exports={en:["Fibonacci"],ko:["피보나치"]}},67092:e=>{e.exports={en:["Fullscreen mode"],ko:["전체화면모드"]}},83576:e=>{e.exports={en:["Function"],ko:["기능"]}},42633:e=>{e.exports={en:["Hold {hotKey_0} for temporary drawing"],ko:["임시 드로잉을 위해 {hotKey_0} 누르고 있기"]}},27077:e=>{e.exports={en:["Open Object Tree"],ko:["오브젝트 트리 열기"]}},7386:e=>{e.exports={en:["Open chart layout"],ko:["차트 레이아웃 열기"]}},79451:e=>{e.exports={en:["Lock all drawings"],ko:["드로잉툴고정"]}},35112:e=>{e.exports={en:["Move chart back"],ko:["차트를 뒤로 이동"]}},12754:e=>{e.exports={en:["Move chart forward"],ko:["차트를 앞으로 이동"]}},37117:e=>{e.exports={en:["More"],ko:["더보기"]}},35553:e=>{e.exports={en:["Magic"],ko:["매직"]}},81396:e=>{e.exports={en:["Magnet Mode snaps drawings placed near price bars to the closest OHLC value"],ko:["자석모드는 가장 최근 OHLC 밸류에 가까운 프라이스에 드로잉을 들러붙게 해줍니다."]}},81031:e=>{e.exports={en:["Manage layout drawings"],ko:["레이아웃 드로잉 관리"]}},91563:e=>{e.exports={en:["Measure"],ko:["재기"]}},97050:e=>{e.exports={en:["Measurer"],ko:["계측기"]}},7276:e=>{e.exports={en:["Merge all scales to the left"],ko:["모든 스케일을 왼쪽으로 병합"]}},80219:e=>{e.exports={en:["Merge all scales to the right"],ko:["모든 스케일을 오른쪽으로 병합"]}},53182:e=>{e.exports={en:["No exchanges match your criteria"],ko:["조건에 맞는 익스체인지가 없음"]}},76822:e=>{e.exports={en:["No symbols match your criteria"],ko:["조건에 맞는 심볼이 없음"]}},47202:e=>{e.exports={en:["Nothing matches your criteria"],ko:["기준과 일치하는 항목이 없습니다"]}},59377:e=>{e.exports={en:["New drawings are replicated to all charts in the layout and shown when the same ticker is selected"],ko:["새 차트를 고를 때 새 드로잉들은 레이아웃에 있는 모든 차트에 복제됩니다."]}},3521:e=>{e.exports={en:["New drawings will sync globally"],ko:["새 드로잉은 글로벌 싱크됩니다"]}},93027:e=>{e.exports={en:["New drawings will sync in layout"],ko:["새 드로잉은 레이아웃에서 싱크됩니다"]}},28628:e=>{e.exports={en:["Sources"],ko:["자료"]}},41569:e=>{e.exports={en:["Save chart layout"],ko:["차트 레이아웃 저장"]}},8573:e=>{e.exports={en:["Search"],ko:["찾기"]}},79354:e=>{e.exports={en:["Search tool or function"],ko:["툴 혹은 기능 검색"]}},57640:e=>{e.exports={en:["Select source"],ko:["자료 선택"]}},65781:e=>{e.exports={en:["Shapes"],ko:["셰이프"]}},3154:e=>{e.exports={en:["Show Hidden Tools"],ko:["숨긴툴 보기"]}},85786:e=>{e.exports={en:["Show Object Tree"],ko:["오브젝트 트리 보기"]}},62518:e=>{e.exports={en:["Stay in Drawing Mode"],ko:["그리기모드 유지"]}},94593:e=>{e.exports={en:["Strong Magnet"],ko:["스트롱 마그넷"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},74007:e=>{e.exports={en:["Symbol & description"],ko:["심볼 & 설명"]}},51165:e=>{e.exports={en:["Symbol Search"],ko:["심볼 찾기"]}},23391:e=>{e.exports={en:["Sync drawings to all charts"],ko:["모든 차트에 드로잉 동기화"]}},46417:e=>{e.exports={en:["Patterns"],ko:["패턴"]}},36167:e=>{e.exports={en:["Pitchforks"],ko:["피치포크"]}},79366:e=>{e.exports={en:["Previous day close price line"],
ko:["전날 클로즈 프라이스 라인"]}},76753:e=>{e.exports={en:["Recent search"],ko:["최근 검색"]}},28051:e=>{e.exports={en:["Regular session"],ko:["정규 거래 시간 세션"]}},57118:e=>{e.exports={en:["Remove Drawings"],ko:["드로잉 없애기"]}},4474:e=>{e.exports={en:["Remove all indicators and drawing tools"],ko:["모든 지표와 드로잉툴 삭제"]}},96374:e=>{e.exports={en:["Remove drawings"],ko:["드로잉 없애기"]}},85106:e=>{e.exports={en:["Remove from favorites"],ko:["즐겨찾기지움"]}},99984:e=>{e.exports={en:["Remove indicators"],ko:["인디케이터 없애기"]}},38206:e=>{e.exports={en:["Rename chart layout"],ko:["차트 레이아웃 이름 바꾸기"]}},31789:e=>{e.exports={en:["Reset chart"],ko:["차트 리셋"]}},3519:e=>{e.exports={en:["Weak Magnet"],ko:["위크 마그넷"]}},65831:e=>{e.exports={en:["Text & Notes"],ko:["텍스트 & 노트"]}},48773:e=>{e.exports={en:["Trend line tools"],ko:["트렌드 라인 툴"]}},27463:e=>{e.exports={en:["Type to search for drawings, functions and settings"],ko:["드로잉, 기능 및 설정을 검색하려면 입력"]}},69260:e=>{e.exports={en:["Volume-based"],ko:["볼륨-기반"]}},78659:e=>{e.exports={en:["You're changing the user interface to the {name} theme. Would you like to switch the chart template's theme too?"],ko:["님은 유저 인터페이스를 {name} 테마로 바꾸려 하고 있습니다. 차트 템플릿 테마도 바꾸시겠습니까?"]}},55774:e=>{e.exports={en:["Zoom In"],ko:["크게보기"]}},37310:e=>{e.exports={en:["Zoom Out"],ko:["작게보기"]}},70932:e=>{e.exports={en:["commodity"],ko:["상품"]}},79599:e=>{e.exports={en:["cfd"],ko:["씨에프디"]}},13489:e=>{e.exports={en:["change ideas visibility on chart"],ko:["차트의 아이디어 가시성 변경"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ko:["인디케이터 및 파이낸셜 네임 라벨 비저빌리티 바꾸기"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ko:["인디케이터 및 파이낸셜 밸류 라벨 비저빌리티 바꾸기"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ko:["프리/포스트 마켓 프라이스 라인 비저빌리티 바꾸기"]}},46128:e=>{e.exports={en:["crypto"],ko:["크립토"]}},47268:e=>{e.exports={en:["dr"]}},54094:e=>{e.exports={en:["economy"],ko:["경제"]}},17770:e=>{e.exports={en:["forex"],ko:["외환"]}},4723:e=>{e.exports={en:["futures"],ko:["퓨쳐스"]}},87464:e=>{e.exports={en:["index"],ko:["지수"]}},90250:e=>{e.exports={en:["indices"],ko:["지수"]}},76752:e=>{e.exports={en:["stock"],ko:["스탁"]}},94521:e=>{e.exports={en:["sync drawings"],ko:["드로잉 싱크"]}},92949:e=>{e.exports={en:["{hotKey_0} + Click on the chart"],ko:["{hotKey_0} + 차트위 클릭"]}},13798:e=>{e.exports={en:["{hotKey_0} — circle"],ko:["{hotKey_0} — 써클"]}},23369:e=>{e.exports={en:["{hotKey_0} — drawing a straight line at angles of 45"],ko:["{hotKey_0} — 45 도 곧은 줄 긋기"]}},83042:e=>{e.exports={en:["{hotKey_0} — fixed increments"],ko:["{hotKey_0} — 고정 증가"]}},10539:e=>{e.exports={en:["{hotKey_0} — square"],ko:["{hotKey_0} — 스퀘어"]}}}]);

View File

@@ -1,6 +0,0 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[5202,4821],{80587:e=>{e.exports={en:["bars"],ko:["바"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ko:["(시 + 고 + 저 + 종)/3"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ko:["(고 + 저 + 종)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ko:["(고 + 저)/2"]}},31882:e=>{e.exports={en:["12-hours"],ko:["12시간"]}},5797:e=>{e.exports={en:["24-hours"],ko:["24시간"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ko:["이전 종가에 따라 봉색 결정"]}},23739:e=>{e.exports={en:["Canvas"],ko:["캔버스"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},15153:e=>{e.exports={en:["Chart basic styles"],ko:["차트 베이직 스타일"]}},45639:e=>{e.exports={en:["Chart values"],ko:["차트 밸류"]}},84831:e=>{e.exports={en:["Close line"],ko:["클로즈 라인"]}},74622:e=>{e.exports={en:["Crosshair"],ko:["십자선"]}},81849:e=>{e.exports={en:["Currency"],ko:["통화"]}},3015:e=>{e.exports={en:["Currency and Unit"],ko:["통화 및 단위"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ko:["배당에 따른 데이터 조정"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},36620:e=>{e.exports={en:["Alerts"],ko:["얼러트"]}},14119:e=>{e.exports={en:["Arguments"],ko:["인자"]}},68650:e=>{e.exports={en:["Average close"],ko:["평균가"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},3159:e=>{e.exports={en:["Bottom line"],ko:["바텀 라인"]}},74406:e=>{e.exports={en:["Body"],ko:["바디"]}},333:e=>{e.exports={en:["Borders"],ko:["경계선"]}},79468:e=>{e.exports={en:["Background"],ko:["배경"]}},10842:e=>{e.exports={en:["Bar change values"],ko:["바 체인지 밸류"]}},28975:e=>{e.exports={en:["Base level"],ko:["베이스 레벨"]}},76473:e=>{e.exports={en:["Bid and ask"],ko:["비드/애스크"]}},32744:e=>{e.exports={en:["Buttons"],ko:["버튼"]}},68662:e=>{e.exports={en:["Grid lines"],ko:["그리드 라인"]}},17611:e=>{e.exports={en:["Down bars"],ko:["다운 바"]}},23743:e=>{e.exports={en:["Down color"],ko:["다운 칼라"]}},48225:e=>{e.exports={en:["Data modification"],ko:["데이타 수정"]}},84838:e=>{e.exports={en:["Date format"],ko:["데이트 포맷"]}},42357:e=>{e.exports={en:["Day of week on labels"],ko:["레이블의 요일"]}},16564:e=>{e.exports={en:["Default"],ko:["기본설정"]}},78734:e=>{e.exports={en:["Description"],ko:["설명"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ko:["전자 거래 시간 배경"]}},69808:e=>{e.exports={en:["Events"],ko:["이벤트"]}},41129:e=>{e.exports={en:["Fill"],ko:["채우기"]}},61112:e=>{e.exports={en:["Fill top area"],ko:["필 탑 에어리어"]}},73185:e=>{e.exports={en:["Fill bottom area"],ko:["필 바텀 에어리어"]}},886:e=>{e.exports={en:["HLC bars"],ko:["HLC 바"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},61900:e=>{e.exports={en:["Horz only"],ko:["가로만"]}},14180:e=>{e.exports={en:["High and low"],ko:["고가와 저가"]}},56359:e=>{e.exports={en:["High line"],ko:["하이 라인"]}},47326:e=>{e.exports={en:["Integer"]}},84549:e=>{e.exports={en:["Indicators"],ko:["지표"]}},78082:e=>{e.exports={en:["Indicators and financials"],ko:["인디케이터 & 파이낸셜"]}},25765:e=>{e.exports={en:["Open market status"],ko:["오픈 마켓 스테이터스"]}},34579:e=>{e.exports={en:["Low line"],ko:["로우 라인"]}},14876:e=>{e.exports={en:["Logo"],ko:["로고"]}},89315:e=>{
e.exports={en:["Long Description"],ko:["긴 설명"]}},72423:e=>{e.exports={en:["Last day change values"],ko:["마지막 날 변경 값"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},8249:e=>{e.exports={en:["Money"],ko:["머니"]}},70937:e=>{e.exports={en:["Margins"],ko:["마진"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},58589:e=>{e.exports={en:["No overlapping labels"],ko:["오버래핑 라벨 없음"]}},60798:e=>{e.exports={en:["None"],ko:["둘다 아님"]}},51019:e=>{e.exports={en:["Navigation"],ko:["네비게이션"]}},99709:e=>{e.exports={en:["Name"],ko:["이름"]}},8852:e=>{e.exports={en:["Save chart left edge position when changing interval"],ko:["인터벌 바꿀 때 차트 왼쪽 엣지 포지션 저장"]}},26204:e=>{e.exports={en:["Scale modes (A and L)"],ko:["스케일 모드(A 및 L)"]}},93968:e=>{e.exports={en:["Scales"],ko:["눈금"]}},90275:e=>{e.exports={en:["Scales and lines"],ko:["스케일 및 라인"]}},30042:e=>{e.exports={en:["Scales placement"],ko:["스케일 플레이스먼트"]}},28715:e=>{e.exports={en:["Status line"],ko:["스테이터스 라인"]}},95481:e=>{e.exports={en:["Symbol"],ko:["심볼"]}},53263:e=>{e.exports={en:["Pane"],ko:["페인"]}},82894:e=>{e.exports={en:["Pane separators"],ko:["페인 나누개"]}},16207:e=>{e.exports={en:["Percentage"],ko:["퍼센트"]}},94408:e=>{e.exports={en:["Pips"],ko:["핍스"]}},60904:e=>{e.exports={en:["Pre/post market"],ko:["프리/포스트 마켓"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ko:["프리/포스트 마켓 백그라운드"]}},59766:e=>{e.exports={en:["Precision"],ko:["정밀도"]}},83811:e=>{e.exports={en:["Previous day close"],ko:["전일 종가"]}},35082:e=>{e.exports={en:["Price Scale"],ko:["프라이스 스케일"]}},27632:e=>{e.exports={en:["Price and percentage value"],ko:["프라이스 및 퍼센트 밸류"]}},62142:e=>{e.exports={en:["Price labels & lines"],ko:["프라이스 라벨 & 라인"]}},84684:e=>{e.exports={en:["Price source"],ko:["프라이스 소스"]}},73466:e=>{e.exports={en:["Projection up bars"],ko:["프로젝션 업 바"]}},77430:e=>{e.exports={en:["Projection candles"],ko:["프로젝션 바"]}},88367:e=>{e.exports={en:["Projection down bars"],ko:["프로젝션 다운 바"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ko:["프라이스 스케일에 리얼 프라이스 (하이킨-아시 프라이스 대신)"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},62532:e=>{e.exports={en:["Right Margin"],ko:["오른쪽 여백"]}},41571:e=>{e.exports={en:["Watermark"],ko:["워터마크"]}},32163:e=>{e.exports={en:["Wick"],ko:["윅"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},89349:e=>{e.exports={en:["Top line"],ko:["탑 라인"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},20215:e=>{e.exports={en:["Thin bars"],ko:["씬 (Thin) 바"]}},70198:e=>{e.exports={en:["Title"],ko:["타이틀"]}},29854:e=>{e.exports={en:["Titles"],ko:["제목"]}},5791:e=>{e.exports={en:["Ticker"],ko:["티커"]}},16816:e=>{e.exports={en:["Ticker and description"],ko:["티커와 설명"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},93965:e=>{e.exports={en:["Time Scale"],ko:["타임 스케일"]}},5591:e=>{e.exports={en:["Time hours format"],ko:["시간 형식"]}},77073:e=>{e.exports={en:["Timezone"],ko:["타임존"]}},76495:e=>{e.exports={en:["Trading"],ko:["트레이딩"]}},33564:e=>{e.exports={en:["Unit"],ko:["유닛"]}
},23091:e=>{e.exports={en:["Up color"],ko:["업 칼라"]}},36957:e=>{e.exports={en:["Up bars"],ko:["업 바"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},37644:e=>{e.exports={en:["Volume"],ko:["거래량"]}},51514:e=>{e.exports={en:["Value"],ko:["값"]}},31218:e=>{e.exports={en:["Value according to scale"],ko:["스케일에 따른 밸류"]}},60092:e=>{e.exports={en:["Values"],ko:["밸류"]}},83594:e=>{e.exports={en:["Vert and horz"],ko:["세로 및 가로"]}},8402:e=>{e.exports={en:["Vert only"],ko:["세로만"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},21105:e=>{e.exports={en:["candle"],ko:["캔들"]}},27068:e=>{e.exports={en:["change HLC bars"],ko:["HLC 바 변경"]}},3311:e=>{e.exports={en:["change navigation buttons visibility"],ko:["내비게이션 버튼 비저빌리티 바꾸기"]}},96227:e=>{e.exports={en:["change open market status visibility"],ko:["오픈 마켓 스테이터스 비저빌리티 바꾸기"]}},43231:e=>{e.exports={en:["change average close price line width"],ko:["평균 종가 라인 너비 변경"]}},47026:e=>{e.exports={en:["change average close price line color"],ko:["평균 종가 라인 색상 변경"]}},86866:e=>{e.exports={en:["change area fill color"],ko:["에어리어 필 컬러 바꾸기"]}},89346:e=>{e.exports={en:["change area line width"],ko:["에어리어 라인 너비 바꾸기"]}},29605:e=>{e.exports={en:["change area line color"],ko:["에어리어 라인 컬러 바꾸기"]}},4640:e=>{e.exports={en:["change area price source"],ko:["에어리어 프라이스 소스 바꾸기"]}},98407:e=>{e.exports={en:["change ask line color"],ko:["애스크 라인 컬러 바꾸기"]}},42190:e=>{e.exports={en:["change base level"],ko:["베이스 레벨 바꾸기"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ko:["베이스라인 바텀 라인 컬러 바꾸기"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ko:["베이스라인 바텀 라인 너비 바꾸기"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ko:["베이스라인 필 바텀 에어리어 컬러 바꾸기"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ko:["베이스라인 필 탑 에어리어 컬러 바꾸기"]}},68609:e=>{e.exports={en:["change baseline price source"],ko:["베이스라인 프라이스 소스 바꾸기"]}},69044:e=>{e.exports={en:["change baseline top line color"],ko:["베이스라인 탑 라인 컬러 바꾸기"]}},68197:e=>{e.exports={en:["change baseline top line width"],ko:["베이스라인 탑 라인 너비 바꾸기"]}},33464:e=>{e.exports={en:["change bar up color"],ko:["바 업 컬러 바꾸기"]}},27426:e=>{e.exports={en:["change bar change visibility"],ko:["바 체인지 비저빌리티 바꾸기"]}},59622:e=>{e.exports={en:["change bar down color"],ko:["바 다운 컬러 바꾸기"]}},17919:e=>{e.exports={en:["change bid line color"],ko:["비드 라인 컬러 바꾸기"]}},32094:e=>{e.exports={en:["change bottom margin"],ko:["바텀 마진 바꾸기"]}},63119:e=>{e.exports={en:["change currency and unit labels visibility"],ko:["커런시 및 유닛 라벨 비저빌리티를 바꾸십시오"]}},64003:e=>{e.exports={en:["change currency label visibility"],ko:["커런시 라벨 비저빌리티 바꾸기"]}},42803:e=>{e.exports={en:["change chart background color"],ko:["차트 백그라운드 컬러 바꾸기"]}},41382:e=>{e.exports={en:["change chart background type"],ko:["차트 백그라운드 타입 바꾸기"]}},79637:e=>{e.exports={en:["change chart values visibility"],ko:["차트 밸류 가시성 변경"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ko:["이전 클로즈에 따라 컬러 바 바꾸기"]}},88324:e=>{e.exports={en:["change column up color"],
ko:["컬럼 업 색깔 바꾸기"]}},93890:e=>{e.exports={en:["change column down color"],ko:["컬럼 다운 색깔 바꾸기"]}},4727:e=>{e.exports={en:["change column price source"],ko:["컬럼 프라이스 소스 바꾸기"]}},50544:e=>{e.exports={en:["change crosshair width"],ko:["크로스헤어 너비 바꾸기"]}},92885:e=>{e.exports={en:["change crosshair color"],ko:["크로스헤어 컬러 바꾸기"]}},68418:e=>{e.exports={en:["change crosshair style"],ko:["크로스헤어 스타일 바꾸기"]}},43109:e=>{e.exports={en:["change date format"],ko:["데이트 포맷 변경"]}},30418:e=>{e.exports={en:["change day of week on labels"],ko:["레이블의 요일 변경"]}},82063:e=>{e.exports={en:["change decimal places"],ko:["소숫점 자릿수 바꾸기"]}},44223:e=>{e.exports={en:["change extended hours color"],ko:["익스텐드 아워 컬러 바꾸기"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ko:["전자 거래 시간 바꾸기"]}},73844:e=>{e.exports={en:["change grid lines visibility"],ko:["그리드 선 가시성 변경"]}},61407:e=>{e.exports={en:["change high and low price line color"],ko:["고가 및 저가 라인 색상 변경"]}},39581:e=>{e.exports={en:["change high and low price line width"],ko:["고가 및 저가 라인 너비 변경"]}},6026:e=>{e.exports={en:["change high-low body color"],ko:["하이-로우 바디 컬러 바꾸기"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ko:["하이-로우 바디 비저빌리티 바꾸기"]}},46844:e=>{e.exports={en:["change high-low border color"],ko:["하이-로우 보더 컬러 바꾸기"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ko:["하이-로우 보더 비저빌리티 바꾸기"]}},72399:e=>{e.exports={en:["change high-low labels visibility"],ko:["하이-로우 라벨 비저빌리티 바꾸기"]}},56961:e=>{e.exports={en:["change high-low labels color"],ko:["하이-로우 라벨 컬러 바꾸기"]}},21133:e=>{e.exports={en:["change horz grid lines color"],ko:["호리존털 그리드 라인 컬러 바꾸기"]}},63050:e=>{e.exports={en:["change indicator titles visibility"],ko:["인디케이터 타이틀 비저빌리티 바꾸기"]}},49583:e=>{e.exports={en:["change indicator values visibility"],ko:["인디케이터 밸류 비저빌리티 바꾸기"]}},78310:e=>{e.exports={en:["change indicator arguments visibility"],ko:["인디케이터 아규먼트 비저빌리티 바꾸기"]}},35111:e=>{e.exports={en:["change indicators and financials name labels visibility"],ko:["인디케이터 및 파이낸셜 네임 라벨 비저빌리티 바꾸기"]}},71161:e=>{e.exports={en:["change indicators and financials value labels visibility"],ko:["인디케이터 및 파이낸셜 밸류 라벨 비저빌리티 바꾸기"]}},66307:e=>{e.exports={en:["change last day change visibility"],ko:["마지막날 변화 가시성 바꾸기"]}},91873:e=>{e.exports={en:["change legend background transparency"],ko:["설명 배경 투명도 변경"]}},14246:e=>{e.exports={en:["change legend background visibility"],ko:["설명 배경 가시성 변경"]}},88640:e=>{e.exports={en:["change line color"],ko:["라인 컬러 바꾸기"]}},41837:e=>{e.exports={en:["change line price source"],ko:["라인 프라이스 소스 바꾸기"]}},48339:e=>{e.exports={en:["change line width"],ko:["라인 너비 바꾸기"]}},18378:e=>{e.exports={en:["change pane buttons visibility"],ko:["페인 버튼 비저빌리티 바꾸기"]}},52203:e=>{e.exports={en:["change pane separators color"],ko:["페인 나누개 컬러 바꾸기"]}},38730:e=>{e.exports={en:["change post market color"],ko:["포스트 마켓 컬러 바꾸기"]}},28075:e=>{e.exports={en:["change post market line color"],ko:["포스트 마켓 라인 컬러 바꾸기"]}},91978:e=>{e.exports={en:["change pre/post market price lines visibility"],ko:["프리/포스트 마켓 프라이스 라인 비저빌리티 바꾸기"]}},44371:e=>{
e.exports={en:["change pre market color"],ko:["프리 마켓 컬러 바꾸기"]}},96114:e=>{e.exports={en:["change pre market line color"],ko:["프리 마켓 라인 컬러 바꾸기"]}},69814:e=>{e.exports={en:["change previous close price line color"],ko:["이전 클로즈 프라이스 라인 컬러 바꾸기"]}},13660:e=>{e.exports={en:["change previous close price line width"],ko:["이전 클로즈 프라이스 라인 너비 바꾸기"]}},87861:e=>{e.exports={en:["change price line color"],ko:["프라이스 라인 컬러 바꾸기"]}},29353:e=>{e.exports={en:["change price line width"],ko:["프라이스 라인 너비 바꾸기"]}},16241:e=>{e.exports={en:["change range bars style"],ko:["레인지 바 스타일 변경"]}},65821:e=>{e.exports={en:["change range thin bars"],ko:["레인지 씬 바 바꾸기"]}},75487:e=>{e.exports={en:["change renko wick down color"],ko:["렌코 윅 다운 컬러 바꾸기"]}},92277:e=>{e.exports={en:["change renko wick up color"],ko:["렌코 윅 업 컬러 바꾸기"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ko:["렌코 윅 비저빌리티 바꾸기"]}},82946:e=>{e.exports={en:["change right margin"],ko:["오른쪽 마진 바꾸기"]}},79545:e=>{e.exports={en:["change right margin percentage"],ko:["오른쪽 여백 비율 변경"]}},78995:e=>{e.exports={en:["change symbol watermark color"],ko:["심볼 워터마크 컬러 바꾸기"]}},73227:e=>{e.exports={en:["change symbol watermark visibility"],ko:["심볼 워터마크 비저빌리티 바꾸기"]}},88167:e=>{e.exports={en:["change symbol description visibility"],ko:["심볼 설명 비저빌리티 바꾸기"]}},12050:e=>{e.exports={en:["change symbol field visibility"],ko:["심볼 필드 가시성 변경"]}},46066:e=>{e.exports={en:["change symbol last value mode"],ko:["심볼 라스트 밸류 모드 바꾸기"]}},902:e=>{e.exports={en:["change symbol legend format"],ko:["종목 설명 포맷 변경"]}},77408:e=>{e.exports={en:["change save chart left edge position when changing interval"],ko:["인터벌 바꿀 때 차트 왼쪽 엣지 포지션 저장 변경"]}},69023:e=>{e.exports={en:["change scale modes buttons visibility"],ko:["스케일 모드 버튼 가시성 변경"]}},76131:e=>{e.exports={en:["change scales text color"],ko:["스케일 텍스트 컬러 바꾸기"]}},27792:e=>{e.exports={en:["change scales font size"],ko:["스케일 폰트 사이즈 바꾸기"]}},94997:e=>{e.exports={en:["change scales lines color"],ko:["스케일 라인 컬러 바꾸기"]}},60067:e=>{e.exports={en:["change sessions breaks visibility"],ko:["세션 브레이크 비저빌리티 바꾸기"]}},28175:e=>{e.exports={en:["change sessions breaks width"],ko:["세션 브레이크 너비 바꾸기"]}},33895:e=>{e.exports={en:["change sessions breaks color"],ko:["세션 브레이크 컬러 바꾸기"]}},21641:e=>{e.exports={en:["change sessions breaks style"],ko:["체인지 세션 브레이크 스타일 바꾸기"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ko:["프라이스 스케일에서 (하이키-아시 프라이스 대신) 리얼 프라이스 디스플레이 바꾸기"]}},60834:e=>{e.exports={en:["change thin bars"],ko:["씬 바 바꾸기"]}},39754:e=>{e.exports={en:["change time hours format"],ko:["시간 형식 변경"]}},74883:e=>{e.exports={en:["change top margin"],ko:["탑 마진 바꾸기"]}},51250:e=>{e.exports={en:["change unit label visibility"],ko:["유닛 라벨 비저빌리티 바꾸기"]}},71805:e=>{e.exports={en:["change vert grid lines color"],ko:["버티컬 그리드 라인 컬러 바꾸기"]}},96201:e=>{e.exports={en:["change volume values visibility"],ko:["볼륨 비저빌리티 바꾸기"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ko:["{candleType} 업 보더 컬러 바꾸기"]}},36697:e=>{e.exports={
en:["change {candleType} up color"],ko:["{candleType} 업 컬러 바꾸기"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ko:["{candleType} 윅 다운 컬러 바꾸기"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ko:["{candleType} 윅 업 컬러 바꾸기"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ko:["{candleType} 윅 바꾸기"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ko:["{candleType} 바디 비저빌리티 바꾸기"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ko:["{candleType} 비저빌리티 바꾸기"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ko:["{candleType} 다운 보더 컬러 바꾸기"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ko:["{candleType} 다운 컬러 바꾸기"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ko:["{chartType} 보더 바 다운 컬러 바꾸기"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ko:["{chartType} 보더 바 업 컬러 바꾸기"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ko:["{chartType} 다운 컬러 바꾸기"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ko:["{chartType} 프로젝션 보더 바 업 컬러 바꾸기"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ko:["{chartType} 프로젝션 바 다운 컬러 바꾸기"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ko:["{chartType} 프로젝션 바 업 컬러 바꾸기"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ko:["{chartType} 업 컬러 바꾸기"]}},66110:e=>{e.exports={en:["change {inputName} property"],ko:["{inputName} 프로퍼티 바꾸기"]}},18077:e=>{e.exports={en:["adjust data for dividends"],ko:["배당금을 위한 데이터 조정"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},92598:e=>{e.exports={en:["hollow candles"],ko:["할로우캔들"]}},57243:e=>{e.exports={en:["range","ranges"],ko:["레인지"]}},70282:e=>{e.exports={en:["renko"],ko:["렌코"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -0,0 +1,5 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9028,6155,4821],{13616:e=>{e.exports={en:["#{count} (bar)"],ko:["#{count} (바)"]}},80166:e=>{e.exports={en:["#{count} (price, bar)"],ko:["#{count} (프라이스, 바)"]}},4348:e=>{e.exports={en:["(O + H + L + C)/4"],ko:["(시 + 고 + 저 + 종)/3"]}},27311:e=>{e.exports={en:["(H + L + C)/3"],ko:["(고 + 저 + 종)/3"]}},69303:e=>{e.exports={en:["(H + L)/2"],ko:["(고 + 저)/2"]}},23111:e=>{e.exports={en:["Color bars based on previous close"],ko:["이전 종가에 따라 봉색 결정"]}},78930:e=>{e.exports={en:["Coordinates"],ko:["좌표"]}},24197:e=>{e.exports={en:["Center"],ko:["센터"]}},84831:e=>{e.exports={en:["Close line"],ko:["클로즈 라인"]}},93020:e=>{e.exports={en:["Adjust data for dividends"],ko:["배당에 따른 데이터 조정"]}},68921:e=>{e.exports={en:["Adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},27567:e=>{e.exports={en:["Bottom"],ko:["아래"]}},3159:e=>{e.exports={en:["Bottom line"],ko:["바텀 라인"]}},74406:e=>{e.exports={en:["Body"],ko:["바디"]}},333:e=>{e.exports={en:["Borders"],ko:["경계선"]}},42398:e=>{e.exports={en:["Base"],ko:["베이스"]}},28975:e=>{e.exports={en:["Base level"],ko:["베이스 레벨"]}},71776:e=>{e.exports={en:["Down"],ko:["다운"]}},17611:e=>{e.exports={en:["Down bars"],ko:["다운 바"]}},23743:e=>{e.exports={en:["Down color"],ko:["다운 칼라"]}},48225:e=>{e.exports={en:["Data modification"],ko:["데이타 수정"]}},72942:e=>{e.exports={en:["Days"],ko:["날"]}},16564:e=>{e.exports={en:["Default"],ko:["기본설정"]}},44272:e=>{e.exports={en:["Displacement (price, bar)"],ko:["변위(가격, 막대)"]}},59777:e=>{e.exports={en:["Electronic trading hours background"],ko:["전자 거래 시간 배경"]}},819:e=>{e.exports={en:["Extend lines"],ko:["확장선"]}},41129:e=>{e.exports={en:["Fill"],ko:["채우기"]}},61112:e=>{e.exports={en:["Fill top area"],ko:["필 탑 에어리어"]}},73185:e=>{e.exports={en:["Fill bottom area"],ko:["필 바텀 에어리어"]}},56796:e=>{e.exports={en:["Hours"],ko:["시간"]}},95406:e=>{e.exports={en:["Horizontal"],ko:["가로"]}},56359:e=>{e.exports={en:["High line"],ko:["하이 라인"]}},47326:e=>{e.exports={en:["Integer"]}},21429:e=>{e.exports={en:["Inputs"],ko:["인풋"]}},64075:e=>{e.exports={en:["Override min tick"],ko:["min tick 오버라이드"]}},34579:e=>{e.exports={en:["Low line"],ko:["로우 라인"]}},11626:e=>{e.exports={en:["Left"],ko:["왼쪽"]}},43154:e=>{e.exports={en:["Months"],ko:["달"]}},68833:e=>{e.exports={en:["Middle"],ko:["미들"]}},42562:e=>{e.exports={en:["Minutes"],ko:["분"]}},65188:e=>{e.exports={en:["Seconds"],ko:["초"]}},13350:e=>{e.exports={en:["Pearson's R"],ko:["Pearson's 상관계수"]}},88327:e=>{e.exports={en:["Pre/post market hours background"],ko:["프리/포스트 마켓 백그라운드"]}},59766:e=>{e.exports={en:["Precision"],ko:["정밀도"]}},84684:e=>{e.exports={en:["Price source"],ko:["프라이스 소스"]}},73466:e=>{e.exports={en:["Projection up bars"],ko:["프로젝션 업 바"]}},77430:e=>{e.exports={en:["Projection candles"],ko:["프로젝션 바"]}},88367:e=>{e.exports={en:["Projection down bars"],ko:["프로젝션 다운 바"]}},6160:e=>{e.exports={en:["Real prices on price scale (instead of Heikin-Ashi price)"],ko:["프라이스 스케일에 리얼 프라이스 (하이킨-아시 프라이스 대신)"]}},50421:e=>{e.exports={en:["Right"],ko:["오른쪽"]}},835:e=>{e.exports={en:["Weeks"],ko:["주"]}},
32163:e=>{e.exports={en:["Wick"],ko:["윅"]}},97118:e=>{e.exports={en:["Top"],ko:["탑"]}},89349:e=>{e.exports={en:["Top line"],ko:["탑 라인"]}},70320:e=>{e.exports={en:["Text"],ko:["문자"]}},25485:e=>{e.exports={en:["Text alignment"],ko:["텍스트 얼라인"]}},67781:e=>{e.exports={en:["Text orientation"],ko:["텍스트 방향"]}},20215:e=>{e.exports={en:["Thin bars"],ko:["씬 (Thin) 바"]}},24821:e=>{e.exports={en:["Ticks"],ko:["틱스"]}},77073:e=>{e.exports={en:["Timezone"],ko:["타임존"]}},22691:e=>{e.exports={en:["Up"],ko:["업"]}},23091:e=>{e.exports={en:["Up color"],ko:["업 칼라"]}},36957:e=>{e.exports={en:["Up bars"],ko:["업 바"]}},49545:e=>{e.exports={en:["Use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},69526:e=>{e.exports={en:["Vertical"],ko:["세로"]}},21105:e=>{e.exports={en:["candle"],ko:["캔들"]}},27068:e=>{e.exports={en:["change HLC bars"],ko:["HLC 바 변경"]}},21201:e=>{e.exports={en:["change HLC bars color"]}},86866:e=>{e.exports={en:["change area fill color"],ko:["에어리어 필 컬러 바꾸기"]}},89346:e=>{e.exports={en:["change area line width"],ko:["에어리어 라인 너비 바꾸기"]}},29605:e=>{e.exports={en:["change area line color"],ko:["에어리어 라인 컬러 바꾸기"]}},4640:e=>{e.exports={en:["change area price source"],ko:["에어리어 프라이스 소스 바꾸기"]}},42190:e=>{e.exports={en:["change base level"],ko:["베이스 레벨 바꾸기"]}},71785:e=>{e.exports={en:["change baseline bottom line color"],ko:["베이스라인 바텀 라인 컬러 바꾸기"]}},56175:e=>{e.exports={en:["change baseline bottom line width"],ko:["베이스라인 바텀 라인 너비 바꾸기"]}},97216:e=>{e.exports={en:["change baseline fill bottom area color"],ko:["베이스라인 필 바텀 에어리어 컬러 바꾸기"]}},92873:e=>{e.exports={en:["change baseline fill top area color"],ko:["베이스라인 필 탑 에어리어 컬러 바꾸기"]}},68609:e=>{e.exports={en:["change baseline price source"],ko:["베이스라인 프라이스 소스 바꾸기"]}},69044:e=>{e.exports={en:["change baseline top line color"],ko:["베이스라인 탑 라인 컬러 바꾸기"]}},68197:e=>{e.exports={en:["change baseline top line width"],ko:["베이스라인 탑 라인 너비 바꾸기"]}},33464:e=>{e.exports={en:["change bar up color"],ko:["바 업 컬러 바꾸기"]}},2066:e=>{e.exports={en:["change bar X coordinate"],ko:["프라이스 X 좌표 바꾸기"]}},59622:e=>{e.exports={en:["change bar down color"],ko:["바 다운 컬러 바꾸기"]}},43090:e=>{e.exports={en:["change color bars based on previous close"],ko:["이전 클로즈에 따라 컬러 바 바꾸기"]}},88324:e=>{e.exports={en:["change column up color"],ko:["컬럼 업 색깔 바꾸기"]}},93890:e=>{e.exports={en:["change column down color"],ko:["컬럼 다운 색깔 바꾸기"]}},4727:e=>{e.exports={en:["change column price source"],ko:["컬럼 프라이스 소스 바꾸기"]}},82063:e=>{e.exports={en:["change decimal places"],ko:["소숫점 자릿수 바꾸기"]}},44223:e=>{e.exports={en:["change extended hours color"],ko:["익스텐드 아워 컬러 바꾸기"]}},47393:e=>{e.exports={en:["change electronic trading hours"],ko:["전자 거래 시간 바꾸기"]}},6026:e=>{e.exports={en:["change high-low body color"],ko:["하이-로우 바디 컬러 바꾸기"]}},73021:e=>{e.exports={en:["change high-low body visibility"],ko:["하이-로우 바디 비저빌리티 바꾸기"]}},46844:e=>{e.exports={en:["change high-low border color"],ko:["하이-로우 보더 컬러 바꾸기"]}},15801:e=>{e.exports={en:["change high-low borders visibility"],ko:["하이-로우 보더 비저빌리티 바꾸기"]}},72399:e=>{e.exports={
en:["change high-low labels visibility"],ko:["하이-로우 라벨 비저빌리티 바꾸기"]}},56961:e=>{e.exports={en:["change high-low labels color"],ko:["하이-로우 라벨 컬러 바꾸기"]}},88640:e=>{e.exports={en:["change line color"],ko:["라인 컬러 바꾸기"]}},41837:e=>{e.exports={en:["change line price source"],ko:["라인 프라이스 소스 바꾸기"]}},48339:e=>{e.exports={en:["change line width"],ko:["라인 너비 바꾸기"]}},38730:e=>{e.exports={en:["change post market color"],ko:["포스트 마켓 컬러 바꾸기"]}},44371:e=>{e.exports={en:["change pre market color"],ko:["프리 마켓 컬러 바꾸기"]}},11737:e=>{e.exports={en:["change price Y coordinate"],ko:["프라이스 Y 좌표 바꾸기"]}},16241:e=>{e.exports={en:["change range bars style"],ko:["레인지 바 스타일 변경"]}},65821:e=>{e.exports={en:["change range thin bars"],ko:["레인지 씬 바 바꾸기"]}},75487:e=>{e.exports={en:["change renko wick down color"],ko:["렌코 윅 다운 컬러 바꾸기"]}},92277:e=>{e.exports={en:["change renko wick up color"],ko:["렌코 윅 업 컬러 바꾸기"]}},79604:e=>{e.exports={en:["change renko wick visibility"],ko:["렌코 윅 비저빌리티 바꾸기"]}},91109:e=>{e.exports={en:["change study overlay min tick"],ko:["스터디 오버레이 최소 틱 바꾸기"]}},82924:e=>{e.exports={en:["change study overlay style"],ko:["스터디 오버레이 스타일 바꾸기"]}},16660:e=>{e.exports={en:["change the display of real prices on price scale (instead of Heiken-Ashi price)"],ko:["프라이스 스케일에서 (하이키-아시 프라이스 대신) 리얼 프라이스 디스플레이 바꾸기"]}},60834:e=>{e.exports={en:["change thin bars"],ko:["씬 바 바꾸기"]}},78509:e=>{e.exports={en:["change {title} base line color"],ko:["{title} 기본선 색상 변경"]}},27864:e=>{e.exports={en:["change {title} base line style"],ko:["{title} 기본선 스타일 변경"]}},96177:e=>{e.exports={en:["change {title} base line visibility"],ko:["{title} 기본선 가시성 변경"]}},17926:e=>{e.exports={en:["change {title} base line width"],ko:["{title} 기본선 너비 변경"]}},41638:e=>{e.exports={en:["change {title} down line color"],ko:["{title} 다운 라인 컬러 바꾸기"]}},51842:e=>{e.exports={en:["change {title} down line style"],ko:["{title} 다운 라인 스타일 바꾸기"]}},46410:e=>{e.exports={en:["change {title} down line visibility"],ko:["{title} 다운 라인 비저빌리티 바꾸기"]}},64615:e=>{e.exports={en:["change {title} down line width"],ko:["{title} 다운 라인 너비 바꾸기"]}},96135:e=>{e.exports={en:["change {title} days to"],ko:["{title} 날을 ~로 바꾸기"]}},91201:e=>{e.exports={en:["change {title} days from"],ko:["~로부터 {title} 날 바꾸기"]}},76295:e=>{e.exports={en:["change {title} extend lines"],ko:["{title} 익스텐드 라인 바꾸기"]}},8306:e=>{e.exports={en:["change {title} hours from"],ko:["~로부터 {title} 시간 바꾸기"]}},67233:e=>{e.exports={en:["change {title} hours to"],ko:["{title} 시간을 ~로 바꾸기"]}},99122:e=>{e.exports={en:["change {title} months from"],ko:["~로부터 {title} 달 바꾸기"]}},10518:e=>{e.exports={en:["change {title} months to"],ko:["{title} 달을 ~로 바꾸기"]}},38011:e=>{e.exports={en:["change {title} minutes to"],ko:["{title} 분을 ~로 바꾸기"]}},59820:e=>{e.exports={en:["change {title} minutes from"],ko:["~로부터 {title} 분 바꾸기"]}},6573:e=>{e.exports={en:["change {title} seconds to"],ko:["{title} 초를 ~로 바꾸기"]}},86780:e=>{e.exports={en:["change {title} seconds from"],ko:["~로부터 {title} 초 바꾸기"]}},6207:e=>{e.exports={en:["change {title} show pearson's r"],ko:["{title} 피어슨 R 보기 바꾸기"]}},
32481:e=>{e.exports={en:["change {title} weeks from"],ko:["~로부터 {title} 주 바꾸기"]}},18678:e=>{e.exports={en:["change {title} weeks to"],ko:["{title} 주를 ~로 바꾸기"]}},42553:e=>{e.exports={en:["change {title} up line visibility"],ko:["{title} 업 라인 비저빌리티 바꾸기"]}},63824:e=>{e.exports={en:["change {title} up line width"],ko:["{title} 업 라인 너비 바꾸기"]}},89178:e=>{e.exports={en:["change {title} up line color"],ko:["{title} 업 라인 컬러 바꾸기"]}},51188:e=>{e.exports={en:["change {title} up line style"],ko:["{title} 업 라인 스타일 바꾸기"]}},98596:e=>{e.exports={en:["change {title} visibility on ticks"],ko:["틱에서 {title} 비저빌리티 바꾸기"]}},71084:e=>{e.exports={en:["change {title} visibility on weeks"],ko:["주에서 {title} 비저빌리티 바꾸기"]}},55616:e=>{e.exports={en:["change {title} visibility on {ranges}"],ko:["{ranges} 에서 {title} 가시성 바꾸기"]}},56402:e=>{e.exports={en:["change {title} visibility on days"],ko:["날에서 {title} 비저빌리티 바꾸기"]}},68715:e=>{e.exports={en:["change {title} visibility on hours"],ko:["시간에서 {title} 비저빌리티 바꾸기"]}},78219:e=>{e.exports={en:["change {title} visibility on minutes"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},67583:e=>{e.exports={en:["change {title} visibility on months"],ko:["달에서 {title} 비저빌리티 바꾸기"]}},41315:e=>{e.exports={en:["change {title} visibility on seconds"],ko:["초에서 {title} 비저빌리티 바꾸기"]}},17214:e=>{e.exports={en:["change {candleType} up border color"],ko:["{candleType} 업 보더 컬러 바꾸기"]}},36697:e=>{e.exports={en:["change {candleType} up color"],ko:["{candleType} 업 컬러 바꾸기"]}},48091:e=>{e.exports={en:["change {candleType} wick down color"],ko:["{candleType} 윅 다운 컬러 바꾸기"]}},47664:e=>{e.exports={en:["change {candleType} wick up color"],ko:["{candleType} 윅 업 컬러 바꾸기"]}},94750:e=>{e.exports={en:["change {candleType} wick visibility"],ko:["{candleType} 윅 바꾸기"]}},60608:e=>{e.exports={en:["change {candleType} body visibility"],ko:["{candleType} 바디 비저빌리티 바꾸기"]}},11114:e=>{e.exports={en:["change {candleType} border visibility"],ko:["{candleType} 비저빌리티 바꾸기"]}},20291:e=>{e.exports={en:["change {candleType} down border color"],ko:["{candleType} 다운 보더 컬러 바꾸기"]}},64571:e=>{e.exports={en:["change {candleType} down color"],ko:["{candleType} 다운 컬러 바꾸기"]}},23053:e=>{e.exports={en:["change {chartType} border bar down color"],ko:["{chartType} 보더 바 다운 컬러 바꾸기"]}},28394:e=>{e.exports={en:["change {chartType} border bar up color"],ko:["{chartType} 보더 바 업 컬러 바꾸기"]}},5012:e=>{e.exports={en:["change {chartType} down color"],ko:["{chartType} 다운 컬러 바꾸기"]}},42826:e=>{e.exports={en:["change {chartType} projection border bar up color"],ko:["{chartType} 프로젝션 보더 바 업 컬러 바꾸기"]}},72545:e=>{e.exports={en:["change {chartType} projection bar down color"],ko:["{chartType} 프로젝션 바 다운 컬러 바꾸기"]}},85032:e=>{e.exports={en:["change {chartType} projection bar up color"],ko:["{chartType} 프로젝션 바 업 컬러 바꾸기"]}},6970:e=>{e.exports={en:["change {chartType} up color"],ko:["{chartType} 업 컬러 바꾸기"]}},66110:e=>{e.exports={en:["change {inputName} property"],ko:["{inputName} 프로퍼티 바꾸기"]}},25167:e=>{e.exports={en:["change {propertyName} property"],ko:["{propertyName} 속성 변경"]}},18077:e=>{e.exports={
en:["adjust data for dividends"],ko:["배당금을 위한 데이터 조정"]}},1433:e=>{e.exports={en:["adjust for contract changes"],ko:["컨트랙트 변경 조절"]}},35813:e=>{e.exports={en:["days"],ko:["날"]}},89919:e=>{e.exports={en:["days to"],ko:["날을 ~으로"]}},59215:e=>{e.exports={en:["days from"],ko:["~로부터 ~날로"]}},2359:e=>{e.exports={en:["hours"],ko:["시간"]}},82267:e=>{e.exports={en:["hours from"],ko:["~로부터 ~시간으로"]}},15600:e=>{e.exports={en:["hours to"],ko:["시간을 ~으로"]}},92598:e=>{e.exports={en:["hollow candles"],ko:["할로우캔들"]}},76261:e=>{e.exports={en:["move drawings"],ko:["드로윙 옮기기"]}},95300:e=>{e.exports={en:["months"],ko:["달"]}},17250:e=>{e.exports={en:["months from"],ko:["~로부터 ~달로"]}},2828:e=>{e.exports={en:["months to"],ko:["달을 ~으로"]}},18726:e=>{e.exports={en:["minutes"],ko:["분"]}},67649:e=>{e.exports={en:["minutes to"],ko:["분을 ~으로"]}},22476:e=>{e.exports={en:["minutes from"],ko:["~로부터 ~분으로"]}},751:e=>{e.exports={en:["seconds"],ko:["초"]}},73419:e=>{e.exports={en:["seconds to"],ko:["초를 ~으로"]}},35801:e=>{e.exports={en:["seconds from"],ko:["~로부터 ~초로"]}},57243:e=>{e.exports={en:["range","ranges"],ko:["레인지"]}},70282:e=>{e.exports={en:["renko"],ko:["렌코"]}},45537:e=>{e.exports={en:["weeks"],ko:["주"]}},92859:e=>{e.exports={en:["weeks from"],ko:["~로부터 ~주로"]}},44127:e=>{e.exports={en:["weeks to"],ko:["주를 ~으로"]}},3539:e=>{e.exports={en:["ticks"],ko:["틱스"]}},92978:e=>{e.exports={en:["use settlement as close on daily interval"],ko:["데일리 클로즈를 청산가로 쓰기"]}},59644:e=>{e.exports={en:["{value} decimal","{value} decimals"]}}}]);

View File

@@ -1,4 +1,4 @@
(self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[3786],{53310:e=>{e.exports={en:["Re"],ko:["다시"]}},85119:e=>{e.exports={en:["Dark"],ko:["다크"]}},96870:e=>{e.exports={en:["Light"],ko:["라이트"]}},85886:e=>{e.exports={en:["d"],ko:["날"]}},44634:e=>{e.exports={en:["h"],ko:["시간"]}},5977:e=>{e.exports={en:["m"],ko:["분"]}},21492:e=>{e.exports={en:["s"],ko:["초"]}},97559:e=>{e.exports={en:["{title} copy"],ko:["{title} 카피"]}},38691:e=>{e.exports={en:["D"],ko:["날"]}},77995:e=>{e.exports={en:["M"],ko:["달"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],ko:["주"]}},38048:e=>{e.exports={en:["h"],ko:["시간"]}},68430:e=>{e.exports={en:["m"],ko:["분"]}},68823:e=>{e.exports={en:["s"],ko:["초"]}},2696:e=>{e.exports={en:["C"],ko:["종"]}},43253:e=>{e.exports={en:["H"],ko:["고"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],ko:["저"]}},46728:e=>{e.exports={en:["O"],ko:["시"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],ko:["-0.236 레벨 컬러"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],ko:["-0.382 레벨 컬러"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],ko:["-0.618 레벨 컬러"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],ko:["-0.65 레벨 컬러"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],ko:["0 레벨 컬러"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],ko:["0.236 레벨 컬러"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],ko:["0.382 레벨 컬러"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],ko:["0.5 레벨 컬러"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],ko:["0.618 레벨 컬러"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],ko:["0.65 레벨 컬러"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],ko:["0.786 레벨 컬러"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],ko:["1 레벨 컬러"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],ko:["1.272 레벨 컬러"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],ko:["1.414 레벨 컬러"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],ko:["1.618 레벨 컬러"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],ko:["1.65 레벨 컬러"]},e.exports["1st Period_input"]={en:["1st Period"],ko:["1째 피어리어드"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],ko:["2.618 레벨 컬러"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],ko:["2.65 레벨 컬러"]},e.exports["2nd Period_input"]={en:["2nd Period"],ko:["2째 피어리어드"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],ko:["3.618 레벨 컬러"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],ko:["3.65 레벨 컬러"]},e.exports["3rd Period_input"]={en:["3rd Period"],ko:["3째 피어리어드"]}, (self.webpackChunktradingview=self.webpackChunktradingview||[]).push([[9488],{53310:e=>{e.exports={en:["Re"],ko:["다시"]}},85119:e=>{e.exports={en:["Dark"],ko:["다크"]}},96870:e=>{e.exports={en:["Light"],ko:["라이트"]}},85886:e=>{e.exports={en:["d"],ko:["날"]}},44634:e=>{e.exports={en:["h"],ko:["시간"]}},5977:e=>{e.exports={en:["m"],ko:["분"]}},21492:e=>{e.exports={en:["s"],ko:["초"]}},97559:e=>{e.exports={en:["{title} copy"],ko:["{title} 카피"]}},38691:e=>{e.exports={en:["D"],ko:["날"]}},77995:e=>{e.exports={en:["M"],ko:["달"]}},93934:e=>{e.exports={en:["R"]}},82901:e=>{e.exports={en:["T"]}},7408:e=>{e.exports={en:["W"],ko:["주"]}},38048:e=>{e.exports={en:["h"],ko:["시간"]}},68430:e=>{e.exports={en:["m"],ko:["분"]}},68823:e=>{e.exports={en:["s"],ko:["초"]}},2696:e=>{e.exports={en:["C"],ko:["종"]}},43253:e=>{e.exports={en:["H"],ko:["고"]}},61372:e=>{e.exports={en:["HL2"]}},55096:e=>{e.exports={en:["HLC3"]}},94174:e=>{e.exports={en:["OHLC4"]}},89923:e=>{e.exports={en:["L"],ko:["저"]}},46728:e=>{e.exports={en:["O"],ko:["시"]}},32856:e=>{e.exports=Object.create(null),e.exports["%D_input"]={en:["%D"]},e.exports["%K_input"]={en:["%K"]},e.exports["%R_input"]={en:["%R"]},e.exports["+DI_input"]={en:["+DI"]},e.exports["-0.236 Level Color_input"]={en:["-0.236 Level Color"],ko:["-0.236 레벨 컬러"]},e.exports["-0.382 Level Color_input"]={en:["-0.382 Level Color"],ko:["-0.382 레벨 컬러"]},e.exports["-0.618 Level Color_input"]={en:["-0.618 Level Color"],ko:["-0.618 레벨 컬러"]},e.exports["-0.65 Level Color_input"]={en:["-0.65 Level Color"],ko:["-0.65 레벨 컬러"]},e.exports["-DI_input"]={en:["-DI"]},e.exports["0 Level Color_input"]={en:["0 Level Color"],ko:["0 레벨 컬러"]},e.exports["0.236 Level Color_input"]={en:["0.236 Level Color"],ko:["0.236 레벨 컬러"]},e.exports["0.382 Level Color_input"]={en:["0.382 Level Color"],ko:["0.382 레벨 컬러"]},e.exports["0.5 Level Color_input"]={en:["0.5 Level Color"],ko:["0.5 레벨 컬러"]},e.exports["0.618 Level Color_input"]={en:["0.618 Level Color"],ko:["0.618 레벨 컬러"]},e.exports["0.65 Level Color_input"]={en:["0.65 Level Color"],ko:["0.65 레벨 컬러"]},e.exports["0.786 Level Color_input"]={en:["0.786 Level Color"],ko:["0.786 레벨 컬러"]},e.exports["1 Level Color_input"]={en:["1 Level Color"],ko:["1 레벨 컬러"]},e.exports["1.272 Level Color_input"]={en:["1.272 Level Color"],ko:["1.272 레벨 컬러"]},e.exports["1.414 Level Color_input"]={en:["1.414 Level Color"],ko:["1.414 레벨 컬러"]},e.exports["1.618 Level Color_input"]={en:["1.618 Level Color"],ko:["1.618 레벨 컬러"]},e.exports["1.65 Level Color_input"]={en:["1.65 Level Color"],ko:["1.65 레벨 컬러"]},e.exports["1st Period_input"]={en:["1st Period"],ko:["1째 피어리어드"]},e.exports["2.618 Level Color_input"]={en:["2.618 Level Color"],ko:["2.618 레벨 컬러"]},e.exports["2.65 Level Color_input"]={en:["2.65 Level Color"],ko:["2.65 레벨 컬러"]},e.exports["2nd Period_input"]={en:["2nd Period"],ko:["2째 피어리어드"]},e.exports["3.618 Level Color_input"]={en:["3.618 Level Color"],ko:["3.618 레벨 컬러"]},e.exports["3.65 Level Color_input"]={en:["3.65 Level Color"],ko:["3.65 레벨 컬러"]},e.exports["3rd Period_input"]={en:["3rd Period"],ko:["3째 피어리어드"]},
e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],ko:["4.236 레벨 컬러"]},e.exports["4th Period_input"]={en:["4th Period"],ko:["4째 피어리어드"]},e.exports["5th Period_input"]={en:["5th Period"],ko:["5째 피어리어드"]},e.exports["6th Period_input"]={en:["6th Period"],ko:["6째 피어리어드"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],ko:["ADX 스무딩"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],ko:["ADX 스무딩"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],ko:["ATR 곱"]},e.exports["ATR length_input"]={en:["ATR length"],ko:["ATR 길이"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],ko:["어큐뮬레이션/디스트리뷰션"]},e.exports["All items_combobox_input"]={en:["All items"],ko:["모든 항목"]},e.exports.All_input={en:["All"],ko:["모두"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],ko:["앵커 피어리어드"]},e.exports["Another symbol_input"]={en:["Another symbol"],ko:["다른 심볼"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],ko:["아룬 다운"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],ko:["아룬 업"]},e.exports.Average_input={en:["Average"],ko:["애버리지"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],ko:["애버리징 피어리어드"]},e.exports.Back_input={en:["Back"],ko:["뒤로"]},e.exports["Bands style_input"]={en:["Bands style"],ko:["밴드 스타일"]},e.exports.Bar_input={en:["Bar"],ko:["바"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],ko:["베이스 라인 피어리어드"]},e.exports["Base Line_input"]={en:["Base Line"],ko:["베이스 라인"]},e.exports.Basis_input={en:["Basis"],ko:["베이시스"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],ko:["볼린저 밴드 %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],ko:["볼린저 밴드 너비"]},e.exports.Borders_input={en:["Borders"],ko:["테두리"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],ko:["박스 사이즈 어사인먼트 메쏘드"]},e.exports["Box size_input"]={en:["Box size"],ko:["박스 사이즈"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],ko:["캔슬"]},e.exports.Candles_input={en:["Candles"],ko:["캔들"]},e.exports.Centered_input={en:["Centered"],ko:["센터드"]},e.exports.Century_input={en:["Century"],ko:["백해"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],ko:["체이킨 오실레이터"]},e.exports["Chande MO_input"]={en:["Chande MO"],ko:["샹드 모멘텀 오실레이터"]},e.exports.Close_input={en:["Close"],ko:["닫기"]},e.exports["Color 0_input"]={en:["Color 0"],ko:["칼라 0"]},e.exports["Color 1_input"]={en:["Color 1"],ko:["칼라 1"]},e.exports["Color 2_input"]={en:["Color 2"],ko:["칼라 2"]},e.exports["Color 3_input"]={en:["Color 3"],ko:["칼라 3"]},e.exports["Color 4_input"]={en:["Color 4"],ko:["칼라 4"]},e.exports["Color 5_input"]={en:["Color 5"],ko:["칼라 5"]},e.exports["Color 6_input"]={en:["Color 6"],ko:["칼라 6"]},e.exports["Color 7_input"]={en:["Color 7"],ko:["칼라 7"]},e.exports["Color 8_input"]={en:["Color 8"],ko:["칼라 8"]}, e.exports["4.236 Level Color_input"]={en:["4.236 Level Color"],ko:["4.236 레벨 컬러"]},e.exports["4th Period_input"]={en:["4th Period"],ko:["4째 피어리어드"]},e.exports["5th Period_input"]={en:["5th Period"],ko:["5째 피어리어드"]},e.exports["6th Period_input"]={en:["6th Period"],ko:["6째 피어리어드"]},e.exports.ADR_B_input={en:["ADR_B"]},e.exports["ADX Smoothing_input"]={en:["ADX Smoothing"],ko:["ADX 스무딩"]},e.exports["ADX smoothing_input"]={en:["ADX smoothing"],ko:["ADX 스무딩"]},e.exports.ADX_input={en:["ADX"]},e.exports["ATR Mult_input"]={en:["ATR Mult"],ko:["ATR 곱"]},e.exports["ATR length_input"]={en:["ATR length"],ko:["ATR 길이"]},e.exports["ATR({atrValue})_input"]={en:["ATR({atrValue})"]},e.exports.ATR_input={en:["ATR"]},e.exports["Accumulation/Distribution_input"]={en:["Accumulation/Distribution"],ko:["어큐뮬레이션/디스트리뷰션"]},e.exports["All items_combobox_input"]={en:["All items"],ko:["모든 항목"]},e.exports.All_input={en:["All"],ko:["모두"]},e.exports["Anchor Period_input"]={en:["Anchor Period"],ko:["앵커 피어리어드"]},e.exports["Another symbol_input"]={en:["Another symbol"],ko:["다른 심볼"]},e.exports["Aroon Down_input"]={en:["Aroon Down"],ko:["아룬 다운"]},e.exports["Aroon Up_input"]={en:["Aroon Up"],ko:["아룬 업"]},e.exports.Average_input={en:["Average"],ko:["애버리지"]},e.exports["Averaging Periods_input"]={en:["Averaging Periods"],ko:["애버리징 피어리어드"]},e.exports.Back_input={en:["Back"],ko:["뒤로"]},e.exports["Bands style_input"]={en:["Bands style"],ko:["밴드 스타일"]},e.exports.Bar_input={en:["Bar"],ko:["바"]},e.exports["Base Line Periods_input"]={en:["Base Line Periods"],ko:["베이스 라인 피어리어드"]},e.exports["Base Line_input"]={en:["Base Line"],ko:["베이스 라인"]},e.exports.Basis_input={en:["Basis"],ko:["베이시스"]},e.exports["Bollinger Bands %B_input"]={en:["Bollinger Bands %B"],ko:["볼린저 밴드 %B"]},e.exports["Bollinger Bands Width_input"]={en:["Bollinger Bands Width"],ko:["볼린저 밴드 너비"]},e.exports.Borders_input={en:["Borders"],ko:["테두리"]},e.exports["Box size assignment method_input"]={en:["Box size assignment method"],ko:["박스 사이즈 어사인먼트 메쏘드"]},e.exports["Box size_input"]={en:["Box size"],ko:["박스 사이즈"]},e.exports.CCI_input={en:["CCI"]},e.exports.CHOP_input={en:["CHOP"]},e.exports.Cancel_input={en:["Cancel"],ko:["캔슬"]},e.exports.Candles_input={en:["Candles"],ko:["캔들"]},e.exports.Centered_input={en:["Centered"],ko:["센터드"]},e.exports.Century_input={en:["Century"],ko:["백해"]},e.exports["Chaikin Oscillator_input"]={en:["Chaikin Oscillator"],ko:["체이킨 오실레이터"]},e.exports["Chande MO_input"]={en:["Chande MO"],ko:["샹드 모멘텀 오실레이터"]},e.exports.Close_input={en:["Close"],ko:["닫기"]},e.exports["Color 0_input"]={en:["Color 0"],ko:["칼라 0"]},e.exports["Color 1_input"]={en:["Color 1"],ko:["칼라 1"]},e.exports["Color 2_input"]={en:["Color 2"],ko:["칼라 2"]},e.exports["Color 3_input"]={en:["Color 3"],ko:["칼라 3"]},e.exports["Color 4_input"]={en:["Color 4"],ko:["칼라 4"]},e.exports["Color 5_input"]={en:["Color 5"],ko:["칼라 5"]},e.exports["Color 6_input"]={en:["Color 6"],ko:["칼라 6"]},e.exports["Color 7_input"]={en:["Color 7"],ko:["칼라 7"]},e.exports["Color 8_input"]={en:["Color 8"],ko:["칼라 8"]},
e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],ko:["이전 종가를 기준으로 한 봉색깔 결정"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],ko:["이전 종가에 따른 색깔"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],ko:["컨버전 라인 피어리어드"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],ko:["컨버전 라인"]},e.exports.Correlation_input={en:["Correlation"],ko:["코릴레이션"]},e.exports.Count_input={en:["Count"],ko:["카운트"]},e.exports.Crosses_input={en:["Crosses"],ko:["크로스"]},e.exports.Custom_input={en:["Custom"],ko:["커스텀"]},e.exports.DEMA_input={en:["DEMA"],ko:["이중지수이동평균"]},e.exports["DI Length_input"]={en:["DI Length"],ko:["DI 길이"]},e.exports.DPO_input={en:["DPO"],ko:["디트렌디드 프라이스 오실레이터"]},e.exports.D_input={en:["D"],ko:["날"]},e.exports.Day_input={en:["Day"],ko:["일"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],ko:["데이즈 퍼 이어"]},e.exports.Decade_input={en:["Decade"],ko:["열해"]},e.exports.Delta_input={en:["Delta"],ko:["델타"]},e.exports.Depth_input={en:["Depth"],ko:["깊이"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],ko:["디트렌디드 프라이스 오실레이터"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],ko:["디벨로핑 (Developing) Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],ko:["편차 (%)"]},e.exports.Deviation_input={en:["Deviation"],ko:["편차"]},e.exports.Divisor_input={en:["Divisor"],ko:["디바이저"]},e.exports["Down Volume_input"]={en:["Down Volume"],ko:["다운 볼륨"]},e.exports["Down bars_input"]={en:["Down bars"],ko:["다운 바"]},e.exports["Down color_input"]={en:["Down color"],ko:["다운 칼라"]},e.exports["Down fractals_input"]={en:["Down fractals"],ko:["다운 프랙탈"]},e.exports.EOM_input={en:["EOM"],ko:["이즈 오브 무브먼트"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],ko:["각각 (장전, 정규장, 장후)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],ko:["엘더즈 포스 인덱스"]},e.exports["Equality Line_input"]={en:["Equality Line"],ko:["이퀄리티 라인"]},e.exports.Exponential_input={en:["Exponential"],ko:["익스포넨셜"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],ko:["POC 오른쪽 확장"]},e.exports["Extend Right_input"]={en:["Extend Right"],ko:["오른쪽 확장"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],ko:["VAH 오른쪽 확장"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],ko:["VAL 오른쪽 확장"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],ko:["마지막 바까지 확장"]},e.exports.Falling_input={en:["Falling"],ko:["폴링"]},e.exports["Fast Length_input"]={en:["Fast Length"],ko:["패스트 렝쓰"]},e.exports["Fast length_input"]={en:["Fast length"],ko:["패스트 길이"]},e.exports.Fill_input={en:["Fill"],ko:["채우기"]},e.exports.Fisher_input={en:["Fisher"],ko:["피셔"]},e.exports.Growing_input={en:["Growing"],ko:["그로잉"]},e.exports["HLC bars_input"]={en:["HLC bars"],ko:["HLC 바"]},e.exports.HV_input={en:["HV"],ko:["역사적 변동성"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],ko:["히스토그램 박스"]},e.exports.Histogram_input={en:["Histogram"],ko:["히스토그램"]}, e.exports["Color bars based on previous close_input"]={en:["Color bars based on previous close"],ko:["이전 종가를 기준으로 한 봉색깔 결정"]},e.exports["Color based on previous close_input"]={en:["Color based on previous close"],ko:["이전 종가에 따른 색깔"]},e.exports["Conversion Line Periods_input"]={en:["Conversion Line Periods"],ko:["컨버전 라인 피어리어드"]},e.exports["Conversion Line_input"]={en:["Conversion Line"],ko:["컨버전 라인"]},e.exports.Correlation_input={en:["Correlation"],ko:["코릴레이션"]},e.exports.Count_input={en:["Count"],ko:["카운트"]},e.exports.Crosses_input={en:["Crosses"],ko:["크로스"]},e.exports.Custom_input={en:["Custom"],ko:["커스텀"]},e.exports.DEMA_input={en:["DEMA"],ko:["이중지수이동평균"]},e.exports["DI Length_input"]={en:["DI Length"],ko:["DI 길이"]},e.exports.DPO_input={en:["DPO"],ko:["디트렌디드 프라이스 오실레이터"]},e.exports.D_input={en:["D"],ko:["날"]},e.exports.Day_input={en:["Day"],ko:["일"]},e.exports["Days Per Year_input"]={en:["Days Per Year"],ko:["데이즈 퍼 이어"]},e.exports.Decade_input={en:["Decade"],ko:["열해"]},e.exports.Delta_input={en:["Delta"],ko:["델타"]},e.exports.Depth_input={en:["Depth"],ko:["깊이"]},e.exports["Detrended Price Oscillator_input"]={en:["Detrended Price Oscillator"],ko:["디트렌디드 프라이스 오실레이터"]},e.exports["Developing Poc_input"]={en:["Developing Poc"],ko:["디벨로핑 (Developing) Poc"]},e.exports["Deviation (%)_input"]={en:["Deviation (%)"],ko:["편차 (%)"]},e.exports.Deviation_input={en:["Deviation"],ko:["편차"]},e.exports.Divisor_input={en:["Divisor"],ko:["디바이저"]},e.exports["Down Volume_input"]={en:["Down Volume"],ko:["다운 볼륨"]},e.exports["Down bars_input"]={en:["Down bars"],ko:["다운 바"]},e.exports["Down color_input"]={en:["Down color"],ko:["다운 칼라"]},e.exports["Down fractals_input"]={en:["Down fractals"],ko:["다운 프랙탈"]},e.exports.EOM_input={en:["EOM"],ko:["이즈 오브 무브먼트"]},e.exports["Each (pre-market, market, post-market)_input"]={en:["Each (pre-market, market, post-market)"],ko:["각각 (장전, 정규장, 장후)"]},e.exports["Elder's Force Index_input"]={en:["Elder's Force Index"],ko:["엘더즈 포스 인덱스"]},e.exports["Equality Line_input"]={en:["Equality Line"],ko:["이퀄리티 라인"]},e.exports.Exponential_input={en:["Exponential"],ko:["익스포넨셜"]},e.exports["Extend POC Right_input"]={en:["Extend POC Right"],ko:["POC 오른쪽 확장"]},e.exports["Extend Right_input"]={en:["Extend Right"],ko:["오른쪽 확장"]},e.exports["Extend VAH Right_input"]={en:["Extend VAH Right"],ko:["VAH 오른쪽 확장"]},e.exports["Extend VAL Right_input"]={en:["Extend VAL Right"],ko:["VAL 오른쪽 확장"]},e.exports["Extend to last bar_input"]={en:["Extend to last bar"],ko:["마지막 바까지 확장"]},e.exports.Falling_input={en:["Falling"],ko:["폴링"]},e.exports["Fast Length_input"]={en:["Fast Length"],ko:["패스트 렝쓰"]},e.exports["Fast length_input"]={en:["Fast length"],ko:["패스트 길이"]},e.exports.Fill_input={en:["Fill"],ko:["채우기"]},e.exports.Fisher_input={en:["Fisher"],ko:["피셔"]},e.exports.Growing_input={en:["Growing"],ko:["그로잉"]},e.exports["HLC bars_input"]={en:["HLC bars"],ko:["HLC 바"]},e.exports.HV_input={en:["HV"],ko:["역사적 변동성"]},e.exports["Histogram Box_input"]={en:["Histogram Box"],ko:["히스토그램 박스"]},e.exports.Histogram_input={en:["Histogram"],ko:["히스토그램"]},
e.exports["Hull MA_input"]={en:["Hull MA"],ko:["Hull 이평"]},e.exports.Increment_input={en:["Increment"],ko:["인크레먼트"]},e.exports.Indicator_input={en:["Indicator"],ko:["인디케이터"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],ko:["인스트루먼트 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],ko:["인스트루먼트 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],ko:["인베스터 EMA 1 렝쓰"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],ko:["인베스터 EMA 2 렝쓰"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],ko:["인베스터 EMA 3 렝쓰"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],ko:["인베스터 EMA 4 렝쓰"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],ko:["인베스터 EMA 5 렝쓰"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],ko:["인베스터 EMA 6 렝쓰"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],ko:["Jaw 길이"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],ko:["조 오프셋"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"],ko:["노우 슈어 씽"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],ko:["라벨 포지션"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],ko:["프라이스 스케일 라벨"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],ko:["래깅 스팬"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],ko:["주요 교대 근무 기간"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],ko:["리딩 스팬 A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],ko:["리딩 스팬 B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],ko:["리딩 스팬 피어리어드"]},e.exports["Length EMA_input"]={en:["Length EMA"],ko:["지수 이동 평균 기간"]},e.exports["Length MA_input"]={en:["Length MA"],ko:["이동 평균 기간"]},e.exports.Length1_input={en:["Length1"],ko:["길이 1"]},e.exports.Length2_input={en:["Length2"],ko:["길이 2"]},e.exports.Length3_input={en:["Length3"],ko:["길이 3"]},e.exports.Length_input={en:["Length"],ko:["길이"]},e.exports.Level_input={en:["Level"],ko:["레벨"]},e.exports["Levels Format_input"]={en:["Levels Format"],ko:["레벨 포맷"]},e.exports.Limit_input={en:["Limit"],ko:["리밋"]},e.exports.Line_input={en:["Line"],ko:["라인"]},e.exports["Lips Length_input"]={en:["Lips Length"],ko:["Lips 길이"]},e.exports["Lips Offset_input"]={en:["Lips Offset"],ko:["립스 오프셋"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"],ko:["Long 길이"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],ko:["Long RoC 길이"]},e.exports["Long length_input"]={en:["Long length"],ko:["Long 길이"]},e.exports["Long period_input"]={en:["Long period"],ko:["Long 피어리어드"]},e.exports.Long_input={en:["Long"],ko:["롱"]},e.exports["Lower Band_input"]={en:["Lower Band"],ko:["로우어 밴드"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],ko:["로우어 디비에이션"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],ko:["로우어 퍼센티지"]},e.exports.LowerLimit_input={en:["LowerLimit"],ko:["로우어 리밋"]}, e.exports["Hull MA_input"]={en:["Hull MA"],ko:["Hull 이평"]},e.exports.Increment_input={en:["Increment"],ko:["인크레먼트"]},e.exports.Indicator_input={en:["Indicator"],ko:["인디케이터"]},e.exports["Instrument 1_input"]={en:["Instrument 1"],ko:["인스트루먼트 1"]},e.exports["Instrument 2_input"]={en:["Instrument 2"],ko:["인스트루먼트 2"]},e.exports["Investor EMA 1 length_input"]={en:["Investor EMA 1 length"],ko:["인베스터 EMA 1 렝쓰"]},e.exports["Investor EMA 2 length_input"]={en:["Investor EMA 2 length"],ko:["인베스터 EMA 2 렝쓰"]},e.exports["Investor EMA 3 length_input"]={en:["Investor EMA 3 length"],ko:["인베스터 EMA 3 렝쓰"]},e.exports["Investor EMA 4 length_input"]={en:["Investor EMA 4 length"],ko:["인베스터 EMA 4 렝쓰"]},e.exports["Investor EMA 5 length_input"]={en:["Investor EMA 5 length"],ko:["인베스터 EMA 5 렝쓰"]},e.exports["Investor EMA 6 length_input"]={en:["Investor EMA 6 length"],ko:["인베스터 EMA 6 렝쓰"]},e.exports["Jaw Length_input"]={en:["Jaw Length"],ko:["Jaw 길이"]},e.exports["Jaw Offset_input"]={en:["Jaw Offset"],ko:["조 오프셋"]},e.exports.Jaw_input={en:["Jaw"]},e.exports.KST_input={en:["KST"],ko:["노우 슈어 씽"]},e.exports.K_input={en:["K"]},e.exports["Labels Position_input"]={en:["Labels Position"],ko:["라벨 포지션"]},e.exports["Labels on price scale_input"]={en:["Labels on price scale"],ko:["프라이스 스케일 라벨"]},e.exports["Lagging Span Periods_input"]={en:["Lagging Span Periods"]},e.exports["Lagging Span_input"]={en:["Lagging Span"],ko:["래깅 스팬"]},e.exports["Leading Shift Periods_input"]={en:["Leading Shift Periods"],ko:["주요 교대 근무 기간"]},e.exports["Leading Span A_input"]={en:["Leading Span A"],ko:["리딩 스팬 A"]},e.exports["Leading Span B_input"]={en:["Leading Span B"],ko:["리딩 스팬 B"]},e.exports["Leading Span Periods_input"]={en:["Leading Span Periods"],ko:["리딩 스팬 피어리어드"]},e.exports["Length EMA_input"]={en:["Length EMA"],ko:["지수 이동 평균 기간"]},e.exports["Length MA_input"]={en:["Length MA"],ko:["이동 평균 기간"]},e.exports.Length1_input={en:["Length1"],ko:["길이 1"]},e.exports.Length2_input={en:["Length2"],ko:["길이 2"]},e.exports.Length3_input={en:["Length3"],ko:["길이 3"]},e.exports.Length_input={en:["Length"],ko:["길이"]},e.exports.Level_input={en:["Level"],ko:["레벨"]},e.exports["Levels Format_input"]={en:["Levels Format"],ko:["레벨 포맷"]},e.exports.Limit_input={en:["Limit"],ko:["리밋"]},e.exports.Line_input={en:["Line"],ko:["라인"]},e.exports["Lips Length_input"]={en:["Lips Length"],ko:["Lips 길이"]},e.exports["Lips Offset_input"]={en:["Lips Offset"],ko:["립스 오프셋"]},e.exports.Lips_input={en:["Lips"]},e.exports["Long Length_input"]={en:["Long Length"],ko:["Long 길이"]},e.exports["Long RoC Length_input"]={en:["Long RoC Length"],ko:["Long RoC 길이"]},e.exports["Long length_input"]={en:["Long length"],ko:["Long 길이"]},e.exports["Long period_input"]={en:["Long period"],ko:["Long 피어리어드"]},e.exports.Long_input={en:["Long"],ko:["롱"]},e.exports["Lower Band_input"]={en:["Lower Band"],ko:["로우어 밴드"]},e.exports["Lower Deviation_input"]={en:["Lower Deviation"],ko:["로우어 디비에이션"]},e.exports["Lower Percentage_input"]={en:["Lower Percentage"],ko:["로우어 퍼센티지"]},e.exports.LowerLimit_input={en:["LowerLimit"],ko:["로우어 리밋"]},
@@ -26,17 +26,17 @@ ko:["변동성스탑 (Volatility Stop)"]},e.exports["Volatility Zero Trend Close
ko:["심볼 바꾸기"]}},2569:e=>{e.exports={en:["Change interval"],ko:["인터벌 바꾸기"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],ko:["간격을 변경합니다. 숫자 또는 쉼표를 누릅니다."]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],ko:["심볼 바꾸기. 심볼 이름을 넣으십시오"]}},48566:e=>{e.exports={en:["Change scale currency"],ko:["스케일 통화 변경"]}},85110:e=>{e.exports={en:["Change scale unit"],ko:["스케일 단위 변경"]}},56275:e=>{e.exports={en:["Chart #{index}"],ko:["차트 #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],ko:["차트속성"]}},98856:e=>{e.exports={en:["Chart by TradingView"],ko:["트레이딩뷰 제공 차트"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],ko:["{symbol}, {interval} 에 대한 차트"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],ko:["차트 이미지가 클립보드에 복사됨 {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],ko:["클립보드 {emoji}에 복사된 차트 이미지 임베드 코드"]}},36549:e=>{e.exports={en:["Chatham Islands"],ko:["채텀 제도"]}},72452:e=>{e.exports={en:["Chicago"],ko:["시카고"]}},50349:e=>{e.exports={en:["Chongqing"],ko:["충칭"]}},91944:e=>{e.exports={en:["Circle"],ko:["서클"]}},14985:e=>{e.exports={en:["Click to set a point"],ko:["그릴지점 클릭"]}},12537:e=>{e.exports={en:["Clone"],ko:["클론"]}},62578:e=>{e.exports={en:["Close"],ko:["종"]}},264:e=>{e.exports={en:["Create limit order"],ko:["리밋 오더 만들기"]}},6969:e=>{e.exports={en:["Cross"],ko:["크로스"]}},74334:e=>{e.exports={en:["Cross Line"],ko:["크로스 라인"]}},59396:e=>{e.exports={en:["Currencies"],ko:["통화"]}},20177:e=>{e.exports={en:["Current interval and above"],ko:["현재 인터벌 이상"]}},494:e=>{e.exports={en:["Current interval and below"],ko:["현재 인터벌 이하"]}},60668:e=>{e.exports={en:["Current interval only"],ko:["현재 인터벌 만"]}},78609:e=>{e.exports={en:["Curve"],ko:["곡선"]}},87380:e=>{e.exports={en:["Cycle"],ko:["사이클"]}},84031:e=>{e.exports={en:["Cyclic Lines"],ko:["사이클릭 라인"]}},93191:e=>{e.exports={en:["Cypher Pattern"],ko:["사이퍼 패턴"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],ko:["해당 이름의 레이아웃이 이미 있습니다."]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],ko:["같은 이름의 레이아웃이 이미 있습니다. 덮어쓰시겠습니까?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],ko:["ABCD 패턴"]}},36485:e=>{e.exports={en:["Amsterdam"],ko:["암스테르담"]}},24185:e=>{e.exports={en:["Anchor"],ko:["앵커"]}},42630:e=>{e.exports={en:["Anchorage"],ko:["앵커리지"]}},42669:e=>{e.exports={en:["Anchored Text"],ko:["고정위치문자"]}},84541:e=>{e.exports={en:["Anchored VWAP"],ko:["앵커드 VWAP"]}},77401:e=>{e.exports={en:["Access error"],ko:["액세스 에러"]}},46501:e=>{e.exports={en:["Add Symbol"],ko:["심볼 넣기"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],ko:["{instrumentName} 의 파이낸셜 메트릭 넣기"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],ko:["{studyTitle} 에 인디케이터/스트래티지 넣기"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],ko:["이 파이낸셜 메트릭을 전체 레이아웃에 넣기"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],ko:["이 재무 지표를 즐겨찾기에 추가"]}},26090:e=>{e.exports={ ko:["심볼 바꾸기"]}},2569:e=>{e.exports={en:["Change interval"],ko:["인터벌 바꾸기"]}},9687:e=>{e.exports={en:["Change interval. Press number or comma"],ko:["간격을 변경합니다. 숫자 또는 쉼표를 누릅니다."]}},36332:e=>{e.exports={en:["Change symbol. Start typing symbol name"],ko:["심볼 바꾸기. 심볼 이름을 넣으십시오"]}},48566:e=>{e.exports={en:["Change scale currency"],ko:["스케일 통화 변경"]}},85110:e=>{e.exports={en:["Change scale unit"],ko:["스케일 단위 변경"]}},56275:e=>{e.exports={en:["Chart #{index}"],ko:["차트 #{index}"]}},39950:e=>{e.exports={en:["Chart Properties"],ko:["차트속성"]}},98856:e=>{e.exports={en:["Chart by TradingView"],ko:["트레이딩뷰 제공 차트"]}},1136:e=>{e.exports={en:["Chart for {symbol}, {interval}"],ko:["{symbol}, {interval} 에 대한 차트"]}},69804:e=>{e.exports={en:["Chart image copied to clipboard {emoji}"],ko:["차트 이미지가 클립보드에 복사됨 {emoji}"]}},6655:e=>{e.exports={en:["Chart image embed code copied to clipboard {emoji}"],ko:["클립보드 {emoji}에 복사된 차트 이미지 임베드 코드"]}},36549:e=>{e.exports={en:["Chatham Islands"],ko:["채텀 제도"]}},72452:e=>{e.exports={en:["Chicago"],ko:["시카고"]}},50349:e=>{e.exports={en:["Chongqing"],ko:["충칭"]}},91944:e=>{e.exports={en:["Circle"],ko:["서클"]}},14985:e=>{e.exports={en:["Click to set a point"],ko:["그릴지점 클릭"]}},12537:e=>{e.exports={en:["Clone"],ko:["클론"]}},62578:e=>{e.exports={en:["Close"],ko:["종"]}},264:e=>{e.exports={en:["Create limit order"],ko:["리밋 오더 만들기"]}},6969:e=>{e.exports={en:["Cross"],ko:["크로스"]}},74334:e=>{e.exports={en:["Cross Line"],ko:["크로스 라인"]}},59396:e=>{e.exports={en:["Currencies"],ko:["통화"]}},20177:e=>{e.exports={en:["Current interval and above"],ko:["현재 인터벌 이상"]}},494:e=>{e.exports={en:["Current interval and below"],ko:["현재 인터벌 이하"]}},60668:e=>{e.exports={en:["Current interval only"],ko:["현재 인터벌 만"]}},78609:e=>{e.exports={en:["Curve"],ko:["곡선"]}},87380:e=>{e.exports={en:["Cycle"],ko:["사이클"]}},84031:e=>{e.exports={en:["Cyclic Lines"],ko:["사이클릭 라인"]}},93191:e=>{e.exports={en:["Cypher Pattern"],ko:["사이퍼 패턴"]}},7219:e=>{e.exports={en:["A layout with that name already exists"],ko:["해당 이름의 레이아웃이 이미 있습니다."]}},67635:e=>{e.exports={en:["A layout with that name already exists. Do you want to overwrite it?"],ko:["같은 이름의 레이아웃이 이미 있습니다. 덮어쓰시겠습니까?"]}},46712:e=>{e.exports={en:["ABCD Pattern"],ko:["ABCD 패턴"]}},36485:e=>{e.exports={en:["Amsterdam"],ko:["암스테르담"]}},24185:e=>{e.exports={en:["Anchor"],ko:["앵커"]}},42630:e=>{e.exports={en:["Anchorage"],ko:["앵커리지"]}},42669:e=>{e.exports={en:["Anchored Text"],ko:["고정위치문자"]}},84541:e=>{e.exports={en:["Anchored VWAP"],ko:["앵커드 VWAP"]}},77401:e=>{e.exports={en:["Access error"],ko:["액세스 에러"]}},46501:e=>{e.exports={en:["Add Symbol"],ko:["심볼 넣기"]}},2439:e=>{e.exports={en:["Add financial metric for {instrumentName}"],ko:["{instrumentName} 의 파이낸셜 메트릭 넣기"]}},35088:e=>{e.exports={en:["Add indicator/strategy on {studyTitle}"],ko:["{studyTitle} 에 인디케이터/스트래티지 넣기"]}},35679:e=>{e.exports={en:["Add this financial metric to entire layout"],ko:["이 파이낸셜 메트릭을 전체 레이아웃에 넣기"]}},10996:e=>{e.exports={en:["Add this financial metric to favorites"],ko:["이 재무 지표를 즐겨찾기에 추가"]}},26090:e=>{e.exports={
en:["Add this indicator to entire layout"],ko:["이 인디케이터를 전체 레이아웃에 넣기"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],ko:["즐겨찾기에 이 인디케이터 추가"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],ko:["이 스트래티지를 전체 레이아웃에 넣기"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],ko:["이 심볼을 전체 레이아웃에 넣기"]}},426:e=>{e.exports={en:["Adelaide"],ko:["애들레이드"]}},40452:e=>{e.exports={en:["Always invisible"],ko:["언제나 안보임"]}},36299:e=>{e.exports={en:["Always visible"],ko:["언제나 보임"]}},58026:e=>{e.exports={en:["All intervals"],ko:["모든 인터벌"]}},78358:e=>{e.exports={en:["Apply default"],ko:["디폴트 적용"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],ko:["이들 인디케이터를 전체 레이아웃에 적용하기"]}},27072:e=>{e.exports={en:["Apr"],ko:["4월"]}},59324:e=>{e.exports={en:["Arc"],ko:["원호"]}},34456:e=>{e.exports={en:["Area"],ko:["영역"]}},11858:e=>{e.exports={en:["Arrow"],ko:["화살표"]}},34247:e=>{e.exports={en:["Arrow Down"],ko:["애로우 다운"]}},36352:e=>{e.exports={en:["Arrow Marker"],ko:["화살표"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],ko:["아래화살표"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],ko:["왼화살표"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],ko:["오른화살표"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],ko:["위화살표"]}},77231:e=>{e.exports={en:["Arrow Up"],ko:["애로우 업"]}},98128:e=>{e.exports={en:["Astana"],ko:["아스타나"]}},63627:e=>{e.exports={en:["Ashgabat"],ko:["아슈하바트"]}},72445:e=>{e.exports={en:["At close"],ko:["봉완성 때"]}},73702:e=>{e.exports={en:["Athens"],ko:["아테네"]}},21469:e=>{e.exports={en:["Auto"],ko:["오토"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],ko:["오토 (스크린에 데이터 맞춤)"]}},46450:e=>{e.exports={en:["Aug"],ko:["8월"]}},21841:e=>{e.exports={en:["Average close price label"],ko:["평균 종가 라벨"]}},16138:e=>{e.exports={en:["Average close price line"],ko:["애버리지 클로즈 프라이스 라인"]}},73025:e=>{e.exports={en:["Avg"],ko:["애버리지"]}},87580:e=>{e.exports={en:["Azores"],ko:["아조레스"]}},73905:e=>{e.exports={en:["Bogota"],ko:["보고타"]}},90594:e=>{e.exports={en:["Bahrain"],ko:["바레인"]}},70540:e=>{e.exports={en:["Balloon"],ko:["풍선"]}},47045:e=>{e.exports={en:["Bangkok"],ko:["방콕"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],ko:["이 차트 타입은 바 리플레이를 쓸 수 없습니다. 바 리플레이를 나가시겠습니까?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],ko:["이 심볼은 바 리플레이를 쓸 수 없습니다. 바 리플레이를 나가시겠습니까?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],ko:["이 타인 인터벌은 바 리플레이를 쓸 수 없습니다. 바 리플레이를 나가시겠습니까?"]}},27377:e=>{e.exports={en:["Bars"],ko:["봉"]}},81994:e=>{e.exports={en:["Bars Pattern"],ko:["봉패턴"]}},59213:e=>{e.exports={en:["Baseline"],ko:["베이스라인"]}},71797:e=>{e.exports={en:["Belgrade"],ko:["베오그라드"]}},64313:e=>{e.exports={en:["Berlin"],ko:["베를린"]}},43539:e=>{e.exports={en:["Brush"],ko:["붓"]}},91499:e=>{e.exports={en:["Brussels"],ko:["브뤼셀"]}},70876:e=>{e.exports={en:["Bratislava"],ko:["브라티슬라바"]}},55481:e=>{e.exports={en:["Bring forward"],ko:["한단계앞으로"]}},17293:e=>{e.exports={en:["Bring to front"], en:["Add this indicator to entire layout"],ko:["이 인디케이터를 전체 레이아웃에 넣기"]}},92957:e=>{e.exports={en:["Add this indicator to favorites"],ko:["즐겨찾기에 이 인디케이터 추가"]}},95754:e=>{e.exports={en:["Add this strategy to entire layout"],ko:["이 스트래티지를 전체 레이아웃에 넣기"]}},39010:e=>{e.exports={en:["Add this symbol to entire layout"],ko:["이 심볼을 전체 레이아웃에 넣기"]}},426:e=>{e.exports={en:["Adelaide"],ko:["애들레이드"]}},40452:e=>{e.exports={en:["Always invisible"],ko:["언제나 안보임"]}},36299:e=>{e.exports={en:["Always visible"],ko:["언제나 보임"]}},58026:e=>{e.exports={en:["All intervals"],ko:["모든 인터벌"]}},78358:e=>{e.exports={en:["Apply default"],ko:["디폴트 적용"]}},22437:e=>{e.exports={en:["Apply these indicators to entire layout"],ko:["이들 인디케이터를 전체 레이아웃에 적용하기"]}},27072:e=>{e.exports={en:["Apr"],ko:["4월"]}},59324:e=>{e.exports={en:["Arc"],ko:["원호"]}},34456:e=>{e.exports={en:["Area"],ko:["영역"]}},11858:e=>{e.exports={en:["Arrow"],ko:["화살표"]}},34247:e=>{e.exports={en:["Arrow Down"],ko:["애로우 다운"]}},36352:e=>{e.exports={en:["Arrow Marker"],ko:["화살표"]}},73193:e=>{e.exports={en:["Arrow Mark Down"],ko:["아래화살표"]}},1949:e=>{e.exports={en:["Arrow Mark Left"],ko:["왼화살표"]}},86275:e=>{e.exports={en:["Arrow Mark Right"],ko:["오른화살표"]}},62453:e=>{e.exports={en:["Arrow Mark Up"],ko:["위화살표"]}},77231:e=>{e.exports={en:["Arrow Up"],ko:["애로우 업"]}},98128:e=>{e.exports={en:["Astana"],ko:["아스타나"]}},63627:e=>{e.exports={en:["Ashgabat"],ko:["아슈하바트"]}},72445:e=>{e.exports={en:["At close"],ko:["봉완성 때"]}},73702:e=>{e.exports={en:["Athens"],ko:["아테네"]}},21469:e=>{e.exports={en:["Auto"],ko:["오토"]}},24157:e=>{e.exports={en:["Auto (fits data to screen)"],ko:["오토 (스크린에 데이터 맞춤)"]}},46450:e=>{e.exports={en:["Aug"],ko:["8월"]}},21841:e=>{e.exports={en:["Average close price label"],ko:["평균 종가 라벨"]}},16138:e=>{e.exports={en:["Average close price line"],ko:["애버리지 클로즈 프라이스 라인"]}},73025:e=>{e.exports={en:["Avg"],ko:["애버리지"]}},87580:e=>{e.exports={en:["Azores"],ko:["아조레스"]}},73905:e=>{e.exports={en:["Bogota"],ko:["보고타"]}},90594:e=>{e.exports={en:["Bahrain"],ko:["바레인"]}},70540:e=>{e.exports={en:["Balloon"],ko:["풍선"]}},47045:e=>{e.exports={en:["Bangkok"],ko:["방콕"]}},92101:e=>{e.exports={en:["Bar Replay isn't available for this chart type. Want to exit Bar Replay?"],ko:["이 차트 타입은 바 리플레이를 쓸 수 없습니다. 바 리플레이를 나가시겠습니까?"]}},32482:e=>{e.exports={en:["Bar Replay isn't available for this symbol. Want to exit Bar Replay?"],ko:["이 심볼은 바 리플레이를 쓸 수 없습니다. 바 리플레이를 나가시겠습니까?"]}},85902:e=>{e.exports={en:["Bar Replay isn't available for this time interval. Want to exit Bar Replay?"],ko:["이 타인 인터벌은 바 리플레이를 쓸 수 없습니다. 바 리플레이를 나가시겠습니까?"]}},27377:e=>{e.exports={en:["Bars"],ko:["봉"]}},81994:e=>{e.exports={en:["Bars Pattern"],ko:["봉패턴"]}},59213:e=>{e.exports={en:["Baseline"],ko:["베이스라인"]}},71797:e=>{e.exports={en:["Belgrade"],ko:["베오그라드"]}},64313:e=>{e.exports={en:["Berlin"],ko:["베를린"]}},43539:e=>{e.exports={en:["Brush"],ko:["붓"]}},91499:e=>{e.exports={en:["Brussels"],ko:["브뤼셀"]}},70876:e=>{e.exports={en:["Bratislava"],ko:["브라티슬라바"]}},55481:e=>{e.exports={en:["Bring forward"],ko:["한단계앞으로"]}},17293:e=>{e.exports={en:["Bring to front"],
ko:["맨앞으로"]}},79336:e=>{e.exports={en:["Brisbane"],ko:["브리즈번"]}},33672:e=>{e.exports={en:["Bucharest"],ko:["부쿠레슈티"]}},20313:e=>{e.exports={en:["Budapest"],ko:["부다페스트"]}},25282:e=>{e.exports={en:["Buenos Aires"],ko:["부에노스아이레스"]}},46768:e=>{e.exports={en:["By TradingView"],ko:["제공자 TradingView"]}},54280:e=>{e.exports={en:["Go to date"],ko:["날짜 바로가기"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],ko:["{lineToolName}로 가기"]}},15462:e=>{e.exports={en:["Got it"],ko:["알겠습니다"]}},47460:e=>{e.exports={en:["Gann Box"],ko:["간 박스"]}},48683:e=>{e.exports={en:["Gann Fan"],ko:["간 팬"]}},44763:e=>{e.exports={en:["Gann Square"],ko:["간 스퀘어"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],ko:["간 스퀘어 픽스트"]}},46808:e=>{e.exports={en:["Ghost Feed"],ko:["고스트피드"]}},57726:e=>{e.exports={en:["Grand supercycle"],ko:["그랜드 수퍼사이클"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],ko:["인디케이터 템플릿 '{name}'을 정말 지우시겠습니까?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],ko:["스터디 및 그 자식들 모두 지우시겠습니까?"]}},77125:e=>{e.exports={en:["Double Curve"],ko:["더블곡선"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],ko:["레이아웃 그리드를 리셋하려면 아무 엣지나 더블 클릭하십시오"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],ko:["마우스 따닥하여 패쓰를 끝내도록 하십시오"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],ko:["마우스 따닥하여 폴리라인을 끝내도록 하십시오"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],ko:["레이아웃 그리드를 리셋하려면 가장자리를 두 번 탭하세요"]}},57131:e=>{e.exports={en:["Data Provided by"],ko:["데이터 제공자"]}},22677:e=>{e.exports={en:["Date"],ko:["날짜"]}},85444:e=>{e.exports={en:["Date Range"],ko:["기간"]}},47017:e=>{e.exports={en:["Date and Price Range"],ko:["날짜 및 가격 범위"]}},32084:e=>{e.exports={en:["Dec"],ko:["12월"]}},23403:e=>{e.exports={en:["Degree"],ko:["각도"]}},27358:e=>{e.exports={en:["Denver"],ko:["덴버"]}},24959:e=>{e.exports={en:["Dhaka"],ko:["다카"]}},15179:e=>{e.exports={en:["Diamond"],ko:["다이아몬드"]}},91544:e=>{e.exports={en:["Disjoint Channel"],ko:["디스조인트 채널"]}},70132:e=>{e.exports={en:["Displacement"],ko:["변위"]}},93864:e=>{e.exports={en:["Drawings toolbar"],ko:["드로잉 툴바"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],ko:["{price}에 가로줄 그리기"]}},23650:e=>{e.exports={en:["Dubai"],ko:["두바이"]}},79716:e=>{e.exports={en:["Dublin"],ko:["더블린"]}},73456:e=>{e.exports={en:["Emoji"],ko:["이모티콘"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],ko:["새 차트레이아웃 이름을 넣으시오"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],ko:["엘리엇 코렉션 파동 (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],ko:["엘리엇 다블콤보 파동 (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],ko:["엘리엇 임펄스 파동 (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],ko:["엘리엇 트라이앵글 웨이브 (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],ko:["엘리엇 트리플콤보 파동 (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],ko:["타원"]}},52788:e=>{e.exports={en:["Extended Line"],ko:["익스텐디드 라인"]}},86905:e=>{e.exports={en:["Exchange"],ko:["거래소"] ko:["맨앞으로"]}},79336:e=>{e.exports={en:["Brisbane"],ko:["브리즈번"]}},33672:e=>{e.exports={en:["Bucharest"],ko:["부쿠레슈티"]}},20313:e=>{e.exports={en:["Budapest"],ko:["부다페스트"]}},25282:e=>{e.exports={en:["Buenos Aires"],ko:["부에노스아이레스"]}},46768:e=>{e.exports={en:["By TradingView"],ko:["제공자 TradingView"]}},54280:e=>{e.exports={en:["Go to date"],ko:["날짜 바로가기"]}},74975:e=>{e.exports={en:["Go to {lineToolName}"],ko:["{lineToolName}로 가기"]}},15462:e=>{e.exports={en:["Got it"],ko:["알겠습니다"]}},47460:e=>{e.exports={en:["Gann Box"],ko:["간 박스"]}},48683:e=>{e.exports={en:["Gann Fan"],ko:["간 팬"]}},44763:e=>{e.exports={en:["Gann Square"],ko:["간 스퀘어"]}},60707:e=>{e.exports={en:["Gann Square Fixed"],ko:["간 스퀘어 픽스트"]}},46808:e=>{e.exports={en:["Ghost Feed"],ko:["고스트피드"]}},57726:e=>{e.exports={en:["Grand supercycle"],ko:["그랜드 수퍼사이클"]}},15096:e=>{e.exports={en:["Do you really want to delete indicator template '{name}' ?"],ko:["인디케이터 템플릿 '{name}'을 정말 지우시겠습니까?"]}},77174:e=>{e.exports={en:["Do you really want to delete study and all of it's children?"],ko:["스터디 및 그 자식들 모두 지우시겠습니까?"]}},77125:e=>{e.exports={en:["Double Curve"],ko:["더블곡선"]}},9430:e=>{e.exports={en:["Double-click any edge to reset layout grid"],ko:["레이아웃 그리드를 리셋하려면 아무 엣지나 더블 클릭하십시오"]}},75296:e=>{e.exports={en:["Double-click to finish Path"],ko:["마우스 따닥하여 패쓰를 끝내도록 하십시오"]}},17409:e=>{e.exports={en:["Double-click to finish Polyline"],ko:["마우스 따닥하여 폴리라인을 끝내도록 하십시오"]}},36539:e=>{e.exports={en:["Double-tap any edge to reset layout grid"],ko:["레이아웃 그리드를 리셋하려면 가장자리를 두 번 탭하세요"]}},57131:e=>{e.exports={en:["Data Provided by"],ko:["데이터 제공자"]}},22677:e=>{e.exports={en:["Date"],ko:["날짜"]}},85444:e=>{e.exports={en:["Date Range"],ko:["기간"]}},47017:e=>{e.exports={en:["Date and Price Range"],ko:["날짜 및 가격 범위"]}},32084:e=>{e.exports={en:["Dec"],ko:["12월"]}},23403:e=>{e.exports={en:["Degree"],ko:["각도"]}},27358:e=>{e.exports={en:["Denver"],ko:["덴버"]}},24959:e=>{e.exports={en:["Dhaka"],ko:["다카"]}},15179:e=>{e.exports={en:["Diamond"],ko:["다이아몬드"]}},91544:e=>{e.exports={en:["Disjoint Channel"],ko:["디스조인트 채널"]}},70132:e=>{e.exports={en:["Displacement"],ko:["변위"]}},93864:e=>{e.exports={en:["Drawings toolbar"],ko:["드로잉 툴바"]}},56916:e=>{e.exports={en:["Draw Horizontal Line at {price}"],ko:["{price}에 가로줄 그리기"]}},23650:e=>{e.exports={en:["Dubai"],ko:["두바이"]}},79716:e=>{e.exports={en:["Dublin"],ko:["더블린"]}},73456:e=>{e.exports={en:["Emoji"],ko:["이모티콘"]}},9541:e=>{e.exports={en:["Enter a new chart layout name"],ko:["새 차트레이아웃 이름을 넣으시오"]}},80943:e=>{e.exports={en:["Elliott Correction Wave (ABC)"],ko:["엘리엇 코렉션 파동 (ABC)"]}},75112:e=>{e.exports={en:["Elliott Double Combo Wave (WXY)"],ko:["엘리엇 다블콤보 파동 (WXY)"]}},61114:e=>{e.exports={en:["Elliott Impulse Wave (12345)"],ko:["엘리엇 임펄스 파동 (12345)"]}},72359:e=>{e.exports={en:["Elliott Triangle Wave (ABCDE)"],ko:["엘리엇 트라이앵글 웨이브 (ABCDE)"]}},76129:e=>{e.exports={en:["Elliott Triple Combo Wave (WXYXZ)"],ko:["엘리엇 트리플콤보 파동 (WXYXZ)"]}},78996:e=>{e.exports={en:["Ellipse"],ko:["타원"]}},52788:e=>{e.exports={en:["Extended Line"],ko:["익스텐디드 라인"]}},86905:e=>{e.exports={en:["Exchange"],ko:["거래소"]
}},19271:e=>{e.exports={en:["Existing pane above"],ko:["위쪽 기존 페인"]}},46545:e=>{e.exports={en:["Existing pane below"],ko:["아래쪽 기존 페인"]}},20138:e=>{e.exports={en:["Forecast"],ko:["예측"]}},2507:e=>{e.exports={en:["Feb"],ko:["2월"]}},59005:e=>{e.exports={en:["Fib Channel"],ko:["피보나치 채널"]}},82330:e=>{e.exports={en:["Fib Circles"],ko:["피보나치 서클"]}},55986:e=>{e.exports={en:["Fib Retracement"],ko:["피보나치 되돌림"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],ko:["피보나치 스피드 리지스턴스 아크"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],ko:["피보나치 스피드 리지스턴스 팬"]}},39014:e=>{e.exports={en:["Fib Spiral"],ko:["피보나치 스파이럴"]}},30622:e=>{e.exports={en:["Fib Time Zone"],ko:["피보나치 타임존"]}},85042:e=>{e.exports={en:["Fib Wedge"],ko:["피보나치 웻지"]}},33885:e=>{e.exports={en:["Flag"],ko:["플래그"]}},14600:e=>{e.exports={en:["Flag Mark"],ko:["플래그 마크"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],ko:["위나 아래 수평"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],ko:["분수 부분이 잘못 되었습니다."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],ko:["차트에 펀더멘털 스터디를 더 이상 쓸 수 없습니다"]}},31561:e=>{e.exports={en:["Kolkata"],ko:["콜카타"]}},54533:e=>{e.exports={en:["Kathmandu"],ko:["카트만두"]}},83490:e=>{e.exports={en:["Kagi"],ko:["카기"]}},70913:e=>{e.exports={en:["Karachi"],ko:["카라치"]}},76614:e=>{e.exports={en:["Kuwait"],ko:["쿠웨이트"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],ko:["쿠알라 룸푸르"]}},99906:e=>{e.exports={en:["HLC area"],ko:["HLC 영역"]}},34491:e=>{e.exports={en:["Ho Chi Minh"],ko:["호치민"]}},13459:e=>{e.exports={en:["Hollow candles"],ko:["할로우캔들"]}},48861:e=>{e.exports={en:["Hong Kong"],ko:["홍콩"]}},79668:e=>{e.exports={en:["Honolulu"],ko:["호노룰루"]}},21795:e=>{e.exports={en:["Horizontal Line"],ko:["가로줄"]}},25487:e=>{e.exports={en:["Horizontal Ray"],ko:["가로빛"]}},21928:e=>{e.exports={en:["Head and Shoulders"],ko:["헤드 앤 숄더"]}},63876:e=>{e.exports={en:["Heikin Ashi"],ko:["하이킨 아시"]}},48203:e=>{e.exports={en:["Helsinki"],ko:["헬싱키"]}},27298:e=>{e.exports={en:["Hide"],ko:["감추기"]}},47074:e=>{e.exports={en:["Hide all"],ko:["모두 숨기기"]}},52563:e=>{e.exports={en:["Hide all drawings"],ko:["드로잉 툴 모두 숨기기"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],ko:["모든 드로잉 및 인디케이터 숨기기"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],ko:["모든 드로잉, 지표, 포지션 & 주문 숨기기"]}},78525:e=>{e.exports={en:["Hide all indicators"],ko:["모든 인디케이터 숨기기"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],ko:["모든 포지션 & 주문 숨기기"]}},3217:e=>{e.exports={en:["Hide drawings"],ko:["드로잉 숨기기"]}},97878:e=>{e.exports={en:["Hide events on chart"],ko:["차트에서 이벤트 숨기기"]}},72351:e=>{e.exports={en:["Hide indicators"],ko:["인디케이터 숨기기"]}},28345:e=>{e.exports={en:["Hide marks on bars"],ko:["봉의 마크 감추기"]}},92226:e=>{e.exports={en:["Hide positions & orders"],ko:["포지션 & 주문 숨기기"]}},78254:e=>{e.exports={en:["High"],ko:["고가"]}},98236:e=>{e.exports={en:["High-low"],ko:["하이-로우"]}},99479:e=>{e.exports={en:["High and low price labels"],ko:["하이, 로우 프라이스 라벨"]}},33766:e=>{e.exports={en:["High and low price lines"],ko:["하이, 로우 프라이스 라인"]}},69476:e=>{e.exports={ }},19271:e=>{e.exports={en:["Existing pane above"],ko:["위쪽 기존 페인"]}},46545:e=>{e.exports={en:["Existing pane below"],ko:["아래쪽 기존 페인"]}},20138:e=>{e.exports={en:["Forecast"],ko:["예측"]}},2507:e=>{e.exports={en:["Feb"],ko:["2월"]}},59005:e=>{e.exports={en:["Fib Channel"],ko:["피보나치 채널"]}},82330:e=>{e.exports={en:["Fib Circles"],ko:["피보나치 서클"]}},55986:e=>{e.exports={en:["Fib Retracement"],ko:["피보나치 되돌림"]}},33880:e=>{e.exports={en:["Fib Speed Resistance Arcs"],ko:["피보나치 스피드 리지스턴스 아크"]}},2395:e=>{e.exports={en:["Fib Speed Resistance Fan"],ko:["피보나치 스피드 리지스턴스 팬"]}},39014:e=>{e.exports={en:["Fib Spiral"],ko:["피보나치 스파이럴"]}},30622:e=>{e.exports={en:["Fib Time Zone"],ko:["피보나치 타임존"]}},85042:e=>{e.exports={en:["Fib Wedge"],ko:["피보나치 웻지"]}},33885:e=>{e.exports={en:["Flag"],ko:["플래그"]}},14600:e=>{e.exports={en:["Flag Mark"],ko:["플래그 마크"]}},45051:e=>{e.exports={en:["Flat Top/Bottom"],ko:["위나 아래 수평"]}},39643:e=>{e.exports={en:["Fraction part is invalid."],ko:["분수 부분이 잘못 되었습니다."]}},24077:e=>{e.exports={en:["Fundamental studies are no longer available on charts"],ko:["차트에 펀더멘털 스터디를 더 이상 쓸 수 없습니다"]}},31561:e=>{e.exports={en:["Kolkata"],ko:["콜카타"]}},54533:e=>{e.exports={en:["Kathmandu"],ko:["카트만두"]}},83490:e=>{e.exports={en:["Kagi"],ko:["카기"]}},70913:e=>{e.exports={en:["Karachi"],ko:["카라치"]}},76614:e=>{e.exports={en:["Kuwait"],ko:["쿠웨이트"]}},38561:e=>{e.exports={en:["Kuala Lumpur"],ko:["쿠알라 룸푸르"]}},99906:e=>{e.exports={en:["HLC area"],ko:["HLC 영역"]}},886:e=>{e.exports={en:["HLC bars"],ko:["HLC 바"]}},34491:e=>{e.exports={en:["Ho Chi Minh"],ko:["호치민"]}},13459:e=>{e.exports={en:["Hollow candles"],ko:["할로우캔들"]}},48861:e=>{e.exports={en:["Hong Kong"],ko:["홍콩"]}},79668:e=>{e.exports={en:["Honolulu"],ko:["호노룰루"]}},21795:e=>{e.exports={en:["Horizontal Line"],ko:["가로줄"]}},25487:e=>{e.exports={en:["Horizontal Ray"],ko:["가로빛"]}},21928:e=>{e.exports={en:["Head and Shoulders"],ko:["헤드 앤 숄더"]}},63876:e=>{e.exports={en:["Heikin Ashi"],ko:["하이킨 아시"]}},48203:e=>{e.exports={en:["Helsinki"],ko:["헬싱키"]}},27298:e=>{e.exports={en:["Hide"],ko:["감추기"]}},47074:e=>{e.exports={en:["Hide all"],ko:["모두 숨기기"]}},52563:e=>{e.exports={en:["Hide all drawings"],ko:["드로잉 툴 모두 숨기기"]}},90763:e=>{e.exports={en:["Hide all drawings and indicators"],ko:["모든 드로잉 및 인디케이터 숨기기"]}},18216:e=>{e.exports={en:["Hide all drawings, indicators, positions & orders"],ko:["모든 드로잉, 지표, 포지션 & 주문 숨기기"]}},78525:e=>{e.exports={en:["Hide all indicators"],ko:["모든 인디케이터 숨기기"]}},42164:e=>{e.exports={en:["Hide all positions & orders"],ko:["모든 포지션 & 주문 숨기기"]}},3217:e=>{e.exports={en:["Hide drawings"],ko:["드로잉 숨기기"]}},97878:e=>{e.exports={en:["Hide events on chart"],ko:["차트에서 이벤트 숨기기"]}},72351:e=>{e.exports={en:["Hide indicators"],ko:["인디케이터 숨기기"]}},28345:e=>{e.exports={en:["Hide marks on bars"],ko:["봉의 마크 감추기"]}},92226:e=>{e.exports={en:["Hide positions & orders"],ko:["포지션 & 주문 숨기기"]}},78254:e=>{e.exports={en:["High"],ko:["고가"]}},98236:e=>{e.exports={en:["High-low"],ko:["하이-로우"]}},99479:e=>{e.exports={en:["High and low price labels"],ko:["하이, 로우 프라이스 라벨"]}},33766:e=>{e.exports={
en:["Highlighter"],ko:["하이라이터"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ko:["히스토그램이 너무 크면 설정 창에서 {boldHighlightStart}행 크기{boldHighlightEnd}를 늘려주세요."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],ko:["히스토그램이 너무 크면 설정 창에서 {boldHighlightStart}행당 틱수{boldHighlightEnd}를 늘려주세요."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ko:["히스토그램이 너무 크면 설정 창에서 {boldHighlightStart}행 크기{boldHighlightEnd}를 줄여주세요."]}},68065:e=>{e.exports={en:["Image"],ko:["이미지"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],ko:["{ticker}에 대해서는 {resolution} 아래 인터벌을 쓸 수 없습니다."]}},10268:e=>{e.exports={en:["Intermediate"],ko:["중간"]}},14285:e=>{e.exports={en:["Invalid Symbol"],ko:["잘못된 심볼"]}},52969:e=>{e.exports={en:["Invalid symbol"],ko:["잘못된 심볼"]}},37189:e=>{e.exports={en:["Invert scale"],ko:["인버트 스케일"]}},89999:e=>{e.exports={en:["Indexed to 100"],ko:["처음을 100 으로 잡기"]}},46850:e=>{e.exports={en:["Indicators value labels"],ko:["인디케이터 밸류 라벨"]}},54418:e=>{e.exports={en:["Indicators name labels"],ko:["인디케이터 네임 라벨"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],ko:["지표, 메트릭 및 전략. 슬래시 누르기"]}},15992:e=>{e.exports={en:["Info Line"],ko:["인포 라인"]}},87829:e=>{e.exports={en:["Insert indicator"],ko:["지표넣기"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],ko:["피치포크 안"]}},37913:e=>{e.exports={en:["Icon"],ko:["아이콘"]}},78326:e=>{e.exports={en:["Istanbul"],ko:["이스탄불"]}},39585:e=>{e.exports={en:["Johannesburg"],ko:["요하네스버그"]}},14995:e=>{e.exports={en:["Jakarta"],ko:["자카르타"]}},62310:e=>{e.exports={en:["Jan"],ko:["1월"]}},36057:e=>{e.exports={en:["Jerusalem"],ko:["예루살렘"]}},53786:e=>{e.exports={en:["Jul"],ko:["7월"]}},429:e=>{e.exports={en:["Jun"],ko:["6월"]}},67560:e=>{e.exports={en:["Juneau"],ko:["쥬노"]}},62329:e=>{e.exports={en:["On the left"],ko:["왼쪽에"]}},55813:e=>{e.exports={en:["On the right"],ko:["오른쪽에"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],ko:["{ticker}에 대해서는 {availableResolutions} 인터벌만 됩니다."]}},21064:e=>{e.exports={en:["Oops!"],ko:["아이쿠!"]}},51221:e=>{e.exports={en:["Object Tree"],ko:["오브젝트 트리"]}},12179:e=>{e.exports={en:["Oct"],ko:["10월"]}},16610:e=>{e.exports={en:["Open"],ko:["열기"]}},27884:e=>{e.exports={en:["Open layout. Press period"],ko:["레이아웃 열고 기간 넣기"]}},75722:e=>{e.exports={en:["Oslo"],ko:["오슬로"]}},65318:e=>{e.exports={en:["Low"],ko:["저가"]}},51077:e=>{e.exports={en:["Lock"],ko:["잠금"]}},79777:e=>{e.exports={en:["Lock/unlock"],ko:["잠그기/풀기"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],ko:["버티컬 커서 라인 타임락"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],ko:["바 레이쇼에 프라이스 잠금"]}},16170:e=>{e.exports={en:["Logarithmic"],ko:["로그"]}},19439:e=>{e.exports={en:["London"],ko:["런던"]}},74832:e=>{e.exports={en:["Long Position"], en:["High and low price lines"],ko:["하이, 로우 프라이스 라인"]}},69476:e=>{e.exports={en:["Highlighter"],ko:["하이라이터"]}},72819:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ko:["히스토그램이 너무 크면 설정 창에서 {boldHighlightStart}행 크기{boldHighlightEnd}를 늘려주세요."]}},94966:e=>{e.exports={en:["Histogram is too large, please increase {boldHighlightStart}Ticks Per Row{boldHighlightEnd} in the settings window."],ko:["히스토그램이 너무 크면 설정 창에서 {boldHighlightStart}행당 틱수{boldHighlightEnd}를 늘려주세요."]}},66751:e=>{e.exports={en:["Histogram is too large, please reduce {boldHighlightStart}Row Size{boldHighlightEnd} in the settings window."],ko:["히스토그램이 너무 크면 설정 창에서 {boldHighlightStart}행 크기{boldHighlightEnd}를 줄여주세요."]}},68065:e=>{e.exports={en:["Image"],ko:["이미지"]}},80185:e=>{e.exports={en:["Intervals less than {resolution} are not supported for {ticker}."],ko:["{ticker}에 대해서는 {resolution} 아래 인터벌을 쓸 수 없습니다."]}},10268:e=>{e.exports={en:["Intermediate"],ko:["중간"]}},14285:e=>{e.exports={en:["Invalid Symbol"],ko:["잘못된 심볼"]}},52969:e=>{e.exports={en:["Invalid symbol"],ko:["잘못된 심볼"]}},37189:e=>{e.exports={en:["Invert scale"],ko:["인버트 스케일"]}},89999:e=>{e.exports={en:["Indexed to 100"],ko:["처음을 100 으로 잡기"]}},46850:e=>{e.exports={en:["Indicators value labels"],ko:["인디케이터 밸류 라벨"]}},54418:e=>{e.exports={en:["Indicators name labels"],ko:["인디케이터 네임 라벨"]}},40490:e=>{e.exports={en:["Indicators, Metrics and Strategies. Press slash"],ko:["지표, 메트릭 및 전략. 슬래시 누르기"]}},15992:e=>{e.exports={en:["Info Line"],ko:["인포 라인"]}},87829:e=>{e.exports={en:["Insert indicator"],ko:["지표넣기"]}},41686:e=>{e.exports={en:["Inside Pitchfork"],ko:["피치포크 안"]}},37913:e=>{e.exports={en:["Icon"],ko:["아이콘"]}},78326:e=>{e.exports={en:["Istanbul"],ko:["이스탄불"]}},39585:e=>{e.exports={en:["Johannesburg"],ko:["요하네스버그"]}},14995:e=>{e.exports={en:["Jakarta"],ko:["자카르타"]}},62310:e=>{e.exports={en:["Jan"],ko:["1월"]}},36057:e=>{e.exports={en:["Jerusalem"],ko:["예루살렘"]}},53786:e=>{e.exports={en:["Jul"],ko:["7월"]}},429:e=>{e.exports={en:["Jun"],ko:["6월"]}},67560:e=>{e.exports={en:["Juneau"],ko:["쥬노"]}},62329:e=>{e.exports={en:["On the left"],ko:["왼쪽에"]}},55813:e=>{e.exports={en:["On the right"],ko:["오른쪽에"]}},64818:e=>{e.exports={en:["Only {availableResolutions} intervals are supported for {ticker}."],ko:["{ticker}에 대해서는 {availableResolutions} 인터벌만 됩니다."]}},21064:e=>{e.exports={en:["Oops!"],ko:["아이쿠!"]}},51221:e=>{e.exports={en:["Object Tree"],ko:["오브젝트 트리"]}},12179:e=>{e.exports={en:["Oct"],ko:["10월"]}},16610:e=>{e.exports={en:["Open"],ko:["열기"]}},27884:e=>{e.exports={en:["Open layout. Press period"],ko:["레이아웃 열고 기간 넣기"]}},75722:e=>{e.exports={en:["Oslo"],ko:["오슬로"]}},65318:e=>{e.exports={en:["Low"],ko:["저가"]}},51077:e=>{e.exports={en:["Lock"],ko:["잠금"]}},79777:e=>{e.exports={en:["Lock/unlock"],ko:["잠그기/풀기"]}},66005:e=>{e.exports={en:["Lock vertical cursor line by time"],ko:["버티컬 커서 라인 타임락"]}},14017:e=>{e.exports={en:["Lock price to bar ratio"],ko:["바 레이쇼에 프라이스 잠금"]}},16170:e=>{e.exports={en:["Logarithmic"],ko:["로그"]}},19439:e=>{
ko:["매수 포지션"]}},28733:e=>{e.exports={en:["Los Angeles"],ko:["로스엔젤레스"]}},85924:e=>{e.exports={en:["Label Down"],ko:["레이블 다운"]}},52402:e=>{e.exports={en:["Label Up"],ko:["레이블 업"]}},5119:e=>{e.exports={en:["Labels"],ko:["라벨"]}},19931:e=>{e.exports={en:["Lagos"],ko:["라고스"]}},63815:e=>{e.exports={en:["Last day change"],ko:["마지막 날 변경 값"]}},59444:e=>{e.exports={en:["Lima"],ko:["리마"]}},3554:e=>{e.exports={en:["Line"],ko:["라인"]}},9394:e=>{e.exports={en:["Line with markers"],ko:["마커가 있는 라인"]}},43588:e=>{e.exports={en:["Line break"],ko:["라인브레이크"]}},56982:e=>{e.exports={en:["Lines"],ko:["라인"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],ko:["차트 이미지 링크가 클립보드에 복사됨 {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],ko:["리스본"]}},81038:e=>{e.exports={en:["Luxembourg"],ko:["룩셈부르크"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],ko:["포인트를 옮기고 탭을 하여 앵커 자리를 잡으십시오"]}},35049:e=>{e.exports={en:["Move to"],ko:["옮기기"]}},26493:e=>{e.exports={en:["Move scale to left"],ko:["스케일 왼쪽으로 옮기기"]}},40789:e=>{e.exports={en:["Move scale to right"],ko:["스케일 오른쪽으로 옮기기"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],ko:["변형 쉬프 피치포크"]}},93907:e=>{e.exports={en:["More settings"],ko:["더 많은 세팅"]}},64039:e=>{e.exports={en:["Moscow"],ko:["모스크바"]}},52066:e=>{e.exports={en:["Madrid"],ko:["마드리드"]}},38365:e=>{e.exports={en:["Malta"],ko:["몰타"]}},48991:e=>{e.exports={en:["Manila"],ko:["마닐라"]}},92767:e=>{e.exports={en:["Mar"],ko:["3월"]}},73332:e=>{e.exports={en:["Mexico City"],ko:["멕시코 시티"]}},88314:e=>{e.exports={en:["Merge all scales into one"],ko:["모든 스케일 하나로 머지"]}},54215:e=>{e.exports={en:["Mixed"],ko:["믹스트"]}},24866:e=>{e.exports={en:["Micro"],ko:["마이크로"]}},87957:e=>{e.exports={en:["Millennium"],ko:["밀레니엄"]}},14724:e=>{e.exports={en:["Minuette"],ko:["미뉴에트"]}},78273:e=>{e.exports={en:["Minuscule"],ko:["극소"]}},9865:e=>{e.exports={en:["Muscat"],ko:["무스카트"]}},96935:e=>{e.exports={en:["N/A"],ko:["없음"]}},36252:e=>{e.exports={en:["No data here"],ko:["데이터 없음"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],ko:["스케일 없음 (풀스크린)"]}},9140:e=>{e.exports={en:["No sync"],ko:["노 싱크"]}},50910:e=>{e.exports={en:["No volume data"],ko:["볼륨 데이터 없음"]}},99024:e=>{e.exports={en:["No, keep them"],ko:["아니요, 그대로 두겠습니다"]}},94389:e=>{e.exports={en:["Note"],ko:["노트"]}},26899:e=>{e.exports={en:["Nov"],ko:["11월"]}},67891:e=>{e.exports={en:["Norfolk Island"],ko:["노포크 아일랜드"]}},40977:e=>{e.exports={en:["Nairobi"],ko:["나이로비"]}},40544:e=>{e.exports={en:["New York"],ko:["뉴욕"]}},66103:e=>{e.exports={en:["New Zealand"],ko:["뉴질랜드"]}},15512:e=>{e.exports={en:["New pane above"],ko:["위쪽 새 페인"]}},52160:e=>{e.exports={en:["New pane below"],ko:["아래쪽 새 페인"]}},94600:e=>{e.exports={en:["Nicosia"],ko:["니코시아"]}},73013:e=>{e.exports={en:["Something went wrong"],ko:["뭔가 잘못되었습니다"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],ko:["인디케이터를 만들 때 문제가 있었습니다."]}},4509:e=>{e.exports={en:["Something went wrong. Please try again later."],ko:["뭔가 잘못 되었습니다. 나중에 다시 해 보십시오."]}},43047:e=>{e.exports={ e.exports={en:["London"],ko:["런던"]}},74832:e=>{e.exports={en:["Long Position"],ko:["매수 포지션"]}},28733:e=>{e.exports={en:["Los Angeles"],ko:["로스엔젤레스"]}},85924:e=>{e.exports={en:["Label Down"],ko:["레이블 다운"]}},52402:e=>{e.exports={en:["Label Up"],ko:["레이블 업"]}},5119:e=>{e.exports={en:["Labels"],ko:["라벨"]}},19931:e=>{e.exports={en:["Lagos"],ko:["라고스"]}},63815:e=>{e.exports={en:["Last day change"],ko:["마지막 날 변경 값"]}},59444:e=>{e.exports={en:["Lima"],ko:["리마"]}},3554:e=>{e.exports={en:["Line"],ko:["라인"]}},9394:e=>{e.exports={en:["Line with markers"],ko:["마커가 있는 라인"]}},43588:e=>{e.exports={en:["Line break"],ko:["라인브레이크"]}},56982:e=>{e.exports={en:["Lines"],ko:["라인"]}},37367:e=>{e.exports={en:["Link to the chart image copied to clipboard {emoji}"],ko:["차트 이미지 링크가 클립보드에 복사됨 {emoji}"]}},53375:e=>{e.exports={en:["Lisbon"],ko:["리스본"]}},81038:e=>{e.exports={en:["Luxembourg"],ko:["룩셈부르크"]}},60663:e=>{e.exports={en:["Move the point to position the anchor then tap to place"],ko:["포인트를 옮기고 탭을 하여 앵커 자리를 잡으십시오"]}},35049:e=>{e.exports={en:["Move to"],ko:["옮기기"]}},26493:e=>{e.exports={en:["Move scale to left"],ko:["스케일 왼쪽으로 옮기기"]}},40789:e=>{e.exports={en:["Move scale to right"],ko:["스케일 오른쪽으로 옮기기"]}},57681:e=>{e.exports={en:["Modified Schiff Pitchfork"],ko:["변형 쉬프 피치포크"]}},93907:e=>{e.exports={en:["More settings"],ko:["더 많은 세팅"]}},64039:e=>{e.exports={en:["Moscow"],ko:["모스크바"]}},52066:e=>{e.exports={en:["Madrid"],ko:["마드리드"]}},38365:e=>{e.exports={en:["Malta"],ko:["몰타"]}},48991:e=>{e.exports={en:["Manila"],ko:["마닐라"]}},92767:e=>{e.exports={en:["Mar"],ko:["3월"]}},73332:e=>{e.exports={en:["Mexico City"],ko:["멕시코 시티"]}},88314:e=>{e.exports={en:["Merge all scales into one"],ko:["모든 스케일 하나로 머지"]}},54215:e=>{e.exports={en:["Mixed"],ko:["믹스트"]}},24866:e=>{e.exports={en:["Micro"],ko:["마이크로"]}},87957:e=>{e.exports={en:["Millennium"],ko:["밀레니엄"]}},14724:e=>{e.exports={en:["Minuette"],ko:["미뉴에트"]}},78273:e=>{e.exports={en:["Minuscule"],ko:["극소"]}},9865:e=>{e.exports={en:["Muscat"],ko:["무스카트"]}},96935:e=>{e.exports={en:["N/A"],ko:["없음"]}},36252:e=>{e.exports={en:["No data here"],ko:["데이터 없음"]}},11254:e=>{e.exports={en:["No scale (fullscreen)"],ko:["스케일 없음 (풀스크린)"]}},9140:e=>{e.exports={en:["No sync"],ko:["노 싱크"]}},50910:e=>{e.exports={en:["No volume data"],ko:["볼륨 데이터 없음"]}},99024:e=>{e.exports={en:["No, keep them"],ko:["아니요, 그대로 두겠습니다"]}},94389:e=>{e.exports={en:["Note"],ko:["노트"]}},26899:e=>{e.exports={en:["Nov"],ko:["11월"]}},67891:e=>{e.exports={en:["Norfolk Island"],ko:["노포크 아일랜드"]}},40977:e=>{e.exports={en:["Nairobi"],ko:["나이로비"]}},40544:e=>{e.exports={en:["New York"],ko:["뉴욕"]}},66103:e=>{e.exports={en:["New Zealand"],ko:["뉴질랜드"]}},15512:e=>{e.exports={en:["New pane above"],ko:["위쪽 새 페인"]}},52160:e=>{e.exports={en:["New pane below"],ko:["아래쪽 새 페인"]}},94600:e=>{e.exports={en:["Nicosia"],ko:["니코시아"]}},73013:e=>{e.exports={en:["Something went wrong"],ko:["뭔가 잘못되었습니다"]}},83524:e=>{e.exports={en:["Something went wrong when creating the indicator."],ko:["인디케이터를 만들 때 문제가 있었습니다."]}},4509:e=>{e.exports={
en:["Save New Chart Layout"],ko:["새 차트레이아웃 저장"]}},76266:e=>{e.exports={en:["Save as"],ko:["로 저장"]}},55502:e=>{e.exports={en:["San Salvador"],ko:["산살바도르"]}},30231:e=>{e.exports={en:["Santiago"],ko:["산티아고"]}},91912:e=>{e.exports={en:["Sao Paulo"],ko:["상파울루"]}},43931:e=>{e.exports={en:["Scale currency"],ko:["스케일 통화"]}},43758:e=>{e.exports={en:["Scale price chart only"],ko:["가격차트만 스케일"]}},40012:e=>{e.exports={en:["Scale unit"],ko:["스케일 단위"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],ko:["쉬프 피치포크"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],ko:["이 페이지를 떠나면 스크립트는 업데이트되지 않을 수 있습니다."]}},32514:e=>{e.exports={en:["Settings"],ko:["설정"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],ko:["두번째 분수 부분이 잘못 되었습니다."]}},75594:e=>{e.exports={en:["Security info"],ko:["보안 정보"]}},21973:e=>{e.exports={en:["Send to back"],ko:["맨뒤로"]}},71179:e=>{e.exports={en:["Send backward"],ko:["한단계뒤로"]}},26820:e=>{e.exports={en:["Seoul"],ko:["서울"]}},6816:e=>{e.exports={en:["Sep"],ko:["9월"]}},94031:e=>{e.exports={en:["Session"],ko:["세션"]}},83298:e=>{e.exports={en:["Session volume profile"],ko:["세션 볼륨 프로파일"]}},66707:e=>{e.exports={en:["Session breaks"],ko:["세션구분"]}},1852:e=>{e.exports={en:["Shanghai"],ko:["상하이"]}},8075:e=>{e.exports={en:["Short Position"],ko:["숏 포지션"]}},98334:e=>{e.exports={en:["Show"],ko:["보기"]}},85891:e=>{e.exports={en:["Show all drawings"],ko:["모든 드로잉 보기"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],ko:["모든 드로잉 및 인디케이터 보기"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],ko:["모든 드로잉, 지표, 포지션 & 주문 보기"]}},98753:e=>{e.exports={en:["Show all indicators"],ko:["모든 인디케이터 보기"]}},55418:e=>{e.exports={en:["Show all ideas"],ko:["모든 아이디어 보기"]}},20506:e=>{e.exports={en:["Show all positions & orders"],ko:["모든 포지션 & 주문 보기"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],ko:["연속 선물 스위치 보기"]}},81465:e=>{e.exports={en:["Show contract expiration"],ko:["계약 만기 보기"]}},29449:e=>{e.exports={en:["Show dividends"],ko:["배당보기"]}},37113:e=>{e.exports={en:["Show earnings"],ko:["어닝 보기"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],ko:["팔로우하는 유저 아이디어 보기"]}},62986:e=>{e.exports={en:["Show latest news"],ko:["최신 뉴스 보기"]}},44020:e=>{e.exports={en:["Show my ideas only"],ko:["내 아이디어만 보기"]}},50849:e=>{e.exports={en:["Show splits"],ko:["스플릿 보기"]}},67751:e=>{e.exports={en:["Signpost"],ko:["길잡이"]}},77377:e=>{e.exports={en:["Singapore"],ko:["싱가폴"]}},39090:e=>{e.exports={en:["Sine Line"],ko:["사인 라인"]}},66205:e=>{e.exports={en:["Square"],ko:["스퀘어"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],ko:["스터디 리밋이 넘었음: 레이아웃당 {number} 스터디.\n스터디를 줄여 보시기 바랍니다."]}},92516:e=>{e.exports={en:["Style"],ko:["모습"]}},61507:e=>{e.exports={en:["Stack on the left"],ko:["왼쪽위에 쌓기"]}},97800:e=>{e.exports={en:["Stack on the right"],ko:["오른쪽위에 쌓기"]}},85166:e=>{e.exports={en:["Start using keyboard navigation mode. Press {shortcut}"],ko:["키보드 탐색 모드 사용을 시작합니다. {shortcut}를 누릅니다."]}},4035:e=>{e.exports={ en:["Something went wrong. Please try again later."],ko:["뭔가 잘못 되었습니다. 나중에 다시 해 보십시오."]}},43047:e=>{e.exports={en:["Save New Chart Layout"],ko:["새 차트레이아웃 저장"]}},76266:e=>{e.exports={en:["Save as"],ko:["로 저장"]}},55502:e=>{e.exports={en:["San Salvador"],ko:["산살바도르"]}},30231:e=>{e.exports={en:["Santiago"],ko:["산티아고"]}},91912:e=>{e.exports={en:["Sao Paulo"],ko:["상파울루"]}},43931:e=>{e.exports={en:["Scale currency"],ko:["스케일 통화"]}},43758:e=>{e.exports={en:["Scale price chart only"],ko:["가격차트만 스케일"]}},40012:e=>{e.exports={en:["Scale unit"],ko:["스케일 단위"]}},42608:e=>{e.exports={en:["Schiff Pitchfork"],ko:["쉬프 피치포크"]}},76078:e=>{e.exports={en:["Script may be not updated if you leave the page."],ko:["이 페이지를 떠나면 스크립트는 업데이트되지 않을 수 있습니다."]}},32514:e=>{e.exports={en:["Settings"],ko:["설정"]}},70784:e=>{e.exports={en:["Second fraction part is invalid."],ko:["두번째 분수 부분이 잘못 되었습니다."]}},75594:e=>{e.exports={en:["Security info"],ko:["보안 정보"]}},21973:e=>{e.exports={en:["Send to back"],ko:["맨뒤로"]}},71179:e=>{e.exports={en:["Send backward"],ko:["한단계뒤로"]}},26820:e=>{e.exports={en:["Seoul"],ko:["서울"]}},6816:e=>{e.exports={en:["Sep"],ko:["9월"]}},94031:e=>{e.exports={en:["Session"],ko:["세션"]}},83298:e=>{e.exports={en:["Session volume profile"],ko:["세션 볼륨 프로파일"]}},66707:e=>{e.exports={en:["Session breaks"],ko:["세션구분"]}},1852:e=>{e.exports={en:["Shanghai"],ko:["상하이"]}},8075:e=>{e.exports={en:["Short Position"],ko:["숏 포지션"]}},98334:e=>{e.exports={en:["Show"],ko:["보기"]}},85891:e=>{e.exports={en:["Show all drawings"],ko:["모든 드로잉 보기"]}},25881:e=>{e.exports={en:["Show all drawings and indicators"],ko:["모든 드로잉 및 인디케이터 보기"]}},86738:e=>{e.exports={en:["Show all drawings, indicators, positions & orders"],ko:["모든 드로잉, 지표, 포지션 & 주문 보기"]}},98753:e=>{e.exports={en:["Show all indicators"],ko:["모든 인디케이터 보기"]}},55418:e=>{e.exports={en:["Show all ideas"],ko:["모든 아이디어 보기"]}},20506:e=>{e.exports={en:["Show all positions & orders"],ko:["모든 포지션 & 주문 보기"]}},33158:e=>{e.exports={en:["Show continuous contract switch"],ko:["연속 선물 스위치 보기"]}},81465:e=>{e.exports={en:["Show contract expiration"],ko:["계약 만기 보기"]}},29449:e=>{e.exports={en:["Show dividends"],ko:["배당보기"]}},37113:e=>{e.exports={en:["Show earnings"],ko:["어닝 보기"]}},10261:e=>{e.exports={en:["Show ideas of followed users"],ko:["팔로우하는 유저 아이디어 보기"]}},62986:e=>{e.exports={en:["Show latest news"],ko:["최신 뉴스 보기"]}},44020:e=>{e.exports={en:["Show my ideas only"],ko:["내 아이디어만 보기"]}},50849:e=>{e.exports={en:["Show splits"],ko:["스플릿 보기"]}},67751:e=>{e.exports={en:["Signpost"],ko:["길잡이"]}},77377:e=>{e.exports={en:["Singapore"],ko:["싱가폴"]}},39090:e=>{e.exports={en:["Sine Line"],ko:["사인 라인"]}},66205:e=>{e.exports={en:["Square"],ko:["스퀘어"]}},86146:e=>{e.exports={en:["Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies."],ko:["스터디 리밋이 넘었음: 레이아웃당 {number} 스터디.\n스터디를 줄여 보시기 바랍니다."]}},92516:e=>{e.exports={en:["Style"],ko:["모습"]}},61507:e=>{e.exports={en:["Stack on the left"],ko:["왼쪽위에 쌓기"]}},97800:e=>{e.exports={en:["Stack on the right"],ko:["오른쪽위에 쌓기"]}},85166:e=>{e.exports={
en:["Stay in drawing mode"],ko:["그리기모드 유지"]}},69217:e=>{e.exports={en:["Step line"],ko:["스텝 라인"]}},43114:e=>{e.exports={en:["Sticker"],ko:["스티커"]}},86716:e=>{e.exports={en:["Stockholm"],ko:["스톡홀름"]}},1145:e=>{e.exports={en:["Submicro"],ko:["서브마이크로"]}},63375:e=>{e.exports={en:["Submillennium"],ko:["서브밀레니엄"]}},30585:e=>{e.exports={en:["Subminuette"],ko:["서브미뉴에트"]}},67948:e=>{e.exports={en:["Supercycle"],ko:["수퍼사이클"]}},3348:e=>{e.exports={en:["Supermillennium"],ko:["수퍼밀레니엄"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],ko:["{resolution} 으로 바꾸기"]}},31622:e=>{e.exports={en:["Sydney"],ko:["시드니"]}},70963:e=>{e.exports={en:["Symbol Error"],ko:["심볼 오류"]}},32390:e=>{e.exports={en:["Symbol name label"],ko:["심볼네임 라벨"]}},10127:e=>{e.exports={en:["Symbol last price label"],ko:["심볼 현재가 라벨"]}},39079:e=>{e.exports={en:["Sync globally"],ko:["모두 다 싱크"]}},46607:e=>{e.exports={en:["Sync in layout"],ko:["모든 차트에 싱크"]}},76519:e=>{e.exports={en:["Point & figure"],ko:["포인트앤피겨"]}},39949:e=>{e.exports={en:["Polyline"],ko:["다선형"]}},371:e=>{e.exports={en:["Path"],ko:["경로"]}},59256:e=>{e.exports={en:["Parallel Channel"],ko:["패러렐 채널"]}},61879:e=>{e.exports={en:["Paris"],ko:["파리"]}},35140:e=>{e.exports={en:["Paste"],ko:["붙여넣기"]}},6919:e=>{e.exports={en:["Percent"],ko:["퍼센트"]}},24436:e=>{e.exports={en:["Perth"],ko:["퍼스"]}},14055:e=>{e.exports={en:["Phoenix"],ko:["피닉스"]}},34156:e=>{e.exports={en:["Pitchfan"],ko:["피치팬"]}},19634:e=>{e.exports={en:["Pitchfork"],ko:["피치포크"]}},86631:e=>{e.exports={en:["Pin"],ko:["핀"]}},33110:e=>{e.exports={en:["Pin to new left scale"],ko:["새 왼 스케일로 고정하기"]}},28280:e=>{e.exports={en:["Pin to new right scale"],ko:["새 오른 스케일로 고정하기"]}},14115:e=>{e.exports={en:["Pin to left scale"],ko:["왼 스케일로 고정하기"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],ko:["왼 스케일로 고정하기 (히든)"]}},81054:e=>{e.exports={en:["Pin to right scale"],ko:["오른쪽 스케일로 고정하기"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],ko:["오른 스케일로 고정하기 (히든)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],ko:["Pin To Scale (현재 왼쪽)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],ko:["(현재 노 스케일) 스케일로 고정하기"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],ko:["스케일 고정 (현재 오른쪽)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],ko:["(현재 {label}) 스케일로 고정하기"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],ko:["{label} 스케일로 고정하기"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],ko:["{label} 스케일로 고정하기 (히든)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],ko:["왼 스케일로 고정됨"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],ko:["왼 스케일로 고정됨 (히든)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],ko:["오른 스케일로 고정됨"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],ko:["오른 스케일로 고정하기 (히든)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],ko:["{label} 스케일로 고정됨"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],ko:["{label} 스케일로 고정됨 (히든)"]}},71566:e=>{e.exports={en:["Plus button"],ko:["플러스 버튼"]}},28298:e=>{e.exports={ en:["Start using keyboard navigation mode. Press {shortcut}"],ko:["키보드 탐색 모드 사용을 시작합니다. {shortcut}를 누릅니다."]}},4035:e=>{e.exports={en:["Stay in drawing mode"],ko:["그리기모드 유지"]}},69217:e=>{e.exports={en:["Step line"],ko:["스텝 라인"]}},43114:e=>{e.exports={en:["Sticker"],ko:["스티커"]}},86716:e=>{e.exports={en:["Stockholm"],ko:["스톡홀름"]}},1145:e=>{e.exports={en:["Submicro"],ko:["서브마이크로"]}},63375:e=>{e.exports={en:["Submillennium"],ko:["서브밀레니엄"]}},30585:e=>{e.exports={en:["Subminuette"],ko:["서브미뉴에트"]}},67948:e=>{e.exports={en:["Supercycle"],ko:["수퍼사이클"]}},3348:e=>{e.exports={en:["Supermillennium"],ko:["수퍼밀레니엄"]}},18905:e=>{e.exports={en:["Switch to {resolution}"],ko:["{resolution} 으로 바꾸기"]}},31622:e=>{e.exports={en:["Sydney"],ko:["시드니"]}},70963:e=>{e.exports={en:["Symbol Error"],ko:["심볼 오류"]}},32390:e=>{e.exports={en:["Symbol name label"],ko:["심볼네임 라벨"]}},10127:e=>{e.exports={en:["Symbol last price label"],ko:["심볼 현재가 라벨"]}},39079:e=>{e.exports={en:["Sync globally"],ko:["모두 다 싱크"]}},46607:e=>{e.exports={en:["Sync in layout"],ko:["모든 차트에 싱크"]}},76519:e=>{e.exports={en:["Point & figure"],ko:["포인트앤피겨"]}},39949:e=>{e.exports={en:["Polyline"],ko:["다선형"]}},371:e=>{e.exports={en:["Path"],ko:["경로"]}},59256:e=>{e.exports={en:["Parallel Channel"],ko:["패러렐 채널"]}},61879:e=>{e.exports={en:["Paris"],ko:["파리"]}},35140:e=>{e.exports={en:["Paste"],ko:["붙여넣기"]}},6919:e=>{e.exports={en:["Percent"],ko:["퍼센트"]}},24436:e=>{e.exports={en:["Perth"],ko:["퍼스"]}},14055:e=>{e.exports={en:["Phoenix"],ko:["피닉스"]}},34156:e=>{e.exports={en:["Pitchfan"],ko:["피치팬"]}},19634:e=>{e.exports={en:["Pitchfork"],ko:["피치포크"]}},86631:e=>{e.exports={en:["Pin"],ko:["핀"]}},33110:e=>{e.exports={en:["Pin to new left scale"],ko:["새 왼 스케일로 고정하기"]}},28280:e=>{e.exports={en:["Pin to new right scale"],ko:["새 오른 스케일로 고정하기"]}},14115:e=>{e.exports={en:["Pin to left scale"],ko:["왼 스케일로 고정하기"]}},72046:e=>{e.exports={en:["Pin to left scale (hidden)"],ko:["왼 스케일로 고정하기 (히든)"]}},81054:e=>{e.exports={en:["Pin to right scale"],ko:["오른쪽 스케일로 고정하기"]}},16986:e=>{e.exports={en:["Pin to right scale (hidden)"],ko:["오른 스케일로 고정하기 (히든)"]}},60035:e=>{e.exports={en:["Pin to scale (now left)"],ko:["Pin To Scale (현재 왼쪽)"]}},94210:e=>{e.exports={en:["Pin to scale (now no scale)"],ko:["(현재 노 스케일) 스케일로 고정하기"]}},10761:e=>{e.exports={en:["Pin to scale (now right)"],ko:["스케일 고정 (현재 오른쪽)"]}},76150:e=>{e.exports={en:["Pin to scale (now {label})"],ko:["(현재 {label}) 스케일로 고정하기"]}},29436:e=>{e.exports={en:["Pin to scale {label}"],ko:["{label} 스케일로 고정하기"]}},2165:e=>{e.exports={en:["Pin to scale {label} (hidden)"],ko:["{label} 스케일로 고정하기 (히든)"]}},90095:e=>{e.exports={en:["Pinned to left scale"],ko:["왼 스케일로 고정됨"]}},32538:e=>{e.exports={en:["Pinned to left scale (hidden)"],ko:["왼 스케일로 고정됨 (히든)"]}},44579:e=>{e.exports={en:["Pinned to right scale"],ko:["오른 스케일로 고정됨"]}},94559:e=>{e.exports={en:["Pinned to right scale (hidden)"],ko:["오른 스케일로 고정하기 (히든)"]}},12645:e=>{e.exports={en:["Pinned to scale {label}"],ko:["{label} 스케일로 고정됨"]}},3564:e=>{e.exports={en:["Pinned to scale {label} (hidden)"],ko:["{label} 스케일로 고정됨 (히든)"]}},
en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],ko:["님의 브라우저에서 클립보드에 쓸 수 있는 퍼미션을 주거나 아니면 {keystroke} 을 누르십시오"]}},81248:e=>{e.exports={en:["Prague"],ko:["프라하"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],ko:["줌하는 동안 {key} 를 눌러 차트 포지션을 유지하십시오"]}},91282:e=>{e.exports={en:["Price Label"],ko:["가격라벨"]}},97512:e=>{e.exports={en:["Price Note"],ko:["프라이스 노트"]}},68941:e=>{e.exports={en:["Price Range"],ko:["가격범위"]}},66123:e=>{e.exports={en:["Price format is invalid."],ko:["가격 포맷이 틀립니다."]}},72926:e=>{e.exports={en:["Price line"],ko:["프라이스 라인"]}},59189:e=>{e.exports={en:["Primary"],ko:["주요"]}},75747:e=>{e.exports={en:["Projection"],ko:["프로젝션"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],ko:["{customer}, {date} 에 퍼블리쉬했음"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],ko:["카타르"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],ko:["빠른 검색. {shortcut}를 누릅니다."]}},56820:e=>{e.exports={en:["Rotated Rectangle"],ko:["회전네모"]}},52961:e=>{e.exports={en:["Rome"],ko:["로마"]}},50318:e=>{e.exports={en:["Ray"],ko:["빛"]}},55169:e=>{e.exports={en:["Range"],ko:["레인지"]}},13386:e=>{e.exports={en:["Reykjavik"],ko:["레이캬비크"]}},26001:e=>{e.exports={en:["Rectangle"],ko:["네모"]}},48236:e=>{e.exports={en:["Redo"],ko:["다시하기"]}},2460:e=>{e.exports={en:["Regression Trend"],ko:["회귀추세"]}},67410:e=>{e.exports={en:["Remove"],ko:["없애기"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],ko:["즐겨찾기에서 이 재무 지표를 제거"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],ko:["즐겨찾기에서 이 인디케이터 제거"]}},86285:e=>{e.exports={en:["Remove {drawings}"],ko:["{drawings} 없애기"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],ko:["{drawings} & {indicators} 없애기"]}},87797:e=>{e.exports={en:["Remove {indicators}"],ko:["{indicators} 없애기"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],ko:["차트 레이아웃 이름 바꾸기"]}},88130:e=>{e.exports={en:["Renko"],ko:["렌코"]}},75246:e=>{e.exports={en:["Reset chart view"],ko:["차트 보기 재설정"]}},88853:e=>{e.exports={en:["Reset points"],ko:["포인트 재설정"]}},15332:e=>{e.exports={en:["Reset price scale"],ko:["프라이스 스케일 리셋"]}},54170:e=>{e.exports={en:["Reset time scale"],ko:["타임 스케일 리셋"]}},37974:e=>{e.exports={en:["Riyadh"],ko:["리야드"]}},94022:e=>{e.exports={en:["Riga"],ko:["리가"]}},60630:e=>{e.exports={en:["Runtime error"],ko:["런타임 에러"]}},66719:e=>{e.exports={en:["Warning"],ko:["경고"]}},5959:e=>{e.exports={en:["Warsaw"],ko:["바르샤바"]}},98549:e=>{e.exports={en:["Tokelau"],ko:["토켈라우"]}},69122:e=>{e.exports={en:["Tokyo"],ko:["도쿄"]}},10095:e=>{e.exports={en:["Toronto"],ko:["토론토"]}},17981:e=>{e.exports={en:["Table"],ko:["테이블"]}},11034:e=>{e.exports={en:["Taipei"],ko:["대만"]}},79995:e=>{e.exports={en:["Tallinn"],ko:["탈린"]}},6686:e=>{e.exports={en:["Tehran"],ko:["테헤란"]}},93553:e=>{e.exports={en:["Template"],ko:["템플릿"]}},81657:e=>{e.exports={ 71566:e=>{e.exports={en:["Plus button"],ko:["플러스 버튼"]}},28298:e=>{e.exports={en:["Please give us a clipboard writing permission in your browser or press {keystroke}"],ko:["님의 브라우저에서 클립보드에 쓸 수 있는 퍼미션을 주거나 아니면 {keystroke} 을 누르십시오"]}},81248:e=>{e.exports={en:["Prague"],ko:["프라하"]}},81712:e=>{e.exports={en:["Press and hold {key} while zooming to maintain the chart position"],ko:["줌하는 동안 {key} 를 눌러 차트 포지션을 유지하십시오"]}},91282:e=>{e.exports={en:["Price Label"],ko:["가격라벨"]}},97512:e=>{e.exports={en:["Price Note"],ko:["프라이스 노트"]}},68941:e=>{e.exports={en:["Price Range"],ko:["가격범위"]}},66123:e=>{e.exports={en:["Price format is invalid."],ko:["가격 포맷이 틀립니다."]}},72926:e=>{e.exports={en:["Price line"],ko:["프라이스 라인"]}},59189:e=>{e.exports={en:["Primary"],ko:["주요"]}},75747:e=>{e.exports={en:["Projection"],ko:["프로젝션"]}},55801:e=>{e.exports={en:["Published on {customer}, {date}"],ko:["{customer}, {date} 에 퍼블리쉬했음"]}},14568:e=>{e.exports={en:["Q1"]}},13534:e=>{e.exports={en:["Q2"]}},14530:e=>{e.exports={en:["Q3"]}},3762:e=>{e.exports={en:["Q4"]}},28756:e=>{e.exports={en:["Qatar"],ko:["카타르"]}},57959:e=>{e.exports={en:["Quick search. Press {shortcut}"],ko:["빠른 검색. {shortcut}를 누릅니다."]}},56820:e=>{e.exports={en:["Rotated Rectangle"],ko:["회전네모"]}},52961:e=>{e.exports={en:["Rome"],ko:["로마"]}},50318:e=>{e.exports={en:["Ray"],ko:["빛"]}},55169:e=>{e.exports={en:["Range"],ko:["레인지"]}},13386:e=>{e.exports={en:["Reykjavik"],ko:["레이캬비크"]}},26001:e=>{e.exports={en:["Rectangle"],ko:["네모"]}},48236:e=>{e.exports={en:["Redo"],ko:["다시하기"]}},2460:e=>{e.exports={en:["Regression Trend"],ko:["회귀추세"]}},67410:e=>{e.exports={en:["Remove"],ko:["없애기"]}},3061:e=>{e.exports={en:["Remove this financial metric from favorites"],ko:["즐겨찾기에서 이 재무 지표를 제거"]}},58764:e=>{e.exports={en:["Remove this indicator from favorites"],ko:["즐겨찾기에서 이 인디케이터 제거"]}},86285:e=>{e.exports={en:["Remove {drawings}"],ko:["{drawings} 없애기"]}},87796:e=>{e.exports={en:["Remove {drawings} & {indicators}"],ko:["{drawings} & {indicators} 없애기"]}},87797:e=>{e.exports={en:["Remove {indicators}"],ko:["{indicators} 없애기"]}},22584:e=>{e.exports={en:["Rename Chart Layout"],ko:["차트 레이아웃 이름 바꾸기"]}},88130:e=>{e.exports={en:["Renko"],ko:["렌코"]}},75246:e=>{e.exports={en:["Reset chart view"],ko:["차트 보기 재설정"]}},88853:e=>{e.exports={en:["Reset points"],ko:["포인트 재설정"]}},15332:e=>{e.exports={en:["Reset price scale"],ko:["프라이스 스케일 리셋"]}},54170:e=>{e.exports={en:["Reset time scale"],ko:["타임 스케일 리셋"]}},37974:e=>{e.exports={en:["Riyadh"],ko:["리야드"]}},94022:e=>{e.exports={en:["Riga"],ko:["리가"]}},60630:e=>{e.exports={en:["Runtime error"],ko:["런타임 에러"]}},66719:e=>{e.exports={en:["Warning"],ko:["경고"]}},5959:e=>{e.exports={en:["Warsaw"],ko:["바르샤바"]}},98549:e=>{e.exports={en:["Tokelau"],ko:["토켈라우"]}},69122:e=>{e.exports={en:["Tokyo"],ko:["도쿄"]}},10095:e=>{e.exports={en:["Toronto"],ko:["토론토"]}},17981:e=>{e.exports={en:["Table"],ko:["테이블"]}},11034:e=>{e.exports={en:["Taipei"],ko:["대만"]}},79995:e=>{e.exports={en:["Tallinn"],ko:["탈린"]}},6686:e=>{e.exports={en:["Tehran"],ko:["테헤란"]}},93553:e=>{e.exports={en:["Template"],ko:["템플릿"]}},
en:["The data vendor doesn't provide volume data for this symbol."],ko:["데이터 벤더는 이 심볼에 대한 볼륨 데이터를 주지 않습니다."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],ko:["퍼블리케이션 프리뷰를 로드할 수 없습니다. 귀하의 브라우저 익스텐션을 끄고 다시 해 보십시오."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],ko:["요청 처리에 시간이 너무 오래 걸렸습니다. 안정적인 인터넷 연결을 확인하세요. 문제가 계속되면 요청된 시간 간격의 길이를 줄여보세요."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],ko:["님이 고른 기간 및 차트 타임프레임에 대하여 아무런 데이터가 없습니다."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],ko:["파일이 너무 큽니다. 최대 크기는 {value} 입니다."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],ko:["이 지표를 다른 지표에 쓸 수 없습니다"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],ko:["이 스크립트에 에러가 있습니다. 오써에게 연락하시기 바랍니다."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],ko:["이 스크립트는 초대 전용입니다. 액세스를 요청하려면 작성자에게 문의하십시오."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],ko:["{linkStart}TradingView{linkEnd} 에서만 제공되는 심볼입니다."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],ko:["쓰리 드라이브 패턴"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],ko:["{ticker}에 대해서는 틱-기반 인터벌을 쓸 수 없습니다."]}},12806:e=>{e.exports={en:["Time"],ko:["타임"]}},20909:e=>{e.exports={en:["Time zone"],ko:["타임존"]}},46852:e=>{e.exports={en:["Time Cycles"],ko:["타임 사이클"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],ko:["시간 가격 기회"]}},66823:e=>{e.exports={en:["Trade"],ko:["트레이드"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],ko:["트레이딩뷰는 대화형이며 스크린 리더와 함께 쓸 수 있는 명령어가 있습니다. 다음은 플랫폼에서 상호 작용할 수 있는 키보드 커맨드 리스트입니다."]}},35757:e=>{e.exports={en:["Trend Angle"],ko:["추세각"]}},97339:e=>{e.exports={en:["Trend Line"],ko:["추세줄"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],ko:["추세기반 피보나치 확장"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],ko:["추세기반 피보나치 시간"]}},1671:e=>{e.exports={en:["Triangle"],ko:["세모"]}},76152:e=>{e.exports={en:["Triangle Down"],ko:["트라이앵글 다운"]}},90148:e=>{e.exports={en:["Triangle Pattern"],ko:["세모 패턴"]}},21236:e=>{e.exports={en:["Triangle Up"],ko:["트라이앵글 업"]}},21007:e=>{e.exports={en:["Tunis"],ko:["튀니스"]}},1833:e=>{e.exports={en:["UTC"],ko:["표준시"]}},14804:e=>{e.exports={en:["Undo"],ko:["되돌리기"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],ko:["딥 백테스팅 모드에서 예상치 못한 오류가 발생했습니다. 자세한 정보는 고객 지원팀에 문의하세요."]}},15432:e=>{e.exports={en:["Units"],ko:["유닛"]}},11768:e=>{e.exports={en:["Unknown error"],ko:["알수 없는 에러"]}},99894:e=>{e.exports={en:["Unlock"],ko:["잠금풀기"]}},75546:e=>{ 81657:e=>{e.exports={en:["The data vendor doesn't provide volume data for this symbol."],ko:["데이터 벤더는 이 심볼에 대한 볼륨 데이터를 주지 않습니다."]}},49947:e=>{e.exports={en:["The publication preview could not be loaded. Please disable your browser extensions and try again."],ko:["퍼블리케이션 프리뷰를 로드할 수 없습니다. 귀하의 브라우저 익스텐션을 끄고 다시 해 보십시오."]}},99274:e=>{e.exports={en:["The request took too long to process. Ensure you have a stable internet connection. If the issue persists, try decreasing the length of the requested time interval."],ko:["요청 처리에 시간이 너무 오래 걸렸습니다. 안정적인 인터넷 연결을 확인하세요. 문제가 계속되면 요청된 시간 간격의 길이를 줄여보세요."]}},43716:e=>{e.exports={en:["There's no data for your selected period and chart timeframe."],ko:["님이 고른 기간 및 차트 타임프레임에 대하여 아무런 데이터가 없습니다."]}},93738:e=>{e.exports={en:["This file is too big. Max size is {value}."],ko:["파일이 너무 큽니다. 최대 크기는 {value} 입니다."]}},59519:e=>{e.exports={en:["This indicator cannot be applied to another indicator."],ko:["이 지표를 다른 지표에 쓸 수 없습니다"]}},18260:e=>{e.exports={en:["This script contains an error. Please contact its author."],ko:["이 스크립트에 에러가 있습니다. 오써에게 연락하시기 바랍니다."]}},76989:e=>{e.exports={en:["This script is invite-only. To request access, please contact its author."],ko:["이 스크립트는 초대 전용입니다. 액세스를 요청하려면 작성자에게 문의하십시오."]}},47773:e=>{e.exports={en:["This symbol is only available on {linkStart}TradingView{linkEnd}."],ko:["{linkStart}TradingView{linkEnd} 에서만 제공되는 심볼입니다."]}},46982:e=>{e.exports={en:["Three Drives Pattern"],ko:["쓰리 드라이브 패턴"]}},80254:e=>{e.exports={en:["Tick-based intervals are not available for {ticker}."],ko:["{ticker}에 대해서는 틱-기반 인터벌을 쓸 수 없습니다."]}},12806:e=>{e.exports={en:["Time"],ko:["타임"]}},20909:e=>{e.exports={en:["Time zone"],ko:["타임존"]}},46852:e=>{e.exports={en:["Time Cycles"],ko:["타임 사이클"]}},17809:e=>{e.exports={en:["Time Price Opportunity"],ko:["시간 가격 기회"]}},66823:e=>{e.exports={en:["Trade"],ko:["트레이드"]}},7697:e=>{e.exports={en:["TradingView is interactive and has commands to use with a screen reader. The following is a list of keyboard commands available to interact on the platform"],ko:["트레이딩뷰는 대화형이며 스크린 리더와 함께 쓸 수 있는 명령어가 있습니다. 다음은 플랫폼에서 상호 작용할 수 있는 키보드 커맨드 리스트입니다."]}},35757:e=>{e.exports={en:["Trend Angle"],ko:["추세각"]}},97339:e=>{e.exports={en:["Trend Line"],ko:["추세줄"]}},80583:e=>{e.exports={en:["Trend-Based Fib Extension"],ko:["추세기반 피보나치 확장"]}},72159:e=>{e.exports={en:["Trend-Based Fib Time"],ko:["추세기반 피보나치 시간"]}},1671:e=>{e.exports={en:["Triangle"],ko:["세모"]}},76152:e=>{e.exports={en:["Triangle Down"],ko:["트라이앵글 다운"]}},90148:e=>{e.exports={en:["Triangle Pattern"],ko:["세모 패턴"]}},21236:e=>{e.exports={en:["Triangle Up"],ko:["트라이앵글 업"]}},21007:e=>{e.exports={en:["Tunis"],ko:["튀니스"]}},1833:e=>{e.exports={en:["UTC"],ko:["표준시"]}},14804:e=>{e.exports={en:["Undo"],ko:["되돌리기"]}},56815:e=>{e.exports={en:["Unexpected error in Deep Backtesting mode. Contact support for more information."],ko:["딥 백테스팅 모드에서 예상치 못한 오류가 발생했습니다. 자세한 정보는 고객 지원팀에 문의하세요."]}},15432:e=>{e.exports={en:["Units"],ko:["유닛"]}},11768:e=>{e.exports={en:["Unknown error"],ko:["알수 없는 에러"]}},99894:e=>{e.exports={en:["Unlock"],ko:["잠금풀기"]
e.exports={en:["Unsupported interval"],ko:["지원되지 않는 인터벌"]}},8580:e=>{e.exports={en:["User-defined error"],ko:["사용자 정의 에러"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],ko:["볼륨 프로파일 픽스 레인지"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],ko:["볼륨 프로파일 인디케이터는 업그레이드된 요금제에서만 사용할 수 있습니다."]}},93722:e=>{e.exports={en:["Volume candles"],ko:["볼륨 캔들"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],ko:["BIST MIXED 데이터 요금제에서는 볼륨 데이터가 제공되지 않습니다."]}},92763:e=>{e.exports={en:["Volume footprint"],ko:["볼륨 풋프린트"]}},32838:e=>{e.exports={en:["Vancouver"],ko:["밴쿠버"]}},29535:e=>{e.exports={en:["Vertical Line"],ko:["세로줄"]}},23160:e=>{e.exports={en:["Vienna"],ko:["비엔나"]}},60534:e=>{e.exports={en:["Vilnius"],ko:["빌뉴스"]}},40091:e=>{e.exports={en:["Visibility"],ko:["보임"]}},54853:e=>{e.exports={en:["Visibility on intervals"],ko:["인터벌 가시성"]}},58302:e=>{e.exports={en:["Visible on tap"],ko:["탭에서 보기"]}},10309:e=>{e.exports={en:["Visible on mouse over"],ko:["...위로 마우스 오면 보임"]}},4077:e=>{e.exports={en:["Visual order"],ko:["보는차례"]}},11316:e=>{e.exports={en:["X Cross"],ko:["X 크로스"]}},42231:e=>{e.exports={en:["XABCD Pattern"],ko:["XABCD 패턴"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],ko:["이 레졸루션에서는 피봇 타임프레임을 볼 수 없습니다"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],ko:["이 심볼에 드로잉을 잠궜습니다. 잠긴 드로잉도 없애시겠습니까?"]}},53168:e=>{e.exports={en:["Yangon"],ko:["양곤"]}},93123:e=>{e.exports={en:["Yes, remove them"],ko:["예, 없애겠습니다"]}},62859:e=>{e.exports={en:["Zurich"],ko:["취리히"]}},47977:e=>{e.exports={en:["change Elliott degree"],ko:["엘리엇 각도 변경"]}},61557:e=>{e.exports={en:["change no overlapping labels"],ko:["오버래핑 라벨 바꾸지 않기"]}},76852:e=>{e.exports={en:["change average close price label visibility"],ko:["평균 종가 라벨 비저빌리티 바꾸기"]}},1022:e=>{e.exports={en:["change average close price line visibility"],ko:["평균 종가 라인 비저빌리티 바꾸기"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],ko:["비드/애스크 라벨 비저빌리티 바꾸기"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],ko:["비드/애스크 라인 비저빌리티 바꾸기"]}},32302:e=>{e.exports={en:["change currency"],ko:["통화 변경"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],ko:["차트 레이아웃을 {title}로 변경"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],ko:["연속 선물 스위치 비저빌리티 바꾸기"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],ko:["카운트다운 투 바 클로즈 비저빌리티 바꾸기"]}},16979:e=>{e.exports={en:["change date range"],ko:["데이트 레인지 바꾸기"]}},53929:e=>{e.exports={en:["change dividends visibility"],ko:["배당금 가시성 변경"]}},6119:e=>{e.exports={en:["change events visibility on chart"],ko:["차트에서 이벤트 비저빌리티 바꾸기"]}},6819:e=>{e.exports={en:["change earnings visibility"],ko:["어닝즈 비저빌리티 바꾸기"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],ko:["선물 계약 만료 보임 변경"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],ko:["하이, 로우 프라이스 라벨 가시성"]}},80692:e=>{ }},75546:e=>{e.exports={en:["Unsupported interval"],ko:["지원되지 않는 인터벌"]}},8580:e=>{e.exports={en:["User-defined error"],ko:["사용자 정의 에러"]}},40693:e=>{e.exports={en:["Volume Profile Fixed Range"],ko:["볼륨 프로파일 픽스 레인지"]}},39903:e=>{e.exports={en:["Volume Profile indicator available only on our upgraded plans."],ko:["볼륨 프로파일 인디케이터는 업그레이드된 요금제에서만 사용할 수 있습니다."]}},93722:e=>{e.exports={en:["Volume candles"],ko:["볼륨 캔들"]}},69156:e=>{e.exports={en:["Volume data is not provided in BIST MIXED data plan."],ko:["BIST MIXED 데이터 요금제에서는 볼륨 데이터가 제공되지 않습니다."]}},92763:e=>{e.exports={en:["Volume footprint"],ko:["볼륨 풋프린트"]}},32838:e=>{e.exports={en:["Vancouver"],ko:["밴쿠버"]}},29535:e=>{e.exports={en:["Vertical Line"],ko:["세로줄"]}},23160:e=>{e.exports={en:["Vienna"],ko:["비엔나"]}},60534:e=>{e.exports={en:["Vilnius"],ko:["빌뉴스"]}},40091:e=>{e.exports={en:["Visibility"],ko:["보임"]}},54853:e=>{e.exports={en:["Visibility on intervals"],ko:["인터벌 가시성"]}},58302:e=>{e.exports={en:["Visible on tap"],ko:["탭에서 보기"]}},10309:e=>{e.exports={en:["Visible on mouse over"],ko:["...위로 마우스 오면 보임"]}},4077:e=>{e.exports={en:["Visual order"],ko:["보는차례"]}},11316:e=>{e.exports={en:["X Cross"],ko:["X 크로스"]}},42231:e=>{e.exports={en:["XABCD Pattern"],ko:["XABCD 패턴"]}},25059:e=>{e.exports={en:["You cannot see this pivot timeframe on this resolution"],ko:["이 레졸루션에서는 피봇 타임프레임을 볼 수 없습니다"]}},41019:e=>{e.exports={en:["You have locked drawings on this symbol. Do you want to remove the locked drawings too?"],ko:["이 심볼에 드로잉을 잠궜습니다. 잠긴 드로잉도 없애시겠습니까?"]}},53168:e=>{e.exports={en:["Yangon"],ko:["양곤"]}},93123:e=>{e.exports={en:["Yes, remove them"],ko:["예, 없애겠습니다"]}},62859:e=>{e.exports={en:["Zurich"],ko:["취리히"]}},47977:e=>{e.exports={en:["change Elliott degree"],ko:["엘리엇 각도 변경"]}},61557:e=>{e.exports={en:["change no overlapping labels"],ko:["오버래핑 라벨 바꾸지 않기"]}},76852:e=>{e.exports={en:["change average close price label visibility"],ko:["평균 종가 라벨 비저빌리티 바꾸기"]}},1022:e=>{e.exports={en:["change average close price line visibility"],ko:["평균 종가 라인 비저빌리티 바꾸기"]}},69362:e=>{e.exports={en:["change bid and ask labels visibility"],ko:["비드/애스크 라벨 비저빌리티 바꾸기"]}},52919:e=>{e.exports={en:["change bid and ask lines visibility"],ko:["비드/애스크 라인 비저빌리티 바꾸기"]}},32302:e=>{e.exports={en:["change currency"],ko:["통화 변경"]}},68846:e=>{e.exports={en:["change chart layout to {title}"],ko:["차트 레이아웃을 {title}로 변경"]}},18867:e=>{e.exports={en:["change continuous contract switch visibility"],ko:["연속 선물 스위치 비저빌리티 바꾸기"]}},39383:e=>{e.exports={en:["change countdown to bar close visibility"],ko:["카운트다운 투 바 클로즈 비저빌리티 바꾸기"]}},16979:e=>{e.exports={en:["change date range"],ko:["데이트 레인지 바꾸기"]}},53929:e=>{e.exports={en:["change dividends visibility"],ko:["배당금 가시성 변경"]}},6119:e=>{e.exports={en:["change events visibility on chart"],ko:["차트에서 이벤트 비저빌리티 바꾸기"]}},6819:e=>{e.exports={en:["change earnings visibility"],ko:["어닝즈 비저빌리티 바꾸기"]}},85532:e=>{e.exports={en:["change futures contract expiration visibility"],ko:["선물 계약 만료 보임 변경"]}},24226:e=>{e.exports={en:["change high and low price labels visibility"],ko:["하이, 로우 프라이스 라벨 가시성"]}},
e.exports={en:["change high and low price lines visibility"],ko:["하이, 로우 프라이스 라인 가시성"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],ko:["인디케이터 네임 라벨 비저빌리티 바꾸기"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],ko:["인디케이터 밸류 라벨 비저빌리티 바꾸기"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],ko:["최신 업데이트 가시성 변경"]}},88849:e=>{e.exports={en:["change linking group"],ko:["링크 그룹 바꾸기"]}},14691:e=>{e.exports={en:["change pane height"],ko:["페인 높이 바꾸기"]}},96379:e=>{e.exports={en:["change plus button visibility"],ko:["플러스 버튼 비저빌리티 바꾸기"]}},76660:e=>{e.exports={en:["change point"],ko:["체인지 포인트"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],ko:["프리/포스트 마켓 프라이스 라벨 비저빌리티 바꾸기"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],ko:["프리/포스트 마켓 프라이스 라인 비저빌리티 바꾸기"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],ko:["이전 클로즈 프라이스 라인 비저빌티티 바꾸기"]}},8662:e=>{e.exports={en:["change price line visibility"],ko:["프라이스 라인 바꾸기"]}},2509:e=>{e.exports={en:["change price to bar ratio"],ko:["프라이스를 바 레이쇼로 바꾸기"]}},32829:e=>{e.exports={en:["change resolution"],ko:["레졸루션 바꾸기"]}},35400:e=>{e.exports={en:["change symbol"],ko:["종목바꾸기"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],ko:["심볼 라벨 비저빌리티 바꾸기"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],ko:["심볼 라스트 밸류 비저빌리티 바꾸기"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],ko:["심볼 이전 밸류 비저빌리티 바꾸기"]}},87041:e=>{e.exports={en:["change session"],ko:["세션 바꾸기"]}},38413:e=>{e.exports={en:["change session breaks visibility"],ko:["세션 브레이크 비저빌리티 바꾸기"]}},49965:e=>{e.exports={en:["change series style"],ko:["시리즈 스타일 바꾸기"]}},47474:e=>{e.exports={en:["change splits visibility"],ko:["스플릿 비저빌리티 바꾸기"]}},20137:e=>{e.exports={en:["change timezone"],ko:["타임존 바꾸기"]}},85975:e=>{e.exports={en:["change unit"],ko:["유닛 바꾸기"]}},1924:e=>{e.exports={en:["change visibility"],ko:["보임 바꾸기"]}},84331:e=>{e.exports={en:["change visibility at current interval"],ko:["현재 인터벌에서 가시성 변경"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],ko:["현재 인터벌 이상에서 가시성 변경"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],ko:["현재 인터벌 이하에서 가시성 변경"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],ko:["모든 인터벌에서 가시성 변경"]}},94566:e=>{e.exports={en:["charts by TradingView"],ko:["차트 제공 TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],ko:["라인 툴 클론"]}},46219:e=>{e.exports={en:["create line tools group"],ko:["라인툴 그룹 만들기"]}},95394:e=>{e.exports={en:["create line tools group from selection"],ko:["셀렉션에서 라인툴 만들기"]}},12898:e=>{e.exports={en:["create {tool}"],ko:["{tool} 만들기"]}},94227:e=>{e.exports={en:["cut sources"],ko:["소스 자르기"]}},11500:e=>{e.exports={en:["cut {title}"],ko:["{title} 자르기"]}},63869:e=>{e.exports={en:["anchor objects"],ko:["앵커 오브젝트"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],ko:["{name} 그룹에 {lineTool} 라인 툴 넣기"]}},21162:e=>{e.exports={ 80692:e=>{e.exports={en:["change high and low price lines visibility"],ko:["하이, 로우 프라이스 라인 가시성"]}},24893:e=>{e.exports={en:["change indicators name labels visibility"],ko:["인디케이터 네임 라벨 비저빌리티 바꾸기"]}},64729:e=>{e.exports={en:["change indicators value labels visibility"],ko:["인디케이터 밸류 라벨 비저빌리티 바꾸기"]}},50243:e=>{e.exports={en:["change latest news and Minds visibility"],ko:["최신 업데이트 가시성 변경"]}},88849:e=>{e.exports={en:["change linking group"],ko:["링크 그룹 바꾸기"]}},14691:e=>{e.exports={en:["change pane height"],ko:["페인 높이 바꾸기"]}},96379:e=>{e.exports={en:["change plus button visibility"],ko:["플러스 버튼 비저빌리티 바꾸기"]}},76660:e=>{e.exports={en:["change point"],ko:["체인지 포인트"]}},30870:e=>{e.exports={en:["change pre/post market price label visibility"],ko:["프리/포스트 마켓 프라이스 라벨 비저빌리티 바꾸기"]}},11718:e=>{e.exports={en:["change pre/post market price line visibility"],ko:["프리/포스트 마켓 프라이스 라인 비저빌리티 바꾸기"]}},58419:e=>{e.exports={en:["change previous close price line visibility"],ko:["이전 클로즈 프라이스 라인 비저빌티티 바꾸기"]}},8662:e=>{e.exports={en:["change price line visibility"],ko:["프라이스 라인 바꾸기"]}},2509:e=>{e.exports={en:["change price to bar ratio"],ko:["프라이스를 바 레이쇼로 바꾸기"]}},32829:e=>{e.exports={en:["change resolution"],ko:["레졸루션 바꾸기"]}},35400:e=>{e.exports={en:["change symbol"],ko:["종목바꾸기"]}},73357:e=>{e.exports={en:["change symbol labels visibility"],ko:["심볼 라벨 비저빌리티 바꾸기"]}},67453:e=>{e.exports={en:["change symbol last value visibility"],ko:["심볼 라스트 밸류 비저빌리티 바꾸기"]}},4729:e=>{e.exports={en:["change symbol previous close value visibility"],ko:["심볼 이전 밸류 비저빌리티 바꾸기"]}},87041:e=>{e.exports={en:["change session"],ko:["세션 바꾸기"]}},38413:e=>{e.exports={en:["change session breaks visibility"],ko:["세션 브레이크 비저빌리티 바꾸기"]}},49965:e=>{e.exports={en:["change series style"],ko:["시리즈 스타일 바꾸기"]}},47474:e=>{e.exports={en:["change splits visibility"],ko:["스플릿 비저빌리티 바꾸기"]}},20137:e=>{e.exports={en:["change timezone"],ko:["타임존 바꾸기"]}},85975:e=>{e.exports={en:["change unit"],ko:["유닛 바꾸기"]}},1924:e=>{e.exports={en:["change visibility"],ko:["보임 바꾸기"]}},84331:e=>{e.exports={en:["change visibility at current interval"],ko:["현재 인터벌에서 가시성 변경"]}},45800:e=>{e.exports={en:["change visibility at current interval and above"],ko:["현재 인터벌 이상에서 가시성 변경"]}},75645:e=>{e.exports={en:["change visibility at current interval and below"],ko:["현재 인터벌 이하에서 가시성 변경"]}},57916:e=>{e.exports={en:["change visibility at all intervals"],ko:["모든 인터벌에서 가시성 변경"]}},94566:e=>{e.exports={en:["charts by TradingView"],ko:["차트 제공 TradingView"]}},32943:e=>{e.exports={en:["clone line tools"],ko:["라인 툴 클론"]}},46219:e=>{e.exports={en:["create line tools group"],ko:["라인툴 그룹 만들기"]}},95394:e=>{e.exports={en:["create line tools group from selection"],ko:["셀렉션에서 라인툴 만들기"]}},12898:e=>{e.exports={en:["create {tool}"],ko:["{tool} 만들기"]}},94227:e=>{e.exports={en:["cut sources"],ko:["소스 자르기"]}},11500:e=>{e.exports={en:["cut {title}"],ko:["{title} 자르기"]}},63869:e=>{e.exports={en:["anchor objects"],ko:["앵커 오브젝트"]}},12570:e=>{e.exports={en:["add line tool {lineTool} to group {name}"],ko:["{name} 그룹에 {lineTool} 라인 툴 넣기"]}},21162:e=>{
en:["add line tool(s) to group {group}"],ko:["{group} 에 라인 툴 넣기"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],ko:["이 파이낸셜 메트릭을 전체 레이아웃에 넣기"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],ko:["이 인디케이터를 전체 레이아웃에 넣기"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],ko:["이 스트래티지를 전체 레이아웃에 넣기"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],ko:["이 심볼을 전체 레이아웃에 넣기"]}},4128:e=>{e.exports={en:["align to 45 degrees"],ko:["45도로 맞추기"]}},68231:e=>{e.exports={en:["apply chart theme"],ko:["차트 테마 적용"]}},99551:e=>{e.exports={en:["apply all chart properties"],ko:["모든 차트 속성 적용"]}},89720:e=>{e.exports={en:["apply drawing template"],ko:["드로잉 템플릿 적용"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],ko:["선택한 소스에 팩토리 디폴트 값 적용"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],ko:["전체 레이아웃에 인디케이터 걸기"]}},69604:e=>{e.exports={en:["apply study template {template}"],ko:["{template} 스터디 템플릿 적용"]}},86708:e=>{e.exports={en:["apply toolbars theme"],ko:["툴바의 테마 적용"]}},1979:e=>{e.exports={en:["bring group {title} forward"],ko:["{title} 그룹을 앞으로 가져오기"]}},53159:e=>{e.exports={en:["bring {title} to front"],ko:["{title} 앞으로 가져오기"]}},41966:e=>{e.exports={en:["bring {title} forward"],ko:["{title} 앞으로 보내기"]}},44676:e=>{e.exports={en:["by TradingView"],ko:["제공자 TradingView"]}},58850:e=>{e.exports={en:["date range lock"],ko:["데이트 레인지 잠금"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],ko:["{group} 그룹에서 라인툴 빼내기"]}},13017:e=>{e.exports={en:["hide {title}"],ko:["{title} 숨기기"]}},62249:e=>{e.exports={en:["hide marks on bars"],ko:["봉의 마크 감추기"]}},56558:e=>{e.exports={en:["interval lock"],ko:["인터벌 잠금"]}},6830:e=>{e.exports={en:["invert scale"],ko:["인버트 스케일"]}},48818:e=>{e.exports={en:["insert {title}"],ko:["{title} 넣기"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],ko:["{targetTitle} 뒤에 {title} 넣기"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],ko:["{target} 뒤에 {title} 넣기"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],ko:["{target} 앞에 {title} 넣기"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],ko:["{targetTitle} 앞에 {title} 넣기"]}},43364:e=>{e.exports={en:["load default drawing template"],ko:["기존 드로잉 템플릿 로드"]}},62011:e=>{e.exports={en:["loading..."],ko:["로딩..."]}},76104:e=>{e.exports={en:["lock {title}"],ko:["{title} 잠그기"]}},20453:e=>{e.exports={en:["lock group {group}"],ko:["{group} 그룹 잠금"]}},18942:e=>{e.exports={en:["lock objects"],ko:["오브젝트 잠그기"]}},98277:e=>{e.exports={en:["move"],ko:["이동"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],ko:["{title} 을 새 왼쪽 스케일로 옮기기"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],ko:["{title} 을 오른 눈금으로 옮기기"]}},64077:e=>{e.exports={en:["move all scales to left"],ko:["모든 스케일 왼쪽으로 옮기기"]}},19013:e=>{e.exports={en:["move all scales to right"],ko:["모든 스케일 오른쪽으로 옮기기"]}},52510:e=>{e.exports={en:["move drawing(s)"],ko:["드로잉 옮기기"]}},79209:e=>{e.exports={en:["move left"],ko:["왼쪽으로 옮기기"]}},60114:e=>{ e.exports={en:["add line tool(s) to group {group}"],ko:["{group} 에 라인 툴 넣기"]}},67608:e=>{e.exports={en:["add this financial metric to entire layout"],ko:["이 파이낸셜 메트릭을 전체 레이아웃에 넣기"]}},96677:e=>{e.exports={en:["add this indicator to entire layout"],ko:["이 인디케이터를 전체 레이아웃에 넣기"]}},58156:e=>{e.exports={en:["add this strategy to entire layout"],ko:["이 스트래티지를 전체 레이아웃에 넣기"]}},79290:e=>{e.exports={en:["add this symbol to entire layout"],ko:["이 심볼을 전체 레이아웃에 넣기"]}},4128:e=>{e.exports={en:["align to 45 degrees"],ko:["45도로 맞추기"]}},68231:e=>{e.exports={en:["apply chart theme"],ko:["차트 테마 적용"]}},99551:e=>{e.exports={en:["apply all chart properties"],ko:["모든 차트 속성 적용"]}},89720:e=>{e.exports={en:["apply drawing template"],ko:["드로잉 템플릿 적용"]}},27851:e=>{e.exports={en:["apply factory defaults to selected sources"],ko:["선택한 소스에 팩토리 디폴트 값 적용"]}},70507:e=>{e.exports={en:["apply indicators to entire layout"],ko:["전체 레이아웃에 인디케이터 걸기"]}},69604:e=>{e.exports={en:["apply study template {template}"],ko:["{template} 스터디 템플릿 적용"]}},86708:e=>{e.exports={en:["apply toolbars theme"],ko:["툴바의 테마 적용"]}},1979:e=>{e.exports={en:["bring group {title} forward"],ko:["{title} 그룹을 앞으로 가져오기"]}},53159:e=>{e.exports={en:["bring {title} to front"],ko:["{title} 앞으로 가져오기"]}},41966:e=>{e.exports={en:["bring {title} forward"],ko:["{title} 앞으로 보내기"]}},44676:e=>{e.exports={en:["by TradingView"],ko:["제공자 TradingView"]}},58850:e=>{e.exports={en:["date range lock"],ko:["데이트 레인지 잠금"]}},99395:e=>{e.exports={en:["exclude line tools from group {group}"],ko:["{group} 그룹에서 라인툴 빼내기"]}},13017:e=>{e.exports={en:["hide {title}"],ko:["{title} 숨기기"]}},62249:e=>{e.exports={en:["hide marks on bars"],ko:["봉의 마크 감추기"]}},56558:e=>{e.exports={en:["interval lock"],ko:["인터벌 잠금"]}},6830:e=>{e.exports={en:["invert scale"],ko:["인버트 스케일"]}},48818:e=>{e.exports={en:["insert {title}"],ko:["{title} 넣기"]}},56307:e=>{e.exports={en:["insert {title} after {targetTitle}"],ko:["{targetTitle} 뒤에 {title} 넣기"]}},32960:e=>{e.exports={en:["insert {title} after {target}"],ko:["{target} 뒤에 {title} 넣기"]}},57106:e=>{e.exports={en:["insert {title} before {target}"],ko:["{target} 앞에 {title} 넣기"]}},46229:e=>{e.exports={en:["insert {title} before {targetTitle}"],ko:["{targetTitle} 앞에 {title} 넣기"]}},43364:e=>{e.exports={en:["load default drawing template"],ko:["기존 드로잉 템플릿 로드"]}},62011:e=>{e.exports={en:["loading..."],ko:["로딩..."]}},76104:e=>{e.exports={en:["lock {title}"],ko:["{title} 잠그기"]}},20453:e=>{e.exports={en:["lock group {group}"],ko:["{group} 그룹 잠금"]}},18942:e=>{e.exports={en:["lock objects"],ko:["오브젝트 잠그기"]}},98277:e=>{e.exports={en:["move"],ko:["이동"]}},58228:e=>{e.exports={en:["move {title} to new left scale"],ko:["{title} 을 새 왼쪽 스케일로 옮기기"]}},77482:e=>{e.exports={en:["move {title} to new right scale"],ko:["{title} 을 오른 눈금으로 옮기기"]}},64077:e=>{e.exports={en:["move all scales to left"],ko:["모든 스케일 왼쪽으로 옮기기"]}},19013:e=>{e.exports={en:["move all scales to right"],ko:["모든 스케일 오른쪽으로 옮기기"]}},52510:e=>{e.exports={en:["move drawing(s)"],ko:["드로잉 옮기기"]}},79209:e=>{e.exports={en:["move left"],ko:["왼쪽으로 옮기기"]}},
e.exports={en:["move right"],ko:["오른쪽으로 옮기기"]}},44854:e=>{e.exports={en:["move scale"],ko:["스케일 옮기기"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],ko:["{title} 을 노 스케일로 옮기기 (풀 스크린)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],ko:["{group} 그룹 보이지 않기"]}},45987:e=>{e.exports={en:["make group {group} visible"],ko:["{group} 그룹 보이기"]}},78055:e=>{e.exports={en:["merge down"],ko:["머지 다운"]}},41866:e=>{e.exports={en:["merge to pane"],ko:["페인으로 머지"]}},52458:e=>{e.exports={en:["merge up"],ko:["머지 업"]}},90091:e=>{e.exports={en:["n/a"],ko:["해당 없음"]}},94981:e=>{e.exports={en:["scale price"],ko:["스케일 프라이스"]}},63796:e=>{e.exports={en:["scale price chart only"],ko:["가격차트만 스케일"]}},70771:e=>{e.exports={en:["scale time"],ko:["시간 스케일"]}},42070:e=>{e.exports={en:["scroll"],ko:["스크롤"]}},87840:e=>{e.exports={en:["scroll time"],ko:["스크롤 타임"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],ko:["프라이스 스케일 셀렉션 스트래티지를 {title} 로 셋하기"]}},40962:e=>{e.exports={en:["send {title} backward"],ko:["{title} 뒤로 보내기"]}},5005:e=>{e.exports={en:["send {title} to back"],ko:["{title} 뒤로 보내기"]}},69546:e=>{e.exports={en:["send group {title} backward"],ko:["{title} 그룹을 뒤로 보내기"]}},63934:e=>{e.exports={en:["share line tools globally"],ko:["라인 툴 글로벌 셰어"]}},90221:e=>{e.exports={en:["share line tools in layout"],ko:["레이아웃에서 라인 툴 셰어"]}},13336:e=>{e.exports={en:["show all ideas"],ko:["모든 아이디어 보기"]}},91395:e=>{e.exports={en:["show ideas of followed users"],ko:["팔로우 하는 유저의 아이디어 보기"]}},57460:e=>{e.exports={en:["show my ideas only"],ko:["내 아이디어만 보기"]}},4114:e=>{e.exports={en:["stay in drawing mode"],ko:["드로잉 모드 유지하기"]}},3350:e=>{e.exports={en:["stop syncing drawing"],ko:["드로잉 동기화 중지"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],ko:["라인(들) 툴 동기화 중지"]}},53278:e=>{e.exports={en:["symbol lock"],ko:["심볼 잠금"]}},91677:e=>{e.exports={en:["sync time"],ko:["타임 싱크"]}},3140:e=>{e.exports={en:["powered by"],ko:["기능 제공"]}},92800:e=>{e.exports={en:["powered by TradingView"],ko:["기능 제공 Tradingview"]}},62192:e=>{e.exports={en:["paste drawing"],ko:["드로잉 붙여넣기"]}},1064:e=>{e.exports={en:["paste indicator"],ko:["지표 붙여넣기"]}},57010:e=>{e.exports={en:["paste {title}"],ko:["{title} 붙여넣기"]}},78690:e=>{e.exports={en:["pin to left scale"],ko:["왼쪽 스케일로 고정하기"]}},7495:e=>{e.exports={en:["pin to right scale"],ko:["오른 스케일로 고정하기"]}},81566:e=>{e.exports={en:["pin to scale {label}"],ko:["{label} 스케일로 고정하기"]}},2618:e=>{e.exports={en:["rearrange panes"],ko:["페인 재배치"]}},60806:e=>{e.exports={en:["remove all indicators"],ko:["모든 인디케이터 없애기"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],ko:["모든 인디케이터와 드로잉 툴 없애기"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],ko:["선택 해제된 비어있는 라인 도구 제거"]}},30538:e=>{e.exports={en:["remove drawings"],ko:["드로잉 없애기"]}},1193:e=>{e.exports={en:["remove drawings group"],ko:["드로잉 그룹 지우기"]}},38199:e=>{e.exports={en:["remove line data sources"],ko:["라인 데이터 소스 없애기"]}},93333:e=>{e.exports={en:["remove pane"],ko:["페인 없애기"]}},94543:e=>{e.exports={en:["remove {title}"], 60114:e=>{e.exports={en:["move right"],ko:["오른쪽으로 옮기기"]}},44854:e=>{e.exports={en:["move scale"],ko:["스케일 옮기기"]}},10625:e=>{e.exports={en:["make {title} no scale (Full screen)"],ko:["{title} 을 노 스케일로 옮기기 (풀 스크린)"]}},76709:e=>{e.exports={en:["make group {group} invisible"],ko:["{group} 그룹 보이지 않기"]}},45987:e=>{e.exports={en:["make group {group} visible"],ko:["{group} 그룹 보이기"]}},78055:e=>{e.exports={en:["merge down"],ko:["머지 다운"]}},41866:e=>{e.exports={en:["merge to pane"],ko:["페인으로 머지"]}},52458:e=>{e.exports={en:["merge up"],ko:["머지 업"]}},90091:e=>{e.exports={en:["n/a"],ko:["해당 없음"]}},94981:e=>{e.exports={en:["scale price"],ko:["스케일 프라이스"]}},63796:e=>{e.exports={en:["scale price chart only"],ko:["가격차트만 스케일"]}},70771:e=>{e.exports={en:["scale time"],ko:["시간 스케일"]}},42070:e=>{e.exports={en:["scroll"],ko:["스크롤"]}},87840:e=>{e.exports={en:["scroll time"],ko:["스크롤 타임"]}},82241:e=>{e.exports={en:["set price scale selection strategy to {title}"],ko:["프라이스 스케일 셀렉션 스트래티지를 {title} 로 셋하기"]}},40962:e=>{e.exports={en:["send {title} backward"],ko:["{title} 뒤로 보내기"]}},5005:e=>{e.exports={en:["send {title} to back"],ko:["{title} 뒤로 보내기"]}},69546:e=>{e.exports={en:["send group {title} backward"],ko:["{title} 그룹을 뒤로 보내기"]}},63934:e=>{e.exports={en:["share line tools globally"],ko:["라인 툴 글로벌 셰어"]}},90221:e=>{e.exports={en:["share line tools in layout"],ko:["레이아웃에서 라인 툴 셰어"]}},13336:e=>{e.exports={en:["show all ideas"],ko:["모든 아이디어 보기"]}},91395:e=>{e.exports={en:["show ideas of followed users"],ko:["팔로우 하는 유저의 아이디어 보기"]}},57460:e=>{e.exports={en:["show my ideas only"],ko:["내 아이디어만 보기"]}},4114:e=>{e.exports={en:["stay in drawing mode"],ko:["드로잉 모드 유지하기"]}},3350:e=>{e.exports={en:["stop syncing drawing"],ko:["드로잉 동기화 중지"]}},49183:e=>{e.exports={en:["stop syncing line tool(s)"],ko:["라인(들) 툴 동기화 중지"]}},53278:e=>{e.exports={en:["symbol lock"],ko:["심볼 잠금"]}},91677:e=>{e.exports={en:["sync time"],ko:["타임 싱크"]}},3140:e=>{e.exports={en:["powered by"],ko:["기능 제공"]}},92800:e=>{e.exports={en:["powered by TradingView"],ko:["기능 제공 Tradingview"]}},62192:e=>{e.exports={en:["paste drawing"],ko:["드로잉 붙여넣기"]}},1064:e=>{e.exports={en:["paste indicator"],ko:["지표 붙여넣기"]}},57010:e=>{e.exports={en:["paste {title}"],ko:["{title} 붙여넣기"]}},78690:e=>{e.exports={en:["pin to left scale"],ko:["왼쪽 스케일로 고정하기"]}},7495:e=>{e.exports={en:["pin to right scale"],ko:["오른 스케일로 고정하기"]}},81566:e=>{e.exports={en:["pin to scale {label}"],ko:["{label} 스케일로 고정하기"]}},2618:e=>{e.exports={en:["rearrange panes"],ko:["페인 재배치"]}},60806:e=>{e.exports={en:["remove all indicators"],ko:["모든 인디케이터 없애기"]}},29096:e=>{e.exports={en:["remove all indicators and drawing tools"],ko:["모든 인디케이터와 드로잉 툴 없애기"]}},27171:e=>{e.exports={en:["remove deselected empty line tools"],ko:["선택 해제된 비어있는 라인 도구 제거"]}},30538:e=>{e.exports={en:["remove drawings"],ko:["드로잉 없애기"]}},1193:e=>{e.exports={en:["remove drawings group"],ko:["드로잉 그룹 지우기"]}},38199:e=>{e.exports={en:["remove line data sources"],ko:["라인 데이터 소스 없애기"]}},93333:e=>{e.exports={en:["remove pane"],ko:["페인 없애기"]}},94543:e=>{e.exports={en:["remove {title}"],
ko:["{title} 지우기"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],ko:["{name} 라인 툴 그룹 없애기"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],ko:["{group} 에서 {newName} 으로 리네임"]}},85366:e=>{e.exports={en:["reset layout sizes"],ko:["레이아웃 사이즈 리셋"]}},3323:e=>{e.exports={en:["reset scales"],ko:["스케일 재설정"]}},17336:e=>{e.exports={en:["reset time scale"],ko:["타임 스케일 리셋"]}},47418:e=>{e.exports={en:["resize layout"],ko:["레이아웃 리사이즈"]}},85815:e=>{e.exports={en:["restore defaults"],ko:["기본값 복원"]}},96881:e=>{e.exports={en:["restore study defaults"],ko:["스터디 기본값 복원"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],ko:["최대화된 창 상태 토글"]}},42240:e=>{e.exports={en:["toggle auto scale"],ko:["자동눈금토글"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],ko:["접힌 창 상태 토글"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],ko:["처음 눈금 100 으로 잡기 토글"]}},49695:e=>{e.exports={en:["toggle lock scale"],ko:["잠금 스케일 토글"]}},49403:e=>{e.exports={en:["toggle log scale"],ko:["로그눈금토글"]}},98994:e=>{e.exports={en:["toggle percentage scale"],ko:["퍼센트 눈금 토글"]}},80688:e=>{e.exports={en:["toggle regular scale"],ko:["일반 스케일로 전환"]}},46807:e=>{e.exports={en:["track time"],ko:["트랙 타임"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],ko:["라인 툴 셰어링 끄기"]}},99234:e=>{e.exports={en:["unanchor objects"],ko:["언앵커 오브젝트"]}},23230:e=>{e.exports={en:["unlock objects"],ko:["오브젝트 잠금 해제"]}},74590:e=>{e.exports={en:["unlock group {group}"],ko:["{group} 그룹 잠금 풀기"]}},12525:e=>{e.exports={en:["unlock {title}"],ko:["{title} 잠금 해제"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],ko:["새 바텀 페이지로 언머지"]}},79443:e=>{e.exports={en:["unmerge up"],ko:["언머지 업"]}},46453:e=>{e.exports={en:["unmerge down"],ko:["언머지 다운"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],ko:["오 안되요! 현재 틱 기반 간격에는 {chartStyle} 차트 유형을 사용할 수 없습니다."]}},41643:e=>{e.exports={en:["{count} bars"],ko:["{count} 봉"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],ko:["{symbol} 파이낸셜 제공 TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],ko:["{userName} 이 {customer}, {date} 에 퍼블리쉬했음"]}},91084:e=>{e.exports={en:["zoom"],ko:["확대"]}},49856:e=>{e.exports={en:["zoom in"],ko:["확대"]}},73638:e=>{e.exports={en:["zoom out"],ko:["축소"]}},41807:e=>{e.exports={en:["day","days"],ko:["날"]}},42328:e=>{e.exports={en:["hour","hours"],ko:["시간"]}},98393:e=>{e.exports={en:["month","months"],ko:["달"]}},78318:e=>{e.exports={en:["minute","minutes"],ko:["분"]}},33232:e=>{e.exports={en:["second","seconds"],ko:["초"]}},89937:e=>{e.exports={en:["range","ranges"],ko:["레인지"]}},48898:e=>{e.exports={en:["week","weeks"],ko:["주"]}},11913:e=>{e.exports={en:["tick","ticks"],ko:["틱"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],ko:["{amount} 드로잉"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],ko:["{amount} 인디케이터"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],ko:["{count}달"]}},47801:e=>{e.exports={en:["{count}d","{count}d"],ko:["{count}날"]} ko:["{title} 지우기"]}},41430:e=>{e.exports={en:["removing line tools group {name}"],ko:["{name} 라인 툴 그룹 없애기"]}},80491:e=>{e.exports={en:["rename group {group} to {newName}"],ko:["{group} 에서 {newName} 으로 리네임"]}},85366:e=>{e.exports={en:["reset layout sizes"],ko:["레이아웃 사이즈 리셋"]}},3323:e=>{e.exports={en:["reset scales"],ko:["스케일 재설정"]}},17336:e=>{e.exports={en:["reset time scale"],ko:["타임 스케일 리셋"]}},47418:e=>{e.exports={en:["resize layout"],ko:["레이아웃 리사이즈"]}},85815:e=>{e.exports={en:["restore defaults"],ko:["기본값 복원"]}},96881:e=>{e.exports={en:["restore study defaults"],ko:["스터디 기본값 복원"]}},63095:e=>{e.exports={en:["toggle maximized pane state"],ko:["최대화된 창 상태 토글"]}},42240:e=>{e.exports={en:["toggle auto scale"],ko:["자동눈금토글"]}},46054:e=>{e.exports={en:["toggle collapsed pane state"],ko:["접힌 창 상태 토글"]}},24736:e=>{e.exports={en:["toggle indexed to 100 scale"],ko:["처음 눈금 100 으로 잡기 토글"]}},49695:e=>{e.exports={en:["toggle lock scale"],ko:["잠금 스케일 토글"]}},49403:e=>{e.exports={en:["toggle log scale"],ko:["로그눈금토글"]}},98994:e=>{e.exports={en:["toggle percentage scale"],ko:["퍼센트 눈금 토글"]}},80688:e=>{e.exports={en:["toggle regular scale"],ko:["일반 스케일로 전환"]}},46807:e=>{e.exports={en:["track time"],ko:["트랙 타임"]}},8040:e=>{e.exports={en:["turn line tools sharing off"],ko:["라인 툴 셰어링 끄기"]}},99234:e=>{e.exports={en:["unanchor objects"],ko:["언앵커 오브젝트"]}},23230:e=>{e.exports={en:["unlock objects"],ko:["오브젝트 잠금 해제"]}},74590:e=>{e.exports={en:["unlock group {group}"],ko:["{group} 그룹 잠금 풀기"]}},12525:e=>{e.exports={en:["unlock {title}"],ko:["{title} 잠금 해제"]}},81576:e=>{e.exports={en:["unmerge to new bottom pane"],ko:["새 바텀 페이지로 언머지"]}},79443:e=>{e.exports={en:["unmerge up"],ko:["언머지 업"]}},46453:e=>{e.exports={en:["unmerge down"],ko:["언머지 다운"]}},94656:e=>{e.exports={en:["{chartStyle} chart type isn't currently available for tick-based intervals."],ko:["오 안되요! 현재 틱 기반 간격에는 {chartStyle} 차트 유형을 사용할 수 없습니다."]}},41643:e=>{e.exports={en:["{count} bars"],ko:["{count} 봉"]}},83470:e=>{e.exports={en:["{symbol} financials by TradingView"],ko:["{symbol} 파이낸셜 제공 TradingView"]}},40947:e=>{e.exports={en:["{userName} published on {customer}, {date}"],ko:["{userName} 이 {customer}, {date} 에 퍼블리쉬했음"]}},91084:e=>{e.exports={en:["zoom"],ko:["확대"]}},49856:e=>{e.exports={en:["zoom in"],ko:["확대"]}},73638:e=>{e.exports={en:["zoom out"],ko:["축소"]}},41807:e=>{e.exports={en:["day","days"],ko:["날"]}},42328:e=>{e.exports={en:["hour","hours"],ko:["시간"]}},98393:e=>{e.exports={en:["month","months"],ko:["달"]}},78318:e=>{e.exports={en:["minute","minutes"],ko:["분"]}},33232:e=>{e.exports={en:["second","seconds"],ko:["초"]}},89937:e=>{e.exports={en:["range","ranges"],ko:["레인지"]}},48898:e=>{e.exports={en:["week","weeks"],ko:["주"]}},11913:e=>{e.exports={en:["tick","ticks"],ko:["틱"]}},22299:e=>{e.exports={en:["{amount} drawing","{amount} drawings"],ko:["{amount} 드로잉"]}},68984:e=>{e.exports={en:["{amount} indicator","{amount} indicators"],ko:["{amount} 인디케이터"]}},58590:e=>{e.exports={en:["{count}m","{count}m"],ko:["{count}달"]}},47801:e=>{e.exports={en:["{count}d","{count}d"],ko:["{count}날"]}
},46766:e=>{e.exports={en:["{count}y","{count}y"],ko:["{count}해"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],ko:["애플 주식회사"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],ko:["슈왑 숏텀 U.S. 트레저리 ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],ko:["S&P/ASX All Australian 50 인덱스"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],ko:["S&P/ASX All Australian 200 인덱스"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],ko:["S&P/ASX 200 인덱스"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],ko:["호주 달러 / 캐나다 달러"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],ko:["호주 달러 / 스위스 프랑"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],ko:["호주 달러 / 일본 엔"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],ko:["호주 달러 / 뉴질랜드 달러"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],ko:["호주 달러 / 러시아 루블"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],ko:["호주 달러 / 미국 달러"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],ko:["S&P MERVAL 인덱스"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],ko:["비트코인 캐쉬 / 유로"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],ko:["비트코인 캐쉬 / 달러"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],ko:["BELEX 15 인덱스"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],ko:["BIST 100 인덱스"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],ko:["비트코인 / 미국 달러"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],ko:["IBEX 35 인덱스"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],ko:["Bovespa 인덱스"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],ko:["IBrasil 인덱스"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],ko:["브라질 50 인덱스"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"],ko:["차이나 SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"],ko:["포드 모터 기업"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],ko:["S&P/BMV IPC 인덱스"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],ko:["브라질 헤알 / 일본 엔"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"],ko:["ITI 유한회사"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],ko:["S&P BSE Sensex 인덱스"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],ko:["비트코인 / 브라질 헤알"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ko:["비트코인 / 캐나다 달러"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"], },46766:e=>{e.exports={en:["{count}y","{count}y"],ko:["{count}해"]}},56316:e=>{e.exports=Object.create(null),e.exports["#AAPL-symbol-description"]={en:["Apple Inc"],ko:["애플 주식회사"]},e.exports["#AMEX:SCHO-symbol-description"]={en:["Schwab Short-Term U.S. Treasury ETF"],ko:["슈왑 숏텀 U.S. 트레저리 ETF"]},e.exports["#AMEX:SHYG-symbol-description"]={en:["Shares 0-5 YEAR High Yield Corporate Bond ETF"]},e.exports["#ASX:XAF-symbol-description"]={en:["S&P/ASX All Australian 50 Index"],ko:["S&P/ASX All Australian 50 인덱스"]},e.exports["#ASX:XAT-symbol-description"]={en:["S&P/ASX All Australian 200 Index"],ko:["S&P/ASX All Australian 200 인덱스"]},e.exports["#ASX:XJO-symbol-description"]={en:["S&P/ASX 200 Index"],ko:["S&P/ASX 200 인덱스"]},e.exports["#AUDCAD-symbol-description"]={en:["Australian Dollar/Canadian Dollar"],ko:["호주 달러 / 캐나다 달러"]},e.exports["#AUDCHF-symbol-description"]={en:["Australian Dollar / Swiss Franc"],ko:["호주 달러 / 스위스 프랑"]},e.exports["#AUDJPY-symbol-description"]={en:["Australian Dollar / Japanese Yen"],ko:["호주 달러 / 일본 엔"]},e.exports["#AUDNZD-symbol-description"]={en:["Australian Dollar / New Zealand Dollar"],ko:["호주 달러 / 뉴질랜드 달러"]},e.exports["#AUDRUB-symbol-description"]={en:["Australian Dollar / Russian Ruble"],ko:["호주 달러 / 러시아 루블"]},e.exports["#AUDUSD-symbol-description"]={en:["Australian Dollar / U.S. Dollar"],ko:["호주 달러 / 미국 달러"]},e.exports["#BCBA:IMV-symbol-description"]={en:["S&P MERVAL Index"],ko:["S&P MERVAL 인덱스"]},e.exports["#BCHEUR-symbol-description"]={en:["Bitcoin Cash / Euro"],ko:["비트코인 캐쉬 / 유로"]},e.exports["#BCHUSD-symbol-description"]={en:["Bitcoin Cash / U.S. Dollar"],ko:["비트코인 캐쉬 / 달러"]},e.exports["#BELEX:BELEX15-symbol-description"]={en:["BELEX 15 Index"],ko:["BELEX 15 인덱스"]},e.exports["#BIST:XU100-symbol-description"]={en:["BIST 100 Index"],ko:["BIST 100 인덱스"]},e.exports["#BITMEX:XBT-symbol-description"]={en:["Bitcoin / U.S. Dollar Index"],ko:["비트코인 / 미국 달러"]},e.exports["#BME:IBC-symbol-description"]={en:["IBEX 35 Index"],ko:["IBEX 35 인덱스"]},e.exports["#BMFBOVESPA:IBOV-symbol-description"]={en:["Bovespa Index"],ko:["Bovespa 인덱스"]},e.exports["#BMFBOVESPA:IBRA-symbol-description"]={en:["IBrasil Index"],ko:["IBrasil 인덱스"]},e.exports["#BMFBOVESPA:IBXL-symbol-description"]={en:["Brazil 50 Index"],ko:["브라질 50 인덱스"]},e.exports["#BMV:CT-symbol-description"]={en:["China SX20 RT"],ko:["차이나 SX20 RT"]},e.exports["#BMV:F-symbol-description"]={en:["Ford Motor Company"],ko:["포드 모터 기업"]},e.exports["#BMV:ME-symbol-description"]={en:["S&P/BMV IPC Index"],ko:["S&P/BMV IPC 인덱스"]},e.exports["#BRLJPY-symbol-description"]={en:["Brazilian Real / Japanese Yen"],ko:["브라질 헤알 / 일본 엔"]},e.exports["#BSE:ITI-symbol-description"]={en:["ITI Ltd"],ko:["ITI 유한회사"]},e.exports["#BSE:SENSEX-symbol-description"]={en:["S&P BSE Sensex Index"],ko:["S&P BSE Sensex 인덱스"]},e.exports["#BTCBRL-symbol-description"]={en:["Bitcoin / Brazilian Real"],ko:["비트코인 / 브라질 헤알"]},e.exports["#BTCCAD-symbol-description"]={en:["Bitcoin / Canadian Dollar"],ko:["비트코인 / 캐나다 달러"]},e.exports["#BTCCNY-symbol-description"]={en:["Bitcoin / Chinese Yuan"],
ko:["비트코인 / 중국 위안"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],ko:["비트코인 / 유로"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],ko:["비트코인/영국 파운드"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],ko:["비트코인 / 일본 엔"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],ko:["비트코인 / 한국 원"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],ko:["비트코인 / 폴란드즈워티"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],ko:["비트코인 / 러시아 루블"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],ko:["비트코인 / 타이 바트"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],ko:["비트코인 / 달러"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],ko:["비트코인 골드 / 미국 달러"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],ko:["S&P / BVL 페루 제너럴 인덱스 (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],ko:["브라질 보베스파 지수"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],ko:["캐나다 달러 / 일본 엔"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],ko:["캐나다 달러 / 미국 달러"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],ko:["S&P 100 인덱스"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ko:["볼래틸리티 S&P 500 인덱스"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],ko:["T-본드 선물"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],ko:["콘 선물"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],ko:["소이빈 밀 선물"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],ko:["10 해 T-노트 선물"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],ko:["오트 선물"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],ko:["30 날 연방 펀드 금리 선물"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],ko:["쌀 선물"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],ko:["소이빈 선물"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],ko:["밀 선물"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],ko:["소이빈 미니 선물"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],ko:["휘트 미니 선물"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],ko:["이미니 다우 존스 ($5) 선물"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],ko:["스위스 프랑/일본 엔"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],ko:["스위스 프랑 / 미국 달러"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],ko:["비트코인 CME 퓨쳐스"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],ko:["버터 선물-현금 (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],ko:["피더 캐틀 선물"]}, ko:["비트코인 / 중국 위안"]},e.exports["#BTCEUR-symbol-description"]={en:["Bitcoin / Euro"],ko:["비트코인 / 유로"]},e.exports["#BTCGBP-symbol-description"]={en:["Bitcoin / British Pound"],ko:["비트코인/영국 파운드"]},e.exports["#BTCJPY-symbol-description"]={en:["Bitcoin / Japanese Yen"],ko:["비트코인 / 일본 엔"]},e.exports["#BTCKRW-symbol-description"]={en:["Bitcoin / South Korean Won"],ko:["비트코인 / 한국 원"]},e.exports["#BTCPLN-symbol-description"]={en:["Bitcoin / Polish Zloty"],ko:["비트코인 / 폴란드즈워티"]},e.exports["#BTCRUB-symbol-description"]={en:["Bitcoin / Russian Ruble"],ko:["비트코인 / 러시아 루블"]},e.exports["#BTCTHB-symbol-description"]={en:["Bitcoin / Thai Baht"],ko:["비트코인 / 타이 바트"]},e.exports["#BTCUSD-symbol-description"]={en:["Bitcoin / U.S. Dollar"],ko:["비트코인 / 달러"]},e.exports["#BTGUSD-symbol-description"]={en:["Bitcoin Gold / U.S. Dollar"],ko:["비트코인 골드 / 미국 달러"]},e.exports["#BVL:SPBLPGPT-symbol-description"]={en:["S&P / BVL Peru General Index (PEN)"],ko:["S&P / BVL 페루 제너럴 인덱스 (PEN)"]},e.exports["#BVSP-symbol-description"]={en:["Brazil Bovespa Index"],ko:["브라질 보베스파 지수"]},e.exports["#CADJPY-symbol-description"]={en:["Canadian Dollar / Japanese Yen"],ko:["캐나다 달러 / 일본 엔"]},e.exports["#CADUSD-symbol-description"]={en:["Canadian Dollar / U.S. Dollar"],ko:["캐나다 달러 / 미국 달러"]},e.exports["#CBOE:OEX-symbol-description"]={en:["S&P 100 Index"],ko:["S&P 100 인덱스"]},e.exports["#CBOE:VIX-symbol-description"]={en:["Volatility S&P 500 Index"],ko:["볼래틸리티 S&P 500 인덱스"]},e.exports["#CBOT:ZB1!-symbol-description"]={en:["T-Bond Futures"],ko:["T-본드 선물"]},e.exports["#CBOT:ZC1!-symbol-description"]={en:["Corn Futures"],ko:["콘 선물"]},e.exports["#CBOT:ZM1!-symbol-description"]={en:["Soybean Meal Futures"],ko:["소이빈 밀 선물"]},e.exports["#CBOT:ZN1!-symbol-description"]={en:["10 Year T-Note Futures"],ko:["10 해 T-노트 선물"]},e.exports["#CBOT:ZO1!-symbol-description"]={en:["Oat Futures"],ko:["오트 선물"]},e.exports["#CBOT:ZQ1!-symbol-description"]={en:["30 Day Federal Funds Interest Rate Futures"],ko:["30 날 연방 펀드 금리 선물"]},e.exports["#CBOT:ZR1!-symbol-description"]={en:["Rice Futures"],ko:["쌀 선물"]},e.exports["#CBOT:ZS1!-symbol-description"]={en:["Soybean Futures"],ko:["소이빈 선물"]},e.exports["#CBOT:ZW1!-symbol-description"]={en:["Wheat Futures"],ko:["밀 선물"]},e.exports["#CBOT_MINI:XK1!-symbol-description"]={en:["Soybean Mini Futures"],ko:["소이빈 미니 선물"]},e.exports["#CBOT_MINI:XW1!-symbol-description"]={en:["Wheat Mini Futures"],ko:["휘트 미니 선물"]},e.exports["#CBOT_MINI:YM1!-symbol-description"]={en:["E-mini Dow Jones ($5) Futures"],ko:["이미니 다우 존스 ($5) 선물"]},e.exports["#CHFJPY-symbol-description"]={en:["Swiss Franc / Japanese Yen"],ko:["스위스 프랑/일본 엔"]},e.exports["#CHFUSD-symbol-description"]={en:["Swiss Franc / U.S. Dollar"],ko:["스위스 프랑 / 미국 달러"]},e.exports["#CME:BTC1!-symbol-description"]={en:["Bitcoin CME Futures"],ko:["비트코인 CME 퓨쳐스"]},e.exports["#CME:CB1!-symbol-description"]={en:["Butter Futures-Cash (Continuous: Current contract in front)"],ko:["버터 선물-현금 (Continuous: Current contract in front)"]},e.exports["#CME:GF1!-symbol-description"]={en:["Feeder Cattle Futures"],ko:["피더 캐틀 선물"]},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More