diff --git a/README.md b/README.md deleted file mode 100644 index 0326ac18..00000000 --- a/README.md +++ /dev/null @@ -1,10 +0,0 @@ -#TradingView Charting Library - - -This repository contains Charting Library package. If you use Git in your project, please feel free to this repo as a submodule to your one. `master` branch contains current stable version. `dev` branch contains the most recent features and fixes, but it's less stable. - -###Documentation -See our docs @ this repository's [wiki](https://github.com/tradingview/charting_library/wiki). Please read it (at least, [Overview](https://github.com/tradingview/charting_library/wiki) and [Best Practices](https://github.com/tradingview/charting_library/wiki/Best-practices)) before running the Library. - -###Issues Tracking -We use GitHub [Issues tracker](https://github.com/tradingview/charting_library/issues) for our project. Feel free to create bug reports and features requests. Please try reading the doc before asking questions because we will have more time for development then. diff --git a/charting_library/charting_library.min.js b/charting_library/charting_library.min.js index 9c39e838..88ceec12 100644 --- a/charting_library/charting_library.min.js +++ b/charting_library/charting_library.min.js @@ -1,22 +1,28 @@ -function inherit(g,f){var d=function(){};d.prototype=f.prototype;g.prototype=new d;g.prototype.constructor=g;g.prototype.superclass=f} -(function(){function g(a){"hideSymbolSearch enabledStudies enabledDrawings disabledDrawings disabledStudies disableLogo hideSideToolbar".split(" ").map(function(b){a[b]&&console.warn("Feature `"+b+"` is obsolete. Please see the doc for details.")})}if(!window.TradingView){var f={mobile:{disabledFeatures:"left_toolbar header_widget timeframes_toolbar edit_buttons_in_legend context_menus control_bar border_around_the_chart".split(" "),enabledFeatures:["narrow_chart_enabled"]}},d={version:function(){return"1.1 (internal id a393597d @ 2014-11-26 15:41:23.751000)"}, -gEl:function(a){return document.getElementById(a)},gId:function(){return"tradingview_"+(1048576*(1+Math.random())|0).toString(16).substring(1)},onready:function(a){window.addEventListener?window.addEventListener("DOMContentLoaded",a,!1):window.attachEvent("onload",a)},css:function(a){var b=document.getElementsByTagName("head")[0],e=document.createElement("style");e.type="text/css";e.styleSheet?e.styleSheet.cssText=a:(a=document.createTextNode(a),e.appendChild(a));b.appendChild(e)},bindEvent:function(a, -b,e){a.addEventListener?a.addEventListener(b,e,!1):a.attachEvent&&a.attachEvent("on"+b,e)},unbindEvent:function(a,b,e){a.removeEventListener?a.removeEventListener(b,e,!1):a.detachEvent&&a.detachEvent("on"+b,e)},widget:function(a){this.id=d.gId();if(!a.datafeed)throw"Datafeed is not defined";var b={width:800,height:500,symbol:"AA",interval:"D",timezone:"",container:"",path:"",locale:"en",toolbar_bg:void 0,hideSymbolSearch:!1,hideSideToolbar:!1,enabledStudies:[],enabledDrawings:[],disabledDrawings:[], -disabledStudies:[],drawingsAccess:void 0,studiesAccess:void 0,widgetbar:{datawindow:!1,details:!1,watchlist:!1,watchlist_settings:{default_symbols:[]}},overrides:{},studiesOverrides:{},fullscreen:!1,disabledFeatures:[],enabledFeatures:[],indicators_file_name:null,debug:!1,time_frames:[{text:"5y",resolution:"W"},{text:"1y",resolution:"W"},{text:"6m",resolution:"120"},{text:"3m",resolution:"60"},{text:"1m",resolution:"30"},{text:"5d",resolution:"5"},{text:"1d",resolution:"1"}],client_id:"0",user_id:"0", -charts_storage_url:void 0,logo:{}},e={width:a.width,height:a.height,symbol:a.symbol,interval:a.interval,timezone:a.timezone,container:a.container_id,path:a.library_path,locale:a.locale,toolbar_bg:a.toolbar_bg,hideSymbolSearch:a.hide_symbol_search||a.hideSymbolSearch,hideSideToolbar:a.hide_side_toolbar,enabledStudies:a.enabled_studies,disabledStudies:a.disabled_studies,enabledDrawings:a.enabled_drawings,disabledDrawings:a.disabled_drawings,drawingsAccess:a.drawings_access,studiesAccess:a.studies_access, -widgetbar:a.widgetbar,overrides:a.overrides,studiesOverrides:a.studies_overrides,savedData:a.saved_data||a.savedData,snapshotUrl:a.snapshot_url,uid:this.id,datafeed:a.datafeed,disableLogo:a.disable_logo||a.disableLogo,logo:a.logo,fullscreen:a.fullscreen,disabledFeatures:a.disabled_features,enabledFeatures:a.enabled_features,indicators_file_name:a.indicators_file_name,debug:a.debug,client_id:a.client_id,user_id:a.user_id,charts_storage_url:a.charts_storage_url};g(e);this.options=$.extend(!0,b,e);this.options.time_frames= -a.time_frames||b.time_frames;a.preset&&(a=a.preset,f[a]?(a=f[a],this.options.disabledFeatures=0'},onChartReady:function(a){this._ready?a.call(this):this._ready_handlers.push(a)},setSymbol:function(a,b,e){this.postMessage.post(this._messageTarget(),"changeSymbol",{symbol:a,interval:b});this.postMessage.on("symbolChangeFinished",e)},createStudy:function(a,b,e){this.postMessage.post(this._messageTarget(),"createStudy",{name:a,lock:b,forceOverlay:e})},createShape:function(a,b){this.postMessage.post(this._messageTarget(), -"createShape",{point:a,options:b})},createVerticalLine:function(a,b){this.createShape(a,$.extend(b,{shape:"vertical_line"}))},_lastBarPoint:function(){var a=d.gEl(this.id).contentWindow.Z2,b=a.model().timeScale().m_points.lastTimePointIndex(),a=a.model().mainSeries().data().valueAt(b)[4];return{index:b,price:a}},createOrderLine:function(){var a=d.gEl(this.id).contentWindow.Z2,b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolOrder")._adapter}, -createPositionLine:function(){var a=d.gEl(this.id).contentWindow.Z2,b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolPosition")._adapter},createExecutionShape:function(){var a=d.gEl(this.id).contentWindow.Z2,b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolExecution")._adapter},createButton:function(){var a=d.gEl(this.id).contentWindow.headerWidget,a=a.createGroup({single:!0}).appendTo(a._$left); -return $('
').appendTo(a)},removeIcon:function(a){},symbolInterval:function(a){this.postMessage.on("symbolInterval",function(b){a(JSON.parse(b))});this.postMessage.post(this._messageTarget(),"symbolIntervalRequest",{})},onSymbolChange:function(a){this.postMessage.on("onSymbolChange",a)},onIntervalChange:function(a){this.postMessage.on("onIntervalChange",a)},onTick:function(a){this.postMessage.on("onTick",a)},remove:function(){var a=d.gEl(this.id);a.parentNode.removeChild(a)}, -onAutoSaveNeeded:function(a){this.postMessage.on("onAutoSaveNeeded",a)},onMarkClick:function(a){this.postMessage.on("onMarkClick",a)},onContextMenu:function(a){d.gEl(this.id).contentWindow.Z16.subscribe("onContextMenu",function(b){b.callback(a(b.unixtime,b.price))})},onGrayedObjectClicked:function(a){d.gEl(this.id).contentWindow.Z16.subscribe("onGrayedObjectClicked",a)},save:function(a){this.postMessage.on("onChartSaved",a);this.postMessage.post(this._messageTarget(), -"saveChart",{})},load:function(a,b){window.__TVSavedChart={json:a,extendedData:b};this.postMessage.post(this._messageTarget(),"loadChart",{})},setLanguage:function(a){this.remove();this.options.locale=a;this.create()}};d.postMessageWrapper=function(){var a={},b={},e={},d,g=0,f=0;window.addEventListener&&window.addEventListener("message",function(e){var c;try{c=JSON.parse(e.data)}catch(k){return}c.provider&&"TradingView"==c.provider&&("get"==c.type?b[c.name].call(c,c.data,function(a){d.postMessage(JSON.stringify({id:c.id, -type:"on",name:c.name,client_id:c.client_id,data:a,provider:"TradingView"}),"*")}):"on"==c.type?a[c.client_id]&&a[c.client_id][c.id]&&(a[c.client_id][c.id].call(c,c.data),delete a[c.client_id][c.id]):"post"==c.type&&"function"===typeof b[c.name]&&b[c.name].call(c,c.data,function(){}))});return function(h,c){a[c]={};d=e[c]=h;return{on:function(a,c){b[a]=c},get:function(b,d,f){b={id:g++,type:"get",name:b,client_id:c,data:d,provider:"TradingView"};a[c][b.id]=f;e[c].postMessage(JSON.stringify(b),"*")}, -post:function(a,b,c){b={id:f++,type:"post",name:b,data:c,provider:"TradingView"};a&&"function"===typeof a.postMessage&&a.postMessage(JSON.stringify(b),"*")}}}}();window.TradingView&&jQuery?jQuery.extend(window.TradingView,d):window.TradingView=d}})(); +"&disableLogo="+encodeURIComponent(this.options.disableLogo):"")+"&locale="+encodeURIComponent(this.options.locale)+"&uid="+encodeURIComponent(this.options.uid)+"&clientId="+encodeURIComponent(this.options.client_id)+"&userId="+encodeURIComponent(this.options.user_id)+(this.options.charts_storage_url?"&chartsStorageUrl="+encodeURIComponent(this.options.charts_storage_url):"")+(this.options.indicators_file_name?"&indicatorsFile="+encodeURIComponent(this.options.indicators_file_name):"")+"&debug="+ +this.options.debug+(this.options.snapshotUrl?"&snapshotUrl="+encodeURIComponent(this.options.snapshotUrl):"")+(this.options.timezone?"&timezone="+encodeURIComponent(this.options.timezone):"");return''},onChartReady:function(a){this._ready?a.call(this): +this._ready_handlers.push(a)},setSymbol:function(a,b,c){this.postMessage.post(this._messageTarget(),"changeSymbol",{symbol:a,interval:b+""});this.postMessage.on("symbolChangeFinished",c)},executeAction:function(a){this.postMessage.post(this._messageTarget(),"executeAction",{action:a})},removeAllStudies:function(){this.postMessage.post(this._messageTarget(),"removeAllStudies")},removeAllShapes:function(){this.postMessage.post(this._messageTarget(),"removeAllShapes")},createStudy:function(a,b,c,h,f, +g){d.gEl(this.id).contentWindow.createStudy({name:a,lock:c,forceOverlay:b,inputs:h,callback:f,overrides:g})},removeEntity:function(a){this.postMessage.post(this._messageTarget(),"removeEntity",a)},createShape:function(a,b,c){d.gEl(this.id).contentWindow.createShape({point:a,options:b,callback:c})},createVerticalLine:function(a,b){this.createShape(a,$.extend(b,{shape:"vertical_line"}))},_lastBarPoint:function(){var a=d.gEl(this.id).contentWindow.W3,b=a.model().timeScale().m_points.lastTimePointIndex(), +a=a.model().mainSeries().data().valueAt(b)[4];return{index:b,price:a}},createOrderLine:function(){var a=d.gEl(this.id).contentWindow.W3,b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolOrder")._adapter},createPositionLine:function(){var a=d.gEl(this.id).contentWindow.W3,b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolPosition")._adapter},createExecutionShape:function(){var a=d.gEl(this.id).contentWindow.W3, +b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolExecution")._adapter},_widgetResizeTimer:null,createButton:function(a){a=a||{};var b=a.align||"left";a=d.gEl(this.id).contentWindow.headerWidget;b="left"==b?a._$left:a._$right;a=a.createGroup({single:!0}).appendTo(b);a=$('
').appendTo(a);this._widgetResizeTimer&&clearTimeout(this._widgetResizeTimer);var c=this.postMessage,h=this._messageTarget();this._widgetResizeTimer=setTimeout(function(){c.post(h, +"resize",{});clearTimeout(this._widgetResizeTimer)},5);return a},symbolInterval:function(a){this.postMessage.on("symbolInterval",function(b){a(JSON.parse(b))});this.postMessage.post(this._messageTarget(),"symbolIntervalRequest",{})},onSymbolChange:function(a){this.postMessage.on("onSymbolChange",a)},onIntervalChange:function(a){this.postMessage.on("onIntervalChange",a)},onTick:function(a){this.postMessage.on("onTick",a)},remove:function(){var a=d.gEl(this.id);a.parentNode.removeChild(a)},getVisibleRange:function(a){d.gEl(this.id).contentWindow.getVisibleRange(a)}, +setVisibleRange:function(a,b){d.gEl(this.id).contentWindow.setVisibleRange(a,b)},onAutoSaveNeeded:function(a){this.postMessage.on("onAutoSaveNeeded",a)},onMarkClick:function(a){this.postMessage.on("onMarkClick",a)},onScreenshotReady:function(a){this.postMessage.on("onScreenshotReady",a)},onContextMenu:function(a){d.gEl(this.id).contentWindow.W17.subscribe("onContextMenu",function(b){b.callback(a(b.unixtime,b.price))})},onGrayedObjectClicked:function(a){d.gEl(this.id).contentWindow.W17.subscribe("onGrayedObjectClicked", +a)},refreshMarks:function(){this.postMessage.post(this._messageTarget(),"refreshMarks")},clearMarks:function(){this.postMessage.post(this._messageTarget(),"clearMarks")},setChartType:function(a){d.gEl(this.id).contentWindow.setChartType(a)},createStudyTemplate:function(a,b){d.gEl(this.id).contentWindow.createStudyTemplate(a,b)},applyStudyTemplate:function(a){d.gEl(this.id).contentWindow.applyStudyTemplate(a)},save:function(a){this.postMessage.on("onChartSaved",a);this.postMessage.post(this._messageTarget(), +"saveChart",{})},load:function(a,b){d.gEl(this.id).contentWindow.loadChart({json:a,extendedData:b})},setLanguage:function(a){this.remove();this.options.locale=a;this.create()}};d.postMessageWrapper=function(){var a={},b={},c={},d,f=0,g=0;window.addEventListener&&window.addEventListener("message",function(c){var e;try{e=JSON.parse(c.data)}catch(f){return}e.provider&&"TradingView"==e.provider&&("get"==e.type?(c=b[e.client_id])&&c[e.name].call(e,e.data,function(a){d.postMessage(JSON.stringify({id:e.id, +type:"on",name:e.name,client_id:e.client_id,data:a,provider:"TradingView"}),"*")}):"on"==e.type?(c=a[e.client_id])&&c[e.id]&&(c[e.id].call(e,e.data),delete c[e.id]):"post"==e.type&&(c=b[e.client_id])&&"function"===typeof c[e.name]&&c[e.name].call(e,e.data,function(){}))});return function(k,e){a[e]={};b[e]={};d=c[e]=k;return{on:function(a,c){b[e][a]=c},get:function(b,d,g){b={id:f++,type:"get",name:b,client_id:e,data:d,provider:"TradingView"};a[e][b.id]=g;c[e].postMessage(JSON.stringify(b),"*")},post:function(a, +b,c){b={id:g++,type:"post",name:b,client_id:e,data:c,provider:"TradingView"};a&&"function"===typeof a.postMessage&&a.postMessage(JSON.stringify(b),"*")}}}}();window.TradingView&&jQuery?jQuery.extend(window.TradingView,d):window.TradingView=d}})(); diff --git a/charting_library/customization.txt b/charting_library/customization.txt index 128d8ed4..7979199b 100644 --- a/charting_library/customization.txt +++ b/charting_library/customization.txt @@ -7,6 +7,9 @@ // : // + // supported values: large, medium, small, tiny + volumePaneSize: "large" + // fonts available in text editors (i.e., in `Text` drawing tool properties dialog) editorFontsList: ['Verdana', 'Courier New', 'Times New Roman', 'Arial'] diff --git a/charting_library/datafeed/udf/datafeed.js b/charting_library/datafeed/udf/datafeed.js index 5a703d70..d4e07fdd 100644 --- a/charting_library/datafeed/udf/datafeed.js +++ b/charting_library/datafeed/udf/datafeed.js @@ -1,15 +1,13 @@ /* This class implements interaction with UDF-compatible datafeed. - Please remember this class is a separate component and may interact to other code through Datafeeds.DatafeedInterface interface functions ONLY See UDF protocol reference at - https://docs.google.com/document/d/1rAigRhQUSLgLCzUAiVBJGAB7uchb-PzFVe0Bl8WTtF0 + https://github.com/tradingview/charting_library/wiki/UDF */ Datafeeds = {}; - -Datafeeds.UDFCompatibleDatafeed = function(datafeedURL, updateFrequency) { +Datafeeds.UDFCompatibleDatafeed = function(datafeedURL, updateFrequency, protocolVersion) { this._datafeedURL = datafeedURL; this._configuration = undefined; @@ -18,6 +16,7 @@ Datafeeds.UDFCompatibleDatafeed = function(datafeedURL, updateFrequency) { this._symbolsStorage = null; this._barsPulseUpdater = new Datafeeds.DataPulseUpdater(this, updateFrequency || 10 * 1000); this._quotesPulseUpdater = new Datafeeds.QuotesPulseUpdater(this); + this._protocolVersion = protocolVersion || 2; this._enableLogging = false; this._initializationFinished = false; @@ -83,7 +82,11 @@ Datafeeds.UDFCompatibleDatafeed.prototype._send = function(url, params) { this._logMessage("New request: " + request); - return $.ajax(request); + return $.ajax({ + type: 'GET', + url: request, + contentType: 'text/plain' + }); }; Datafeeds.UDFCompatibleDatafeed.prototype._initialize = function() { @@ -101,16 +104,14 @@ Datafeeds.UDFCompatibleDatafeed.prototype._initialize = function() { }; -Datafeeds.UDFCompatibleDatafeed.prototype.setup = function(studyEngineOptions, callback) { +Datafeeds.UDFCompatibleDatafeed.prototype.onReady = function(callback) { if (this._configuration) { - this._configuration.engine = studyEngineOptions; callback(this._configuration); } else { var that = this; this.on("configuration_ready", function() { - that._configuration.engine = studyEngineOptions; callback(that._configuration); }); } @@ -254,11 +255,17 @@ Datafeeds.UDFCompatibleDatafeed.prototype.resolveSymbol = function(symbolName, o return; } + var resolveRequestStartTime = Date.now(); + that._logMessage("Resolve requested"); + function onResultReady(data) { var postProcessedData = data; if (that.postProcessSymbolInfo) { postProcessedData = that.postProcessSymbolInfo(postProcessedData); } + + that._logMessage("Symbol resolved: " + (Date.now() - resolveRequestStartTime)); + onSymbolResolvedCallback(postProcessedData); } @@ -277,6 +284,7 @@ Datafeeds.UDFCompatibleDatafeed.prototype.resolveSymbol = function(symbolName, o } }) .fail(function(reason) { + that._logMessage("Error resolving symbol: " + JSON.stringify([reason])); onResolveErrorCallback("unknown_symbol"); }); } @@ -299,9 +307,13 @@ Datafeeds.UDFCompatibleDatafeed.prototype.getBars = function(symbolInfo, resolut // timestamp sample: 1399939200 if (rangeStartDate > 0 && (rangeStartDate + "").length > 10) { - throw "Got a JS time instead of Unix one."; + throw ["Got a JS time instead of Unix one.", rangeStartDate, rangeEndDate]; } + var that = this; + + var requestStartTime = Date.now(); + this._send(this._datafeedURL + this._historyURL, { symbol: symbolInfo.ticker.toUpperCase(), resolution: resolution, @@ -312,7 +324,9 @@ Datafeeds.UDFCompatibleDatafeed.prototype.getBars = function(symbolInfo, resolut var data = JSON.parse(response); - if (data.s != "ok") { + var nodata = data.s == "no_data"; + + if (data.s != "ok" && !nodata) { if (!!onErrorCallback) { onErrorCallback(data.s); } @@ -321,8 +335,9 @@ Datafeeds.UDFCompatibleDatafeed.prototype.getBars = function(symbolInfo, resolut var bars = []; - // data is JSON having format {s: "status", v: [volumes], t: [times], o: [opens], h: [highs], l: [lows], c:[closes]} - var barsCount = data.t.length; + // data is JSON having format {s: "status" (ok, no_data, error), + // v: [volumes], t: [times], o: [opens], h: [highs], l: [lows], c:[closes], nb: "optional_unixtime_if_no_data"} + var barsCount = nodata ? 0 : data.t.length; var volumePresent = typeof data.v != "undefined"; var ohlPresent = typeof data.o != "undefined"; @@ -350,15 +365,10 @@ Datafeeds.UDFCompatibleDatafeed.prototype.getBars = function(symbolInfo, resolut bars.push(barValue); } - - if (bars.length === 0) { - onErrorCallback("no data"); - } - - onDataCallback(bars); + onDataCallback(bars, {version: that._protocolVersion, noData: nodata, nextTime: data.nb || data.nextTime}); }) .fail(function (arg) { - console.warn("getBars(): HTTP error " + JSON.stringify(arg)); + console.warn(["getBars(): HTTP error", arg]); if (!!onErrorCallback) { onErrorCallback("network error: " + JSON.stringify(arg)); @@ -497,6 +507,8 @@ Datafeeds.SymbolsStorage.prototype._onExchangeDataReceived = function(exchangeNa listed_exchange: listedExchange, exchange: tradedExchange, minmov: tableField(data, "minmovement", symbolIndex) || tableField(data, "minmov", symbolIndex) , + minmove2: tableField(data, "minmove2", symbolIndex) || tableField(data, "minmov2", symbolIndex) , + fractional: tableField(data, "fractional", symbolIndex), pointvalue: tableField(data, "pointvalue", symbolIndex), pricescale: tableField(data, "pricescale", symbolIndex), type: tableField(data, "type", symbolIndex), @@ -606,7 +618,7 @@ Datafeeds.SymbolSearchComponent.prototype.searchSymbolsByName = function(searchA } searchArgument.onResultReadyCallback(results); -} +}; @@ -633,7 +645,8 @@ Datafeeds.DataPulseUpdater = function(datafeed, updateFrequency) { for (var listenerGUID in that._subscribers) { var subscriptionRecord = that._subscribers[listenerGUID]; var resolution = subscriptionRecord.resolution; - var datesRangeRight = Math.round(Date.now() / 1000); + + var datesRangeRight = parseInt((new Date().valueOf()) / 1000); // BEWARE: please note we really need 2 bars, not the only last one // see the explanation below. `10` is the `large enough` value to work around holidays @@ -642,7 +655,8 @@ Datafeeds.DataPulseUpdater = function(datafeed, updateFrequency) { that._requestsPending++; (function(_subscriptionRecord) { - that._datafeed.getBars(_subscriptionRecord.symbolInfo, resolution, datesRangeLeft, datesRangeRight, function(bars) { + + that._datafeed.getBars(_subscriptionRecord.symbolInfo, resolution, datesRangeLeft, datesRangeRight, function(bars) { that._requestsPending--; // means the subscription was cancelled while waiting for data @@ -653,6 +667,7 @@ Datafeeds.DataPulseUpdater = function(datafeed, updateFrequency) { if (bars.length === 0) { return; } + var lastBar = bars[bars.length - 1]; if (!isNaN(_subscriptionRecord.lastBarTime) && lastBar.time < _subscriptionRecord.lastBarTime) { return; diff --git a/charting_library/static/chart-client/css/chartclient_full.less b/charting_library/static/chart-client/css/chartclient_full.less index ce29ee33..9cc5b7a2 100644 --- a/charting_library/static/chart-client/css/chartclient_full.less +++ b/charting_library/static/chart-client/css/chartclient_full.less @@ -1,6 +1,7 @@ @import 'tvscript.less'; @import 'wizard.less'; @import (less) 'chat.css'; +@import 'chat-history.less'; @import (less) 'notifications.css'; @import 'messages.less'; @import 'publicchats.less'; diff --git a/charting_library/static/chart-client/css/images/undo-redo.png b/charting_library/static/chart-client/css/images/undo-redo.png new file mode 100644 index 00000000..a246c3c9 Binary files /dev/null and b/charting_library/static/chart-client/css/images/undo-redo.png differ diff --git a/charting_library/static/chart-client/css/light/cursor_cross.cur b/charting_library/static/chart-client/css/light/cursor_cross.cur index 0ecbaead..10251fa7 100644 Binary files a/charting_library/static/chart-client/css/light/cursor_cross.cur and b/charting_library/static/chart-client/css/light/cursor_cross.cur differ diff --git a/charting_library/static/images/controlll.png b/charting_library/static/images/controlll.png new file mode 100644 index 00000000..a00ea658 Binary files /dev/null and b/charting_library/static/images/controlll.png differ diff --git a/charting_library/static/images/icons.png b/charting_library/static/images/icons.png index 942f763a..9423e7cb 100644 Binary files a/charting_library/static/images/icons.png and b/charting_library/static/images/icons.png differ diff --git a/charting_library/static/localization/translations/ar.json b/charting_library/static/localization/translations/ar.json new file mode 100644 index 00000000..bfc0d7b6 --- /dev/null +++ b/charting_library/static/localization/translations/ar.json @@ -0,0 +1,1455 @@ +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "محرر سكريبت", + " Published Charts Timeline": "Published Charts Timeline", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "نمط الشموع", + "Chart Properties": "خصائص الرسم البياني", + "Compare": "قارن", + "Compare...": "قارن...", + "Compare or Add Symbol...": "قارن أو اضف رمز...", + "Compare or Add Symbol": "قارن أو اضف رمز", + "Add Symbol": "اضف رمز", + "Scales Properties...": "خصائص نطاق القياس...", + "Add": "اضف", + "Company Comparison": "مقارنة الأسهم", + "Indicators, Fundamentals, Economy and Add-ons": "مؤشرات فنية، بيانات أساسية، اقتصاد و إضافات", + "Economy & Symbols": "اقتصاد & رموز", + "Bars": "أعمدة", + "Candles": "شموع", + "Hollow Candles": "شموع مفرغة", + "Line": "خطي", + "Permanent link to this message": "Permanent link to this message", + "Area": "مساحي", + "Message settings": "Message settings", + "Heiken Ashi": "هيكن-أشى", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "مدرج بياني", + "Cross_chart_type": "تقاطع", + "Crosshair": "خط تقاطع", + "Columns": "أعمدة", + "Circles": "دوائر", + "Indicators": "مؤشرات فنية", + "Favorites": "القائمة المفضلة", + "Technical Analysis": "تحليل فني", + "No indicators matched your criteria.": "لا توجد مؤشرات تتوافق مع بحثك.", + "Add to favorites": "اضف إلى القائمة المفضلة", + "Remove from favorites": "حذف من القائمة المفضلة", + "No symbols matched your criteria": "لا توجد رموز تتوافق مع بحثك", + "Add any symbol from the list": "اضف أي رمز من القائمة", + "Overlay the main chart": "تركيب فوق الرسم البياني الرئيسي", + "Symbols to be added on the chart": "الرموز التي تُضاف للرسم البياني", + "Symbol": "رمز", + "Default": "الإعداد الإفتراضي", + "Defaults": "الإعدادات الإفتراضية", + "OK": "موافقة", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "إلغاء", + " color": "اللون", + " transparency": "الشفافية", + " visibility": "الوضوح", + "Add To Watchlist": "اضف لقائمة المتابعة", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "تفعيل", + "Arguments in Header": "Arguments in Header", + "Arrow": "سهم", + "Auto Scale": "نطاق قياس تلقائي", + "Background": "الخلفية", + "bars": "أعمدة", + "bars_margin": "أعمدة", + "{0} bars": "{0} أعمدة", + "Bottom Margin": "الهامش السفلي", + "Bring Forward": "إحضار إلى الأمام", + "Bring to Front": "إحضار للمقدمة", + "Clone": "استنساخ", + "Color Theme": "لون القالب", + "Copy": "نسخ", + "Extended Hours": "الساعات الممتدة", + "Format...": "تنسيق...", + "Source Code...": "Source Code...", + "Full Screen": "شاشة كاملة", + "Grid Lines": "خطوط شبكية", + "Hide All Drawing Tools": "إخفاء أدوات الرسم", + "Drawing Tools": "Drawing Tools", + "Hide": "إخفاء", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "إضافة أداة رسم", + "Insert Indicator...": "إضافة مؤشر...", + "Script Editor...": "محرر سكريبت...", + "Last Value on Price Scale": "عرض السعر الحالي على نطاق القياس", + "Link To": "ربط", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "تحميل أعمدة جديدة", + "Lock All Drawing Tools": "قفل أدوات الرسم", + "Lock Scale": "قفل نطاق القياس", + "Lock scale": "قفل نطاق القياس", + "Log Scale": "نطاق قياس لوغاريتمي", + "log": "لوغاريتمي", + "Magnet Mode": "وضع المغناطيس", + "Merge Down": "دمج لأسفل", + "Merge Up": "دمج لأعلى", + "Objects Tree...": "...قائمة الرسوم المضافة", + "Offset": "أوفست", + "Override Min Tick": "Tickتجاوز الحد الأدنى لل", + "Percentage": "نسبة مئوية", + "Precision": "الدقة", + "Price Line": "خط السعر", + "Properties...": "خصائص...", + "Redo": "إعادة", + "Remove All Drawing Tools": "احذف كل أدوات الرسم", + "Remove All Studies": "Studiesحذف كل ال", + "Remove All Indicators": "حذف كل المؤشرات الفنية", + "Remove": "حذف", + "Reset Chart": "إعادة تعيين الرسم البياني", + "Reset Scale": "إعادة تعيين نطاق القياس", + "Reset": "إعادة تعيين", + "Right Margin": "الهامش الأيمن", + "Save As...": "...حفظ بإسم", + "Scale Left": "نطاق القياس الأيسر", + "Scale Percentage": "النسبة المئوية لنطاق القياس", + "Scale Right": "نطاق القياس الأيمن", + "Scale Series Only": "Scale Series Only", + "Scale series only": "Scale series only", + "Scale Series only": "Scale Series only", + "Scales Lines": "خطوط نطاق القياس", + "Scales Text": "تسمية نطاق القياس", + "Scaling": "تدريج نطاق القياس", + "Screen (No Scale)": "الرسم البياني (بدون نطاق القياس)", + "Send Backward": "إرسال إلى الخلف", + "Send to Back": "إرسال للمؤخرة", + "Session Breaks": "راحات جلسة التداول", + "Show Arguments in Header": "Show Arguments in Header", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "عرض السعر الحالي على نطاق القياس", + "Show Left Axis": "عرض المحور الأيسر", + "Show Right Axis": "عرض المحور الأيمن", + "Show": "عرض", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "الإستمرار في وضع الرسم", + "Symbol Search...": "...البحث عن رمز", + "Change Symbol": "تغيير الرمز", + "Change Symbol...": "...تغيير الرمز", + "Change Interval...": "Change Interval...", + "Time Zone": "المنطقة الزمنية", + "TimeZone": "المنطقة الزمنية", + "Top Margin": "الهامش العلوي", + "Transparency": "الشفافية", + "Undo {0}": "تراجع {0}", + "Undo": "تراجع", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "إلغاء الدمج لأسفل", + "Unmerge Up": "إلغاء الدمج لأعلى", + "Visual Order": "الترتيب المرئي", + "Watermark": "علامة مائية", + "Show Objects Tree": "عرض الإضافات على الرسم", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD نموذج", + "Anchored Text": "إدراج نص", + "Arc": "قوس", + "Arrow Mark Down": "سهم لأسفل", + "Arrow Mark Left": "سهم لليسار", + "Arrow Mark Right": "سهم لليمين", + "Arrow Mark Up": "سهم لأعلى", + "Balloon": "بالونة نصية", + "Bars Pattern": "نموذج الأعمدة", + "Brush": "فرشاة", + "Callout": "وسيلة شرح", + "Circle Lines": "خطوط دائرية", + "Cross": "تقاطع", + "Cyclic Lines": "خطوط دورية", + "Date Range": "المدى الزمني", + "Disjoint Angle": "زاوية منفصلة", + "Dot": "نقطة", + "Elliott Labels": "إعدادات موجات إليوت", + "Elliott Major Retracement": "مستويات إرتداد إليوت العظمى", + "Elliott Minor Retracement": "مستويات إرتداد إليوت الصغرى", + "Elliott Wave Cycle": "دورة موجة إليوت", + "Elliott Wave Minor": "موجة إليوت الصغرى", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "قطع ناقص", + "Value": "Value", + "Eraser": "ممحاة", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "خط ممتد", + "Extended Line": "خط ممتد", + "Fib Channel": "قناة فيبوناتشي", + "Fib Circles": "دوائر فيبوناتشي", + "Fib Retracement": "مستويات إرتداد فيبوناتشي", + "Fib Speed Resistance Arcs": "أقواس فيبوناتشي", + "Fib Speed Resistance Fan": "مروحة فيبوناتشي", + "Fib Spiral": "دوامة فيبوناتشي", + "Fib Time Zone": "منطقة فيبوناتشي الزمنية", + "Fib Wedge": "وتد فيبوناتشي", + "Flag Mark": "إشارة علم", + "Flat Top/Bottom": "أفقي - قمة/قاع", + "Flat Bottom": "أفقي - قاع", + "Forecast": "توقعات", + "Gann Box": "صندوق جان", + "Gann Fan": "مروحة جان", + "Gann Square": "مربع جان", + "Head & Shoulders": "الرأس و الكتفين", + "Horizontal Line": "خط أفقي", + "Horizontal Ray": "شعاع أفقي", + "Icon": "أيقونة", + "Inside Pitchfork": "Inside Pitchfork", + "Long Position": "Long Position", + "Risk/Reward long": "Risk/Reward long", + "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", + "Parallel Channel": "قناة متوازية", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "متعدد الخطوط", + "Price Label": "عنوان السعر", + "Price Range": "المدى السعري", + "Projection": "مسقط", + "Ray": "شعاع", + "Rectangle": "مستطيل", + "Regression Trend": "إتجاه الإنحدار", + "Rotated Rectangle": "مستطيل مائل", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "أصلي", + "Modified Schiff": "Modified Schiff", + "Inside": "Inside", + "Short Position": "صفقة بيع", + "Risk/Reward short": "نسبة الربح/الخسارة", + "Text": "نص", + "Comment": "تعليق", + "Three Drivers Pattern": "Three Drivers Pattern", + "Thumb Down": "Thumb Down", + "Thumb Up": "Thumb Up", + "Trend Angle": "زاوية الإتجاه", + "Trend Line": "خط الإتجاه", + "Trend-Based Fib Extension": "Trend-Based Fib Extension", + "Trend-Based Fib Time": "Trend-Based Fib Time", + "Triangle Pattern": "نموذج المثلث", + "Triangle": "مثلث", + "Vertical Line": "خط رأسي", + "XABCD Pattern": "XABCD نموذج", + "Angle:": "زاوية:", + "Arcs": "أقواس", + "Background color 1": "لون الخلفية 1", + "Background color 2": "لون الخلفية 2", + "Background Color": "لون الخلفية", + "Bar #": "عمود #", + "Border color": "لون الإطار", + "Border Color": "لون الإطار", + "Border": "الإطار", + "Bottom Lables": "عناوين القاع", + "bottom": "قاع", + "center": "منتصف", + "Channel": "قناة", + "Coeffs As Percents": "المعاملات كنسبة مئوية", + "Color bars based on previous close": "تلوين الشموع وفقاً للإغلاق السابق", + "Color": "لون", + "Color:": "لون:", + "Coordinates": "إحداثيات", + "Delete": "مسح", + "Down Color": "لون الهبوط", + "Drawings": "الرسوم", + "Entry price:": "سعر الدخول:", + "Event": "Event", + "Events": "أحداث", + "Extend Left End": "تمديد النهاية اليسرى", + "Extend Left": "تمديد لليسار", + "Extend Lines": "تمديد الخطوط", + "Extend Right End": "تمديد النهاية اليمنى", + "Extend Right": "تمديد لليمين", + "Extend": "تمديد", + "Failure back color": "Failure back color", + "Failure text color": "Failure text color", + "Fans": "Fans", + "Fill": "تعبئة", + "Format": "تنسيق", + "Graphics": "رسوم", + "Grid": "شبكة", + "Help": "مساعدة", + "HLC Bars": "HLC أعمدة", + "Inputs": "مدخلات", + "Label Background": "خلفية العنوان", + "Label": "عنوان", + "Labels": "عناوين", + "Left End": "النهاية اليسرى", + "Left Labels": "عناوين الجهة اليسرى", + "Right Labels": "Right Labels", + "left": "يسار", + "Level {0}": "مستوى {0}", + "Levels": "مستويات", + "Lines": "خطوط", + "Major": "رئيسي", + "Measure (Shift + Click on the chart)": "قياس (Shift + نقر على الرسم البياني)", + "Median": "متوسط", + "middle": "وسط", + "Middle": "وسط", + "Minor": "أصغر", + "Mode": "وضع", + "Normal": "عادي", + "Plot": "ارسم", + "Price Levels": "مستويات السعر", + "Price Source": "مصدر السعر", + "Price": "سعر", + "Price:": "سعر:", + "Prices": "أسعار", + "Profit Background Color": "لون خلفية الأرباح", + "Profit Level. Ticks:": "مستوى الأرباح بالنقاط", + "Properties": "خصائص", + "Reverse": "إنعكاس", + "Right End": "النهاية اليمنى", + "Right Lables": "عناوين الجهة اليمنى", + "right": "يمين", + "Log Scale_scale_menu": "نطاق قياس لوغاريتمي", + "Percentage_scale_menu": "نسبة مئوية", + "Scales": "نطاق القياس", + "Settings": "إعدادات", + "Show Background": "إظهار الخلفية", + "Show Bars Range": "إظهار مدى الأعمدة", + "Show Date/Time Range": "إظهار مدى الوقت/التاريخ", + "Show Distance": "إظهار المسافة", + "Show Labels": "عرض العناوين", + "Show Price Range": "عرض المدى السعري", + "Show Price": "عرض السعر", + "Show Prices": "عرض الأسعار", + "Show Text": "إظهار النص", + "Show Time": "إظهار الوقت", + "Show Wave": "إظهار الموجة", + "Show/Hide": "إظهار/إخفاء", + "Source back color": "لون خلفية المصدر", + "Source border color": "Source border color", + "Source text color": "لون نص المصدر", + "Stay in Drawing Mode": "البقاء في وضع الرسم", + "Stop Background Color": "لون خلفية الخسارة", + "Stop Color:": "لون وقف الخسارة", + "Stop Level. Ticks:": "مستوى وقف الخسارة بالنقاط", + "Style": "ستايل", + "Success back color": "Success back color", + "Success text color": "Success text color", + "Target back color": "لون خلفية الهدف", + "Target border color": "لون إطار الهدف", + "Target Color:": "لون الهدف:", + "Target text color": "لون نص الهدف", + "Text Alignment:": "محاذاة النص:", + "Text color": "لون النص", + "Text Color": "لون النص", + "Text Font": "نوع الخط", + "Text Wrap": "إلتفاف النص", + "Text:": "النص:", + "Time Levels": "مستويات الوقت", + "Timezone/Sessions": "المنطقة الزمنية/جلسات التداول", + "Top Labels": "عناوين القمة", + "Bottom Labels": "Bottom Labels", + "top": "علوي", + "Up Color": "Up Color", + "Wave Size": "حجم الموجة", + "Wick": "ذيل", + "Zoom In": "تكبير", + "Zoom Out": "تصغير", + "Borders": "إطارات", + "Level": "مستوى", + "Hlines Background": "Hlines Background", + "Plots Background": "خلفية الرسوم", + "Open_line_tool_position": "مفتوح", + "Closed_line_tool_position": "مغلق", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "نسبة الربح/الخسارة: {0}", + "Stop: {0} ({1}%)": "وقف الخسارة: {0} ({1}%)", + "Target: {0} ({1}%)": "تحصيل الارباح: {0} ({1}%)", + "SUCCESS": "نجاح", + "FAILURE": "فشل", + "Left Shoulder": "الكتف الأيسر", + "Head": "رأس", + "Right Shoulder": "الكتف الأيمن", + "Mirrored": "معكوس", + "Flipped": "مقلوب", + "distance: {0}": "مسافة: {0}", + "day": "يوم", + "day_plural_1": "يوم", + "day_plural": "أيام", + "week": "أسبوع", + "week_plural_1": "أسابيع", + "week_plural": "أسابيع", + "month": "شهر", + "month_plural_1": "أشهر", + "month_plural": "أشهر", + "minute": "دقيقة", + "minute_plural_1": "دقائق", + "minute_plural": "دقائق", + "hour": "ساعة", + "hour_plural_1": "ساعات", + "hour_plural": "ساعات", + "y_dates": "سنة", + "y_dates_plural_1": "سنوات", + "y_dates_plural": "سنوات", + "h_dates": "ساعة", + "D_dates": "يوم", + "W_dates": "أسبوع", + "M_dates": "شهر", + "d_dates": "يوم", + "m_dates": "شهر", + "in_dates": "in", + "Jan": "يناير", + "Feb": "فبراير", + "Mar": "مارس", + "Apr": "إبريل", + "May": "مايو", + "Jun": "يونيو", + "Jul": "يوليو", + "Aug": "أغسطس", + "Sep": "سبتمبر", + "Oct": "أكتوبر", + "Nov": "نوفمبر", + "Dec": "ديسمبر", + "Objects Tree": "قائمة الرسوم المضافة", + "Manage Drawings": "إدارة الرسوم", + "TOOL": "أداة", + "SYMBOL": "رمز", + "Move Up": "تحريك لأعلى", + "Move Down": "تحريك لأسفل", + "All Exchanges": "جميع الأسواق", + "All types": "كل الأنواع", + "Stock": "سهم", + "stock": "سهم", + "Index": "مؤشر", + "index": "مؤشر", + "Futures": "العقود الآجلة", + "futures": "العقود الآجلة", + "Image URL": "رابط الصورة", + "Save image": "حفظ الصورة", + "or copy url:": "أو نسخ الرابط", + "Redo {0}": "إعادة {0}", + "Custom color...": "لون مخصص...", + "Search": "بحث", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "إفتتاح", + "High": "أعلى", + "Low": "أدنى", + "Close": "أدنى", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "سوق", + "Athens": "أثينا", + "Berlin": "برلين", + "Bogota": "بوجوتا", + "Bangkok": "بانكوك", + "Buenos Aires": "بوينس آيرس", + "Chicago": "شيكاغو", + "Hong Kong": "هونج كونج", + "Kolkata": "كولكاتا", + "London": "لندن", + "Los Angeles": "لوس أنجلوس", + "Madrid": "مدريد", + "Moscow": "موسكو", + "New York": "نيويورك", + "Paris": "باريس", + "Sao Paulo": "ساو باولو", + "Seoul": "سيول", + "Shanghai": "شنغهاي", + "Singapore": "سنغافورة", + "Sydney": "سيدني", + "Taipei": "طرابلس", + "Tehran": "طهران", + "Tokyo": "طوكيو", + "Toronto": "تورنتو", + "Vancouver": "فانكوفر", + "Warsaw": "وارسو", + "n/a": "n/a", + "Long_input": "شراء", + "long_input": "شراء", + "longlen_input": "long length", + "Window Size_input": "حجم النافذة", + "Length_input": "طول", + "length_input": "طول", + "len_input": "طول", + "Short_input": "بيع", + "short_input": "بيع", + "shortlen_input": "Short Length", + "Mult_input": "مضاعف", + "mult_input": "مضاعف", + "divisor_input": "المقسوم عليه", + "Divisor_input": "المقسوم عليه", + "Upper": "علوي", + "Lower": "سفلي", + "Long": "شراء", + "Short": "بيع", + "Signal": "إشارة", + "Jaw": "فك", + "Teeth": "سن", + "Lips": "شفاة", + "Zero": "صفر", + "WMA Length_input": "WMA Length", + "Long RoC Length_input": "Long RoC Length", + "Short RoC Length_input": "Short RoC Length", + "jawLength_input": "طول الفك", + "teethLength_input": "طول السن", + "lipsLength_input": "طول الشفاة", + "percent_input": "النسبة المئوية", + "exponential_input": "اُسًي", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "لون 0", + "Color 1": "لون 1", + "Color 2": "لون 2", + "Color 3": "لون 3", + "Color 4": "لون 4", + "sym_input": "رمز", + "symbol_input": "رمز", + "Sym_input": "رمز", + "DI Length_input": "DI طول", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "displacement", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Use True Range", + "roclen1_input": "RoC Length 1", + "roclen2_input": "RoC Length 2", + "roclen3_input": "RoC Length 3", + "roclen4_input": "RoC Length 4", + "smalen1_input": "SMA Length 1", + "smalen2_input": "SMA Length 2", + "smalen3_input": "SMA Length 3", + "smalen4_input": "SMA Length 4", + "siglen_input": "طول الإشارة", + "UpperLimit": "الحد العلوي", + "LowerLimit": "الحد السفلي", + "Limit": "Limit", + "fastLength_input": "الطول السريع", + "slowLength_input": "الطول البطئ", + "signalLength_input": "طول الإشارة", + "start_input": "ابدأ", + "increment_input": "القيمة المضافة", + "maximum_input": "القيمة العظمى", + "showMA_input": "Show MA", + "show MA_input": "Show MA", + "Volume": "الحجم", + "Volume MA": "Volume MA", + "Indicator": "مؤشر فني", + "Oscillator": "المؤشرات المتذبذبة", + "lengthStoch_input": "Stoch طول", + "lengthRSI_input": "RSI طول", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "تقاطعات", + "Click to set a point": "انقر لتحديد نقطة", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", + "retrying": "إعادة المحاولة", + "eod data": "eod data", + "eod delayed": "eod delayed", + "loading data": "تحميل البيانات", + "invalid symbol": "رمز غير صحيح", + "streaming": "تدفق البيانات", + "realtime": "realtime", + "pre-market": "pre-market", + "post-market": "post-market", + "closed": "مغلق", + "Time Interval": "الفترة الزمنية", + "Show Symbol Labels": "Show Symbol Labels", + "Show Symbol Labels_context_menu": "Show Symbol Labels", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minute", + "Intermediate": "متوسط", + "Primary": "أوًلي", + "Cycle": "دورة", + "SuperCycle": "SuperCycle", + "GrandSuperCycle": "GrandSuperCycle", + "Lock": "إغلاق", + "Width": "عرض", + "Line With Breaks": "خط ذو فواصل", + "Area With Breaks": "مساحة ذات فواصل", + "Type": "نوع", + "Simple": "بسيط", + "With Markers": "ذو علامات", + "Step": "خطوة", + "No drawings yet": "لا يوجد رسوم حتى الآن", + "Lock/Unlock": "إغلاق/فتح", + "deviation_input": "انحراف", + "depth_input": "عمق", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "تغيير الفترة", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "عرض الرسوم فقط", + "Show All": "إظهار الكل", + "Timezone/Sessions Properties...": "خصائص المنطقة الزمنية/جلسات التداول...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "ملاحظة", + "Anchored Note": "ملاحظة ثابتة", + "Scales Properties": "خصائص نطاقات القياس", + "Toggle Auto Scale": "نطاق قياس تلقائي", + "Toggle Log Scale": "نطاق قياس لوغاريتمي", + "Toggle Percentage": "نطاق قياس النسبة المئوية", + "auto_scale": "تلقائي", + "Invalid Symbol": "رمز غير صحيح", + "loading...": "تحميل...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "غير صالح للتطبيق", + "Stats Text Color": "Stats Text Color", + "Show Angle": "إظهار الزاوية", + "Always Show Stats": "Always Show Stats", + "Rename...": "إعادة تسمية...", + "New": "New", + "Load": "تحميل", + "Save": "حفظ", + "Rename Chart": "اعد تسمية الرسم البياني", + "{0} copy": "{0} نسخ", + "Please enter chart name": "من فضلك أدخل إسم الرسم البياني", + "Enter a new chart name": "أدخل إسم جديد للرسم البياني", + "Load Chart": "تحميل الرسم البياني", + "Chart Name": "إسم الرسم البياني", + "Chart name": "إسم الرسم البياني", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "تم التعديل آخر مرة", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "الرمز الفعال", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "وضع الشاشة الكاملة", + "Marker Color": "لون التحديد", + "Font Size": "حجم الخط", + "Save New Chart": "حفظ رسم بياني جديد", + "Source_compare": "مصدر", + "YES": "نعم", + "Yes": "Yes", + "No": "No", + "NO": "لا", + "Confirmation": "تأكيد", + "Are you sure you want to delete this chart?": "هل أنت واثق أنك ترغب في مسح الرسم البياني؟", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "ثبت محرر السكريبت", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "جلسات التداول", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" +} \ No newline at end of file diff --git a/charting_library/static/localization/translations/cs.json b/charting_library/static/localization/translations/cs.json new file mode 100644 index 00000000..1a4ff6e8 --- /dev/null +++ b/charting_library/static/localization/translations/cs.json @@ -0,0 +1,1455 @@ +{ + "propertypage-name-label_css_class": "vlastnoststranky-nazev-stitek", + "Script Editor": "Editor Skriptů", + " Published Charts Timeline": "Publikované Grafy", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "Typ Grafu", + "Chart Properties": "Vlastnosti grafu", + "Compare": "Porovnat", + "Compare...": "Porovnat", + "Compare or Add Symbol...": "Porovnat nebo přidat symbol", + "Compare or Add Symbol": "Porovnat nebo přidat symbol", + "Add Symbol": "Přidat symbol", + "Scales Properties...": "Vlastnosti měřítka", + "Add": "Přidat", + "Company Comparison": "Porovnání Společností", + "Indicators, Fundamentals, Economy and Add-ons": "Indikátory, Zásady, Ekonomika a Doplňky", + "Economy & Symbols": "Ekonomika a Symboly", + "Bars": "Sloupcový Graf", + "Candles": "Svíčky", + "Hollow Candles": "Duté Svíčky", + "Line": "Čára", + "Permanent link to this message": "Permanent link to this message", + "Area": "Oblast", + "Message settings": "Message settings", + "Heiken Ashi": "Heikin-Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Histogram", + "Cross_chart_type": "Kříž", + "Crosshair": "Nitkový Kříž", + "Columns": "Sloupce", + "Circles": "Kruhy", + "Indicators": "indikátory", + "Favorites": "Oblíbené", + "Technical Analysis": "Technická Analýza", + "No indicators matched your criteria.": "\nIndikátory nevyhovují vaším požadavkům", + "Add to favorites": "Přidat do oblíbených", + "Remove from favorites": "Odebrat z oblíbených", + "No symbols matched your criteria": "Symboly nevyhovují vaším požadavkům", + "Add any symbol from the list": "Přidat libovolný symbol ze seznamu", + "Overlay the main chart": "Překrytí hlavního grafu", + "Symbols to be added on the chart": "Přidat symboly na graf", + "Symbol": "Symbol", + "Default": "standardní", + "Defaults": "Výchozí", + "OK": "OK", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Zrušit", + " color": "Barva", + " transparency": "Průhledný", + " visibility": "Viditelnost", + "Add To Watchlist": "Přidat do oblíbených položek", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Použít", + "Arguments in Header": "Tvrzení v záhlaví", + "Arrow": "Šipka", + "Auto Scale": "Automatické Měřítko", + "Background": "Pozadí", + "bars": "Sloupcový Graf", + "bars_margin": "Sloupcový Graf", + "{0} bars": "{0} Sloupcový Graf", + "Bottom Margin": "Spodní okraj", + "Bring Forward": "Posunout dopředu", + "Bring to Front": "Přenést do popředí", + "Clone": "Klonovat", + "Color Theme": "Barva šablony", + "Copy": "Kopírovat", + "Extended Hours": "Rozšířené hodiny", + "Format...": "Formát ...", + "Source Code...": "Source Code...", + "Full Screen": "Celá Obrazovka", + "Grid Lines": "Mřížka", + "Hide All Drawing Tools": "Skrýt všechny nástroje pro kreslení", + "Drawing Tools": "Drawing Tools", + "Hide": "Skrýt", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Vložit nástroj pro kreslení", + "Insert Indicator...": "Vložit indikátor ...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Poslední hodnota na stupnici ceny", + "Link To": "Odkaz na", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Načíst Nový Graf", + "Lock All Drawing Tools": "Zamknout všechny nástroje pro kreslení", + "Lock Scale": "Zamknout Měřítko", + "Lock scale": "Zamknout meřítko", + "Log Scale": "Záznam Stupnice", + "log": "Záznam", + "Magnet Mode": "Magnetický Režim", + "Merge Down": "Sloučit dolů", + "Merge Up": "Sloučit nahoru", + "Objects Tree...": "Strom Předmětů", + "Offset": "Odsazení", + "Override Min Tick": "Přepsat Min Tick", + "Percentage": "Procenta", + "Precision": "Přesnost", + "Price Line": "Hladina ceny", + "Properties...": "Vlastnosti ...", + "Redo": "Opakovat", + "Remove All Drawing Tools": "Odstranit všechny nástroje pro kreslení", + "Remove All Studies": "Odstranit všechny studie", + "Remove All Indicators": "Odstranit všechny indikátory", + "Remove": "Odstranit", + "Reset Chart": "Obnovit Graf", + "Reset Scale": "Obnovit Měřítko", + "Reset": "Obnovit", + "Right Margin": "Pravý okraj", + "Save As...": "Uložit jako", + "Scale Left": "Doleva", + "Scale Percentage": "Stupnice v procentech", + "Scale Right": "Doprava", + "Scale Series Only": "Měřítko Série Pouze", + "Scale series only": "Měřítko série Pouze", + "Scale Series only": "Měřítko Série pouze", + "Scales Lines": "Měřítka Linie", + "Scales Text": "Měřítko Textu", + "Scaling": "Změna velikosti", + "Screen (No Scale)": "Obrazovka (Bez stupnice)", + "Send Backward": "Posunout dozadu", + "Send to Back": "Přenést do pozadí", + "Session Breaks": "Přerušit relaci", + "Show Arguments in Header": "Zobrazit Parametry do Hlavičky", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Ukázat hodnoty na sazebníku cen", + "Show Left Axis": "Zobrazit svislou osu", + "Show Right Axis": "Zobrazit pravou osu", + "Show": "Zobrazit", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Zůstat v režimu kreslení", + "Symbol Search...": "Hledat symbol", + "Change Symbol": "Změnit Symbol", + "Change Symbol...": "Změnit Symbol", + "Change Interval...": "Change Interval...", + "Time Zone": "Časové pásmo", + "TimeZone": "Časové pásmo", + "Top Margin": "Horní Okraj", + "Transparency": "Průhlednost", + "Undo {0}": "Zpět {0}", + "Undo": "Zpět", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Zrušit sloučení dolů", + "Unmerge Up": "Zrušit Sloučení nahoru", + "Visual Order": "Seřadit Vizuálně", + "Watermark": "Vodoznak", + "Show Objects Tree": "Zobrazit strom objektů", + "cursors-group-css-class": "kurzory-skupina-css-trida", + "ABCD Pattern": "ABCD Předloha", + "Anchored Text": "Ukotvený Text", + "Arc": "Oblouk", + "Arrow Mark Down": "Šipka dolů", + "Arrow Mark Left": "Šipka doleva", + "Arrow Mark Right": "Šipka Doprava", + "Arrow Mark Up": "Šipka Nahoru", + "Balloon": "Bublina", + "Bars Pattern": "Předloha Grafu", + "Brush": "Štětec", + "Callout": "Popisek", + "Circle Lines": "Kruhové Linie", + "Cross": "Kříž", + "Cyclic Lines": "Cyklické linie", + "Date Range": "Časové období", + "Disjoint Angle": "Nesouvislý Úhel", + "Dot": "Tečka", + "Elliott Labels": "Elliott Štítky", + "Elliott Major Retracement": "Hlavní Retracement Elliottových vln", + "Elliott Minor Retracement": "Vedlejší Retracement Elliottových vln", + "Elliott Wave Cycle": "Cyklus Elliottovy vlny", + "Elliott Wave Minor": "Vedlejší Elliottové vlny", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "Elipsa", + "Value": "Value", + "Eraser": "Guma", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Rozšířené", + "Extended Line": "Prodloužena Linka", + "Fib Channel": "Fib Kanál", + "Fib Circles": "Fib Kruhy", + "Fib Retracement": "Fib Retracement", + "Fib Speed Resistance Arcs": "Fib Oblouková Rychlost Resistance", + "Fib Speed Resistance Fan": "Fib Vějířová Rychlost Resistance", + "Fib Spiral": "Fib Spirála", + "Fib Time Zone": "Fib Časové Pásmo", + "Fib Wedge": "Fib Klín", + "Flag Mark": "Vlajková Značka", + "Flat Top/Bottom": "Plochý Horní / Spodní", + "Flat Bottom": "Plochý Spodní", + "Forecast": "Předpověď", + "Gann Box": "Gann Rámeček", + "Gann Fan": "Gann Ventilátor", + "Gann Square": "Gann Čtverec", + "Head & Shoulders": "Hlava a Ramena", + "Horizontal Line": "Horizontální linie", + "Horizontal Ray": "Horizontální Paprsek", + "Icon": "Ikona", + "Inside Pitchfork": "Vnitřní Vidle", + "Long Position": "Koupit", + "Risk/Reward long": "Riziko / Výnosový Dlouhé Pozice", + "Modified Schiff Pitchfork": "Upravené Schiff Pitchfork", + "Parallel Channel": "Paralelní Kanál", + "Pitchfan": "Pitchfan", + "Pitchfork": "Vidle", + "Polyline": "Křivka", + "Price Label": "Cena", + "Price Range": "Cenové Rozpětí", + "Projection": "Promítání", + "Ray": "Paprsek", + "Rectangle": "Obdélník", + "Regression Trend": "Regresní Trend", + "Rotated Rectangle": "Otočený Obdélník", + "Schiff Pitchfork": "Schiffovy Vidle", + "Schiff": "Schiffovy", + "Original": "Původní", + "Modified Schiff": "Upravené Schiff", + "Inside": "Uvnitř", + "Short Position": "Prodat", + "Risk/Reward short": "Riziko / Výnosový Krátké Pozice", + "Text": "Text", + "Comment": "Komentář", + "Three Drivers Pattern": "Three Drivers Pattern", + "Thumb Down": "Palec Dolů", + "Thumb Up": "Palec Nahoru", + "Trend Angle": "Úhel Trendu", + "Trend Line": "Trendová linie", + "Trend-Based Fib Extension": "Vývoj Trhu Založený na rozšíření Fib", + "Trend-Based Fib Time": "Vývoj Trhu Založený na Fib Období", + "Triangle Pattern": "Trojúhelníkový Model", + "Triangle": "Trojúhelník", + "Vertical Line": "Svislá Linie", + "XABCD Pattern": "XABCD Vzor", + "Angle:": "Úhel:", + "Arcs": "Oblouky", + "Background color 1": "Barva Pozadí 1", + "Background color 2": "Barva Pozadí 2", + "Background Color": "Barva Pozadí", + "Bar #": "Lišta #", + "Border color": "Barva Okraje", + "Border Color": "Barva Okraje", + "Border": "Okraj", + "Bottom Lables": "Spodní Štítky", + "bottom": "Dolní", + "center": "Střed", + "Channel": "Kanál", + "Coeffs As Percents": "Koeficient v Procentech", + "Color bars based on previous close": "Color bars based on previous close", + "Color": "Barva", + "Color:": "Barva:", + "Coordinates": "Souřadnice", + "Delete": "Odstranit", + "Down Color": "Barva Dolů", + "Drawings": "Nákresy", + "Entry price:": "Vstupní cena:", + "Event": "Event", + "Events": "Akce", + "Extend Left End": "Rozšířit Levý Konec", + "Extend Left": "Rozšířit Vlevo", + "Extend Lines": "Rozšířit Linie", + "Extend Right End": "Rozšířit Pravý Konec", + "Extend Right": "Rozšířit v Pravo", + "Extend": "Rozšířit", + "Failure back color": "Selhání zadní barvy", + "Failure text color": "Selhání barvy textu", + "Fans": "Vějíř", + "Fill": "Vyplnit", + "Format": "Formát", + "Graphics": "Grafika", + "Grid": "Mřížka", + "Help": "Nápověda", + "HLC Bars": "HLC Svíčky", + "Inputs": "Vstupy", + "Label Background": "Štítek Pozadí", + "Label": "Štítek", + "Labels": "Popisky", + "Left End": "Levý Konec", + "Left Labels": "Popisky na Levo", + "Right Labels": "Right Labels", + "left": "Doleva", + "Level {0}": "Úroveň {0}", + "Levels": "Úrovně", + "Lines": "Linie", + "Major": "Hlavní", + "Measure (Shift + Click on the chart)": "Změřit (Shift + Klikněte na grafu)", + "Median": "Střední", + "middle": "uprostřed", + "Middle": "Uprostřed", + "Minor": "Vedlejší", + "Mode": "Režim", + "Normal": "Běžné", + "Plot": "Vykreslování", + "Price Levels": "Hladina Ceny", + "Price Source": "Zdroj Ceny", + "Price": "Cena", + "Price:": "Cena:", + "Prices": "Ceny", + "Profit Background Color": "Zisk - Barva pozadí", + "Profit Level. Ticks:": "Profit Level. Ticks:", + "Properties": "Vlastnosti", + "Reverse": "Obrátit", + "Right End": "Pravý Konec", + "Right Lables": "Popisky na Pravo", + "right": "doprava", + "Log Scale_scale_menu": "Log Stupnice", + "Percentage_scale_menu": "Procentuální", + "Scales": "Stupnice", + "Settings": "Nastavení", + "Show Background": "Zobrazit Pozadí", + "Show Bars Range": "Zobrazit Rozsah Barů", + "Show Date/Time Range": "Zobrazit Rozsah Datumu/Času", + "Show Distance": "Zobrazit Vzdálenost", + "Show Labels": "Zobrazit Štítky", + "Show Price Range": "Zobrazit Cenové rozpětí", + "Show Price": "Zobrazit Cenu", + "Show Prices": "Zobrazit Ceny", + "Show Text": "Zobrazit Text", + "Show Time": "Zobrazit Čas", + "Show Wave": "Zobrazit Vlnu", + "Show/Hide": "Zobrazit / Skrýt", + "Source back color": "Zdroj barvy pozadí", + "Source border color": "Zdroj barvy okraje", + "Source text color": "Zdroj barvy texu", + "Stay in Drawing Mode": "Zůstat v Režimu Kreslení", + "Stop Background Color": "Zrušit Barvu Pozadí", + "Stop Color:": "Zrušit Barvu:", + "Stop Level. Ticks:": "Stop Level. Ticks:", + "Style": "Styl", + "Success back color": "Success back color", + "Success text color": "Success text color", + "Target back color": "Cílová barva pozadí", + "Target border color": "Cílová barva okraje", + "Target Color:": "Cílová Barva:", + "Target text color": "Cílová barva textu", + "Text Alignment:": "Zarovnání Textu:", + "Text color": "Barva textu", + "Text Color": "Barva Textu", + "Text Font": "Písmo Textu", + "Text Wrap": "Zabalte Text", + "Text:": "Text:", + "Time Levels": "Časové Úrovně", + "Timezone/Sessions": "Časové Pásma / Relace", + "Top Labels": "Horní Štítky", + "Bottom Labels": "Bottom Labels", + "top": "horní", + "Up Color": "Barva Nahoru", + "Wave Size": "Velikost Vlny", + "Wick": "Knot", + "Zoom In": "Přiblížit", + "Zoom Out": "Oddálit", + "Borders": "Ohraničení", + "Level": "Hladina", + "Hlines Background": "Vodorovné Pozadí Linie", + "Plots Background": "Pozadí Grafu", + "Open_line_tool_position": "Otevřený", + "Closed_line_tool_position": "Zavřený", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Poměr Rizika / Odměny: {0}", + "Stop: {0} ({1}%)": "Zastavit: {0} ({1}%)", + "Target: {0} ({1}%)": "Cíl: {0} ({1}%)", + "SUCCESS": "ÚSPĚCH", + "FAILURE": "SELHÁNÍ", + "Left Shoulder": "Levé Rameno", + "Head": "Hlava", + "Right Shoulder": "Pravé Rameno", + "Mirrored": "Zrcadlený", + "Flipped": "Převrácený", + "distance: {0}": "Vzdálenost: {0}", + "day": "den_plurál_1", + "day_plural_2": "dny_plurál_2", + "day_plural": "dní_plurál_5", + "week": "týden_plurál_1", + "week_plural_2": "týdny_plurál_2", + "week_plural": "týdnů_plurál_5", + "month": "měsíc_plurál_1", + "month_plural_2": "měsíce_plurál_2", + "month_plural": "měsíců_plurál_5", + "minute": "minuta_plurál_1", + "minute_plural_2": "minuty_plurál_2", + "minute_plural": "minut_plurál_5", + "hour": "hodina_plurál_1", + "hour_plural_2": "hodiny_plurál_2", + "hour_plural": "hodin_plurál_5", + "y_dates": "rok_datumy_plurál_1", + "y_dates_plural_2": "roky_datumy_plurál_2", + "y_dates_plural": "roků_datumy_plurál_5", + "h_dates": "h", + "D_dates": "D", + "W_dates": "T", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "za", + "Jan": "Jan", + "Feb": "Únor", + "Mar": "Březen", + "Apr": "Duben", + "May": "Květen", + "Jun": "Červen", + "Jul": "Červenec", + "Aug": "Srpen", + "Sep": "Září", + "Oct": "Říjen", + "Nov": "Listopad", + "Dec": "Prosinec", + "Objects Tree": "Strom Objektů", + "Manage Drawings": "Správa Kreseb", + "TOOL": "NÁSTROJ", + "SYMBOL": "SYMBOL", + "Move Up": "Jít Nahoru", + "Move Down": "Jít Dolů", + "All Exchanges": "Všechny Směnárny", + "All types": "Všechny Typy", + "Stock": "Akcie", + "stock": "akcie", + "Index": "Index", + "index": "index", + "Futures": "Termínované Kontrakty ", + "futures": "termínované kontrakty ", + "Image URL": "URL Obrázku", + "Save image": "Uložit obrazek", + "or copy url:": "nebo kopírovat url:", + "Redo {0}": "Znovu {0}", + "Custom color...": "Vlastní barva ...", + "Search": "Hledat", + "Open_in_legend": "O", + "High_in_legend": "V", + "Low_in_legend": "N", + "Close_in_legend": "Z", + "Open": "Otevřít", + "High": "Vysoká", + "Low": "Nízká", + "Close": "Zavřít", + "(H + L)/2": "(V+N)/2", + "(H + L + C)/3": "(V+N+Z)/3", + "(O + H + L + C)/4": "(O+V+N+Z)/4", + "UTC": "UTC", + "Exchange": "Směnárna", + "Athens": "Athény", + "Berlin": "Berlín", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Kolkata", + "London": "Londýn", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Moskva", + "New York": "New York", + "Paris": "Paříž", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seoul", + "Shanghai": "Šanghaj", + "Singapore": "Singapur", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Teherán", + "Tokyo": "Tokio", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Varšava", + "n/a": "n/a", + "Long_input": "Dlouhý", + "long_input": "dlouhý", + "longlen_input": "dlouhá vydálenost", + "Window Size_input": "Velikost okna", + "Length_input": "Délka", + "length_input": "délka", + "len_input": "délka", + "Short_input": "Krátký", + "short_input": "krátký", + "shortlen_input": "Krátká Vzdálenost", + "Mult_input": "Násobitel", + "mult_input": "násobitel", + "divisor_input": "dělitel", + "Divisor_input": "Dělitel", + "Upper": "Horní", + "Lower": "Spodní", + "Long": "Koupit", + "Short": "Prodat", + "Signal": "Signál", + "Jaw": "Čelist", + "Teeth": "Zuby", + "Lips": "Rty", + "Zero": "Nula", + "WMA Length_input": "WMA délka", + "Long RoC Length_input": "Dlouhá Délka Rychlosti Změny", + "Short RoC Length_input": "Krátka Délka Rychlosti Změny", + "jawLength_input": "Délka Čelisti ", + "teethLength_input": "Délka Zubů", + "lipsLength_input": "Délka Rtů", + "percent_input": "Procento", + "exponential_input": "Exponenciální", + "smoothD_input": "Hladké D", + "smoothK_input": "Smooth K", + "Color 0": "Barva 0", + "Color 1": "Barva 1", + "Color 2": "Barva 2", + "Color 3": "Barva 3", + "Color 4": "Barva 4", + "sym_input": "symbol", + "symbol_input": "symbol", + "Sym_input": "Symbol", + "DI Length_input": "DI délka", + "ADX Smoothing_input": "ADX Vyhlazování", + "displacement_input": "přemístění", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou rozpětí", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Použít Skutečný Rozsah", + "roclen1_input": "Délka Rychlosti Změny 1", + "roclen2_input": "Délka Rychlosti Změny 2", + "roclen3_input": "Délka Rychlosti Změny 3", + "roclen4_input": "Délka Rychlosti Změny 4", + "smalen1_input": "SMA Délka 1", + "smalen2_input": "SMA Délka 2", + "smalen3_input": "SMA Délka 3", + "smalen4_input": "SMA Délka 4", + "siglen_input": "Délka Signálu", + "UpperLimit": "Horní limit", + "LowerLimit": "Spodní Limit", + "Limit": "Limit", + "fastLength_input": "Rychlá Délka", + "slowLength_input": "Pomalá Délka", + "signalLength_input": "Délka Signálu", + "start_input": "Začít", + "increment_input": "Zvýšení", + "maximum_input": "Maximální", + "showMA_input": "Zobrazit MA", + "show MA_input": "Zobrazit MA", + "Volume": "Objem", + "Volume MA": "Objem MA", + "Indicator": "Ukazatel", + "Oscillator": "Oscilátor", + "lengthStoch_input": "Stoch Délka", + "lengthRSI_input": "Délka RSI", + "sigma_input": "přesnost", + "Sigma_input": "Přesnost", + "Crosses": "Kříže", + "Click to set a point": "Klepnutím nastavte bod", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", + "retrying": "opakování", + "eod data": "eod data", + "eod delayed": "eod zpoždění", + "loading data": "načítám data", + "invalid symbol": "neplatný symbol", + "streaming": "streamování", + "realtime": "v reálném čase", + "pre-market": "před uvedením na trh", + "post-market": "po uvedení na trh", + "closed": "zavřeno", + "Time Interval": "Časový Interval", + "Show Symbol Labels": "Zobrazit Štítky Symbolu", + "Show Symbol Labels_context_menu": "Zobrazit Štítky Symbolu", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minuta", + "Intermediate": "Střední", + "Primary": "Primární", + "Cycle": "Cyklus", + "SuperCycle": "SuperCyklus", + "GrandSuperCycle": "VelkýSuperCyklus", + "Lock": "Zamknout", + "Width": "Šířka", + "Line With Breaks": "Line With Breaks", + "Area With Breaks": "Přerušovaná Plocha", + "Type": "Typ", + "Simple": "Jednoduché", + "With Markers": "Se Značkami", + "Step": "Krok", + "No drawings yet": "Zatím Žádné Nákresy", + "Lock/Unlock": "Zamknout / Odemknout", + "deviation_input": "Odchylka", + "depth_input": "Hloubka", + "Accumulation/Distribution_study": "Akumulace / Distribuce", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Pokročilé/Odmítnout", + "Average True Range_study": "Průměrný Rozsah Hodnot", + "Awesome Oscillator_study": "Skvělý Oscilátor", + "Bollinger Bands Width_study": "Bollingerova pásma Šířka", + "Balance of Power_study": "Vyvážení Síly", + "Bollinger Bands_study": "Bollingerova pásma", + "Bollinger Bands %B_study": "Bollingerova pásma %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Exponenciální Pohyblivý Průměr", + "Net Volume_study": "Čistý Objem", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Pohyblivý průměr", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Objem", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "Pravdivý Indikátor Síly", + "Change Interval": "Změnit Interval", + "Show Only Studies": "Zobrazit Pouze Studie", + "Show Only Drawings": "Zobrazit Pouze Kresby", + "Show All": "Zobrazit Vše", + "Timezone/Sessions Properties...": "Časové Pásmo / Vlastnosti Relace ...", + "Scale Price Chart Only": "Pouye Měřítko Ceny na Grafu", + "Open Interval Dialog": "Otevřít Interval Dialogu", + "Note": "Poznámka", + "Anchored Note": "Ukotvena Poznámka", + "Scales Properties": "Vlastnosti Měřítka", + "Toggle Auto Scale": "Přepnout na Auto Stupnici", + "Toggle Log Scale": "Přepnout Log Měřítko", + "Toggle Percentage": "Přepnout na Procenta", + "auto_scale": "automatické", + "Invalid Symbol": "Neplatný Symbol", + "loading...": "načítá se ...", + "interval_dialog_description": "Zadejte číslo intervalu pro munute grafy (tj 5, pokud to bude pěti minutový graf). Nebo číslo a písmeno pro H (hodinový), D (denní), W (týdenní), M (měsíční) intervaly (tj D nebo 2H)", + "Not applicable": "Nelze použít", + "Stats Text Color": "Barva Textu Statistiky", + "Show Angle": "Zobrazit Úhel", + "Always Show Stats": "Vždy Zobrazovat Statistiky", + "Rename...": "Přejmenovat ...", + "New": "New", + "Load": "Načíst", + "Save": "Uložit", + "Rename Chart": "Přejmenovat Graf", + "{0} copy": "{0} kopírovat", + "Please enter chart name": "Prosím, zadejte název grafu", + "Enter a new chart name": "Zadejte nový název grafu", + "Load Chart": "Načíst Graf", + "Chart Name": "Název Grafu", + "Chart name": "Název grafu", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Naposledy Upraveno", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Aktivní Symbol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Režim Fullscreen", + "Marker Color": "Barva Označení", + "Font Size": "Velikost Písma", + "Save New Chart": "Uložit Nový Graf", + "Source_compare": "Zdroj", + "YES": "ANO", + "Yes": "Yes", + "No": "No", + "NO": "NE", + "Confirmation": "Potvrzení", + "Are you sure you want to delete this chart?": "Jste si jisti, že chcete smazat tento graf?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" +} \ No newline at end of file diff --git a/charting_library/static/localization/translations/de.json b/charting_library/static/localization/translations/de.json new file mode 100644 index 00000000..8d1fdea5 --- /dev/null +++ b/charting_library/static/localization/translations/de.json @@ -0,0 +1,1449 @@ +{ + "propertypage-name-label_css_class": "propertypage-name-label-nocap", + "Script Editor": "Skript Editor", + " Published Charts Timeline": "Zeitleiste veröffentlichter Charts", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "Bar Typ", + "Chart Properties": "Chart Einstellungen", + "Compare": "Vergleichen", + "Compare...": "Vergleichen...", + "Compare or Add Symbol...": "Symbol Hinzufügen oder Vergleichen...", + "Compare or Add Symbol": "Symbol Hinzufügen oder Vergleichen", + "Add Symbol": "Symbol Hinzufügen", + "Scales Properties...": "Anzeige Einstellungen...", + "Add": "Hinzufügen", + "Company Comparison": "Unternehmensvergleich", + "Indicators, Fundamentals, Economy and Add-ons": "Indikatoren, Fundamental- und Wirtschaftsdaten und Add-ons", + "Economy & Symbols": "Wirtschaftsdaten & Wertpapiere", + "Bars": "Bars", + "Candles": "Candlesticks", + "Hollow Candles": "Hohle Candlesticks", + "Line": "Linie", + "Permanent link to this message": "Permanent link to this message", + "Area": "Fläche", + "Message settings": "Message settings", + "Heiken Ashi": "Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Histogramm", + "Cross_chart_type": "Kreuz Chart", + "Crosshair": "Fadenkreuz", + "Columns": "Balken", + "Circles": "Kreise", + "Indicators": "Indikatoren", + "Favorites": "Favoriten", + "Technical Analysis": "Technische Analyse", + "No indicators matched your criteria.": "Ihre Kriterien treffen für keine Indikatoren zu.", + "Add to favorites": "Zu Favoriten hinzufügen", + "Remove from favorites": "Aus Favoriten entfernen", + "No symbols matched your criteria": "Ihre Kriterien treffen auf keine Symbole zu", + "Add any symbol from the list": "Fügen Sie ein Symbol von der Liste hinzu", + "Overlay the main chart": "Überlagere den Hauptchart", + "Symbols to be added on the chart": "Symbole, die zum Chart hinzugefügt werden", + "Symbol": "Symbol", + "Default": "Standard", + "Defaults": "Standardeinstellungen", + "OK": "OK", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Abbrechen", + " color": "Farbe", + " transparency": "Transparenz", + " visibility": "Sichtbarkeit", + "Add To Watchlist": "Zur Watchliste hinzufügen", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Anwenden", + "Arguments in Header": "Argumente in der Kopfzeile", + "Arrow": "Pfeil", + "Auto Scale": "Auto Skalierung", + "Background": "Hintergrund", + "bars": "bars", + "bars_margin": "Bar Abstand", + "{0} bars": "{0} bars", + "Bottom Margin": "unterer Seitenrand", + "Bring Forward": "Weiter nach vorne", + "Bring to Front": "Ganz nach vorne", + "Clone": "Duplizieren", + "Color Theme": "Farbpalette", + "Copy": "Kopieren", + "Extended Hours": "Verlängerte Handelszeit", + "Format...": "Formatierung...", + "Source Code...": "Source Code...", + "Full Screen": "Vollbild", + "Grid Lines": "Hilfslinien", + "Hide All Drawing Tools": "Alle Zeichenwerkzeuge verbergen", + "Drawing Tools": "Drawing Tools", + "Hide": "Verbergen", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Zeichenwerkzeug einfügen", + "Insert Indicator...": "Indikator hinzufügen...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Letzter Wert auf der Preisskala", + "Link To": "Verbinden", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Neue Bars laden", + "Lock All Drawing Tools": "Alle Zeichenwerkzeuge fixieren", + "Lock Scale": "Skalierung feststellen", + "Lock scale": "Skalierung feststellen", + "Log Scale": "Logarithmische Skalierung", + "log": "log", + "Magnet Mode": "Magnetmodus", + "Merge Down": "Nach unten zusammenführen", + "Merge Up": "Nach oben zusammenführen", + "Objects Tree...": "Objekt-Baum...", + "Offset": "Abstand", + "Override Min Tick": "Min Tick überschreiben", + "Percentage": "Prozent", + "Precision": "Präzision", + "Price Line": "Preislinie", + "Properties...": "Eigenschaften...", + "Redo": "Wiederholen", + "Remove All Drawing Tools": "Alle Zeichenwerkzeuge entfernen", + "Remove All Studies": "Alle Studien entfernen", + "Remove All Indicators": "Alle Indikatoren entfernen", + "Remove": "Entfernen", + "Reset Chart": "Chart zurücksetzen", + "Reset Scale": "Skalierung zurücksetzen", + "Reset": "Zurücksetzen", + "Right Margin": "Rechter Seitenrand", + "Save As...": "Speichern unter...", + "Scale Left": "Skalierung links", + "Scale Percentage": "Prozent Skalierung", + "Scale Right": "Skalierung rechts", + "Scale Series Only": "Nur Datenreihe skalieren", + "Scale series only": "Nur Datenreihe skalieren", + "Scale Series only": "Nur Datenreihe skalieren", + "Scales Lines": "Achsenlinien", + "Scales Text": "Achsenbeschriftung", + "Scaling": "Skalierung", + "Screen (No Scale)": "Bildschirm (ohne Skalierung)", + "Send Backward": "Weiter nach hinten", + "Send to Back": "Ganz nach hinten", + "Session Breaks": "Ende der Handelszeit", + "Show Arguments in Header": "Argumente in der Kopfzeile anzeigen", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Letzten Wert auf der Preisskala anzeigen", + "Show Left Axis": "Linke Achse anzeigen", + "Show Right Axis": "Rechte Achse anzeigen", + "Show": "Anzeigen", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Im Zeichenmodus bleiben", + "Symbol Search...": "Symbolsuche...", + "Change Symbol": "Symbol ändern", + "Change Symbol...": "Symbol ändern...", + "Change Interval...": "Change Interval...", + "Time Zone": "Zeitzone", + "TimeZone": "Zeitzone", + "Top Margin": "Oberer Seitenrand", + "Transparency": "Transparenz", + "Undo {0}": "Rückgängig", + "Undo": "Rückgängig", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Nach unten auseinanderführen", + "Unmerge Up": "Nach oben auseinanderführen", + "Visual Order": "Sichtbare Ordnung", + "Watermark": "Wasserzeichen", + "Show Objects Tree": "Objektbaum anzeigen", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD Muster", + "Anchored Text": "Verankerter Text", + "Arc": "Bogen", + "Arrow Mark Down": "Pfeil nach unten", + "Arrow Mark Left": "Pfeil nach links", + "Arrow Mark Right": "Pfeil nach rechts", + "Arrow Mark Up": "Pfeil nach oben", + "Balloon": "Sprechblase", + "Bars Pattern": "Bar Muster", + "Brush": "Pinsel", + "Callout": "Beschreibung", + "Circle Lines": "Ringe", + "Cross": "Kreuz", + "Cyclic Lines": "Zyklische Linien", + "Date Range": "Datumsbereich", + "Disjoint Angle": "Zerlegter Winkel", + "Dot": "Punkt", + "Elliott Labels": "Elliott Markierungen", + "Elliott Major Retracement": "Major Elliott Retracement", + "Elliott Minor Retracement": "Minor Elliott Retracement", + "Elliott Wave Cycle": "Elliot Wellen Cycle", + "Elliott Wave Minor": "Minor Elliott Welle", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Subminuette Elliott Welle", + "Ellipse": "Ellipse", + "Value": "Value", + "Eraser": "Radierer", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "verlängert", + "Extended Line": "verlängerte Linie", + "Fib Channel": "Fib Kanal", + "Fib Circles": "Fib Kreise", + "Fib Retracement": "Fib Retracement", + "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs (Bögen)", + "Fib Speed Resistance Fan": "Fib Speed Resistance Fan (Fächer)", + "Fib Spiral": "Fib Spirale", + "Fib Time Zone": "Fib Zeitzonen", + "Fib Wedge": "Fib Keil", + "Flag Mark": "Flagge", + "Flat Top/Bottom": "Flache Ober-/Unterseite", + "Flat Bottom": "Flache Unterseite", + "Forecast": "Prognose", + "Gann Box": "Gann Box", + "Gann Fan": "Gann Fächer", + "Gann Square": "Gann Square (Quadrat)", + "Head & Shoulders": "Kopf- & Schulterformation", + "Horizontal Line": "Horizontale Linie", + "Horizontal Ray": "Horizontaler Linie", + "Icon": "Symbol", + "Inside Pitchfork": "Innenliegende Pitchfork", + "Long Position": "Long Position", + "Risk/Reward long": "Rendite/Risiko Long", + "Modified Schiff Pitchfork": "Modifizierte Schiff Pitchfork", + "Parallel Channel": "Paralleler Kanal", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Linienzug", + "Price Label": "Preisschild", + "Price Range": "Preisspanne", + "Projection": "Projektion", + "Ray": "Strahl", + "Rectangle": "Rechteck", + "Regression Trend": "Regressions Trendlinie", + "Rotated Rectangle": "Gedrehtes Rechteck", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Original", + "Modified Schiff": "Modifizierte Schiff", + "Inside": "Innerhalb", + "Short Position": "Short Position", + "Risk/Reward short": "Rendite/Risiko Short", + "Text": "Text", + "Comment": "Kommentar", + "Three Drivers Pattern": "Three Drivers Muster", + "Thumb Down": "Daumen runter", + "Thumb Up": "Daumen hoch", + "Trend Angle": "Trend Winkel", + "Trend Line": "Trend Winkel", + "Trend-Based Fib Extension": "Trend basierte Fib Extension", + "Trend-Based Fib Time": "Trend basierte Fib Zeit", + "Triangle Pattern": "Dreieck Muster", + "Triangle": "Dreieck", + "Vertical Line": "Vertikale Linie", + "XABCD Pattern": "XABCD Muster", + "Angle:": "Winkel:", + "Arcs": "Bögen", + "Background color 1": "Hintergrundfarbe 1", + "Background color 2": "Hintergrundfarbe 2", + "Background Color": "Hintergrundfarbe", + "Bar #": "Bar #", + "Border color": "Rahmenfarbe", + "Border Color": "Rahmenfarbe", + "Border": "Rahmen", + "Bottom Lables": "Markierungen an Unterseite", + "bottom": "Unterseite", + "center": "zentrieren", + "Channel": "Kanal", + "Coeffs As Percents": "Koeffizienten in Prozent", + "Color bars based on previous close": "Kursstäbe anhand des vorherigen Schlußkurses färben.", + "Color": "Farbe", + "Color:": "Farbe", + "Coordinates": "Koordinaten", + "Delete": "Löschen", + "Down Color": "Abwärtsfarbe", + "Drawings": "Zeichnungen", + "Entry price:": "Einstiegspreis:", + "Event": "Event", + "Events": "Ereignisse", + "Extend Left End": "Linkes Ende verlängern", + "Extend Left": "nach links verlängern", + "Extend Lines": "Linien verlängern", + "Extend Right End": "Rechtes Ende verlängern", + "Extend Right": "nach rechts verlängern", + "Extend": "Verlängern", + "Failure back color": "Hintergrundfarbe Misserfolg", + "Failure text color": "Textfarbe Misserfolg", + "Fans": "Fächer", + "Fill": "Füllen", + "Format": "Format", + "Graphics": "Grafiken", + "Grid": "Gitter", + "Help": "Hilfe", + "HLC Bars": "HLC Bars", + "Inputs": "Inputs", + "Label Background": "Markierungshintergrund", + "Label": "Markierung", + "Labels": "Markierungen", + "Left End": "linkes Ende", + "Left Labels": "linke Markierungen", + "Right Labels": "Right Labels", + "left": "links", + "Level {0}": "Level {0}", + "Levels": "Level", + "Lines": "Linien", + "Major": "Groß", + "Measure (Shift + Click on the chart)": "Abmessen (Shift + Klick auf den Chart)", + "Median": "Median Wert", + "middle": "Mitte", + "Middle": "Mitte", + "Minor": "Klein", + "Mode": "Modus", + "Normal": "Normal", + "Plot": "Plot", + "Price Levels": "Preisniveaus", + "Price Source": "Preisquelle", + "Price": "Preis", + "Price:": "Preis:", + "Prices": "Preise", + "Profit Background Color": "Gewinn Hintergrund Farbe", + "Profit Level. Ticks:": "Gewinnspanne. Ticks:", + "Properties": "Eigenschaften", + "Reverse": "Invertieren", + "Right End": "Rechtes Ende", + "Right Lables": "Rechte Markierungen", + "right": "rechts", + "Log Scale_scale_menu": "Logarithmische Skalierung", + "Percentage_scale_menu": "Prozentuale Skalierung", + "Scales": "Achsen", + "Settings": "Einstellungen", + "Show Background": "Hintergrund anzeigen", + "Show Bars Range": "Kursspanne anzeigen", + "Show Date/Time Range": "Datums-/Zeitspanne anzeigen", + "Show Distance": "Abstand anzeigen", + "Show Labels": "Markierungen anzeigen", + "Show Price Range": "Preisspanne anzeigen", + "Show Price": "Preise anzeigen", + "Show Prices": "Preise anzeigen", + "Show Text": "Text anzeigen", + "Show Time": "Zeit anzeigen", + "Show Wave": "Welle anzeigen", + "Show/Hide": "Anzeigen/Verbergen", + "Source back color": "Hintergrundfarbe Ursprung", + "Source border color": "Randfarbe Ursprung", + "Source text color": "Textfarbe Ursprung", + "Stay in Drawing Mode": "Im Zeichenmodus bleiben", + "Stop Background Color": "Hintergrundfarbe beenden", + "Stop Color:": "Stop Farbe:", + "Stop Level. Ticks:": "Stop Wert. Ticks:", + "Style": "Stil", + "Success back color": "Hintergrundfarbe Erfolg", + "Success text color": "Textfarbe Erfolg", + "Target back color": "Hintergrundfarbe Kursziel", + "Target border color": "Randfarbe Kursziel", + "Target Color:": "Kursziel Farbe:", + "Target text color": "Textfarbe Kursziel", + "Text Alignment:": "Textausrichtung:", + "Text color": "Textfarbe", + "Text Color": "Textfarbe", + "Text Font": "Schriftart", + "Text Wrap": "Zeilenumbruch", + "Text:": "Text:", + "Time Levels": "Zeitebenen", + "Timezone/Sessions": "Zeitzone/Handelszeit", + "Top Labels": "Markierungen an Oberseite", + "Bottom Labels": "Bottom Labels", + "top": "Oberseite", + "Up Color": "Aufwärtsfarbe", + "Wave Size": "Wellengröße", + "Wick": "Docht", + "Zoom In": "Vergrößern", + "Zoom Out": "Verkleinern", + "Borders": "Rahmen", + "Level": "Level", + "Hlines Background": "HLinien Hintergrund", + "Plots Background": "Plots Hintergrund", + "Open_line_tool_position": "Eröffnungskurs", + "Closed_line_tool_position": "Schlußkurs", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Rendite/Risiko Verhältnis: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Ziel: {0} ({1}%)", + "SUCCESS": "ERFOLG", + "FAILURE": "FEHLER", + "Left Shoulder": "Linke Schulter", + "Head": "Kopf", + "Right Shoulder": "Rechte Schulter", + "Mirrored": "Gespiegelt", + "Flipped": "Umgedreht", + "distance: {0}": "Abstand: {0}", + "day": "Tage", + "day_plural": "n/a", + "week": "Wochen", + "week_plural": "n/a", + "month": "Monate", + "month_plural": "n/a", + "minute": "Minuten", + "minute_plural": "n/a", + "hour": "Stunden", + "hour_plural": "n/a", + "y_dates": "Jahre", + "y_dates_plural": "n/a", + "h_dates": "h", + "D_dates": "T", + "W_dates": "W", + "M_dates": "M", + "d_dates": "t", + "m_dates": "m", + "in_dates": "in", + "Jan": "Jan", + "Feb": "Feb", + "Mar": "Mrz", + "Apr": "Apr", + "May": "Mai", + "Jun": "Jun", + "Jul": "Jul", + "Aug": "Aug", + "Sep": "Sep", + "Oct": "Okt", + "Nov": "Nov", + "Dec": "Dez", + "Objects Tree": "Objekbaum", + "Manage Drawings": "Zeichnungen bearbeiten", + "TOOL": "WERKZEUG", + "SYMBOL": "SYMBOL", + "Move Up": "Nach Oben", + "Move Down": "Nach Unten", + "All Exchanges": "Alle Börsen", + "All types": "Alle Instrumente", + "Stock": "Aktie", + "stock": "Aktie", + "Index": "Index", + "index": "index", + "Futures": "Futures", + "futures": "futures", + "Image URL": "Bild URL", + "Save image": "Bild speichern", + "or copy url:": "oder URL kopieren:", + "Redo {0}": "Wiederholen", + "Custom color...": "Benutzerdefinierte Farbe...", + "Search": "Suche", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "Eröffnung", + "High": "Hoch", + "Low": "Tief", + "Close": "Schluß", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "Börse", + "Athens": "Athen", + "Berlin": "Berlin", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Kalkutta", + "London": "London", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Moscow", + "New York": "New York", + "Paris": "Paris", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seoul", + "Shanghai": "Shanghai", + "Singapore": "Singapur", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Tehran", + "Tokyo": "Tokyo", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Warschau", + "n/a": "k.A.", + "Long_input": "Long", + "long_input": "Long", + "longlen_input": "Long Länge", + "Window Size_input": "Fenstergröße", + "Length_input": "Länge", + "length_input": "Länge", + "len_input": "Länge", + "Short_input": "Verkauf", + "short_input": "Verkaufen", + "shortlen_input": "Short Länge", + "Mult_input": "Multiplikator", + "mult_input": "Multiplizieren", + "divisor_input": "Divisor", + "Divisor_input": "Divisor", + "Upper": "Obergrenze", + "Lower": "Untergrenze", + "Long": "Kaufsignal", + "Short": "Verkaufssignal", + "Signal": "Signal", + "Jaw": "Jaw", + "Teeth": "Teeth", + "Lips": "Lips", + "Zero": "Null", + "WMA Length_input": "WMA Länge", + "Long RoC Length_input": "Long RoC Länge", + "Short RoC Length_input": "Short RoC Länge", + "jawLength_input": "Jaw Länge", + "teethLength_input": "Teeth Länge", + "lipsLength_input": "Lips Länge", + "percent_input": "Prozent", + "exponential_input": "exponentiell", + "smoothD_input": "Stochastic %D", + "smoothK_input": "Stochastic %K", + "Color 0": "Farbe 0", + "Color 1": "Farbe 1", + "Color 2": "Farbe 2", + "Color 3": "Farbe 3", + "Color 4": "Farbe 4", + "sym_input": "Symbol", + "symbol_input": "Symbol", + "Sym_input": "Symbol", + "DI Length_input": "DI Länge", + "ADX Smoothing_input": "ADX Glättung", + "displacement_input": "Verschiebung", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "TrueRange verwenden", + "roclen1_input": "Länge RoC 1", + "roclen2_input": "Länge RoC 2", + "roclen3_input": "Länge RoC 3", + "roclen4_input": "Länge RoC 4", + "smalen1_input": "Länge MA 1", + "smalen2_input": "Länge MA 2", + "smalen3_input": "Länge MA 3", + "smalen4_input": "Länge MA 4", + "siglen_input": "Signal Länge", + "UpperLimit": "Obergrenze", + "LowerLimit": "Untergrenze", + "Limit": "Limit", + "fastLength_input": "Fast Länge", + "slowLength_input": "Slow Länge", + "signalLength_input": "Signal Länge", + "start_input": "Startwert", + "increment_input": "Schrittgröße", + "maximum_input": "Maximalwert", + "showMA_input": "Gleitenden Durchschnitt anzeigen", + "show MA_input": "Show MA", + "Volume": "Volumen", + "Volume MA": "Volumen MA", + "Indicator": "Indikator", + "Oscillator": "Oszillator", + "lengthStoch_input": "Stochastic Länge", + "lengthRSI_input": "RSI Länge", + "sigma_input": "Sigma", + "Sigma_input": "Sigma", + "Crosses": "Kreuze", + "Click to set a point": "Klicken Sie, um einen Punkt zu setzen", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Bewegen Sie Ihren Finger zur Position des ersten Ankerpunkts.
2. Durch Antippen einer beliebigen Stelle wird der erste Ankerpunkt gesetzt.", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Bewegen Sie Ihren Finger zur Position des nächsten Ankerpunkts.
2. Durch Antippen einer beliebigen Stelle wird der nächste Ankerpunkt gesetzt.", + "retrying": "wiederholen", + "eod data": "EOD daten", + "eod delayed": "EOD verzögert", + "loading data": "laden von daten", + "invalid symbol": "ungültiges symbol", + "streaming": "streaming", + "realtime": "realtime", + "pre-market": "vorbörslich", + "post-market": "nachbörslich", + "closed": "geschlossen", + "Time Interval": "Zeitinterval", + "Show Symbol Labels": "Symbolkürzel anzeigen", + "Show Symbol Labels_context_menu": "Symbolkürzel anzeigen", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minute", + "Intermediate": "Intermediate", + "Primary": "Primary", + "Cycle": "Cycle", + "SuperCycle": "SuperCycle", + "GrandSuperCycle": "GrandSuperCycle", + "Lock": "Fixieren", + "Width": "Breite", + "Line With Breaks": "Linie mit Lücken", + "Area With Breaks": "Fläche mit Lücken", + "Type": "Typ", + "Simple": "Einfach", + "With Markers": "Mit Markierungen", + "Step": "Stufe", + "No drawings yet": "Noch keine Zeichnungen", + "Lock/Unlock": "Verriegeln/Entriegeln", + "deviation_input": "deviation", + "depth_input": "depth", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "Show All", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Note", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "auto", + "Invalid Symbol": "Invalid Symbol", + "loading...": "loading...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "Rename...", + "New": "New", + "Load": "Load", + "Save": "Save", + "Rename Chart": "Rename Chart", + "{0} copy": "{0} copy", + "Please enter chart name": "Please enter chart name", + "Enter a new chart name": "Enter a new chart name", + "Load Chart": "Load Chart", + "Chart Name": "Chart Name", + "Chart name": "Chart name", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Last Modified", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Active Symbol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Fullscreen mode", + "Marker Color": "Marker Color", + "Font Size": "Font Size", + "Save New Chart": "Save New Chart", + "Source_compare": "Source", + "YES": "YES", + "Yes": "Yes", + "No": "No", + "NO": "NO", + "Confirmation": "Confirmation", + "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" +} \ No newline at end of file diff --git a/charting_library/static/localization/translations/de_DE.json b/charting_library/static/localization/translations/de_DE.json index a11d4b3a..75cb279f 100644 --- a/charting_library/static/localization/translations/de_DE.json +++ b/charting_library/static/localization/translations/de_DE.json @@ -1,664 +1,1008 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label-nocap", - "Script Editor": "Skript Editor", - " Published Charts Timeline": "Zeitleiste veröffentlichter Charts", - "SMA": "SMA", - "Bar's Style": "Bar Typ", - "Chart Properties": "Chart Einstellungen", - "Compare": "Vergleichen", - "Compare...": "Vergleichen...", - "Compare or Add Symbol...": "Symbol Hinzufügen oder Vergleichen...", - "Compare or Add Symbol": "Symbol Hinzufügen oder Vergleichen", - "Add Symbol": "Symbol Hinzufügen", - "Scales Properties...": "Anzeige Einstellungen...", - "Add": "Hinzufügen", - "Company Comparison": "Unternehmensvergleich", - "Indicators, Fundamentals, Economy and Add-ons": "Indikatoren, Fundamental- und Wirtschaftsdaten und Add-ons", - "Economy & Symbols": "Wirtschaftsdaten & Wertpapiere", - "Bars": "Bars", - "Candles": "Candlesticks", - "Hollow Candles": "Hohle Candlesticks", - "Line": "Linie", - "Area": "Fläche", - "Heiken Ashi": "Heiken Ashi", - "Histogram": "Histogramm", - "Cross_chart_type": "Kreuz Chart", - "Crosshair": "Fadenkreuz", - "Columns": "Balken", - "Circles": "Kreise", - "Indicators": "Indikatoren", - "Favorites": "Favoriten", - "Technical Analysis": "Technische Analyse", - "No indicators matched your criteria.": "Ihre Kriterien treffen für keine Indikatoren zu.", - "Add to favorites": "Zu Favoriten hinzufügen", - "Remove from favorites": "Aus Favoriten entfernen", - "No symbols matched your criteria": "Ihre Kriterien treffen auf keine Symbole zu", - "Add any symbol from the list": "Fügen Sie ein Symbol von der Liste hinzu", - "Overlay the main chart": "Überlagere den Hauptchart", - "Symbols to be added on the chart": "Symbole, die zum Chart hinzugefügt werden", - "Symbol": "Symbol", - "Default": "Standard", - "Defaults": "Standardeinstellungen", - "OK": "OK", - "Cancel": "Abbrechen", - " color": "Farbe", - " transparency": "Transparenz", - " visibility": "Sichtbarkeit", - "Add To Watchlist": "Zur Watchliste hinzufügen", - "Apply": "Anwenden", - "Arguments in Header": "Argumente in der Kopfzeile", - "Arrow": "Pfeil", - "Auto Scale": "Auto Skalierung", - "Background": "Hintergrund", - "bars": "Bars", - "bars_margin": "Bar Abstand", - "{0} bars": "{0} Bars", - "Bottom Margin": "unterer Seitenrand", - "Bring Forward": "Weiter nach vorne", - "Bring to Front": "Ganz nach vorne", - "Clone": "Duplizieren", - "Color Theme": "Farbpalette", - "Copy": "Kopieren", - "Extended Hours": "Verlängerte Handelszeit", - "Format...": "Formatierung...", - "Full Screen": "Vollbild", - "Grid Lines": "Hilfslinien", - "Hide All Drawing Tools": "Alle Zeichenwerkzeuge verbergen", - "Hide": "Verbergen", - "Insert Drawing Tool": "Zeichenwerkzeug einfügen", - "Insert Indicator...": "Indikator hinzufügen...", - "Last Value on Price Scale": "Letzter Wert auf der Preisskala", - "Link To": "Verbinden", - "Load New Bars": "Neue Bars laden", - "Lock All Drawing Tools": "Alle Zeichenwerkzeuge fixieren", - "Lock Scale": "Skalierung feststellen", - "Lock scale": "Skalierung feststellen", - "Log Scale": "Logarithmische Skalierung", - "log": "log", - "Magnet Mode": "Magnetmodus", - "Merge Down": "Nach unten zusammenführen", - "Merge Up": "Nach oben zusammenführen", - "Objects Tree...": "Objekt-Baum...", - "Offset": "Abstand", - "Override Min Tick": "Min Tick überschreiben", - "Percentage": "Prozent", - "Precision": "Präzision", - "Price Line": "Preislinie", - "Properties...": "Eigenschaften...", - "Redo": "Wiederholen", - "Remove All Drawing Tools": "Alle Zeichenwerkzeuge entfernen", - "Remove All Studies": "Alle Studien entfernen", - "Remove All Indicators": "Alle Indikatoren entfernen", - "Remove": "Entfernen", - "Reset Chart": "Chart zurücksetzen", - "Reset Scale": "Skalierung zurücksetzen", - "Reset": "Zurücksetzen", - "Right Margin": "Rechter Seitenrand", - "Save As...": "Speichern unter...", - "Scale Left": "Skalierung links", - "Scale Percentage": "Prozent Skalierung", - "Scale Right": "Skalierung rechts", - "Scale Series Only": "Nur Datenreihe skalieren", - "Scale series only": "Nur Datenreihe skalieren", - "Scale Series only": "Nur Datenreihe skalieren", - "Scales Lines": "Achsenlinien", - "Scales Text": "Achsenbeschriftung", - "Scaling": "Skalierung", - "Screen (No Scale)": "Bildschirm (ohne Skalierung)", - "Send Backward": "Weiter nach hinten", - "Send to Back": "Ganz nach hinten", - "Session Breaks": "Ende der Handelszeit", - "Show Arguments in Header": "Argumente in der Kopfzeile anzeigen", - "Show Last Value on Price Scale": "Letzten Wert auf der Preisskala anzeigen", - "Show Left Axis": "Linke Achse anzeigen", - "Show Right Axis": "Rechte Achse anzeigen", - "Show": "Anzeigen", - "Stay In Drawing Mode": "Im Zeichenmodus bleiben", - "Symbol Search...": "Symbolsuche...", - "Change Symbol": "Symbol ändern", - "Change Symbol...": "Symbol ändern...", - "Time Zone": "Zeitzone", - "TimeZone": "Zeitzone", - "Top Margin": "Oberer Seitenrand", - "Transparency": "Transparenz", - "Undo {0}": "Rückgängig", - "Undo": "Rückgängig", - "Unmerge Down": "Nach unten auseinanderführen", - "Unmerge Up": "Nach oben auseinanderführen", - "Visual Order": "Sichtbare Ordnung", - "Watermark": "Wasserzeichen", - "Show Objects Tree": "Objektbaum anzeigen", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "ABCD Muster", - "Anchored Text": "Verankerter Text", - "Arc": "Bogen", - "Arrow Mark Down": "Pfeil nach unten", - "Arrow Mark Left": "Pfeil nach links", - "Arrow Mark Right": "Pfeil nach rechts", - "Arrow Mark Up": "Pfeil nach oben", - "Balloon": "Sprechblase", - "Bars Pattern": "Bar Muster", - "Brush": "Pinsel", - "Callout": "Beschreibung", - "Circle Lines": "Ringe", - "Cross": "Kreuz", - "Cyclic Lines": "Zyklische Linien", - "Date Range": "Datumsbereich", - "Disjoint Angle": "Zerlegter Winkel", - "Dot": "Punkt", - "Elliott Labels": "Elliott Markierungen", - "Elliott Major Retracement": "Major Elliott Retracement", - "Elliott Minor Retracement": "Minor Elliott Retracement", - "Elliott Wave Cycle": "Elliot Wellen Cycle", - "Elliott Wave Minor": "Minor Elliott Welle", - "Elliott Wave Subminuette": "Subminuette Elliott Welle", - "Ellipse": "Ellipse", - "Eraser": "Radierer", - "Extended": "verlängert", - "Extended Line": "verlängerte Linie", - "Fib Channel": "Fib Kanal", - "Fib Circles": "Fib Kreise", - "Fib Retracement": "Fib Retracement", - "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs (Bögen)", - "Fib Speed Resistance Fan": "Fib Speed Resistance Fan (Fächer)", - "Fib Spiral": "Fib Spirale", - "Fib Time Zone": "Fib Zeitzonen", - "Fib Wedge": "Fib Keil", - "Flag Mark": "Flagge", - "Flat Top/Bottom": "Flache Ober-/Unterseite", - "Flat Bottom": "Flache Unterseite", - "Forecast": "Prognose", - "Gann Box": "Gann Box", - "Gann Fan": "Gann Fächer", - "Gann Square": "Gann Square (Quadrat)", - "Head & Shoulders": "Kopf- & Schulterformation", - "Horizontal Line": "Horizontale Linie", - "Horizontal Ray": "Horizontaler Linie", - "Icon": "Symbol", - "Inside Pitchfork": "Innenliegende Pitchfork", - "Long Position": "Long Position", - "Risk/Reward long": "Rendite/Risiko Long", - "Modified Schiff Pitchfork": "Modifizierte Schiff Pitchfork", - "Parallel Channel": "Paralleler Kanal", - "Pitchfan": "Pitchfan", - "Pitchfork": "Pitchfork", - "Polyline": "Linienzug", - "Price Label": "Preisschild", - "Price Range": "Preisspanne", - "Projection": "Projektion", - "Ray": "Strahl", - "Rectangle": "Rechteck", - "Regression Trend": "Regressions Trendlinie", - "Rotated Rectangle": "Gedrehtes Rechteck", - "Schiff Pitchfork": "Schiff Pitchfork", - "Schiff": "Schiff", - "Original": "Original", - "Modified Schiff": "Modifizierte Schiff", - "Inside": "Innerhalb", - "Short Position": "Short Position", - "Risk/Reward short": "Rendite/Risiko Short", - "Text": "Text", - "Comment": "Kommentar", - "Three Drivers Pattern": "Three Drivers Muster", - "Thumb Down": "Daumen runter", - "Thumb Up": "Daumen hoch", - "Trend Angle": "Trend Winkel", - "Trend Line": "Trend Winkel", - "Trend-Based Fib Extension": "Trend basierte Fib Extension", - "Trend-Based Fib Time": "Trend basierte Fib Zeit", - "Triangle Pattern": "Dreieck Muster", - "Triangle": "Dreieck", - "Vertical Line": "Vertikale Linie", - "XABCD Pattern": "XABCD Muster", - "Angle:": "Winkel:", - "Arcs": "Bögen", - "Background color 1": "Hintergrundfarbe 1", - "Background color 2": "Hintergrundfarbe 2", - "Background Color": "Hintergrundfarbe", - "Bar #": "Bar #", - "Border color": "Rahmenfarbe", - "Border Color": "Rahmenfarbe", - "Border": "Rahmen", - "Bottom Lables": "Markierungen an Unterseite", - "bottom": "Unterseite", - "center": "zentrieren", - "Channel": "Kanal", - "Coeffs As Percents": "Koeffizienten in Prozent", - "Color bars based on previous close": "Kursstäbe anhand des vorherigen Schlußkurses färben.", - "Color": "Farbe", - "Color:": "Farbe", - "Coordinates": "Koordinaten", - "Delete": "Löschen", - "Down Color": "Abwärtsfarbe", - "Drawings": "Zeichnungen", - "Entry price:": "Einstiegspreis:", - "Events": "Ereignisse", - "Extend Left End": "Linkes Ende verlängern", - "Extend Left": "nach links verlängern", - "Extend Lines": "Linien verlängern", - "Extend Right End": "Rechtes Ende verlängern", - "Extend Right": "nach rechts verlängern", - "Extend": "Verlängern", - "Failure back color": "Hintergrundfarbe Misserfolg", - "Failure text color": "Textfarbe Misserfolg", - "Fans": "Fächer", - "Fill": "Füllen", - "Format": "Format", - "Graphics": "Grafiken", - "Grid": "Gitter", - "Help": "Hilfe", - "HLC Bars": "HLC Bars", - "Inputs": "Inputs", - "Label Background": "Markierungshintergrund", - "Label": "Markierung", - "Labels": "Markierungen", - "Left End": "linkes Ende", - "Left Labels": "linke Markierungen", - "left": "links", - "Level {0}": "Level {0}", - "Levels": "Level", - "Lines": "Linien", - "Major": "Groß", - "Measure (Shift + Click on the chart)": "Abmessen (Shift + Klick auf den Chart)", - "Median": "Median Wert", - "middle": "Mitte", - "Middle": "Mitte", - "Minor": "Klein", - "Mode": "Modus", - "Normal": "Normal", - "Plot": "Plot", - "Price Levels": "Preisniveaus", - "Price Source": "Preisquelle", - "Price": "Preis", - "Price:": "Preis:", - "Prices": "Preise", - "Profit Background Color": "Gewinn Hintergrund Farbe", - "Profit Level. Ticks:": "Gewinnspanne. Ticks:", - "Properties": "Eigenschaften", - "Reverse": "Invertieren", - "Right End": "Rechtes Ende", - "Right Lables": "Rechte Markierungen", - "right": "rechts", - "Log Scale_scale_menu": "Logarithmische Skalierung", - "Percentage_scale_menu": "Prozentuale Skalierung", - "Scales": "Achsen", - "Settings": "Einstellungen", - "Show Background": "Hintergrund anzeigen", - "Show Bars Range": "Kursspanne anzeigen", - "Show Date/Time Range": "Datums-/Zeitspanne anzeigen", - "Show Distance": "Abstand anzeigen", - "Show Labels": "Markierungen anzeigen", - "Show Price Range": "Preisspanne anzeigen", - "Show Price": "Preise anzeigen", - "Show Prices": "Preise anzeigen", - "Show Text": "Text anzeigen", - "Show Time": "Zeit anzeigen", - "Show Wave": "Welle anzeigen", - "Show/Hide": "Anzeigen/Verbergen", - "Source back color": "Hintergrundfarbe Ursprung", - "Source border color": "Randfarbe Ursprung", - "Source text color": "Textfarbe Ursprung", - "Stay in Drawing Mode": "Im Zeichenmodus bleiben", - "Stop Background Color": "Hintergrundfarbe beenden", - "Stop Color:": "Stop Farbe:", - "Stop Level. Ticks:": "Stop Wert. Ticks:", - "Style": "Stil", - "Success back color": "Hintergrundfarbe Erfolg", - "Success text color": "Textfarbe Erfolg", - "Target back color": "Hintergrundfarbe Kursziel", - "Target border color": "Randfarbe Kursziel", - "Target Color:": "Kursziel Farbe:", - "Target text color": "Textfarbe Kursziel", - "Text Alignment:": "Textausrichtung:", - "Text color": "Textfarbe", - "Text Color": "Textfarbe", - "Text Font": "Schriftart", - "Text Wrap": "Zeilenumbruch", - "Text:": "Text:", - "Time Levels": "Zeitebenen", - "Timezone/Sessions": "Zeitzone/Handelszeit", - "Top Labels": "Markierungen an Oberseite", - "top": "Oberseite", - "Up Color": "Aufwärtsfarbe", - "Wave Size": "Wellengröße", - "Wick": "Docht", - "Zoom In": "Vergrößern", - "Zoom Out": "Verkleinern", - "Borders": "Rahmen", - "Level": "Level", - "Hlines Background": "HLinien Hintergrund", - "Plots Background": "Plots Hintergrund", - "Open_line_tool_position": "Eröffnungskurs", - "Closed_line_tool_position": "Schlußkurs", - "{0} P&L: {1}": "{0} P&L: {1}", - "Risk/Reward Ratio: {0}": "Rendite/Risiko Verhältnis: {0}", - "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", - "Target: {0} ({1}%)": "Ziel: {0} ({1}%)", - "SUCCESS": "ERFOLG", - "FAILURE": "FEHLER", - "Left Shoulder": "Linke Schulter", - "Head": "Kopf", - "Right Shoulder": "Rechte Schulter", - "Mirrored": "Gespiegelt", - "Flipped": "Umgedreht", - "distance: {0}": "Abstand: {0}", - "day": "Tag", - "day_plural": "Tage", - "day_plural_1": "Tage", - "day_plural_2": "n/a", - "day_plural_5": "n/a", - "week": "Woche", - "week_plural": "Wochen", - "week_plural_1": "Wochen", - "week_plural_2": "n/a", - "week_plural_5": "n/a", - "month": "Monat", - "month_plural": "Monate", - "month_plural_1": "Monate", - "month_plural_2": "n/a", - "month_plural_5": "n/a", - "minute": "Minute", - "minute_plural": "Minuten", - "minute_plural_1": "Minuten", - "minute_plural_2": "n/a", - "minute_plural_5": "n/a", - "hour": "Stunde", - "hour_plural": "Stunden", - "hour_plural_1": "Stunden", - "hour_plural_2": "n/a", - "hour_plural_5": "n/a", - "y_dates": "j", - "y_dates_plural": "j", - "y_dates_plural_1": "Jahre", - "y_dates_plural_2": "n/a", - "y_dates_plural_5": "n/a", - "h_dates": "h", - "D_dates": "T", - "W_dates": "W", - "M_dates": "M", - "d_dates": "t", - "m_dates": "m", - "in_dates": "in", - "Jan": "Jan", - "Feb": "Feb", - "Mar": "Mrz", - "Apr": "Apr", - "May": "Mai", - "Jun": "Jun", - "Jul": "Jul", - "Aug": "Aug", - "Sep": "Sep", - "Oct": "Okt", - "Nov": "Nov", - "Dec": "Dez", - "Objects Tree": "Objekbaum", - "Manage Drawings": "Zeichnungen bearbeiten", - "TOOL": "WERKZEUG", - "SYMBOL": "SYMBOL", - "Move Up": "Nach Oben", - "Move Down": "Nach Unten", - "All Exchanges": "Alle Börsen", - "All types": "Alle Instrumente", - "Stock": "Aktie", - "stock": "Aktie", - "Index": "Index", - "index": "Index", - "Futures": "Futures", - "futures": "Futures", - "Image URL": "Bild URL", - "Save image": "Bild speichern", - "or copy url:": "oder URL kopieren:", - "Redo {0}": "Wiederholen", - "Custom color...": "Benutzerdefinierte Farbe...", - "Search": "Suche", - "Open_in_legend": "O", - "High_in_legend": "H", - "Low_in_legend": "L", - "Close_in_legend": "C", - "Open": "Eröffnung", - "High": "Hoch", - "Low": "Tief", - "Close": "Schluß", - "(H + L)/2": "(H + L)/2", - "(H + L + C)/3": "(H + L + C)/3", - "(O + H + L + C)/4": "(O + H + L + C)/4", - "UTC": "UTC", - "Exchange": "Börse", - "Athens": "Athen", - "Berlin": "Berlin", - "Bogota": "Bogota", - "Bangkok": "Bangkok", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Kalkutta", - "London": "London", - "Los Angeles": "Los Angeles", - "Madrid": "Madrid", - "Moscow": "Moscow", - "New York": "New York", - "Paris": "Paris", - "Seoul": "Seoul", - "Shanghai": "Shanghai", - "Singapore": "Singapur", - "Sydney": "Sydney", - "Taipei": "Taipei", - "Tehran": "Tehran", - "Tokyo": "Tokyo", - "Toronto": "Toronto", - "Vancouver": "Vancouver", - "Warsaw": "Warschau", - "n/a": "k.A.", - "Long_input": "Long", - "long_input": "Long", - "longlen_input": "Long Länge", - "Window Size_input": "Fenstergröße", - "Length_input": "Länge", - "length_input": "Länge", - "len_input": "Länge", - "Short_input": "Verkauf", - "short_input": "Verkaufen", - "shortlen_input": "Short Länge", - "Mult_input": "Multiplikator", - "mult_input": "Multiplizieren", - "divisor_input": "Divisor", - "Divisor_input": "Divisor", - "Upper": "Obergrenze", - "Lower": "Untergrenze", - "Long": "Kaufsignal", - "Short": "Verkaufssignal", - "Signal": "Signal", - "Jaw": "Jaw", - "Teeth": "Teeth", - "Lips": "Lips", - "Zero": "Null", - "WMA Length_input": "WMA Länge", - "Long RoC Length_input": "Long RoC Länge", - "Short RoC Length_input": "Short RoC Länge", - "jawLength_input": "Jaw Länge", - "teethLength_input": "Teeth Länge", - "lipsLength_input": "Lips Länge", - "percent_input": "Prozent", - "exponential_input": "exponentiell", - "smoothD_input": "Stochastic %D", - "smoothK_input": "Stochastic %K", - "Color 0": "Farbe 0", - "Color 1": "Farbe 1", - "Color 2": "Farbe 2", - "Color 3": "Farbe 3", - "Color 4": "Farbe 4", - "sym_input": "Symbol", - "symbol_input": "Symbol", - "Sym_input": "Symbol", - "DI Length_input": "DI Länge", - "ADX Smoothing_input": "ADX Glättung", - "displacement_input": "Verschiebung", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "TrueRange verwenden", - "roclen1_input": "Länge RoC 1", - "roclen2_input": "Länge RoC 2", - "roclen3_input": "Länge RoC 3", - "roclen4_input": "Länge RoC 4", - "smalen1_input": "Länge MA 1", - "smalen2_input": "Länge MA 2", - "smalen3_input": "Länge MA 3", - "smalen4_input": "Länge MA 4", - "siglen_input": "Signal Länge", - "UpperLimit": "Obergrenze", - "LowerLimit": "Untergrenze", - "fastLength_input": "Fast Länge", - "slowLength_input": "Slow Länge", - "signalLength_input": "Signal Länge", - "start_input": "Startwert", - "increment_input": "Schrittgröße", - "maximum_input": "Maximalwert", - "showMA_input": "Gleitenden Durchschnitt anzeigen", - "show MA_input": "Show MA", - "Volume": "Volumen", - "Volume MA": "Volumen MA", - "Indicator": "Indikator", - "Oscillator": "Oszillator", - "lengthStoch_input": "Stochastic Länge", - "lengthRSI_input": "RSI Länge", - "sigma_input": "Sigma", - "Sigma_input": "Sigma", - "Crosses": "Kreuze", - "Click to set a point": "Klicken Sie, um einen Punkt zu setzen", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Bewegen Sie Ihren Finger zur Position des ersten Ankerpunkts.
2. Durch Antippen einer beliebigen Stelle wird der erste Ankerpunkt gesetzt.", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Bewegen Sie Ihren Finger zur Position des nächsten Ankerpunkts.
2. Durch Antippen einer beliebigen Stelle wird der nächste Ankerpunkt gesetzt.", - "retrying": "wiederholen", - "eod data": "EOD daten", - "eod delayed": "EOD verzögert", - "loading data": "laden von daten", - "invalid symbol": "ungültiges symbol", - "streaming": "streaming", - "realtime": "realtime", - "pre-market": "vorbörslich", - "post-market": "nachbörslich", - "closed": "geschlossen", - "Time Interval": "Zeitinterval", - "Show Symbol Labels": "Symbolkürzel anzeigen", - "Show Symbol Labels_context_menu": "Symbolkürzel anzeigen", - "Subminuette": "Subminuette", - "Minuette": "Minuette", - "Minute": "Minute", - "Intermediate": "Intermediate", - "Primary": "Primary", - "Cycle": "Cycle", - "SuperCycle": "SuperCycle", - "GrandSuperCycle": "GrandSuperCycle", - "Lock": "Fixieren", - "Width": "Breite", - "Line With Breaks": "Linie mit Lücken", - "Area With Breaks": "Fläche mit Lücken", - "Type": "Typ", - "Simple": "Einfach", - "With Markers": "Mit Markierungen", - "Step": "Stufe", - "No drawings yet": "Noch keine Zeichnungen", - "Lock/Unlock": "Verriegeln/Entriegeln", - "deviation_input": "deviation", - "depth_input": "depth", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label-nocap", + "Script Editor": "Skript Editor", + " Published Charts Timeline": "Zeitleiste veröffentlichter Charts", + "SMA": "", + "Bar's Style": "Bar Typ", + "Chart Properties": "Chart Einstellungen", + "Compare": "Vergleichen", + "Compare...": "Vergleichen...", + "Compare or Add Symbol...": "Symbol Hinzufügen oder Vergleichen...", + "Compare or Add Symbol": "Symbol Hinzufügen oder Vergleichen", + "Add Symbol": "Symbol Hinzufügen", + "Scales Properties...": "Anzeige Einstellungen...", + "Add": "Hinzufügen", + "Company Comparison": "Unternehmensvergleich", + "Indicators, Fundamentals, Economy and Add-ons": "Indikatoren, Fundamental- und Wirtschaftsdaten und Add-ons", + "Economy & Symbols": "Wirtschaftsdaten & Wertpapiere", + "Bars": "", + "Candles": "Candlesticks", + "Hollow Candles": "Hohle Candlesticks", + "Line": "Linie", + "Area": "Fläche", + "Heiken Ashi": "", + "Renko": "", + "Line Break": "", + "Kagi": "", + "Point & Figure": "", + "Histogram": "Histogramm", + "Cross_chart_type": "Kreuz Chart", + "Crosshair": "Fadenkreuz", + "Columns": "Balken", + "Circles": "Kreise", + "Indicators": "Indikatoren", + "Favorites": "Favoriten", + "Technical Analysis": "Technische Analyse", + "No indicators matched your criteria.": "Ihre Kriterien treffen für keine Indikatoren zu.", + "Add to favorites": "Zu Favoriten hinzufügen", + "Remove from favorites": "Aus Favoriten entfernen", + "No symbols matched your criteria": "Ihre Kriterien treffen auf keine Symbole zu", + "Add any symbol from the list": "Fügen Sie ein Symbol von der Liste hinzu", + "Overlay the main chart": "Überlagere den Hauptchart", + "Symbols to be added on the chart": "Symbole, die zum Chart hinzugefügt werden", + "Symbol": "", + "Default": "Standard", + "Defaults": "Standardeinstellungen", + "OK": "", + "Cancel": "Abbrechen", + " color": "Farbe", + " transparency": "Transparenz", + " visibility": "Sichtbarkeit", + "Add To Watchlist": "Zur Watchliste hinzufügen", + "Add {0} To Watchlist": "", + "Apply": "Anwenden", + "Arguments in Header": "Argumente in der Kopfzeile", + "Arrow": "Pfeil", + "Auto Scale": "Auto Skalierung", + "Background": "Hintergrund", + "bars": "", + "bars_margin": "Bar Abstand", + "{0} bars": "", + "Bottom Margin": "unterer Seitenrand", + "Bring Forward": "Weiter nach vorne", + "Bring to Front": "Ganz nach vorne", + "Clone": "Duplizieren", + "Color Theme": "Farbpalette", + "Copy": "Kopieren", + "Extended Hours": "Verlängerte Handelszeit", + "Format...": "Formatierung...", + "Source Code...": "", + "Full Screen": "Vollbild", + "Grid Lines": "Hilfslinien", + "Hide All Drawing Tools": "Alle Zeichenwerkzeuge verbergen", + "Hide": "Verbergen", + "Insert Drawing Tool": "Zeichenwerkzeug einfügen", + "Insert Indicator...": "Indikator hinzufügen...", + "Script Editor...": "", + "Last Value on Price Scale": "Letzter Wert auf der Preisskala", + "Link To": "Verbinden", + "Load New Bars": "Neue Bars laden", + "Lock All Drawing Tools": "Alle Zeichenwerkzeuge fixieren", + "Lock Scale": "Skalierung feststellen", + "Lock scale": "Skalierung feststellen", + "Log Scale": "Logarithmische Skalierung", + "log": "", + "Magnet Mode": "Magnetmodus", + "Merge Down": "Nach unten zusammenführen", + "Merge Up": "Nach oben zusammenführen", + "Objects Tree...": "Objekt-Baum...", + "Offset": "Abstand", + "Override Min Tick": "Min Tick überschreiben", + "Percentage": "Prozent", + "Precision": "Präzision", + "Price Line": "Preislinie", + "Properties...": "Eigenschaften...", + "Redo": "Wiederholen", + "Remove All Drawing Tools": "Alle Zeichenwerkzeuge entfernen", + "Remove All Studies": "Alle Studien entfernen", + "Remove All Indicators": "Alle Indikatoren entfernen", + "Remove": "Entfernen", + "Reset Chart": "Chart zurücksetzen", + "Reset Scale": "Skalierung zurücksetzen", + "Reset": "Zurücksetzen", + "Right Margin": "Rechter Seitenrand", + "Save As...": "Speichern unter...", + "Scale Left": "Skalierung links", + "Scale Percentage": "Prozent Skalierung", + "Scale Right": "Skalierung rechts", + "Scale Series Only": "Nur Datenreihe skalieren", + "Scale series only": "Nur Datenreihe skalieren", + "Scale Series only": "Nur Datenreihe skalieren", + "Scales Lines": "Achsenlinien", + "Scales Text": "Achsenbeschriftung", + "Scaling": "Skalierung", + "Screen (No Scale)": "Bildschirm (ohne Skalierung)", + "Send Backward": "Weiter nach hinten", + "Send to Back": "Ganz nach hinten", + "Session Breaks": "Ende der Handelszeit", + "Show Arguments in Header": "Argumente in der Kopfzeile anzeigen", + "Show Last Value": "", + "Show Last Value on Price Scale": "Letzten Wert auf der Preisskala anzeigen", + "Show Left Axis": "Linke Achse anzeigen", + "Show Right Axis": "Rechte Achse anzeigen", + "Show": "Anzeigen", + "Show Countdown": "", + "Stay In Drawing Mode": "Im Zeichenmodus bleiben", + "Symbol Search...": "Symbolsuche...", + "Change Symbol": "Symbol ändern", + "Change Symbol...": "Symbol ändern...", + "Change Interval...": "", + "Time Zone": "Zeitzone", + "TimeZone": "Zeitzone", + "Top Margin": "Oberer Seitenrand", + "Transparency": "Transparenz", + "Undo {0}": "Rückgängig", + "Undo": "Rückgängig", + "Unmerge Down": "Nach unten auseinanderführen", + "Unmerge Up": "Nach oben auseinanderführen", + "Visual Order": "Sichtbare Ordnung", + "Watermark": "Wasserzeichen", + "Show Objects Tree": "Objektbaum anzeigen", + "cursors-group-css-class": "", + "ABCD Pattern": "ABCD Muster", + "Anchored Text": "Verankerter Text", + "Arc": "Bogen", + "Arrow Mark Down": "Pfeil nach unten", + "Arrow Mark Left": "Pfeil nach links", + "Arrow Mark Right": "Pfeil nach rechts", + "Arrow Mark Up": "Pfeil nach oben", + "Balloon": "Sprechblase", + "Bars Pattern": "Bar Muster", + "Brush": "Pinsel", + "Callout": "Beschreibung", + "Circle Lines": "Ringe", + "Cross": "Kreuz", + "Cyclic Lines": "Zyklische Linien", + "Date Range": "Datumsbereich", + "Disjoint Angle": "Zerlegter Winkel", + "Dot": "Punkt", + "Elliott Labels": "Elliott Markierungen", + "Elliott Major Retracement": "Major Elliott Retracement", + "Elliott Minor Retracement": "Minor Elliott Retracement", + "Elliott Wave Cycle": "Elliot Wellen Cycle", + "Elliott Wave Minor": "Minor Elliott Welle", + "Elliott Wave Circle": "", + "Elliott Wave Subminuette": "Subminuette Elliott Welle", + "Ellipse": "", + "Eraser": "Radierer", + "Extended": "verlängert", + "Extended Line": "verlängerte Linie", + "Fib Channel": "Fib Kanal", + "Fib Circles": "Fib Kreise", + "Fib Retracement": "", + "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs (Bögen)", + "Fib Speed Resistance Fan": "Fib Speed Resistance Fan (Fächer)", + "Fib Spiral": "Fib Spirale", + "Fib Time Zone": "Fib Zeitzonen", + "Fib Wedge": "Fib Keil", + "Flag Mark": "Flagge", + "Flat Top/Bottom": "Flache Ober-/Unterseite", + "Flat Bottom": "Flache Unterseite", + "Forecast": "Prognose", + "Gann Box": "", + "Gann Fan": "Gann Fächer", + "Gann Square": "Gann Square (Quadrat)", + "Head & Shoulders": "Kopf- & Schulterformation", + "Horizontal Line": "Horizontale Linie", + "Horizontal Ray": "Horizontaler Linie", + "Icon": "Symbol", + "Inside Pitchfork": "Innenliegende Pitchfork", + "Long Position": "", + "Risk/Reward long": "Rendite/Risiko Long", + "Modified Schiff Pitchfork": "Modifizierte Schiff Pitchfork", + "Parallel Channel": "Paralleler Kanal", + "Pitchfan": "", + "Pitchfork": "", + "Polyline": "Linienzug", + "Price Label": "Preisschild", + "Price Range": "Preisspanne", + "Projection": "Projektion", + "Ray": "Strahl", + "Rectangle": "Rechteck", + "Regression Trend": "Regressions Trendlinie", + "Rotated Rectangle": "Gedrehtes Rechteck", + "Schiff Pitchfork": "", + "Schiff": "", + "Original": "", + "Modified Schiff": "Modifizierte Schiff", + "Inside": "Innerhalb", + "Short Position": "", + "Risk/Reward short": "Rendite/Risiko Short", + "Text": "", + "Comment": "Kommentar", + "Three Drivers Pattern": "Three Drivers Muster", + "Thumb Down": "Daumen runter", + "Thumb Up": "Daumen hoch", + "Trend Angle": "Trend Winkel", + "Trend Line": "Trend Winkel", + "Trend-Based Fib Extension": "Trend basierte Fib Extension", + "Trend-Based Fib Time": "Trend basierte Fib Zeit", + "Triangle Pattern": "Dreieck Muster", + "Triangle": "Dreieck", + "Vertical Line": "Vertikale Linie", + "XABCD Pattern": "XABCD Muster", + "Angle:": "Winkel:", + "Arcs": "Bögen", + "Background color 1": "Hintergrundfarbe 1", + "Background color 2": "Hintergrundfarbe 2", + "Background Color": "Hintergrundfarbe", + "Bar #": "", + "Border color": "Rahmenfarbe", + "Border Color": "Rahmenfarbe", + "Border": "Rahmen", + "Bottom Lables": "Markierungen an Unterseite", + "bottom": "Unterseite", + "center": "zentrieren", + "Channel": "Kanal", + "Coeffs As Percents": "Koeffizienten in Prozent", + "Color bars based on previous close": "Kursstäbe anhand des vorherigen Schlußkurses färben.", + "Color": "Farbe", + "Color:": "Farbe", + "Coordinates": "Koordinaten", + "Delete": "Löschen", + "Down Color": "Abwärtsfarbe", + "Drawings": "Zeichnungen", + "Entry price:": "Einstiegspreis:", + "Event": "", + "Events": "Ereignisse", + "Extend Left End": "Linkes Ende verlängern", + "Extend Left": "nach links verlängern", + "Extend Lines": "Linien verlängern", + "Extend Right End": "Rechtes Ende verlängern", + "Extend Right": "nach rechts verlängern", + "Extend": "Verlängern", + "Failure back color": "Hintergrundfarbe Misserfolg", + "Failure text color": "Textfarbe Misserfolg", + "Fans": "Fächer", + "Fill": "Füllen", + "Format": "", + "Graphics": "Grafiken", + "Grid": "Gitter", + "Help": "Hilfe", + "HLC Bars": "", + "Inputs": "", + "Label Background": "Markierungshintergrund", + "Label": "Markierung", + "Labels": "Markierungen", + "Left End": "linkes Ende", + "Left Labels": "linke Markierungen", + "left": "links", + "Level {0}": "", + "Levels": "Level", + "Lines": "Linien", + "Major": "Groß", + "Measure (Shift + Click on the chart)": "Abmessen (Shift + Klick auf den Chart)", + "Median": "Median Wert", + "middle": "Mitte", + "Middle": "Mitte", + "Minor": "Klein", + "Mode": "Modus", + "Normal": "", + "Plot": "", + "Price Levels": "Preisniveaus", + "Price Source": "Preisquelle", + "Price": "Preis", + "Price:": "Preis:", + "Prices": "Preise", + "Profit Background Color": "Gewinn Hintergrund Farbe", + "Profit Level. Ticks:": "Gewinnspanne. Ticks:", + "Properties": "Eigenschaften", + "Reverse": "Invertieren", + "Right End": "Rechtes Ende", + "Right Lables": "Rechte Markierungen", + "right": "rechts", + "Log Scale_scale_menu": "Logarithmische Skalierung", + "Percentage_scale_menu": "Prozentuale Skalierung", + "Scales": "Achsen", + "Settings": "Einstellungen", + "Show Background": "Hintergrund anzeigen", + "Show Bars Range": "Kursspanne anzeigen", + "Show Date/Time Range": "Datums-/Zeitspanne anzeigen", + "Show Distance": "Abstand anzeigen", + "Show Labels": "Markierungen anzeigen", + "Show Price Range": "Preisspanne anzeigen", + "Show Price": "Preise anzeigen", + "Show Prices": "Preise anzeigen", + "Show Text": "Text anzeigen", + "Show Time": "Zeit anzeigen", + "Show Wave": "Welle anzeigen", + "Show/Hide": "Anzeigen/Verbergen", + "Source back color": "Hintergrundfarbe Ursprung", + "Source border color": "Randfarbe Ursprung", + "Source text color": "Textfarbe Ursprung", + "Stay in Drawing Mode": "Im Zeichenmodus bleiben", + "Stop Background Color": "Hintergrundfarbe beenden", + "Stop Color:": "Stop Farbe:", + "Stop Level. Ticks:": "Stop Wert. Ticks:", + "Style": "Stil", + "Success back color": "Hintergrundfarbe Erfolg", + "Success text color": "Textfarbe Erfolg", + "Target back color": "Hintergrundfarbe Kursziel", + "Target border color": "Randfarbe Kursziel", + "Target Color:": "Kursziel Farbe:", + "Target text color": "Textfarbe Kursziel", + "Text Alignment:": "Textausrichtung:", + "Text color": "Textfarbe", + "Text Color": "Textfarbe", + "Text Font": "Schriftart", + "Text Wrap": "Zeilenumbruch", + "Text:": "", + "Time Levels": "Zeitebenen", + "Timezone/Sessions": "Zeitzone/Handelszeit", + "Top Labels": "Markierungen an Oberseite", + "top": "Oberseite", + "Up Color": "Aufwärtsfarbe", + "Wave Size": "Wellengröße", + "Wick": "Docht", + "Zoom In": "Vergrößern", + "Zoom Out": "Verkleinern", + "Borders": "Rahmen", + "Level": "", + "Hlines Background": "HLinien Hintergrund", + "Plots Background": "Plots Hintergrund", + "Open_line_tool_position": "Eröffnungskurs", + "Closed_line_tool_position": "Schlußkurs", + "{0} P&L: {1}": "", + "Risk/Reward Ratio: {0}": "Rendite/Risiko Verhältnis: {0}", + "Stop: {0} ({1}%)": "", + "Target: {0} ({1}%)": "Ziel: {0} ({1}%)", + "SUCCESS": "ERFOLG", + "FAILURE": "FEHLER", + "Left Shoulder": "Linke Schulter", + "Head": "Kopf", + "Right Shoulder": "Rechte Schulter", + "Mirrored": "Gespiegelt", + "Flipped": "Umgedreht", + "distance: {0}": "Abstand: {0}", + "day": "Tag", + "day_plural": "Tage", + "day_plural_1": "Tage", + "day_plural_2": "n/a", + "day_plural_5": "n/a", + "week": "Woche", + "week_plural": "Wochen", + "week_plural_1": "Wochen", + "week_plural_2": "n/a", + "week_plural_5": "n/a", + "month": "Monat", + "month_plural": "Monate", + "month_plural_1": "Monate", + "month_plural_2": "n/a", + "month_plural_5": "n/a", + "minute": "", + "minute_plural": "Minuten", + "minute_plural_1": "Minuten", + "minute_plural_2": "n/a", + "minute_plural_5": "n/a", + "hour": "Stunde", + "hour_plural": "Stunden", + "hour_plural_1": "Stunden", + "hour_plural_2": "n/a", + "hour_plural_5": "n/a", + "y_dates": "j", + "y_dates_plural": "j", + "y_dates_plural_1": "Jahre", + "y_dates_plural_2": "n/a", + "y_dates_plural_5": "n/a", + "h_dates": "h", + "D_dates": "T", + "W_dates": "W", + "M_dates": "M", + "d_dates": "t", + "m_dates": "m", + "in_dates": "in", + "Jan": "", + "Feb": "", + "Mar": "Mrz", + "Apr": "", + "May": "Mai", + "Jun": "", + "Jul": "", + "Aug": "", + "Sep": "", + "Oct": "Okt", + "Nov": "", + "Dec": "Dez", + "Objects Tree": "Objekbaum", + "Manage Drawings": "Zeichnungen bearbeiten", + "TOOL": "WERKZEUG", + "SYMBOL": "", + "Move Up": "Nach Oben", + "Move Down": "Nach Unten", + "All Exchanges": "Alle Börsen", + "All types": "Alle Instrumente", + "Stock": "Aktie", + "stock": "Aktie", + "Index": "", + "index": "", + "Futures": "", + "futures": "", + "Image URL": "Bild URL", + "Save image": "Bild speichern", + "or copy url:": "oder URL kopieren:", + "Redo {0}": "Wiederholen", + "Custom color...": "Benutzerdefinierte Farbe...", + "Search": "Suche", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "Eröffnung", + "High": "Hoch", + "Low": "Tief", + "Close": "Schluß", + "(H + L)/2": "", + "(H + L + C)/3": "", + "(O + H + L + C)/4": "", + "UTC": "", + "Exchange": "Börse", + "Athens": "Athen", + "Berlin": "", + "Bogota": "", + "Bangkok": "", + "Buenos Aires": "", + "Chicago": "", + "Hong Kong": "", + "Kolkata": "Kalkutta", + "London": "", + "Los Angeles": "", + "Madrid": "", + "Moscow": "", + "New York": "", + "Paris": "", + "Sao Paulo": "", + "Seoul": "", + "Shanghai": "", + "Singapore": "Singapur", + "Sydney": "", + "Taipei": "", + "Tehran": "", + "Tokyo": "", + "Toronto": "", + "Vancouver": "", + "Warsaw": "Warschau", + "n/a": "k.A.", + "Long_input": "Long", + "long_input": "Long", + "longlen_input": "Long Länge", + "Window Size_input": "Fenstergröße", + "Length_input": "Länge", + "length_input": "Länge", + "len_input": "Länge", + "Short_input": "Verkauf", + "short_input": "Verkaufen", + "shortlen_input": "Short Länge", + "Mult_input": "Multiplikator", + "mult_input": "Multiplizieren", + "divisor_input": "Divisor", + "Divisor_input": "Divisor", + "Upper": "Obergrenze", + "Lower": "Untergrenze", + "Long": "Kaufsignal", + "Short": "Verkaufssignal", + "Signal": "", + "Jaw": "", + "Teeth": "", + "Lips": "", + "Zero": "Null", + "WMA Length_input": "WMA Länge", + "Long RoC Length_input": "Long RoC Länge", + "Short RoC Length_input": "Short RoC Länge", + "jawLength_input": "Jaw Länge", + "teethLength_input": "Teeth Länge", + "lipsLength_input": "Lips Länge", + "percent_input": "Prozent", + "exponential_input": "exponentiell", + "smoothD_input": "Stochastic %D", + "smoothK_input": "Stochastic %K", + "Color 0": "Farbe 0", + "Color 1": "Farbe 1", + "Color 2": "Farbe 2", + "Color 3": "Farbe 3", + "Color 4": "Farbe 4", + "sym_input": "Symbol", + "symbol_input": "Symbol", + "Sym_input": "Symbol", + "DI Length_input": "DI Länge", + "ADX Smoothing_input": "ADX Glättung", + "displacement_input": "Verschiebung", + "Tenkan-sen": "", + "Kijun-sen": "", + "Chikou span": "", + "Senkou A": "", + "Senkou B": "", + "useTrueRange_input": "TrueRange verwenden", + "roclen1_input": "Länge RoC 1", + "roclen2_input": "Länge RoC 2", + "roclen3_input": "Länge RoC 3", + "roclen4_input": "Länge RoC 4", + "smalen1_input": "Länge MA 1", + "smalen2_input": "Länge MA 2", + "smalen3_input": "Länge MA 3", + "smalen4_input": "Länge MA 4", + "siglen_input": "Signal Länge", + "UpperLimit": "Obergrenze", + "LowerLimit": "Untergrenze", + "fastLength_input": "Fast Länge", + "slowLength_input": "Slow Länge", + "signalLength_input": "Signal Länge", + "start_input": "Startwert", + "increment_input": "Schrittgröße", + "maximum_input": "Maximalwert", + "showMA_input": "Gleitenden Durchschnitt anzeigen", + "show MA_input": "Show MA", + "Volume": "Volumen", + "Volume MA": "Volumen MA", + "Indicator": "Indikator", + "Oscillator": "Oszillator", + "lengthStoch_input": "Stochastic Länge", + "lengthRSI_input": "RSI Länge", + "sigma_input": "Sigma", + "Sigma_input": "Sigma", + "Crosses": "Kreuze", + "Click to set a point": "Klicken Sie, um einen Punkt zu setzen", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Bewegen Sie Ihren Finger zur Position des ersten Ankerpunkts.
2. Durch Antippen einer beliebigen Stelle wird der erste Ankerpunkt gesetzt.", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Bewegen Sie Ihren Finger zur Position des nächsten Ankerpunkts.
2. Durch Antippen einer beliebigen Stelle wird der nächste Ankerpunkt gesetzt.", + "retrying": "wiederholen", + "eod data": "EOD daten", + "eod delayed": "EOD verzögert", + "loading data": "laden von daten", + "invalid symbol": "ungültiges symbol", + "streaming": "", + "realtime": "", + "pre-market": "vorbörslich", + "post-market": "nachbörslich", + "closed": "geschlossen", + "Time Interval": "Zeitinterval", + "Show Symbol Labels": "Symbolkürzel anzeigen", + "Show Symbol Labels_context_menu": "Symbolkürzel anzeigen", + "Subminuette": "", + "Minuette": "", + "Minute": "", + "Intermediate": "", + "Primary": "", + "Cycle": "", + "SuperCycle": "", + "GrandSuperCycle": "", + "Lock": "Fixieren", + "Width": "Breite", + "Line With Breaks": "Linie mit Lücken", + "Area With Breaks": "Fläche mit Lücken", + "Type": "Typ", + "Simple": "Einfach", + "With Markers": "Mit Markierungen", + "Step": "Stufe", + "No drawings yet": "Noch keine Zeichnungen", + "Lock/Unlock": "Verriegeln/Entriegeln", + "deviation_input": "deviation", + "depth_input": "depth", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "", + "Show Only Studies": "", + "Show Only Drawings": "", + "Show All": "", + "Timezone/Sessions Properties...": "", + "Scale Price Chart Only": "", + "Open Interval Dialog": "", + "Note": "", + "Anchored Note": "", + "Scales Properties": "", + "Toggle Auto Scale": "", + "Toggle Log Scale": "", + "Toggle Percentage": "", + "auto_scale": "auto", + "Invalid Symbol": "", + "loading...": "", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "", + "Stats Text Color": "", + "Show Angle": "", + "Always Show Stats": "", + "Rename...": "", + "New": "", + "Load": "", + "Save": "", + "Rename Chart": "", + "{0} copy": "", + "Please enter chart name": "", + "Enter a new chart name": "", + "Load Chart": "", + "Chart Name": "", + "Chart name": "", + "Rename Chart Layout": "", + "Please enter chart layout name": "", + "Enter a new chart layout name": "", + "Load Layout Chart": "", + "Chart Layout Name": "", + "Chart layout name": "", + "NEW CHART LAYOUT": "", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "", + "Last Modified": "", + "Active Symbol": "", + "Fullscreen mode": "", + "Marker Color": "", + "Font Size": "", + "Save New Chart": "", + "Source_compare": "Source", + "YES": "", + "NO": "", + "Confirmation": "", + "Are you sure you want to delete this chart?": "", + "Hide Marks On Bars": "", + "Precise Labels": "", + "Copy Chart Layout": "", + "Load Chart Layout": "", + "Save New Chart Layout": "", + "The Extended Trading Hours feature is available only for intraday charts": "", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "", + "Date": "", + "Time": "", + "Alerts for the current symbol only": "", + "Alerts for the current resolution only": "", + "Hide inactive alerts": "", + "Stopped Manual": "", + "Expired": "", + "Triggered and Not Active": "", + "Error": "", + "Stopped": "", + "Active": "", + "Order": "", + "Actual": "", + "Prior": "", + "Company": "", + "Estimate": "", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "", + "Suggested ideas & my ideas": "", + "Ideas of the people I follow & my ideas": "", + "My ideas only": "", + "Create Alert": "", + "Pine Script Editor": "", + "Published ideas settings": "", + "Change Ideas filter": "", + "Show/Hide Drawings Toolbar": "", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "", + "Study Template": "", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "", + "Quotes are delayed by 10 min and updated every 30 seconds": "", + "delayed": "", + "Are you sure you want to delete this message?": "", + "Show only my sent and received messages": "", + "Maximize Chat": "", + "Detach Chat": "", + "Type your message here": "", + "Have something to say?": "", + "Attach chart snapshot": "", + "Insert emoticon": "", + "You can not vote twice for one message": "", + "English only, please": "", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "", + "Respecting Fellow Members": "", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "", + "No advertising allowed": "", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "", + "Custom...": "", + "Forex Talks": "", + "Forex": "", + "Stock And Index Talks": "", + "Bitcoin Talks": "", + "Bitcoin": "", + "Link to this chat...": "", + "Chat archives...": "", + "Edit room...": "", + "Delete room": "", + "There was an error posting your message.": "", + "Confirm": "", + "Are you sure you want to delete this room?": "", + "Show chart snapshot preview": "", + "Show only favorite rooms": "", + "Ignored users...": "", + "Launch chat in separate window": "", + "Link to this room...": "", + "Room archives...": "", + "You have no ignored users": "", + "Compare Add": "", + "Follow": "", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "", + "You are not logged in. Please sign in.": "", + "Info": "", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "", + "Home": "", + "Ideas": "", + "Scripts": "", + "Sign In": "", + "Join Now": "", + "Ideas Published": "", + "Followers": "", + "Following": "", + "Profile Settings": "", + "Public Profile": "", + "Update Status": "", + "Sign Out": "", + "E-mail for sms": "", + "Please, enter your e-mail": "", + "Crossing": "", + "Crossing Down": "", + "Crossing Up": "", + "Greater Than": "", + "Less Than": "", + "Entering Channel": "", + "Inside Channel": "", + "Outside Channel": "", + "Moving Up": "", + "Moving Down": "", + "Moving Up %": "", + "Moving Down %": "", + "Select user to start new chat with": "", + "You have no private messages yet": "", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "", + "Banned": "", + "No ideas matched your criteria": "", + "Favorite ideas": "", + "Only private ideas": "", + "Ideas for the current symbol only": "", + "Ideas for the current resolution only": "", + "Someone commented on your idea": "", + "Someone agreed/disagreed with your idea": "", + "Someone followed you": "", + "Someone replied to your comment": "", + "Someone commented on the idea you follow": "", + "Someone you follow post new comment": "", + "Someone you follow change status": "", + "Someone you follow published new idea": "", + "Someone published idea on symbol you follow": "", + "Notification sound": "", + "Additional Notifications Settings...": "", + "This is a temporary chart.": "", + "To save your work, sign up for FREE.": "", + "Sign Up for FREE": "", + "Data provided by BATS exchange.": "", + "Upgrade Now": "", + "This is EOD data with no updates.": "", + "You may subscribe for official realtime and intraday data.": "", + "Open Script": "", + "No saved scripts yet": "", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "", + "Create your first script now!": "", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "", + "No public library scripts were found.": "", + "Change band background": "", + "Change area background": "", + "Confirm replace": "", + "Note: default study templates won't be removed permanently": "", + "Do you realy want to replace": "", + "SCRIPT TITLE": "", + "TAGS": "", + "DESCRIPTION": "", + "PUBLISH SCRIPT": "", + "Pine Script Tutorial": "", + "Pine Script Reference": "", + "How to use the reference materials (Video)": "", + "Suggestions & Feedback": "", + "Clear Console": "", + "Are you sure you want to ignore messages from": "", + "ext": "", + "Toggle Maximize Chart": "", + "Plot dividends": "", + "Plot splits": "", + "Plot earnings": "", + "Vol": "", + "Want official data and more features?": "", + "Sessions": "", + "Trading Panel": "", + "Open Trading Panel": "", + "Select Layout": "", + "Link symbol to all charts": "", + "Link interval to all charts": "", + "Sync crosshair on all charts": "", + "Chart Help": "", + "No notifications yet": "", + "Watchlist, details and news": "", + "Alerts": "", + "Data Window": "", + "Hotlists": "", + "Calendar": "", + "Trading Notes": "", + "Recent Chats": "", + "Notifications": "", + "Watchlist": "", + "Details": "", + "Economic Calendar": "", + "Earnings Calendar": "", + "Hotlist": "", + "News": "", + "My Ideas and Notes": "", + "Alerts Log": "", + "Show Buy/Sell Panel": "", + "Show Active Orders Only": "", + "Journal...": "", + "Account History...": "", + "Reset Paper Trading Account...": "", + "Trading Properties...": "", + "Set Alert": "", + "Edit": "", + "All Talks": "", + "Volume Leaders": "", + "Percent Advances": "", + "Percent Declines": "", + "Price Advances": "", + "Price Declines": "", + "Range Advances": "", + "Range Declines": "", + "Gap Up Stocks": "", + "Gap Down Stocks": "", + "Sell Market": "", + "Sell": "", + "Buy Market": "", + "Buy": "", + "Keyboard Shortcuts": "", + "Help & Wiki": "", + "Send Feedback or Report an Issue": "", + "Priority Support": "", + "Run Product Walk-Through": "", + "Price Scale": "", + "MTPredictor": "", + "Apply Elliot Wave": "", + "Apply WPT Up Wave": "", + "Apply WPT Down Wave": "", + "Create New Order...": "", + "Trading": "", + "Add Alert": "", + "Extend Alert Line": "", + " alert label line": "alert label line", + "No study templates saved": "", + "Save Study Template As...": "", + "Show Splits on Chart": "", + "Show Earnings on Chart": "", + "Show Dividends on Chart": "", + "Show Alert Labels": "", + "Earnings breaks": "", + "Extended Alert Line": "", + "Themes": "", + "Events & Alerts": "", + "Apply Defaults": "", + "Extended Hours (Intraday Only)": "", + "In Session": "", + "Tools": "", + "Social": "", + "Angle": "", + "Publish Script": "", + "Add to Chart": "", + "Blank script": "", + "Advance Decline Line": "", + "Advance Decline Ratio": "", + "Arnaud Legoux Moving Average": "", + "Balance of Power": "", + "Chande Kroll Stop": "", + "Chop Zone": "", + "Conditional Expressions": "", + "Coppock Curve": "", + "Cumulative Volume Index": "", + "Divergence Indicator": "", + "Klinger Oscillator": "", + "Least Squares Moving Average": "", + "MA Cross": "", + "Mass Index": "", + "McGinley Dynamic": "", + "Net Volume": "", + "Smoothed Moving Average": "", + "True Strength Indicator": "", + "Volume Oscillator": "", + "Vortex Indicator": "", + "Woodies CCI": "", + "Accumulation/Distribution": "", + "Advance/Decline Ratio (Bars)": "", + "Aroon": "", + "Average True Range": "", + "Awesome Oscillator": "", + "Bollinger Bands": "", + "Bollinger Bands %B": "", + "Bollinger Bands Width": "", + "Chaikin Money Flow": "", + "Chaikin Oscillator": "", + "Chande Momentum Oscillator": "", + "Choppiness Index": "", + "Commodity Channel Index": "", + "Connors RSI": "", + "Correlation Coeff": "", + "Detrended Price Oscillator": "", + "Directional Movement Index": "", + "Donchian Channels": "", + "Double Exponential Moving Average": "", + "Ease of Movement": "", + "Elder's Force Index": "", + "Envelope": "", + "Fisher Transform": "", + "Function Definition": "", + "Historical Volatility": "", + "Hull MA": "", + "Ichimoku Cloud": "", + "Keltner Channels": "", + "Know Sure Thing": "", + "Linear Regression Curve": "", + "Momentum": "", + "Money Flow": "", + "Moving Average Exponential": "", + "Moving Avarage Weighted": "", + "Moving Average": "", + "Moving Average Convergence/Divergence": "", + "On Balance Volume": "", + "Parabolic SAR": "", + "Plot Offsets": "", + "Price Oscillator": "", + "Price Volume Trend": "", + "Rate Of Change": "", + "Relative Strength Index": "", + "Relative Vigor Index": "", + "Relative Volatility Index": "", + "SMI Ergodic Indicator/Oscillator": "", + "Stochastic": "", + "Stochastic RSI": "", + "Triple EMA": "", + "TRIX": "", + "Ultimate Oscillator": "", + "VWAP": "", + "VWMA": "", + "Willams %R": "", + "Williams Alligator": "", + "Moderators Warning Messages": "" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/el.json b/charting_library/static/localization/translations/el.json new file mode 100644 index 00000000..b842eb3f --- /dev/null +++ b/charting_library/static/localization/translations/el.json @@ -0,0 +1,1443 @@ +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "Επεξεργαστής σεναρίων", + " Published Charts Timeline": "Ημερολόγιο δημοσιευμένων γραφημάτων", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "Bar's Style", + "Chart Properties": "Ιδιότητες γραφήματος", + "Compare": "Σύγκριση", + "Compare...": "Σύγκριση...", + "Compare or Add Symbol...": "Σύγκριση ή Προσθήκη Συμβόλου...", + "Compare or Add Symbol": "Σύγκριση ή Προσθήκη Συμβόλου", + "Add Symbol": "Εισαγωγή Συμβόλου", + "Scales Properties...": "Ιδιότητες Κλίμακας", + "Add": "Προσθήκη", + "Company Comparison": "Σύγκριση Εταιρείας", + "Indicators, Fundamentals, Economy and Add-ons": "Δείκτες, Θεμελιώδη, οικονομικά στοιχεία και πρόσθετα", + "Economy & Symbols": "Οικονομικά στοιχεία και Σύμβολα", + "Bars": "Bars", + "Candles": "Candles", + "Hollow Candles": "Hollow Candles", + "Line": "Line", + "Permanent link to this message": "Permanent link to this message", + "Area": "Area", + "Message settings": "Message settings", + "Heiken Ashi": "Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Ιστόγραμμα", + "Cross_chart_type": "Cross", + "Crosshair": "Crosshair", + "Columns": "Στήλες", + "Circles": "Circles", + "Indicators": "Τέχν. Δείκτες", + "Favorites": "Αγαπημένα", + "Technical Analysis": "Τεχνική Ανάλυση", + "No indicators matched your criteria.": "Δε βρέθηκαν Τέχνικο. Δείκτες που να ταιριάζουν με τα κριτήρια αναζήτησης", + "Add to favorites": "Προσθήκη στα αγαπημένα", + "Remove from favorites": "Διαγραφή απο τα αγαπημένα", + "No symbols matched your criteria": "Δε βρέθηκαν σύμβολα", + "Add any symbol from the list": "Εισαγωγή συμβόλου απο τη λίστα", + "Overlay the main chart": "Overlay the main chart", + "Symbols to be added on the chart": "Σύμβολα που θα προστεθούν στο γράφημα", + "Symbol": "Σύμβολο", + "Default": "Προεπιλογή", + "Defaults": "Προεπιλογές", + "OK": "OK", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Άκυρο", + " color": "χρώμα", + " transparency": "διαφάνεια", + " visibility": "visibility", + "Add To Watchlist": "Add To Watchlist", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Εφαρμογή", + "Arguments in Header": "Arguments in Header", + "Arrow": "Arrow", + "Auto Scale": "Αυτόματη κλίμακα", + "Background": "Υπόβαθρο", + "bars": "bars", + "bars_margin": "bars", + "{0} bars": "{0} bars", + "Bottom Margin": "Bottom Margin", + "Bring Forward": "Μετακίνηση μπροστά", + "Bring to Front": "Τοποθέτηση μπροστά", + "Clone": "Κλωνοποίηση", + "Color Theme": "Χρωματικό Θέμα", + "Copy": "Αντιγραφή", + "Extended Hours": "Extended Hours", + "Format...": "Διαμόρφωση...", + "Source Code...": "Source Code...", + "Full Screen": "Πλήρης Οθόνη", + "Grid Lines": "Γραμμές Πλέγματος", + "Hide All Drawing Tools": "Απόκρυψη Εργαλείων Σχεδίασης", + "Drawing Tools": "Drawing Tools", + "Hide": "Απόκρυψη", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Προσθήκη Εργαλείου Σχεδίασης", + "Insert Indicator...": "Προσθήκη Τεχικού Δείκτη...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Τελευταία Τιμή στον Άξονα Τιμών", + "Link To": "Σύνδεση Με", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Load New Bars", + "Lock All Drawing Tools": "Κλείδωμα Εργαλείων Σχεδίασης", + "Lock Scale": "Κλεϊδωμα Κλίμακας", + "Lock scale": "Κλείδωμα κλίμακας", + "Log Scale": "Λογαριθμική κλίμακα", + "log": "λογαριθμική", + "Magnet Mode": "Magnet Mode", + "Merge Down": "Συγχώνευση προς τα κάτω", + "Merge Up": "Συγχώνευση προς τα πάνω", + "Objects Tree...": "Δέντρο Αντικειμένων", + "Offset": "Offset", + "Override Min Tick": "Override Min Tick", + "Percentage": "Ποσοστό", + "Precision": "Ακρίβεια", + "Price Line": "Γραμμή Τιμής", + "Properties...": "Ιδιότητες...", + "Redo": "Redo", + "Remove All Drawing Tools": "Αφαίρεση όλων των εργαλείων σχεδίασης", + "Remove All Studies": "Remove All Studies", + "Remove All Indicators": "Αφαίρεση όλων των Τεχνικών Δεικτών", + "Remove": "Αφαίρεση", + "Reset Chart": "Επαναφορά Γραφήματος", + "Reset Scale": "Επαναφορά Κλίμακας", + "Reset": "Επαναφορά", + "Right Margin": "Περιθώριο Δεξιά", + "Save As...": "Αποθήκευση ως...", + "Scale Left": "Αριστερή Κλίμακα", + "Scale Percentage": "Ποσοστιαία Κλίμακα", + "Scale Right": "Δεξια Κλίμακα", + "Scale Series Only": "Scale Series Only", + "Scale series only": "Scale series only", + "Scale Series only": "Scale Series only", + "Scales Lines": "Scales Lines", + "Scales Text": "Scales Text", + "Scaling": "Scaling", + "Screen (No Scale)": "Screen (No Scale)", + "Send Backward": "Μετακίνηση προς τα πίσω", + "Send to Back": "Τοποθέτηση πίσω", + "Session Breaks": "Session Breaks", + "Show Arguments in Header": "Show Arguments in Header", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Εμφάνιση Τελευταίας Τιμής στον Άξονα Τιμών", + "Show Left Axis": "Εμφάνιση Αριστερού Άξονα", + "Show Right Axis": "Εμφάνιση Δεξιού Άξονα", + "Show": "Εμφάνιση", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Παραμονή στη Λειτουργία Σχεδίασης", + "Symbol Search...": "Αναζήτησή Συμβόλου...", + "Change Symbol": "Αλλαγή Συμβόλου", + "Change Symbol...": "Αλλαγή Συμβόλου...", + "Change Interval...": "Change Interval...", + "Time Zone": "Ζώνη Ώρας", + "TimeZone": "Ζώνη ώρας", + "Top Margin": "Περιθώριο Πάνω", + "Transparency": "Διαφάνεια", + "Undo {0}": "Αναίρεση {0}", + "Undo": "Αναίρεση", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Unmerge Down", + "Unmerge Up": "Unmerge Up", + "Visual Order": "Σειρά Εμφάνισης", + "Watermark": "Watermark", + "Show Objects Tree": "Εμφάνιση Δέντρου Αντικειμένων", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD Pattern", + "Anchored Text": "Καρφιτσωμένο κείμενο", + "Arc": "Arc", + "Arrow Mark Down": "Arrow Mark Down", + "Arrow Mark Left": "Arrow Mark Left", + "Arrow Mark Right": "Arrow Mark Right", + "Arrow Mark Up": "Arrow Mark Up", + "Balloon": "Balloon", + "Bars Pattern": "Bars Pattern", + "Brush": "Brush", + "Callout": "Callout", + "Circle Lines": "Circle Lines", + "Cross": "Cross", + "Cyclic Lines": "Cyclic Lines", + "Date Range": "Εύρος ημ/νιας", + "Disjoint Angle": "Disjoint Angle", + "Dot": "Dot", + "Elliott Labels": "Elliott Labels", + "Elliott Major Retracement": "Elliott Major Retracement", + "Elliott Minor Retracement": "Elliott Minor Retracement", + "Elliott Wave Cycle": "Elliott Wave Cycle", + "Elliott Wave Minor": "Elliott Wave Minor", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "Ellipse", + "Value": "Value", + "Eraser": "Eraser", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Extended", + "Extended Line": "Extended Line", + "Fib Channel": "Fib Channel", + "Fib Circles": "Fib Circles", + "Fib Retracement": "Fib Retracement", + "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", + "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", + "Fib Spiral": "Fib Spiral", + "Fib Time Zone": "Fib Time Zone", + "Fib Wedge": "Fib Wedge", + "Flag Mark": "Flag Mark", + "Flat Top/Bottom": "Flat Top/Bottom", + "Flat Bottom": "Flat Bottom", + "Forecast": "Πρόβλεψη", + "Gann Box": "Gann Box", + "Gann Fan": "Gann Fan", + "Gann Square": "Gann Square", + "Head & Shoulders": "Head & Shoulders", + "Horizontal Line": "Horizontal Line", + "Horizontal Ray": "Horizontal Ray", + "Icon": "Εικονίδιο", + "Inside Pitchfork": "Inside Pitchfork", + "Long Position": "Long Position", + "Risk/Reward long": "Risk/Reward long", + "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", + "Parallel Channel": "Parallel Channel", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Polyline", + "Price Label": "Price Label", + "Price Range": "Price Range", + "Projection": "Projection", + "Ray": "Ray", + "Rectangle": "Rectangle", + "Regression Trend": "Regression Trend", + "Rotated Rectangle": "Rotated Rectangle", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Original", + "Modified Schiff": "Modified Schiff", + "Inside": "Inside", + "Short Position": "Short Position", + "Risk/Reward short": "Risk/Reward short", + "Text": "Κείμενο", + "Comment": "Σχόλιο", + "Three Drivers Pattern": "Three Drivers Pattern", + "Thumb Down": "Thumb Down", + "Thumb Up": "Thumb Up", + "Trend Angle": "Trend Angle", + "Trend Line": "Trend Line", + "Trend-Based Fib Extension": "Trend-Based Fib Extension", + "Trend-Based Fib Time": "Trend-Based Fib Time", + "Triangle Pattern": "Triangle Pattern", + "Triangle": "Triangle", + "Vertical Line": "Vertical Line", + "XABCD Pattern": "XABCD Pattern", + "Angle:": "Γωνία:", + "Arcs": "Arcs", + "Background color 1": "Χρωμα υπόβαθρου 1", + "Background color 2": "Χρώμα υπόβαθρου 2", + "Background Color": "Χρώμα Υπόβαθρου", + "Bar #": "Bar #", + "Border color": "Border color", + "Border Color": "Border Color", + "Border": "Border", + "Bottom Lables": "Bottom Lables", + "bottom": "bottom", + "center": "center", + "Channel": "Channel", + "Coeffs As Percents": "Coeffs As Percents", + "Color bars based on previous close": "Color bars based on previous close", + "Color": "Χρώμα", + "Color:": "Χρώμα:", + "Coordinates": "Συντεταγμένες", + "Delete": "Διαγραφή", + "Down Color": "Down Color", + "Drawings": "Σχέδια", + "Entry price:": "Entry price:", + "Event": "Event", + "Events": "Γεγονότα", + "Extend Left End": "Extend Left End", + "Extend Left": "Extend Left", + "Extend Lines": "Extend Lines", + "Extend Right End": "Extend Right End", + "Extend Right": "Extend Right", + "Extend": "Extend", + "Failure back color": "Failure back color", + "Failure text color": "Failure text color", + "Fans": "Fans", + "Fill": "Γέμιση", + "Format": "Διαμόρφωση", + "Graphics": "Graphics", + "Grid": "Πλέγμα", + "Help": "Βοήθεια", + "HLC Bars": "HLC Bars", + "Inputs": "Inputs", + "Label Background": "Υπόβαθρο Ετικέτας", + "Label": "Ετικέτα", + "Labels": "Ετικέτες", + "Left End": "Left End", + "Left Labels": "Ετικέτες Δεξιά", + "Right Labels": "Right Labels", + "left": "δεξιά", + "Level {0}": "Level {0}", + "Levels": "Levels", + "Lines": "Lines", + "Major": "Major", + "Measure (Shift + Click on the chart)": "Μέτρηση (Shift + Click στο γράφημα)", + "Median": "Median", + "middle": "middle", + "Middle": "Middle", + "Minor": "Minor", + "Mode": "Mode", + "Normal": "Normal", + "Plot": "Plot", + "Price Levels": "Price Levels", + "Price Source": "Price Source", + "Price": "Τιμή", + "Price:": "Τιμή:", + "Prices": "Τιμές", + "Profit Background Color": "Profit Background Color", + "Profit Level. Ticks:": "Profit Level. Ticks:", + "Properties": "Ιδιότητες", + "Reverse": "Reverse", + "Right End": "Right End", + "Right Lables": "Right Lables", + "right": "right", + "Log Scale_scale_menu": "Λογαριθμική Κλίμακα", + "Percentage_scale_menu": "Ποσοστό", + "Scales": "Κλίμακες", + "Settings": "Ρυθμίσεις", + "Show Background": "Εμφάνιση Υπόβαθρου", + "Show Bars Range": "Show Bars Range", + "Show Date/Time Range": "Εμφάνιση εύρους ημ/νιας", + "Show Distance": "Εμφάνιση Διαστήματος", + "Show Labels": "Εμφάνιση Ετικετών", + "Show Price Range": "Εμφάνιση Εύρους Τιμών", + "Show Price": "Εμφάνιση Τιμής", + "Show Prices": "Εμφάνιση Τιμών", + "Show Text": "Εμφάνιση Κειμένου", + "Show Time": "Εμφάνιση Ώρας", + "Show Wave": "Εμφάνιση Κυματισμού", + "Show/Hide": "Εμφάνιση/Απόκρυψη", + "Source back color": "Source back color", + "Source border color": "Source border color", + "Source text color": "Source text color", + "Stay in Drawing Mode": "Παραμονή στη Λειτουργία Σχεδίασης", + "Stop Background Color": "Stop Background Color", + "Stop Color:": "Stop Color:", + "Stop Level. Ticks:": "Stop Level. Ticks:", + "Style": "Στυλ", + "Success back color": "Success back color", + "Success text color": "Success text color", + "Target back color": "Target back color", + "Target border color": "Target border color", + "Target Color:": "Target Color:", + "Target text color": "Target text color", + "Text Alignment:": "Στοίχιση Κειμένου:", + "Text color": "Χρώμα κειμένου", + "Text Color": "Χρώμα Κειμένου", + "Text Font": "Γραμματοσειρα", + "Text Wrap": "Text Wrap", + "Text:": "Κείμενο:", + "Time Levels": "Time Levels", + "Timezone/Sessions": "Timezone/Sessions", + "Top Labels": "Ετικέτες Πάνω", + "Bottom Labels": "Bottom Labels", + "top": "πάνω", + "Up Color": "Up Color", + "Wave Size": "Μέγεθος Κυματισμού", + "Wick": "Wick", + "Zoom In": "Μεγέθυνση", + "Zoom Out": "Σμίκρυνση", + "Borders": "Περιθώρια", + "Level": "Level", + "Hlines Background": "Hlines Background", + "Plots Background": "Plots Background", + "Open_line_tool_position": "Opened", + "Closed_line_tool_position": "Closed", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Target: {0} ({1}%)", + "SUCCESS": "ΕΠΙΤΥΧΙΑ", + "FAILURE": "ΑΠΟΤΥΧΙΑ", + "Left Shoulder": "Left Shoulder", + "Head": "Head", + "Right Shoulder": "Right Shoulder", + "Mirrored": "Mirrored", + "Flipped": "Flipped", + "distance: {0}": "απόσταση: {0}", + "day": null, + "week": null, + "month": null, + "minute": null, + "hour": null, + "y_dates": null, + "h_dates": "ω", + "D_dates": "Ημ", + "W_dates": "Εβ", + "M_dates": "Μην.", + "d_dates": "d", + "m_dates": "m", + "in_dates": "σε", + "Jan": "Ιαν", + "Feb": "Φεβ", + "Mar": "Μαρ", + "Apr": "Απρ", + "May": "Μαι", + "Jun": "Ιουν", + "Jul": "Ιουλ", + "Aug": "Αυγ", + "Sep": "Σεπ", + "Oct": "Οκτ", + "Nov": "Νοε", + "Dec": "Δεκ", + "Objects Tree": "Δέντρο αντικειμένων", + "Manage Drawings": "Διαχείριση σχεδίων", + "TOOL": "ΕΡΓΑΛΕΙΟ", + "SYMBOL": "ΣΥΜΒΟΛΟ", + "Move Up": "Μετακίνηση πάνω", + "Move Down": "Μετακίνηση κάτω", + "All Exchanges": "Όλες οι αγορές", + "All types": "Όλοι οι τύποι", + "Stock": "Μετοχή", + "stock": "μετοχή", + "Index": "Δείκτης", + "index": "δείκτης", + "Futures": "Παράγωγα", + "futures": "παράγωγα", + "Image URL": "URL εικόνας", + "Save image": "Αποθήκευση εικόνας", + "or copy url:": "ή αντιγραφή URL", + "Redo {0}": "Redo {0}", + "Custom color...": "Αλλο χρώμα...", + "Search": "Αναζήτησή", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "Άνοιγμα", + "High": "Υψηλό", + "Low": "Χαμηλό", + "Close": "Κλείσιμο", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "Exchange", + "Athens": "Αθηνα", + "Berlin": "Berlin", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Kolkata", + "London": "London", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Moscow", + "New York": "New York", + "Paris": "Paris", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seoul", + "Shanghai": "Shanghai", + "Singapore": "Singapore", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Tehran", + "Tokyo": "Tokyo", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Warsaw", + "n/a": "n/a", + "Long_input": "Long", + "long_input": "long", + "longlen_input": "long length", + "Window Size_input": "Μέγεθος παραθύρου", + "Length_input": "Length", + "length_input": "length", + "len_input": "length", + "Short_input": "Short", + "short_input": "short", + "shortlen_input": "Short Length", + "Mult_input": "Πολλαπλασιαστής", + "mult_input": "πολλαπλασιαστής", + "divisor_input": "διαιρέτης", + "Divisor_input": "Διαιρέτης", + "Upper": "Upper", + "Lower": "Lower", + "Long": "Long", + "Short": "Short", + "Signal": "Signal", + "Jaw": "Jaw", + "Teeth": "Teeth", + "Lips": "Lips", + "Zero": "Zero", + "WMA Length_input": "WMA Length", + "Long RoC Length_input": "Long RoC Length", + "Short RoC Length_input": "Short RoC Length", + "jawLength_input": "Jaw Length", + "teethLength_input": "Teeth Length", + "lipsLength_input": "Lips Length", + "percent_input": "Percent", + "exponential_input": "Exponential", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "Χρωμα 0", + "Color 1": "Χρωμα 1", + "Color 2": "Χρωμα 2", + "Color 3": "Χρωμα 3", + "Color 4": "Χρωμα 4", + "sym_input": "σύμβολο", + "symbol_input": "σύμβολο", + "Sym_input": "Σύμβολο", + "DI Length_input": "DI Length", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "displacement", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Use True Range", + "roclen1_input": "RoC Length 1", + "roclen2_input": "RoC Length 2", + "roclen3_input": "RoC Length 3", + "roclen4_input": "RoC Length 4", + "smalen1_input": "SMA Length 1", + "smalen2_input": "SMA Length 2", + "smalen3_input": "SMA Length 3", + "smalen4_input": "SMA Length 4", + "siglen_input": "Signal Length", + "UpperLimit": "Upper Limit", + "LowerLimit": "Lower Limit", + "Limit": "Limit", + "fastLength_input": "Fast Length", + "slowLength_input": "Slow Length", + "signalLength_input": "Signal Length", + "start_input": "Αρχή", + "increment_input": "Increment", + "maximum_input": "Μέγιστο", + "showMA_input": "Εμφάνιση κινητού μέσου", + "show MA_input": "Εμφάνιση κινητού μέσου", + "Volume": "Όγκος", + "Volume MA": "Volume MA", + "Indicator": "Indicator", + "Oscillator": "Oscillator", + "lengthStoch_input": "Stoch length", + "lengthRSI_input": "RSI length", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Crosses", + "Click to set a point": "Κάντε κλικ για να δημιουργία σημείου", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", + "retrying": "προσπαθώ ξανά", + "eod data": "κλεισίματα", + "eod delayed": "με καθυστέρηση", + "loading data": "ενημέρωση δεδομένων", + "invalid symbol": "άκυρο σύμβολο", + "streaming": "streaming", + "realtime": "realtime", + "pre-market": "pre-market", + "post-market": "post-market", + "closed": "αγορά κλειστή", + "Time Interval": "Χρονικό εύρος", + "Show Symbol Labels": "Εμφάνιση τίτλων συμβόλων", + "Show Symbol Labels_context_menu": "Εμφάνιση τίτλων συμβόλων", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minute", + "Intermediate": "Intermediate", + "Primary": "Primary", + "Cycle": "Cycle", + "SuperCycle": "SuperCycle", + "GrandSuperCycle": "GrandSuperCycle", + "Lock": "Κλείδωμα", + "Width": "Πλάτος", + "Line With Breaks": "Line With Breaks", + "Area With Breaks": "Area With Breaks", + "Type": "Τύπος", + "Simple": "Simple", + "With Markers": "With Markers", + "Step": "Βήμα", + "No drawings yet": "Δεν υπάρχουν ακομα σχέδια", + "Lock/Unlock": "Κλείδωμα/Ξεκλείδωμα", + "deviation_input": "απόκλιση", + "depth_input": "βάθος", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Κινητός μέσος όρος", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Ταλαντωτής όγκου", + "Volume_study": "Όγκος", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Κινητός μέσος ελαχίστων τετραγώνων", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Αλλαγή διαστήματος", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Εμφάνιση σχεδίων μόνο", + "Show All": "Εμφάνιση όλων", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Άνοιγμα διαλόγου διαστήματος", + "Note": "Σημείωση", + "Anchored Note": "Καρφιτσωμένη σημείωση", + "Scales Properties": "Ιδιότητες κλίμακας", + "Toggle Auto Scale": "Αυτόματη κλίμακα", + "Toggle Log Scale": "Λογαριθμική κλίμακα", + "Toggle Percentage": "Ποσοστιαία κλίμακα", + "auto_scale": "αυτοματο", + "Invalid Symbol": "Άκυρο σύμβολο", + "loading...": "ενημέρωση...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Μη εφαρμόσιμο", + "Stats Text Color": "Χρώμα κειμένου στατιστικών", + "Show Angle": "Εμφάνιση γωνίας", + "Always Show Stats": "Εμφάνιζε πάντα στατιστικά", + "Rename...": "Μετονομασία...", + "New": "New", + "Load": "Φόρτωμα", + "Save": "Αποθήκευση", + "Rename Chart": "Μετονομασία γραφήματος", + "{0} copy": "{0} αντιγράφω", + "Please enter chart name": "Παρακαλώ γράψτε το όνομα του γραφήματος", + "Enter a new chart name": "Γράψτε ένα νέο όνομα για το γράφημα", + "Load Chart": "Φόρτωμα γραφήματος", + "Chart Name": "Όνομα γραφήματος", + "Chart name": "Όνομα γραφήματος", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Τελευταία αλλαγή", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Ενεργό σύμβολο", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Λειτουργία πλήρους οθόνης", + "Marker Color": "Χρωμα υπογράμμισης", + "Font Size": "Μέγεθος γραμματοσειράς", + "Save New Chart": "Αποθήκευση νέου γραφήματος", + "Source_compare": "Πηγή", + "YES": "ΝΑΙ", + "Yes": "Yes", + "No": "No", + "NO": "ΟΧΙ", + "Confirmation": "Επιβεβαίωση", + "Are you sure you want to delete this chart?": "Θέλετε σιγουρα να διαγραφεί το γράφημα;", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" +} \ No newline at end of file diff --git a/charting_library/static/localization/translations/en.json b/charting_library/static/localization/translations/en.json index 1b916610..0d9f51aa 100644 --- a/charting_library/static/localization/translations/en.json +++ b/charting_library/static/localization/translations/en.json @@ -1,664 +1,1449 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label", - "Script Editor": "Script Editor", - " Published Charts Timeline": "Published Charts Timeline", - "SMA": "SMA", - "Bar's Style": "Bar's Style", - "Chart Properties": "Chart Properties", - "Compare": "Compare", - "Compare...": "Compare...", - "Compare or Add Symbol...": "Compare or Add Symbol...", - "Compare or Add Symbol": "Compare or Add Symbol", - "Add Symbol": "Add Symbol", - "Scales Properties...": "Scales Properties...", - "Add": "Add", - "Company Comparison": "Company Comparison", - "Indicators, Fundamentals, Economy and Add-ons": "Indicators, Fundamentals, Economy and Add-ons", - "Economy & Symbols": "Economy & Symbols", - "Bars": "Bars", - "Candles": "Candles", - "Hollow Candles": "Hollow Candles", - "Line": "Line", - "Area": "Area", - "Heiken Ashi": "Heiken Ashi", - "Histogram": "Histogram", - "Cross_chart_type": "Cross", - "Crosshair": "Crosshair", - "Columns": "Columns", - "Circles": "Circles", - "Indicators": "Indicators", - "Favorites": "Favorites", - "Technical Analysis": "Technical Analysis", - "No indicators matched your criteria.": "No indicators matched your criteria.", - "Add to favorites": "Add to favorites", - "Remove from favorites": "Remove from favorites", - "No symbols matched your criteria": "No symbols matched your criteria", - "Add any symbol from the list": "Add any symbol from the list", - "Overlay the main chart": "Overlay the main chart", - "Symbols to be added on the chart": "Symbols to be added on the chart", - "Symbol": "Symbol", - "Default": "Default", - "Defaults": "Defaults", - "OK": "OK", - "Cancel": "Cancel", - " color": "color", - " transparency": "transparency", - " visibility": "visibility", - "Add To Watchlist": "Add To Watchlist", - "Apply": "Apply", - "Arguments in Header": "Arguments in Header", - "Arrow": "Arrow", - "Auto Scale": "Auto Scale", - "Background": "Background", - "bars": "bars", - "bars_margin": "bars", - "{0} bars": "{0} bars", - "Bottom Margin": "Bottom Margin", - "Bring Forward": "Bring Forward", - "Bring to Front": "Bring to Front", - "Clone": "Clone", - "Color Theme": "Color Theme", - "Copy": "Copy", - "Extended Hours": "Extended Hours", - "Format...": "Format...", - "Full Screen": "Full Screen", - "Grid Lines": "Grid Lines", - "Hide All Drawing Tools": "Hide All Drawing Tools", - "Hide": "Hide", - "Insert Drawing Tool": "Insert Drawing Tool", - "Insert Indicator...": "Insert Indicator...", - "Last Value on Price Scale": "Last Value on Price Scale", - "Link To": "Link To", - "Load New Bars": "Load New Bars", - "Lock All Drawing Tools": "Lock All Drawing Tools", - "Lock Scale": "Lock Scale", - "Lock scale": "Lock scale", - "Log Scale": "Log Scale", - "log": "log", - "Magnet Mode": "Magnet Mode", - "Merge Down": "Merge Down", - "Merge Up": "Merge Up", - "Objects Tree...": "Objects Tree...", - "Offset": "Offset", - "Override Min Tick": "Override Min Tick", - "Percentage": "Percentage", - "Precision": "Precision", - "Price Line": "Price Line", - "Properties...": "Properties...", - "Redo": "Redo", - "Remove All Drawing Tools": "Remove All Drawing Tools", - "Remove All Studies": "Remove All Studies", - "Remove All Indicators": "Remove All Indicators", - "Remove": "Remove", - "Reset Chart": "Reset Chart", - "Reset Scale": "Reset Scale", - "Reset": "Reset", - "Right Margin": "Right Margin", - "Save As...": "Save As...", - "Scale Left": "Scale Left", - "Scale Percentage": "Scale Percentage", - "Scale Right": "Scale Right", - "Scale Series Only": "Scale Series Only", - "Scale series only": "Scale series only", - "Scale Series only": "Scale Series only", - "Scales Lines": "Scales Lines", - "Scales Text": "Scales Text", - "Scaling": "Scaling", - "Screen (No Scale)": "Screen (No Scale)", - "Send Backward": "Send Backward", - "Send to Back": "Send to Back", - "Session Breaks": "Session Breaks", - "Show Arguments in Header": "Show Arguments in Header", - "Show Last Value on Price Scale": "Show Last Value on Price Scale", - "Show Left Axis": "Show Left Axis", - "Show Right Axis": "Show Right Axis", - "Show": "Show", - "Stay In Drawing Mode": "Stay In Drawing Mode", - "Symbol Search...": "Symbol Search...", - "Change Symbol": "Change Symbol", - "Change Symbol...": "Change Symbol...", - "Time Zone": "Time Zone", - "TimeZone": "TimeZone", - "Top Margin": "Top Margin", - "Transparency": "Transparency", - "Undo {0}": "Undo {0}", - "Undo": "Undo", - "Unmerge Down": "Unmerge Down", - "Unmerge Up": "Unmerge Up", - "Visual Order": "Visual Order", - "Watermark": "Watermark", - "Show Objects Tree": "Show Objects Tree", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "ABCD Pattern", - "Anchored Text": "Anchored Text", - "Arc": "Arc", - "Arrow Mark Down": "Arrow Mark Down", - "Arrow Mark Left": "Arrow Mark Left", - "Arrow Mark Right": "Arrow Mark Right", - "Arrow Mark Up": "Arrow Mark Up", - "Balloon": "Balloon", - "Bars Pattern": "Bars Pattern", - "Brush": "Brush", - "Callout": "Callout", - "Circle Lines": "Circle Lines", - "Cross": "Cross", - "Cyclic Lines": "Cyclic Lines", - "Date Range": "Date Range", - "Disjoint Angle": "Disjoint Angle", - "Dot": "Dot", - "Elliott Labels": "Elliott Labels", - "Elliott Major Retracement": "Elliott Major Retracement", - "Elliott Minor Retracement": "Elliott Minor Retracement", - "Elliott Wave Cycle": "Elliott Wave Cycle", - "Elliott Wave Minor": "Elliott Wave Minor", - "Elliott Wave Subminuette": "Elliott Wave Subminuette", - "Ellipse": "Ellipse", - "Eraser": "Eraser", - "Extended": "Extended", - "Extended Line": "Extended Line", - "Fib Channel": "Fib Channel", - "Fib Circles": "Fib Circles", - "Fib Retracement": "Fib Retracement", - "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", - "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", - "Fib Spiral": "Fib Spiral", - "Fib Time Zone": "Fib Time Zone", - "Fib Wedge": "Fib Wedge", - "Flag Mark": "Flag Mark", - "Flat Top/Bottom": "Flat Top/Bottom", - "Flat Bottom": "Flat Bottom", - "Forecast": "Forecast", - "Gann Box": "Gann Box", - "Gann Fan": "Gann Fan", - "Gann Square": "Gann Square", - "Head & Shoulders": "Head & Shoulders", - "Horizontal Line": "Horizontal Line", - "Horizontal Ray": "Horizontal Ray", - "Icon": "Icon", - "Inside Pitchfork": "Inside Pitchfork", - "Long Position": "Long Position", - "Risk/Reward long": "Risk/Reward long", - "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", - "Parallel Channel": "Parallel Channel", - "Pitchfan": "Pitchfan", - "Pitchfork": "Pitchfork", - "Polyline": "Polyline", - "Price Label": "Price Label", - "Price Range": "Price Range", - "Projection": "Projection", - "Ray": "Ray", - "Rectangle": "Rectangle", - "Regression Trend": "Regression Trend", - "Rotated Rectangle": "Rotated Rectangle", - "Schiff Pitchfork": "Schiff Pitchfork", - "Schiff": "Schiff", - "Original": "Original", - "Modified Schiff": "Modified Schiff", - "Inside": "Inside", - "Short Position": "Short Position", - "Risk/Reward short": "Risk/Reward short", - "Text": "Text", - "Comment": "Comment", - "Three Drivers Pattern": "Three Drivers Pattern", - "Thumb Down": "Thumb Down", - "Thumb Up": "Thumb Up", - "Trend Angle": "Trend Angle", - "Trend Line": "Trend Line", - "Trend-Based Fib Extension": "Trend-Based Fib Extension", - "Trend-Based Fib Time": "Trend-Based Fib Time", - "Triangle Pattern": "Triangle Pattern", - "Triangle": "Triangle", - "Vertical Line": "Vertical Line", - "XABCD Pattern": "XABCD Pattern", - "Angle:": "Angle:", - "Arcs": "Arcs", - "Background color 1": "Background color 1", - "Background color 2": "Background color 2", - "Background Color": "Background Color", - "Bar #": "Bar #", - "Border color": "Border color", - "Border Color": "Border Color", - "Border": "Border", - "Bottom Lables": "Bottom Lables", - "bottom": "bottom", - "center": "center", - "Channel": "Channel", - "Coeffs As Percents": "Coeffs As Percents", - "Color bars based on previous close": "Color bars based on previous close", - "Color": "Color", - "Color:": "Color:", - "Coordinates": "Coordinates", - "Delete": "Delete", - "Down Color": "Down Color", - "Drawings": "Drawings", - "Entry price:": "Entry price:", - "Events": "Events", - "Extend Left End": "Extend Left End", - "Extend Left": "Extend Left", - "Extend Lines": "Extend Lines", - "Extend Right End": "Extend Right End", - "Extend Right": "Extend Right", - "Extend": "Extend", - "Failure back color": "Failure back color", - "Failure text color": "Failure text color", - "Fans": "Fans", - "Fill": "Fill", - "Format": "Format", - "Graphics": "Graphics", - "Grid": "Grid", - "Help": "Help", - "HLC Bars": "HLC Bars", - "Inputs": "Inputs", - "Label Background": "Label Background", - "Label": "Label", - "Labels": "Labels", - "Left End": "Left End", - "Left Labels": "Left Labels", - "left": "left", - "Level {0}": "Level {0}", - "Levels": "Levels", - "Lines": "Lines", - "Major": "Major", - "Measure (Shift + Click on the chart)": "Measure (Shift + Click on the chart)", - "Median": "Median", - "middle": "middle", - "Middle": "Middle", - "Minor": "Minor", - "Mode": "Mode", - "Normal": "Normal", - "Plot": "Plot", - "Price Levels": "Price Levels", - "Price Source": "Price Source", - "Price": "Price", - "Price:": "Price:", - "Prices": "Prices", - "Profit Background Color": "Profit Background Color", - "Profit Level. Ticks:": "Profit Level. Ticks:", - "Properties": "Properties", - "Reverse": "Reverse", - "Right End": "Right End", - "Right Lables": "Right Lables", - "right": "right", - "Log Scale_scale_menu": "Log Scale", - "Percentage_scale_menu": "Percentage", - "Scales": "Scales", - "Settings": "Settings", - "Show Background": "Show Background", - "Show Bars Range": "Show Bars Range", - "Show Date/Time Range": "Show Date/Time Range", - "Show Distance": "Show Distance", - "Show Labels": "Show Labels", - "Show Price Range": "Show Price Range", - "Show Price": "Show Price", - "Show Prices": "Show Prices", - "Show Text": "Show Text", - "Show Time": "Show Time", - "Show Wave": "Show Wave", - "Show/Hide": "Show/Hide", - "Source back color": "Source back color", - "Source border color": "Source border color", - "Source text color": "Source text color", - "Stay in Drawing Mode": "Stay in Drawing Mode", - "Stop Background Color": "Stop Background Color", - "Stop Color:": "Stop Color:", - "Stop Level. Ticks:": "Stop Level. Ticks:", - "Style": "Style", - "Success back color": "Success back color", - "Success text color": "Success text color", - "Target back color": "Target back color", - "Target border color": "Target border color", - "Target Color:": "Target Color:", - "Target text color": "Target text color", - "Text Alignment:": "Text Alignment:", - "Text color": "Text color", - "Text Color": "Text Color", - "Text Font": "Text Font", - "Text Wrap": "Text Wrap", - "Text:": "Text:", - "Time Levels": "Time Levels", - "Timezone/Sessions": "Timezone/Sessions", - "Top Labels": "Top Labels", - "top": "top", - "Up Color": "Up Color", - "Wave Size": "Wave Size", - "Wick": "Wick", - "Zoom In": "Zoom In", - "Zoom Out": "Zoom Out", - "Borders": "Borders", - "Level": "Level", - "Hlines Background": "Hlines Background", - "Plots Background": "Plots Background", - "Open_line_tool_position": "Opened", - "Closed_line_tool_position": "Closed", - "{0} P&L: {1}": "{0} P&L: {1}", - "Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}", - "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", - "Target: {0} ({1}%)": "Target: {0} ({1}%)", - "SUCCESS": "SUCCESS", - "FAILURE": "FAILURE", - "Left Shoulder": "Left Shoulder", - "Head": "Head", - "Right Shoulder": "Right Shoulder", - "Mirrored": "Mirrored", - "Flipped": "Flipped", - "distance: {0}": "distance: {0}", - "day": "day", - "day_plural": "days", - "day_plural_1": "day_plural_1", - "day_plural_2": "day_plural_2", - "day_plural_5": "day_plural_5", - "week": "week", - "week_plural": "weeks", - "week_plural_1": "week_plural_1", - "week_plural_2": "week_plural_2", - "week_plural_5": "week_plural_5", - "month": "month", - "month_plural": "months", - "month_plural_1": "month_plural_1", - "month_plural_2": "month_plural_2", - "month_plural_5": "month_plural_5", - "minute": "minute", - "minute_plural": "minutes", - "minute_plural_1": "minute_plural_1", - "minute_plural_2": "minute_plural_2", - "minute_plural_5": "minute_plural_5", - "hour": "hour", - "hour_plural": "hours", - "hour_plural_1": "hour_plural_1", - "hour_plural_2": "hour_plural_2", - "hour_plural_5": "hour_plural_5", - "y_dates": "y", - "y_dates_plural": "y", - "y_dates_plural_1": "y_dates_plural_1", - "y_dates_plural_2": "y_dates_plural_2", - "y_dates_plural_5": "y_dates_plural_5", - "h_dates": "h", - "D_dates": "D", - "W_dates": "W", - "M_dates": "M", - "d_dates": "d", - "m_dates": "m", - "in_dates": "in", - "Jan": "Jan", - "Feb": "Feb", - "Mar": "Mar", - "Apr": "Apr", - "May": "May", - "Jun": "Jun", - "Jul": "Jul", - "Aug": "Aug", - "Sep": "Sep", - "Oct": "Oct", - "Nov": "Nov", - "Dec": "Dec", - "Objects Tree": "Objects Tree", - "Manage Drawings": "Manage Drawings", - "TOOL": "TOOL", - "SYMBOL": "SYMBOL", - "Move Up": "Move Up", - "Move Down": "Move Down", - "All Exchanges": "All Exchanges", - "All types": "All types", - "Stock": "Stock", - "stock": "stock", - "Index": "Index", - "index": "index", - "Futures": "Futures", - "futures": "futures", - "Image URL": "Image URL", - "Save image": "Save image", - "or copy url:": "or copy url:", - "Redo {0}": "Redo {0}", - "Custom color...": "Custom color...", - "Search": "Search", - "Open_in_legend": "O", - "High_in_legend": "H", - "Low_in_legend": "L", - "Close_in_legend": "C", - "Open": "Open", - "High": "High", - "Low": "Low", - "Close": "Close", - "(H + L)/2": "(H + L)/2", - "(H + L + C)/3": "(H + L + C)/3", - "(O + H + L + C)/4": "(O + H + L + C)/4", - "UTC": "UTC", - "Exchange": "Exchange", - "Athens": "Athens", - "Berlin": "Berlin", - "Bogota": "Bogota", - "Bangkok": "Bangkok", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Kolkata", - "London": "London", - "Los Angeles": "Los Angeles", - "Madrid": "Madrid", - "Moscow": "Moscow", - "New York": "New York", - "Paris": "Paris", - "Seoul": "Seoul", - "Shanghai": "Shanghai", - "Singapore": "Singapore", - "Sydney": "Sydney", - "Taipei": "Taipei", - "Tehran": "Tehran", - "Tokyo": "Tokyo", - "Toronto": "Toronto", - "Vancouver": "Vancouver", - "Warsaw": "Warsaw", - "n/a": "n/a", - "Long_input": "Long", - "long_input": "long", - "longlen_input": "long length", - "Window Size_input": "Window Size", - "Length_input": "Length", - "length_input": "length", - "len_input": "length", - "Short_input": "Short", - "short_input": "short", - "shortlen_input": "Short Length", - "Mult_input": "Multiplier", - "mult_input": "multiplier", - "divisor_input": "divisor", - "Divisor_input": "Divisor", - "Upper": "Upper", - "Lower": "Lower", - "Long": "Long", - "Short": "Short", - "Signal": "Signal", - "Jaw": "Jaw", - "Teeth": "Teeth", - "Lips": "Lips", - "Zero": "Zero", - "WMA Length_input": "WMA Length", - "Long RoC Length_input": "Long RoC Length", - "Short RoC Length_input": "Short RoC Length", - "jawLength_input": "Jaw Length", - "teethLength_input": "Teeth Length", - "lipsLength_input": "Lips Length", - "percent_input": "Percent", - "exponential_input": "Exponential", - "smoothD_input": "Smooth D", - "smoothK_input": "Smooth K", - "Color 0": "Color 0", - "Color 1": "Color 1", - "Color 2": "Color 2", - "Color 3": "Color 3", - "Color 4": "Color 4", - "sym_input": "symbol", - "symbol_input": "symbol", - "Sym_input": "Symbol", - "DI Length_input": "DI Length", - "ADX Smoothing_input": "ADX Smoothing", - "displacement_input": "displacement", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Use True Range", - "roclen1_input": "RoC Length 1", - "roclen2_input": "RoC Length 2", - "roclen3_input": "RoC Length 3", - "roclen4_input": "RoC Length 4", - "smalen1_input": "SMA Length 1", - "smalen2_input": "SMA Length 2", - "smalen3_input": "SMA Length 3", - "smalen4_input": "SMA Length 4", - "siglen_input": "Signal Length", - "UpperLimit": "Upper Limit", - "LowerLimit": "Lower Limit", - "fastLength_input": "Fast Length", - "slowLength_input": "Slow Length", - "signalLength_input": "Signal Length", - "start_input": "Start", - "increment_input": "Increment", - "maximum_input": "Maximum", - "showMA_input": "Show MA", - "show MA_input": "Show MA", - "Volume": "Volume", - "Volume MA": "Volume MA", - "Indicator": "Indicator", - "Oscillator": "Oscillator", - "lengthStoch_input": "Stoch length", - "lengthRSI_input": "RSI length", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "Crosses", - "Click to set a point": "Click to set a point", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", - "retrying": "retrying", - "eod data": "eod data", - "eod delayed": "eod delayed", - "loading data": "loading data", - "invalid symbol": "invalid symbol", - "streaming": "streaming", - "realtime": "realtime", - "pre-market": "pre-market", - "post-market": "post-market", - "closed": "closed", - "Time Interval": "Time Interval", - "Show Symbol Labels": "Show Symbol Labels", - "Show Symbol Labels_context_menu": "Show Symbol Labels", - "Subminuette": "Subminuette", - "Minuette": "Minuette", - "Minute": "Minute", - "Intermediate": "Intermediate", - "Primary": "Primary", - "Cycle": "Cycle", - "SuperCycle": "SuperCycle", - "GrandSuperCycle": "GrandSuperCycle", - "Lock": "Lock", - "Width": "Width", - "Line With Breaks": "Line With Breaks", - "Area With Breaks": "Area With Breaks", - "Type": "Type", - "Simple": "Simple", - "With Markers": "With Markers", - "Step": "Step", - "No drawings yet": "No drawings yet", - "Lock/Unlock": "Lock/Unlock", - "deviation_input": "deviation", - "depth_input": "depth", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "Script Editor", + " Published Charts Timeline": "Published Charts Timeline", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "Bar's Style", + "Chart Properties": "Chart Properties", + "Compare": "Compare", + "Compare...": "Compare...", + "Compare or Add Symbol...": "Compare or Add Symbol...", + "Compare or Add Symbol": "Compare or Add Symbol", + "Add Symbol": "Add Symbol", + "Scales Properties...": "Scales Properties...", + "Add": "Add", + "Company Comparison": "Company Comparison", + "Indicators, Fundamentals, Economy and Add-ons": "Indicators, Fundamentals, Economy and Add-ons", + "Economy & Symbols": "Economy & Symbols", + "Bars": "Bars", + "Candles": "Candles", + "Hollow Candles": "Hollow Candles", + "Line": "Line", + "Permanent link to this message": "Permanent link to this message", + "Area": "Area", + "Message settings": "Message settings", + "Heiken Ashi": "Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Histogram", + "Cross_chart_type": "Cross", + "Crosshair": "Crosshair", + "Columns": "Columns", + "Circles": "Circles", + "Indicators": "Indicators", + "Favorites": "Favorites", + "Technical Analysis": "Technical Analysis", + "No indicators matched your criteria.": "No indicators matched your criteria.", + "Add to favorites": "Add to favorites", + "Remove from favorites": "Remove from favorites", + "No symbols matched your criteria": "No symbols matched your criteria", + "Add any symbol from the list": "Add any symbol from the list", + "Overlay the main chart": "Overlay the main chart", + "Symbols to be added on the chart": "Symbols to be added on the chart", + "Symbol": "Symbol", + "Default": "Default", + "Defaults": "Defaults", + "OK": "OK", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Cancel", + " color": "color", + " transparency": "transparency", + " visibility": "visibility", + "Add To Watchlist": "Add To Watchlist", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Apply", + "Arguments in Header": "Arguments in Header", + "Arrow": "Arrow", + "Auto Scale": "Auto Scale", + "Background": "Background", + "bars": "bars", + "bars_margin": "bars", + "{0} bars": "{0} bars", + "Bottom Margin": "Bottom Margin", + "Bring Forward": "Bring Forward", + "Bring to Front": "Bring to Front", + "Clone": "Clone", + "Color Theme": "Color Theme", + "Copy": "Copy", + "Extended Hours": "Extended Hours", + "Format...": "Format...", + "Source Code...": "Source Code...", + "Full Screen": "Full Screen", + "Grid Lines": "Grid Lines", + "Hide All Drawing Tools": "Hide All Drawing Tools", + "Drawing Tools": "Drawing Tools", + "Hide": "Hide", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Insert Drawing Tool", + "Insert Indicator...": "Insert Indicator...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Last Value on Price Scale", + "Link To": "Link To", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Load New Bars", + "Lock All Drawing Tools": "Lock All Drawing Tools", + "Lock Scale": "Lock Scale", + "Lock scale": "Lock scale", + "Log Scale": "Log Scale", + "log": "log", + "Magnet Mode": "Magnet Mode", + "Merge Down": "Merge Down", + "Merge Up": "Merge Up", + "Objects Tree...": "Objects Tree...", + "Offset": "Offset", + "Override Min Tick": "Override Min Tick", + "Percentage": "Percentage", + "Precision": "Precision", + "Price Line": "Price Line", + "Properties...": "Properties...", + "Redo": "Redo", + "Remove All Drawing Tools": "Remove All Drawing Tools", + "Remove All Studies": "Remove All Studies", + "Remove All Indicators": "Remove All Indicators", + "Remove": "Remove", + "Reset Chart": "Reset Chart", + "Reset Scale": "Reset Scale", + "Reset": "Reset", + "Right Margin": "Right Margin", + "Save As...": "Save As...", + "Scale Left": "Scale Left", + "Scale Percentage": "Scale Percentage", + "Scale Right": "Scale Right", + "Scale Series Only": "Scale Series Only", + "Scale series only": "Scale series only", + "Scale Series only": "Scale Series only", + "Scales Lines": "Scales Lines", + "Scales Text": "Scales Text", + "Scaling": "Scaling", + "Screen (No Scale)": "Screen (No Scale)", + "Send Backward": "Send Backward", + "Send to Back": "Send to Back", + "Session Breaks": "Session Breaks", + "Show Arguments in Header": "Show Arguments in Header", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Show Last Value on Price Scale", + "Show Left Axis": "Show Left Axis", + "Show Right Axis": "Show Right Axis", + "Show": "Show", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Stay In Drawing Mode", + "Symbol Search...": "Symbol Search...", + "Change Symbol": "Change Symbol", + "Change Symbol...": "Change Symbol...", + "Change Interval...": "Change Interval...", + "Time Zone": "Time Zone", + "TimeZone": "TimeZone", + "Top Margin": "Top Margin", + "Transparency": "Transparency", + "Undo {0}": "Undo {0}", + "Undo": "Undo", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Unmerge Down", + "Unmerge Up": "Unmerge Up", + "Visual Order": "Visual Order", + "Watermark": "Watermark", + "Show Objects Tree": "Show Objects Tree", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD Pattern", + "Anchored Text": "Anchored Text", + "Arc": "Arc", + "Arrow Mark Down": "Arrow Mark Down", + "Arrow Mark Left": "Arrow Mark Left", + "Arrow Mark Right": "Arrow Mark Right", + "Arrow Mark Up": "Arrow Mark Up", + "Balloon": "Balloon", + "Bars Pattern": "Bars Pattern", + "Brush": "Brush", + "Callout": "Callout", + "Circle Lines": "Circle Lines", + "Cross": "Cross", + "Cyclic Lines": "Cyclic Lines", + "Date Range": "Date Range", + "Disjoint Angle": "Disjoint Angle", + "Dot": "Dot", + "Elliott Labels": "Elliott Labels", + "Elliott Major Retracement": "Elliott Major Retracement", + "Elliott Minor Retracement": "Elliott Minor Retracement", + "Elliott Wave Cycle": "Elliott Wave Cycle", + "Elliott Wave Minor": "Elliott Wave Minor", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "Ellipse", + "Value": "Value", + "Eraser": "Eraser", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Extended", + "Extended Line": "Extended Line", + "Fib Channel": "Fib Channel", + "Fib Circles": "Fib Circles", + "Fib Retracement": "Fib Retracement", + "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", + "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", + "Fib Spiral": "Fib Spiral", + "Fib Time Zone": "Fib Time Zone", + "Fib Wedge": "Fib Wedge", + "Flag Mark": "Flag Mark", + "Flat Top/Bottom": "Flat Top/Bottom", + "Flat Bottom": "Flat Bottom", + "Forecast": "Forecast", + "Gann Box": "Gann Box", + "Gann Fan": "Gann Fan", + "Gann Square": "Gann Square", + "Head & Shoulders": "Head & Shoulders", + "Horizontal Line": "Horizontal Line", + "Horizontal Ray": "Horizontal Ray", + "Icon": "Icon", + "Inside Pitchfork": "Inside Pitchfork", + "Long Position": "Long Position", + "Risk/Reward long": "Risk/Reward long", + "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", + "Parallel Channel": "Parallel Channel", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Polyline", + "Price Label": "Price Label", + "Price Range": "Price Range", + "Projection": "Projection", + "Ray": "Ray", + "Rectangle": "Rectangle", + "Regression Trend": "Regression Trend", + "Rotated Rectangle": "Rotated Rectangle", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Original", + "Modified Schiff": "Modified Schiff", + "Inside": "Inside", + "Short Position": "Short Position", + "Risk/Reward short": "Risk/Reward short", + "Text": "Text", + "Comment": "Comment", + "Three Drivers Pattern": "Three Drivers Pattern", + "Thumb Down": "Thumb Down", + "Thumb Up": "Thumb Up", + "Trend Angle": "Trend Angle", + "Trend Line": "Trend Line", + "Trend-Based Fib Extension": "Trend-Based Fib Extension", + "Trend-Based Fib Time": "Trend-Based Fib Time", + "Triangle Pattern": "Triangle Pattern", + "Triangle": "Triangle", + "Vertical Line": "Vertical Line", + "XABCD Pattern": "XABCD Pattern", + "Angle:": "Angle:", + "Arcs": "Arcs", + "Background color 1": "Background color 1", + "Background color 2": "Background color 2", + "Background Color": "Background Color", + "Bar #": "Bar #", + "Border color": "Border color", + "Border Color": "Border Color", + "Border": "Border", + "Bottom Lables": "Bottom Lables", + "bottom": "bottom", + "center": "center", + "Channel": "Channel", + "Coeffs As Percents": "Coeffs As Percents", + "Color bars based on previous close": "Color bars based on previous close", + "Color": "Color", + "Color:": "Color:", + "Coordinates": "Coordinates", + "Delete": "Delete", + "Down Color": "Down Color", + "Drawings": "Drawings", + "Entry price:": "Entry price:", + "Event": "Event", + "Events": "Events", + "Extend Left End": "Extend Left End", + "Extend Left": "Extend Left", + "Extend Lines": "Extend Lines", + "Extend Right End": "Extend Right End", + "Extend Right": "Extend Right", + "Extend": "Extend", + "Failure back color": "Failure back color", + "Failure text color": "Failure text color", + "Fans": "Fans", + "Fill": "Fill", + "Format": "Format", + "Graphics": "Graphics", + "Grid": "Grid", + "Help": "Help", + "HLC Bars": "HLC Bars", + "Inputs": "Inputs", + "Label Background": "Label Background", + "Label": "Label", + "Labels": "Labels", + "Left End": "Left End", + "Left Labels": "Left Labels", + "Right Labels": "Right Labels", + "left": "left", + "Level {0}": "Level {0}", + "Levels": "Levels", + "Lines": "Lines", + "Major": "Major", + "Measure (Shift + Click on the chart)": "Measure (Shift + Click on the chart)", + "Median": "Median", + "middle": "middle", + "Middle": "Middle", + "Minor": "Minor", + "Mode": "Mode", + "Normal": "Normal", + "Plot": "Plot", + "Price Levels": "Price Levels", + "Price Source": "Price Source", + "Price": "Price", + "Price:": "Price:", + "Prices": "Prices", + "Profit Background Color": "Profit Background Color", + "Profit Level. Ticks:": "Profit Level. Ticks:", + "Properties": "Properties", + "Reverse": "Reverse", + "Right End": "Right End", + "Right Lables": "Right Lables", + "right": "right", + "Log Scale_scale_menu": "Log Scale", + "Percentage_scale_menu": "Percentage", + "Scales": "Scales", + "Settings": "Settings", + "Show Background": "Show Background", + "Show Bars Range": "Show Bars Range", + "Show Date/Time Range": "Show Date/Time Range", + "Show Distance": "Show Distance", + "Show Labels": "Show Labels", + "Show Price Range": "Show Price Range", + "Show Price": "Show Price", + "Show Prices": "Show Prices", + "Show Text": "Show Text", + "Show Time": "Show Time", + "Show Wave": "Show Wave", + "Show/Hide": "Show/Hide", + "Source back color": "Source back color", + "Source border color": "Source border color", + "Source text color": "Source text color", + "Stay in Drawing Mode": "Stay in Drawing Mode", + "Stop Background Color": "Stop Background Color", + "Stop Color:": "Stop Color:", + "Stop Level. Ticks:": "Stop Level. Ticks:", + "Style": "Style", + "Success back color": "Success back color", + "Success text color": "Success text color", + "Target back color": "Target back color", + "Target border color": "Target border color", + "Target Color:": "Target Color:", + "Target text color": "Target text color", + "Text Alignment:": "Text Alignment:", + "Text color": "Text color", + "Text Color": "Text Color", + "Text Font": "Text Font", + "Text Wrap": "Text Wrap", + "Text:": "Text:", + "Time Levels": "Time Levels", + "Timezone/Sessions": "Timezone/Sessions", + "Top Labels": "Top Labels", + "Bottom Labels": "Bottom Labels", + "top": "top", + "Up Color": "Up Color", + "Wave Size": "Wave Size", + "Wick": "Wick", + "Zoom In": "Zoom In", + "Zoom Out": "Zoom Out", + "Borders": "Borders", + "Level": "Level", + "Hlines Background": "Hlines Background", + "Plots Background": "Plots Background", + "Open_line_tool_position": "Opened", + "Closed_line_tool_position": "Closed", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Target: {0} ({1}%)", + "SUCCESS": "SUCCESS", + "FAILURE": "FAILURE", + "Left Shoulder": "Left Shoulder", + "Head": "Head", + "Right Shoulder": "Right Shoulder", + "Mirrored": "Mirrored", + "Flipped": "Flipped", + "distance: {0}": "distance: {0}", + "day": "day", + "day_plural": "days", + "week": "week", + "week_plural": "weeks", + "month": "month", + "month_plural": "months", + "minute": "minute", + "minute_plural": "minutes", + "hour": "hour", + "hour_plural": "hours", + "y_dates": "y", + "y_dates_plural": "y", + "h_dates": "h", + "D_dates": "D", + "W_dates": "W", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "in", + "Jan": "Jan", + "Feb": "Feb", + "Mar": "Mar", + "Apr": "Apr", + "May": "May", + "Jun": "Jun", + "Jul": "Jul", + "Aug": "Aug", + "Sep": "Sep", + "Oct": "Oct", + "Nov": "Nov", + "Dec": "Dec", + "Objects Tree": "Objects Tree", + "Manage Drawings": "Manage Drawings", + "TOOL": "TOOL", + "SYMBOL": "SYMBOL", + "Move Up": "Move Up", + "Move Down": "Move Down", + "All Exchanges": "All Exchanges", + "All types": "All types", + "Stock": "Stock", + "stock": "stock", + "Index": "Index", + "index": "index", + "Futures": "Futures", + "futures": "futures", + "Image URL": "Image URL", + "Save image": "Save image", + "or copy url:": "or copy url:", + "Redo {0}": "Redo {0}", + "Custom color...": "Custom color...", + "Search": "Search", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "Open", + "High": "High", + "Low": "Low", + "Close": "Close", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "Exchange", + "Athens": "Athens", + "Berlin": "Berlin", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Kolkata", + "London": "London", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Moscow", + "New York": "New York", + "Paris": "Paris", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seoul", + "Shanghai": "Shanghai", + "Singapore": "Singapore", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Tehran", + "Tokyo": "Tokyo", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Warsaw", + "n/a": "n/a", + "Long_input": "Long", + "long_input": "long", + "longlen_input": "long length", + "Window Size_input": "Window Size", + "Length_input": "Length", + "length_input": "length", + "len_input": "length", + "Short_input": "Short", + "short_input": "short", + "shortlen_input": "Short Length", + "Mult_input": "Multiplier", + "mult_input": "multiplier", + "divisor_input": "divisor", + "Divisor_input": "Divisor", + "Upper": "Upper", + "Lower": "Lower", + "Long": "Long", + "Short": "Short", + "Signal": "Signal", + "Jaw": "Jaw", + "Teeth": "Teeth", + "Lips": "Lips", + "Zero": "Zero", + "WMA Length_input": "WMA Length", + "Long RoC Length_input": "Long RoC Length", + "Short RoC Length_input": "Short RoC Length", + "jawLength_input": "Jaw Length", + "teethLength_input": "Teeth Length", + "lipsLength_input": "Lips Length", + "percent_input": "Percent", + "exponential_input": "Exponential", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "Color 0", + "Color 1": "Color 1", + "Color 2": "Color 2", + "Color 3": "Color 3", + "Color 4": "Color 4", + "sym_input": "symbol", + "symbol_input": "symbol", + "Sym_input": "Symbol", + "DI Length_input": "DI Length", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "displacement", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Use True Range", + "roclen1_input": "RoC Length 1", + "roclen2_input": "RoC Length 2", + "roclen3_input": "RoC Length 3", + "roclen4_input": "RoC Length 4", + "smalen1_input": "SMA Length 1", + "smalen2_input": "SMA Length 2", + "smalen3_input": "SMA Length 3", + "smalen4_input": "SMA Length 4", + "siglen_input": "Signal Length", + "UpperLimit": "Upper Limit", + "LowerLimit": "Lower Limit", + "Limit": "Limit", + "fastLength_input": "Fast Length", + "slowLength_input": "Slow Length", + "signalLength_input": "Signal Length", + "start_input": "Start", + "increment_input": "Increment", + "maximum_input": "Maximum", + "showMA_input": "Show MA", + "show MA_input": "Show MA", + "Volume": "Volume", + "Volume MA": "Volume MA", + "Indicator": "Indicator", + "Oscillator": "Oscillator", + "lengthStoch_input": "Stoch length", + "lengthRSI_input": "RSI length", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Crosses", + "Click to set a point": "Click to set a point", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", + "retrying": "retrying", + "eod data": "eod data", + "eod delayed": "eod delayed", + "loading data": "loading data", + "invalid symbol": "invalid symbol", + "streaming": "streaming", + "realtime": "realtime", + "pre-market": "pre-market", + "post-market": "post-market", + "closed": "closed", + "Time Interval": "Time Interval", + "Show Symbol Labels": "Show Symbol Labels", + "Show Symbol Labels_context_menu": "Show Symbol Labels", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minute", + "Intermediate": "Intermediate", + "Primary": "Primary", + "Cycle": "Cycle", + "SuperCycle": "SuperCycle", + "GrandSuperCycle": "GrandSuperCycle", + "Lock": "Lock", + "Width": "Width", + "Line With Breaks": "Line With Breaks", + "Area With Breaks": "Area With Breaks", + "Type": "Type", + "Simple": "Simple", + "With Markers": "With Markers", + "Step": "Step", + "No drawings yet": "No drawings yet", + "Lock/Unlock": "Lock/Unlock", + "deviation_input": "deviation", + "depth_input": "depth", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "Show All", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Note", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "auto", + "Invalid Symbol": "Invalid Symbol", + "loading...": "loading...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "Rename...", + "New": "New", + "Load": "Load", + "Save": "Save", + "Rename Chart": "Rename Chart", + "{0} copy": "{0} copy", + "Please enter chart name": "Please enter chart name", + "Enter a new chart name": "Enter a new chart name", + "Load Chart": "Load Chart", + "Chart Name": "Chart Name", + "Chart name": "Chart name", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Last Modified", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Active Symbol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Fullscreen mode", + "Marker Color": "Marker Color", + "Font Size": "Font Size", + "Save New Chart": "Save New Chart", + "Source_compare": "Source", + "YES": "YES", + "Yes": "Yes", + "No": "No", + "NO": "NO", + "Confirmation": "Confirmation", + "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/es.json b/charting_library/static/localization/translations/es.json index 29f6909f..05f74749 100644 --- a/charting_library/static/localization/translations/es.json +++ b/charting_library/static/localization/translations/es.json @@ -1,664 +1,1449 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label-nocap", - "Script Editor": "Editor de pantalla", - " Published Charts Timeline": "Mostrar linea de tiempo del gráfico", - "SMA": "SMA", - "Bar's Style": "Estilo de barras", - "Chart Properties": "Propiedades del Gráfico", - "Compare": "Comparar", - "Compare...": "Comparar", - "Compare or Add Symbol...": "Comparar/ Agregar simbolo...", - "Compare or Add Symbol": "Comparar/ Agregar Simbolo", - "Add Symbol": "Añadir símbolo", - "Scales Properties...": "Propiedades del balance...", - "Add": "Agregar", - "Company Comparison": "Comparación de la compañia", - "Indicators, Fundamentals, Economy and Add-ons": "Indicadores, fundamentales, economía y Add-ons", - "Economy & Symbols": "Economia/ Simbolos", - "Bars": "Barras", - "Candles": "Velas", - "Hollow Candles": "Velas Hollow", - "Line": "Linea", - "Area": "Area", - "Heiken Ashi": "Heiken Ashi", - "Histogram": "Histograma", - "Cross_chart_type": "Tipo de gráfico cruzado", - "Crosshair": "Punto de Mira", - "Columns": "Columnas", - "Circles": "Circulos", - "Indicators": "Indicadores", - "Favorites": "Favoritos", - "Technical Analysis": "Análisis Técnico", - "No indicators matched your criteria.": "No hay indicadores que coincidan con esos criterios.", - "Add to favorites": "Añadir a favoritos", - "Remove from favorites": "Eliminar de favoritos", - "No symbols matched your criteria": "No hay símbolos que coincidan con esos criterios", - "Add any symbol from the list": "Agregar algun símbolo de la lista", - "Overlay the main chart": "Superposición del gráfico principal", - "Symbols to be added on the chart": "Símbolos para ser agregados en el gráfico", - "Symbol": "Símbolo", - "Default": "Defecto", - "Defaults": "Defectos", - "OK": "OK", - "Cancel": "Cancelar", - " color": "Color", - " transparency": "Transparencia", - " visibility": "Visibilidad", - "Add To Watchlist": "Agregar a la lista de observación", - "Apply": "Aplicar", - "Arguments in Header": "Argumentos en Encabezado", - "Arrow": "Flecha", - "Auto Scale": "Auto Escala", - "Background": "Historial", - "bars": "Barras", - "bars_margin": "Barras de margen", - "{0} bars": "Barras: {0}", - "Bottom Margin": "Margen inferior", - "Bring Forward": "Traer hacia delante", - "Bring to Front": "Traer al frente", - "Clone": "Clonar", - "Color Theme": "Tema de color", - "Copy": "Copiar", - "Extended Hours": "Horas extendidas", - "Format...": "Formato...", - "Full Screen": "Pantalla completa", - "Grid Lines": "Lineas de cuadriculas", - "Hide All Drawing Tools": "Ocultar todas las herramientas del dibujo", - "Hide": "Ocultar", - "Insert Drawing Tool": "Insertar herramienta de dibujo", - "Insert Indicator...": "Insertar indicador...", - "Last Value on Price Scale": "Ultimo valor en la escala de precios", - "Link To": "Vincular", - "Load New Bars": "Cargar nuevas barras", - "Lock All Drawing Tools": "Bloquear todas las herramientas de dibujo", - "Lock Scale": "Bloquear escala", - "Lock scale": "Bloquear escala", - "Log Scale": "Ingresar escala", - "log": "log", - "Magnet Mode": "Modo Iman", - "Merge Down": "Combinar hacia abajo", - "Merge Up": "Combinar hacia arriba", - "Objects Tree...": "Arbol de objetos...", - "Offset": "Offset", - "Override Min Tick": "Anular Min Tick", - "Percentage": "Porcentaje", - "Precision": "Precisión", - "Price Line": "Linea de precios", - "Properties...": "Propiedades...", - "Redo": "Redo", - "Remove All Drawing Tools": "Remover todas las herramientas de dibujo", - "Remove All Studies": "Remover todos los estudios", - "Remove All Indicators": "Remover todos los indicadores", - "Remove": "Remover", - "Reset Chart": "Actualizar Gtáfico", - "Reset Scale": "Actualizar escala", - "Reset": "Actualizar", - "Right Margin": "Margen derecho", - "Save As...": "Guardar como...", - "Scale Left": "Escala izquierda", - "Scale Percentage": "Porcentaje de escala", - "Scale Right": "Escala derecha", - "Scale Series Only": "Solo series de escala", - "Scale series only": "Solo series de escala", - "Scale Series only": "Sólo escala en las series", - "Scales Lines": "Lineas de escala", - "Scales Text": "Тexto de escala", - "Scaling": "Ajuste", - "Screen (No Scale)": "Pantalla (sin escala)", - "Send Backward": "Enviar atras", - "Send to Back": "Enviar al fondo", - "Session Breaks": "Descanso de sesiones", - "Show Arguments in Header": "Mostrar argumentos principales", - "Show Last Value on Price Scale": "Mostrar el ultimo valor de precio en escala", - "Show Left Axis": "Mostrar Axis izquierdo", - "Show Right Axis": "Mostrar Axis derecho", - "Show": "Mostrar", - "Stay In Drawing Mode": "Permanecer en modo dibujo", - "Symbol Search...": "Búsquedasqueda de símbolo...", - "Change Symbol": "Cambiar símbolo", - "Change Symbol...": "Cambiar Símbolo...", - "Time Zone": "Zona de tiempo", - "TimeZone": "Zona de tiempo", - "Top Margin": "Margen superior", - "Transparency": "Transparencia", - "Undo {0}": "Cancelar", - "Undo": "Undo", - "Unmerge Down": "Separar hacia abajo", - "Unmerge Up": "Separar hacia arriba", - "Visual Order": "Orden visual", - "Watermark": "Marca de Agua", - "Show Objects Tree": "Mostrar arbol de objetos", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "Patrón ABCD", - "Anchored Text": "Тexto anclado", - "Arc": "Arco", - "Arrow Mark Down": "Flecha hacia abajo", - "Arrow Mark Left": "Flecha hacia la izquierda", - "Arrow Mark Right": "Flecha hacia la derecha", - "Arrow Mark Up": "Flecha hacia arriba", - "Balloon": "Globo", - "Bars Pattern": "Patrón de barras", - "Brush": "Pincel", - "Callout": "Leyenda", - "Circle Lines": "Lineas circulares (?)", - "Cross": "Cruce", - "Cyclic Lines": "Lineas cíclicas", - "Date Range": "Rango de datos", - "Disjoint Angle": "Desvincular el ángulo", - "Dot": "Punto", - "Elliott Labels": "Niveles de Elliott", - "Elliott Major Retracement": "Retroceso mayor de Elliot", - "Elliott Minor Retracement": "Retroceso menor de Elliott", - "Elliott Wave Cycle": "Ciclo de ondas de Elliott", - "Elliott Wave Minor": "Onda menor de Elliott", - "Elliott Wave Subminuette": "Elliott Wave Subminuette", - "Ellipse": "Elipse", - "Eraser": "Borrador", - "Extended": "Extendido", - "Extended Line": "Linea extendida", - "Fib Channel": "Canal de Fib", - "Fib Circles": "Ciclos de Fib", - "Fib Retracement": "Retroceso de Fib", - "Fib Speed Resistance Arcs": "Resistencia Arc de Fib", - "Fib Speed Resistance Fan": "Resistencia Fan de Fib", - "Fib Spiral": "Espiral de Fib", - "Fib Time Zone": "Zona horaria de Fib", - "Fib Wedge": "Fib Wedge", - "Flag Mark": "Marca con bandera", - "Flat Top/Bottom": "Plano Superior/Inferior", - "Flat Bottom": "Plano inferior", - "Forecast": "Previsión", - "Gann Box": "Gann Box", - "Gann Fan": "Gann Fan", - "Gann Square": "Gann Square", - "Head & Shoulders": "Cabeza y hombro", - "Horizontal Line": "Linea horizontal", - "Horizontal Ray": "Rayo Horizontal", - "Icon": "Icono", - "Inside Pitchfork": "Pitchfork Interno", - "Long Position": "Posicion larga", - "Risk/Reward long": "Riesgo/Recompensa en largo", - "Modified Schiff Pitchfork": "Modificar Schiff Pitchfork", - "Parallel Channel": "Canal paralelo", - "Pitchfan": "Pitchfan", - "Pitchfork": "Pitchfork", - "Polyline": "Polyline", - "Price Label": "Etiqueta de precio", - "Price Range": "Rango de precio", - "Projection": "Proyección", - "Ray": "Rayo", - "Rectangle": "Rectángulo", - "Regression Trend": "Regresión de tendencia", - "Rotated Rectangle": "Rectángulongulo Rotado", - "Schiff Pitchfork": "Schiff Pitchfork", - "Schiff": "Schiff", - "Original": "Original", - "Modified Schiff": "Schiff Modificado", - "Inside": "Interior", - "Short Position": "Posición corta", - "Risk/Reward short": "Riesgo/Recompensa en corto", - "Text": "Тexto", - "Comment": "Comentario", - "Three Drivers Pattern": "Three Drivers Pattern", - "Thumb Down": "Pulgar abajo", - "Thumb Up": "Pulgar arriba", - "Trend Angle": "Ángulo de tendencia", - "Trend Line": "Linea de tendencia", - "Trend-Based Fib Extension": "Tendencia basada en extensión de Fib", - "Trend-Based Fib Time": "Tendencia basada en tiempo de Fib", - "Triangle Pattern": "Patrón de triángulo", - "Triangle": "Triángulo", - "Vertical Line": "Linea vertical", - "XABCD Pattern": "Patron XABCD", - "Angle:": "Ángulo:", - "Arcs": "Arcos", - "Background color 1": "Historial color 1", - "Background color 2": "Historial color 2", - "Background Color": "Historial Color", - "Bar #": "Barra", - "Border color": "Color del Borde", - "Border Color": "Color del Borde", - "Border": "Borde", - "Bottom Lables": "Etiqueta inferior", - "bottom": "Inferior", - "center": "centro", - "Channel": "Canal", - "Coeffs As Percents": "Coeffs Como Porcentaje", - "Color bars based on previous close": "Color de barras basados el cierre anterior", - "Color": "Color", - "Color:": "Color:", - "Coordinates": "Coordenadas", - "Delete": "Eliminar", - "Down Color": "Color bajo", - "Drawings": "Dibujos", - "Entry price:": "Precio de entrada:", - "Events": "Eventos", - "Extend Left End": "Extender final izquierdo", - "Extend Left": "Extender izquierda", - "Extend Lines": "Extender lineas", - "Extend Right End": "Extender final derecho", - "Extend Right": "Extender derecha", - "Extend": "Extender", - "Failure back color": "Error de color de fondo", - "Failure text color": "Error de color de texto", - "Fans": "Fans", - "Fill": "Rellenar", - "Format": "Formato", - "Graphics": "Gáficos", - "Grid": "Red", - "Help": "Ayuda", - "HLC Bars": "Barras HLC", - "Inputs": "Inputs", - "Label Background": "Historial de etiqueta", - "Label": "Etiqueta", - "Labels": "Etiquetas", - "Left End": "Final izquierdo", - "Left Labels": "Etiquetas derechas", - "left": "Izquierdo", - "Level {0}": "Nivel {0}", - "Levels": "Niveles", - "Lines": "Lineas", - "Major": "Major", - "Measure (Shift + Click on the chart)": "Medida (Shift + клик на чарте)", - "Median": "Mediano", - "middle": "medio", - "Middle": "Medio", - "Minor": "menor", - "Mode": "Modo", - "Normal": "Normal", - "Plot": "Gráfico", - "Price Levels": "Nivel de precios", - "Price Source": "Fuente de precios", - "Price": "Precio", - "Price:": "Precio:", - "Prices": "Precios", - "Profit Background Color": "Color del historial de beneficio", - "Profit Level. Ticks:": "Nivel de Beneficio. Ticks:", - "Properties": "Propiedades", - "Reverse": "Invertir", - "Right End": "Extremo derecho", - "Right Lables": "Etiqueta derecha", - "right": "Derecha", - "Log Scale_scale_menu": "Escala Log", - "Percentage_scale_menu": "Porcentaje", - "Scales": "Escalas", - "Settings": "Opciones", - "Show Background": "Mostrar historial", - "Show Bars Range": "Mostrar rango de barras", - "Show Date/Time Range": "Mostrar rango de Fecha/Hora", - "Show Distance": "Mostrar distancia", - "Show Labels": "Mostrar etiquetas", - "Show Price Range": "Mostrar rango de precios", - "Show Price": "Mostrar precio", - "Show Prices": "Mostrar Precios", - "Show Text": "Mostrar Texto", - "Show Time": "Mostrar Hora", - "Show Wave": "Mostrar ola", - "Show/Hide": "Mostrar/Esconder", - "Source back color": "Color de fondo de la fuente", - "Source border color": "Color del borde de la fuente", - "Source text color": "Color del texto de la fuente", - "Stay in Drawing Mode": "Permanecer en modo dibujo", - "Stop Background Color": "Stop Background Color (?)", - "Stop Color:": "Color de Stop:", - "Stop Level. Ticks:": "Nivel de Stop. Ticks:", - "Style": "Estilo", - "Success back color": "Color del fondo correcto", - "Success text color": "Color del texto correcto", - "Target back color": "Color del fondo del objetivo", - "Target border color": "Color del borde del objetivo", - "Target Color:": "Color de objetivo:", - "Target text color": "Color del texto del objetivo", - "Text Alignment:": "Aliniar texto:", - "Text color": "Color de texto", - "Text Color": "Color de texto", - "Text Font": "Fuente de Texto", - "Text Wrap": "Ajuste de Texto", - "Text:": "Тexto:", - "Time Levels": "Niveles de tiempo", - "Timezone/Sessions": "Zona horaria/Sesiones", - "Top Labels": "Etiqueta Superior", - "top": "Superior", - "Up Color": "Color de arriba", - "Wave Size": "Tamaño de onda", - "Wick": "Mecha", - "Zoom In": "Con Zoom", - "Zoom Out": "Sin Zoom", - "Borders": "Bordes", - "Level": "Nivel", - "Hlines Background": "Historial de Hlines", - "Plots Background": "Historial de gáficos", - "Open_line_tool_position": "Abierto", - "Closed_line_tool_position": "Cerrado", - "{0} P&L: {1}": "{0} P&L: {1}", - "Risk/Reward Ratio: {0}": "Relación Riego/Recompensa: {0}", - "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", - "Target: {0} ({1}%)": "Objetivo: {0} ({1}%)", - "SUCCESS": "ÉXITO", - "FAILURE": "FALLO", - "Left Shoulder": "Hombro Izquierdo", - "Head": "Cabeza", - "Right Shoulder": "Hombro Derecho", - "Mirrored": "Rotar Verticalmente", - "Flipped": "Rotar Horizontalmente", - "distance: {0}": "Distancia: {0}", - "day": "día", - "day_plural": "dias", - "day_plural_1": "not_used", - "day_plural_2": "not_used", - "day_plural_5": "not_used", - "week": "semana", - "week_plural": "not_used", - "week_plural_1": "not_used", - "week_plural_2": "not_used", - "week_plural_5": "not_used", - "month": "mes", - "month_plural": "meses", - "month_plural_1": "not_used", - "month_plural_2": "not_used", - "month_plural_5": "not_used", - "minute": "minuto", - "minute_plural": "minutos", - "minute_plural_1": "not_used", - "minute_plural_2": "not_used", - "minute_plural_5": "not_used", - "hour": "hora", - "hour_plural": "horas", - "hour_plural_1": "not_used", - "hour_plural_2": "not_used", - "hour_plural_5": "not_used", - "y_dates": "y", - "y_dates_plural": "y", - "y_dates_plural_1": "not_used", - "y_dates_plural_2": "not_used", - "y_dates_plural_5": "not_used", - "h_dates": "h", - "D_dates": "D", - "W_dates": "S", - "M_dates": "M", - "d_dates": "d", - "m_dates": "m", - "in_dates": "para", - "Jan": "Ene", - "Feb": "Feb", - "Mar": "Mar", - "Apr": "Abr", - "May": "May", - "Jun": "Jun", - "Jul": "Jul", - "Aug": "Ago", - "Sep": "Sep", - "Oct": "Oct", - "Nov": "Nov", - "Dec": "Dic", - "Objects Tree": "Todos los objetos", - "Manage Drawings": "Gestión de Dibujos", - "TOOL": "Herramientas", - "SYMBOL": "Símbolos", - "Move Up": "Subir", - "Move Down": "Bajar", - "All Exchanges": "Все биржи", - "All types": "Todos los tipos", - "Stock": "Divisas", - "stock": "divisas", - "Index": "Índices", - "index": "índices", - "Futures": "Futuros", - "futures": "futuros", - "Image URL": "URL de la imagen", - "Save image": "Guardar imagen", - "or copy url:": "o copiar la dirección:", - "Redo {0}": "Deshacer", - "Custom color...": "Color personalizado...", - "Search": "Buscar", - "Open_in_legend": "Abrir", - "High_in_legend": "MÁX", - "Low_in_legend": "MÍN", - "Close_in_legend": "Cerrar", - "Open": "Apertura", - "High": "Máximo", - "Low": "Mínimo", - "Close": "Cierre", - "(H + L)/2": "(Máx+Mín)/2", - "(H + L + C)/3": "(Máx+Mín+Cerrar)/3", - "(O + H + L + C)/4": "(Máx+Мín+Cerrar+Abrir)/4", - "UTC": "UTC", - "Exchange": "Cambio", - "Athens": "Atenas", - "Berlin": "Berlin", - "Bogota": "Bogota", - "Bangkok": "Bangkok", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Calcuta", - "London": "Londres", - "Los Angeles": "Los Ángeles", - "Madrid": "Madrid", - "Moscow": "Moscú", - "New York": "Nueva York", - "Paris": "París", - "Seoul": "Seúl", - "Shanghai": "Shanghai", - "Singapore": "Singapur", - "Sydney": "Sydney", - "Taipei": "Taipei", - "Tehran": "Tehran", - "Tokyo": "Tokyo", - "Toronto": "Toronto", - "Vancouver": "Vancouver", - "Warsaw": "Varsovia", - "n/a": "n/a", - "Long_input": "Entrada larga", - "long_input": "entrada larga", - "longlen_input": "período largo", - "Window Size_input": "Tamaño de la ventana", - "Length_input": "Longitud de entrada", - "length_input": "longitud de entrada", - "len_input": "long de entrada", - "Short_input": "Entrada corta", - "short_input": "entrada corta", - "shortlen_input": "período corto", - "Mult_input": "Factor", - "mult_input": "Factor", - "divisor_input": "Делитель", - "Divisor_input": "Делитель", - "Upper": "Línea superior", - "Lower": "Línea inferior", - "Long": "Largo", - "Short": "Corto", - "Signal": "Señal", - "Jaw": "Mandíbula", - "Teeth": "Dientes", - "Lips": "Labios", - "Zero": "Cero", - "WMA Length_input": "Longitud WMA", - "Long RoC Length_input": "Longitud larga RoC", - "Short RoC Length_input": "Longitud corta RoC", - "jawLength_input": "Longitud de mandíbulas", - "teethLength_input": "Longitud de los dientes", - "lipsLength_input": "Longitud de los labios", - "percent_input": "Porcentaje", - "exponential_input": "Utilice exp. promedio", - "smoothD_input": "Suavizar %D", - "smoothK_input": "Suavizar %K", - "Color 0": "Color 0", - "Color 1": "Color 1", - "Color 2": "Color 2", - "Color 3": "Color 3", - "Color 4": "Color 4", - "sym_input": "Herramienta", - "symbol_input": "Herramienta", - "Sym_input": "Herramienta", - "DI Length_input": "Longitud del DI", - "ADX Smoothing_input": "Suavizar ADX", - "displacement_input": "Compensar", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Utilice TrueRange", - "roclen1_input": "Longitud RoC 1", - "roclen2_input": "Longitud RoC 2", - "roclen3_input": "Longitud RoC 3", - "roclen4_input": "Longitud RoC 4", - "smalen1_input": "Longitud MA 1", - "smalen2_input": "Longitud MA 2", - "smalen3_input": "Longitud MA 3", - "smalen4_input": "Longitud MA 4", - "siglen_input": "Longitud сигнала", - "UpperLimit": "Límite superior", - "LowerLimit": "Límite inferior", - "fastLength_input": "longitud de la línea rápida", - "slowLength_input": "longitud de la línea lenta", - "signalLength_input": "longitud de la línea de señal", - "start_input": "valor inicial", - "increment_input": "incremento", - "maximum_input": "máximo", - "showMA_input": "Mostrar MA", - "show MA_input": "Mostrar MA", - "Volume": "Volumen", - "Volume MA": "Volumen promedio", - "Indicator": "Indicador", - "Oscillator": "Oscilador", - "lengthStoch_input": "Longitud Stochastic", - "lengthRSI_input": "Longitud RSI", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "Intersección", - "Click to set a point": "Haga clic para estableer un punto de", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Deslice el dedo para seleccionar la ubicación para el primer anclaje.
2. Toque en cualquier lugar para colocar la primera ancla.", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Deslice el dedo para seleccionar la ubicación para el siguiente anclaje.
2. Toque en cualquier lugar para colocar la siguiente ancla.", - "retrying": "reconexión", - "eod data": "día", - "eod delayed": "día (atrasado)", - "loading data": "cargando datos", - "invalid symbol": "símbolo desconocido", - "streaming": "transmisión", - "realtime": "periodo de trading", - "pre-market": "período de pre-trading", - "post-market": "período de post-trading", - "closed": "mercado cerrado", - "Time Interval": "Intervalo de Tiempo", - "Show Symbol Labels": "Mostrar Etiquetas de Símbolos", - "Show Symbol Labels_context_menu": "Mostrar Etiquetas de Símbolos", - "Subminuette": "Subminutte", - "Minuette": "Minuette", - "Minute": "Minuto", - "Intermediate": "Intermediario", - "Primary": "Primario", - "Cycle": "Ciclo", - "SuperCycle": "SuperCirculo", - "GrandSuperCycle": "GranSuperCirculo", - "Lock": "Bloquear", - "Width": "Ancho", - "Line With Breaks": "Linea con Rupturas", - "Area With Breaks": "Area con Rupturas", - "Type": "Tipo", - "Simple": "Simple", - "With Markers": "Con Mercados", - "Step": "Paso", - "No drawings yet": "No dibujado todavia", - "Lock/Unlock": "Bloquear/Desbloquear", - "deviation_input": "desviación", - "depth_input": "Profundidad", - "Accumulation/Distribution_study": "Acumulación/Distribución", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Sobre", - "Ichimoku Cloud_study": "Nube Ichimoku", - "Klinger Oscillator_study": "Oscilador Klinger", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "Cruce MA", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Volumen Neto", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Movimiento Promedio", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volumen", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Cambiar intervalo", - "Show Only Studies": "Mostrar Solo Estudios", - "Show Only Drawings": "Mostrar Solo Dibujos", - "Show All": "Mostrar Todos", - "Timezone/Sessions Properties...": "Propiedades Zona horaria/Sessiones", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Nota", - "Anchored Note": "Anchored Note", - "Scales Properties": "Propiedades de las Escalas", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Cambiar porcentaje", - "auto_scale": "auto", - "Invalid Symbol": "Simbolo invalido", - "loading...": "cargando...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "No aplicable", - "Stats Text Color": "Color Texto Estadísticas", - "Show Angle": "Mostrar angulo", - "Always Show Stats": "Mostrar Estadísticas Siempre", - "Rename...": "Renombre...", - "Load": "Cargando", - "Save": "Guardar", - "Rename Chart": "Renombrar Gráfico", - "{0} copy": "{0} copia", - "Please enter chart name": "Por favor introduzca un nuevo nombre para el gráfico", - "Enter a new chart name": "Introduzca un nuevo nombre para el gráfico", - "Load Chart": "Cargar Gráfico", - "Chart Name": "Nombre Gráfico", - "Chart name": "Nombre gráfico", - "Last Modified": "Ultima Modificación", - "Active Symbol": "Símbolo Activo", - "Fullscreen mode": "Modo Pantalla Completa", - "Marker Color": "Marker Color", - "Font Size": "Tamaño Fuente", - "Save New Chart": "Guardar Nuevo Gráfico", - "Source_compare": "Fuente", - "YES": "SI", - "NO": "NO", - "Confirmation": "Confirmación", - "Are you sure you want to delete this chart?": "Esta seguro de querer eliminar este gráfico? " +{ + "propertypage-name-label_css_class": "propertypage-name-label-nocap", + "Script Editor": "Editor de pantalla", + " Published Charts Timeline": "Mostrar linea de tiempo del gráfico", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "Estilo de barras", + "Chart Properties": "Propiedades del Gráfico", + "Compare": "Comparar", + "Compare...": "Comparar", + "Compare or Add Symbol...": "Comparar/ Agregar simbolo...", + "Compare or Add Symbol": "Comparar/ Agregar Simbolo", + "Add Symbol": "Añadir símbolo", + "Scales Properties...": "Propiedades del balance...", + "Add": "Agregar", + "Company Comparison": "Comparación de la compañia", + "Indicators, Fundamentals, Economy and Add-ons": "Indicadores, fundamentales, economía y Add-ons", + "Economy & Symbols": "Economia/ Simbolos", + "Bars": "Barras", + "Candles": "Velas", + "Hollow Candles": "Velas Hollow", + "Line": "Linea", + "Permanent link to this message": "Permanent link to this message", + "Area": "Area", + "Message settings": "Message settings", + "Heiken Ashi": "Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Histograma", + "Cross_chart_type": "Tipo de gráfico cruzado", + "Crosshair": "Punto de Mira", + "Columns": "Columnas", + "Circles": "Circulos", + "Indicators": "Indicadores", + "Favorites": "Favoritos", + "Technical Analysis": "Análisis Técnico", + "No indicators matched your criteria.": "No hay indicadores que coincidan con esos criterios.", + "Add to favorites": "Añadir a favoritos", + "Remove from favorites": "Eliminar de favoritos", + "No symbols matched your criteria": "No hay símbolos que coincidan con esos criterios", + "Add any symbol from the list": "Agregar algun símbolo de la lista", + "Overlay the main chart": "Superposición del gráfico principal", + "Symbols to be added on the chart": "Símbolos para ser agregados en el gráfico", + "Symbol": "Símbolo", + "Default": "Defecto", + "Defaults": "Defectos", + "OK": "OK", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Cancelar", + " color": "Color", + " transparency": "Transparencia", + " visibility": "Visibilidad", + "Add To Watchlist": "Agregar a la lista de observación", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Aplicar", + "Arguments in Header": "Argumentos en Encabezado", + "Arrow": "Flecha", + "Auto Scale": "Auto Escala", + "Background": "Historial", + "bars": "Barras", + "bars_margin": "Barras de margen", + "{0} bars": "Barras: {0}", + "Bottom Margin": "Margen inferior", + "Bring Forward": "Traer hacia delante", + "Bring to Front": "Traer al frente", + "Clone": "Clonar", + "Color Theme": "Tema de color", + "Copy": "Copiar", + "Extended Hours": "Horas extendidas", + "Format...": "Formato...", + "Source Code...": "Source Code...", + "Full Screen": "Pantalla completa", + "Grid Lines": "Lineas de cuadriculas", + "Hide All Drawing Tools": "Ocultar todas las herramientas del dibujo", + "Drawing Tools": "Drawing Tools", + "Hide": "Ocultar", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Insertar herramienta de dibujo", + "Insert Indicator...": "Insertar indicador...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Ultimo valor en la escala de precios", + "Link To": "Vincular", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Cargar nuevas barras", + "Lock All Drawing Tools": "Bloquear todas las herramientas de dibujo", + "Lock Scale": "Bloquear escala", + "Lock scale": "Bloquear escala", + "Log Scale": "Ingresar escala", + "log": "log", + "Magnet Mode": "Modo Iman", + "Merge Down": "Combinar hacia abajo", + "Merge Up": "Combinar hacia arriba", + "Objects Tree...": "Arbol de objetos...", + "Offset": "Offset", + "Override Min Tick": "Anular Min Tick", + "Percentage": "Porcentaje", + "Precision": "Precisión", + "Price Line": "Linea de precios", + "Properties...": "Propiedades...", + "Redo": "Redo", + "Remove All Drawing Tools": "Remover todas las herramientas de dibujo", + "Remove All Studies": "Remover todos los estudios", + "Remove All Indicators": "Remover todos los indicadores", + "Remove": "Remover", + "Reset Chart": "Actualizar Gtáfico", + "Reset Scale": "Actualizar escala", + "Reset": "Actualizar", + "Right Margin": "Margen derecho", + "Save As...": "Guardar como...", + "Scale Left": "Escala izquierda", + "Scale Percentage": "Porcentaje de escala", + "Scale Right": "Escala derecha", + "Scale Series Only": "Solo series de escala", + "Scale series only": "Solo series de escala", + "Scale Series only": "Sólo escala en las series", + "Scales Lines": "Lineas de escala", + "Scales Text": "Тexto de escala", + "Scaling": "Ajuste", + "Screen (No Scale)": "Pantalla (sin escala)", + "Send Backward": "Enviar atras", + "Send to Back": "Enviar al fondo", + "Session Breaks": "Descanso de sesiones", + "Show Arguments in Header": "Mostrar argumentos principales", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Mostrar el ultimo valor de precio en escala", + "Show Left Axis": "Mostrar Axis izquierdo", + "Show Right Axis": "Mostrar Axis derecho", + "Show": "Mostrar", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Permanecer en modo dibujo", + "Symbol Search...": "Búsquedasqueda de símbolo...", + "Change Symbol": "Cambiar símbolo", + "Change Symbol...": "Cambiar Símbolo...", + "Change Interval...": "Change Interval...", + "Time Zone": "Zona de tiempo", + "TimeZone": "Zona de tiempo", + "Top Margin": "Margen superior", + "Transparency": "Transparencia", + "Undo {0}": "Cancelar", + "Undo": "Undo", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Separar hacia abajo", + "Unmerge Up": "Separar hacia arriba", + "Visual Order": "Orden visual", + "Watermark": "Marca de Agua", + "Show Objects Tree": "Mostrar arbol de objetos", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "Patrón ABCD", + "Anchored Text": "Тexto anclado", + "Arc": "Arco", + "Arrow Mark Down": "Flecha hacia abajo", + "Arrow Mark Left": "Flecha hacia la izquierda", + "Arrow Mark Right": "Flecha hacia la derecha", + "Arrow Mark Up": "Flecha hacia arriba", + "Balloon": "Globo", + "Bars Pattern": "Patrón de barras", + "Brush": "Pincel", + "Callout": "Leyenda", + "Circle Lines": "Lineas circulares (?)", + "Cross": "Cruce", + "Cyclic Lines": "Lineas cíclicas", + "Date Range": "Rango de datos", + "Disjoint Angle": "Desvincular el ángulo", + "Dot": "Punto", + "Elliott Labels": "Niveles de Elliott", + "Elliott Major Retracement": "Retroceso mayor de Elliot", + "Elliott Minor Retracement": "Retroceso menor de Elliott", + "Elliott Wave Cycle": "Ciclo de ondas de Elliott", + "Elliott Wave Minor": "Onda menor de Elliott", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "Elipse", + "Value": "Value", + "Eraser": "Borrador", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Extendido", + "Extended Line": "Linea extendida", + "Fib Channel": "Canal de Fib", + "Fib Circles": "Ciclos de Fib", + "Fib Retracement": "Retroceso de Fib", + "Fib Speed Resistance Arcs": "Resistencia Arc de Fib", + "Fib Speed Resistance Fan": "Resistencia Fan de Fib", + "Fib Spiral": "Espiral de Fib", + "Fib Time Zone": "Zona horaria de Fib", + "Fib Wedge": "Fib Wedge", + "Flag Mark": "Marca con bandera", + "Flat Top/Bottom": "Plano Superior/Inferior", + "Flat Bottom": "Plano inferior", + "Forecast": "Previsión", + "Gann Box": "Gann Box", + "Gann Fan": "Gann Fan", + "Gann Square": "Gann Square", + "Head & Shoulders": "Cabeza y hombro", + "Horizontal Line": "Linea horizontal", + "Horizontal Ray": "Rayo Horizontal", + "Icon": "Icono", + "Inside Pitchfork": "Pitchfork Interno", + "Long Position": "Posicion larga", + "Risk/Reward long": "Riesgo/Recompensa en largo", + "Modified Schiff Pitchfork": "Modificar Schiff Pitchfork", + "Parallel Channel": "Canal paralelo", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Polyline", + "Price Label": "Etiqueta de precio", + "Price Range": "Rango de precio", + "Projection": "Proyección", + "Ray": "Rayo", + "Rectangle": "Rectángulo", + "Regression Trend": "Regresión de tendencia", + "Rotated Rectangle": "Rectángulongulo Rotado", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Original", + "Modified Schiff": "Schiff Modificado", + "Inside": "Interior", + "Short Position": "Posición corta", + "Risk/Reward short": "Riesgo/Recompensa en corto", + "Text": "Тexto", + "Comment": "Comentario", + "Three Drivers Pattern": "Three Drivers Pattern", + "Thumb Down": "Pulgar abajo", + "Thumb Up": "Pulgar arriba", + "Trend Angle": "Ángulo de tendencia", + "Trend Line": "Linea de tendencia", + "Trend-Based Fib Extension": "Tendencia basada en extensión de Fib", + "Trend-Based Fib Time": "Tendencia basada en tiempo de Fib", + "Triangle Pattern": "Patrón de triángulo", + "Triangle": "Triángulo", + "Vertical Line": "Linea vertical", + "XABCD Pattern": "Patron XABCD", + "Angle:": "Ángulo:", + "Arcs": "Arcos", + "Background color 1": "Historial color 1", + "Background color 2": "Historial color 2", + "Background Color": "Historial Color", + "Bar #": "Barra", + "Border color": "Color del Borde", + "Border Color": "Color del Borde", + "Border": "Borde", + "Bottom Lables": "Etiqueta inferior", + "bottom": "Inferior", + "center": "centro", + "Channel": "Canal", + "Coeffs As Percents": "Coeffs Como Porcentaje", + "Color bars based on previous close": "Color de barras basados el cierre anterior", + "Color": "Color", + "Color:": "Color:", + "Coordinates": "Coordenadas", + "Delete": "Eliminar", + "Down Color": "Color bajo", + "Drawings": "Dibujos", + "Entry price:": "Precio de entrada:", + "Event": "Event", + "Events": "Eventos", + "Extend Left End": "Extender final izquierdo", + "Extend Left": "Extender izquierda", + "Extend Lines": "Extender lineas", + "Extend Right End": "Extender final derecho", + "Extend Right": "Extender derecha", + "Extend": "Extender", + "Failure back color": "Error de color de fondo", + "Failure text color": "Error de color de texto", + "Fans": "Fans", + "Fill": "Rellenar", + "Format": "Formato", + "Graphics": "Gáficos", + "Grid": "Red", + "Help": "Ayuda", + "HLC Bars": "Barras HLC", + "Inputs": "Inputs", + "Label Background": "Historial de etiqueta", + "Label": "Etiqueta", + "Labels": "Etiquetas", + "Left End": "Final izquierdo", + "Left Labels": "Etiquetas derechas", + "Right Labels": "Right Labels", + "left": "Izquierdo", + "Level {0}": "Nivel {0}", + "Levels": "Niveles", + "Lines": "Lineas", + "Major": "Major", + "Measure (Shift + Click on the chart)": "Medida (Shift + клик на чарте)", + "Median": "Mediano", + "middle": "medio", + "Middle": "Medio", + "Minor": "menor", + "Mode": "Modo", + "Normal": "Normal", + "Plot": "Gráfico", + "Price Levels": "Nivel de precios", + "Price Source": "Fuente de precios", + "Price": "Precio", + "Price:": "Precio:", + "Prices": "Precios", + "Profit Background Color": "Color del historial de beneficio", + "Profit Level. Ticks:": "Nivel de Beneficio. Ticks:", + "Properties": "Propiedades", + "Reverse": "Invertir", + "Right End": "Extremo derecho", + "Right Lables": "Etiqueta derecha", + "right": "Derecha", + "Log Scale_scale_menu": "Escala Log", + "Percentage_scale_menu": "Porcentaje", + "Scales": "Escalas", + "Settings": "Opciones", + "Show Background": "Mostrar historial", + "Show Bars Range": "Mostrar rango de barras", + "Show Date/Time Range": "Mostrar rango de Fecha/Hora", + "Show Distance": "Mostrar distancia", + "Show Labels": "Mostrar etiquetas", + "Show Price Range": "Mostrar rango de precios", + "Show Price": "Mostrar precio", + "Show Prices": "Mostrar Precios", + "Show Text": "Mostrar Texto", + "Show Time": "Mostrar Hora", + "Show Wave": "Mostrar ola", + "Show/Hide": "Mostrar/Esconder", + "Source back color": "Color de fondo de la fuente", + "Source border color": "Color del borde de la fuente", + "Source text color": "Color del texto de la fuente", + "Stay in Drawing Mode": "Permanecer en modo dibujo", + "Stop Background Color": "Stop Background Color (?)", + "Stop Color:": "Color de Stop:", + "Stop Level. Ticks:": "Nivel de Stop. Ticks:", + "Style": "Estilo", + "Success back color": "Color del fondo correcto", + "Success text color": "Color del texto correcto", + "Target back color": "Color del fondo del objetivo", + "Target border color": "Color del borde del objetivo", + "Target Color:": "Color de objetivo:", + "Target text color": "Color del texto del objetivo", + "Text Alignment:": "Aliniar texto:", + "Text color": "Color de texto", + "Text Color": "Color de texto", + "Text Font": "Fuente de Texto", + "Text Wrap": "Ajuste de Texto", + "Text:": "Тexto:", + "Time Levels": "Niveles de tiempo", + "Timezone/Sessions": "Zona horaria/Sesiones", + "Top Labels": "Etiqueta Superior", + "Bottom Labels": "Bottom Labels", + "top": "Superior", + "Up Color": "Color de arriba", + "Wave Size": "Tamaño de onda", + "Wick": "Mecha", + "Zoom In": "Con Zoom", + "Zoom Out": "Sin Zoom", + "Borders": "Bordes", + "Level": "Nivel", + "Hlines Background": "Historial de Hlines", + "Plots Background": "Historial de gáficos", + "Open_line_tool_position": "Abierto", + "Closed_line_tool_position": "Cerrado", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Relación Riego/Recompensa: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Objetivo: {0} ({1}%)", + "SUCCESS": "ÉXITO", + "FAILURE": "FALLO", + "Left Shoulder": "Hombro Izquierdo", + "Head": "Cabeza", + "Right Shoulder": "Hombro Derecho", + "Mirrored": "Rotar Verticalmente", + "Flipped": "Rotar Horizontalmente", + "distance: {0}": "Distancia: {0}", + "day": "not_used", + "day_plural": "not_used", + "week": "not_used", + "week_plural": "not_used", + "month": "not_used", + "month_plural": "not_used", + "minute": "not_used", + "minute_plural": "not_used", + "hour": "not_used", + "hour_plural": "not_used", + "y_dates": "not_used", + "y_dates_plural": "not_used", + "h_dates": "h", + "D_dates": "D", + "W_dates": "S", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "para", + "Jan": "Ene", + "Feb": "Feb", + "Mar": "Mar", + "Apr": "Abr", + "May": "May", + "Jun": "Jun", + "Jul": "Jul", + "Aug": "Ago", + "Sep": "Sep", + "Oct": "Oct", + "Nov": "Nov", + "Dec": "Dic", + "Objects Tree": "Todos los objetos", + "Manage Drawings": "Gestión de Dibujos", + "TOOL": "Herramientas", + "SYMBOL": "Símbolos", + "Move Up": "Subir", + "Move Down": "Bajar", + "All Exchanges": "Все биржи", + "All types": "Todos los tipos", + "Stock": "Divisas", + "stock": "divisas", + "Index": "Índices", + "index": "índices", + "Futures": "Futuros", + "futures": "futuros", + "Image URL": "URL de la imagen", + "Save image": "Guardar imagen", + "or copy url:": "o copiar la dirección:", + "Redo {0}": "Deshacer", + "Custom color...": "Color personalizado...", + "Search": "Buscar", + "Open_in_legend": "Abrir", + "High_in_legend": "MÁX", + "Low_in_legend": "MÍN", + "Close_in_legend": "Cerrar", + "Open": "Apertura", + "High": "Máximo", + "Low": "Mínimo", + "Close": "Cierre", + "(H + L)/2": "(Máx+Mín)/2", + "(H + L + C)/3": "(Máx+Mín+Cerrar)/3", + "(O + H + L + C)/4": "(Máx+Мín+Cerrar+Abrir)/4", + "UTC": "UTC", + "Exchange": "Cambio", + "Athens": "Atenas", + "Berlin": "Berlin", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Calcuta", + "London": "Londres", + "Los Angeles": "Los Ángeles", + "Madrid": "Madrid", + "Moscow": "Moscú", + "New York": "Nueva York", + "Paris": "París", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seúl", + "Shanghai": "Shanghai", + "Singapore": "Singapur", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Tehran", + "Tokyo": "Tokyo", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Varsovia", + "n/a": "n/a", + "Long_input": "Entrada larga", + "long_input": "entrada larga", + "longlen_input": "período largo", + "Window Size_input": "Tamaño de la ventana", + "Length_input": "Longitud de entrada", + "length_input": "longitud de entrada", + "len_input": "long de entrada", + "Short_input": "Entrada corta", + "short_input": "entrada corta", + "shortlen_input": "período corto", + "Mult_input": "Factor", + "mult_input": "Factor", + "divisor_input": "Делитель", + "Divisor_input": "Делитель", + "Upper": "Línea superior", + "Lower": "Línea inferior", + "Long": "Largo", + "Short": "Corto", + "Signal": "Señal", + "Jaw": "Mandíbula", + "Teeth": "Dientes", + "Lips": "Labios", + "Zero": "Cero", + "WMA Length_input": "Longitud WMA", + "Long RoC Length_input": "Longitud larga RoC", + "Short RoC Length_input": "Longitud corta RoC", + "jawLength_input": "Longitud de mandíbulas", + "teethLength_input": "Longitud de los dientes", + "lipsLength_input": "Longitud de los labios", + "percent_input": "Porcentaje", + "exponential_input": "Utilice exp. promedio", + "smoothD_input": "Suavizar %D", + "smoothK_input": "Suavizar %K", + "Color 0": "Color 0", + "Color 1": "Color 1", + "Color 2": "Color 2", + "Color 3": "Color 3", + "Color 4": "Color 4", + "sym_input": "Herramienta", + "symbol_input": "Herramienta", + "Sym_input": "Herramienta", + "DI Length_input": "Longitud del DI", + "ADX Smoothing_input": "Suavizar ADX", + "displacement_input": "Compensar", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Utilice TrueRange", + "roclen1_input": "Longitud RoC 1", + "roclen2_input": "Longitud RoC 2", + "roclen3_input": "Longitud RoC 3", + "roclen4_input": "Longitud RoC 4", + "smalen1_input": "Longitud MA 1", + "smalen2_input": "Longitud MA 2", + "smalen3_input": "Longitud MA 3", + "smalen4_input": "Longitud MA 4", + "siglen_input": "Longitud сигнала", + "UpperLimit": "Límite superior", + "LowerLimit": "Límite inferior", + "Limit": "Limit", + "fastLength_input": "longitud de la línea rápida", + "slowLength_input": "longitud de la línea lenta", + "signalLength_input": "longitud de la línea de señal", + "start_input": "valor inicial", + "increment_input": "incremento", + "maximum_input": "máximo", + "showMA_input": "Mostrar MA", + "show MA_input": "Mostrar MA", + "Volume": "Volumen", + "Volume MA": "Volumen promedio", + "Indicator": "Indicador", + "Oscillator": "Oscilador", + "lengthStoch_input": "Longitud Stochastic", + "lengthRSI_input": "Longitud RSI", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Intersección", + "Click to set a point": "Haga clic para estableer un punto de", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Deslice el dedo para seleccionar la ubicación para el primer anclaje.
2. Toque en cualquier lugar para colocar la primera ancla.", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Deslice el dedo para seleccionar la ubicación para el siguiente anclaje.
2. Toque en cualquier lugar para colocar la siguiente ancla.", + "retrying": "reconexión", + "eod data": "día", + "eod delayed": "día (atrasado)", + "loading data": "cargando datos", + "invalid symbol": "símbolo desconocido", + "streaming": "transmisión", + "realtime": "periodo de trading", + "pre-market": "período de pre-trading", + "post-market": "período de post-trading", + "closed": "mercado cerrado", + "Time Interval": "Intervalo de Tiempo", + "Show Symbol Labels": "Mostrar Etiquetas de Símbolos", + "Show Symbol Labels_context_menu": "Mostrar Etiquetas de Símbolos", + "Subminuette": "Subminutte", + "Minuette": "Minuette", + "Minute": "Minuto", + "Intermediate": "Intermediario", + "Primary": "Primario", + "Cycle": "Ciclo", + "SuperCycle": "SuperCirculo", + "GrandSuperCycle": "GranSuperCirculo", + "Lock": "Bloquear", + "Width": "Ancho", + "Line With Breaks": "Linea con Rupturas", + "Area With Breaks": "Area con Rupturas", + "Type": "Tipo", + "Simple": "Simple", + "With Markers": "Con Mercados", + "Step": "Paso", + "No drawings yet": "No dibujado todavia", + "Lock/Unlock": "Bloquear/Desbloquear", + "deviation_input": "desviación", + "depth_input": "Profundidad", + "Accumulation/Distribution_study": "Acumulación/Distribución", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Sobre", + "Ichimoku Cloud_study": "Nube Ichimoku", + "Klinger Oscillator_study": "Oscilador Klinger", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "Cruce MA", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Volumen Neto", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Movimiento Promedio", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volumen", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Cambiar intervalo", + "Show Only Studies": "Mostrar Solo Estudios", + "Show Only Drawings": "Mostrar Solo Dibujos", + "Show All": "Mostrar Todos", + "Timezone/Sessions Properties...": "Propiedades Zona horaria/Sessiones", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Nota", + "Anchored Note": "Anchored Note", + "Scales Properties": "Propiedades de las Escalas", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Cambiar porcentaje", + "auto_scale": "auto", + "Invalid Symbol": "Simbolo invalido", + "loading...": "cargando...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "No aplicable", + "Stats Text Color": "Color Texto Estadísticas", + "Show Angle": "Mostrar angulo", + "Always Show Stats": "Mostrar Estadísticas Siempre", + "Rename...": "Renombre...", + "New": "New", + "Load": "Cargando", + "Save": "Guardar", + "Rename Chart": "Renombrar Gráfico", + "{0} copy": "{0} copia", + "Please enter chart name": "Por favor introduzca un nuevo nombre para el gráfico", + "Enter a new chart name": "Introduzca un nuevo nombre para el gráfico", + "Load Chart": "Cargar Gráfico", + "Chart Name": "Nombre Gráfico", + "Chart name": "Nombre gráfico", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Ultima Modificación", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Símbolo Activo", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Modo Pantalla Completa", + "Marker Color": "Marker Color", + "Font Size": "Tamaño Fuente", + "Save New Chart": "Guardar Nuevo Gráfico", + "Source_compare": "Fuente", + "YES": "SI", + "Yes": "Yes", + "No": "No", + "NO": "NO", + "Confirmation": "Confirmación", + "Are you sure you want to delete this chart?": "Esta seguro de querer eliminar este gráfico? ", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/fa.json b/charting_library/static/localization/translations/fa.json new file mode 100644 index 00000000..5e1df81a --- /dev/null +++ b/charting_library/static/localization/translations/fa.json @@ -0,0 +1,1449 @@ +{ + "propertypage-name-label_css_class": "propertypage-name-label-nocap", + "Script Editor": "ویرایشگر فرمول", + " Published Charts Timeline": "خط زمان نمودار منتشر شده", + "SMA": "میانگین متحرک", + "Published Chart": "Published Chart", + "Bar's Style": "نحوه نمایش", + "Chart Properties": "تنظیمات نمودار", + "Compare": "مقایسه", + "Compare...": "مقایسه...", + "Compare or Add Symbol...": "مقایسه یا افزودن نماد...", + "Compare or Add Symbol": "مقایسه یا افزودن نماد", + "Add Symbol": "افزودن نماد", + "Scales Properties...": "تنظیمات محورها...", + "Add": "افزودن", + "Company Comparison": "مقایسه شرکت", + "Indicators, Fundamentals, Economy and Add-ons": "اندیکاتورها و بنیادی ها، اقتصاد و افزودنی ها", + "Economy & Symbols": "اقتصاد و نمادها", + "Bars": "میله‌ای", + "Candles": "شمعی", + "Hollow Candles": "شمعی توخالی", + "Line": "خط", + "Permanent link to this message": "Permanent link to this message", + "Area": "ناحیه", + "Message settings": "Message settings", + "Heiken Ashi": "هایکن آشی", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "میله‌ای", + "Cross_chart_type": "به‌علاوه", + "Crosshair": "نشانه‌گر", + "Columns": "ستونی", + "Circles": "دایره", + "Indicators": "اندیکاتورها", + "Favorites": "مورد علاقه", + "Technical Analysis": "تحلیل تکنیکی", + "No indicators matched your criteria.": "هیچ اندیکاتوری با شرط شما مطابقت ندارد.", + "Add to favorites": "افزودن به موارد مورد علاقه", + "Remove from favorites": "حذف از موارد مورد علاقه", + "No symbols matched your criteria": "هیچ نمادی با شرط شما مطابقت ندارد", + "Add any symbol from the list": "نمادی را از لیست اضافه کنید", + "Overlay the main chart": "نمایش بر روی ناحیه اصلی", + "Symbols to be added on the chart": "نماد هایی که به نمودار اضافه می شوند", + "Symbol": "نماد", + "Default": "پیش‌فرض", + "Defaults": "پیش‌فرض‌ها", + "OK": "تایید", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "لغو", + " color": "رنگ", + " transparency": "شفافیت", + " visibility": "نمایش", + "Add To Watchlist": "اضافه کردن به دیده بان", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "اعمال", + "Arguments in Header": "نمایش پارامترها", + "Arrow": "پیکان", + "Auto Scale": "تنظیم خودکار محور", + "Background": "پس‌زمینه", + "bars": "میله ها", + "bars_margin": "میله ها", + "{0} bars": "{0} میله", + "Bottom Margin": "حاشیه از پایین", + "Bring Forward": "جلو", + "Bring to Front": "اولین", + "Clone": "تکثیر", + "Color Theme": "شمای رنگی", + "Copy": "کپی", + "Extended Hours": "ساعات غیرمعاملاتی", + "Format...": "فرمت...", + "Source Code...": "Source Code...", + "Full Screen": "تمام صفحه", + "Grid Lines": "خطوط شبکه ای", + "Hide All Drawing Tools": "عدم نمایش اشکال", + "Drawing Tools": "Drawing Tools", + "Hide": "عدم نمایش", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "افزودن شکل", + "Insert Indicator...": "افزودن اندیکاتور...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "نمایش آخرین قیمت بر روی محور", + "Link To": "اتصال به", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "بارگزاری داده های جدید", + "Lock All Drawing Tools": "قفل کردن ابزار های رسم", + "Lock Scale": "قفل کردن محور", + "Lock scale": "قفل کردن محور", + "Log Scale": "مقیاس لگاریتمی", + "log": "لگاریتمی", + "Magnet Mode": "آهنربا", + "Merge Down": "ترکیب با ناحیه پایین", + "Merge Up": "ترکیب با ناحیه بالایی", + "Objects Tree...": "لیست اشکال و اندیکاتورها...", + "Offset": "فاصله", + "Override Min Tick": "حداقل مقیاس قیمت", + "Percentage": "مقیاس درصدی", + "Precision": "دقت", + "Price Line": "خط قیمت", + "Properties...": "تنظیمات...", + "Redo": "حالت بعدی", + "Remove All Drawing Tools": "حذف همه اشکال", + "Remove All Studies": "پاک کردن همه ی محاسبات", + "Remove All Indicators": "حذف همه اندیکاتورها", + "Remove": "حذف", + "Reset Chart": "تنظیمات پیش‌فرض نمودار", + "Reset Scale": "مقیاس پیش‌فرض", + "Reset": "تنظیم مجدد", + "Right Margin": "حاشیه از راست", + "Save As...": "ذخیره به عنوان ...", + "Scale Left": "مقیاس محور چپ", + "Scale Percentage": "درصد مقیاس", + "Scale Right": "مقیاس محور راست", + "Scale Series Only": "تغییر مقیاس تنها برای قیمت", + "Scale series only": "تغییر مقیاس تنها برای قیمت", + "Scale Series only": "تغییر مقیاس تنها برای قیمت", + "Scales Lines": "رنگ خطوط محورها", + "Scales Text": "رنگ متن محورها", + "Scaling": "مقیاس بندی", + "Screen (No Scale)": "مقیاس صفحه", + "Send Backward": "عقب", + "Send to Back": "آخرین", + "Session Breaks": "تنفس معاملاتی", + "Show Arguments in Header": "نمایش پارامترها", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "نمایش آخرین ارزش روی مقیاس قیمت", + "Show Left Axis": "نمایش محور چپ", + "Show Right Axis": "نمایش محور راست", + "Show": "نمایش", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "ماندن در حالت رسم", + "Symbol Search...": "جستجوی نماد...", + "Change Symbol": "تغییر نماد", + "Change Symbol...": "تغییر نماد...", + "Change Interval...": "Change Interval...", + "Time Zone": "منطقه زمانی", + "TimeZone": "منطقه زمانی", + "Top Margin": "حاشیه از بالا", + "Transparency": "شفافیت", + "Undo {0}": "حالت قبلی", + "Undo": "حالت قبلی", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "جداسازی و انتقال به پایین", + "Unmerge Up": "جداسازی و انتقال به بالا", + "Visual Order": "ترتیب نمایش", + "Watermark": "رنگ نماد پس زمینه", + "Show Objects Tree": "نمایش لیست اشکال", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "الگوی ABCD", + "Anchored Text": "متن ثابت", + "Arc": "کمان", + "Arrow Mark Down": "پیکان رو به پایین", + "Arrow Mark Left": "پیکان رو به چپ", + "Arrow Mark Right": "پیکان رو به راست", + "Arrow Mark Up": "پیکان رو به بالا", + "Balloon": "بالون", + "Bars Pattern": "الگوی داده ها", + "Brush": "قلم", + "Callout": "Callout", + "Circle Lines": "خطوط منحنی", + "Cross": "مکان‌نما", + "Cyclic Lines": "خطوط دایره ای", + "Date Range": "بازه زمانی", + "Disjoint Angle": "قطع اتصال زاویه", + "Dot": "نقطه", + "Elliott Labels": "برچسب های الیوت", + "Elliott Major Retracement": "Elliott Major Retracement", + "Elliott Minor Retracement": "Elliott Minor Retracement", + "Elliott Wave Cycle": "چرخ موج الیوت", + "Elliott Wave Minor": "Elliott Wave Minor", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "Ellipse", + "Value": "Value", + "Eraser": "پاک‌کن", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "تمدید شده", + "Extended Line": "خط تمدید شده", + "Fib Channel": "کانال فیبوناچی", + "Fib Circles": "دایره های فیبوناچی", + "Fib Retracement": "اصلاحی فیبوناچی", + "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", + "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", + "Fib Spiral": "Fib Spiral", + "Fib Time Zone": "منطقه زمانی فیبوناچی", + "Fib Wedge": "گوه فیبوناچی", + "Flag Mark": "علامت گذاری", + "Flat Top/Bottom": "Flat Top/Bottom", + "Flat Bottom": "Flat Bottom", + "Forecast": "پیش بینی", + "Gann Box": "Gann Box", + "Gann Fan": "Gann Fan", + "Gann Square": "Gann Square", + "Head & Shoulders": "سر و شانه ها", + "Horizontal Line": "خط افقی", + "Horizontal Ray": "Horizontal Ray", + "Icon": "شمایل", + "Inside Pitchfork": "Inside Pitchfork", + "Long Position": "وضعیت خرید", + "Risk/Reward long": "Risk/Reward long", + "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", + "Parallel Channel": "Parallel Channel", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Polyline", + "Price Label": "Price Label", + "Price Range": "محدوده قیمتی", + "Projection": "Projection", + "Ray": "Ray", + "Rectangle": "مستطیل", + "Regression Trend": "روند رگراسیون", + "Rotated Rectangle": "Rotated Rectangle", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "شیف", + "Original": "اصلی", + "Modified Schiff": "شیف تغییر داده‌شد", + "Inside": "داخلی", + "Short Position": "Short Position", + "Risk/Reward short": "Risk/Reward short", + "Text": "متن", + "Comment": "توضیحات", + "Three Drivers Pattern": "Three Drivers Pattern", + "Thumb Down": "Thumb Down", + "Thumb Up": "Thumb Up", + "Trend Angle": "Trend Angle", + "Trend Line": "Trend Line", + "Trend-Based Fib Extension": "Trend-Based Fib Extension", + "Trend-Based Fib Time": "Trend-Based Fib Time", + "Triangle Pattern": "Triangle Pattern", + "Triangle": "Triangle", + "Vertical Line": "Vertical Line", + "XABCD Pattern": "XABCD Pattern", + "Angle:": "زاویه", + "Arcs": "کمان‌ها", + "Background color 1": "رنگ پس‌زمینه ۱", + "Background color 2": "رنگ پس‌زمینه ۲", + "Background Color": "رنگ پس‌زمینه", + "Bar #": "شماره میله", + "Border color": "رنگ حاشیه", + "Border Color": "رنگ حاشیه", + "Border": "حاشیه", + "Bottom Lables": "برچسب‌های پایین", + "bottom": "پایین", + "center": "وسط", + "Channel": "کانال", + "Coeffs As Percents": "نمایش به درصد", + "Color bars based on previous close": "نمایش رنگ کندل‌ها بر اساس قیمت پایانی روز قبل", + "Color": "رنگ", + "Color:": "رنگ:", + "Coordinates": "مختصات", + "Delete": "حذف", + "Down Color": "قیمت منفی", + "Drawings": "ترسیم", + "Entry price:": "قیمت ورود", + "Event": "Event", + "Events": "وقایع", + "Extend Left End": "ابتدا باز", + "Extend Left": "امتداد از چپ", + "Extend Lines": "امتداد خطوط", + "Extend Right End": "انتها باز", + "Extend Right": "امتداد از راست", + "Extend": "بسط", + "Failure back color": "رنگ پس‌زمینه حالت شکست", + "Failure text color": "رنگ متن حالت شکست", + "Fans": "بادبزن‌ها", + "Fill": "رنگ ناحیه", + "Format": "ویژگی‌ها", + "Graphics": "نگاره سازی", + "Grid": "شبکه", + "Help": "کمک", + "HLC Bars": "عدم نمایش نشانگر قیمت باز", + "Inputs": "ورودی‌ها", + "Label Background": "برچسب پس‌زمینه", + "Label": "برچسب", + "Labels": "برچسب‌ها", + "Left End": "ابتدا باز", + "Left Labels": "برچسب‌های چپ", + "Right Labels": "Right Labels", + "left": "چپ", + "Level {0}": "سطح {0}", + "Levels": "سطوح", + "Lines": "خطوط", + "Major": "بزرگ", + "Measure (Shift + Click on the chart)": "خطوط میزان تغییرات (شیفت + کلیک)", + "Median": "خط میانی", + "middle": "وسط", + "Middle": "وسط", + "Minor": "کوچک", + "Mode": "نوع", + "Normal": "خط", + "Plot": "رسم", + "Price Levels": "سطوح قیمت", + "Price Source": "مبنای قیمت", + "Price": "قیمت", + "Price:": "قیمت:", + "Prices": "قیمت‌ها", + "Profit Background Color": "Profit Background Color", + "Profit Level. Ticks:": "حد سود", + "Properties": "تنظیمات", + "Reverse": "معکوس", + "Right End": "انتها باز", + "Right Lables": "برچسب‌های راست", + "right": "راست", + "Log Scale_scale_menu": "مقیاس لگاریتمی", + "Percentage_scale_menu": "مقایس درصدی", + "Scales": "محورها", + "Settings": "تنظیمات", + "Show Background": "نمایش پس زمینه", + "Show Bars Range": "نمایش فاصله روزها", + "Show Date/Time Range": "نمایش فاصله تاریخی", + "Show Distance": "نمایش فاصله مختصات", + "Show Labels": "نمایش برچسب‌ها", + "Show Price Range": "نمایش فاصله قیمتی", + "Show Price": "نمایش قیمت", + "Show Prices": "نمایش قیمت‌ها", + "Show Text": "نمایش متن", + "Show Time": "نمایش زمان", + "Show Wave": "نمایش موج", + "Show/Hide": "نمایش/عدم نمایش", + "Source back color": "رنگ پس‌زمینه نقطه شروع", + "Source border color": "رنگ لبه نقطه شروع", + "Source text color": "رنگ متن نقطه شروع", + "Stay in Drawing Mode": "ماندن در حالت ترسیم", + "Stop Background Color": "Stop Background Color", + "Stop Color:": "رنگ محدوده زیان", + "Stop Level. Ticks:": "حد زیان", + "Style": "نحوه نمایش", + "Success back color": "رنگ پس‌زمینه حالت موفقیت", + "Success text color": "رنگ متن حالت موفقیت", + "Target back color": "رنگ پس‌زمینه نقطه هدف", + "Target border color": "رنگ لبه نقطه هدف", + "Target Color:": "رنگ محدوده سود", + "Target text color": "رنگ متن نقطه هدف", + "Text Alignment:": "تراز سطوح", + "Text color": "رنگ متن", + "Text Color": "رنگ متن", + "Text Font": "قلم", + "Text Wrap": "شکستن خودکار خطوط", + "Text:": "متن:", + "Time Levels": "سطوح تاریخ", + "Timezone/Sessions": "Timezone/Sessions", + "Top Labels": "برچسب‌های بالا", + "Bottom Labels": "Bottom Labels", + "top": "بالا", + "Up Color": "قیمت مثبت", + "Wave Size": "اندازه موج", + "Wick": "سایه بیشترین و کمترین", + "Zoom In": "بزرگ نمایی", + "Zoom Out": "کوچک نمایی", + "Borders": "حاشیه", + "Level": "Level", + "Hlines Background": "رنگ پس‌زمینه", + "Plots Background": "Plots Background", + "Open_line_tool_position": "سود/زیان", + "Closed_line_tool_position": "سود/زیان", + "{0} P&L: {1}": "‫", + "Risk/Reward Ratio: {0}": "‫نسبت ریسک به سود: {0}", + "Stop: {0} ({1}%)": "‫زیان: {0} ({1}%)", + "Target: {0} ({1}%)": "‫سود: {0} ({1}%)", + "SUCCESS": "موفقیت", + "FAILURE": "شکست", + "Left Shoulder": "Left Shoulder", + "Head": "Head", + "Right Shoulder": "Right Shoulder", + "Mirrored": "جرخش افقی", + "Flipped": "چرخش عمودی", + "distance: {0}": "{0} :فاصله مختصات", + "day": "روز", + "day_plural": "روز", + "week": "هفته", + "week_plural": "هفته", + "month": "ماه", + "month_plural": "ماه", + "minute": "دقیقه", + "minute_plural": "دقیقه", + "hour": "ساعت", + "hour_plural": "ساعت", + "y_dates": "سال", + "y_dates_plural": "سال", + "h_dates": "ساعت", + "D_dates": "روز", + "W_dates": "هفته", + "M_dates": "ماه", + "d_dates": "روز", + "m_dates": "ماه", + "in_dates": "in", + "Jan": "ژانویه", + "Feb": "فوریه", + "Mar": "مارس", + "Apr": "آوریل", + "May": "می", + "Jun": "ژوئن", + "Jul": "Jul", + "Aug": "Aug", + "Sep": "Sep", + "Oct": "Oct", + "Nov": "Nov", + "Dec": "Dec", + "Objects Tree": "اشکال و اندیکاتورها", + "Manage Drawings": "مدیریت اشکال", + "TOOL": "ابزار", + "SYMBOL": "نماد", + "Move Up": "انتقال به بالا", + "Move Down": "انتقال به پایین", + "All Exchanges": "همه بازارها", + "All types": "انواع", + "Stock": "سهام", + "stock": "سهام", + "Index": "شاخص", + "index": "شاخص", + "Futures": "آتی", + "futures": "آتی", + "Image URL": "مسیر عکس", + "Save image": "ذخیره عکس", + "or copy url:": "or copy url:", + "Redo {0}": "حالت بعدی", + "Custom color...": "رنگ دلخواه...", + "Search": "جستجو", + "Open_in_legend": "باز", + "High_in_legend": "بیشترین", + "Low_in_legend": "کمترین", + "Close_in_legend": "پایانی", + "Open": "باز", + "High": "بیشترین", + "Low": "کمترین", + "Close": "پایانی", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "Exchange", + "Athens": "آتن", + "Berlin": "برلین", + "Bogota": "بوگوتا", + "Bangkok": "بانگوک", + "Buenos Aires": "بوینس آیرس", + "Chicago": "شیکاگو", + "Hong Kong": "هنگ کنگ", + "Kolkata": "کلکته", + "London": "لندن", + "Los Angeles": "لس آنجلس", + "Madrid": "مادرید", + "Moscow": "مسکو", + "New York": "نیویورک", + "Paris": "پاریس", + "Sao Paulo": "سائوپلو", + "Seoul": "سئول", + "Shanghai": "شانگهای", + "Singapore": "سنگاپور", + "Sydney": "سیدنی", + "Taipei": "چین تایپه", + "Tehran": "تهران", + "Tokyo": "توکیو", + "Toronto": "تورنتو", + "Vancouver": "ونکوور", + "Warsaw": "ورشو", + "n/a": "هیچ کدام", + "Long_input": "دوره بلند مدت", + "long_input": "دوره بلند مدت", + "longlen_input": "long length", + "Window Size_input": "Window Size", + "Length_input": "دوره", + "length_input": "دوره", + "len_input": "length", + "Short_input": "دوره کوتاه مدت", + "short_input": "دوره کوتاه مدت", + "shortlen_input": "Short Length", + "Mult_input": "Multiplier", + "mult_input": "multiplier", + "divisor_input": "divisor", + "Divisor_input": "Divisor", + "Upper": "بالایی", + "Lower": "پایینی", + "Long": "بلند مدت", + "Short": "کوتاه مدت", + "Signal": "سیگنال", + "Jaw": "فک", + "Teeth": "دندان", + "Lips": "لب ها", + "Zero": "صفر", + "WMA Length_input": "WMA Length", + "Long RoC Length_input": "Long RoC Length", + "Short RoC Length_input": "Short RoC Length", + "jawLength_input": "Jaw Length", + "teethLength_input": "Teeth Length", + "lipsLength_input": "Lips Length", + "percent_input": "Percent", + "exponential_input": "Exponential", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "رنگ ۰", + "Color 1": "رنگ ۱", + "Color 2": "رنگ ۲", + "Color 3": "رنگ ۳", + "Color 4": "رنگ ۴", + "sym_input": "نماد", + "symbol_input": "نماد", + "Sym_input": "Symbol", + "DI Length_input": "DI Length", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "تغییر مکان", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Use True Range", + "roclen1_input": "RoC Length 1", + "roclen2_input": "RoC Length 2", + "roclen3_input": "RoC Length 3", + "roclen4_input": "RoC Length 4", + "smalen1_input": "SMA Length 1", + "smalen2_input": "SMA Length 2", + "smalen3_input": "SMA Length 3", + "smalen4_input": "SMA Length 4", + "siglen_input": "Signal Length", + "UpperLimit": "حد بالا", + "LowerLimit": "حد پایین", + "Limit": "Limit", + "fastLength_input": "Fast Length", + "slowLength_input": "Slow Length", + "signalLength_input": "Signal Length", + "start_input": "شروع", + "increment_input": "Increment", + "maximum_input": "حداکثر", + "showMA_input": "نمایش میانگین متحرک", + "show MA_input": "نمایش میانگین متحرک", + "Volume": "حجم", + "Volume MA": "میانگین متحرک حجم", + "Indicator": "اندیکاتور", + "Oscillator": "اسیلاتور", + "lengthStoch_input": "Stoch length", + "lengthRSI_input": "RSI length", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "تلاقی", + "Click to set a point": "Click to set a point", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", + "retrying": "در حال تلاش مجدد", + "eod data": "اطلاعات پایان روز", + "eod delayed": "اطلاعات پایان روز تاخیری", + "loading data": "در حال دریافت اطلاعات", + "invalid symbol": "اطلاعاتی وجود ندارد", + "streaming": "در حال دریافت اطلاعات", + "realtime": "زمان واقعی", + "pre-market": "پیش از گشایش بازار", + "post-market": "پس از بسته شدن بازار", + "closed": "بسته", + "Time Interval": "دوره زمانی", + "Show Symbol Labels": "نمایش برچسب نمادها", + "Show Symbol Labels_context_menu": "نمایش برچسب نمادها", + "Subminuette": "کمتر از دقیقه", + "Minuette": "دقیقه", + "Minute": "دقیقه", + "Intermediate": "میانروز", + "Primary": "اصلی", + "Cycle": "دوره", + "SuperCycle": "دوره بزرگ", + "GrandSuperCycle": "دوره خیلی عظیم", + "Lock": "قفل", + "Width": "عرض", + "Line With Breaks": "خط", + "Area With Breaks": "ناحیه", + "Type": "نوع", + "Simple": "ساده", + "With Markers": "نقاط قیمت", + "Step": "پله‌ای", + "No drawings yet": "شکلی رسم نشده است", + "Lock/Unlock": "قفل/باز", + "deviation_input": "انحراف ورودی", + "depth_input": "عمق ورودی", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "نوارهای بولینگر", + "Bollinger Bands %B_study": "نوارهای بولینگر %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "تقاطع میانگین متحرک", + "Money Flow_study": "گردش پول", + "Mass Index_study": "شاخص انبوه", + "Moving Average Exponential_study": "نمایی میانگین متحرک", + "Net Volume_study": "حجم خالص", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "میانگین متحرک", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "حجم", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "تغییر بازه", + "Show Only Studies": "فقط نمایش محاسبات", + "Show Only Drawings": "فقط نمایش اشکال رسم شده", + "Show All": "نمایش همه", + "Timezone/Sessions Properties...": "خصوصیات موقعیت زمانی/دوره معاملاتی", + "Scale Price Chart Only": "فقط نمودار مقیاس قیمت", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "یادداشت", + "Anchored Note": "یادداشت ثابت", + "Scales Properties": "خصوصیات مقیاس ها", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "خودکار", + "Invalid Symbol": "نماد غیر معتبر", + "loading...": "در حال بارگزاری ...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "غیر قابل قبول", + "Stats Text Color": "Stats Text Color", + "Show Angle": "نمایش زاویه", + "Always Show Stats": "نمایش همیشگی آمار", + "Rename...": "تغییرنام...", + "New": "New", + "Load": "بارگذاری", + "Save": "ذخیره", + "Rename Chart": "تغییرنام نمودار", + "{0} copy": "{0} کپی", + "Please enter chart name": "نام نمودار را وارد کنید", + "Enter a new chart name": "نام جدید نمودار را وارد کنید", + "Load Chart": "بارگذاری نمودار", + "Chart Name": "نام نمودار", + "Chart name": "نام نمودار", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Last Modified", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Active Symbol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "حالت تمام صفحه", + "Marker Color": "رنگ نشانگر", + "Font Size": "اندازه قلم", + "Save New Chart": "ذخیره نمودار جدید", + "Source_compare": "منبع", + "YES": "بله", + "Yes": "Yes", + "No": "No", + "NO": "خیر", + "Confirmation": "تاییدیه", + "Are you sure you want to delete this chart?": "آیا مطمئنید که می خواهید این نمودار را حذف کنید؟", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" +} \ No newline at end of file diff --git a/charting_library/static/localization/translations/fa_IR.json b/charting_library/static/localization/translations/fa_IR.json index 7f4d9580..ee29d949 100644 --- a/charting_library/static/localization/translations/fa_IR.json +++ b/charting_library/static/localization/translations/fa_IR.json @@ -1,664 +1,1008 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label-nocap", - "Script Editor": "ویرایشگر فرمول", - " Published Charts Timeline": "خط زمان نمودار منتشر شده", - "SMA": "میانگین متحرک", - "Bar's Style": "نحوه نمایش", - "Chart Properties": "تنظیمات نمودار", - "Compare": "مقایسه", - "Compare...": "مقایسه...", - "Compare or Add Symbol...": "مقایسه یا افزودن نماد...", - "Compare or Add Symbol": "مقایسه یا افزودن نماد", - "Add Symbol": "افزودن نماد", - "Scales Properties...": "تنظیمات محورها...", - "Add": "افزودن", - "Company Comparison": "مقایسه شرکت", - "Indicators, Fundamentals, Economy and Add-ons": "اندیکاتورها و مقایسه شرکت‌ها", - "Economy & Symbols": "مقایسه شرکت‌ها", - "Bars": "میله‌ای", - "Candles": "شمعی", - "Hollow Candles": "شمعی توخالی", - "Line": "خط", - "Area": "ناحیه", - "Heiken Ashi": "هایکن آشی", - "Histogram": "میله‌ای", - "Cross_chart_type": "به‌علاوه", - "Crosshair": "نشانه‌گر", - "Columns": "ستونی", - "Circles": "دایره", - "Indicators": "اندیکاتورها", - "Favorites": "مورد علاقه", - "Technical Analysis": "اندیکاتورهای تحلیل تکنیکی", - "No indicators matched your criteria.": "هیچ اندیکاتوری با شرط شما مطابقت ندارد.", - "Add to favorites": "افزودن به موارد مورد علاقه", - "Remove from favorites": "حذف از موارد مورد علاقه", - "No symbols matched your criteria": "هیچ نمادی با شرط شما مطابقت ندارد", - "Add any symbol from the list": "نمادی را از لیست اضافه کنید", - "Overlay the main chart": "نمایش بر روی ناحیه اصلی", - "Symbols to be added on the chart": "نماد هایی که به نمودار اضافه می شوند", - "Symbol": "نماد", - "Default": "پیش‌فرض", - "Defaults": "پیش‌فرض‌ها", - "OK": "تایید", - "Cancel": "لغو", - " color": "رنگ", - " transparency": "شفافیت", - " visibility": "نمایش", - "Add To Watchlist": "اضافه کردن به دیده بان", - "Apply": "اعمال", - "Arguments in Header": "نمایش پارامترها", - "Arrow": "پیکان", - "Auto Scale": "تنظیم خودکار محور", - "Background": "پس‌زمینه", - "bars": "میله", - "bars_margin": "فضای خالی", - "{0} bars": "{0} داده", - "Bottom Margin": "حاشیه از پایین", - "Bring Forward": "جلو", - "Bring to Front": "اولین", - "Clone": "تکثیر", - "Color Theme": "شمای رنگی", - "Copy": "کپی", - "Extended Hours": "ساعات غیرمعاملاتی", - "Format...": "ویژگی‌ها...", - "Full Screen": "تمام صفحه", - "Grid Lines": "شبکه", - "Hide All Drawing Tools": "عدم نمایش اشکال", - "Hide": "عدم نمایش", - "Insert Drawing Tool": "افزودن شکل", - "Insert Indicator...": "افزودن اندیکاتور...", - "Last Value on Price Scale": "نمایش آخرین قیمت بر روی محور", - "Link To": "اتصال به", - "Load New Bars": "بارگزاری داده های جدید", - "Lock All Drawing Tools": "قفل کردن ابزار های رسم", - "Lock Scale": "قفل کردن محور", - "Lock scale": "قفل کردن محور", - "Log Scale": "مقیاس لگاریتمی", - "log": "لگاریتمی", - "Magnet Mode": "آهنربا", - "Merge Down": "ترکیب با ناحیه پایین", - "Merge Up": "ترکیب با ناحیه بالایی", - "Objects Tree...": "لیست اشکال و اندیکاتورها...", - "Offset": "فاصله", - "Override Min Tick": "حداقل مقیاس قیمت", - "Percentage": "مقیاس درصدی", - "Precision": "دقت", - "Price Line": "خط قیمت", - "Properties...": "تنظیمات...", - "Redo": "حالت بعدی", - "Remove All Drawing Tools": "حذف همه اشکال", - "Remove All Studies": "پاک کردن همه ی محاسبات", - "Remove All Indicators": "حذف همه اندیکاتورها", - "Remove": "حذف", - "Reset Chart": "تنظیمات پیش‌فرض", - "Reset Scale": "مقیاس پیش‌فرض", - "Reset": "تنظیم مجدد", - "Right Margin": "حاشیه از راست", - "Save As...": "ذخیره به عنوان ...", - "Scale Left": "مقیاس محور چپ", - "Scale Percentage": "درصد مقیاس", - "Scale Right": "مقیاس محور راست", - "Scale Series Only": "تغییر مقیاس تنها برای قیمت", - "Scale series only": "تغییر مقیاس تنها برای قیمت", - "Scale Series only": "تغییر مقیاس تنها برای قیمت", - "Scales Lines": "رنگ خطوط محورها", - "Scales Text": "رنگ متن محورها", - "Scaling": "مقیاس بندی", - "Screen (No Scale)": "مقیاس صفحه", - "Send Backward": "عقب", - "Send to Back": "آخرین", - "Session Breaks": "تنفس معاملاتی", - "Show Arguments in Header": "نمایش پارامترها", - "Show Last Value on Price Scale": "نمایش آخرین ارزش روی مقیاس قیمت", - "Show Left Axis": "نمایش محور چپ", - "Show Right Axis": "نمایش محور راست", - "Show": "نمایش", - "Stay In Drawing Mode": "ماندن در حالت رسم", - "Symbol Search...": "جستجوی نماد...", - "Change Symbol": "تغییر نماد", - "Change Symbol...": "تغییر نماد...", - "Time Zone": "منطقه زمانی", - "TimeZone": "منطقه زمانی", - "Top Margin": "حاشیه از بالا", - "Transparency": "شفافیت", - "Undo {0}": "حالت قبلی", - "Undo": "حالت قبلی", - "Unmerge Down": "جداسازی و انتقال به پایین", - "Unmerge Up": "جداسازی و انتقال به بالا", - "Visual Order": "ترتیب نمایش", - "Watermark": "رنگ نماد پس زمینه", - "Show Objects Tree": "نمایش لیست اشکال", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "الگوی ABCD", - "Anchored Text": "متن ثابت", - "Arc": "کمان", - "Arrow Mark Down": "پیکان رو به پایین", - "Arrow Mark Left": "پیکان رو به چپ", - "Arrow Mark Right": "پیکان رو به راست", - "Arrow Mark Up": "پیکان رو به بالا", - "Balloon": "بالون", - "Bars Pattern": "الگوی داده ها", - "Brush": "قلم", - "Callout": "Callout", - "Circle Lines": "خطوط منحنی", - "Cross": "مکان‌نما", - "Cyclic Lines": "خطوط دایره ای", - "Date Range": "بازه زمانی", - "Disjoint Angle": "قطع اتصال زاویه", - "Dot": "نقطه", - "Elliott Labels": "Elliott Labels", - "Elliott Major Retracement": "Elliott Major Retracement", - "Elliott Minor Retracement": "Elliott Minor Retracement", - "Elliott Wave Cycle": "Elliott Wave Cycle", - "Elliott Wave Minor": "Elliott Wave Minor", - "Elliott Wave Subminuette": "Elliott Wave Subminuette", - "Ellipse": "Ellipse", - "Eraser": "پاک‌کن", - "Extended": "تمدید شده", - "Extended Line": "خط تمدید شده", - "Fib Channel": "Fib Channel", - "Fib Circles": "Fib Circles", - "Fib Retracement": "Fib Retracement", - "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", - "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", - "Fib Spiral": "Fib Spiral", - "Fib Time Zone": "Fib Time Zone", - "Fib Wedge": "Fib Wedge", - "Flag Mark": "علامت گذاری", - "Flat Top/Bottom": "Flat Top/Bottom", - "Flat Bottom": "Flat Bottom", - "Forecast": "Forecast", - "Gann Box": "Gann Box", - "Gann Fan": "Gann Fan", - "Gann Square": "Gann Square", - "Head & Shoulders": "Head & Shoulders", - "Horizontal Line": "Horizontal Line", - "Horizontal Ray": "Horizontal Ray", - "Icon": "Icon", - "Inside Pitchfork": "Inside Pitchfork", - "Long Position": "Long Position", - "Risk/Reward long": "Risk/Reward long", - "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", - "Parallel Channel": "Parallel Channel", - "Pitchfan": "Pitchfan", - "Pitchfork": "Pitchfork", - "Polyline": "Polyline", - "Price Label": "Price Label", - "Price Range": "Price Range", - "Projection": "Projection", - "Ray": "Ray", - "Rectangle": "Rectangle", - "Regression Trend": "Regression Trend", - "Rotated Rectangle": "Rotated Rectangle", - "Schiff Pitchfork": "Schiff Pitchfork", - "Schiff": "شیف", - "Original": "اصلی", - "Modified Schiff": "شیف تغییر داده‌شد", - "Inside": "داخلی", - "Short Position": "Short Position", - "Risk/Reward short": "Risk/Reward short", - "Text": "Text", - "Comment": "توضیحات", - "Three Drivers Pattern": "Three Drivers Pattern", - "Thumb Down": "Thumb Down", - "Thumb Up": "Thumb Up", - "Trend Angle": "Trend Angle", - "Trend Line": "Trend Line", - "Trend-Based Fib Extension": "Trend-Based Fib Extension", - "Trend-Based Fib Time": "Trend-Based Fib Time", - "Triangle Pattern": "Triangle Pattern", - "Triangle": "Triangle", - "Vertical Line": "Vertical Line", - "XABCD Pattern": "XABCD Pattern", - "Angle:": "زاویه", - "Arcs": "کمان‌ها", - "Background color 1": "رنگ پس‌زمینه ۱", - "Background color 2": "رنگ پس‌زمینه ۲", - "Background Color": "رنگ پس‌زمینه", - "Bar #": "شماره میله", - "Border color": "رنگ حاشیه", - "Border Color": "رنگ حاشیه", - "Border": "حاشیه", - "Bottom Lables": "برچسب‌های پایین", - "bottom": "پایین", - "center": "وسط", - "Channel": "کانال", - "Coeffs As Percents": "نمایش به درصد", - "Color bars based on previous close": "نمایش رنگ کندل‌ها بر اساس قیمت پایانی روز قبل", - "Color": "رنگ", - "Color:": "رنگ:", - "Coordinates": "مختصات", - "Delete": "حذف", - "Down Color": "قیمت منفی", - "Drawings": "Drawings", - "Entry price:": "قیمت ورود", - "Events": "Events", - "Extend Left End": "ابتدا باز", - "Extend Left": "امتداد از چپ", - "Extend Lines": "امتداد خطوط", - "Extend Right End": "انتها باز", - "Extend Right": "امتداد از راست", - "Extend": "بسط", - "Failure back color": "رنگ پس‌زمینه حالت شکست", - "Failure text color": "رنگ متن حالت شکست", - "Fans": "بادبزن‌ها", - "Fill": "رنگ ناحیه", - "Format": "ویژگی‌ها", - "Graphics": "Graphics", - "Grid": "شبکه", - "Help": "کمک", - "HLC Bars": "عدم نمایش نشانگر قیمت باز", - "Inputs": "ورودی‌ها", - "Label Background": "برچسب پس‌زمینه", - "Label": "برچسب", - "Labels": "برچسب‌ها", - "Left End": "ابتدا باز", - "Left Labels": "برچسب‌های چپ", - "left": "چپ", - "Level {0}": "Level {0}", - "Levels": "سطوح", - "Lines": "خطوط", - "Major": "بزرگ", - "Measure (Shift + Click on the chart)": "خطوط میزان تغییرات (شیفت + کلیک)", - "Median": "خط میانی", - "middle": "وسط", - "Middle": "وسط", - "Minor": "کوچک", - "Mode": "نوع", - "Normal": "خط", - "Plot": "رسم", - "Price Levels": "سطوح قیمت", - "Price Source": "مبنای قیمت", - "Price": "قیمت", - "Price:": "قیمت:", - "Prices": "قیمت‌ها", - "Profit Background Color": "Profit Background Color", - "Profit Level. Ticks:": "حد سود", - "Properties": "تنظیمات", - "Reverse": "معکوس", - "Right End": "انتها باز", - "Right Lables": "برچسب‌های راست", - "right": "راست", - "Log Scale_scale_menu": "مقیاس لگاریتمی", - "Percentage_scale_menu": "مقایس درصدی", - "Scales": "محورها", - "Settings": "تنظیمات", - "Show Background": "نمایش پس زمینه", - "Show Bars Range": "نمایش فاصله روزها", - "Show Date/Time Range": "نمایش فاصله تاریخی", - "Show Distance": "نمایش فاصله مختصات", - "Show Labels": "نمایش برچسب‌ها", - "Show Price Range": "نمایش فاصله قیمتی", - "Show Price": "نمایش قیمت", - "Show Prices": "نمایش قیمت‌ها", - "Show Text": "نمایش متن", - "Show Time": "نمایش زمان", - "Show Wave": "نمایش موج", - "Show/Hide": "نمایش/عدم نمایش", - "Source back color": "رنگ پس‌زمینه نقطه شروع", - "Source border color": "رنگ لبه نقطه شروع", - "Source text color": "رنگ متن نقطه شروع", - "Stay in Drawing Mode": "ماندن در حالت ترسیم", - "Stop Background Color": "Stop Background Color", - "Stop Color:": "رنگ محدوده زیان", - "Stop Level. Ticks:": "حد زیان", - "Style": "نحوه نمایش", - "Success back color": "رنگ پس‌زمینه حالت موفقیت", - "Success text color": "رنگ متن حالت موفقیت", - "Target back color": "رنگ پس‌زمینه نقطه هدف", - "Target border color": "رنگ لبه نقطه هدف", - "Target Color:": "رنگ محدوده سود", - "Target text color": "رنگ متن نقطه هدف", - "Text Alignment:": "تراز سطوح", - "Text color": "رنگ متن", - "Text Color": "رنگ متن", - "Text Font": "قلم", - "Text Wrap": "شکستن خودکار خطوط", - "Text:": "متن:", - "Time Levels": "سطوح تاریخ", - "Timezone/Sessions": "Timezone/Sessions", - "Top Labels": "برچسب‌های بالا", - "top": "بالا", - "Up Color": "قیمت مثبت", - "Wave Size": "اندازه موج", - "Wick": "سایه بیشترین و کمترین", - "Zoom In": "بزرگ نمایی", - "Zoom Out": "کوچک نمایی", - "Borders": "حاشیه", - "Level": "Level", - "Hlines Background": "رنگ پس‌زمینه", - "Plots Background": "Plots Background", - "Open_line_tool_position": "سود/زیان", - "Closed_line_tool_position": "سود/زیان", - "{0} P&L: {1}": "‫", - "Risk/Reward Ratio: {0}": "‫نسبت ریسک به سود: {0}", - "Stop: {0} ({1}%)": "‫زیان: {0} ({1}%)", - "Target: {0} ({1}%)": "‫سود: {0} ({1}%)", - "SUCCESS": "موفقیت", - "FAILURE": "شکست", - "Left Shoulder": "Left Shoulder", - "Head": "Head", - "Right Shoulder": "Right Shoulder", - "Mirrored": "جرخش افقی", - "Flipped": "چرخش عمودی", - "distance: {0}": "{0} :فاصله مختصات", - "day": "روز", - "day_plural": "روز", - "day_plural_1": "روز", - "day_plural_2": "روز", - "day_plural_5": "روز", - "week": "هفته", - "week_plural": "هفته", - "week_plural_1": "هفته", - "week_plural_2": "هفته", - "week_plural_5": "هفته", - "month": "ماه", - "month_plural": "ماه", - "month_plural_1": "ماه", - "month_plural_2": "ماه", - "month_plural_5": "ماه", - "minute": "دقیقه", - "minute_plural": "دقیقه", - "minute_plural_1": "دقیقه", - "minute_plural_2": "دقیقه", - "minute_plural_5": "دقیقه", - "hour": "ساعت", - "hour_plural": "ساعت", - "hour_plural_1": "ساعت", - "hour_plural_2": "ساعت", - "hour_plural_5": "ساعت", - "y_dates": "سال", - "y_dates_plural": "سال", - "y_dates_plural_1": "سال", - "y_dates_plural_2": "سال", - "y_dates_plural_5": "سال", - "h_dates": "ساعت", - "D_dates": "روز", - "W_dates": "هفته", - "M_dates": "ماه", - "d_dates": "روز", - "m_dates": "ماه", - "in_dates": "in_dates", - "Jan": "Jan", - "Feb": "Feb", - "Mar": "Mar", - "Apr": "Apr", - "May": "May", - "Jun": "Jun", - "Jul": "Jul", - "Aug": "Aug", - "Sep": "Sep", - "Oct": "Oct", - "Nov": "Nov", - "Dec": "Dec", - "Objects Tree": "اشکال و اندیکاتورها", - "Manage Drawings": "مدیریت اشکال", - "TOOL": "ابزار", - "SYMBOL": "نماد", - "Move Up": "انتقال به بالا", - "Move Down": "انتقال به پایین", - "All Exchanges": "همه بازارها", - "All types": "انواع", - "Stock": "سهام", - "stock": "سهام", - "Index": "شاخص", - "index": "شاخص", - "Futures": "آتی", - "futures": "آتی", - "Image URL": "مسیر عکس", - "Save image": "ذخیره عکس", - "or copy url:": "or copy url:", - "Redo {0}": "حالت بعدی", - "Custom color...": "Custom color...", - "Search": "جستجو", - "Open_in_legend": "باز", - "High_in_legend": "بیشترین", - "Low_in_legend": "کمترین", - "Close_in_legend": "پایانی", - "Open": "باز", - "High": "بیشترین", - "Low": "کمترین", - "Close": "پایانی", - "(H + L)/2": "(H + L)/2", - "(H + L + C)/3": "(H + L + C)/3", - "(O + H + L + C)/4": "(O + H + L + C)/4", - "UTC": "UTC", - "Exchange": "Exchange", - "Athens": "Athens", - "Berlin": "Berlin", - "Bogota": "Bogota", - "Bangkok": "بانگوک", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Kolkata", - "London": "London", - "Los Angeles": "Los Angeles", - "Madrid": "Madrid", - "Moscow": "Moscow", - "New York": "New York", - "Paris": "Paris", - "Seoul": "Seoul", - "Shanghai": "Shanghai", - "Singapore": "Singapore", - "Sydney": "Sydney", - "Taipei": "Taipei", - "Tehran": "Tehran", - "Tokyo": "Tokyo", - "Toronto": "Toronto", - "Vancouver": "Vancouver", - "Warsaw": "Warsaw", - "n/a": "n/a", - "Long_input": "دوره بلند مدت", - "long_input": "دوره بلند مدت", - "longlen_input": "longlen_input", - "Window Size_input": "Window Size_input", - "Length_input": "دوره", - "length_input": "دوره", - "len_input": "len_input", - "Short_input": "دوره کوتاه مدت", - "short_input": "دوره کوتاه مدت", - "shortlen_input": "shortlen_input", - "Mult_input": "Mult_input", - "mult_input": "mult_input", - "divisor_input": "divisor_input", - "Divisor_input": "Divisor_input", - "Upper": "بالایی", - "Lower": "پایینی", - "Long": "بلند مدت", - "Short": "کوتاه مدت", - "Signal": "Signal", - "Jaw": "Jaw", - "Teeth": "Teeth", - "Lips": "Lips", - "Zero": "صفر", - "WMA Length_input": "WMA Length_input", - "Long RoC Length_input": "Long RoC Length_input", - "Short RoC Length_input": "Short RoC Length_input", - "jawLength_input": "jawLength_input", - "teethLength_input": "teethLength_input", - "lipsLength_input": "lipsLength_input", - "percent_input": "percent_input", - "exponential_input": "exponential_input", - "smoothD_input": "smoothD_input", - "smoothK_input": "smoothK_input", - "Color 0": "رنگ ۰", - "Color 1": "رنگ ۱", - "Color 2": "رنگ ۲", - "Color 3": "رنگ ۳", - "Color 4": "رنگ ۴", - "sym_input": "sym_input", - "symbol_input": "symbol_input", - "Sym_input": "Sym_input", - "DI Length_input": "DI Length_input", - "ADX Smoothing_input": "ADX Smoothing_input", - "displacement_input": "displacement_input", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "useTrueRange_input", - "roclen1_input": "roclen1_input", - "roclen2_input": "roclen2_input", - "roclen3_input": "roclen3_input", - "roclen4_input": "roclen4_input", - "smalen1_input": "smalen1_input", - "smalen2_input": "smalen2_input", - "smalen3_input": "smalen3_input", - "smalen4_input": "smalen4_input", - "siglen_input": "siglen_input", - "UpperLimit": "حد بالا", - "LowerLimit": "حد پایین", - "fastLength_input": "fastLength_input", - "slowLength_input": "slowLength_input", - "signalLength_input": "signalLength_input", - "start_input": "start_input", - "increment_input": "increment_input", - "maximum_input": "maximum_input", - "showMA_input": "میانگین متحرک", - "show MA_input": "Show MA", - "Volume": "حجم", - "Volume MA": "میانگین متحرک حجم", - "Indicator": "Indicator", - "Oscillator": "Oscillator", - "lengthStoch_input": "lengthStoch_input", - "lengthRSI_input": "lengthRSI_input", - "sigma_input": "sigma_input", - "Sigma_input": "Sigma_input", - "Crosses": "تلاقی", - "Click to set a point": "Click to set a point", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", - "retrying": "در حال تلاش مجدد", - "eod data": "اطلاعات پایان روز", - "eod delayed": "اطلاعات پایان روز تاخیری", - "loading data": "در حال دریافت اطلاعات", - "invalid symbol": "اطلاعاتی وجود ندارد", - "streaming": "در حال دریافت اطلاعات", - "realtime": "realtime", - "pre-market": "پیش از گشایش بازار", - "post-market": "پس از بسته شدن بازار", - "closed": "بسته", - "Time Interval": "دوره زمانی", - "Show Symbol Labels": "نمایش برچسب نمادها", - "Show Symbol Labels_context_menu": "TODO", - "Subminuette": "کمتر از دقیقه", - "Minuette": "دقیقه", - "Minute": "دقیقه", - "Intermediate": "میانروز", - "Primary": "اصلی", - "Cycle": "دوره", - "SuperCycle": "دوره بزرگ", - "GrandSuperCycle": "دوره خیلی عظیم", - "Lock": "قفل", - "Width": "عرض", - "Line With Breaks": "خط", - "Area With Breaks": "ناحیه", - "Type": "نوع", - "Simple": "ساده", - "With Markers": "نقاط قیمت", - "Step": "پله‌ای", - "No drawings yet": "شکلی رسم نشده است", - "Lock/Unlock": "قفل/باز", - "deviation_input": "انحراف ورودی", - "depth_input": "عمق ورودی", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "تغییر بازه", - "Show Only Studies": "فقط نمایش محاسبات", - "Show Only Drawings": "فقط نمایش اشکال رسم شده", - "Show All": "نمایش همه", - "Timezone/Sessions Properties...": "خصوصیات موقعیت زمانی/دوره معاملاتی", - "Scale Price Chart Only": "فقط نمودار مقیاس قیمت", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "یادداشت", - "Anchored Note": "یادداشت ثابت", - "Scales Properties": "خصوصیات مقیاس ها", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "خودکار", - "Invalid Symbol": "نماد غیر معتبر", - "loading...": "در حال بارگزاری ...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "غیر قابل قبول", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label-nocap", + "Script Editor": "ویرایشگر فرمول", + " Published Charts Timeline": "خط زمان نمودار منتشر شده", + "SMA": "میانگین متحرک", + "Bar's Style": "نحوه نمایش", + "Chart Properties": "تنظیمات نمودار", + "Compare": "مقایسه", + "Compare...": "مقایسه...", + "Compare or Add Symbol...": "مقایسه یا افزودن نماد...", + "Compare or Add Symbol": "مقایسه یا افزودن نماد", + "Add Symbol": "افزودن نماد", + "Scales Properties...": "تنظیمات محورها...", + "Add": "افزودن", + "Company Comparison": "مقایسه شرکت", + "Indicators, Fundamentals, Economy and Add-ons": "اندیکاتورها و بنیادی ها، اقتصاد و افزودنی ها", + "Economy & Symbols": "اقتصاد و نمادها", + "Bars": "میله‌ای", + "Candles": "شمعی", + "Hollow Candles": "شمعی توخالی", + "Line": "خط", + "Area": "ناحیه", + "Heiken Ashi": "هایکن آشی", + "Renko": "", + "Line Break": "", + "Kagi": "", + "Point & Figure": "", + "Histogram": "میله‌ای", + "Cross_chart_type": "به‌علاوه", + "Crosshair": "نشانه‌گر", + "Columns": "ستونی", + "Circles": "دایره", + "Indicators": "اندیکاتورها", + "Favorites": "مورد علاقه", + "Technical Analysis": "تحلیل تکنیکی", + "No indicators matched your criteria.": "هیچ اندیکاتوری با شرط شما مطابقت ندارد.", + "Add to favorites": "افزودن به موارد مورد علاقه", + "Remove from favorites": "حذف از موارد مورد علاقه", + "No symbols matched your criteria": "هیچ نمادی با شرط شما مطابقت ندارد", + "Add any symbol from the list": "نمادی را از لیست اضافه کنید", + "Overlay the main chart": "نمایش بر روی ناحیه اصلی", + "Symbols to be added on the chart": "نماد هایی که به نمودار اضافه می شوند", + "Symbol": "نماد", + "Default": "پیش‌فرض", + "Defaults": "پیش‌فرض‌ها", + "OK": "تایید", + "Cancel": "لغو", + " color": "رنگ", + " transparency": "شفافیت", + " visibility": "نمایش", + "Add To Watchlist": "اضافه کردن به دیده بان", + "Add {0} To Watchlist": "", + "Apply": "اعمال", + "Arguments in Header": "نمایش پارامترها", + "Arrow": "پیکان", + "Auto Scale": "تنظیم خودکار محور", + "Background": "پس‌زمینه", + "bars": "میله ها", + "bars_margin": "میله ها", + "{0} bars": "{0} میله", + "Bottom Margin": "حاشیه از پایین", + "Bring Forward": "جلو", + "Bring to Front": "اولین", + "Clone": "تکثیر", + "Color Theme": "شمای رنگی", + "Copy": "کپی", + "Extended Hours": "ساعات غیرمعاملاتی", + "Format...": "فرمت...", + "Source Code...": "", + "Full Screen": "تمام صفحه", + "Grid Lines": "خطوط شبکه ای", + "Hide All Drawing Tools": "عدم نمایش اشکال", + "Hide": "عدم نمایش", + "Insert Drawing Tool": "افزودن شکل", + "Insert Indicator...": "افزودن اندیکاتور...", + "Script Editor...": "", + "Last Value on Price Scale": "نمایش آخرین قیمت بر روی محور", + "Link To": "اتصال به", + "Load New Bars": "بارگزاری داده های جدید", + "Lock All Drawing Tools": "قفل کردن ابزار های رسم", + "Lock Scale": "قفل کردن محور", + "Lock scale": "قفل کردن محور", + "Log Scale": "مقیاس لگاریتمی", + "log": "لگاریتمی", + "Magnet Mode": "آهنربا", + "Merge Down": "ترکیب با ناحیه پایین", + "Merge Up": "ترکیب با ناحیه بالایی", + "Objects Tree...": "لیست اشکال و اندیکاتورها...", + "Offset": "فاصله", + "Override Min Tick": "حداقل مقیاس قیمت", + "Percentage": "مقیاس درصدی", + "Precision": "دقت", + "Price Line": "خط قیمت", + "Properties...": "تنظیمات...", + "Redo": "حالت بعدی", + "Remove All Drawing Tools": "حذف همه اشکال", + "Remove All Studies": "پاک کردن همه ی محاسبات", + "Remove All Indicators": "حذف همه اندیکاتورها", + "Remove": "حذف", + "Reset Chart": "تنظیمات پیش‌فرض نمودار", + "Reset Scale": "مقیاس پیش‌فرض", + "Reset": "تنظیم مجدد", + "Right Margin": "حاشیه از راست", + "Save As...": "ذخیره به عنوان ...", + "Scale Left": "مقیاس محور چپ", + "Scale Percentage": "درصد مقیاس", + "Scale Right": "مقیاس محور راست", + "Scale Series Only": "تغییر مقیاس تنها برای قیمت", + "Scale series only": "تغییر مقیاس تنها برای قیمت", + "Scale Series only": "تغییر مقیاس تنها برای قیمت", + "Scales Lines": "رنگ خطوط محورها", + "Scales Text": "رنگ متن محورها", + "Scaling": "مقیاس بندی", + "Screen (No Scale)": "مقیاس صفحه", + "Send Backward": "عقب", + "Send to Back": "آخرین", + "Session Breaks": "تنفس معاملاتی", + "Show Arguments in Header": "نمایش پارامترها", + "Show Last Value": "", + "Show Last Value on Price Scale": "نمایش آخرین ارزش روی مقیاس قیمت", + "Show Left Axis": "نمایش محور چپ", + "Show Right Axis": "نمایش محور راست", + "Show": "نمایش", + "Show Countdown": "", + "Stay In Drawing Mode": "ماندن در حالت رسم", + "Symbol Search...": "جستجوی نماد...", + "Change Symbol": "تغییر نماد", + "Change Symbol...": "تغییر نماد...", + "Change Interval...": "", + "Time Zone": "منطقه زمانی", + "TimeZone": "منطقه زمانی", + "Top Margin": "حاشیه از بالا", + "Transparency": "شفافیت", + "Undo {0}": "حالت قبلی", + "Undo": "حالت قبلی", + "Unmerge Down": "جداسازی و انتقال به پایین", + "Unmerge Up": "جداسازی و انتقال به بالا", + "Visual Order": "ترتیب نمایش", + "Watermark": "رنگ نماد پس زمینه", + "Show Objects Tree": "نمایش لیست اشکال", + "cursors-group-css-class": "", + "ABCD Pattern": "الگوی ABCD", + "Anchored Text": "متن ثابت", + "Arc": "کمان", + "Arrow Mark Down": "پیکان رو به پایین", + "Arrow Mark Left": "پیکان رو به چپ", + "Arrow Mark Right": "پیکان رو به راست", + "Arrow Mark Up": "پیکان رو به بالا", + "Balloon": "بالون", + "Bars Pattern": "الگوی داده ها", + "Brush": "قلم", + "Callout": "", + "Circle Lines": "خطوط منحنی", + "Cross": "مکان‌نما", + "Cyclic Lines": "خطوط دایره ای", + "Date Range": "بازه زمانی", + "Disjoint Angle": "قطع اتصال زاویه", + "Dot": "نقطه", + "Elliott Labels": "برچسب های الیوت", + "Elliott Major Retracement": "", + "Elliott Minor Retracement": "", + "Elliott Wave Cycle": "چرخ موج الیوت", + "Elliott Wave Minor": "", + "Elliott Wave Circle": "", + "Elliott Wave Subminuette": "", + "Ellipse": "", + "Eraser": "پاک‌کن", + "Extended": "تمدید شده", + "Extended Line": "خط تمدید شده", + "Fib Channel": "کانال فیبوناچی", + "Fib Circles": "دایره های فیبوناچی", + "Fib Retracement": "اصلاحی فیبوناچی", + "Fib Speed Resistance Arcs": "", + "Fib Speed Resistance Fan": "", + "Fib Spiral": "", + "Fib Time Zone": "منطقه زمانی فیبوناچی", + "Fib Wedge": "گوه فیبوناچی", + "Flag Mark": "علامت گذاری", + "Flat Top/Bottom": "", + "Flat Bottom": "", + "Forecast": "پیش بینی", + "Gann Box": "", + "Gann Fan": "", + "Gann Square": "", + "Head & Shoulders": "سر و شانه ها", + "Horizontal Line": "خط افقی", + "Horizontal Ray": "", + "Icon": "شمایل", + "Inside Pitchfork": "", + "Long Position": "وضعیت خرید", + "Risk/Reward long": "", + "Modified Schiff Pitchfork": "", + "Parallel Channel": "", + "Pitchfan": "", + "Pitchfork": "", + "Polyline": "", + "Price Label": "", + "Price Range": "محدوده قیمتی", + "Projection": "", + "Ray": "", + "Rectangle": "مستطیل", + "Regression Trend": "روند رگراسیون", + "Rotated Rectangle": "", + "Schiff Pitchfork": "", + "Schiff": "شیف", + "Original": "اصلی", + "Modified Schiff": "شیف تغییر داده‌شد", + "Inside": "داخلی", + "Short Position": "", + "Risk/Reward short": "", + "Text": "متن", + "Comment": "توضیحات", + "Three Drivers Pattern": "", + "Thumb Down": "", + "Thumb Up": "", + "Trend Angle": "", + "Trend Line": "", + "Trend-Based Fib Extension": "", + "Trend-Based Fib Time": "", + "Triangle Pattern": "", + "Triangle": "", + "Vertical Line": "", + "XABCD Pattern": "", + "Angle:": "زاویه", + "Arcs": "کمان‌ها", + "Background color 1": "رنگ پس‌زمینه ۱", + "Background color 2": "رنگ پس‌زمینه ۲", + "Background Color": "رنگ پس‌زمینه", + "Bar #": "شماره میله", + "Border color": "رنگ حاشیه", + "Border Color": "رنگ حاشیه", + "Border": "حاشیه", + "Bottom Lables": "برچسب‌های پایین", + "bottom": "پایین", + "center": "وسط", + "Channel": "کانال", + "Coeffs As Percents": "نمایش به درصد", + "Color bars based on previous close": "نمایش رنگ کندل‌ها بر اساس قیمت پایانی روز قبل", + "Color": "رنگ", + "Color:": "رنگ:", + "Coordinates": "مختصات", + "Delete": "حذف", + "Down Color": "قیمت منفی", + "Drawings": "ترسیم", + "Entry price:": "قیمت ورود", + "Event": "", + "Events": "وقایع", + "Extend Left End": "ابتدا باز", + "Extend Left": "امتداد از چپ", + "Extend Lines": "امتداد خطوط", + "Extend Right End": "انتها باز", + "Extend Right": "امتداد از راست", + "Extend": "بسط", + "Failure back color": "رنگ پس‌زمینه حالت شکست", + "Failure text color": "رنگ متن حالت شکست", + "Fans": "بادبزن‌ها", + "Fill": "رنگ ناحیه", + "Format": "ویژگی‌ها", + "Graphics": "نگاره سازی", + "Grid": "شبکه", + "Help": "کمک", + "HLC Bars": "عدم نمایش نشانگر قیمت باز", + "Inputs": "ورودی‌ها", + "Label Background": "برچسب پس‌زمینه", + "Label": "برچسب", + "Labels": "برچسب‌ها", + "Left End": "ابتدا باز", + "Left Labels": "برچسب‌های چپ", + "left": "چپ", + "Level {0}": "سطح {0}", + "Levels": "سطوح", + "Lines": "خطوط", + "Major": "بزرگ", + "Measure (Shift + Click on the chart)": "خطوط میزان تغییرات (شیفت + کلیک)", + "Median": "خط میانی", + "middle": "وسط", + "Middle": "وسط", + "Minor": "کوچک", + "Mode": "نوع", + "Normal": "خط", + "Plot": "رسم", + "Price Levels": "سطوح قیمت", + "Price Source": "مبنای قیمت", + "Price": "قیمت", + "Price:": "قیمت:", + "Prices": "قیمت‌ها", + "Profit Background Color": "", + "Profit Level. Ticks:": "حد سود", + "Properties": "تنظیمات", + "Reverse": "معکوس", + "Right End": "انتها باز", + "Right Lables": "برچسب‌های راست", + "right": "راست", + "Log Scale_scale_menu": "مقیاس لگاریتمی", + "Percentage_scale_menu": "مقایس درصدی", + "Scales": "محورها", + "Settings": "تنظیمات", + "Show Background": "نمایش پس زمینه", + "Show Bars Range": "نمایش فاصله روزها", + "Show Date/Time Range": "نمایش فاصله تاریخی", + "Show Distance": "نمایش فاصله مختصات", + "Show Labels": "نمایش برچسب‌ها", + "Show Price Range": "نمایش فاصله قیمتی", + "Show Price": "نمایش قیمت", + "Show Prices": "نمایش قیمت‌ها", + "Show Text": "نمایش متن", + "Show Time": "نمایش زمان", + "Show Wave": "نمایش موج", + "Show/Hide": "نمایش/عدم نمایش", + "Source back color": "رنگ پس‌زمینه نقطه شروع", + "Source border color": "رنگ لبه نقطه شروع", + "Source text color": "رنگ متن نقطه شروع", + "Stay in Drawing Mode": "ماندن در حالت ترسیم", + "Stop Background Color": "", + "Stop Color:": "رنگ محدوده زیان", + "Stop Level. Ticks:": "حد زیان", + "Style": "نحوه نمایش", + "Success back color": "رنگ پس‌زمینه حالت موفقیت", + "Success text color": "رنگ متن حالت موفقیت", + "Target back color": "رنگ پس‌زمینه نقطه هدف", + "Target border color": "رنگ لبه نقطه هدف", + "Target Color:": "رنگ محدوده سود", + "Target text color": "رنگ متن نقطه هدف", + "Text Alignment:": "تراز سطوح", + "Text color": "رنگ متن", + "Text Color": "رنگ متن", + "Text Font": "قلم", + "Text Wrap": "شکستن خودکار خطوط", + "Text:": "متن:", + "Time Levels": "سطوح تاریخ", + "Timezone/Sessions": "", + "Top Labels": "برچسب‌های بالا", + "top": "بالا", + "Up Color": "قیمت مثبت", + "Wave Size": "اندازه موج", + "Wick": "سایه بیشترین و کمترین", + "Zoom In": "بزرگ نمایی", + "Zoom Out": "کوچک نمایی", + "Borders": "حاشیه", + "Level": "", + "Hlines Background": "رنگ پس‌زمینه", + "Plots Background": "", + "Open_line_tool_position": "سود/زیان", + "Closed_line_tool_position": "سود/زیان", + "{0} P&L: {1}": "‫", + "Risk/Reward Ratio: {0}": "‫نسبت ریسک به سود: {0}", + "Stop: {0} ({1}%)": "‫زیان: {0} ({1}%)", + "Target: {0} ({1}%)": "‫سود: {0} ({1}%)", + "SUCCESS": "موفقیت", + "FAILURE": "شکست", + "Left Shoulder": "", + "Head": "", + "Right Shoulder": "", + "Mirrored": "جرخش افقی", + "Flipped": "چرخش عمودی", + "distance: {0}": "{0} :فاصله مختصات", + "day": "روز", + "day_plural": "روز", + "day_plural_1": "روز", + "day_plural_2": "روز", + "day_plural_5": "روز", + "week": "هفته", + "week_plural": "هفته", + "week_plural_1": "هفته", + "week_plural_2": "هفته", + "week_plural_5": "هفته", + "month": "ماه", + "month_plural": "ماه", + "month_plural_1": "ماه", + "month_plural_2": "ماه", + "month_plural_5": "ماه", + "minute": "دقیقه", + "minute_plural": "دقیقه", + "minute_plural_1": "دقیقه", + "minute_plural_2": "دقیقه", + "minute_plural_5": "دقیقه", + "hour": "ساعت", + "hour_plural": "ساعت", + "hour_plural_1": "ساعت", + "hour_plural_2": "ساعت", + "hour_plural_5": "ساعت", + "y_dates": "سال", + "y_dates_plural": "سال", + "y_dates_plural_1": "سال", + "y_dates_plural_2": "سال", + "y_dates_plural_5": "سال", + "h_dates": "ساعت", + "D_dates": "روز", + "W_dates": "هفته", + "M_dates": "ماه", + "d_dates": "روز", + "m_dates": "ماه", + "in_dates": "", + "Jan": "ژانویه", + "Feb": "فوریه", + "Mar": "مارس", + "Apr": "آوریل", + "May": "می", + "Jun": "ژوئن", + "Jul": "", + "Aug": "", + "Sep": "", + "Oct": "", + "Nov": "", + "Dec": "", + "Objects Tree": "اشکال و اندیکاتورها", + "Manage Drawings": "مدیریت اشکال", + "TOOL": "ابزار", + "SYMBOL": "نماد", + "Move Up": "انتقال به بالا", + "Move Down": "انتقال به پایین", + "All Exchanges": "همه بازارها", + "All types": "انواع", + "Stock": "سهام", + "stock": "سهام", + "Index": "شاخص", + "index": "شاخص", + "Futures": "آتی", + "futures": "آتی", + "Image URL": "مسیر عکس", + "Save image": "ذخیره عکس", + "or copy url:": "", + "Redo {0}": "حالت بعدی", + "Custom color...": "رنگ دلخواه...", + "Search": "جستجو", + "Open_in_legend": "باز", + "High_in_legend": "بیشترین", + "Low_in_legend": "کمترین", + "Close_in_legend": "پایانی", + "Open": "باز", + "High": "بیشترین", + "Low": "کمترین", + "Close": "پایانی", + "(H + L)/2": "", + "(H + L + C)/3": "", + "(O + H + L + C)/4": "", + "UTC": "", + "Exchange": "", + "Athens": "آتن", + "Berlin": "برلین", + "Bogota": "بوگوتا", + "Bangkok": "بانگوک", + "Buenos Aires": "بوینس آیرس", + "Chicago": "شیکاگو", + "Hong Kong": "هنگ کنگ", + "Kolkata": "کلکته", + "London": "لندن", + "Los Angeles": "لس آنجلس", + "Madrid": "مادرید", + "Moscow": "مسکو", + "New York": "نیویورک", + "Paris": "پاریس", + "Sao Paulo": "سائوپلو", + "Seoul": "سئول", + "Shanghai": "شانگهای", + "Singapore": "سنگاپور", + "Sydney": "سیدنی", + "Taipei": "چین تایپه", + "Tehran": "تهران", + "Tokyo": "توکیو", + "Toronto": "تورنتو", + "Vancouver": "ونکوور", + "Warsaw": "ورشو", + "n/a": "هیچ کدام", + "Long_input": "دوره بلند مدت", + "long_input": "دوره بلند مدت", + "longlen_input": "", + "Window Size_input": "", + "Length_input": "دوره", + "length_input": "دوره", + "len_input": "", + "Short_input": "دوره کوتاه مدت", + "short_input": "دوره کوتاه مدت", + "shortlen_input": "", + "Mult_input": "", + "mult_input": "", + "divisor_input": "", + "Divisor_input": "", + "Upper": "بالایی", + "Lower": "پایینی", + "Long": "بلند مدت", + "Short": "کوتاه مدت", + "Signal": "سیگنال", + "Jaw": "فک", + "Teeth": "دندان", + "Lips": "لب ها", + "Zero": "صفر", + "WMA Length_input": "", + "Long RoC Length_input": "", + "Short RoC Length_input": "", + "jawLength_input": "", + "teethLength_input": "", + "lipsLength_input": "", + "percent_input": "", + "exponential_input": "", + "smoothD_input": "", + "smoothK_input": "", + "Color 0": "رنگ ۰", + "Color 1": "رنگ ۱", + "Color 2": "رنگ ۲", + "Color 3": "رنگ ۳", + "Color 4": "رنگ ۴", + "sym_input": "نماد", + "symbol_input": "نماد", + "Sym_input": "", + "DI Length_input": "DI Length", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "تغییر مکان", + "Tenkan-sen": "", + "Kijun-sen": "", + "Chikou span": "", + "Senkou A": "", + "Senkou B": "", + "useTrueRange_input": "", + "roclen1_input": "", + "roclen2_input": "", + "roclen3_input": "", + "roclen4_input": "", + "smalen1_input": "", + "smalen2_input": "", + "smalen3_input": "", + "smalen4_input": "", + "siglen_input": "", + "UpperLimit": "حد بالا", + "LowerLimit": "حد پایین", + "fastLength_input": "", + "slowLength_input": "", + "signalLength_input": "", + "start_input": "شروع", + "increment_input": "", + "maximum_input": "حداکثر", + "showMA_input": "نمایش میانگین متحرک", + "show MA_input": "نمایش میانگین متحرک", + "Volume": "حجم", + "Volume MA": "میانگین متحرک حجم", + "Indicator": "اندیکاتور", + "Oscillator": "اسیلاتور", + "lengthStoch_input": "", + "lengthRSI_input": "", + "sigma_input": "", + "Sigma_input": "", + "Crosses": "تلاقی", + "Click to set a point": "", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "", + "retrying": "در حال تلاش مجدد", + "eod data": "اطلاعات پایان روز", + "eod delayed": "اطلاعات پایان روز تاخیری", + "loading data": "در حال دریافت اطلاعات", + "invalid symbol": "اطلاعاتی وجود ندارد", + "streaming": "در حال دریافت اطلاعات", + "realtime": "زمان واقعی", + "pre-market": "پیش از گشایش بازار", + "post-market": "پس از بسته شدن بازار", + "closed": "بسته", + "Time Interval": "دوره زمانی", + "Show Symbol Labels": "نمایش برچسب نمادها", + "Show Symbol Labels_context_menu": "نمایش برچسب نمادها", + "Subminuette": "کمتر از دقیقه", + "Minuette": "دقیقه", + "Minute": "دقیقه", + "Intermediate": "میانروز", + "Primary": "اصلی", + "Cycle": "دوره", + "SuperCycle": "دوره بزرگ", + "GrandSuperCycle": "دوره خیلی عظیم", + "Lock": "قفل", + "Width": "عرض", + "Line With Breaks": "خط", + "Area With Breaks": "ناحیه", + "Type": "نوع", + "Simple": "ساده", + "With Markers": "نقاط قیمت", + "Step": "پله‌ای", + "No drawings yet": "شکلی رسم نشده است", + "Lock/Unlock": "قفل/باز", + "deviation_input": "انحراف ورودی", + "depth_input": "عمق ورودی", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "نوارهای بولینگر", + "Bollinger Bands %B_study": "نوارهای بولینگر %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "تقاطع میانگین متحرک", + "Money Flow_study": "گردش پول", + "Mass Index_study": "شاخص انبوه", + "Moving Average Exponential_study": "نمایی میانگین متحرک", + "Net Volume_study": "حجم خالص", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "میانگین متحرک", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "حجم", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "تغییر بازه", + "Show Only Studies": "فقط نمایش محاسبات", + "Show Only Drawings": "فقط نمایش اشکال رسم شده", + "Show All": "نمایش همه", + "Timezone/Sessions Properties...": "خصوصیات موقعیت زمانی/دوره معاملاتی", + "Scale Price Chart Only": "فقط نمودار مقیاس قیمت", + "Open Interval Dialog": "", + "Note": "یادداشت", + "Anchored Note": "یادداشت ثابت", + "Scales Properties": "خصوصیات مقیاس ها", + "Toggle Auto Scale": "", + "Toggle Log Scale": "", + "Toggle Percentage": "", + "auto_scale": "خودکار", + "Invalid Symbol": "نماد غیر معتبر", + "loading...": "در حال بارگزاری ...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "غیر قابل قبول", + "Stats Text Color": "", + "Show Angle": "نمایش زاویه", + "Always Show Stats": "نمایش همیشگی آمار", + "Rename...": "تغییرنام...", + "New": "", + "Load": "بارگذاری", + "Save": "ذخیره", + "Rename Chart": "تغییرنام نمودار", + "{0} copy": "{0} کپی", + "Please enter chart name": "نام نمودار را وارد کنید", + "Enter a new chart name": "نام جدید نمودار را وارد کنید", + "Load Chart": "بارگذاری نمودار", + "Chart Name": "نام نمودار", + "Chart name": "نام نمودار", + "Rename Chart Layout": "", + "Please enter chart layout name": "", + "Enter a new chart layout name": "", + "Load Layout Chart": "", + "Chart Layout Name": "", + "Chart layout name": "", + "NEW CHART LAYOUT": "", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "", + "Last Modified": "", + "Active Symbol": "", + "Fullscreen mode": "حالت تمام صفحه", + "Marker Color": "رنگ نشانگر", + "Font Size": "اندازه قلم", + "Save New Chart": "ذخیره نمودار جدید", + "Source_compare": "منبع", + "YES": "بله", + "NO": "خیر", + "Confirmation": "تاییدیه", + "Are you sure you want to delete this chart?": "آیا مطمئنید که می خواهید این نمودار را حذف کنید؟", + "Hide Marks On Bars": "", + "Precise Labels": "", + "Copy Chart Layout": "", + "Load Chart Layout": "", + "Save New Chart Layout": "", + "The Extended Trading Hours feature is available only for intraday charts": "", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "", + "Date": "", + "Time": "", + "Alerts for the current symbol only": "", + "Alerts for the current resolution only": "", + "Hide inactive alerts": "", + "Stopped Manual": "", + "Expired": "", + "Triggered and Not Active": "", + "Error": "", + "Stopped": "", + "Active": "", + "Order": "", + "Actual": "", + "Prior": "", + "Company": "", + "Estimate": "", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "", + "Suggested ideas & my ideas": "", + "Ideas of the people I follow & my ideas": "", + "My ideas only": "", + "Create Alert": "", + "Pine Script Editor": "", + "Published ideas settings": "", + "Change Ideas filter": "", + "Show/Hide Drawings Toolbar": "", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "", + "Study Template": "", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "", + "Quotes are delayed by 10 min and updated every 30 seconds": "", + "delayed": "", + "Are you sure you want to delete this message?": "", + "Show only my sent and received messages": "", + "Maximize Chat": "", + "Detach Chat": "", + "Type your message here": "", + "Have something to say?": "", + "Attach chart snapshot": "", + "Insert emoticon": "", + "You can not vote twice for one message": "", + "English only, please": "", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "", + "Respecting Fellow Members": "", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "", + "No advertising allowed": "", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "", + "Custom...": "", + "Forex Talks": "", + "Forex": "", + "Stock And Index Talks": "", + "Bitcoin Talks": "", + "Bitcoin": "", + "Link to this chat...": "", + "Chat archives...": "", + "Edit room...": "", + "Delete room": "", + "There was an error posting your message.": "", + "Confirm": "", + "Are you sure you want to delete this room?": "", + "Show chart snapshot preview": "", + "Show only favorite rooms": "", + "Ignored users...": "", + "Launch chat in separate window": "", + "Link to this room...": "", + "Room archives...": "", + "You have no ignored users": "", + "Compare Add": "", + "Follow": "", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "", + "You are not logged in. Please sign in.": "", + "Info": "", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "", + "Home": "", + "Ideas": "", + "Scripts": "", + "Sign In": "", + "Join Now": "", + "Ideas Published": "", + "Followers": "", + "Following": "", + "Profile Settings": "", + "Public Profile": "", + "Update Status": "", + "Sign Out": "", + "E-mail for sms": "", + "Please, enter your e-mail": "", + "Crossing": "", + "Crossing Down": "", + "Crossing Up": "", + "Greater Than": "", + "Less Than": "", + "Entering Channel": "", + "Inside Channel": "", + "Outside Channel": "", + "Moving Up": "", + "Moving Down": "", + "Moving Up %": "", + "Moving Down %": "", + "Select user to start new chat with": "", + "You have no private messages yet": "", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "", + "Banned": "", + "No ideas matched your criteria": "", + "Favorite ideas": "", + "Only private ideas": "", + "Ideas for the current symbol only": "", + "Ideas for the current resolution only": "", + "Someone commented on your idea": "", + "Someone agreed/disagreed with your idea": "", + "Someone followed you": "", + "Someone replied to your comment": "", + "Someone commented on the idea you follow": "", + "Someone you follow post new comment": "", + "Someone you follow change status": "", + "Someone you follow published new idea": "", + "Someone published idea on symbol you follow": "", + "Notification sound": "", + "Additional Notifications Settings...": "", + "This is a temporary chart.": "", + "To save your work, sign up for FREE.": "", + "Sign Up for FREE": "", + "Data provided by BATS exchange.": "", + "Upgrade Now": "", + "This is EOD data with no updates.": "", + "You may subscribe for official realtime and intraday data.": "", + "Open Script": "", + "No saved scripts yet": "", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "", + "Create your first script now!": "", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "", + "No public library scripts were found.": "", + "Change band background": "", + "Change area background": "", + "Confirm replace": "", + "Note: default study templates won't be removed permanently": "", + "Do you realy want to replace": "", + "SCRIPT TITLE": "", + "TAGS": "", + "DESCRIPTION": "", + "PUBLISH SCRIPT": "", + "Pine Script Tutorial": "", + "Pine Script Reference": "", + "How to use the reference materials (Video)": "", + "Suggestions & Feedback": "", + "Clear Console": "", + "Are you sure you want to ignore messages from": "", + "ext": "", + "Toggle Maximize Chart": "", + "Plot dividends": "", + "Plot splits": "", + "Plot earnings": "", + "Vol": "", + "Want official data and more features?": "", + "Sessions": "", + "Trading Panel": "", + "Open Trading Panel": "", + "Select Layout": "", + "Link symbol to all charts": "", + "Link interval to all charts": "", + "Sync crosshair on all charts": "", + "Chart Help": "", + "No notifications yet": "", + "Watchlist, details and news": "", + "Alerts": "", + "Data Window": "", + "Hotlists": "", + "Calendar": "", + "Trading Notes": "", + "Recent Chats": "", + "Notifications": "", + "Watchlist": "", + "Details": "", + "Economic Calendar": "", + "Earnings Calendar": "", + "Hotlist": "", + "News": "", + "My Ideas and Notes": "", + "Alerts Log": "", + "Show Buy/Sell Panel": "", + "Show Active Orders Only": "", + "Journal...": "", + "Account History...": "", + "Reset Paper Trading Account...": "", + "Trading Properties...": "", + "Set Alert": "", + "Edit": "", + "All Talks": "", + "Volume Leaders": "", + "Percent Advances": "", + "Percent Declines": "", + "Price Advances": "", + "Price Declines": "", + "Range Advances": "", + "Range Declines": "", + "Gap Up Stocks": "", + "Gap Down Stocks": "", + "Sell Market": "", + "Sell": "", + "Buy Market": "", + "Buy": "", + "Keyboard Shortcuts": "", + "Help & Wiki": "", + "Send Feedback or Report an Issue": "", + "Priority Support": "", + "Run Product Walk-Through": "", + "Price Scale": "", + "MTPredictor": "", + "Apply Elliot Wave": "", + "Apply WPT Up Wave": "", + "Apply WPT Down Wave": "", + "Create New Order...": "", + "Trading": "", + "Add Alert": "", + "Extend Alert Line": "", + " alert label line": "alert label line", + "No study templates saved": "", + "Save Study Template As...": "", + "Show Splits on Chart": "", + "Show Earnings on Chart": "", + "Show Dividends on Chart": "", + "Show Alert Labels": "", + "Earnings breaks": "", + "Extended Alert Line": "", + "Themes": "", + "Events & Alerts": "", + "Apply Defaults": "", + "Extended Hours (Intraday Only)": "", + "In Session": "", + "Tools": "", + "Social": "", + "Angle": "", + "Publish Script": "", + "Add to Chart": "", + "Blank script": "", + "Advance Decline Line": "", + "Advance Decline Ratio": "", + "Arnaud Legoux Moving Average": "", + "Balance of Power": "", + "Chande Kroll Stop": "", + "Chop Zone": "", + "Conditional Expressions": "", + "Coppock Curve": "", + "Cumulative Volume Index": "", + "Divergence Indicator": "", + "Klinger Oscillator": "", + "Least Squares Moving Average": "", + "MA Cross": "", + "Mass Index": "", + "McGinley Dynamic": "", + "Net Volume": "", + "Smoothed Moving Average": "", + "True Strength Indicator": "", + "Volume Oscillator": "", + "Vortex Indicator": "", + "Woodies CCI": "", + "Accumulation/Distribution": "", + "Advance/Decline Ratio (Bars)": "", + "Aroon": "", + "Average True Range": "", + "Awesome Oscillator": "", + "Bollinger Bands": "", + "Bollinger Bands %B": "", + "Bollinger Bands Width": "", + "Chaikin Money Flow": "", + "Chaikin Oscillator": "", + "Chande Momentum Oscillator": "", + "Choppiness Index": "", + "Commodity Channel Index": "", + "Connors RSI": "", + "Correlation Coeff": "", + "Detrended Price Oscillator": "", + "Directional Movement Index": "", + "Donchian Channels": "", + "Double Exponential Moving Average": "", + "Ease of Movement": "", + "Elder's Force Index": "", + "Envelope": "", + "Fisher Transform": "", + "Function Definition": "", + "Historical Volatility": "", + "Hull MA": "", + "Ichimoku Cloud": "", + "Keltner Channels": "", + "Know Sure Thing": "", + "Linear Regression Curve": "", + "Momentum": "", + "Money Flow": "", + "Moving Average Exponential": "", + "Moving Avarage Weighted": "", + "Moving Average": "", + "Moving Average Convergence/Divergence": "", + "On Balance Volume": "", + "Parabolic SAR": "", + "Plot Offsets": "", + "Price Oscillator": "", + "Price Volume Trend": "", + "Rate Of Change": "", + "Relative Strength Index": "", + "Relative Vigor Index": "", + "Relative Volatility Index": "", + "SMI Ergodic Indicator/Oscillator": "", + "Stochastic": "", + "Stochastic RSI": "", + "Triple EMA": "", + "TRIX": "", + "Ultimate Oscillator": "", + "VWAP": "", + "VWMA": "", + "Willams %R": "", + "Williams Alligator": "", + "Moderators Warning Messages": "" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/fr.json b/charting_library/static/localization/translations/fr.json index 097276c9..535d806b 100644 --- a/charting_library/static/localization/translations/fr.json +++ b/charting_library/static/localization/translations/fr.json @@ -1,664 +1,1449 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label-nocap", - "Script Editor": "Éditeur de Script", - " Published Charts Timeline": "Ligne de temps des graphiques publiés", - "SMA": "Moyenne Mobile Arithmétique", - "Bar's Style": "Style de barre", - "Chart Properties": "Propriétés du graphique", - "Compare": "Comparer", - "Compare...": "Comparer...", - "Compare or Add Symbol...": "Comparer ou Ajouter un Symbole...", - "Compare or Add Symbol": "Comparer ou Ajouter un Symbole", - "Add Symbol": "Ajouter un Symbole", - "Scales Properties...": "Propriétés des Échelles...", - "Add": "Ajouter", - "Company Comparison": "Comparaison de compagnie", - "Indicators, Fundamentals, Economy and Add-ons": "Indicateurs, Fondamentaux, Économie et Compléments", - "Economy & Symbols": "Économie et Symboles", - "Bars": "Barres", - "Candles": "Bougies", - "Hollow Candles": "Bougies Creuses", - "Line": "Droite", - "Area": "Région", - "Heiken Ashi": "Méthode Heiken Ashi", - "Histogram": "Histogramme", - "Cross_chart_type": "Graphique en croix", - "Crosshair": "Réticule", - "Columns": "Colonnes", - "Circles": "Cercles", - "Indicators": "Indicateurs", - "Favorites": "Signets", - "Technical Analysis": "Analyse Technique", - "No indicators matched your criteria.": "Aucun indicateur ne correspond à vos critères", - "Add to favorites": "Ajouter aux Signets", - "Remove from favorites": "Retirer des Signets", - "No symbols matched your criteria": "Aucun symbole ne correspond à vos critères", - "Add any symbol from the list": "Ajouter n'importe quel symbole de la liste", - "Overlay the main chart": "Superposer sur le graphique principal", - "Symbols to be added on the chart": "Symboles à ajouter au graphique", - "Symbol": "Symbole", - "Default": "Par Défaut", - "Defaults": "Valeurs, Configurations par Défaut", - "OK": "OK", - "Cancel": "Annuler", - " color": "Couleur", - " transparency": "Transparence", - " visibility": "Visibilité", - "Add To Watchlist": "Ajouter à la liste à Surveiller", - "Apply": "Appliquer", - "Arguments in Header": "Arguments dans l'en-tête", - "Arrow": "Flèche", - "Auto Scale": "Mise à l'Échelle automatique", - "Background": "Arrière-Plan", - "bars": "Barres", - "bars_margin": "barres", - "{0} bars": "{0} barres", - "Bottom Margin": "Marge inférieure", - "Bring Forward": "Mettre en avant", - "Bring to Front": "Mettre au premier plan", - "Clone": "Dupliquer", - "Color Theme": "Modèle de Couleurs", - "Copy": "Copier", - "Extended Hours": "Horaire étendu", - "Format...": "Formater...", - "Full Screen": "Plein Écran ", - "Grid Lines": "Grille", - "Hide All Drawing Tools": "Cacher tous les Outils de Dessin", - "Hide": "Cacher", - "Insert Drawing Tool": "Insérer l'Outil de Dessin", - "Insert Indicator...": "Insérer un indicateur", - "Last Value on Price Scale": "Montrer la dernière valeur sur l'échelle des prix", - "Link To": "Lier à", - "Load New Bars": "Charger de (les) nouvelles barres", - "Lock All Drawing Tools": "Verrouiller tous les Outils de Dessin", - "Lock Scale": "Verrouiller l'Échelle", - "Lock scale": "Verrouiller l'Échelle", - "Log Scale": "Échelle Logaritmique", - "log": "Logaritme", - "Magnet Mode": "Mode aimanté", - "Merge Down": "Fusionner vers le bas", - "Merge Up": "Fusionner vers le Haut", - "Objects Tree...": "Arborescence des Objets", - "Offset": "Décalage", - "Override Min Tick": "Ne pas tenir compte du Tick minimum", - "Percentage": "Pourcentage", - "Precision": "Précision", - "Price Line": "Ligne de Prix", - "Properties...": "Configurations...", - "Redo": "Recommencer", - "Remove All Drawing Tools": "Retirer tous les Outils de Dessin", - "Remove All Studies": "Retirer toutes les Études", - "Remove All Indicators": "Retirer tous les Indicateurs", - "Remove": "Retirer ", - "Reset Chart": "Réinitialiser le Graphique", - "Reset Scale": "Réinitialiser l'Échelle", - "Reset": "Réinitialiser ", - "Right Margin": "Marge Droite", - "Save As...": "Enregistrer en tant que...", - "Scale Left": "Échelle à Gauche", - "Scale Percentage": "Échelle en Pourcentage", - "Scale Right": "Échelle à Droite", - "Scale Series Only": "Mettre à l'Échelle la Série seulement", - "Scale series only": "Mettre à l'Échelle la Série seulement", - "Scale Series only": "Mettre à l'Échelle la Série seulement", - "Scales Lines": "Axes", - "Scales Text": "Texte des Échelles", - "Scaling": "Mise à l'Échelle", - "Screen (No Scale)": "Taille Écran (aucune mise à l'Échelle)", - "Send Backward": "Mettre vers l'Arrière", - "Send to Back": "Mettre au Fond", - "Session Breaks": "Arrêt de Session", - "Show Arguments in Header": "Montrer les Arguments dans l'En-Tête", - "Show Last Value on Price Scale": "Montrer la Valeur Récente sur l'Axe des Prix", - "Show Left Axis": "Monter l'Axe de Gauche", - "Show Right Axis": "Monter l'Axe de Droite", - "Show": "Montrer", - "Stay In Drawing Mode": "Rester en Mode Dessin", - "Symbol Search...": "Recherche de Symbole", - "Change Symbol": "Changer le Symbole", - "Change Symbol...": "Changer le Symbole", - "Time Zone": "Fuseau Horaire", - "TimeZone": "Fuseau Horaire", - "Top Margin": "Marge en Haut", - "Transparency": "Transparence", - "Undo {0}": "Annuler", - "Undo": "Annuler", - "Unmerge Down": "Défusionner vers le Bas", - "Unmerge Up": "Défusionner vers le Haut", - "Visual Order": "Ordre de visualisation", - "Watermark": "Filigrane", - "Show Objects Tree": "Montrer l'Arborescence des Objects", - "cursors-group-css-class": "Classe css du groupe Curseur", - "ABCD Pattern": "Figure en ABCD", - "Anchored Text": "Texte ancré", - "Arc": "Arc", - "Arrow Mark Down": "Flèche vers le Bas", - "Arrow Mark Left": "Flèche vers la Gauche", - "Arrow Mark Right": "Flèche vers la Droite", - "Arrow Mark Up": "Flèche vers le Haut", - "Balloon": "Ballon", - "Bars Pattern": "Type Barres", - "Brush": "Pinceau", - "Callout": "Bulle", - "Circle Lines": "Ligne Circulaire", - "Cross": "Croix", - "Cyclic Lines": "Lignes Périodiques", - "Date Range": "Plage de Données", - "Disjoint Angle": "Angle Séparé", - "Dot": "Point", - "Elliott Labels": "Étiquettes d'Elliott", - "Elliott Major Retracement": "Retracement Principal d'Elliott", - "Elliott Minor Retracement": "Retracement Mineur d'Elliott", - "Elliott Wave Cycle": "Période de la Vague d'Eliott", - "Elliott Wave Minor": "Vague d'Elliott Mineure", - "Elliott Wave Subminuette": "Vague d'Elliott Sous Inférieure ou Subminuette", - "Ellipse": "Ellipse", - "Eraser": "Gomme", - "Extended": "Étendue", - "Extended Line": "Ligne prolongée", - "Fib Channel": "Canal de Fibonacci", - "Fib Circles": "Cercle de Fibonacci", - "Fib Retracement": "Retracement de Fibonacci", - "Fib Speed Resistance Arcs": "Arcs de Résistance de la vitesse de Fibonacci", - "Fib Speed Resistance Fan": "Éventail de Résistance de la Vitesse de Fibonacci", - "Fib Spiral": "Spirale de Fibonacci", - "Fib Time Zone": "Zone Temporelle de Fibonacci", - "Fib Wedge": "Coin de Fibonacci", - "Flag Mark": "Marque de Drapeau", - "Flat Top/Bottom": "Haut/Bas Plat", - "Flat Bottom": "Bas en Plateau", - "Forecast": "Prévision", - "Gann Box": "Boite de Gan", - "Gann Fan": "Éventail de Gann", - "Gann Square": "Carré de Gann", - "Head & Shoulders": "Tête Épaules", - "Horizontal Line": "Droite Horizontale", - "Horizontal Ray": "Rayon Horizontal", - "Icon": "Icône", - "Inside Pitchfork": "Fourchette Interne", - "Long Position": "Position Longue", - "Risk/Reward long": "Risque/Récompense Long", - "Modified Schiff Pitchfork": "Fourchette de Schiff Modifiée", - "Parallel Channel": "Canal parallèle", - "Pitchfan": "Éventail", - "Pitchfork": "Fourchette", - "Polyline": "Ensemble de Lignes", - "Price Label": "Étiquette de Prix", - "Price Range": "Plage de Prix", - "Projection": "Projection", - "Ray": "Rayon", - "Rectangle": "Rectangle", - "Regression Trend": "Tendance de la Régression", - "Rotated Rectangle": "Rectangle pivoté", - "Schiff Pitchfork": "Fourchette de Schiff", - "Schiff": "Schiff", - "Original": "Original", - "Modified Schiff": "Schiff modifié", - "Inside": "Interne", - "Short Position": "Position Courte", - "Risk/Reward short": "Risque/Récompense Court", - "Text": "Texte", - "Comment": "Commentaire", - "Three Drivers Pattern": "Figure des Trois Jambes", - "Thumb Down": "Pouce en Bas", - "Thumb Up": "Pouce en Haut", - "Trend Angle": "Angle de la Tendance", - "Trend Line": "Droite de Tendance", - "Trend-Based Fib Extension": "Prolongation de Fibonacci selon la Tendance", - "Trend-Based Fib Time": "Temps de Fibonacci selon la Tendance", - "Triangle Pattern": "Figure en Triangle", - "Triangle": "Triangle", - "Vertical Line": "Droite Verticale", - "XABCD Pattern": "Figure en XABCD", - "Angle:": "Angle:", - "Arcs": "Arcs", - "Background color 1": "Couleur de Fond 1", - "Background color 2": "Couleur de Fond 2", - "Background Color": "Couleur de Fond", - "Bar #": "Numéro de Barre", - "Border color": "Couleur de la Bordure", - "Border Color": "Couleur de la Bordure", - "Border": "Bordure", - "Bottom Lables": "Étiquette du Bas", - "bottom": "Bas", - "center": "Centre", - "Channel": "Canal", - "Coeffs As Percents": "Coefficients en PourCentage", - "Color bars based on previous close": "Coloriser les Barres selon la Clôture Précédente", - "Color": "Couleur", - "Color:": "Couleur:", - "Coordinates": "Coordinées", - "Delete": "Effacer", - "Down Color": "Couleur Des Baisses", - "Drawings": "Dessins", - "Entry price:": "Prix d'Entrée", - "Events": "Événements", - "Extend Left End": "Prolonger l'Extrémité Gauche", - "Extend Left": "Prolonger à Gauche", - "Extend Lines": "Prolonger les Droites", - "Extend Right End": "Prolonger l'Extrémité Droite", - "Extend Right": "Prolonger à Droite", - "Extend": "Prolonger", - "Failure back color": "Couleur de Fond de l'Échec", - "Failure text color": "Couleur du Texte de l'Échec", - "Fans": "Éventails de lignes", - "Fill": "Remplir", - "Format": "Format", - "Graphics": "Graphiques", - "Grid": "Grille", - "Help": "Aide", - "HLC Bars": "Barres HBC", - "Inputs": "Paramètres en Entrée", - "Label Background": "Fond de l'Étiquette", - "Label": "Étiquette", - "Labels": "Étiquettes", - "Left End": "Extrémité Gauche", - "Left Labels": "Étiquettes de Gauche", - "left": "Gauche", - "Level {0}": "Niveau {0}", - "Levels": "Niveaux", - "Lines": "Droites", - "Major": "Majeur", - "Measure (Shift + Click on the chart)": "Mesure (Majuscule+Cliquer sur le Graphique)", - "Median": "Médiane", - "middle": "au Milieu", - "Middle": "Centré", - "Minor": "Mineur", - "Mode": "Mode", - "Normal": "Normal", - "Plot": "Dessiner un Graphe", - "Price Levels": "Niveaux de Prix", - "Price Source": "Source des Prix", - "Price": "Prix", - "Price:": "Prix:", - "Prices": "Prix", - "Profit Background Color": "Couleur de Fond des Profits", - "Profit Level. Ticks:": "Niveau de Profit. Ticks:", - "Properties": "Propriétés", - "Reverse": "Inverse", - "Right End": "Extrémité de Droite", - "Right Lables": "Étiquettes de Droite", - "right": "Droite", - "Log Scale_scale_menu": "Échelle Logarithmique", - "Percentage_scale_menu": "Pourcentage", - "Scales": "Échelles", - "Settings": "Configurations", - "Show Background": "Montrer le Fond", - "Show Bars Range": "Montrer la Plage des Barres", - "Show Date/Time Range": "Montrer la Plage de Temps", - "Show Distance": "Montrer la Distance", - "Show Labels": "Montrer les Étiquettes", - "Show Price Range": "Montrer la Plage de Prix", - "Show Price": "Montrer l Prix", - "Show Prices": "Montrern les Prix", - "Show Text": "Montrer le Texte", - "Show Time": "Montrer l'Heure", - "Show Wave": "Montrer la Vague", - "Show/Hide": "Montrer/Cacher", - "Source back color": "Couleur de Fond de la Source", - "Source border color": "Couleur de la Bordure de la Source", - "Source text color": "Couleur du Texte de la Source", - "Stay in Drawing Mode": "Rester en Mode Dessin", - "Stop Background Color": "Couleur de Fond du Stop", - "Stop Color:": "Couleur du Stop", - "Stop Level. Ticks:": "Niveau du Stop en Ticks", - "Style": "Style", - "Success back color": "Couleur de fond en cas de succès", - "Success text color": "Couleur de Texte en cas de succès", - "Target back color": "Couleur de Fond de l'Objectif", - "Target border color": "Couleur de Bordure de l'Objectif", - "Target Color:": "Couleur de l'Objectif", - "Target text color": "Couleur de Texte de l'Objectif", - "Text Alignment:": "Alignement du Texte:", - "Text color": "Couleur du Texte", - "Text Color": "Couleur du Texte", - "Text Font": "Police du Texte", - "Text Wrap": "Retour à la ligne forcé du Texte", - "Text:": "Texte:", - "Time Levels": "Niveaux de Temps", - "Timezone/Sessions": "Fuseaux Horaires/Sessions", - "Top Labels": "Étiquettes du Haut", - "top": "haut", - "Up Color": "Couleur de la Hausse", - "Wave Size": "Taille de la Vague", - "Wick": "Mèche", - "Zoom In": "Grossissement", - "Zoom Out": "Réduction", - "Borders": "Bordures", - "Level": "Niveauy", - "Hlines Background": "Fond Rayé Horizontalement", - "Plots Background": "Fond des Graphiques", - "Open_line_tool_position": "Ouvert", - "Closed_line_tool_position": "Fermé", - "{0} P&L: {1}": "{0} Gains&Pertes: {1}", - "Risk/Reward Ratio: {0}": "Ratio Risque/Récompense: {0}", - "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", - "Target: {0} ({1}%)": "Objectif: {0} ({1}%)", - "SUCCESS": "SUCCÈS", - "FAILURE": "ÉCHEC", - "Left Shoulder": "Épaule Gauche", - "Head": "Tête", - "Right Shoulder": "Épaule Droite", - "Mirrored": "Reflété", - "Flipped": "Basculé", - "distance: {0}": "distance: {0}", - "day": "Jour", - "day_plural": "jours", - "day_plural_1": "n/a", - "day_plural_2": "n/a", - "day_plural_5": "n/a", - "week": "Semaine", - "week_plural": "Semaines", - "week_plural_1": "n/a", - "week_plural_2": "n/a", - "week_plural_5": "n/a", - "month": "mois", - "month_plural": "mois", - "month_plural_1": "n/a", - "month_plural_2": "n/a", - "month_plural_5": "n/a", - "minute": "minute", - "minute_plural": "minutes", - "minute_plural_1": "n/a", - "minute_plural_2": "n/a", - "minute_plural_5": "n/a", - "hour": "heure", - "hour_plural": "heures", - "hour_plural_1": "n/a", - "hour_plural_2": "n/a", - "hour_plural_5": "n/a", - "y_dates": "a", - "y_dates_plural": "années", - "y_dates_plural_1": "n/a", - "y_dates_plural_2": "n/a", - "y_dates_plural_5": "n/a", - "h_dates": "h", - "D_dates": "J", - "W_dates": "S", - "M_dates": "M", - "d_dates": "j", - "m_dates": "m", - "in_dates": "en", - "Jan": "Jan", - "Feb": "Fév", - "Mar": "Mar", - "Apr": "Avr", - "May": "Mai", - "Jun": "Jui", - "Jul": "Jul", - "Aug": "Aoû", - "Sep": "Sep", - "Oct": "Oct", - "Nov": "Nov", - "Dec": "Déc", - "Objects Tree": "Arborescence des OIbjects", - "Manage Drawings": "Gérer les Dessins", - "TOOL": "OUTIL", - "SYMBOL": "SYMBOLE", - "Move Up": "Déplacer vers le Haut", - "Move Down": "Déplacer vers le Bas", - "All Exchanges": "Tous les Marchés", - "All types": "Tous les Types", - "Stock": "Action", - "stock": "action", - "Index": "Indices", - "index": "Index", - "Futures": "Futures", - "futures": "futures", - "Image URL": "URL de l'image", - "Save image": "Enregistrer l'Image", - "or copy url:": "ou copier l'URL", - "Redo {0}": "Répéter", - "Custom color...": "Couleur Personnalisée", - "Search": "Chercher", - "Open_in_legend": "O", - "High_in_legend": "H", - "Low_in_legend": "B", - "Close_in_legend": "C", - "Open": "Ouverture", - "High": "Haut", - "Low": "Bas", - "Close": "Clôture", - "(H + L)/2": "(H + B)/2", - "(H + L + C)/3": "(H + B + C)/3", - "(O + H + L + C)/4": "(O + H + B + C)/4", - "UTC": "TUC", - "Exchange": "Marché", - "Athens": "Athène", - "Berlin": "Berlin", - "Bogota": "Bogota", - "Bangkok": "Bangkok", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Calcuta", - "London": "Londres", - "Los Angeles": "Los Angeles", - "Madrid": "Madrid", - "Moscow": "Moscou", - "New York": "New York", - "Paris": "Paris", - "Seoul": "Séoul", - "Shanghai": "Shanghai", - "Singapore": "Singapour", - "Sydney": "Sydney", - "Taipei": "Taipei", - "Tehran": "Tehran", - "Tokyo": "Tokyo", - "Toronto": "Toronto", - "Vancouver": "Vancouver", - "Warsaw": "Varsovie", - "n/a": "n/a", - "Long_input": "Long", - "long_input": "long", - "longlen_input": "Période Longue", - "Window Size_input": "Taille de Fenêtre", - "Length_input": "Longueur", - "length_input": "longueur", - "len_input": "longueur", - "Short_input": "Trade Court", - "short_input": "court", - "shortlen_input": "Période Courte", - "Mult_input": "Multiplicateur", - "mult_input": "multiplicateur", - "divisor_input": "diviseur", - "Divisor_input": "Diviseur", - "Upper": "Supérieur", - "Lower": "Inférieur", - "Long": "Long", - "Short": "Court", - "Signal": "Signal", - "Jaw": "Mâchoire", - "Teeth": "Dents", - "Lips": "Lèvres", - "Zero": "Zero", - "WMA Length_input": "MMP Période", - "Long RoC Length_input": "Période du ROC Long", - "Short RoC Length_input": "Période du ROC Court", - "jawLength_input": "Longueur de la Mâchoire", - "teethLength_input": "Longueur des Dents", - "lipsLength_input": "Longueur des Lèvres", - "percent_input": "PourCent", - "exponential_input": "Exponentiel", - "smoothD_input": "D Lissé", - "smoothK_input": "K Lissé", - "Color 0": "Couleur 0", - "Color 1": "Couleur 1", - "Color 2": "Couleur 2", - "Color 3": "Couleur 3", - "Color 4": "Couleur 4", - "sym_input": "symbole", - "symbol_input": "symbole", - "Sym_input": "Symbole", - "DI Length_input": "Période du DI", - "ADX Smoothing_input": "Lissage de l'ADX", - "displacement_input": "déplacement", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "éventail Chikou ", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Utiliser l'Amplitude Vraie", - "roclen1_input": "Période 1 du ROC", - "roclen2_input": "Période 2 du ROC", - "roclen3_input": "Période 3 du ROC", - "roclen4_input": "Période 4 du ROC", - "smalen1_input": "Période 1 de la MMA", - "smalen2_input": "Période 2 de la MMA", - "smalen3_input": "Période de la MMA", - "smalen4_input": "Période 4 de la MMA", - "siglen_input": "Durée du Signal", - "UpperLimit": "Limite Supérieure", - "LowerLimit": "Limite Inférieure", - "fastLength_input": "Période du Fast", - "slowLength_input": "Période du Slow", - "signalLength_input": "Période du Signal", - "start_input": "Début", - "increment_input": "Incrément", - "maximum_input": "Maximum", - "showMA_input": "Montrer la MM", - "show MA_input": "Show MA", - "Volume": "Volume", - "Volume MA": "MM du Volume", - "Indicator": "Indicateur", - "Oscillator": "Oscillateur", - "lengthStoch_input": "Période du Stochastique", - "lengthRSI_input": "Période du RSI", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "Croise", - "Click to set a point": "Cliquer pour mettre un point", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1.Glisser votre doigt pour choisir l'endroit du premier ancrage
2.Taper n'importe où pour placer le premier ancrage", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1.Glisser votre doigt pour choisir l'endroit de l'ancrage suivant
2.Taper n'importe où pour placer l'ancrage suivant", - "retrying": "Nouvelle Tentative", - "eod data": "Données Fin de Journée", - "eod delayed": "Fin de Journée Retardée", - "loading data": "Données en chargement", - "invalid symbol": "Symbole Invalide", - "streaming": "diffusion en flux", - "realtime": "Temps Réel", - "pre-market": "Pré-Marché", - "post-market": "Après-Marché", - "closed": "Fermé", - "Time Interval": "Intervalle de Temps", - "Show Symbol Labels": "Montrer les Étiquettes de Symbole", - "Show Symbol Labels_context_menu": "Montrer les Étiquettes de Symbole", - "Subminuette": "Subminuette", - "Minuette": "Minuette", - "Minute": "Minute", - "Intermediate": "Intermédiaire", - "Primary": "Vague Principale", - "Cycle": "Cycle", - "SuperCycle": "Super-Cycle", - "GrandSuperCycle": "Grand-Super-Cycle", - "Lock": "Verrouiller", - "Width": "Largeur", - "Line With Breaks": "Ligne Interrompue", - "Area With Breaks": "Zone interrompue", - "Type": "Type", - "Simple": "Ligne continue", - "With Markers": "Avec des Points", - "Step": "En Marche d'Escalier", - "No drawings yet": "Pas de Dessins pour le moment", - "Lock/Unlock": "Verrouiller/Déverrouiller", - "deviation_input": "Déviation", - "depth_input": "Profondeur", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label-nocap", + "Script Editor": "Éditeur de Script", + " Published Charts Timeline": "Ligne de temps des graphiques publiés", + "SMA": "Moyenne Mobile Arithmétique", + "Published Chart": "Published Chart", + "Bar's Style": "Style de barre", + "Chart Properties": "Propriétés du graphique", + "Compare": "Comparer", + "Compare...": "Comparer...", + "Compare or Add Symbol...": "Comparer ou Ajouter un Symbole...", + "Compare or Add Symbol": "Comparer ou Ajouter un Symbole", + "Add Symbol": "Ajouter un Symbole", + "Scales Properties...": "Propriétés des Échelles...", + "Add": "Ajouter", + "Company Comparison": "Comparaison de compagnie", + "Indicators, Fundamentals, Economy and Add-ons": "Indicateurs, Fondamentaux, Économie et Compléments", + "Economy & Symbols": "Économie et Symboles", + "Bars": "Barres", + "Candles": "Bougies", + "Hollow Candles": "Bougies Creuses", + "Line": "Droite", + "Permanent link to this message": "Permanent link to this message", + "Area": "Région", + "Message settings": "Message settings", + "Heiken Ashi": "Méthode Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Histogramme", + "Cross_chart_type": "Graphique en croix", + "Crosshair": "Réticule", + "Columns": "Colonnes", + "Circles": "Cercles", + "Indicators": "Indicateurs", + "Favorites": "Signets", + "Technical Analysis": "Analyse Technique", + "No indicators matched your criteria.": "Aucun indicateur ne correspond à vos critères", + "Add to favorites": "Ajouter aux Signets", + "Remove from favorites": "Retirer des Signets", + "No symbols matched your criteria": "Aucun symbole ne correspond à vos critères", + "Add any symbol from the list": "Ajouter n'importe quel symbole de la liste", + "Overlay the main chart": "Superposer sur le graphique principal", + "Symbols to be added on the chart": "Symboles à ajouter au graphique", + "Symbol": "Symbole", + "Default": "Par Défaut", + "Defaults": "Valeurs, Configurations par Défaut", + "OK": "OK", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Annuler", + " color": "Couleur", + " transparency": "Transparence", + " visibility": "Visibilité", + "Add To Watchlist": "Ajouter à la liste à Surveiller", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Appliquer", + "Arguments in Header": "Arguments dans l'en-tête", + "Arrow": "Flèche", + "Auto Scale": "Mise à l'Échelle automatique", + "Background": "Arrière-Plan", + "bars": "Barres", + "bars_margin": "barres", + "{0} bars": "{0} barres", + "Bottom Margin": "Marge inférieure", + "Bring Forward": "Mettre en avant", + "Bring to Front": "Mettre au premier plan", + "Clone": "Dupliquer", + "Color Theme": "Modèle de Couleurs", + "Copy": "Copier", + "Extended Hours": "Horaire étendu", + "Format...": "Formater...", + "Source Code...": "Source Code...", + "Full Screen": "Plein Écran ", + "Grid Lines": "Grille", + "Hide All Drawing Tools": "Cacher tous les Outils de Dessin", + "Drawing Tools": "Drawing Tools", + "Hide": "Cacher", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Insérer l'Outil de Dessin", + "Insert Indicator...": "Insérer un indicateur", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Montrer la dernière valeur sur l'échelle des prix", + "Link To": "Lier à", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Charger de (les) nouvelles barres", + "Lock All Drawing Tools": "Verrouiller tous les Outils de Dessin", + "Lock Scale": "Verrouiller l'Échelle", + "Lock scale": "Verrouiller l'Échelle", + "Log Scale": "Échelle Logaritmique", + "log": "Logaritme", + "Magnet Mode": "Mode aimanté", + "Merge Down": "Fusionner vers le bas", + "Merge Up": "Fusionner vers le Haut", + "Objects Tree...": "Arborescence des Objets", + "Offset": "Décalage", + "Override Min Tick": "Ne pas tenir compte du Tick minimum", + "Percentage": "Pourcentage", + "Precision": "Précision", + "Price Line": "Ligne de Prix", + "Properties...": "Configurations...", + "Redo": "Recommencer", + "Remove All Drawing Tools": "Retirer tous les Outils de Dessin", + "Remove All Studies": "Retirer toutes les Études", + "Remove All Indicators": "Retirer tous les Indicateurs", + "Remove": "Retirer ", + "Reset Chart": "Réinitialiser le Graphique", + "Reset Scale": "Réinitialiser l'Échelle", + "Reset": "Réinitialiser ", + "Right Margin": "Marge Droite", + "Save As...": "Enregistrer en tant que...", + "Scale Left": "Échelle à Gauche", + "Scale Percentage": "Échelle en Pourcentage", + "Scale Right": "Échelle à Droite", + "Scale Series Only": "Mettre à l'Échelle la Série seulement", + "Scale series only": "Mettre à l'Échelle la Série seulement", + "Scale Series only": "Mettre à l'Échelle la Série seulement", + "Scales Lines": "Axes", + "Scales Text": "Texte des Échelles", + "Scaling": "Mise à l'Échelle", + "Screen (No Scale)": "Taille Écran (aucune mise à l'Échelle)", + "Send Backward": "Mettre vers l'Arrière", + "Send to Back": "Mettre au Fond", + "Session Breaks": "Arrêt de Session", + "Show Arguments in Header": "Montrer les Arguments dans l'En-Tête", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Montrer la Valeur Récente sur l'Axe des Prix", + "Show Left Axis": "Monter l'Axe de Gauche", + "Show Right Axis": "Monter l'Axe de Droite", + "Show": "Montrer", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Rester en Mode Dessin", + "Symbol Search...": "Recherche de Symbole", + "Change Symbol": "Changer le Symbole", + "Change Symbol...": "Changer le Symbole", + "Change Interval...": "Change Interval...", + "Time Zone": "Fuseau Horaire", + "TimeZone": "Fuseau Horaire", + "Top Margin": "Marge en Haut", + "Transparency": "Transparence", + "Undo {0}": "Annuler", + "Undo": "Annuler", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Défusionner vers le Bas", + "Unmerge Up": "Défusionner vers le Haut", + "Visual Order": "Ordre de visualisation", + "Watermark": "Filigrane", + "Show Objects Tree": "Montrer l'Arborescence des Objects", + "cursors-group-css-class": "Classe css du groupe Curseur", + "ABCD Pattern": "Figure en ABCD", + "Anchored Text": "Texte ancré", + "Arc": "Arc", + "Arrow Mark Down": "Flèche vers le Bas", + "Arrow Mark Left": "Flèche vers la Gauche", + "Arrow Mark Right": "Flèche vers la Droite", + "Arrow Mark Up": "Flèche vers le Haut", + "Balloon": "Ballon", + "Bars Pattern": "Type Barres", + "Brush": "Pinceau", + "Callout": "Bulle", + "Circle Lines": "Ligne Circulaire", + "Cross": "Croix", + "Cyclic Lines": "Lignes Périodiques", + "Date Range": "Plage de Données", + "Disjoint Angle": "Angle Séparé", + "Dot": "Point", + "Elliott Labels": "Étiquettes d'Elliott", + "Elliott Major Retracement": "Retracement Principal d'Elliott", + "Elliott Minor Retracement": "Retracement Mineur d'Elliott", + "Elliott Wave Cycle": "Période de la Vague d'Eliott", + "Elliott Wave Minor": "Vague d'Elliott Mineure", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Vague d'Elliott Sous Inférieure ou Subminuette", + "Ellipse": "Ellipse", + "Value": "Value", + "Eraser": "Gomme", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Étendue", + "Extended Line": "Ligne prolongée", + "Fib Channel": "Canal de Fibonacci", + "Fib Circles": "Cercle de Fibonacci", + "Fib Retracement": "Retracement de Fibonacci", + "Fib Speed Resistance Arcs": "Arcs de Résistance de la vitesse de Fibonacci", + "Fib Speed Resistance Fan": "Éventail de Résistance de la Vitesse de Fibonacci", + "Fib Spiral": "Spirale de Fibonacci", + "Fib Time Zone": "Zone Temporelle de Fibonacci", + "Fib Wedge": "Coin de Fibonacci", + "Flag Mark": "Marque de Drapeau", + "Flat Top/Bottom": "Haut/Bas Plat", + "Flat Bottom": "Bas en Plateau", + "Forecast": "Prévision", + "Gann Box": "Boite de Gan", + "Gann Fan": "Éventail de Gann", + "Gann Square": "Carré de Gann", + "Head & Shoulders": "Tête Épaules", + "Horizontal Line": "Droite Horizontale", + "Horizontal Ray": "Rayon Horizontal", + "Icon": "Icône", + "Inside Pitchfork": "Fourchette Interne", + "Long Position": "Position Longue", + "Risk/Reward long": "Risque/Récompense Long", + "Modified Schiff Pitchfork": "Fourchette de Schiff Modifiée", + "Parallel Channel": "Canal parallèle", + "Pitchfan": "Éventail", + "Pitchfork": "Fourchette", + "Polyline": "Ensemble de Lignes", + "Price Label": "Étiquette de Prix", + "Price Range": "Plage de Prix", + "Projection": "Projection", + "Ray": "Rayon", + "Rectangle": "Rectangle", + "Regression Trend": "Tendance de la Régression", + "Rotated Rectangle": "Rectangle pivoté", + "Schiff Pitchfork": "Fourchette de Schiff", + "Schiff": "Schiff", + "Original": "Original", + "Modified Schiff": "Schiff modifié", + "Inside": "Interne", + "Short Position": "Position Courte", + "Risk/Reward short": "Risque/Récompense Court", + "Text": "Texte", + "Comment": "Commentaire", + "Three Drivers Pattern": "Figure des Trois Jambes", + "Thumb Down": "Pouce en Bas", + "Thumb Up": "Pouce en Haut", + "Trend Angle": "Angle de la Tendance", + "Trend Line": "Droite de Tendance", + "Trend-Based Fib Extension": "Prolongation de Fibonacci selon la Tendance", + "Trend-Based Fib Time": "Temps de Fibonacci selon la Tendance", + "Triangle Pattern": "Figure en Triangle", + "Triangle": "Triangle", + "Vertical Line": "Droite Verticale", + "XABCD Pattern": "Figure en XABCD", + "Angle:": "Angle:", + "Arcs": "Arcs", + "Background color 1": "Couleur de Fond 1", + "Background color 2": "Couleur de Fond 2", + "Background Color": "Couleur de Fond", + "Bar #": "Numéro de Barre", + "Border color": "Couleur de la Bordure", + "Border Color": "Couleur de la Bordure", + "Border": "Bordure", + "Bottom Lables": "Étiquette du Bas", + "bottom": "Bas", + "center": "Centre", + "Channel": "Canal", + "Coeffs As Percents": "Coefficients en PourCentage", + "Color bars based on previous close": "Coloriser les Barres selon la Clôture Précédente", + "Color": "Couleur", + "Color:": "Couleur:", + "Coordinates": "Coordinées", + "Delete": "Effacer", + "Down Color": "Couleur Des Baisses", + "Drawings": "Dessins", + "Entry price:": "Prix d'Entrée", + "Event": "Event", + "Events": "Événements", + "Extend Left End": "Prolonger l'Extrémité Gauche", + "Extend Left": "Prolonger à Gauche", + "Extend Lines": "Prolonger les Droites", + "Extend Right End": "Prolonger l'Extrémité Droite", + "Extend Right": "Prolonger à Droite", + "Extend": "Prolonger", + "Failure back color": "Couleur de Fond de l'Échec", + "Failure text color": "Couleur du Texte de l'Échec", + "Fans": "Éventails de lignes", + "Fill": "Remplir", + "Format": "Format", + "Graphics": "Graphiques", + "Grid": "Grille", + "Help": "Aide", + "HLC Bars": "Barres HBC", + "Inputs": "Paramètres en Entrée", + "Label Background": "Fond de l'Étiquette", + "Label": "Étiquette", + "Labels": "Étiquettes", + "Left End": "Extrémité Gauche", + "Left Labels": "Étiquettes de Gauche", + "Right Labels": "Right Labels", + "left": "Gauche", + "Level {0}": "Niveau {0}", + "Levels": "Niveaux", + "Lines": "Droites", + "Major": "Majeur", + "Measure (Shift + Click on the chart)": "Mesure (Majuscule+Cliquer sur le Graphique)", + "Median": "Médiane", + "middle": "au Milieu", + "Middle": "Centré", + "Minor": "Mineur", + "Mode": "Mode", + "Normal": "Normal", + "Plot": "Dessiner un Graphe", + "Price Levels": "Niveaux de Prix", + "Price Source": "Source des Prix", + "Price": "Prix", + "Price:": "Prix:", + "Prices": "Prix", + "Profit Background Color": "Couleur de Fond des Profits", + "Profit Level. Ticks:": "Niveau de Profit. Ticks:", + "Properties": "Propriétés", + "Reverse": "Inverse", + "Right End": "Extrémité de Droite", + "Right Lables": "Étiquettes de Droite", + "right": "Droite", + "Log Scale_scale_menu": "Échelle Logarithmique", + "Percentage_scale_menu": "Pourcentage", + "Scales": "Échelles", + "Settings": "Configurations", + "Show Background": "Montrer le Fond", + "Show Bars Range": "Montrer la Plage des Barres", + "Show Date/Time Range": "Montrer la Plage de Temps", + "Show Distance": "Montrer la Distance", + "Show Labels": "Montrer les Étiquettes", + "Show Price Range": "Montrer la Plage de Prix", + "Show Price": "Montrer l Prix", + "Show Prices": "Montrern les Prix", + "Show Text": "Montrer le Texte", + "Show Time": "Montrer l'Heure", + "Show Wave": "Montrer la Vague", + "Show/Hide": "Montrer/Cacher", + "Source back color": "Couleur de Fond de la Source", + "Source border color": "Couleur de la Bordure de la Source", + "Source text color": "Couleur du Texte de la Source", + "Stay in Drawing Mode": "Rester en Mode Dessin", + "Stop Background Color": "Couleur de Fond du Stop", + "Stop Color:": "Couleur du Stop", + "Stop Level. Ticks:": "Niveau du Stop en Ticks", + "Style": "Style", + "Success back color": "Couleur de fond en cas de succès", + "Success text color": "Couleur de Texte en cas de succès", + "Target back color": "Couleur de Fond de l'Objectif", + "Target border color": "Couleur de Bordure de l'Objectif", + "Target Color:": "Couleur de l'Objectif", + "Target text color": "Couleur de Texte de l'Objectif", + "Text Alignment:": "Alignement du Texte:", + "Text color": "Couleur du Texte", + "Text Color": "Couleur du Texte", + "Text Font": "Police du Texte", + "Text Wrap": "Retour à la ligne forcé du Texte", + "Text:": "Texte:", + "Time Levels": "Niveaux de Temps", + "Timezone/Sessions": "Fuseaux Horaires/Sessions", + "Top Labels": "Étiquettes du Haut", + "Bottom Labels": "Bottom Labels", + "top": "haut", + "Up Color": "Couleur de la Hausse", + "Wave Size": "Taille de la Vague", + "Wick": "Mèche", + "Zoom In": "Grossissement", + "Zoom Out": "Réduction", + "Borders": "Bordures", + "Level": "Niveauy", + "Hlines Background": "Fond Rayé Horizontalement", + "Plots Background": "Fond des Graphiques", + "Open_line_tool_position": "Ouvert", + "Closed_line_tool_position": "Fermé", + "{0} P&L: {1}": "{0} Gains&Pertes: {1}", + "Risk/Reward Ratio: {0}": "Ratio Risque/Récompense: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Objectif: {0} ({1}%)", + "SUCCESS": "SUCCÈS", + "FAILURE": "ÉCHEC", + "Left Shoulder": "Épaule Gauche", + "Head": "Tête", + "Right Shoulder": "Épaule Droite", + "Mirrored": "Reflété", + "Flipped": "Basculé", + "distance: {0}": "distance: {0}", + "day": "n/a", + "day_plural": "n/a", + "week": "n/a", + "week_plural": "n/a", + "month": "n/a", + "month_plural": "n/a", + "minute": "n/a", + "minute_plural": "n/a", + "hour": "n/a", + "hour_plural": "n/a", + "y_dates": "n/a", + "y_dates_plural": "n/a", + "h_dates": "h", + "D_dates": "J", + "W_dates": "S", + "M_dates": "M", + "d_dates": "j", + "m_dates": "m", + "in_dates": "en", + "Jan": "Jan", + "Feb": "Fév", + "Mar": "Mar", + "Apr": "Avr", + "May": "Mai", + "Jun": "Jui", + "Jul": "Jul", + "Aug": "Aoû", + "Sep": "Sep", + "Oct": "Oct", + "Nov": "Nov", + "Dec": "Déc", + "Objects Tree": "Arborescence des OIbjects", + "Manage Drawings": "Gérer les Dessins", + "TOOL": "OUTIL", + "SYMBOL": "SYMBOLE", + "Move Up": "Déplacer vers le Haut", + "Move Down": "Déplacer vers le Bas", + "All Exchanges": "Tous les Marchés", + "All types": "Tous les Types", + "Stock": "Action", + "stock": "action", + "Index": "Indices", + "index": "index", + "Futures": "Futures", + "futures": "futures", + "Image URL": "URL de l'image", + "Save image": "Enregistrer l'Image", + "or copy url:": "ou copier l'URL", + "Redo {0}": "Répéter", + "Custom color...": "Couleur Personnalisée", + "Search": "Chercher", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "B", + "Close_in_legend": "C", + "Open": "Ouverture", + "High": "Haut", + "Low": "Bas", + "Close": "Clôture", + "(H + L)/2": "(H + B)/2", + "(H + L + C)/3": "(H + B + C)/3", + "(O + H + L + C)/4": "(O + H + B + C)/4", + "UTC": "TUC", + "Exchange": "Marché", + "Athens": "Athène", + "Berlin": "Berlin", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Calcuta", + "London": "Londres", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Moscou", + "New York": "New York", + "Paris": "Paris", + "Sao Paulo": "São Paulo", + "Seoul": "Séoul", + "Shanghai": "Shanghai", + "Singapore": "Singapour", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Téhéran", + "Tokyo": "Tokyo", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Varsovie", + "n/a": "n/a", + "Long_input": "Long", + "long_input": "long", + "longlen_input": "Période Longue", + "Window Size_input": "Taille de Fenêtre", + "Length_input": "Longueur", + "length_input": "longueur", + "len_input": "longueur", + "Short_input": "Trade Court", + "short_input": "court", + "shortlen_input": "Période Courte", + "Mult_input": "Multiplicateur", + "mult_input": "multiplicateur", + "divisor_input": "diviseur", + "Divisor_input": "Diviseur", + "Upper": "Supérieur", + "Lower": "Inférieur", + "Long": "Long", + "Short": "Court", + "Signal": "Signal", + "Jaw": "Mâchoire", + "Teeth": "Dents", + "Lips": "Lèvres", + "Zero": "Zero", + "WMA Length_input": "MMP Période", + "Long RoC Length_input": "Période du ROC Long", + "Short RoC Length_input": "Période du ROC Court", + "jawLength_input": "Longueur de la Mâchoire", + "teethLength_input": "Longueur des Dents", + "lipsLength_input": "Longueur des Lèvres", + "percent_input": "PourCent", + "exponential_input": "Exponentiel", + "smoothD_input": "D Lissé", + "smoothK_input": "K Lissé", + "Color 0": "Couleur 0", + "Color 1": "Couleur 1", + "Color 2": "Couleur 2", + "Color 3": "Couleur 3", + "Color 4": "Couleur 4", + "sym_input": "symbole", + "symbol_input": "symbole", + "Sym_input": "Symbole", + "DI Length_input": "Période du DI", + "ADX Smoothing_input": "Lissage de l'ADX", + "displacement_input": "déplacement", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "éventail Chikou ", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Utiliser l'Amplitude Vraie", + "roclen1_input": "Période 1 du ROC", + "roclen2_input": "Période 2 du ROC", + "roclen3_input": "Période 3 du ROC", + "roclen4_input": "Période 4 du ROC", + "smalen1_input": "Période 1 de la MMA", + "smalen2_input": "Période 2 de la MMA", + "smalen3_input": "Période de la MMA", + "smalen4_input": "Période 4 de la MMA", + "siglen_input": "Durée du Signal", + "UpperLimit": "Limite Supérieure", + "LowerLimit": "Limite Inférieure", + "Limit": "Limit", + "fastLength_input": "Période du Fast", + "slowLength_input": "Période du Slow", + "signalLength_input": "Période du Signal", + "start_input": "Début", + "increment_input": "Incrément", + "maximum_input": "Maximum", + "showMA_input": "Montrer la MM", + "show MA_input": "Montrer MA", + "Volume": "Volume", + "Volume MA": "MM du Volume", + "Indicator": "Indicateur", + "Oscillator": "Oscillateur", + "lengthStoch_input": "Période du Stochastique", + "lengthRSI_input": "Période du RSI", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Croise", + "Click to set a point": "Cliquer pour mettre un point", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1.Glisser votre doigt pour choisir l'endroit du premier ancrage
2.Taper n'importe où pour placer le premier ancrage", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1.Glisser votre doigt pour choisir l'endroit de l'ancrage suivant
2.Taper n'importe où pour placer l'ancrage suivant", + "retrying": "Nouvelle Tentative", + "eod data": "Données Fin de Journée", + "eod delayed": "Fin de Journée Retardée", + "loading data": "Données en chargement", + "invalid symbol": "Symbole Invalide", + "streaming": "diffusion en flux", + "realtime": "Temps Réel", + "pre-market": "Pré-Marché", + "post-market": "Après-Marché", + "closed": "Fermé", + "Time Interval": "Intervalle de Temps", + "Show Symbol Labels": "Montrer les Étiquettes de Symbole", + "Show Symbol Labels_context_menu": "Montrer les Étiquettes de Symbole", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minute", + "Intermediate": "Intermédiaire", + "Primary": "Vague Principale", + "Cycle": "Cycle", + "SuperCycle": "Super-Cycle", + "GrandSuperCycle": "Grand-Super-Cycle", + "Lock": "Verrouiller", + "Width": "Largeur", + "Line With Breaks": "Ligne Interrompue", + "Area With Breaks": "Zone interrompue", + "Type": "Type", + "Simple": "Ligne continue", + "With Markers": "Avec des Points", + "Step": "En Marche d'Escalier", + "No drawings yet": "Pas de Dessins pour le moment", + "Lock/Unlock": "Verrouiller/Déverrouiller", + "deviation_input": "Déviation", + "depth_input": "Profondeur", + "Accumulation/Distribution_study": "Accumulation/Répartition", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Avancé/Recul", + "Average True Range_study": "Moyenne de la vraie amplitude", + "Awesome Oscillator_study": "Oscillateur impressionnant", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Équilibre des forces", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Flux d'argent", + "Mass Index_study": "Index de masse", + "Moving Average Exponential_study": "Moyenne mobile exponentiel", + "Net Volume_study": "Volume net", + "Moving Average Convergence/Divergence_study": "Moyenne mobile convergente/divergente", + "Moving Average_study": "Moyenne mobile", + "Moving Average Weighted_study": "Moyenne mobile pondéré", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "Volume dans la balance", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Changer l’intervalle", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "Tout montrer", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Note", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "automatique", + "Invalid Symbol": "Symbole invalide", + "loading...": "chargement...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Non applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Toujours montrer les statistiques", + "Rename...": "Renommer...", + "New": "New", + "Load": "Charger", + "Save": "Sauvegarder", + "Rename Chart": "Renommer le graphique", + "{0} copy": "Copier {0}", + "Please enter chart name": "Veuillez entrer un nom pour le graphique", + "Enter a new chart name": "Entrer un nouveau nom pour le graphique", + "Load Chart": "Charger le graphique", + "Chart Name": "Nom du Graphique", + "Chart name": "Nom du graphique", + "Rename Chart Layout": "Renommer le plan graphique", + "Please enter chart layout name": "Veuillez entrer un nouveau de plan graphique", + "Enter a new chart layout name": "Entrer un nouveau nom du plan graphique", + "Load Layout Chart": "Charger le Plan Graphique", + "Chart Layout Name": "Nom du Plan Graphique", + "Chart layout name": "Nom du plan graphique", + "NEW CHART LAYOUT": "NOUVEAU PLAN GRAPHIQUE", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Sauvegarder le plan graphique, pas seulement quelques plans graphique,\nc'est sauvegarder tout les graphiques pour tout les symboles et intervalles\nque vous modifiez pendant que vous travailler avec ce plan", + "Last Modified": "Dernière modification", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Activer le symbole", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Mode plein écran", + "Marker Color": "Couleur du marquer", + "Font Size": "Taille de l'écriture", + "Save New Chart": "Enregistrer le nouveau graphique", + "Source_compare": "Source", + "YES": "Oui", + "Yes": "Yes", + "No": "No", + "NO": "Non", + "Confirmation": "Confirmation", + "Are you sure you want to delete this chart?": "Êtes-vous sûr de vouloir supprimer ce graphique ?", + "Hide Marks On Bars": "Cacher les marques de la barre", + "Precise Labels": "Les étiquettes précises", + "Copy Chart Layout": "Copier le plan graphique", + "Load Chart Layout": "Charger le plan graphique", + "Save New Chart Layout": "Enregistrer le nouveau plan graphique", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/he.json b/charting_library/static/localization/translations/he.json new file mode 100644 index 00000000..96e23f89 --- /dev/null +++ b/charting_library/static/localization/translations/he.json @@ -0,0 +1,678 @@ +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "Script Editor", + " Published Charts Timeline": "Published Charts Timeline", + "SMA": "SMA", + "Bar's Style": "Bar's Style", + "Chart Properties": "Chart Properties", + "Compare": "Compare", + "Compare...": "Compare...", + "Compare or Add Symbol...": "Compare or Add Symbol...", + "Compare or Add Symbol": "Compare or Add Symbol", + "Add Symbol": "Add Symbol", + "Scales Properties...": "Scales Properties...", + "Add": "Add", + "Company Comparison": "Company Comparison", + "Indicators, Fundamentals, Economy and Add-ons": "Indicators, Fundamentals, Economy and Add-ons", + "Economy & Symbols": "Economy & Symbols", + "Bars": "Bars", + "Candles": "Candles", + "Hollow Candles": "Hollow Candles", + "Line": "Line", + "Area": "Area", + "Heiken Ashi": "Heiken Ashi", + "Histogram": "Histogram", + "Cross_chart_type": "Cross", + "Crosshair": "Crosshair", + "Columns": "Columns", + "Circles": "Circles", + "Indicators": "Indicators", + "Favorites": "Favorites", + "Technical Analysis": "Technical Analysis", + "No indicators matched your criteria.": "No indicators matched your criteria.", + "Add to favorites": "Add to favorites", + "Remove from favorites": "Remove from favorites", + "No symbols matched your criteria": "No symbols matched your criteria", + "Add any symbol from the list": "Add any symbol from the list", + "Overlay the main chart": "Overlay the main chart", + "Symbols to be added on the chart": "Symbols to be added on the chart", + "Symbol": "Symbol", + "Default": "Default", + "Defaults": "Defaults", + "OK": "OK", + "Cancel": "Cancel", + " color": "color", + " transparency": "transparency", + " visibility": "visibility", + "Add To Watchlist": "Add To Watchlist", + "Apply": "Apply", + "Arguments in Header": "Arguments in Header", + "Arrow": "Arrow", + "Auto Scale": "Auto Scale", + "Background": "Background", + "bars": "bars", + "bars_margin": "bars", + "{0} bars": "{0} bars", + "Bottom Margin": "Bottom Margin", + "Bring Forward": "Bring Forward", + "Bring to Front": "Bring to Front", + "Clone": "Clone", + "Color Theme": "Color Theme", + "Copy": "Copy", + "Extended Hours": "Extended Hours", + "Format...": "Format...", + "Full Screen": "Full Screen", + "Grid Lines": "Grid Lines", + "Hide All Drawing Tools": "Hide All Drawing Tools", + "Hide": "Hide", + "Insert Drawing Tool": "Insert Drawing Tool", + "Insert Indicator...": "Insert Indicator...", + "Last Value on Price Scale": "Last Value on Price Scale", + "Link To": "Link To", + "Load New Bars": "Load New Bars", + "Lock All Drawing Tools": "Lock All Drawing Tools", + "Lock Scale": "Lock Scale", + "Lock scale": "Lock scale", + "Log Scale": "Log Scale", + "log": "log", + "Magnet Mode": "Magnet Mode", + "Merge Down": "Merge Down", + "Merge Up": "Merge Up", + "Objects Tree...": "Objects Tree...", + "Offset": "Offset", + "Override Min Tick": "Override Min Tick", + "Percentage": "Percentage", + "Precision": "Precision", + "Price Line": "Price Line", + "Properties...": "Properties...", + "Redo": "Redo", + "Remove All Drawing Tools": "Remove All Drawing Tools", + "Remove All Studies": "Remove All Studies", + "Remove All Indicators": "Remove All Indicators", + "Remove": "Remove", + "Reset Chart": "Reset Chart", + "Reset Scale": "Reset Scale", + "Reset": "Reset", + "Right Margin": "Right Margin", + "Save As...": "Save As...", + "Scale Left": "Scale Left", + "Scale Percentage": "Scale Percentage", + "Scale Right": "Scale Right", + "Scale Series Only": "Scale Series Only", + "Scale series only": "Scale series only", + "Scale Series only": "Scale Series only", + "Scales Lines": "Scales Lines", + "Scales Text": "Scales Text", + "Scaling": "Scaling", + "Screen (No Scale)": "Screen (No Scale)", + "Send Backward": "Send Backward", + "Send to Back": "Send to Back", + "Session Breaks": "Session Breaks", + "Show Arguments in Header": "Show Arguments in Header", + "Show Last Value on Price Scale": "Show Last Value on Price Scale", + "Show Left Axis": "Show Left Axis", + "Show Right Axis": "Show Right Axis", + "Show": "Show", + "Stay In Drawing Mode": "Stay In Drawing Mode", + "Symbol Search...": "Symbol Search...", + "Change Symbol": "Change Symbol", + "Change Symbol...": "Change Symbol...", + "Time Zone": "Time Zone", + "TimeZone": "TimeZone", + "Top Margin": "Top Margin", + "Transparency": "Transparency", + "Undo {0}": "Undo {0}", + "Undo": "Undo", + "Unmerge Down": "Unmerge Down", + "Unmerge Up": "Unmerge Up", + "Visual Order": "Visual Order", + "Watermark": "Watermark", + "Show Objects Tree": "Show Objects Tree", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD Pattern", + "Anchored Text": "Anchored Text", + "Arc": "Arc", + "Arrow Mark Down": "Arrow Mark Down", + "Arrow Mark Left": "Arrow Mark Left", + "Arrow Mark Right": "Arrow Mark Right", + "Arrow Mark Up": "Arrow Mark Up", + "Balloon": "Balloon", + "Bars Pattern": "Bars Pattern", + "Brush": "Brush", + "Callout": "Callout", + "Circle Lines": "Circle Lines", + "Cross": "Cross", + "Cyclic Lines": "Cyclic Lines", + "Date Range": "Date Range", + "Disjoint Angle": "Disjoint Angle", + "Dot": "Dot", + "Elliott Labels": "Elliott Labels", + "Elliott Major Retracement": "Elliott Major Retracement", + "Elliott Minor Retracement": "Elliott Minor Retracement", + "Elliott Wave Cycle": "Elliott Wave Cycle", + "Elliott Wave Minor": "Elliott Wave Minor", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "Ellipse", + "Eraser": "Eraser", + "Extended": "Extended", + "Extended Line": "Extended Line", + "Fib Channel": "Fib Channel", + "Fib Circles": "Fib Circles", + "Fib Retracement": "Fib Retracement", + "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", + "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", + "Fib Spiral": "Fib Spiral", + "Fib Time Zone": "Fib Time Zone", + "Fib Wedge": "Fib Wedge", + "Flag Mark": "Flag Mark", + "Flat Top/Bottom": "Flat Top/Bottom", + "Flat Bottom": "Flat Bottom", + "Forecast": "Forecast", + "Gann Box": "Gann Box", + "Gann Fan": "Gann Fan", + "Gann Square": "Gann Square", + "Head & Shoulders": "Head & Shoulders", + "Horizontal Line": "Horizontal Line", + "Horizontal Ray": "Horizontal Ray", + "Icon": "Icon", + "Inside Pitchfork": "Inside Pitchfork", + "Long Position": "Long Position", + "Risk/Reward long": "Risk/Reward long", + "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", + "Parallel Channel": "Parallel Channel", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Polyline", + "Price Label": "Price Label", + "Price Range": "Price Range", + "Projection": "Projection", + "Ray": "Ray", + "Rectangle": "Rectangle", + "Regression Trend": "Regression Trend", + "Rotated Rectangle": "Rotated Rectangle", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Original", + "Modified Schiff": "Modified Schiff", + "Inside": "Inside", + "Short Position": "Short Position", + "Risk/Reward short": "Risk/Reward short", + "Text": "Text", + "Comment": "Comment", + "Three Drivers Pattern": "Three Drivers Pattern", + "Thumb Down": "Thumb Down", + "Thumb Up": "Thumb Up", + "Trend Angle": "Trend Angle", + "Trend Line": "Trend Line", + "Trend-Based Fib Extension": "Trend-Based Fib Extension", + "Trend-Based Fib Time": "Trend-Based Fib Time", + "Triangle Pattern": "Triangle Pattern", + "Triangle": "Triangle", + "Vertical Line": "Vertical Line", + "XABCD Pattern": "XABCD Pattern", + "Angle:": "Angle:", + "Arcs": "Arcs", + "Background color 1": "Background color 1", + "Background color 2": "Background color 2", + "Background Color": "Background Color", + "Bar #": "Bar #", + "Border color": "Border color", + "Border Color": "Border Color", + "Border": "Border", + "Bottom Lables": "Bottom Lables", + "bottom": "bottom", + "center": "center", + "Channel": "Channel", + "Coeffs As Percents": "Coeffs As Percents", + "Color bars based on previous close": "Color bars based on previous close", + "Color": "Color", + "Color:": "Color:", + "Coordinates": "Coordinates", + "Delete": "Delete", + "Down Color": "Down Color", + "Drawings": "Drawings", + "Entry price:": "Entry price:", + "Events": "Events", + "Extend Left End": "Extend Left End", + "Extend Left": "Extend Left", + "Extend Lines": "Extend Lines", + "Extend Right End": "Extend Right End", + "Extend Right": "Extend Right", + "Extend": "Extend", + "Failure back color": "Failure back color", + "Failure text color": "Failure text color", + "Fans": "Fans", + "Fill": "Fill", + "Format": "Format", + "Graphics": "Graphics", + "Grid": "Grid", + "Help": "Help", + "HLC Bars": "HLC Bars", + "Inputs": "Inputs", + "Label Background": "Label Background", + "Label": "Label", + "Labels": "Labels", + "Left End": "Left End", + "Left Labels": "Left Labels", + "left": "left", + "Level {0}": "Level {0}", + "Levels": "Levels", + "Lines": "Lines", + "Major": "Major", + "Measure (Shift + Click on the chart)": "Measure (Shift + Click on the chart)", + "Median": "Median", + "middle": "middle", + "Middle": "Middle", + "Minor": "Minor", + "Mode": "Mode", + "Normal": "Normal", + "Plot": "Plot", + "Price Levels": "Price Levels", + "Price Source": "Price Source", + "Price": "Price", + "Price:": "Price:", + "Prices": "Prices", + "Profit Background Color": "Profit Background Color", + "Profit Level. Ticks:": "Profit Level. Ticks:", + "Properties": "Properties", + "Reverse": "Reverse", + "Right End": "Right End", + "Right Lables": "Right Lables", + "right": "right", + "Log Scale_scale_menu": "Log Scale", + "Percentage_scale_menu": "Percentage", + "Scales": "Scales", + "Settings": "Settings", + "Show Background": "Show Background", + "Show Bars Range": "Show Bars Range", + "Show Date/Time Range": "Show Date/Time Range", + "Show Distance": "Show Distance", + "Show Labels": "Show Labels", + "Show Price Range": "Show Price Range", + "Show Price": "Show Price", + "Show Prices": "Show Prices", + "Show Text": "Show Text", + "Show Time": "Show Time", + "Show Wave": "Show Wave", + "Show/Hide": "Show/Hide", + "Source back color": "Source back color", + "Source border color": "Source border color", + "Source text color": "Source text color", + "Stay in Drawing Mode": "Stay in Drawing Mode", + "Stop Background Color": "Stop Background Color", + "Stop Color:": "Stop Color:", + "Stop Level. Ticks:": "Stop Level. Ticks:", + "Style": "Style", + "Success back color": "Success back color", + "Success text color": "Success text color", + "Target back color": "Target back color", + "Target border color": "Target border color", + "Target Color:": "Target Color:", + "Target text color": "Target text color", + "Text Alignment:": "Text Alignment:", + "Text color": "Text color", + "Text Color": "Text Color", + "Text Font": "Text Font", + "Text Wrap": "Text Wrap", + "Text:": "Text:", + "Time Levels": "Time Levels", + "Timezone/Sessions": "Timezone/Sessions", + "Top Labels": "Top Labels", + "top": "top", + "Up Color": "Up Color", + "Wave Size": "Wave Size", + "Wick": "Wick", + "Zoom In": "Zoom In", + "Zoom Out": "Zoom Out", + "Borders": "Borders", + "Level": "Level", + "Hlines Background": "Hlines Background", + "Plots Background": "Plots Background", + "Open_line_tool_position": "Opened", + "Closed_line_tool_position": "Closed", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Target: {0} ({1}%)", + "SUCCESS": "SUCCESS", + "FAILURE": "FAILURE", + "Left Shoulder": "Left Shoulder", + "Head": "Head", + "Right Shoulder": "Right Shoulder", + "Mirrored": "Mirrored", + "Flipped": "Flipped", + "distance: {0}": "distance: {0}", + "day": "day", + "day_plural": "days", + "day_plural_1": "day_plural_1", + "day_plural_2": "day_plural_2", + "day_plural_5": "day_plural_5", + "week": "week", + "week_plural": "weeks", + "week_plural_1": "week_plural_1", + "week_plural_2": "week_plural_2", + "week_plural_5": "week_plural_5", + "month": "month", + "month_plural": "months", + "month_plural_1": "month_plural_1", + "month_plural_2": "month_plural_2", + "month_plural_5": "month_plural_5", + "minute": "minute", + "minute_plural": "minutes", + "minute_plural_1": "minute_plural_1", + "minute_plural_2": "minute_plural_2", + "minute_plural_5": "minute_plural_5", + "hour": "hour", + "hour_plural": "hours", + "hour_plural_1": "hour_plural_1", + "hour_plural_2": "hour_plural_2", + "hour_plural_5": "hour_plural_5", + "y_dates": "y", + "y_dates_plural": "y", + "y_dates_plural_1": "y_dates_plural_1", + "y_dates_plural_2": "y_dates_plural_2", + "y_dates_plural_5": "y_dates_plural_5", + "h_dates": "h", + "D_dates": "D", + "W_dates": "W", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "in", + "Jan": "Jan", + "Feb": "Feb", + "Mar": "Mar", + "Apr": "Apr", + "May": "May", + "Jun": "Jun", + "Jul": "Jul", + "Aug": "Aug", + "Sep": "Sep", + "Oct": "Oct", + "Nov": "Nov", + "Dec": "Dec", + "Objects Tree": "Objects Tree", + "Manage Drawings": "Manage Drawings", + "TOOL": "TOOL", + "SYMBOL": "SYMBOL", + "Move Up": "Move Up", + "Move Down": "Move Down", + "All Exchanges": "All Exchanges", + "All types": "All types", + "Stock": "Stock", + "stock": "stock", + "Index": "Index", + "index": "index", + "Futures": "Futures", + "futures": "futures", + "Image URL": "Image URL", + "Save image": "Save image", + "or copy url:": "or copy url:", + "Redo {0}": "Redo {0}", + "Custom color...": "Custom color...", + "Search": "Search", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "Open", + "High": "High", + "Low": "Low", + "Close": "Close", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "Exchange", + "Athens": "Athens", + "Berlin": "Berlin", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Kolkata", + "London": "London", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Moscow", + "New York": "New York", + "Paris": "Paris", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seoul", + "Shanghai": "Shanghai", + "Singapore": "Singapore", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Tehran", + "Tokyo": "Tokyo", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Warsaw", + "n/a": "n/a", + "Long_input": "Long", + "long_input": "long", + "longlen_input": "long length", + "Window Size_input": "Window Size", + "Length_input": "Length", + "length_input": "length", + "len_input": "length", + "Short_input": "Short", + "short_input": "short", + "shortlen_input": "Short Length", + "Mult_input": "Multiplier", + "mult_input": "multiplier", + "divisor_input": "divisor", + "Divisor_input": "Divisor", + "Upper": "Upper", + "Lower": "Lower", + "Long": "Long", + "Short": "Short", + "Signal": "Signal", + "Jaw": "Jaw", + "Teeth": "Teeth", + "Lips": "Lips", + "Zero": "Zero", + "WMA Length_input": "WMA Length", + "Long RoC Length_input": "Long RoC Length", + "Short RoC Length_input": "Short RoC Length", + "jawLength_input": "Jaw Length", + "teethLength_input": "Teeth Length", + "lipsLength_input": "Lips Length", + "percent_input": "Percent", + "exponential_input": "Exponential", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "Color 0", + "Color 1": "Color 1", + "Color 2": "Color 2", + "Color 3": "Color 3", + "Color 4": "Color 4", + "sym_input": "symbol", + "symbol_input": "symbol", + "Sym_input": "Symbol", + "DI Length_input": "DI Length", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "displacement", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Use True Range", + "roclen1_input": "RoC Length 1", + "roclen2_input": "RoC Length 2", + "roclen3_input": "RoC Length 3", + "roclen4_input": "RoC Length 4", + "smalen1_input": "SMA Length 1", + "smalen2_input": "SMA Length 2", + "smalen3_input": "SMA Length 3", + "smalen4_input": "SMA Length 4", + "siglen_input": "Signal Length", + "UpperLimit": "Upper Limit", + "LowerLimit": "Lower Limit", + "fastLength_input": "Fast Length", + "slowLength_input": "Slow Length", + "signalLength_input": "Signal Length", + "start_input": "Start", + "increment_input": "Increment", + "maximum_input": "Maximum", + "showMA_input": "Show MA", + "show MA_input": "Show MA", + "Volume": "Volume", + "Volume MA": "Volume MA", + "Indicator": "Indicator", + "Oscillator": "Oscillator", + "lengthStoch_input": "Stoch length", + "lengthRSI_input": "RSI length", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Crosses", + "Click to set a point": "Click to set a point", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", + "retrying": "retrying", + "eod data": "eod data", + "eod delayed": "eod delayed", + "loading data": "loading data", + "invalid symbol": "invalid symbol", + "streaming": "streaming", + "realtime": "realtime", + "pre-market": "pre-market", + "post-market": "post-market", + "closed": "closed", + "Time Interval": "Time Interval", + "Show Symbol Labels": "Show Symbol Labels", + "Show Symbol Labels_context_menu": "Show Symbol Labels", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minute", + "Intermediate": "Intermediate", + "Primary": "Primary", + "Cycle": "Cycle", + "SuperCycle": "SuperCycle", + "GrandSuperCycle": "GrandSuperCycle", + "Lock": "Lock", + "Width": "Width", + "Line With Breaks": "Line With Breaks", + "Area With Breaks": "Area With Breaks", + "Type": "Type", + "Simple": "Simple", + "With Markers": "With Markers", + "Step": "Step", + "No drawings yet": "No drawings yet", + "Lock/Unlock": "Lock/Unlock", + "deviation_input": "deviation", + "depth_input": "depth", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "Show All", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Note", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "auto", + "Invalid Symbol": "Invalid Symbol", + "loading...": "loading...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "Rename...", + "Load": "Load", + "Save": "Save", + "Rename Chart": "Rename Chart", + "{0} copy": "{0} copy", + "Please enter chart name": "Please enter chart name", + "Enter a new chart name": "Enter a new chart name", + "Load Chart": "Load Chart", + "Chart Name": "Chart Name", + "Chart name": "Chart name", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Last Modified", + "Active Symbol": "Active Symbol", + "Fullscreen mode": "Fullscreen mode", + "Marker Color": "Marker Color", + "Font Size": "Font Size", + "Save New Chart": "Save New Chart", + "Source_compare": "Source", + "YES": "YES", + "NO": "NO", + "Confirmation": "Confirmation", + "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout" +} \ No newline at end of file diff --git a/charting_library/static/localization/translations/he_IL.json b/charting_library/static/localization/translations/he_IL.json new file mode 100644 index 00000000..7128c656 --- /dev/null +++ b/charting_library/static/localization/translations/he_IL.json @@ -0,0 +1,1449 @@ +{ + "propertypage-name-label_css_class": "שם תבנית מאפיין", + "Script Editor": "עורך הסקריפט", + " Published Charts Timeline": "טווח זמנים מפורסם לגרף", + "SMA": "ממוצע נע פשוט", + "Published Chart": "Published Chart", + "Bar's Style": "סגנון נרות", + "Chart Properties": "מאפייני גרף", + "Compare": "השוואה", + "Compare...": "השוואה...", + "Compare or Add Symbol...": "השווה או הוסף סימול...", + "Compare or Add Symbol": "השווה או הוסף סימול", + "Add Symbol": "הוסף סימול", + "Scales Properties...": "הגדרות קנה מידה...", + "Add": "הוסף", + "Company Comparison": "השוואת חברות", + "Indicators, Fundamentals, Economy and Add-ons": "אינדקטורים, פונדמנטלי, כלכלה ותוספים", + "Economy & Symbols": "כלכלה & סמלים", + "Bars": "נרות", + "Candles": "נרות", + "Hollow Candles": "נרות חלולים", + "Line": "קו", + "Permanent link to this message": "Permanent link to this message", + "Area": "אזור", + "Message settings": "Message settings", + "Heiken Ashi": "הייקן האשי", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "האם אתה בטוח שאתה רוצה למחוק הודעה זו?", + "Renko": "גרף ראנקו", + "Line Break": "מקטע קו", + "Kagi": "גרף קאגי", + "Point & Figure": "גרף Point & Figure", + "Histogram": "היסטוגרמה", + "Cross_chart_type": "צלב", + "Crosshair": "כוונת צלב", + "Columns": "עמודות", + "Circles": "מעגלים", + "Indicators": "אינדיקטורים", + "Favorites": "מועדפים", + "Technical Analysis": "ניתוח טכני", + "No indicators matched your criteria.": "לא נמצאו התאמות לאינדקטור", + "Add to favorites": "הוסף למועדפים", + "Remove from favorites": "הסר ממועדפים", + "No symbols matched your criteria": "לא נמצאו התאמות לסימול", + "Add any symbol from the list": "הוסף סימול מהרשימה", + "Overlay the main chart": "כיסוי גרף ראשי", + "Symbols to be added on the chart": "סימולים להוספה לגרף", + "Symbol": "סימול", + "Default": "ברירת מחדל", + "Defaults": "ברירות מחדל", + "OK": "אישור", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "ביטול", + " color": "צבע", + " transparency": "שקיפות", + " visibility": "נראות", + "Add To Watchlist": "הוסף לרשימת מעקב", + "Add {0} To Watchlist": "הוסף {0} לרשימת המעקב", + "Apply": "החל", + "Arguments in Header": "טיעונים בחלק העליון", + "Arrow": "חץ", + "Auto Scale": "קנה מידה אוטומטי", + "Background": "רקע", + "bars": "נרות", + "bars_margin": "נרות", + "{0} bars": "נרות {0}", + "Bottom Margin": "שוליים תחתונים", + "Bring Forward": "הצג מקדימה", + "Bring to Front": "הבא לחזית", + "Clone": "שכפל", + "Color Theme": "נושא צבע", + "Copy": "העתק", + "Extended Hours": "מחוץ לשעות המסחר", + "Format...": "אתחול...", + "Source Code...": "קוד מקור...", + "Full Screen": "מסך מלא", + "Grid Lines": "קווי רשת", + "Hide All Drawing Tools": "הסתר את כלי הציור", + "Drawing Tools": "Drawing Tools", + "Hide": "הסתר", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "הכנס כלי ציור", + "Insert Indicator...": "הוסף אינדיקטור...", + "Script Editor...": "עורך סקריפט...", + "Last Value on Price Scale": "שווי אחרון לפי טווח מחירים", + "Link To": "קשר ל", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "טען נרות חדשים", + "Lock All Drawing Tools": "נעל כלי ציור", + "Lock Scale": "נעילת קנה מידה", + "Lock scale": "נעילת קנה מידה", + "Log Scale": "תפריט קנה מידה", + "log": "דוח", + "Magnet Mode": "מצב מגנטי", + "Merge Down": "הרחב מטה", + "Merge Up": "הרחב מעלה", + "Objects Tree...": "תרשים האובייקטים...", + "Offset": "מרווח", + "Override Min Tick": "דריסת טיק מינימלי", + "Percentage": "אחוז", + "Precision": "דיוק", + "Price Line": "קו מחיר", + "Properties...": "מאפיינים...", + "Redo": "בצע שוב", + "Remove All Drawing Tools": "הסר כלי ציור", + "Remove All Studies": "הסר מתנדים", + "Remove All Indicators": "הסר אינדיקטורים", + "Remove": "הסר", + "Reset Chart": "איפוס גרף", + "Reset Scale": "אתחל קנה מידה", + "Reset": "אתחל", + "Right Margin": "שול ימני", + "Save As...": "שמור בשם...", + "Scale Left": "קנה מידה שמאלי", + "Scale Percentage": "אחוז קנה מידה", + "Scale Right": "קנה מידה ימני", + "Scale Series Only": "הגדר קנה מידה רצף בלבד", + "Scale series only": "הגדר קנה מידה רצף בלבד", + "Scale Series only": "הגדר קנה מידה רצף בלבד", + "Scales Lines": "קווי קנה מידה", + "Scales Text": "קנה מידת טקסט", + "Scaling": "קנה מידה", + "Screen (No Scale)": "מסך (ללא הגדרות קנה מידה)", + "Send Backward": "שלח אחורה", + "Send to Back": "שלח לאחור", + "Session Breaks": "הפסקות פעילות", + "Show Arguments in Header": "הראה טיעונים בחלק העליון", + "Show Last Value": "הראה ערך אחרון", + "Show Last Value on Price Scale": "הצג שווי אחרון לפי טווח מחירים", + "Show Left Axis": "הצג ציר שמאלי", + "Show Right Axis": "הצג ציר ימני", + "Show": "הצג", + "Show Countdown": "הראה ספירה לאחור", + "Stay In Drawing Mode": "הישאר במצב ציור", + "Symbol Search...": "חיפוש סימול", + "Change Symbol": "שנה סימול", + "Change Symbol...": "שנה סימול...", + "Change Interval...": "שנה טווח זמן", + "Time Zone": "אזור זמן", + "TimeZone": "אזור זמן", + "Top Margin": "שול עליון", + "Transparency": "שקיפות", + "Undo {0}": "בטל (0)", + "Undo": "בטל", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "צמצם חלק תחתון", + "Unmerge Up": "צמצם חלק עליון", + "Visual Order": "הוראה ויזואלית", + "Watermark": "קו המים", + "Show Objects Tree": "הראה את תרשים האובייקטים", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "דפוס ABCD", + "Anchored Text": "טקסט נעוץ", + "Arc": "קשת", + "Arrow Mark Down": "חץ למטה", + "Arrow Mark Left": "חץ שמאלה", + "Arrow Mark Right": "חץ ימינה", + "Arrow Mark Up": "חץ למעלה", + "Balloon": "בלון", + "Bars Pattern": "תבנית נרות", + "Brush": "מברשת", + "Callout": "הסבר", + "Circle Lines": "קווי מעגל", + "Cross": "צלב", + "Cyclic Lines": "קווים מחזוריים", + "Date Range": "טווח תאריכים", + "Disjoint Angle": "זוית שבורה", + "Dot": "נקודה", + "Elliott Labels": "תגיות אליוט", + "Elliott Major Retracement": "התנגדות ראשית אליוט", + "Elliott Minor Retracement": "התנגדות מינורית אליוט", + "Elliott Wave Cycle": "מחזר מעגל אליוט", + "Elliott Wave Minor": "גל מינורי אליוט", + "Elliott Wave Circle": "מעגל גלי אליוט", + "Elliott Wave Subminuette": "גלי אליוט סאבמינוט (Subminuette)", + "Ellipse": "אליפסה", + "Value": "Value", + "Eraser": "מחק", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "מורחב", + "Extended Line": "קו מורחב", + "Fib Channel": "ערוץ פיבונאצ'י", + "Fib Circles": "עיגולי פיבונאצ'י", + "Fib Retracement": "תיקוני פיבונאצ'י", + "Fib Speed Resistance Arcs": "קשתות התנגדות מהירות פיבונאצ'י", + "Fib Speed Resistance Fan": "מניפת התנגדות פיבונאצ'י", + "Fib Spiral": "ספירלת פיבונאצ'י", + "Fib Time Zone": "אזור זמן פיבונאצ'י", + "Fib Wedge": "דחיסת פיבונאצ'י", + "Flag Mark": "סמן בדגל", + "Flat Top/Bottom": "החלק חלק עליון/תחתון", + "Flat Bottom": "החלק חלק תחתון", + "Forecast": "תחזית", + "Gann Box": "קופסת גאן", + "Gann Fan": "מניפת גאן", + "Gann Square": "מרובע גאן", + "Head & Shoulders": "ראש וכתפיים", + "Horizontal Line": "קו אופקי", + "Horizontal Ray": "קרן אופקית", + "Icon": "סמל", + "Inside Pitchfork": "מזלג פנימי", + "Long Position": "עסקת לונג", + "Risk/Reward long": "סיכון/סיכוי לונג", + "Modified Schiff Pitchfork": "מזלג שיף מעודכן", + "Parallel Channel": "ערוץ מקביל", + "Pitchfan": "מניפת מחירים", + "Pitchfork": "מזלג", + "Polyline": "קווים מחוברים", + "Price Label": "תווית מחיר", + "Price Range": "טווח מחירים", + "Projection": "הקרנה", + "Ray": "קרן", + "Rectangle": "מלבן", + "Regression Trend": "טרנד רגריסיבי", + "Rotated Rectangle": "מלבן מסובב", + "Schiff Pitchfork": "מזלג שיף", + "Schiff": "שיף", + "Original": "מקורי", + "Modified Schiff": "שיף מעודכן", + "Inside": "בתוך", + "Short Position": "עסקת שורט", + "Risk/Reward short": "סיכון/סיכוי שורט", + "Text": "טקסט", + "Comment": "הערה", + "Three Drivers Pattern": "תבנית שלושה גלים (TDP)", + "Thumb Down": "לא אהבתי", + "Thumb Up": "אהבתי", + "Trend Angle": "זוית מגמה", + "Trend Line": "קו מגמה", + "Trend-Based Fib Extension": "שלוחת פיבונאצ'י מבוססת מגמה", + "Trend-Based Fib Time": "זמן פיבונאצ'י מבוסס מגמה", + "Triangle Pattern": "תבנית משולשת", + "Triangle": "משולש", + "Vertical Line": "קו אנכי", + "XABCD Pattern": "דפוס XABCD", + "Angle:": "זוית:", + "Arcs": "קשתות", + "Background color 1": "צבע רקע 1", + "Background color 2": "צבע רקע 2", + "Background Color": "צבע רקע", + "Bar #": "נר #", + "Border color": "צבע גבול", + "Border Color": "צבע גבול", + "Border": "גבול", + "Bottom Lables": "תוויות תחתונות", + "bottom": "תחתית", + "center": "מרכז", + "Channel": "ערוץ", + "Coeffs As Percents": "מקדמים כאחוזים", + "Color bars based on previous close": "צבע הנר על בסיס הסגירה הקודמת", + "Color": "צבע", + "Color:": "צבע:", + "Coordinates": "קואורדינטות", + "Delete": "מחק", + "Down Color": "צבע תחתון", + "Drawings": "ציורים", + "Entry price:": "מחיר כניסה:", + "Event": "אירוע", + "Events": "אירועים", + "Extend Left End": "הרחב גבול שמאלי", + "Extend Left": "הרחב שמאלה", + "Extend Lines": "הרחב קווים", + "Extend Right End": "הרחב גבול ימני", + "Extend Right": "הרחב ימינה", + "Extend": "הרחב", + "Failure back color": "צבע כישלון אחורי", + "Failure text color": "צבע טקסט כשלון", + "Fans": "מניפות", + "Fill": "מלא", + "Format": "פורמט", + "Graphics": "גרפיקה", + "Grid": "רשת", + "Help": "עזרה", + "HLC Bars": "נרות גבוה/נמוך/סגירה", + "Inputs": "תגובות", + "Label Background": "רקע תווית", + "Label": "תווית", + "Labels": "תוויות", + "Left End": "קצה שמאלי", + "Left Labels": "תוויות שמאליות", + "Right Labels": "Right Labels", + "left": "שמאל", + "Level {0}": "רמה {0}", + "Levels": "רמות", + "Lines": "קווים", + "Major": "ראשי", + "Measure (Shift + Click on the chart)": "מידה (מקש Shift ולחיצה על הגרף)", + "Median": "חציון", + "middle": "אמצע", + "Middle": "אמצע", + "Minor": "מינורי", + "Mode": "מצב", + "Normal": "רגיל", + "Plot": "תבנית", + "Price Levels": "רמות מחיר", + "Price Source": "מקור המחיר", + "Price": "מחיר", + "Price:": "מחיר:", + "Prices": "מחירים", + "Profit Background Color": "צבע רקע לרווח", + "Profit Level. Ticks:": "רמת רווח. טיקים:", + "Properties": "מאפיינים", + "Reverse": "היפוך", + "Right End": "גבול ימני", + "Right Lables": "תוויות ימניות", + "right": "ימין", + "Log Scale_scale_menu": "תפריט מרחב", + "Percentage_scale_menu": "אחוז", + "Scales": "מרחבים", + "Settings": "הגדרות", + "Show Background": "הראה רקע", + "Show Bars Range": "הראה מרחק נרות", + "Show Date/Time Range": "הראה מידע/טווח זמן", + "Show Distance": "הראה מרחק", + "Show Labels": "הראה תוויות", + "Show Price Range": "הראה טווח מחירים", + "Show Price": "הצג מחיר", + "Show Prices": "הצג מחירים", + "Show Text": "הצג טקסט", + "Show Time": "הצג זמן", + "Show Wave": "הצג גל", + "Show/Hide": "הצג/הסתר", + "Source back color": "צבע מקור אחורי", + "Source border color": "צבע גבול מקור", + "Source text color": "צבע טקסט מקור", + "Stay in Drawing Mode": "הישאר במצב ציור", + "Stop Background Color": "צבע רקע סטופ", + "Stop Color:": "צבע סטופ:", + "Stop Level. Ticks:": "רמת סטופ. טיקים:", + "Style": "סגנון", + "Success back color": "צבע הצלחה אחורי", + "Success text color": "צבע טקסט הצלחה", + "Target back color": "צבע יעד אחורי", + "Target border color": "צבע גבול יעד", + "Target Color:": "צבע יעד:", + "Target text color": "צבע יעד טקסט", + "Text Alignment:": "יישור טקסט", + "Text color": "צבע טקסט", + "Text Color": "צבע טקסט", + "Text Font": "גופן טקסט", + "Text Wrap": "גלישת טקסט", + "Text:": "טקסט:", + "Time Levels": "רמות זמן", + "Timezone/Sessions": "אזור זמן", + "Top Labels": "תוויות עליונות", + "Bottom Labels": "Bottom Labels", + "top": "חלק עליון", + "Up Color": "צבע עלייה", + "Wave Size": "גודל גל", + "Wick": "פתיל", + "Zoom In": "הגדל", + "Zoom Out": "הקטן", + "Borders": "גבולות", + "Level": "רמה", + "Hlines Background": "תבנית קו מאוזן", + "Plots Background": "רקע תבנית", + "Open_line_tool_position": "נפתח", + "Closed_line_tool_position": "נסגר", + "{0} P&L: {1}": "{0} רווח/הפסד: {1}", + "Risk/Reward Ratio: {0}": "יחס סיכוי/סיכון: {0}", + "Stop: {0} ({1}%)": "עצור: {0} ({1}%)", + "Target: {0} ({1}%)": "יעד: {0} ({1}%)", + "SUCCESS": "הצלחה", + "FAILURE": "כישלון", + "Left Shoulder": "כתף שמאל", + "Head": "ראש", + "Right Shoulder": "כתף ימין", + "Mirrored": "הפוך במאונך", + "Flipped": "הפוך במאוזן", + "distance: {0}": "מרחק: {0}", + "day": "יום", + "day_plural": "יומיים", + "week": "שבוע", + "week_plural": "שבועיים", + "month": "חודש", + "month_plural": "חודשיים", + "minute": "דקה", + "minute_plural": "2 דקות", + "hour": "שעה", + "hour_plural": "שעתיים", + "y_dates": "אתמול", + "y_dates_plural": "שלשום", + "h_dates": "שעה", + "D_dates": "יום", + "W_dates": "שבוע", + "M_dates": "חודש", + "d_dates": "יום", + "m_dates": "חודש", + "in_dates": "בתוך", + "Jan": "ינואר", + "Feb": "פברואר", + "Mar": "מרץ", + "Apr": "אפריל", + "May": "מאי", + "Jun": "יוני", + "Jul": "יולי", + "Aug": "אוגוסט", + "Sep": "ספטמבר", + "Oct": "אוקטובר", + "Nov": "נובמבר", + "Dec": "דצמבר", + "Objects Tree": "תרשים האובייקטים", + "Manage Drawings": "נהל ציורים", + "TOOL": "כלי", + "SYMBOL": "סימול", + "Move Up": "הזז למעלה", + "Move Down": "הזז למטה", + "All Exchanges": "כל הבורסות", + "All types": "כל הסוגים", + "Stock": "מניה", + "stock": "מניה", + "Index": "מדד", + "index": "מדד", + "Futures": "חוזים", + "futures": "חוזים", + "Image URL": "כתובת אתר של התמונה", + "Save image": "שמור תמונה", + "or copy url:": "או העתק את כתובת אתר:", + "Redo {0}": "בצע שוב {0}", + "Custom color...": "בחירת צבע אישית", + "Search": "חפש", + "Open_in_legend": "פ", + "High_in_legend": "ג", + "Low_in_legend": "נ", + "Close_in_legend": "ס", + "Open": "פתיחה", + "High": "גבוה", + "Low": "נמוך", + "Close": "סגירה", + "(H + L)/2": "2/(ג+נ)", + "(H + L + C)/3": "3/(ג+נ+ס)", + "(O + H + L + C)/4": "4/(פ+ג+נ+ס)", + "UTC": "אזור זמן", + "Exchange": "בורסה", + "Athens": "אתונה", + "Berlin": "ברלין", + "Bogota": "בוגוטה", + "Bangkok": "בנגקוק", + "Buenos Aires": "בואנוס איירס", + "Chicago": "שיקגו", + "Hong Kong": "הונג קונג", + "Kolkata": "כלכותה", + "London": "לונדון", + "Los Angeles": "לוס אנג'לס", + "Madrid": "מדריד", + "Moscow": "מוסקבה", + "New York": "ניו יורק", + "Paris": "פריז", + "Sao Paulo": "סאו פאולו", + "Seoul": "סיאול", + "Shanghai": "שנחאי", + "Singapore": "סינגפור", + "Sydney": "סינדי", + "Taipei": "טייפה", + "Tehran": "טהרן", + "Tokyo": "טוקיו", + "Toronto": "טורונטו", + "Vancouver": "ונקובר", + "Warsaw": "ורשה", + "n/a": "לא זמין", + "Long_input": "לונג", + "long_input": "ארוך", + "longlen_input": "תקופת זמן לונג", + "Window Size_input": "גודל חלון", + "Length_input": "אורך", + "length_input": "אורך", + "len_input": "אורך", + "Short_input": "קצר", + "short_input": "קצר", + "shortlen_input": "תקופת זמן שורט", + "Mult_input": "מכפיל", + "mult_input": "מכפיל", + "divisor_input": "חוצץ", + "Divisor_input": "חוצץ", + "Upper": "עליון", + "Lower": "תחתון", + "Long": "ארוך", + "Short": "קצר", + "Signal": "סימן", + "Jaw": "ויליאמס - לסת", + "Teeth": "ויליאמס - שיניים", + "Lips": "ויליאמס - שפתיים", + "Zero": "אפס", + "WMA Length_input": "תקופת זמן WMA", + "Long RoC Length_input": "תקופת זמן קצב השינוי לונג", + "Short RoC Length_input": "תקופת זמן קצב השינוי שורט", + "jawLength_input": "תקופת זמן ויליאמס - לסת", + "teethLength_input": "תקופת זמן ויליאמס - שיניים", + "lipsLength_input": "תקופת זמן ויליאמס - שפתיים", + "percent_input": "אחוז", + "exponential_input": "אקפוננציאלי", + "smoothD_input": "D רציף", + "smoothK_input": "K רציף", + "Color 0": "צבע 0", + "Color 1": "צבע 1", + "Color 2": "צבע 2", + "Color 3": "צבע 3", + "Color 4": "צבע 4", + "sym_input": "סימול", + "symbol_input": "סימול", + "Sym_input": "סימול", + "DI Length_input": "אורך DI", + "ADX Smoothing_input": "ADX רציף", + "displacement_input": "הזזה", + "Tenkan-sen": "טאנקן סאן", + "Kijun-sen": "קיג'ון סאן ", + "Chikou span": "צ'יקו ספאן ", + "Senkou A": "סנקו A", + "Senkou B": "סנקו B", + "useTrueRange_input": "השתמש בטווח אמיתי", + "roclen1_input": "תקופת זמן קצב השינוי 1 (RoC)", + "roclen2_input": "תקופת זמן קצב השינוי 2 (RoC)", + "roclen3_input": "תקופת זמן קצב השינוי 3 (RoC)", + "roclen4_input": "תקופת זמן קצב השינוי 4 (RoC)", + "smalen1_input": "ממוצעים נעים פשוטים תקופת זמן 1 (SMAׂ)", + "smalen2_input": "ממוצעים נעים פשוטים תקופת זמן 2 (SMAׂ)", + "smalen3_input": "ממוצעים נעים פשוטים תקופת זמן 3 (SMAׂ)", + "smalen4_input": "ממוצעים נעים פשוטים תקופת זמן 4 (SMAׂ)", + "siglen_input": "תקופת זמן סימן", + "UpperLimit": "גבול גבוה", + "LowerLimit": "גבול נמוך", + "Limit": "Limit", + "fastLength_input": "תקופת זמן מהירה", + "slowLength_input": "תקופת זמן איטית", + "signalLength_input": "תקופת זמן סימן", + "start_input": "התחל", + "increment_input": "תוספת", + "maximum_input": "מקסימום", + "showMA_input": "הראה ממוצעים נעים", + "show MA_input": "הראה ממוצעים נעים", + "Volume": "מחזור מסחר", + "Volume MA": "מחזור ממוצעים נעים", + "Indicator": "אינדיקטור (מד)", + "Oscillator": "מתנד", + "lengthStoch_input": "תקופת זמן סטוכסטיק (stochastic)", + "lengthRSI_input": "תקופת זמן מדד כוח יחסי (RSIׂ)", + "sigma_input": "סיגמא - דיוק", + "Sigma_input": "סיגמא - דיוק", + "Crosses": "צלב", + "Click to set a point": "לחץ על מנת לקבוע נקודה", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. החלק את האצבע כדי לבחור מקום לעוגן הראשון,
2\\. לחץ בכל מקום על מנת לשים עוגן", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "החלק את האצבע כדי לבחור מקום לעוגן הראשון.
2\\. לחץ בכל מקום על מנת לשים עוגן", + "retrying": "מנסה מחדש", + "eod data": "מידע מעודכן לסוף יום המסחר", + "eod delayed": "מידע סוף יום מסחר מעוכב", + "loading data": "טוען מידע", + "invalid symbol": "סימול לא קיים", + "streaming": "הזרמה", + "realtime": "זמן אמת", + "pre-market": "לפני שעות המסחר", + "post-market": "אחרי שעות המסחר", + "closed": "סגור", + "Time Interval": "אינטרוול זמן", + "Show Symbol Labels": "הראה תוויות סימול", + "Show Symbol Labels_context_menu": "הראה תוויות סימול", + "Subminuette": "סאבמינוט (Subminuette)", + "Minuette": "מינוט (Minuette)", + "Minute": "דקה", + "Intermediate": "ביניים", + "Primary": "ראשי", + "Cycle": "גלי אליוט מחזוריים", + "SuperCycle": "גלי אליוט מחזוריים (Super)", + "GrandSuperCycle": "גלי אליוט מחזוריים (GrandSuper)", + "Lock": "נעל", + "Width": "רוחב", + "Line With Breaks": "קו מקוטע", + "Area With Breaks": "אזור מקוטע", + "Type": "סוג", + "Simple": "פשוט", + "With Markers": "עם הדגשות", + "Step": "צעד", + "No drawings yet": "אין ציור עדיין", + "Lock/Unlock": "פתח/סגור", + "deviation_input": "חילוק", + "depth_input": "עומק", + "Accumulation/Distribution_study": "הצטברות / הפצה", + "Aroon_study": "הרון (Aroon)", + "Advance/Decline_study": "התקדם/חזור אחורה", + "Average True Range_study": "ממוצע טווח אמיתי (ATR)", + "Awesome Oscillator_study": "מתנד אוסום (AO)", + "Bollinger Bands Width_study": "רוחב רצועות בויילינגר", + "Balance of Power_study": "שיווי משקל כוח (BoP)", + "Bollinger Bands_study": "רצועות בויילינגר", + "Bollinger Bands %B_study": "רוצועות בויילינגר %", + "Chaikin Money Flow_study": "זרימת כספים צ'איקין (CMF)", + "Chaikin Oscillator_study": "מתנד צ'אייקין (CO)", + "Chande Kroll Stop_study": "צ'אנד קרול סטופ (CKS)", + "Chande Momentum Oscillator_study": "מתנד מומנטום צ'אנד (CMO)", + "Commodity Channel Index_study": "מדד ערוץ סחורות ׁׁ(CCI)", + "Choppiness Index_study": "מדד צ'ופינס", + "Directional Movement Index_study": "מדד כיוון תנועה", + "Correlation Coeff_study": "מתאם מקדם", + "Donchian Channels_study": "ערוצי דונצ'יאן", + "Double Exponential Moving Average_study": "ממוצעים נעים אקספוננציאלים כפולים (DEMA)", + "Ease of Movement_study": "קצב התנועה (EoM)", + "Elders Force Index_study": "מדד כוח אלדרס (EFI)", + "Envelope_study": "מעטפה", + "Ichimoku Cloud_study": "ענן איצ'ימוקו", + "Klinger Oscillator_study": "מתנד קלינגר (KO)", + "Hull MA_study": "ממוצעים נעים (Hull)", + "Keltner Channels_study": "תעלות קלטנר", + "Linear Regression Curve_study": "עקומת רגרסיה ליניארית", + "Know Sure Thing_study": "דע בביטחון (Know sure thing)", + "MA Cross_study": "ממוצעים נעים חוצים", + "Money Flow_study": "זרימת כספים", + "Mass Index_study": "מדד המונים", + "Moving Average Exponential_study": "ממוצעים נעים אקספוננציאלית", + "Net Volume_study": "מחזור מסחר כללי", + "Moving Average Convergence/Divergence_study": "ממוצעים נעים התכנסות/סטייה", + "Moving Average_study": "ממוצע נע", + "Moving Average Weighted_study": "ממוצע נע לפי משקל", + "Parabolic SAR_study": "פרבוליק SAR", + "On Balance Volume_study": "מחזור מסחר מאוזן (OBV)", + "Price Oscillator_study": "מתנד מחיר (PO)", + "Relative Strength Index_study": "מדד כוח יחסי (RSIׂׂׂ)", + "Relative Vigor Index_study": "מדד עוצמה יחסי (RVI)", + "Relative Volatility Index_study": "מדד תנודתיות יחסית", + "SMI Ergodic Indicator/Oscillator_study": "מתנד עוצמה ממוצעת יחסית (SMI EGRODIC INDICATOR)", + "Stochastic_study": "סטוכסטיק", + "TRIX_study": "טריקס (TRIX)", + "Stochastic RSI_study": "מדד כוח יחסי סטוכסטיק (Stochastic RSI)", + "Triple EMA_study": "ממוצעים נעים אקפוננציאלית פי 3 (Triple EMA)", + "VWMA_study": "ממוצעים נעים תלויי מחזור", + "Volume Oscillator_study": "חישוב מחזור ע\"י יחס בין ממוצעים נעים (Oscillator)", + "Volume_study": "מחזור מסחר", + "Williams Alligator_study": "תנין ויליאמס", + "Willams %R_study": "ויליאמס R%", + "Coppock Curve_study": "עקומת קופוק", + "Least Squares Moving Average_study": "ריבועי ממוצעים נעים פשוטים (LSMA)", + "Arnaud Legoux Moving Average_study": "ממוצעים נעים ארנולד לגוקס (ALMA)", + "True Strength Indicator_study": "מדד כוח אמיתי ׁ(TSI)", + "Change Interval": "שנה אינטרוול זמן", + "Show Only Studies": "הראה רק מתנדים", + "Show Only Drawings": "הראה רק ציורים", + "Show All": "הצג את הכל", + "Timezone/Sessions Properties...": "הגדרות זמן מקומי", + "Scale Price Chart Only": "מרחב גרף מחירים בלבד", + "Open Interval Dialog": "פתח אפשרויות אינטרוולים", + "Note": "הערה", + "Anchored Note": "הערה נעוצה", + "Scales Properties": "הגדרות קנה מידה", + "Toggle Auto Scale": "הפעל/כבה קנה מידה אוטומטיות", + "Toggle Log Scale": "הפעל/כבה תפריט קנה מידה", + "Toggle Percentage": "החלף אחוזים", + "auto_scale": "אוטומטי", + "Invalid Symbol": "סימול לא קיים", + "loading...": "טוען...", + "interval_dialog_description": "הכנס מספר עבור גרף דקות (למשל 5 לגרף של חמש דקות, ניתן להוסיף אות על מנת לסמל זמן, לדוגמה ש' מסמלת שעה)", + "Not applicable": "בלתי קביל", + "Stats Text Color": "צבע טקסט לנתונים", + "Show Angle": "הראה זווית", + "Always Show Stats": "תמיד הראה נתונים", + "Rename...": "בחר שם חדש", + "New": "חדש", + "Load": "טען", + "Save": "שמור", + "Rename Chart": "בחר שם חדש לגרף", + "{0} copy": "העתק", + "Please enter chart name": "אנא הכנס שם לגרף", + "Enter a new chart name": "הכנס שם חדש לגרף", + "Load Chart": "טען גרף", + "Chart Name": "שם הגרף", + "Chart name": "שם הגרף", + "Rename Chart Layout": "בחר שם חדש לתצורת הגרף", + "Please enter chart layout name": "אנא הכנס שם לתצורת הגרף", + "Enter a new chart layout name": "הכנס שם חדש לתצורת הגרף", + "Load Layout Chart": "טען תצורת גרף", + "Chart Layout Name": "שם תצורת גרף", + "Chart layout name": "שם תצורת גרף", + "NEW CHART LAYOUT": "תצורת גרף חדשה", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "שמירת גרף לא מתייחסת רק לגרף הנוכחי, אלא לכל הגרפים שאותם שינית בפעולות האחרונות שלך", + "Last Modified": "שונה לאחרונה", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "סמל פעיל", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "מצב מסך מלא", + "Marker Color": "צבע סמן", + "Font Size": "גודל גופן", + "Save New Chart": "שמור גרף חדש", + "Source_compare": "מקור", + "YES": "כן", + "Yes": "Yes", + "No": "No", + "NO": "לא", + "Confirmation": "אישור", + "Are you sure you want to delete this chart?": "בטוח שברצונך למחוק תרשים זה?", + "Hide Marks On Bars": "הסתר סימנים על הנרות", + "Precise Labels": "תוויות מדויקות", + "Copy Chart Layout": "העתק תצורת גרף", + "Load Chart Layout": "טען תצורת גרף", + "Save New Chart Layout": "שמור תצורת גרף חדשה", + "The Extended Trading Hours feature is available only for intraday charts": "המסחר מחוץ לשעות המסחר הפעילות אפשרי עבור תרשימים תוך יומיים בלבד.", + "Do you realy want to delete ": "האם אתה באמת רוצה למחוק?", + "Description": "תיאור", + "Date": "תאריך", + "Time": "זמן", + "Alerts for the current symbol only": "התראות לסימול הנוכחי בלבד", + "Alerts for the current resolution only": "התראות להחלטה הנוכחית בלבד", + "Hide inactive alerts": "הסתר התראות לא פעילות", + "Stopped Manual": "נעצר ידנית", + "Expired": "פג תוקף", + "Triggered and Not Active": "טריגר לא פעיל", + "Error": "שגיאה", + "Stop": "Stop", + "Stopped": "נעצר", + "Active": "פעיל", + "Order": "הוראה", + "Actual": "אמיתי", + "Prior": "קודם", + "Company": "חברה", + "Estimate": "משוער", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "צור צילום מיידי של הגרף. תם עידן הצייר או תוכנות אחרות על מנת לשמור את הצילום - פשוט לחץ על הכפתור והעתק את הלינק של הצילום", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "שתף בטוויטר את צילום הגרף שלך", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "שתף בסטוקטוויטס את צילום הגרף שלך", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "רעיונות המסחר שלך יפורסמו ברשת הכלכלית וקהילת המשקיעים על מנת שאחרים יוכלו להגיב ולדרג את הרעיונות שלך.", + "Suggested ideas & my ideas": "הצע רעיונות & הרעיונות שלי", + "Ideas of the people I follow & my ideas": "רעיונות של אנשים שאני עוקב אחריהם & הרעיונות שלי", + "My ideas only": "רעיונות שלי בלבד", + "Hide Widgets": "Hide Widgets", + "Create Alert": "צור התראה", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "עורך Pine Script ", + "Published ideas settings": "הגדרות רעיונות מפורסמים", + "Change Ideas filter": "שנה מסנן רעיונות", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "הצג/הסר סרגל כלי ציור", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "ניתן להציג את הרעיונות שפורסמו כנקודות על הגרף בדיוק בנקודה שבה הם נכתבו. אתה יכול לקבל מבט כללי על דעות שונות ולראות מי חשב מה ומתי.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "ניתן להציג את הרעיונות שפורסמו כנקודות ומשולשים על הגרף בדיוק בנקודה שבה הם נכתבו. אתה יכול לקבל מבט כללי על דעות שונות ולראות מי חשב מה ומתי.", + "Study Template": "תבנית מתנד", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "הנתונים מעוקבים ב-10 דקות ומעודכנים כל 30 שניות.", + "delayed": "מושהה", + "Show only my sent and received messages": "הראה רק את ההודעות ששלחתי/קיבלתי", + "Maximize Chat": "הגדל תיבת שיח לגודל מקסימלי", + "Detach Chat": "נתק את תבית השיח מהחלון", + "Type your message here": "הקלד את הודעתך כאן", + "Have something to say?": "יש לך משהו להגיד?", + "Attach chart snapshot": "צרף צילום גרף", + "Insert emoticon": "הכנס סמיילים", + "You can not vote twice for one message": "אתה לא יכול להצביע פעמיים לאותה הודעה", + "English only, please": "אנגלית בלבד, בבקשה", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "אנגלית בלבד, בבקשה. כרגע אנו תומכים רק באנגלית, לכן אנו מבקשים להשתמש רק באנגלית כאשר מתקשרים ב TradingView", + "Respecting Fellow Members": "לכבד את המשתתפים הנוספים", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "לכבד את המשתתפים הנוספים. גם אם אתה מסכים או לא מסכים עם משתתפים אחרים תכבד את דעותיהם ותתייחס אליהם בכבוד שאתה היית מצפה לו", + "No advertising allowed": "אסור לפרסם", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "אסור לפרסם! אתה יכול לפרסם קישורים חיצוניים רק אם הם בהקשר מתאים לשיחה (תגובה או כתבה שמתאימה לרוח השיחה).", + "Custom...": "הגדר...", + "Forex Talks": "שיחות בנוגע למט\"ח", + "Forex": "מט\"ח", + "Stock And Index Talks": "שיחות בנוגע למניות ומדדים", + "Bitcoin Talks": "שיחות בנוגע לBitcoin", + "Bitcoin": "Bitcoin", + "Link to this chat...": "קישור לשיח זה...", + "Chat archives...": "היסטוריית שיחות...", + "Edit room...": "ערוך חדר זה...", + "Delete room": "מחק חדר זה", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "בעיה עם שליחת הודעתך", + "Confirm": "אישור", + "Are you sure you want to delete this room?": "האם אתה בטוח שאתה רוצה למחוק חדר זה?", + "Show chart snapshot preview": "הראה תקדים לצילום הגרף", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "הראה רק חדרים מועדפים", + "Ignored users...": "משתמשים חסומים...", + "Launch chat in separate window": "התחל שיח בחלון נפרד", + "Link to this room...": "קישור לחדר זה..", + "Room archives...": "היסטוריית חדר...", + "You have no ignored users": "אין לך משתמשים חסומים", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "הוסף השוואה", + "Follow": "עקוב", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "אם אתה עוקב אחרי סימול מסויים אתה תקבל התראות כרעיונות חדשים יפורסמו בנוגע לאותו סימול.", + "You are not logged in. Please sign in.": "אתה לא מחובר. אנא התחבר.", + "Info": "מידע", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "טעינת ברים חדשים אינה אפשרית עבור תצוגות Kagi, Renko, line break ו- PNF", + "Home": "בית", + "Ideas": "רעיונות", + "Scripts": "תכתיבים", + "Sign In": "כניסה", + "Sign Up": "Sign Up", + "Join Now": "הצטרף עכשיו", + "Ideas Published": "רעיונות שפורסמו", + "Followers": "עוקבים", + "Following": "עוקב אחרי...", + "Profile Settings": "הגדרות פרופיל", + "Public Profile": "פרופיל ציבורי", + "Update Status": "עדכן סטטוס", + "Sign Out": "התנתק", + "E-mail for sms": "שלח אי-מייל בשביל הודעת SMS", + "Please, enter your e-mail": "אנא, הכנס את המייל שלח", + "E-mail": "E-mail", + "Crossing": "חוצה", + "Crossing Down": "חוצה כלפי מטה", + "Crossing Up": "חוצה כלפי מעלה", + "Greater Than": "יותר מ...", + "Less Than": "פחות מ...", + "Entering Channel": "נכנס לתעלה", + "Inside Channel": "בתוך התעלה", + "Outside Channel": "מחוץ לתעלה", + "Moving Up": "זז כלפי מעלה", + "Moving Down": "זז כלפי מטה", + "Moving Up %": "זז כלפי מעלה %", + "Moving Down %": "זז כלפי מטה %", + "Select user to start new chat with": "בחר משתמש להתחלת שיח", + "You have no private messages yet": "אין לך הודעות פרטיות כרגע", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "אל תהיה אכזרי! חסימות ליותר משבוע לא אפשריות כרגע.", + "Banned": "חסום", + "No ideas matched your criteria": "אין רעיונות שתואמים לחיפוש שלך", + "Favorite ideas": "רעיונות מועדפים", + "Only private ideas": "רק רעיונות פרטיים", + "Ideas for the current symbol only": "רעיונות לסימול הנוכחי בלבד", + "Ideas for the current resolution only": "רעיונות להחלטה הנוכחית בלבד", + "Someone commented on your idea": "מישהו הגיב על הרעיון שלך", + "Someone agreed/disagreed with your idea": "מישהו הסכים/לא ההסכים עם הרעיון שלך", + "Someone followed you": "מישהו עוקב אחרייך", + "Someone replied to your comment": "מישהו הגיב על התגובה שלך", + "Someone commented on the idea you follow": "מישהו הגיב על הרעיון שאתה עוקב אחריו", + "Someone you follow post new comment": "מישהו שאתה עוקב אחריו כתב תגובה חדשה", + "Someone you follow change status": "מישהו שאתה עוקב אחריו שינה את הסטטוס שלו", + "Someone you follow published new idea": "מישהו שאתה עוקב אחריו פרסם רעיון חדש", + "Someone published idea on symbol you follow": "מישהו פרסם רעיון על סימול שאתה עוקב אחריו", + "Notification sound": "צליל התראה", + "Additional Notifications Settings...": "הגדרות התראות נוספות", + "This is a temporary chart.": "טבלה זמנית", + "To save your work, sign up for FREE.": "כדי לשמור את העבודה שלך, הירשם בחינם.", + "Sign Up for FREE": "הירשם בחינם", + "Data provided by BATS exchange.": "המידע מסופק על ידי בורסת הBATS", + "Upgrade Now": "שדרג עכשיו", + "This is EOD data with no updates.": "זה מידע סוף יום מסחר ללא עדכונים", + "You may subscribe for official realtime and intraday data.": "אתה ראשי להירשם למידע בזמן אמת רשמי", + "Open Script": "פתח סקריפט", + "No saved scripts yet": "אין סקריפטים שמורים כרגע", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "שים לב: כל צ'ט הנוצר יפורסם באופן ציבורי. לדוגמה\": כל המשתמשים באתר יהיו חשופים. לכן אנא לא מומלץ ליצור צ'ט ללא עניין פופולרי ועניין לדיון. הכותרת והמטרה של הצ'ט נועדה וחייבת להיות בהירה עבור משתמשים באתר. כל נושאי \"ג'אנק\" או צ'טים לא פעילים יוסרו מהאתר והכותבים ובמקרים מסוימים יוחרמו.\n", + "Create your first script now!": "צור סקירפט משלך עכשיו!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "ברוך הבא למנוע ההתאמה לתכתיבים של TradingView. המנוע מאפשר לך ליצור התאמה אישית של המתנדים. אין לך תכתיבים קיימים כרגע.", + "No public library scripts were found.": "לא נמצאה ספריית סקריפטים.", + "Change band background": "שנה צבע רצועה", + "Change area background": "שנה צבע אזור", + "Confirm replace": "אשר שינוי", + "Note: default study templates won't be removed permanently": "שים לב: תבנית המתנדים לא תוסר לצמיתות", + "Do you realy want to replace": "האם אתה באמת רוצה להחליף?", + "SCRIPT TITLE": "כותרת סקריפטים", + "TAGS": "תגיות", + "DESCRIPTION": "תיאור", + "PUBLISH SCRIPT": "סקריפטים ציבוריים", + "Pine Script Tutorial": "מדריך Pine Script", + "Pine Script Reference": "הפניות Pine Script", + "How to use the reference materials (Video)": "כיצד להשתמש בהפניות (סרטונים)\n\n", + "Suggestions & Feedback": "הצעות וייעול", + "Clear Console": "נקה קונסולה", + "Are you sure you want to ignore messages from": "האם אתה בטוח שאתה רוצה להתעלם מהודעות ממשתמש זה?", + "ext": "חיצוני", + "Toggle Maximize Chart": "החלף מיקסום גרף", + "Plot dividends": "תרשים דיברנדים", + "Plot splits": "תרשים ספליט", + "Plot earnings": "תרשים רווחים", + "Vol": "מחזור", + "Want official data and more features?": "האם תרצה את נתוני שוק רשמיים ואפשרויות נוספות?", + "Sessions": "סשןhttps://ds0k0en9abmn1.cloudfront.net/static/images/editor/tm-suggestion.9493bdc2cfab.png", + "Trading Panel": "לוח מסחר", + "Open Trading Panel": "לוח עסקאות פתוחות", + "Select Layout": "בחר תצורה", + "Link symbol to all charts": "חבר סימול לכל הגרפים", + "Link interval to all charts": "חבר אינטרוול זמן לכל הגרפים", + "Sync crosshair on all charts": "סנכרן צלב לכל הגרפים", + "Chart Help": "עזרה בגרף", + "No notifications yet": "אין התראות כרגע", + "Watchlist, details and news": "רשימות מעקב, פרטים וחדשות", + "Alerts": "התראות", + "Data Window": "חלון מידע", + "Hotlists": "רשימה חמה", + "Calendar": "לוח שנה", + "Trading Notes": "פתקי מסחר", + "Recent Chats": "שיחות אחרונות", + "Notifications": "הודעות", + "Watchlist": "רשימת מעקב", + "Details": "פרטים", + "Economic Calendar": "לוח שנה כלכלי", + "Earnings Calendar": "לוח שנה רווחים", + "Hotlist": "רשימה חמה", + "News": "חדשות", + "Market Summary": "Market Summary", + "My Ideas and Notes": "הרעיונות והפתקים שלי", + "Alerts Log": "לוח בקרה התראות", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "הראה לוח בקרה קניה/מכירה", + "Show Active Orders Only": "הראה הוראות פעילות בלבד", + "Journal...": "יומן...", + "Account History...": "היסטוריית חשבון...", + "Reset Paper Trading Account...": "אתחל חשבון מסחר מדומה", + "Trading Properties...": "הגדרות מסחר", + "Set Alert": "קבע התראה", + "Alert": "Alert", + "Edit": "ערוך", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "כל השיחות", + "Volume Leaders": "מובילי מחזור מסחר", + "Percent Advances": "עלייה באחוזים", + "Percent Declines": "ירידה באחוזים", + "Price Advances": "עלייה במחיר", + "Price Declines": "ירידה במחיר", + "Range Advances": "עלייה בטווח", + "Range Declines": "ירידה בטווח", + "Gap Up Stocks": "מניות שנפתחו בפער למעלה", + "Gap Down Stocks": "מניות שנפתחו בפער למטה", + "Sell Market": "מכירה במחיר שוק MKT", + "Sell": "מכירה", + "Buy Market": "קנה במחיר שוק MKT", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "קנה", + "Keyboard Shortcuts": "קיצור דרך במקלדת", + "Help & Wiki": "עזרה וויקפדיה", + "Send Feedback or Report an Issue": "שלח דו\"ח שגיאות", + "Priority Support": "תמיכת סדר עדיפויות", + "Run Product Walk-Through": "הרץ פרוייקט", + "Price Scale": "טווח מחירים", + "MTPredictor": "תוכנת מסחר MTPredictor", + "Apply Elliot Wave": "החל גלי אליוט", + "Apply WPT Up Wave": "החל גל WPT כלפי מעלה", + "Apply WPT Down Wave": "החל גל WPT כלפי מטה", + "Create New Order...": "צור הוראה חדשה", + "Trading": "מסחר", + "Add Alert": "הוסף התראה", + "Extend Alert Line": "קו התראה מורחב", + " alert label line": "קו תוית התראה", + "No study templates saved": "אין תבניות מתנדים שמורות", + "Save Study Template As...": "שמור תבנית מתנד כ...", + "Show Splits on Chart": "הראה חילוקי מניה על הגרף", + "Show Earnings on Chart": "הראה דו\"חות רווחים על הגרף", + "Show Dividends on Chart": "הראה דיבידנדים על הגרף", + "Show Alert Labels": "הראה תוויות התראה", + "Earnings breaks": "הפסקות דו\"חות רווחים", + "Extended Alert Line": "קו התראה מורחב", + "Themes": "נושאים", + "Events & Alerts": "אירועים והתראות", + "Apply Defaults": "החל ברירת מחדל", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "שעות מורחבות (תוך יומי בלבד)", + "In Session": "בסשן", + "Tools": "כלים", + "Delete script": "Delete script", + "Social": "חברתי", + "Angle": "זוית", + "Publish Script": "פרסם תכתיב", + "Add to Chart": "הוסף לגרף", + "Blank script": "תכתיב ריק", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" +} \ No newline at end of file diff --git a/charting_library/static/localization/translations/it.json b/charting_library/static/localization/translations/it.json index 7f7f819f..06bcef80 100644 --- a/charting_library/static/localization/translations/it.json +++ b/charting_library/static/localization/translations/it.json @@ -1,664 +1,1449 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label", - "Script Editor": "Editore Formule", - " Published Charts Timeline": "Linea temporale Grafici Pubblicati", - "SMA": "SMA", - "Bar's Style": "Stile Barra", - "Chart Properties": "Proprieta' Grafico", - "Compare": "Confronta", - "Compare...": "Confronta...", - "Compare or Add Symbol...": "Confronta o Inserisci Simbolo...", - "Compare or Add Symbol": "Confronta o Inserisci Simbolo", - "Add Symbol": "Inserisci Simbolo", - "Scales Properties...": "Proprieta' Scale...", - "Add": "Inserisci", - "Company Comparison": "Confronto Simboli", - "Indicators, Fundamentals, Economy and Add-ons": "Indicatori/Dati Fondamentali/Economia/Extra", - "Economy & Symbols": "Economia & Simboli", - "Bars": "Barre", - "Candles": "Candele", - "Hollow Candles": "Candele Vuote", - "Line": "Linea", - "Area": "Area", - "Heiken Ashi": "Heikin Ashi", - "Histogram": "Istogramma", - "Cross_chart_type": "Croce", - "Crosshair": "Mirino", - "Columns": "Colonne", - "Circles": "Cerchi", - "Indicators": "Indicatori", - "Favorites": "Preferiti", - "Technical Analysis": "Analisi Tecnica", - "No indicators matched your criteria.": "Nessun indicatore corrisponde ai criteri", - "Add to favorites": "Inserisci in preferiti", - "Remove from favorites": "Rimuovi dai Preferiti", - "No symbols matched your criteria": "Nessun simbolo corrisponde ai criteri", - "Add any symbol from the list": "Inserisci Qualunque Simbolo dalla Lista", - "Overlay the main chart": "Sovrapponi sul Grafico Principale", - "Symbols to be added on the chart": "Simboli da inserire nel grafico", - "Symbol": "Simbolo", - "Default": "Default", - "Defaults": "Defaults", - "OK": "OK", - "Cancel": "Cancella", - " color": "colore", - " transparency": "trasparenza", - " visibility": "visibilita'", - "Add To Watchlist": "Inserisci in Watchlist", - "Apply": "Applica", - "Arguments in Header": "Argomenti nell Testata", - "Arrow": "Freccia", - "Auto Scale": "Scala Automatica", - "Background": "Sfondo", - "bars": "barre", - "bars_margin": "barre", - "{0} bars": "{0} barre", - "Bottom Margin": "Margine Inferiore", - "Bring Forward": "Porta Avanti", - "Bring to Front": "Porta in Primo Piano", - "Clone": "Duplica", - "Color Theme": "Colore Tema", - "Copy": "Copia", - "Extended Hours": "Sessione Estesa", - "Format...": "Formatta...", - "Full Screen": "Schermo Intero", - "Grid Lines": "Griglia", - "Hide All Drawing Tools": "Nascondi Tutti I Disegni", - "Hide": "Nascondi", - "Insert Drawing Tool": "Inserisci Disegno", - "Insert Indicator...": "Inserisci Indicatore...", - "Last Value on Price Scale": "Ultimo Valore nella Scala Prezzi", - "Link To": "Collega A", - "Load New Bars": "Carica Nuove Barre", - "Lock All Drawing Tools": "Blocca Tutti I Disegni", - "Lock Scale": "Blocca Scala", - "Lock scale": "Blocca scala", - "Log Scale": "Scala Logaritmica", - "log": "log", - "Magnet Mode": "Modalita' Magnete", - "Merge Down": "Unisci in Basso", - "Merge Up": "Unisci in Alto", - "Objects Tree...": "Lista Oggetti", - "Offset": "Offset", - "Override Min Tick": "Sostituisci Tick Min", - "Percentage": "Percentuale", - "Precision": "Precisione", - "Price Line": "Linea Prezzo", - "Properties...": "Proprieta'...", - "Redo": "Ripristina", - "Remove All Drawing Tools": "Elimina Tutti I Disegni", - "Remove All Studies": "Elimina Tutti gli Studi", - "Remove All Indicators": "Elimina Tuttli gli Indicatori", - "Remove": "Elimina", - "Reset Chart": "Reimposta Grafico", - "Reset Scale": "Reimposta Scala", - "Reset": "Reimposta ", - "Right Margin": "Margine Destro", - "Save As...": "Salva con nome...", - "Scale Left": "Scala a Sinistra", - "Scale Percentage": "Scala Percentuale", - "Scale Right": "Scala a Destra", - "Scale Series Only": "Scala Solo Prezzi", - "Scale series only": "Scala solo prezzi", - "Scale Series only": "Scala Solo Serie", - "Scales Lines": "Scala Linee", - "Scales Text": "Scala Testo", - "Scaling": "Scalatura", - "Screen (No Scale)": "Schermo (Senza Scala)", - "Send Backward": "Invia Inietro", - "Send to Back": "Invia in Secondo Piano", - "Session Breaks": "Delimitazione Sessioni", - "Show Arguments in Header": "Visualliza Argomenti nell Testata", - "Show Last Value on Price Scale": "Visualizza Ultimo Prezzo nella Scala Prezzi", - "Show Left Axis": "Visualizza Asse Sinistro", - "Show Right Axis": "Visualizza Asse Destro", - "Show": "Visualizza", - "Stay In Drawing Mode": "Rimani in Modalita' Disegno", - "Symbol Search...": "Ricerca Simbolo...", - "Change Symbol": "Modifica Simbolo", - "Change Symbol...": "Modifica Simbolo...", - "Time Zone": "Fuso Orario", - "TimeZone": "Fuso Orario", - "Top Margin": "Margine Superiore", - "Transparency": "Trasparenza", - "Undo {0}": "Annulla", - "Undo": "Annulla", - "Unmerge Down": "Distacca in Basso", - "Unmerge Up": "Distacca in Alto", - "Visual Order": "Ordine Visualizzazione", - "Watermark": "Filigrana", - "Show Objects Tree": "Visualizza Lista Oggetti", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "Figura ABCD", - "Anchored Text": "Testo Ancorato", - "Arc": "Arco", - "Arrow Mark Down": "Freccia in Basso", - "Arrow Mark Left": "Freccia a Sinistra", - "Arrow Mark Right": "Freccia a Destra", - "Arrow Mark Up": "Freccia in Alto", - "Balloon": "Fumetto", - "Bars Pattern": "Figure Barre", - "Brush": "Pennello", - "Callout": "Richiamo", - "Circle Lines": "Linee Cerchi", - "Cross": "Croce", - "Cyclic Lines": "Linee Cicliche", - "Date Range": "Estensione Data", - "Disjoint Angle": "Angolo Disgiunto", - "Dot": "Punto", - "Elliott Labels": "Etichette Elliott", - "Elliott Major Retracement": "Ritracciamento Maggiore Elliott", - "Elliott Minor Retracement": "Ritracciamento Minore Elliott", - "Elliott Wave Cycle": "Cicli Onde Elliott", - "Elliott Wave Minor": "Onda Elliott Minore", - "Elliott Wave Subminuette": "Onda Elliott Sottominuetto", - "Ellipse": "Ellisse", - "Eraser": "Cancellino", - "Extended": "Estesa", - "Extended Line": "Line Estesa", - "Fib Channel": "Canale Fib", - "Fib Circles": "Cerchi Fib", - "Fib Retracement": "Ritracciamento Fib", - "Fib Speed Resistance Arcs": "Archi Speed Resistance Fib", - "Fib Speed Resistance Fan": "Fan Speed Resistance Fib", - "Fib Spiral": "Spirale Fib", - "Fib Time Zone": "Tempo Fib", - "Fib Wedge": "Cuneo Fib", - "Flag Mark": "Contrassegno", - "Flat Top/Bottom": "Cima/Fondo Piani", - "Flat Bottom": "Fondo Piano", - "Forecast": "Previsione", - "Gann Box": "Scatola di Gann", - "Gann Fan": "Fan di Gann", - "Gann Square": "Quadrato di Gann", - "Head & Shoulders": "Testa & Spalle", - "Horizontal Line": "Linea Orizzontale", - "Horizontal Ray": "Raggio Orizzontale", - "Icon": "Icona", - "Inside Pitchfork": "Pitchfork Inside", - "Long Position": "Posizione Lunga", - "Risk/Reward long": "Rischio/Ritorno lungo", - "Modified Schiff Pitchfork": "Pitchfork Modifcata Schiff", - "Parallel Channel": "Canale Parallelo", - "Pitchfan": "Pitchfan", - "Pitchfork": "Pitchfork", - "Polyline": "Polilinea", - "Price Label": "Etichetta Prezzo", - "Price Range": "Estensione Prezzo", - "Projection": "Proiezione", - "Ray": "Raggio", - "Rectangle": "Rettangolo", - "Regression Trend": "Linea di Regressione", - "Rotated Rectangle": "Rettangolo Ruotabile", - "Schiff Pitchfork": "Pitchfork Schiff", - "Schiff": "Schiff", - "Original": "Originale", - "Modified Schiff": "Schiff Modificato", - "Inside": "Inside", - "Short Position": "Posizione Corta", - "Risk/Reward short": "Rischio/Ritorno corto", - "Text": "Testo", - "Comment": "Commento", - "Three Drivers Pattern": "Figura Three Drivers", - "Thumb Down": "Pollice Verso", - "Thumb Up": "Pollice Retto", - "Trend Angle": "Angolo di Tendenza", - "Trend Line": "Linea di Tendenza", - "Trend-Based Fib Extension": "Estensione Fib basata su Tendenza", - "Trend-Based Fib Time": "Tempo Fib basato su Tendenza", - "Triangle Pattern": "Figura Triangolo", - "Triangle": "Triangolo", - "Vertical Line": "Linea Verticale", - "XABCD Pattern": "Figura XABCD", - "Angle:": "Angolo", - "Arcs": "Archi", - "Background color 1": "Colore Sfondo 1", - "Background color 2": "Colore Sfondo 2", - "Background Color": "Colore Sfondo", - "Bar #": "Barra #", - "Border color": "Colore Bordo", - "Border Color": "Colore Bordo", - "Border": "Bordo", - "Bottom Lables": "Etichette in Basso", - "bottom": "fondo", - "center": "centro", - "Channel": "Canale", - "Coeffs As Percents": "Coefficienti in Percentuale", - "Color bars based on previous close": "Colore basato sulla chiusura precedente", - "Color": "Colore", - "Color:": "Colore:", - "Coordinates": "Coordinate", - "Delete": "Cancella", - "Down Color": "Colore Ribasso", - "Drawings": "Disegni", - "Entry price:": "Prezzo Entrata", - "Events": "Eventi", - "Extend Left End": "Estendi Estremita' Sinistra", - "Extend Left": "Estendi a Sinistra", - "Extend Lines": "Estendi Linee", - "Extend Right End": "Estendi Estremita' Destra", - "Extend Right": "Estendi a Destra", - "Extend": "Estendi", - "Failure back color": "Colore Sfondo Fallimento", - "Failure text color": "Colore Testo Fallimento", - "Fans": "Fans", - "Fill": "Riempi", - "Format": "Formatta", - "Graphics": "Grafici", - "Grid": "Griglia", - "Help": "Assistenza", - "HLC Bars": "Barre HLC", - "Inputs": "Impostazioni", - "Label Background": "Sfondo Etichetta", - "Label": "Etichetta", - "Labels": "Etichette", - "Left End": "Estremita' Sinistra", - "Left Labels": "Etichette a Sinistra", - "left": "sinistra", - "Level {0}": "Livello {0}", - "Levels": "Livelli", - "Lines": "Linee", - "Major": "Maggiore", - "Measure (Shift + Click on the chart)": "Misura (Shift + clic sul grafico)", - "Median": "Mediana", - "middle": " mezzo", - "Middle": "Mezzo", - "Minor": "Minore", - "Mode": "Modalita'", - "Normal": "Normale", - "Plot": "Plot", - "Price Levels": "Livelli Prezzo", - "Price Source": "Fonte Prezzo", - "Price": "Prezzo", - "Price:": "Prezzo:", - "Prices": "Prezzi", - "Profit Background Color": "Colore Sfondo Profitto", - "Profit Level. Ticks:": "Livello Profitto. Ticks", - "Properties": "Properieta'", - "Reverse": "Inverti", - "Right End": "Estremita' Destra", - "Right Lables": "Etichette a Destra", - "right": "destra", - "Log Scale_scale_menu": "Scala Logaritmica", - "Percentage_scale_menu": "Percentuale", - "Scales": "Scale", - "Settings": "Settaggi", - "Show Background": "Visualizza Sfondo", - "Show Bars Range": "Visualizza Estensione Barre", - "Show Date/Time Range": "Visualizza Estensione Data/Tempo", - "Show Distance": "Visualizza Distanza", - "Show Labels": "Visualizza Etichette", - "Show Price Range": "Visualizza Estensione Prezzo", - "Show Price": "Visualizza Prezzo", - "Show Prices": "Visualizza Prezzi", - "Show Text": "Visualizza Testo", - "Show Time": "Visualizza Tempo", - "Show Wave": "Visualizza Onde", - "Show/Hide": "Visualizza/Nascondi", - "Source back color": "Colore sfondo Fonte", - "Source border color": "Colore bordo Fonte", - "Source text color": "Colore testo Fonte", - "Stay in Drawing Mode": "Rimani in Modalita' Disegno", - "Stop Background Color": "Colore Sfondo Stop", - "Stop Color:": "Colore Stop", - "Stop Level. Ticks:": "Livello Stop. Ticks", - "Style": "Stile", - "Success back color": "Colore Sfondo Successo", - "Success text color": "Colore Testo Successo", - "Target back color": "Colore sfondo Target", - "Target border color": "Colore bordo Target", - "Target Color:": "Colore Target", - "Target text color": "Colore testo Target", - "Text Alignment:": "Allineamento Testo", - "Text color": "Colore Testo", - "Text Color": "Colore Testo", - "Text Font": "Font Testo", - "Text Wrap": "Testo a capo", - "Text:": "Testo:", - "Time Levels": "Livelli Tempo", - "Timezone/Sessions": "Fuso orario/Sessioni", - "Top Labels": "Etichette in Alto", - "top": "cima", - "Up Color": "Colore Rialzo", - "Wave Size": "Misura Onda", - "Wick": "Ombra", - "Zoom In": "Incrementa Zoom", - "Zoom Out": "Diminuisci Zoom", - "Borders": "Bordi", - "Level": "Livelli", - "Hlines Background": "Sfondo Linee orizzontali", - "Plots Background": "Sfondo Plot", - "Open_line_tool_position": "Aperto", - "Closed_line_tool_position": "Chiuso", - "{0} P&L: {1}": "{0} P&L: {1}", - "Risk/Reward Ratio: {0}": "Rateo Rischio/Ritorno: {0}", - "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", - "Target: {0} ({1}%)": "Target: {0} ({1}%)", - "SUCCESS": "SUCCESSO", - "FAILURE": "FALLIMENTO", - "Left Shoulder": "Spalla Sinistra", - "Head": "Testa", - "Right Shoulder": "Spalla Destra", - "Mirrored": "Riflesso", - "Flipped": "Invertito", - "distance: {0}": "distanza {0}", - "day": "giorno", - "day_plural": "giorni", - "day_plural_1": "not_supported", - "day_plural_2": "not_supported", - "day_plural_5": "not_supported", - "week": "settimana", - "week_plural": "settimane", - "week_plural_1": "not_supported", - "week_plural_2": "not_supported", - "week_plural_5": "not_supported", - "month": "mese", - "month_plural": "mesi", - "month_plural_1": "not_supported", - "month_plural_2": "not_supported", - "month_plural_5": "not_supported", - "minute": "minuto", - "minute_plural": "minuti", - "minute_plural_1": "not_supported", - "minute_plural_2": "not_supported", - "minute_plural_5": "not_supported", - "hour": "ora", - "hour_plural": "ore", - "hour_plural_1": "not_supported", - "hour_plural_2": "not_supported", - "hour_plural_5": "not_supported", - "y_dates": "y", - "y_dates_plural": "y", - "y_dates_plural_1": "not_supported", - "y_dates_plural_2": "not_supported", - "y_dates_plural_5": "not_supported", - "h_dates": "h", - "D_dates": "D", - "W_dates": "W", - "M_dates": "M", - "d_dates": "d", - "m_dates": "m", - "in_dates": "in", - "Jan": "Gen", - "Feb": "Feb", - "Mar": "Mar", - "Apr": "Apr", - "May": "Mag", - "Jun": "Giu", - "Jul": "Lug", - "Aug": "Ago", - "Sep": "Set", - "Oct": "Ott", - "Nov": "Nov", - "Dec": "Dic", - "Objects Tree": "Lista Oggetti", - "Manage Drawings": "Amministra Disegni", - "TOOL": "STRUMENTO", - "SYMBOL": "SIMBOLO", - "Move Up": "Muovi in Alto", - "Move Down": "Muovi in Basso", - "All Exchanges": "Tutte le Borse", - "All types": "Tutti I tipi", - "Stock": "Titolo", - "stock": "titolo", - "Index": "Indice", - "index": "indice", - "Futures": "Futures", - "futures": "futures", - "Image URL": "URL Immagine", - "Save image": "Salva immagine", - "or copy url:": "o copia url:", - "Redo {0}": "Ripristina", - "Custom color...": "Colore Personalizzato...", - "Search": "Cerca", - "Open_in_legend": "O", - "High_in_legend": "H", - "Low_in_legend": "L", - "Close_in_legend": "C", - "Open": "Open", - "High": "High", - "Low": "Low", - "Close": "Close", - "(H + L)/2": "(H + L)/2", - "(H + L + C)/3": "(H + L + C)/3", - "(O + H + L + C)/4": "(O + H + L + C)/4", - "UTC": "UTC", - "Exchange": "Borsa", - "Athens": "Atene", - "Berlin": "Berlino", - "Bogota": "Bogota", - "Bangkok": "Bangkok", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Kolkata", - "London": "Londra", - "Los Angeles": "Los Angeles", - "Madrid": "Madrid", - "Moscow": "Mosca", - "New York": "New York", - "Paris": "Parigi", - "Seoul": "Seoul", - "Shanghai": "Shanghai", - "Singapore": "Singapore", - "Sydney": "Sydney", - "Taipei": "Taipei", - "Tehran": "Tehran", - "Tokyo": "Tokyo", - "Toronto": "Toronto", - "Vancouver": "Vancouver", - "Warsaw": "Varsavia", - "n/a": "non disponibile", - "Long_input": "Lungo", - "long_input": "lungo", - "longlen_input": "Lunghezza lungo", - "Window Size_input": "Dimensioni Finestra", - "Length_input": "Lunghezza", - "length_input": "lunghezza", - "len_input": "lunghezza", - "Short_input": "Corto", - "short_input": "corto", - "shortlen_input": "Lunghezza corto", - "Mult_input": "Moltiplicatore", - "mult_input": "moltiplicatore", - "divisor_input": "divisore", - "Divisor_input": "Divisore", - "Upper": "Superiore", - "Lower": "Inferiore", - "Long": "Lungo", - "Short": "Corto", - "Signal": "Segnale", - "Jaw": "Jaw", - "Teeth": "Teeth", - "Lips": "Lips", - "Zero": "Zero", - "WMA Length_input": "Lunghezza WMA", - "Long RoC Length_input": "Lunghezza RoC Lungo", - "Short RoC Length_input": "Lunghezza RoC Corto", - "jawLength_input": "Lunghezza Jaw", - "teethLength_input": "Lunghezza Teeth", - "lipsLength_input": "Lunghezza Lips", - "percent_input": "Percento", - "exponential_input": "Esponenziale", - "smoothD_input": "D Smorzato", - "smoothK_input": "K Smorzato", - "Color 0": "Colore 0", - "Color 1": "Colore 1", - "Color 2": "Colore 2", - "Color 3": "Colore 3", - "Color 4": "Colore 4", - "sym_input": "simbolo", - "symbol_input": "simbolo", - "Sym_input": "Simbolo", - "DI Length_input": "Lunghezza DI", - "ADX Smoothing_input": "Smorzamento ADX", - "displacement_input": "dislocamento", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Utilizza True Range", - "roclen1_input": "RoC Lunghezza 1", - "roclen2_input": "RoC Lunghezza 2", - "roclen3_input": "RoC Lunghezza 3", - "roclen4_input": "RoC Lunghezza 4", - "smalen1_input": "SMA Lunghezza 1", - "smalen2_input": "SMA Lunghezza 2", - "smalen3_input": "SMA Lunghezza 3", - "smalen4_input": "SMA Lunghezza 4", - "siglen_input": "Lunghezza Segnale", - "UpperLimit": "Limite Superiore", - "LowerLimit": "Limite Inferiore", - "fastLength_input": "Lunghezza Fast", - "slowLength_input": "Lunghezza Slow", - "signalLength_input": "Lunghezza Segnale", - "start_input": "Inizia", - "increment_input": "Incremento", - "maximum_input": "Massimo", - "showMA_input": "Visualizza MA", - "show MA_input": "Show MA", - "Volume": "Volume", - "Volume MA": "MA Volume", - "Indicator": "Indicatore", - "Oscillator": "Oscillatore", - "lengthStoch_input": "Lunghezza Stoch", - "lengthRSI_input": "Lunghezza RSI", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "Croci", - "Click to set a point": "Clicca per definire un punto", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Trascina il dito per selezionare la posizione del primo punto di ancoraggio
2. Tocca per stabilire il primo punto di ancoraggio", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Trascina il dito per selezionare la posizione del successivo punto di ancoraggio
2. Tocca per stabilire il successivo punto di ancoraggio", - "retrying": "riprovando", - "eod data": "dati eod", - "eod delayed": "eod differito", - "loading data": "dati in caricamento", - "invalid symbol": "simbolo invalido", - "streaming": "streaming", - "realtime": "tempo reale", - "pre-market": "pre-negoziazione", - "post-market": "post-negoziazione", - "closed": "chiuso", - "Time Interval": "Intervallo Tempo", - "Show Symbol Labels": "Visualizza Etichette Simboli", - "Show Symbol Labels_context_menu": "Visualizza Etichette Simboli", - "Subminuette": "Sotto-Minuetto", - "Minuette": "Minuetto", - "Minute": "Minuto", - "Intermediate": "Intermedio", - "Primary": "Primario", - "Cycle": "Ciclo", - "SuperCycle": "SuperCiclo", - "GrandSuperCycle": "CicloSuperGrand", - "Lock": "Blocca", - "Width": "Larghezza", - "Line With Breaks": "Linea Segmentata", - "Area With Breaks": "Area Segmentata", - "Type": "Tipo", - "Simple": "Semplice", - "With Markers": "Con Contrassegni", - "Step": "Scaletta", - "No drawings yet": "Nessun disegno disponibile", - "Lock/Unlock": "Blocca/Sblocca", - "deviation_input": "deviazione", - "depth_input": "profondita'", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "Editore Formule", + " Published Charts Timeline": "Linea temporale Grafici Pubblicati", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "Stile Barra", + "Chart Properties": "Proprieta' Grafico", + "Compare": "Confronta", + "Compare...": "Confronta...", + "Compare or Add Symbol...": "Confronta o Inserisci Simbolo...", + "Compare or Add Symbol": "Confronta o Inserisci Simbolo", + "Add Symbol": "Inserisci Simbolo", + "Scales Properties...": "Proprieta' Scale...", + "Add": "Inserisci", + "Company Comparison": "Confronto Simboli", + "Indicators, Fundamentals, Economy and Add-ons": "Indicatori/Dati Fondamentali/Economia/Extra", + "Economy & Symbols": "Economia & Simboli", + "Bars": "Barre", + "Candles": "Candele", + "Hollow Candles": "Candele Vuote", + "Line": "Linea", + "Permanent link to this message": "Permanent link to this message", + "Area": "Area", + "Message settings": "Message settings", + "Heiken Ashi": "Heikin Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Istogramma", + "Cross_chart_type": "Croce", + "Crosshair": "Mirino", + "Columns": "Colonne", + "Circles": "Cerchi", + "Indicators": "Indicatori", + "Favorites": "Preferiti", + "Technical Analysis": "Analisi Tecnica", + "No indicators matched your criteria.": "Nessun indicatore corrisponde ai criteri", + "Add to favorites": "Inserisci in preferiti", + "Remove from favorites": "Rimuovi dai Preferiti", + "No symbols matched your criteria": "Nessun simbolo corrisponde ai criteri", + "Add any symbol from the list": "Inserisci Qualunque Simbolo dalla Lista", + "Overlay the main chart": "Sovrapponi sul Grafico Principale", + "Symbols to be added on the chart": "Simboli da inserire nel grafico", + "Symbol": "Simbolo", + "Default": "Default", + "Defaults": "Defaults", + "OK": "OK", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Cancella", + " color": "colore", + " transparency": "trasparenza", + " visibility": "visibilita'", + "Add To Watchlist": "Inserisci in Watchlist", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Applica", + "Arguments in Header": "Argomenti nell Testata", + "Arrow": "Freccia", + "Auto Scale": "Scala Automatica", + "Background": "Sfondo", + "bars": "barre", + "bars_margin": "barre", + "{0} bars": "{0} barre", + "Bottom Margin": "Margine Inferiore", + "Bring Forward": "Porta Avanti", + "Bring to Front": "Porta in Primo Piano", + "Clone": "Duplica", + "Color Theme": "Colore Tema", + "Copy": "Copia", + "Extended Hours": "Sessione Estesa", + "Format...": "Formatta...", + "Source Code...": "Source Code...", + "Full Screen": "Schermo Intero", + "Grid Lines": "Griglia", + "Hide All Drawing Tools": "Nascondi Tutti I Disegni", + "Drawing Tools": "Drawing Tools", + "Hide": "Nascondi", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Inserisci Disegno", + "Insert Indicator...": "Inserisci Indicatore...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Ultimo Valore nella Scala Prezzi", + "Link To": "Collega A", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Carica Nuove Barre", + "Lock All Drawing Tools": "Blocca Tutti I Disegni", + "Lock Scale": "Blocca Scala", + "Lock scale": "Blocca scala", + "Log Scale": "Scala Logaritmica", + "log": "log", + "Magnet Mode": "Modalita' Magnete", + "Merge Down": "Unisci in Basso", + "Merge Up": "Unisci in Alto", + "Objects Tree...": "Lista Oggetti", + "Offset": "Offset", + "Override Min Tick": "Sostituisci Tick Min", + "Percentage": "Percentuale", + "Precision": "Precisione", + "Price Line": "Linea Prezzo", + "Properties...": "Proprieta'...", + "Redo": "Ripristina", + "Remove All Drawing Tools": "Elimina Tutti I Disegni", + "Remove All Studies": "Elimina Tutti gli Studi", + "Remove All Indicators": "Elimina Tuttli gli Indicatori", + "Remove": "Elimina", + "Reset Chart": "Reimposta Grafico", + "Reset Scale": "Reimposta Scala", + "Reset": "Reimposta ", + "Right Margin": "Margine Destro", + "Save As...": "Salva con nome...", + "Scale Left": "Scala a Sinistra", + "Scale Percentage": "Scala Percentuale", + "Scale Right": "Scala a Destra", + "Scale Series Only": "Scala Solo Prezzi", + "Scale series only": "Scala solo prezzi", + "Scale Series only": "Scala Solo Serie", + "Scales Lines": "Scala Linee", + "Scales Text": "Scala Testo", + "Scaling": "Scalatura", + "Screen (No Scale)": "Schermo (Senza Scala)", + "Send Backward": "Invia Inietro", + "Send to Back": "Invia in Secondo Piano", + "Session Breaks": "Delimitazione Sessioni", + "Show Arguments in Header": "Visualliza Argomenti nell Testata", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Visualizza Ultimo Prezzo nella Scala Prezzi", + "Show Left Axis": "Visualizza Asse Sinistro", + "Show Right Axis": "Visualizza Asse Destro", + "Show": "Visualizza", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Rimani in Modalita' Disegno", + "Symbol Search...": "Ricerca Simbolo...", + "Change Symbol": "Modifica Simbolo", + "Change Symbol...": "Modifica Simbolo...", + "Change Interval...": "Change Interval...", + "Time Zone": "Fuso Orario", + "TimeZone": "Fuso Orario", + "Top Margin": "Margine Superiore", + "Transparency": "Trasparenza", + "Undo {0}": "Annulla", + "Undo": "Annulla", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Distacca in Basso", + "Unmerge Up": "Distacca in Alto", + "Visual Order": "Ordine Visualizzazione", + "Watermark": "Filigrana", + "Show Objects Tree": "Visualizza Lista Oggetti", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "Figura ABCD", + "Anchored Text": "Testo Ancorato", + "Arc": "Arco", + "Arrow Mark Down": "Freccia in Basso", + "Arrow Mark Left": "Freccia a Sinistra", + "Arrow Mark Right": "Freccia a Destra", + "Arrow Mark Up": "Freccia in Alto", + "Balloon": "Fumetto", + "Bars Pattern": "Figure Barre", + "Brush": "Pennello", + "Callout": "Richiamo", + "Circle Lines": "Linee Cerchi", + "Cross": "Croce", + "Cyclic Lines": "Linee Cicliche", + "Date Range": "Estensione Data", + "Disjoint Angle": "Angolo Disgiunto", + "Dot": "Punto", + "Elliott Labels": "Etichette Elliott", + "Elliott Major Retracement": "Ritracciamento Maggiore Elliott", + "Elliott Minor Retracement": "Ritracciamento Minore Elliott", + "Elliott Wave Cycle": "Cicli Onde Elliott", + "Elliott Wave Minor": "Onda Elliott Minore", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Onda Elliott Sottominuetto", + "Ellipse": "Ellisse", + "Value": "Value", + "Eraser": "Cancellino", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Estesa", + "Extended Line": "Line Estesa", + "Fib Channel": "Canale Fib", + "Fib Circles": "Cerchi Fib", + "Fib Retracement": "Ritracciamento Fib", + "Fib Speed Resistance Arcs": "Archi Speed Resistance Fib", + "Fib Speed Resistance Fan": "Fan Speed Resistance Fib", + "Fib Spiral": "Spirale Fib", + "Fib Time Zone": "Tempo Fib", + "Fib Wedge": "Cuneo Fib", + "Flag Mark": "Contrassegno", + "Flat Top/Bottom": "Cima/Fondo Piani", + "Flat Bottom": "Fondo Piano", + "Forecast": "Previsione", + "Gann Box": "Scatola di Gann", + "Gann Fan": "Fan di Gann", + "Gann Square": "Quadrato di Gann", + "Head & Shoulders": "Testa & Spalle", + "Horizontal Line": "Linea Orizzontale", + "Horizontal Ray": "Raggio Orizzontale", + "Icon": "Icona", + "Inside Pitchfork": "Pitchfork Inside", + "Long Position": "Posizione Lunga", + "Risk/Reward long": "Rischio/Ritorno lungo", + "Modified Schiff Pitchfork": "Pitchfork Modifcata Schiff", + "Parallel Channel": "Canale Parallelo", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Polilinea", + "Price Label": "Etichetta Prezzo", + "Price Range": "Estensione Prezzo", + "Projection": "Proiezione", + "Ray": "Raggio", + "Rectangle": "Rettangolo", + "Regression Trend": "Linea di Regressione", + "Rotated Rectangle": "Rettangolo Ruotabile", + "Schiff Pitchfork": "Pitchfork Schiff", + "Schiff": "Schiff", + "Original": "Originale", + "Modified Schiff": "Schiff Modificato", + "Inside": "Inside", + "Short Position": "Posizione Corta", + "Risk/Reward short": "Rischio/Ritorno corto", + "Text": "Testo", + "Comment": "Commento", + "Three Drivers Pattern": "Figura Three Drivers", + "Thumb Down": "Pollice Verso", + "Thumb Up": "Pollice Retto", + "Trend Angle": "Angolo di Tendenza", + "Trend Line": "Linea di Tendenza", + "Trend-Based Fib Extension": "Estensione Fib basata su Tendenza", + "Trend-Based Fib Time": "Tempo Fib basato su Tendenza", + "Triangle Pattern": "Figura Triangolo", + "Triangle": "Triangolo", + "Vertical Line": "Linea Verticale", + "XABCD Pattern": "Figura XABCD", + "Angle:": "Angolo", + "Arcs": "Archi", + "Background color 1": "Colore Sfondo 1", + "Background color 2": "Colore Sfondo 2", + "Background Color": "Colore Sfondo", + "Bar #": "Barra #", + "Border color": "Colore Bordo", + "Border Color": "Colore Bordo", + "Border": "Bordo", + "Bottom Lables": "Etichette in Basso", + "bottom": "fondo", + "center": "centro", + "Channel": "Canale", + "Coeffs As Percents": "Coefficienti in Percentuale", + "Color bars based on previous close": "Colore basato sulla chiusura precedente", + "Color": "Colore", + "Color:": "Colore:", + "Coordinates": "Coordinate", + "Delete": "Cancella", + "Down Color": "Colore Ribasso", + "Drawings": "Disegni", + "Entry price:": "Prezzo Entrata", + "Event": "Event", + "Events": "Eventi", + "Extend Left End": "Estendi Estremita' Sinistra", + "Extend Left": "Estendi a Sinistra", + "Extend Lines": "Estendi Linee", + "Extend Right End": "Estendi Estremita' Destra", + "Extend Right": "Estendi a Destra", + "Extend": "Estendi", + "Failure back color": "Colore Sfondo Fallimento", + "Failure text color": "Colore Testo Fallimento", + "Fans": "Fans", + "Fill": "Riempi", + "Format": "Formatta", + "Graphics": "Grafici", + "Grid": "Griglia", + "Help": "Assistenza", + "HLC Bars": "Barre HLC", + "Inputs": "Impostazioni", + "Label Background": "Sfondo Etichetta", + "Label": "Etichetta", + "Labels": "Etichette", + "Left End": "Estremita' Sinistra", + "Left Labels": "Etichette a Sinistra", + "Right Labels": "Right Labels", + "left": "sinistra", + "Level {0}": "Livello {0}", + "Levels": "Livelli", + "Lines": "Linee", + "Major": "Maggiore", + "Measure (Shift + Click on the chart)": "Misura (Shift + clic sul grafico)", + "Median": "Mediana", + "middle": " mezzo", + "Middle": "Mezzo", + "Minor": "Minore", + "Mode": "Modalita'", + "Normal": "Normale", + "Plot": "Plot", + "Price Levels": "Livelli Prezzo", + "Price Source": "Fonte Prezzo", + "Price": "Prezzo", + "Price:": "Prezzo:", + "Prices": "Prezzi", + "Profit Background Color": "Colore Sfondo Profitto", + "Profit Level. Ticks:": "Livello Profitto. Ticks", + "Properties": "Properieta'", + "Reverse": "Inverti", + "Right End": "Estremita' Destra", + "Right Lables": "Etichette a Destra", + "right": "destra", + "Log Scale_scale_menu": "Scala Logaritmica", + "Percentage_scale_menu": "Percentuale", + "Scales": "Scale", + "Settings": "Settaggi", + "Show Background": "Visualizza Sfondo", + "Show Bars Range": "Visualizza Estensione Barre", + "Show Date/Time Range": "Visualizza Estensione Data/Tempo", + "Show Distance": "Visualizza Distanza", + "Show Labels": "Visualizza Etichette", + "Show Price Range": "Visualizza Estensione Prezzo", + "Show Price": "Visualizza Prezzo", + "Show Prices": "Visualizza Prezzi", + "Show Text": "Visualizza Testo", + "Show Time": "Visualizza Tempo", + "Show Wave": "Visualizza Onde", + "Show/Hide": "Visualizza/Nascondi", + "Source back color": "Colore sfondo Fonte", + "Source border color": "Colore bordo Fonte", + "Source text color": "Colore testo Fonte", + "Stay in Drawing Mode": "Rimani in Modalita' Disegno", + "Stop Background Color": "Colore Sfondo Stop", + "Stop Color:": "Colore Stop", + "Stop Level. Ticks:": "Livello Stop. Ticks", + "Style": "Stile", + "Success back color": "Colore Sfondo Successo", + "Success text color": "Colore Testo Successo", + "Target back color": "Colore sfondo Target", + "Target border color": "Colore bordo Target", + "Target Color:": "Colore Target", + "Target text color": "Colore testo Target", + "Text Alignment:": "Allineamento Testo", + "Text color": "Colore Testo", + "Text Color": "Colore Testo", + "Text Font": "Font Testo", + "Text Wrap": "Testo a capo", + "Text:": "Testo:", + "Time Levels": "Livelli Tempo", + "Timezone/Sessions": "Fuso orario/Sessioni", + "Top Labels": "Etichette in Alto", + "Bottom Labels": "Bottom Labels", + "top": "cima", + "Up Color": "Colore Rialzo", + "Wave Size": "Misura Onda", + "Wick": "Ombra", + "Zoom In": "Incrementa Zoom", + "Zoom Out": "Diminuisci Zoom", + "Borders": "Bordi", + "Level": "Livelli", + "Hlines Background": "Sfondo Linee orizzontali", + "Plots Background": "Sfondo Plot", + "Open_line_tool_position": "Aperto", + "Closed_line_tool_position": "Chiuso", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Rateo Rischio/Ritorno: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Target: {0} ({1}%)", + "SUCCESS": "SUCCESSO", + "FAILURE": "FALLIMENTO", + "Left Shoulder": "Spalla Sinistra", + "Head": "Testa", + "Right Shoulder": "Spalla Destra", + "Mirrored": "Riflesso", + "Flipped": "Invertito", + "distance: {0}": "distanza {0}", + "day": "not_supported", + "day_plural": "not_supported", + "week": "not_supported", + "week_plural": "not_supported", + "month": "not_supported", + "month_plural": "not_supported", + "minute": "not_supported", + "minute_plural": "not_supported", + "hour": "not_supported", + "hour_plural": "not_supported", + "y_dates": "not_supported", + "y_dates_plural": "not_supported", + "h_dates": "h", + "D_dates": "D", + "W_dates": "W", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "in", + "Jan": "Gen", + "Feb": "Feb", + "Mar": "Mar", + "Apr": "Apr", + "May": "Mag", + "Jun": "Giu", + "Jul": "Lug", + "Aug": "Ago", + "Sep": "Set", + "Oct": "Ott", + "Nov": "Nov", + "Dec": "Dic", + "Objects Tree": "Lista Oggetti", + "Manage Drawings": "Amministra Disegni", + "TOOL": "STRUMENTO", + "SYMBOL": "SIMBOLO", + "Move Up": "Muovi in Alto", + "Move Down": "Muovi in Basso", + "All Exchanges": "Tutte le Borse", + "All types": "Tutti I tipi", + "Stock": "Titolo", + "stock": "titolo", + "Index": "Indice", + "index": "indice", + "Futures": "Futures", + "futures": "futures", + "Image URL": "URL Immagine", + "Save image": "Salva immagine", + "or copy url:": "o copia url:", + "Redo {0}": "Ripristina", + "Custom color...": "Colore Personalizzato...", + "Search": "Cerca", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "Open", + "High": "High", + "Low": "Low", + "Close": "Close", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "Borsa", + "Athens": "Atene", + "Berlin": "Berlino", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Kolkata", + "London": "Londra", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Mosca", + "New York": "New York", + "Paris": "Parigi", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seoul", + "Shanghai": "Shanghai", + "Singapore": "Singapore", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Tehran", + "Tokyo": "Tokyo", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Varsavia", + "n/a": "non disponibile", + "Long_input": "Lungo", + "long_input": "lungo", + "longlen_input": "Lunghezza lungo", + "Window Size_input": "Dimensioni Finestra", + "Length_input": "Lunghezza", + "length_input": "lunghezza", + "len_input": "lunghezza", + "Short_input": "Corto", + "short_input": "corto", + "shortlen_input": "Lunghezza corto", + "Mult_input": "Moltiplicatore", + "mult_input": "moltiplicatore", + "divisor_input": "divisore", + "Divisor_input": "Divisore", + "Upper": "Superiore", + "Lower": "Inferiore", + "Long": "Lungo", + "Short": "Corto", + "Signal": "Segnale", + "Jaw": "Jaw", + "Teeth": "Teeth", + "Lips": "Lips", + "Zero": "Zero", + "WMA Length_input": "Lunghezza WMA", + "Long RoC Length_input": "Lunghezza RoC Lungo", + "Short RoC Length_input": "Lunghezza RoC Corto", + "jawLength_input": "Lunghezza Jaw", + "teethLength_input": "Lunghezza Teeth", + "lipsLength_input": "Lunghezza Lips", + "percent_input": "Percento", + "exponential_input": "Esponenziale", + "smoothD_input": "D Smorzato", + "smoothK_input": "K Smorzato", + "Color 0": "Colore 0", + "Color 1": "Colore 1", + "Color 2": "Colore 2", + "Color 3": "Colore 3", + "Color 4": "Colore 4", + "sym_input": "simbolo", + "symbol_input": "simbolo", + "Sym_input": "Simbolo", + "DI Length_input": "Lunghezza DI", + "ADX Smoothing_input": "Smorzamento ADX", + "displacement_input": "dislocamento", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Utilizza True Range", + "roclen1_input": "RoC Lunghezza 1", + "roclen2_input": "RoC Lunghezza 2", + "roclen3_input": "RoC Lunghezza 3", + "roclen4_input": "RoC Lunghezza 4", + "smalen1_input": "SMA Lunghezza 1", + "smalen2_input": "SMA Lunghezza 2", + "smalen3_input": "SMA Lunghezza 3", + "smalen4_input": "SMA Lunghezza 4", + "siglen_input": "Lunghezza Segnale", + "UpperLimit": "Limite Superiore", + "LowerLimit": "Limite Inferiore", + "Limit": "Limit", + "fastLength_input": "Lunghezza Fast", + "slowLength_input": "Lunghezza Slow", + "signalLength_input": "Lunghezza Segnale", + "start_input": "Inizia", + "increment_input": "Incremento", + "maximum_input": "Massimo", + "showMA_input": "Visualizza MA", + "show MA_input": "Show MA", + "Volume": "Volume", + "Volume MA": "MA Volume", + "Indicator": "Indicatore", + "Oscillator": "Oscillatore", + "lengthStoch_input": "Lunghezza Stoch", + "lengthRSI_input": "Lunghezza RSI", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Croci", + "Click to set a point": "Clicca per definire un punto", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Trascina il dito per selezionare la posizione del primo punto di ancoraggio
2. Tocca per stabilire il primo punto di ancoraggio", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Trascina il dito per selezionare la posizione del successivo punto di ancoraggio
2. Tocca per stabilire il successivo punto di ancoraggio", + "retrying": "riprovando", + "eod data": "dati eod", + "eod delayed": "eod differito", + "loading data": "dati in caricamento", + "invalid symbol": "simbolo invalido", + "streaming": "streaming", + "realtime": "tempo reale", + "pre-market": "pre-negoziazione", + "post-market": "post-negoziazione", + "closed": "chiuso", + "Time Interval": "Intervallo Tempo", + "Show Symbol Labels": "Visualizza Etichette Simboli", + "Show Symbol Labels_context_menu": "Visualizza Etichette Simboli", + "Subminuette": "Sotto-Minuetto", + "Minuette": "Minuetto", + "Minute": "Minuto", + "Intermediate": "Intermedio", + "Primary": "Primario", + "Cycle": "Ciclo", + "SuperCycle": "SuperCiclo", + "GrandSuperCycle": "CicloSuperGrand", + "Lock": "Blocca", + "Width": "Larghezza", + "Line With Breaks": "Linea Segmentata", + "Area With Breaks": "Area Segmentata", + "Type": "Tipo", + "Simple": "Semplice", + "With Markers": "Con Contrassegni", + "Step": "Scaletta", + "No drawings yet": "Nessun disegno disponibile", + "Lock/Unlock": "Blocca/Sblocca", + "deviation_input": "deviazione", + "depth_input": "profondita'", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "Show All", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Note", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "auto", + "Invalid Symbol": "Invalid Symbol", + "loading...": "loading...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "Rename...", + "New": "New", + "Load": "Load", + "Save": "Save", + "Rename Chart": "Rename Chart", + "{0} copy": "{0} copy", + "Please enter chart name": "Please enter chart name", + "Enter a new chart name": "Enter a new chart name", + "Load Chart": "Load Chart", + "Chart Name": "Chart Name", + "Chart name": "Chart name", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Last Modified", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Active Symbol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Fullscreen mode", + "Marker Color": "Marker Color", + "Font Size": "Font Size", + "Save New Chart": "Save New Chart", + "Source_compare": "Source", + "YES": "YES", + "Yes": "Yes", + "No": "No", + "NO": "NO", + "Confirmation": "Confirmation", + "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/ja.json b/charting_library/static/localization/translations/ja.json index de1f4b64..725de8ab 100644 --- a/charting_library/static/localization/translations/ja.json +++ b/charting_library/static/localization/translations/ja.json @@ -1,664 +1,1449 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label-nocap", - "Script Editor": "スクリプトエディタ", - " Published Charts Timeline": "チャートのタイムラインを公開する", - "SMA": "SMA", - "Bar's Style": "バーのスタイル", - "Chart Properties": "チャートプロパティ", - "Compare": "比較", - "Compare...": "比較 ...", - "Compare or Add Symbol...": "比較、またはシンボルの追加...", - "Compare or Add Symbol": "比較、またはシンボルの追加", - "Add Symbol": "シンボルの追加", - "Scales Properties...": "スケールプロパティ", - "Add": "追加", - "Company Comparison": "銘柄比較", - "Indicators, Fundamentals, Economy and Add-ons": "インディケータ、ファンダメンタル、経済指標、アドオン", - "Economy & Symbols": "指標 & シンボル", - "Bars": "バー", - "Candles": "ローソク足", - "Hollow Candles": "中空ローソク足", - "Line": "ライン", - "Area": "エリア", - "Heiken Ashi": "平均足", - "Histogram": "ヒストグラム", - "Cross_chart_type": "クロス", - "Crosshair": "クロスヘア", - "Columns": "カラム", - "Circles": "円", - "Indicators": "インディケーター", - "Favorites": "お気に入り", - "Technical Analysis": "テクニカル解析", - "No indicators matched your criteria.": "条件に合うインディケータがありません。", - "Add to favorites": "お気に入りへ追加", - "Remove from favorites": "お気に入りから削除", - "No symbols matched your criteria": "条件に合うシンボルがありません", - "Add any symbol from the list": "一覧からシンボルを追加", - "Overlay the main chart": "メインチャートに重ねる", - "Symbols to be added on the chart": "シンボルをチャート上に追加する", - "Symbol": "シンボル", - "Default": "デフォルト", - "Defaults": "デフォルト", - "OK": "OK", - "Cancel": "キャンセル", - " color": "色", - " transparency": "透明", - " visibility": "表示", - "Add To Watchlist": "ウォッチリストに追加", - "Apply": "適用", - "Arguments in Header": "ヘッダーのパラメータ", - "Arrow": "矢印", - "Auto Scale": "自動スケール", - "Background": "背景", - "bars": "バー", - "bars_margin": "バー", - "{0} bars": "{0} バー", - "Bottom Margin": "下マージン", - "Bring Forward": "一つ上に移動", - "Bring to Front": "最上面へ移動", - "Clone": "複製", - "Color Theme": "カラーテーマ", - "Copy": "複製", - "Extended Hours": "延長時間", - "Format...": "フォーマット ...", - "Full Screen": "フルスクリーン", - "Grid Lines": "グリッドライン", - "Hide All Drawing Tools": "すべての描画ツールを隠す", - "Hide": "隠す", - "Insert Drawing Tool": "描画ツールを挿入する", - "Insert Indicator...": "インディケータを挿入 ...", - "Last Value on Price Scale": "価格スケール上の最新値", - "Link To": "リンク", - "Load New Bars": "新しいバーの読み込み", - "Lock All Drawing Tools": "すべての描画ツールをロックする", - "Lock Scale": "スケールのロック", - "Lock scale": "スケールのロック", - "Log Scale": "ログスケール", - "log": "ログスケール", - "Magnet Mode": "マグネットモード", - "Merge Down": "下にマージ", - "Merge Up": "上にマージ", - "Objects Tree...": "情報ツリー", - "Offset": "オフセット", - "Override Min Tick": "最小ティックを重ねる", - "Percentage": "パーセント", - "Precision": "精度", - "Price Line": "価格ライン", - "Properties...": "プロパティ ...", - "Redo": "やり直し", - "Remove All Drawing Tools": "すべての描画ツールを削除", - "Remove All Studies": "すべてのインディケータを削除", - "Remove All Indicators": "すべてのインディケーターを削除", - "Remove": "削除", - "Reset Chart": "チャートをリセット", - "Reset Scale": "スケールをリセット", - "Reset": "リセット", - "Right Margin": "右マージン", - "Save As...": "名前を付けて保存 ...", - "Scale Left": "左マージン", - "Scale Percentage": "パーセントスケール", - "Scale Right": "右スケール", - "Scale Series Only": "スケール列のみ", - "Scale series only": "スケール列のみ", - "Scale Series only": "スケール列のみ", - "Scales Lines": "スケールライン", - "Scales Text": "スケールテキスト", - "Scaling": "スケール", - "Screen (No Scale)": "スクリーン(スケールなし)", - "Send Backward": "最背面へ移動", - "Send to Back": "一つ下に移動", - "Session Breaks": "セッション区切り", - "Show Arguments in Header": "ヘッダーにパラメータを表示", - "Show Last Value on Price Scale": "価格軸に最新値を表示", - "Show Left Axis": "スケールを左に表示", - "Show Right Axis": "スケールを右に表示", - "Show": "表示", - "Stay In Drawing Mode": "描画モードを維持", - "Symbol Search...": "シンボルの検索 ...", - "Change Symbol": "シンボルの変更", - "Change Symbol...": "シンボルの変更 ...", - "Time Zone": "タイムゾーン", - "TimeZone": "タイムゾーン", - "Top Margin": "上マージン", - "Transparency": "透明", - "Undo {0}": "取り消す", - "Undo": "取り消す", - "Unmerge Down": "下にマージしない", - "Unmerge Up": "上にマージしない", - "Visual Order": "表示の並び順", - "Watermark": "ウォーターマーク", - "Show Objects Tree": "情報ツリーの表示", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "ABCDパターン", - "Anchored Text": "テキストリンク", - "Arc": "円弧", - "Arrow Mark Down": "下矢印", - "Arrow Mark Left": "左矢印", - "Arrow Mark Right": "右矢印", - "Arrow Mark Up": "上矢印", - "Balloon": "バルーン", - "Bars Pattern": "バーのパターン", - "Brush": "ブラシ", - "Callout": "呼び出し", - "Circle Lines": "円ライン", - "Cross": "交差", - "Cyclic Lines": "円ライン", - "Date Range": "データ範囲", - "Disjoint Angle": "交差しない角度", - "Dot": "ドット", - "Elliott Labels": "エリオットラベル", - "Elliott Major Retracement": "エリオット・メジャーリトレースメント", - "Elliott Minor Retracement": "エリオット・マイナーリトレースメント", - "Elliott Wave Cycle": "エリオット波動・サイクル", - "Elliott Wave Minor": "エリオット波動・反転", - "Elliott Wave Subminuette": "エリオット波動・サブ微細波", - "Ellipse": "楕円", - "Eraser": "消しゴム", - "Extended": "延長", - "Extended Line": "延長ライン", - "Fib Channel": "フィボナッチ・チャネル", - "Fib Circles": "フィボナッチ・円", - "Fib Retracement": "フィボナッチ・リトレースメント", - "Fib Speed Resistance Arcs": "フィボナッチ・スピード抵抗円弧", - "Fib Speed Resistance Fan": "フィボナッチ・スピード抵抗ファン", - "Fib Spiral": "フィボナッチ・スパイラル", - "Fib Time Zone": "フィボナッチ・タイムゾーン", - "Fib Wedge": "フィボナッチ・ウェッジ", - "Flag Mark": "フラッグマーク", - "Flat Top/Bottom": "上下ライン", - "Flat Bottom": "下ライン", - "Forecast": "予測", - "Gann Box": "ギャン・ボックス", - "Gann Fan": "ギャン・ファン", - "Gann Square": "ギャン・スクウェア", - "Head & Shoulders": "ヘッド&ショルダー", - "Horizontal Line": "水平ライン", - "Horizontal Ray": "水平レイ", - "Icon": "アイコン", - "Inside Pitchfork": "インサイド・ピッチフォーク", - "Long Position": "ロングポジション", - "Risk/Reward long": "リスク/リワード・ロング", - "Modified Schiff Pitchfork": "変形 Schiff ピッチフォーク", - "Parallel Channel": "平行チャネル", - "Pitchfan": "ピッチファン", - "Pitchfork": "ピッチフォーク", - "Polyline": "折れ線", - "Price Label": "価格ラベル", - "Price Range": "価格レンジ", - "Projection": "投影", - "Ray": "レイ", - "Rectangle": "長方形", - "Regression Trend": "回帰トレンド", - "Rotated Rectangle": "傾斜長方形", - "Schiff Pitchfork": "Schiff ピッチフォーク", - "Schiff": "Schiff", - "Original": "オリジナル", - "Modified Schiff": "変形 Schiff", - "Inside": "内側", - "Short Position": "ショートポジション", - "Risk/Reward short": "リスク/リワード・ショート", - "Text": "テキスト", - "Comment": "コメント", - "Three Drivers Pattern": "三角持ち合い", - "Thumb Down": "バッド", - "Thumb Up": "グッド", - "Trend Angle": "トレンド角", - "Trend Line": "トレンドライン", - "Trend-Based Fib Extension": "フィボナッチ拡張ベースのトレンド", - "Trend-Based Fib Time": "フィボナッチ時間ベースのトレンド", - "Triangle Pattern": "三角パターン", - "Triangle": "三角", - "Vertical Line": "垂直線", - "XABCD Pattern": "XABCDパターン", - "Angle:": "角度:", - "Arcs": "円弧:", - "Background color 1": "背景色1", - "Background color 2": "背景色2", - "Background Color": "背景色", - "Bar #": "バー番号", - "Border color": "枠色", - "Border Color": "枠色", - "Border": "枠", - "Bottom Lables": "下ラベル", - "bottom": "下", - "center": "中央", - "Channel": "チャネル", - "Coeffs As Percents": "パーセントの係数", - "Color bars based on previous close": "前バーに基づいたバーの色", - "Color": "色", - "Color:": "色:", - "Coordinates": "座標", - "Delete": "削除", - "Down Color": "下色", - "Drawings": "描画", - "Entry price:": "エントリー価格:", - "Events": "イベント", - "Extend Left End": "左端の拡張", - "Extend Left": "左端の拡張", - "Extend Lines": "拡張ライン", - "Extend Right End": "右端の拡張", - "Extend Right": "右端の拡張", - "Extend": "拡張", - "Failure back color": "失敗の場合の背景色", - "Failure text color": "失敗の場合のテキストカラー", - "Fans": "ファン", - "Fill": "満たす", - "Format": "フォーマット", - "Graphics": "グラフィック", - "Grid": "グリッド", - "Help": "ヘルプ", - "HLC Bars": "HLCバー", - "Inputs": "入力", - "Label Background": "ラベル背景", - "Label": "ラベル", - "Labels": "ラベル", - "Left End": "左端", - "Left Labels": "左ラベル", - "left": "左端", - "Level {0}": "レベル {0}", - "Levels": "レベル", - "Lines": "ライン", - "Major": "主", - "Measure (Shift + Click on the chart)": "計測 (Shift+チャート上をクリック)", - "Median": "中央値", - "middle": "中央", - "Middle": "中央", - "Minor": "マイナー", - "Mode": "モード", - "Normal": "通常", - "Plot": "プロット", - "Price Levels": "価格レベル", - "Price Source": "価格データ源", - "Price": "価格", - "Price:": "価格:", - "Prices": "価格", - "Profit Background Color": "利益変動幅の背景色", - "Profit Level. Ticks:": "利益レベル・ティック", - "Properties": "プロパティ", - "Reverse": "反転", - "Right End": "右端", - "Right Lables": "右ラベル", - "right": "右端", - "Log Scale_scale_menu": "ログスケール", - "Percentage_scale_menu": "パーセント", - "Scales": "スケール", - "Settings": "設定", - "Show Background": "背景を表示", - "Show Bars Range": "バーレンジを表示", - "Show Date/Time Range": "日付・時間レンジを表示", - "Show Distance": "距離の表示", - "Show Labels": "ラベル表示", - "Show Price Range": "価格レンジの表示", - "Show Price": "価格表示", - "Show Prices": "価格表示", - "Show Text": "テキスト表示", - "Show Time": "時間表示", - "Show Wave": "波動表示", - "Show/Hide": "表示/非表示", - "Source back color": "背景色のソース", - "Source border color": "枠色のソース", - "Source text color": "テキストカラーのソース", - "Stay in Drawing Mode": "描画モードを維持", - "Stop Background Color": "逆指値の背景色", - "Stop Color:": "逆指値の色:", - "Stop Level. Ticks:": "逆指値レベル Ticks:", - "Style": "スタイル", - "Success back color": "成功の場合の背景色", - "Success text color": "成功の場合のテキストカラー", - "Target back color": "利益目標の背景色", - "Target border color": "利益目標の枠色", - "Target Color:": "利益目標の色:", - "Target text color": "利益目標のテキストカラー", - "Text Alignment:": "テキスト揃え:", - "Text color": "テキストカラー", - "Text Color": "テキストカラー", - "Text Font": "フォント", - "Text Wrap": "テキスト修飾", - "Text:": "テキスト:", - "Time Levels": "時間レベル", - "Timezone/Sessions": "タイムゾーン/セッション", - "Top Labels": "上ラベル", - "top": "上", - "Up Color": "上の色", - "Wave Size": "波動サイズ", - "Wick": "ヒゲ", - "Zoom In": "ズームイン", - "Zoom Out": "ズームアウト", - "Borders": "枠", - "Level": "レベル", - "Hlines Background": "Hlines 背景", - "Plots Background": "Plots 背景", - "Open_line_tool_position": "オープン", - "Closed_line_tool_position": "終了", - "{0} P&L: {1}": "{0} 利益&損失: {1}", - "Risk/Reward Ratio: {0}": "リスクリワード率: {0}", - "Stop: {0} ({1}%)": "ストップ: {0} ({1}%)", - "Target: {0} ({1}%)": "ターゲット: {0} ({1}%)", - "SUCCESS": "成功", - "FAILURE": "失敗", - "Left Shoulder": "左肩", - "Head": "ヘッド", - "Right Shoulder": "右肩", - "Mirrored": "垂直反転", - "Flipped": "水平反転", - "distance: {0}": "距離: {0}", - "day": "日", - "day_plural": "日", - "day_plural_1": "日", - "day_plural_2": "日", - "day_plural_5": "日", - "week": "週", - "week_plural": "週", - "week_plural_1": "週", - "week_plural_2": "週", - "week_plural_5": "週", - "month": "月", - "month_plural": "月", - "month_plural_1": "月", - "month_plural_2": "月", - "month_plural_5": "月", - "minute": "分", - "minute_plural": "分", - "minute_plural_1": "分", - "minute_plural_2": "分", - "minute_plural_5": "分", - "hour": "時間", - "hour_plural": "時間", - "hour_plural_1": "時間", - "hour_plural_2": "時間", - "hour_plural_5": "時間", - "y_dates": "年", - "y_dates_plural": "年", - "y_dates_plural_1": "年", - "y_dates_plural_2": "年", - "y_dates_plural_5": "年", - "h_dates": "時間", - "D_dates": "日", - "W_dates": "週", - "M_dates": "月", - "d_dates": "日", - "m_dates": "月", - "in_dates": ":", - "Jan": "1月", - "Feb": "2月", - "Mar": "g厚", - "Apr": "4月", - "May": "5月", - "Jun": "6月", - "Jul": "7月", - "Aug": "8月", - "Sep": "9月", - "Oct": "10月", - "Nov": "11月", - "Dec": "12月", - "Objects Tree": "情報ツリー", - "Manage Drawings": "描画アイテムの管理", - "TOOL": "ツール", - "SYMBOL": "シンボル", - "Move Up": "上に移動", - "Move Down": "下に移動", - "All Exchanges": "すべての取引上", - "All types": "すべての種類", - "Stock": "株式", - "stock": "株式", - "Index": "指数", - "index": "指数", - "Futures": "先物", - "futures": "先物", - "Image URL": "画像 URL", - "Save image": "画像の保存", - "or copy url:": "または URL をコピー :", - "Redo {0}": "やり直し", - "Custom color...": "色の変更 ...", - "Search": "検索", - "Open_in_legend": "始値", - "High_in_legend": "高値", - "Low_in_legend": "安値", - "Close_in_legend": "終値", - "Open": "開始値", - "High": "高値", - "Low": "安値", - "Close": "終値", - "(H + L)/2": "(高値+安値)/2", - "(H + L + C)/3": "(高値+安値+終値)/3", - "(O + H + L + C)/4": "(始値+高値+安値+終値)/4", - "UTC": "UTC", - "Exchange": "取引所", - "Athens": "アテネ", - "Berlin": "ベルリン", - "Bogota": "ボゴタ", - "Bangkok": "バンコク", - "Buenos Aires": "ブエノスアイレス", - "Chicago": "シカゴ", - "Hong Kong": "香港", - "Kolkata": "カルカッタ", - "London": "ロンドン", - "Los Angeles": "ロサンジェルス", - "Madrid": "マドリード", - "Moscow": "モスクワ", - "New York": "ニューヨーク", - "Paris": "パリ", - "Seoul": "ソウル", - "Shanghai": "上海", - "Singapore": "シンガポール", - "Sydney": "シドニー", - "Taipei": "台北", - "Tehran": "Tehran", - "Tokyo": "東京", - "Toronto": "トロント", - "Vancouver": "バンクーバー", - "Warsaw": "ワルシャワ", - "n/a": "n/a", - "Long_input": "ロング", - "long_input": "ロング", - "longlen_input": "ロング期間", - "Window Size_input": "ウィンドウサイズ", - "Length_input": "期間", - "length_input": "期間", - "len_input": "期間", - "Short_input": "ショート", - "short_input": "ショート", - "shortlen_input": "ショート期間", - "Mult_input": "倍率", - "mult_input": "倍率", - "divisor_input": "除数", - "Divisor_input": "除数", - "Upper": "上へ", - "Lower": "下へ", - "Long": "ロング", - "Short": "ショート", - "Signal": "シグナル", - "Jaw": "Jaw", - "Teeth": "Teeth", - "Lips": "Lips", - "Zero": "ゼロ", - "WMA Length_input": "WMA 期間", - "Long RoC Length_input": "RoC 長い期間", - "Short RoC Length_input": "RoC 短い期間", - "jawLength_input": "Jaw 期間", - "teethLength_input": "Teeth 期間", - "lipsLength_input": "Lips 期間", - "percent_input": "パーセント", - "exponential_input": "指数", - "smoothD_input": "スムース D", - "smoothK_input": "スムース K", - "Color 0": "色 0", - "Color 1": "色 1", - "Color 2": "色2", - "Color 3": "色3", - "Color 4": "色4", - "sym_input": "シンボル", - "symbol_input": "シンボル", - "Sym_input": "シンボル", - "DI Length_input": "DI期間", - "ADX Smoothing_input": "ADX スムース", - "displacement_input": "変位", - "Tenkan-sen": "転換線", - "Kijun-sen": "基準線", - "Chikou span": "遅行線", - "Senkou A": "先行 A", - "Senkou B": "先行 B", - "useTrueRange_input": "真レンジを使う", - "roclen1_input": "RoC 期間 1", - "roclen2_input": "RoC 期間 2", - "roclen3_input": "RoC 期間 3", - "roclen4_input": "RoC 期間 4", - "smalen1_input": "SMA 期間 1", - "smalen2_input": "SMA 期間 2", - "smalen3_input": "SMA 期間 3", - "smalen4_input": "SMA 期間 4", - "siglen_input": "シグナル期間", - "UpperLimit": "上限", - "LowerLimit": "下限", - "fastLength_input": "早い期間", - "slowLength_input": "遅い期間", - "signalLength_input": "シグナル期間", - "start_input": "スタート", - "increment_input": "増加", - "maximum_input": "最大", - "showMA_input": "MAを表示", - "show MA_input": "Show MA", - "Volume": "出来高", - "Volume MA": "出来高 MA", - "Indicator": "インディケータ", - "Oscillator": "オシレーター", - "lengthStoch_input": "ストキャスティクス期間", - "lengthRSI_input": "RSI 期間", - "sigma_input": "シグマ", - "Sigma_input": "シグマ", - "Crosses": "交差", - "Click to set a point": "ポイントをクリックで指定", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. 最初のアンカーの場所を選択するためにスライドさせます。
2. 最初のアンカーを置く場所をタップします。", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. 次のアンカーの場所を選択するためにスライドさせます。
2. 次のアンカーを置く場所をタップします。", - "retrying": "再試行中", - "eod data": "EODデータ", - "eod delayed": "EOD遅延", - "loading data": "データの読み込み中", - "invalid symbol": "不明なシンボル", - "streaming": "ストリーミング", - "realtime": "リアルタイム", - "pre-market": "プリマーケット", - "post-market": "延長マーケット", - "closed": "終了", - "Time Interval": "時間間隔", - "Show Symbol Labels": "シンボルラベルの表示", - "Show Symbol Labels_context_menu": "シンボルラベルの表示", - "Subminuette": "サブ微細波", - "Minuette": "ミニュット", - "Minute": "ミニッツ", - "Intermediate": "インターミディエット", - "Primary": "プライマリー", - "Cycle": "サイクル", - "SuperCycle": "スーパーサイクル", - "GrandSuperCycle": "グランドスーパーサイクル", - "Lock": "ロック", - "Width": "幅", - "Line With Breaks": "ラインをブレイク", - "Area With Breaks": "エリアをブレイク", - "Type": "タイプ", - "Simple": "シンプル", - "With Markers": "マーカー", - "Step": "ステップ", - "No drawings yet": "未描画", - "Lock/Unlock": "ロック/解除", - "deviation_input": "偏差", - "depth_input": "深さ", - "Accumulation/Distribution_study": "AD", - "Aroon_study": "アーロン", - "Advance/Decline_study": "騰落ライン", - "Average True Range_study": "平均トゥルー・レンジ", - "Awesome Oscillator_study": "オーサム・インジケーター・オシレーター ", - "Bollinger Bands Width_study": "ボリンジャーバンド幅", - "Balance of Power_study": "バランスオブパワー", - "Bollinger Bands_study": "ボリンジャーバンド", - "Bollinger Bands %B_study": "ボリンジャーバンド %B", - "Chaikin Money Flow_study": "チャイキン・マネー・フロー", - "Chaikin Oscillator_study": "チャイキン・オシレーター", - "Chande Kroll Stop_study": "シャンデクロールストップ", - "Chande Momentum Oscillator_study": "シャンデ・モーメンタムオシレーター", - "Commodity Channel Index_study": "商品チャンネル指数", - "Choppiness Index_study": "チョピネス・インデックス", - "Directional Movement Index_study": "ディレクショナルムーブメントインデックス(DMI)", - "Correlation Coeff_study": "相関係数", - "Donchian Channels_study": "ドンチャンチャネル", - "Double Exponential Moving Average_study": "二重指数移動平均線", - "Ease of Movement_study": "イーズ オブ ムーブメント", - "Elders Force Index_study": "エルダー力指数", - "Envelope_study": "エンベロープ", - "Ichimoku Cloud_study": "一目雲", - "Klinger Oscillator_study": "クリンガーオシレーター", - "Hull MA_study": "Hull 移動平均", - "Keltner Channels_study": "ケルトナーチャネル", - "Linear Regression Curve_study": "線形回帰曲線", - "Know Sure Thing_study": "ノウンシュアティング", - "MA Cross_study": "移動平均線の交差", - "Money Flow_study": "マネーフロー", - "Mass Index_study": "マス・インデックス", - "Moving Average Exponential_study": "指数移動平均", - "Net Volume_study": "ネット出来高", - "Moving Average Convergence/Divergence_study": "MACD", - "Moving Average_study": "移動平均線", - "Moving Average Weighted_study": "加重移動平均", - "Parabolic SAR_study": "パラボリックSAR", - "On Balance Volume_study": "オン・バランス・ボリューム", - "Price Oscillator_study": "プライスオシレーター", - "Relative Strength Index_study": "RSI", - "Relative Vigor Index_study": "RVI 相対的活力指数", - "Relative Volatility Index_study": "相対ボラテリティ指数", - "SMI Ergodic Indicator/Oscillator_study": "SMIエルゴディック 指数/オシレーター", - "Stochastic_study": "ストキャスティクス", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "ストキャスティクス RSI", - "Triple EMA_study": "トリプル EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "出来高オシレーター", - "Volume_study": "出来高", - "Williams Alligator_study": "ウィリアムズ・アリゲーター", - "Willams %R_study": "ウィリアムズ %R", - "Coppock Curve_study": "コポック曲線", - "Least Squares Moving Average_study": "最小二乗法移動平均", - "Arnaud Legoux Moving Average_study": "アーノルド・レガックス移動平均", - "True Strength Indicator_study": "真力指数", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label-nocap", + "Script Editor": "スクリプトエディタ", + " Published Charts Timeline": "チャートのタイムラインを公開する", + "SMA": "SMA", + "Published Chart": "公開済みチャート", + "Bar's Style": "バーのスタイル", + "Chart Properties": "チャートプロパティ", + "Compare": "比較", + "Compare...": "比較 ...", + "Compare or Add Symbol...": "比較、またはシンボルの追加...", + "Compare or Add Symbol": "比較、またはシンボルの追加", + "Add Symbol": "シンボルの追加", + "Scales Properties...": "スケールプロパティ", + "Add": "追加", + "Company Comparison": "銘柄比較", + "Indicators, Fundamentals, Economy and Add-ons": "インディケータ、ファンダメンタル、経済指標、アドオン", + "Economy & Symbols": "指標 & シンボル", + "Bars": "バー", + "Candles": "ローソク足", + "Hollow Candles": "中空ローソク足", + "Line": "ライン", + "Permanent link to this message": "メッセージへのリンク", + "Area": "エリア", + "Message settings": "メッセージ設定", + "Heiken Ashi": "平均足", + "Delete message": "メッセージ削除", + "Are you sure you want to delete this message?": "このメッセージを削除してもいいですか?", + "Renko": "連行足", + "Line Break": "ラインブレイク", + "Kagi": "カギ足", + "Point & Figure": "ポイント&フィギュア", + "Histogram": "ヒストグラム", + "Cross_chart_type": "クロス", + "Crosshair": "クロスヘア", + "Columns": "カラム", + "Circles": "円", + "Indicators": "インディケーター", + "Favorites": "お気に入り", + "Technical Analysis": "テクニカル解析", + "No indicators matched your criteria.": "条件に合うインディケータがありません。", + "Add to favorites": "お気に入りへ追加", + "Remove from favorites": "お気に入りから削除", + "No symbols matched your criteria": "条件に合うシンボルがありません", + "Add any symbol from the list": "一覧からシンボルを追加", + "Overlay the main chart": "メインチャートに重ねる", + "Symbols to be added on the chart": "シンボルをチャート上に追加する", + "Symbol": "シンボル", + "Default": "デフォルト", + "Defaults": "デフォルト", + "OK": "OK", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "キャンセル", + " color": "色", + " transparency": "透明", + " visibility": "表示", + "Add To Watchlist": "ウォッチリストに追加", + "Add {0} To Watchlist": "ウオッチリストに {0} を追加", + "Apply": "適用", + "Arguments in Header": "ヘッダーのパラメータ", + "Arrow": "矢印", + "Auto Scale": "自動スケール", + "Background": "背景", + "bars": "バー", + "bars_margin": "バー", + "{0} bars": "{0} バー", + "Bottom Margin": "下マージン", + "Bring Forward": "一つ上に移動", + "Bring to Front": "最上面へ移動", + "Clone": "複製", + "Color Theme": "カラーテーマ", + "Copy": "複製", + "Extended Hours": "延長時間", + "Format...": "フォーマット ...", + "Source Code...": "ソースコード ...", + "Full Screen": "フルスクリーン", + "Grid Lines": "グリッドライン", + "Hide All Drawing Tools": "すべての描画ツールを隠す", + "Drawing Tools": "Drawing Tools", + "Hide": "隠す", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "描画ツールを挿入する", + "Insert Indicator...": "インディケータを挿入 ...", + "Script Editor...": "スクリプトエディタ", + "Last Value on Price Scale": "価格スケール上の最新値", + "Link To": "リンク", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "新しいバーの読み込み", + "Lock All Drawing Tools": "すべての描画ツールをロックする", + "Lock Scale": "スケールのロック", + "Lock scale": "スケールのロック", + "Log Scale": "ログスケール", + "log": "ログスケール", + "Magnet Mode": "マグネットモード", + "Merge Down": "下にマージ", + "Merge Up": "上にマージ", + "Objects Tree...": "情報ツリー", + "Offset": "オフセット", + "Override Min Tick": "最小ティックを重ねる", + "Percentage": "パーセント", + "Precision": "精度", + "Price Line": "価格ライン", + "Properties...": "プロパティ ...", + "Redo": "やり直し", + "Remove All Drawing Tools": "すべての描画ツールを削除", + "Remove All Studies": "すべてのインディケータを削除", + "Remove All Indicators": "すべてのインディケーターを削除", + "Remove": "削除", + "Reset Chart": "チャートをリセット", + "Reset Scale": "スケールをリセット", + "Reset": "リセット", + "Right Margin": "右マージン", + "Save As...": "名前を付けて保存 ...", + "Scale Left": "左マージン", + "Scale Percentage": "パーセントスケール", + "Scale Right": "右スケール", + "Scale Series Only": "スケール列のみ", + "Scale series only": "スケール列のみ", + "Scale Series only": "スケール列のみ", + "Scales Lines": "スケールライン", + "Scales Text": "スケールテキスト", + "Scaling": "スケール", + "Screen (No Scale)": "スクリーン(スケールなし)", + "Send Backward": "最背面へ移動", + "Send to Back": "一つ下に移動", + "Session Breaks": "セッション区切り", + "Show Arguments in Header": "ヘッダーにパラメータを表示", + "Show Last Value": "終値表示", + "Show Last Value on Price Scale": "価格軸に最新値を表示", + "Show Left Axis": "スケールを左に表示", + "Show Right Axis": "スケールを右に表示", + "Show": "表示", + "Show Countdown": "カウントダウン表示", + "Stay In Drawing Mode": "描画モードを維持", + "Symbol Search...": "シンボルの検索 ...", + "Change Symbol": "シンボルの変更", + "Change Symbol...": "シンボルの変更 ...", + "Change Interval...": "インターバル変更 ...", + "Time Zone": "タイムゾーン", + "TimeZone": "タイムゾーン", + "Top Margin": "上マージン", + "Transparency": "透明", + "Undo {0}": "取り消す", + "Undo": "取り消す", + "undo": "アンドゥ", + "redo": "リドゥ", + "Unmerge Down": "下にマージしない", + "Unmerge Up": "上にマージしない", + "Visual Order": "表示の並び順", + "Watermark": "ウォーターマーク", + "Show Objects Tree": "情報ツリーの表示", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCDパターン", + "Anchored Text": "テキストリンク", + "Arc": "円弧", + "Arrow Mark Down": "下矢印", + "Arrow Mark Left": "左矢印", + "Arrow Mark Right": "右矢印", + "Arrow Mark Up": "上矢印", + "Balloon": "バルーン", + "Bars Pattern": "バーのパターン", + "Brush": "ブラシ", + "Callout": "呼び出し", + "Circle Lines": "円ライン", + "Cross": "交差", + "Cyclic Lines": "円ライン", + "Date Range": "データ範囲", + "Disjoint Angle": "交差しない角度", + "Dot": "ドット", + "Elliott Labels": "エリオットラベル", + "Elliott Major Retracement": "エリオット・メジャーリトレースメント", + "Elliott Minor Retracement": "エリオット・マイナーリトレースメント", + "Elliott Wave Cycle": "エリオット波動・サイクル", + "Elliott Wave Minor": "エリオット波動・反転", + "Elliott Wave Circle": "エリオットウェーブサークル", + "Elliott Wave Subminuette": "エリオット波動・サブ微細波", + "Ellipse": "楕円", + "Value": "Value", + "Eraser": "消しゴム", + "Alert Actions": "アラートアクション", + "Send E-mail": "メール送信", + "Send SMS": "SMS送信", + "Play Sound": "サウンドを鳴らす", + "Show Popup": "ポップアップ表示", + "Extended": "延長", + "Extended Line": "延長ライン", + "Fib Channel": "フィボナッチ・チャネル", + "Fib Circles": "フィボナッチ・円", + "Fib Retracement": "フィボナッチ・リトレースメント", + "Fib Speed Resistance Arcs": "フィボナッチ・スピード抵抗円弧", + "Fib Speed Resistance Fan": "フィボナッチ・スピード抵抗ファン", + "Fib Spiral": "フィボナッチ・スパイラル", + "Fib Time Zone": "フィボナッチ・タイムゾーン", + "Fib Wedge": "フィボナッチ・ウェッジ", + "Flag Mark": "フラッグマーク", + "Flat Top/Bottom": "上下ライン", + "Flat Bottom": "下ライン", + "Forecast": "予測", + "Gann Box": "ギャン・ボックス", + "Gann Fan": "ギャン・ファン", + "Gann Square": "ギャン・スクウェア", + "Head & Shoulders": "ヘッド&ショルダー", + "Horizontal Line": "水平ライン", + "Horizontal Ray": "水平レイ", + "Icon": "アイコン", + "Inside Pitchfork": "インサイド・ピッチフォーク", + "Long Position": "ロングポジション", + "Risk/Reward long": "リスク/リワード・ロング", + "Modified Schiff Pitchfork": "変形 Schiff ピッチフォーク", + "Parallel Channel": "平行チャネル", + "Pitchfan": "ピッチファン", + "Pitchfork": "ピッチフォーク", + "Polyline": "折れ線", + "Price Label": "価格ラベル", + "Price Range": "価格レンジ", + "Projection": "投影", + "Ray": "レイ", + "Rectangle": "長方形", + "Regression Trend": "回帰トレンド", + "Rotated Rectangle": "傾斜長方形", + "Schiff Pitchfork": "Schiff ピッチフォーク", + "Schiff": "Schiff", + "Original": "オリジナル", + "Modified Schiff": "変形 Schiff", + "Inside": "内側", + "Short Position": "ショートポジション", + "Risk/Reward short": "リスク/リワード・ショート", + "Text": "テキスト", + "Comment": "コメント", + "Three Drivers Pattern": "三角持ち合い", + "Thumb Down": "バッド", + "Thumb Up": "グッド", + "Trend Angle": "トレンド角", + "Trend Line": "トレンドライン", + "Trend-Based Fib Extension": "フィボナッチ拡張ベースのトレンド", + "Trend-Based Fib Time": "フィボナッチ時間ベースのトレンド", + "Triangle Pattern": "三角パターン", + "Triangle": "三角", + "Vertical Line": "垂直線", + "XABCD Pattern": "XABCDパターン", + "Angle:": "角度:", + "Arcs": "円弧:", + "Background color 1": "背景色1", + "Background color 2": "背景色2", + "Background Color": "背景色", + "Bar #": "バー番号", + "Border color": "枠色", + "Border Color": "枠色", + "Border": "枠", + "Bottom Lables": "下ラベル", + "bottom": "下", + "center": "中央", + "Channel": "チャネル", + "Coeffs As Percents": "パーセントの係数", + "Color bars based on previous close": "前バーに基づいたバーの色", + "Color": "色", + "Color:": "色:", + "Coordinates": "座標", + "Delete": "削除", + "Down Color": "下色", + "Drawings": "描画アイテム", + "Entry price:": "エントリー価格:", + "Event": "イベント", + "Events": "イベント", + "Extend Left End": "左端の拡張", + "Extend Left": "左端の拡張", + "Extend Lines": "拡張ライン", + "Extend Right End": "右端の拡張", + "Extend Right": "右端の拡張", + "Extend": "拡張", + "Failure back color": "失敗の場合の背景色", + "Failure text color": "失敗の場合のテキストカラー", + "Fans": "ファン", + "Fill": "満たす", + "Format": "フォーマット", + "Graphics": "グラフィック", + "Grid": "グリッド", + "Help": "ヘルプ", + "HLC Bars": "HLCバー", + "Inputs": "入力", + "Label Background": "ラベル背景", + "Label": "ラベル", + "Labels": "ラベル", + "Left End": "左端", + "Left Labels": "左ラベル", + "Right Labels": "右ラベル", + "left": "左端", + "Level {0}": "レベル {0}", + "Levels": "レベル", + "Lines": "ライン", + "Major": "主", + "Measure (Shift + Click on the chart)": "計測 (Shift+チャート上をクリック)", + "Median": "中央値", + "middle": "中央", + "Middle": "中央", + "Minor": "マイナー", + "Mode": "モード", + "Normal": "通常", + "Plot": "プロット", + "Price Levels": "価格レベル", + "Price Source": "価格データ源", + "Price": "価格", + "Price:": "価格:", + "Prices": "価格", + "Profit Background Color": "利益変動幅の背景色", + "Profit Level. Ticks:": "利益レベル・ティック", + "Properties": "プロパティ", + "Reverse": "反転", + "Right End": "右端", + "Right Lables": "右ラベル", + "right": "右端", + "Log Scale_scale_menu": "ログスケール", + "Percentage_scale_menu": "パーセント", + "Scales": "スケール", + "Settings": "設定", + "Show Background": "背景を表示", + "Show Bars Range": "バーレンジを表示", + "Show Date/Time Range": "日付・時間レンジを表示", + "Show Distance": "距離の表示", + "Show Labels": "ラベル表示", + "Show Price Range": "価格レンジの表示", + "Show Price": "価格表示", + "Show Prices": "価格表示", + "Show Text": "テキスト表示", + "Show Time": "時間表示", + "Show Wave": "波動表示", + "Show/Hide": "表示/非表示", + "Source back color": "背景色のソース", + "Source border color": "枠色のソース", + "Source text color": "テキストカラーのソース", + "Stay in Drawing Mode": "描画モードを維持", + "Stop Background Color": "逆指値の背景色", + "Stop Color:": "逆指値の色:", + "Stop Level. Ticks:": "逆指値レベル Ticks:", + "Style": "スタイル", + "Success back color": "成功の場合の背景色", + "Success text color": "成功の場合のテキストカラー", + "Target back color": "利益目標の背景色", + "Target border color": "利益目標の枠色", + "Target Color:": "利益目標の色:", + "Target text color": "利益目標のテキストカラー", + "Text Alignment:": "テキスト揃え:", + "Text color": "テキストカラー", + "Text Color": "テキストカラー", + "Text Font": "フォント", + "Text Wrap": "テキスト修飾", + "Text:": "テキスト:", + "Time Levels": "時間レベル", + "Timezone/Sessions": "タイムゾーン/セッション", + "Top Labels": "上ラベル", + "Bottom Labels": "下ラベル", + "top": "上", + "Up Color": "上の色", + "Wave Size": "波動サイズ", + "Wick": "ヒゲ", + "Zoom In": "ズームイン", + "Zoom Out": "ズームアウト", + "Borders": "枠", + "Level": "レベル", + "Hlines Background": "Hlines 背景", + "Plots Background": "Plots 背景", + "Open_line_tool_position": "オープン", + "Closed_line_tool_position": "終了", + "{0} P&L: {1}": "{0} 利益&損失: {1}", + "Risk/Reward Ratio: {0}": "リスクリワード率: {0}", + "Stop: {0} ({1}%)": "逆指値: {0} ({1}%)", + "Target: {0} ({1}%)": "ターゲット: {0} ({1}%)", + "SUCCESS": "成功", + "FAILURE": "失敗", + "Left Shoulder": "左肩", + "Head": "ヘッド", + "Right Shoulder": "右肩", + "Mirrored": "垂直反転", + "Flipped": "水平反転", + "distance: {0}": "距離: {0}", + "day": "日", + "day_plural": "日", + "week": "週", + "week_plural": "週", + "month": "月", + "month_plural": "月", + "minute": "分", + "minute_plural": "分", + "hour": "時間", + "hour_plural": "時間", + "y_dates": "年", + "y_dates_plural": "年", + "h_dates": "時間", + "D_dates": "日", + "W_dates": "週", + "M_dates": "月", + "d_dates": "日", + "m_dates": "月", + "in_dates": ":", + "Jan": "1月", + "Feb": "2月", + "Mar": "g厚", + "Apr": "4月", + "May": "5月", + "Jun": "6月", + "Jul": "7月", + "Aug": "8月", + "Sep": "9月", + "Oct": "10月", + "Nov": "11月", + "Dec": "12月", + "Objects Tree": "情報ツリー", + "Manage Drawings": "描画アイテムの管理", + "TOOL": "ツール", + "SYMBOL": "シンボル", + "Move Up": "上に移動", + "Move Down": "下に移動", + "All Exchanges": "すべての取引所", + "All types": "すべての種類", + "Stock": "株式", + "stock": "株式", + "Index": "指数", + "index": "指数", + "Futures": "先物", + "futures": "先物", + "Image URL": "画像 URL", + "Save image": "画像の保存", + "or copy url:": "または URL をコピー :", + "Redo {0}": "やり直し", + "Custom color...": "色の変更 ...", + "Search": "検索", + "Open_in_legend": "始値", + "High_in_legend": "高値", + "Low_in_legend": "安値", + "Close_in_legend": "終値", + "Open": "開始値", + "High": "高値", + "Low": "安値", + "Close": "終値", + "(H + L)/2": "(高値+安値)/2", + "(H + L + C)/3": "(高値+安値+終値)/3", + "(O + H + L + C)/4": "(始値+高値+安値+終値)/4", + "UTC": "UTC", + "Exchange": "取引所", + "Athens": "アテネ", + "Berlin": "ベルリン", + "Bogota": "ボゴタ", + "Bangkok": "バンコク", + "Buenos Aires": "ブエノスアイレス", + "Chicago": "シカゴ", + "Hong Kong": "香港", + "Kolkata": "カルカッタ", + "London": "ロンドン", + "Los Angeles": "ロサンジェルス", + "Madrid": "マドリード", + "Moscow": "モスクワ", + "New York": "ニューヨーク", + "Paris": "パリ", + "Sao Paulo": "サンパウロ", + "Seoul": "ソウル", + "Shanghai": "上海", + "Singapore": "シンガポール", + "Sydney": "シドニー", + "Taipei": "台北", + "Tehran": "テヘラン", + "Tokyo": "東京", + "Toronto": "トロント", + "Vancouver": "バンクーバー", + "Warsaw": "ワルシャワ", + "n/a": "n/a", + "Long_input": "ロング", + "long_input": "ロング", + "longlen_input": "ロング期間", + "Window Size_input": "ウィンドウサイズ", + "Length_input": "期間", + "length_input": "期間", + "len_input": "期間", + "Short_input": "ショート", + "short_input": "ショート", + "shortlen_input": "ショート期間", + "Mult_input": "倍率", + "mult_input": "倍率", + "divisor_input": "除数", + "Divisor_input": "除数", + "Upper": "上へ", + "Lower": "下へ", + "Long": "ロング", + "Short": "ショート", + "Signal": "シグナル", + "Jaw": "Jaw", + "Teeth": "歯", + "Lips": "唇", + "Zero": "ゼロ", + "WMA Length_input": "WMA 期間", + "Long RoC Length_input": "RoC 長い期間", + "Short RoC Length_input": "RoC 短い期間", + "jawLength_input": "Jaw 期間", + "teethLength_input": "Teeth 期間", + "lipsLength_input": "Lips 期間", + "percent_input": "パーセント", + "exponential_input": "指数", + "smoothD_input": "スムース D", + "smoothK_input": "スムース K", + "Color 0": "色 0", + "Color 1": "色 1", + "Color 2": "色2", + "Color 3": "色3", + "Color 4": "色4", + "sym_input": "シンボル", + "symbol_input": "シンボル", + "Sym_input": "シンボル", + "DI Length_input": "DI期間", + "ADX Smoothing_input": "ADX スムース", + "displacement_input": "変位", + "Tenkan-sen": "転換線", + "Kijun-sen": "基準線", + "Chikou span": "遅行線", + "Senkou A": "先行 A", + "Senkou B": "先行 B", + "useTrueRange_input": "真レンジを使う", + "roclen1_input": "RoC 期間 1", + "roclen2_input": "RoC 期間 2", + "roclen3_input": "RoC 期間 3", + "roclen4_input": "RoC 期間 4", + "smalen1_input": "SMA 期間 1", + "smalen2_input": "SMA 期間 2", + "smalen3_input": "SMA 期間 3", + "smalen4_input": "SMA 期間 4", + "siglen_input": "シグナル期間", + "UpperLimit": "上限", + "LowerLimit": "下限", + "Limit": "指値", + "fastLength_input": "早い期間", + "slowLength_input": "遅い期間", + "signalLength_input": "シグナル期間", + "start_input": "スタート", + "increment_input": "増加", + "maximum_input": "最大", + "showMA_input": "MAを表示", + "show MA_input": "Show MA", + "Volume": "出来高", + "Volume MA": "出来高 MA", + "Indicator": "インディケータ", + "Oscillator": "オシレーター", + "lengthStoch_input": "ストキャスティクス期間", + "lengthRSI_input": "RSI 期間", + "sigma_input": "シグマ", + "Sigma_input": "シグマ", + "Crosses": "交差", + "Click to set a point": "ポイントをクリックで指定", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. 最初のアンカーの場所を選択するためにスライドさせます。
2. 最初のアンカーを置く場所をタップします。", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. 次のアンカーの場所を選択するためにスライドさせます。
2. 次のアンカーを置く場所をタップします。", + "retrying": "再試行中", + "eod data": "EODデータ", + "eod delayed": "EOD遅延", + "loading data": "データの読み込み中", + "invalid symbol": "不明なシンボル", + "streaming": "ストリーミング", + "realtime": "リアルタイム", + "pre-market": "プリマーケット", + "post-market": "延長マーケット", + "closed": "終了", + "Time Interval": "タイムインターバル", + "Show Symbol Labels": "シンボルラベルの表示", + "Show Symbol Labels_context_menu": "シンボルラベルの表示", + "Subminuette": "サブ微細波", + "Minuette": "ミニュット", + "Minute": "ミニッツ", + "Intermediate": "インターミディエット", + "Primary": "プライマリー", + "Cycle": "サイクル", + "SuperCycle": "スーパーサイクル", + "GrandSuperCycle": "グランドスーパーサイクル", + "Lock": "ロック", + "Width": "幅", + "Line With Breaks": "ラインをブレイク", + "Area With Breaks": "エリアをブレイク", + "Type": "タイプ", + "Simple": "シンプル", + "With Markers": "マーカー", + "Step": "ステップ", + "No drawings yet": "未描画", + "Lock/Unlock": "ロック/解除", + "deviation_input": "偏差", + "depth_input": "深さ", + "Accumulation/Distribution_study": "AD", + "Aroon_study": "アーロン", + "Advance/Decline_study": "騰落ライン", + "Average True Range_study": "平均トゥルー・レンジ", + "Awesome Oscillator_study": "オーサム・インジケーター・オシレーター ", + "Bollinger Bands Width_study": "ボリンジャーバンド幅", + "Balance of Power_study": "バランスオブパワー", + "Bollinger Bands_study": "ボリンジャーバンド", + "Bollinger Bands %B_study": "ボリンジャーバンド %B", + "Chaikin Money Flow_study": "チャイキン・マネー・フロー", + "Chaikin Oscillator_study": "チャイキン・オシレーター", + "Chande Kroll Stop_study": "シャンデクロールストップ", + "Chande Momentum Oscillator_study": "シャンデ・モーメンタムオシレーター", + "Commodity Channel Index_study": "商品チャンネル指数", + "Choppiness Index_study": "チョピネス・インデックス", + "Directional Movement Index_study": "ディレクショナルムーブメントインデックス(DMI)", + "Correlation Coeff_study": "相関係数", + "Donchian Channels_study": "ドンチャンチャネル", + "Double Exponential Moving Average_study": "二重指数移動平均線", + "Ease of Movement_study": "イーズ オブ ムーブメント", + "Elders Force Index_study": "エルダー力指数", + "Envelope_study": "エンベロープ", + "Ichimoku Cloud_study": "一目雲", + "Klinger Oscillator_study": "クリンガーオシレーター", + "Hull MA_study": "Hull 移動平均", + "Keltner Channels_study": "ケルトナーチャネル", + "Linear Regression Curve_study": "線形回帰曲線", + "Know Sure Thing_study": "ノウンシュアティング", + "MA Cross_study": "移動平均線の交差", + "Money Flow_study": "マネーフロー", + "Mass Index_study": "マス・インデックス", + "Moving Average Exponential_study": "指数移動平均", + "Net Volume_study": "ネット出来高", + "Moving Average Convergence/Divergence_study": "MACD", + "Moving Average_study": "移動平均線", + "Moving Average Weighted_study": "加重移動平均", + "Parabolic SAR_study": "パラボリックSAR", + "On Balance Volume_study": "オン・バランス・ボリューム", + "Price Oscillator_study": "プライスオシレーター", + "Relative Strength Index_study": "RSI", + "Relative Vigor Index_study": "RVI 相対的活力指数", + "Relative Volatility Index_study": "相対ボラテリティ指数", + "SMI Ergodic Indicator/Oscillator_study": "SMIエルゴディック 指数/オシレーター", + "Stochastic_study": "ストキャスティクス", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "ストキャスティクス RSI", + "Triple EMA_study": "トリプル EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "出来高オシレーター", + "Volume_study": "出来高", + "Williams Alligator_study": "ウィリアムズ・アリゲーター", + "Willams %R_study": "ウィリアムズ %R", + "Coppock Curve_study": "コポック曲線", + "Least Squares Moving Average_study": "最小二乗法移動平均", + "Arnaud Legoux Moving Average_study": "アーノルド・レガックス移動平均", + "True Strength Indicator_study": "真力指数", + "Change Interval": "インターバル変更", + "Show Only Studies": "スタディのみ表示", + "Show Only Drawings": "描画アイテムのみ表示", + "Show All": "すべて表示", + "Timezone/Sessions Properties...": "タイムゾーン/セッションプロパティ...", + "Scale Price Chart Only": "スケール価格チャートのみ", + "Open Interval Dialog": "インターバルダイアログを開く", + "Note": "ノート", + "Anchored Note": "アンカーノート", + "Scales Properties": "スケールプロパティ", + "Toggle Auto Scale": "自動スケールトグル", + "Toggle Log Scale": "対数スケールトグル", + "Toggle Percentage": "%トグル", + "auto_scale": "auto", + "Invalid Symbol": "不明なシンボル", + "loading...": "読み込み中 ...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "適用できません。", + "Stats Text Color": "テキストの色", + "Show Angle": "角度表示", + "Always Show Stats": "常に統計表示", + "Rename...": "名前の変更 ...", + "New": "新規作成", + "Load": "読み込み", + "Save": "保存", + "Rename Chart": "チャートの名前を変更", + "{0} copy": "コピー {0}", + "Please enter chart name": "チャートの名前を入力", + "Enter a new chart name": "新しいチャートの名前を入力", + "Load Chart": "チャートの読み込み", + "Chart Name": "チャート名", + "Chart name": "チャート名", + "Rename Chart Layout": "チャートレイアウトの名前を変更", + "Please enter chart layout name": "チャートレイアウトの名前を入力してください", + "Enter a new chart layout name": "新しいチャートレイアウトの名前を入力してください", + "Load Layout Chart": "チャートレイアウトを読み込み", + "Chart Layout Name": "チャートレイアウト名", + "Chart layout name": "チャートレイアウト名", + "NEW CHART LAYOUT": "新規チャートレイアウト", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "チャートレイアウトを保存は、特定のチャートを保存することではありません。この保存では、すべてのシンボル、インターバルなど現在お使いのレイアウトでの変更のすべてを保存するものです。", + "Last Modified": "最終更新", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "アクティブシンボル", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "フルスクリーンモード", + "Marker Color": "マーカーの色", + "Font Size": "フォントサイズ", + "Save New Chart": "新しいチャートを保存", + "Source_compare": "Source", + "YES": "はい", + "Yes": "Yes", + "No": "No", + "NO": "いいえ", + "Confirmation": "確認", + "Are you sure you want to delete this chart?": "このチャートを削除してもいいですか?", + "Hide Marks On Bars": "バーの上のマーカーを消す", + "Precise Labels": "詳細ラベル", + "Copy Chart Layout": "チャートレイアウトをコピー", + "Load Chart Layout": "チャートレイアウトを読み込み", + "Save New Chart Layout": "新規チャートレイアウトを保存", + "The Extended Trading Hours feature is available only for intraday charts": "延長された取引時間機能は、イントラデーのチャートでのみ利用できます。", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "詳細", + "Date": "日付", + "Time": "時間", + "Alerts for the current symbol only": "現在のシンボルに対してのみのアラート", + "Alerts for the current resolution only": "現在の表示度だけでのアラート", + "Hide inactive alerts": "アクティブではないアラートを消す", + "Stopped Manual": "手動を止める", + "Expired": "期限", + "Triggered and Not Active": "トリガー済み、非アクティブ", + "Error": "エラー", + "Stop": "逆指値", + "Stopped": "停止", + "Active": "アクティブ", + "Order": "過去", + "Actual": "現在", + "Prior": "前", + "Company": "会社", + "Estimate": "評価", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "チャートの簡単スナップショットを撮ることができます。ペイントツールや、スクリーンショットツールは必要がありません。ワンクリックで、チャートを画像にしてリンクをゲットできます。", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "チャートのスナップショット、絵、その他あなたが書いたものは何でもツイッターでシェアしてください。", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "StockTwits であなたのチャートのスナップショットを画像として共有して、コメントを書くことができます。", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "投資サイトや、投資コミュニティーで、あなたのトレーディングアイデアを共有して公開できます。もちろん、他のユーザーもコメントしたり、評価できます。", + "Suggested ideas & my ideas": "提案されたアイデアと自分のアイデア", + "Ideas of the people I follow & my ideas": "私がフォローしている人たちや私のアイデア", + "My ideas only": "自分のアイデアのみ", + "Hide Widgets": "ウィジェットを隠す", + "Create Alert": "アラート作成", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "パインスクリプトエディタ", + "Published ideas settings": "アイデアの表示設定", + "Change Ideas filter": "アイデアフィルタを変更", + "Hide Drawings Toolbar": "描画アイテムツールバーを隠す", + "Show/Hide Drawings Toolbar": "描画アイテムツールバーの表示/非表示", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "公開されたアイデアは、チャートのすぐ側に丸いドットで表示されます。時間を追って、他の人の意見を見ていくことができます。", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "公開されたアイデアは、チャートのすぐ側に丸いドットで表示されます。時間を追って、他の人の意見を見ていくことができます。", + "Study Template": "スタディテンプレート", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

警告:このシンボルは、BATS電子取引所によって提供されているシンボルです。

BATSのリアルタイムデータは、 “公式“のデータとは、異なっています。出来高が近似的な値になっていたり、データ更新も少なくなっています。

これらの違いがあなたの投資解析にとって重要な場合には、プロのサービスを購読・利用してください。PRO では、データは、取引所からリアルタイムで配信されています。", + "Quotes are delayed by 10 min and updated every 30 seconds": "データ配信は、10分遅延しています。30秒ごとに更新されます。", + "delayed": "遅延表示", + "Show only my sent and received messages": "自分が送受信したメッセージのみを表示", + "Maximize Chat": "チャート最大化", + "Detach Chat": "チャットを切り離す", + "Type your message here": "メッセージを入力", + "Have something to say?": "何か言いますか?", + "Attach chart snapshot": "チャートのスナップショットを貼り付け", + "Insert emoticon": "絵文字を入力", + "You can not vote twice for one message": "同じメッセージを2度入力できません。", + "English only, please": "英語のみでお願いいたします。", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "英語のみでお願いいたします。現在は、英語のみサポートしてます。TradingView では、英語のみの会話が利用できます。", + "Respecting Fellow Members": "尊敬する仲間たち", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "仲間を尊敬すること。あなたのアイデアと合うかどうかに関わらず、礼儀正しく丁寧に接して下さい。あなたが仲間から接して欲しい方法で仲間に接して下さい。", + "No advertising allowed": "広告は許可しません。", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "広告は、許可されていません。関連のある外部リンクや、会話に価値のあるものだけを投稿することができます。(例や、引用等のみになります。)", + "Custom...": "カスタマイズ ...", + "Forex Talks": "為替トーク", + "Forex": "為替", + "Stock And Index Talks": "株と指数トーク", + "Bitcoin Talks": "ビットコイントーク", + "Bitcoin": "ビットコイン", + "Link to this chat...": "このチャットにリンクする ...", + "Chat archives...": "チャット・アーカイブ...", + "Edit room...": "ルームを編集 ...", + "Delete room": "ルームを削除", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "あなたが送ったメッセージにエラーが発生しました。", + "Confirm": "確認", + "Are you sure you want to delete this room?": "本当にこのルームを削除しますか?", + "Show chart snapshot preview": "チャートスナップショットのプレビュー", + "Chart Snapshot": "チャートのスナップショット", + "Show only favorite rooms": "お気に入りのルームのみ表示する", + "Ignored users...": "ユーザーを無視する ...", + "Launch chat in separate window": "チャットを別々のウィンドウで起動する", + "Link to this room...": "このルームへのリンク ...", + "Room archives...": "ルームアーカイブ ...", + "You have no ignored users": "無視しているユーザーはいません。", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "追加項目の比較", + "Follow": "フォローする", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "あなたのフォローするシンボルについて新しいアイデアが発表されたとき、通知を受け取れます。", + "You are not logged in. Please sign in.": "ログインしていません。サインインしてください。", + "Info": "情報", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "カギ、連行足、ラインブレイク、PnFチャートでは、新しいバーを読み込むことができません。", + "Home": "ホーム", + "Ideas": "アイデア", + "Scripts": "スクリプト", + "Sign In": "サインイン", + "Sign Up": "サインアップ", + "Join Now": "今すぐ参加する", + "Ideas Published": "アイデアを公開する", + "Followers": "フォロワー", + "Following": "フォローしている", + "Profile Settings": "プロフィール設定", + "Public Profile": "公開プロフィール", + "Update Status": "ステータス更新", + "Sign Out": "サインアウト", + "E-mail for sms": "SMSメール", + "Please, enter your e-mail": "メールアドレスを入力してください。", + "E-mail": "メール", + "Crossing": "交差", + "Crossing Down": "下へ交差", + "Crossing Up": "上に交差", + "Greater Than": "より大きい", + "Less Than": "より小さい", + "Entering Channel": "チャンネルへの進入", + "Inside Channel": "チャンネルの内側", + "Outside Channel": "チャンネルの外側", + "Moving Up": "上に移動", + "Moving Down": "下に移動", + "Moving Up %": "上に % 移動", + "Moving Down %": "下に % 移動", + "Select user to start new chat with": "チャットを開始するユーザーを選択してください", + "You have no private messages yet": "プライベートメッセージはありません。", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "1週間以上の禁止は現在のところ許可されていません。", + "Banned": "バン", + "No ideas matched your criteria": "あなたの条件にあうアイデアはありません。", + "Favorite ideas": "お気に入りのアイデア", + "Only private ideas": "プライベートなアイデアのみ", + "Ideas for the current symbol only": "現在のシンボルだけについてのアイデア", + "Ideas for the current resolution only": "現在の表示度だけでのアイデア", + "Someone commented on your idea": "誰かがあなたのアイデアにコメントしました。", + "Someone agreed/disagreed with your idea": "あなたのアイデアと一致/不一致", + "Someone followed you": "あなたを誰かがフォローしています", + "Someone replied to your comment": "誰かがあなたのコメントに返答しました", + "Someone commented on the idea you follow": "誰かがあなたのフォローしたアイデアにコメントしました", + "Someone you follow post new comment": "あなたのフォローしている誰かが新しくコメントしました", + "Someone you follow change status": "あなたのフォローしている誰かが地位を変更しました", + "Someone you follow published new idea": "あなたのフォローしている誰かが新しいアイデアを発表しました", + "Someone published idea on symbol you follow": "あなたがフォローするシンボルについて誰かがアイデアを発表しました", + "Notification sound": "お知らせサウンド", + "Additional Notifications Settings...": "通知設定の追加", + "This is a temporary chart.": "これは一時チャートです", + "To save your work, sign up for FREE.": "あなたのワークを保存するには、無料サインアップをしてください。", + "Sign Up for FREE": "無料サインアップ", + "Data provided by BATS exchange.": "BATS取引所からのデータ配信", + "Upgrade Now": "今すぐ更新", + "This is EOD data with no updates.": "これは1日ベースの終値データで更新はありません。", + "You may subscribe for official realtime and intraday data.": "リアルタイムのイントラデーデータを購読できます。", + "Open Script": "スクリプトを開く", + "No saved scripts yet": "スクリプトはまだ保存されていません", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "重要 : 作成されたチャートは公開され、すべてのユーザーが見ることができます。議論、話題、おもしろいことなどが含まれていないようなチャートは公開すべきではありません。タイトルやチャートの目的などは、他のユーザーに伝わりやすいように工夫しましょう。ジャンクや、チャットができないチャートなどは、管理者によって削除される場合があります。そういったユーザーは、チャットでバンされることがあります。", + "Create your first script now!": "最初のスクリプトを、今すぐ作ってみましょう。", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "TradingView のカスタムスクリプトエンジンへようこそ。ここでは、あなた独自のテクニカル解析をつくったり、既存の指標を改造することができます。これまでにスクリプトを作ったことがなくても、簡単です。", + "No public library scripts were found.": "パブリックライブラリースクリプトは見つかりませんでした", + "Change band background": "背景バンドの変更", + "Change area background": "背景エリアの変更", + "Confirm replace": "置換を確認", + "Note: default study templates won't be removed permanently": "注: デフォルトのスタディテンプレートは、完全に削除されません。", + "Do you realy want to replace": "置換を実行しますか?", + "SCRIPT TITLE": "スクリプトタイトル", + "TAGS": "タグ", + "DESCRIPTION": "解説", + "PUBLISH SCRIPT": "スクリプトの発表", + "Pine Script Tutorial": "パインスクリプト・チュートリアル", + "Pine Script Reference": "パインスクリプト・リファレンス", + "How to use the reference materials (Video)": "参考資料の使用方法(動画)", + "Suggestions & Feedback": "提案とフィードバック", + "Clear Console": "コンソールのクリア", + "Are you sure you want to ignore messages from": "メッセージを無視しますか?", + "ext": "抽出", + "Toggle Maximize Chart": "チャート最大化トグル", + "Plot dividends": "配当計画", + "Plot splits": "分割計画", + "Plot earnings": "収益計画", + "Vol": "出来高", + "Want official data and more features?": "リアルタイム配信や、もっとたくさんの機能が待ってます!", + "Sessions": "セッション", + "Trading Panel": "トレーディングパネル", + "Open Trading Panel": "トレーディングパネルを開く", + "Select Layout": "レイアウトの選択", + "Link symbol to all charts": "すべてのチャートにシンボルをリンク", + "Link interval to all charts": "すべてのチャートにインターバルをリンク", + "Sync crosshair on all charts": "クロスラインをすべてのチャートで同期", + "Chart Help": "チャートヘルプ", + "No notifications yet": "お知らせはまだありません。", + "Watchlist, details and news": "ウィッシュリスト、詳細、ニュース", + "Alerts": "アラート", + "Data Window": "データウィンドウ", + "Hotlists": "ホットリスト", + "Calendar": "カレンダー", + "Trading Notes": "トレーディングノート", + "Recent Chats": "最近のチャット", + "Notifications": "通知", + "Watchlist": "ウォッチリスト", + "Details": "詳細", + "Economic Calendar": "経済カレンダー", + "Earnings Calendar": "収益カレンダー", + "Hotlist": "ホットリスト", + "News": "ニュース", + "Market Summary": "Market Summary", + "My Ideas and Notes": "アイデアとノート", + "Alerts Log": "アラートログ", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "売買パネルの表示", + "Show Active Orders Only": "アクティブ注文のみを表示", + "Journal...": "ジャーナル ...", + "Account History...": "アカウント履歴 ...", + "Reset Paper Trading Account...": "ペーパートレーディングアカウントのリセット", + "Trading Properties...": "トレーディングプロパティ ...", + "Set Alert": "アラートを設定", + "Alert": "Alert", + "Edit": "編集", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "すべてのトーク", + "Volume Leaders": "ボリュームリーダー", + "Percent Advances": "値上がり%", + "Percent Declines": "値下がり%", + "Price Advances": "価格の上昇", + "Price Declines": "価格の低下", + "Range Advances": "上昇レンジ", + "Range Declines": "下落レンジ", + "Gap Up Stocks": "株式ギャップアップ", + "Gap Down Stocks": "株式ギャップダウン", + "Sell Market": "成り行き売り", + "Sell": "売り", + "Buy Market": "成り行き買い", + "Report data issues": "データの問題報告", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "リクエストとフィードバックの機能", + "Market": "成行", + "Buy": "買い", + "Keyboard Shortcuts": "キーボードショートカット", + "Help & Wiki": "ヘルプ&Wiki", + "Send Feedback or Report an Issue": "フィードバックや問題レポートを送信", + "Priority Support": "優先サポート", + "Run Product Walk-Through": "プロダクト解説を実行", + "Price Scale": "価格表", + "MTPredictor": "MTプレディクター", + "Apply Elliot Wave": "エリオット波動の適用", + "Apply WPT Up Wave": "WPTアップウェーブを適用", + "Apply WPT Down Wave": "WPTダウンウェーブを適用", + "Create New Order...": "新しい注文を作成", + "Trading": "トレーディング", + "Add Alert": "アラートを追加", + "Extend Alert Line": "アラートラインを延長", + " alert label line": "alert label line", + "No study templates saved": "保存されたスタディテンプレートはありません。", + "Save Study Template As...": "スタディテンプレートに名前をつけて保存", + "Show Splits on Chart": "株式分割をチャートに表示", + "Show Earnings on Chart": "チャート上に収益を表示", + "Show Dividends on Chart": "チャート上に区切りを表示", + "Show Alert Labels": "アラートラベル表示", + "Earnings breaks": "損益分岐点", + "Extended Alert Line": "延長されたアラートライン", + "Themes": "テーマ", + "Events & Alerts": "イベント&アラート", + "Apply Defaults": "デフォルトの適用", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "延長された時間(イントラデーのみ)", + "In Session": "セッション内", + "Tools": "ツール", + "Delete script": "Delete script", + "Social": "ソーシャル", + "Angle": "アングル", + "Publish Script": "スクリプト公開", + "Add to Chart": "チャートの追加", + "Blank script": "空スクリプト", + "TradingView Free Quotes and Chat": "TradingViewの無料データとチャート", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "TradingView では、ブラウザでウェブを見るように市場の無料データ配信、ウオッチリスト、公開・非公開チャートを使うことができます。", + "Install": "インストール", + "Logged as": "ログイン :", + "Untitled Script": "名前なしのスクリプト", + "Pine Editor": "Pine エディタ", + "Open Pine Script Editor": "Pine スクリプトエディタを開く", + "Make a Copy": "コピーを作る", + "Make a Copy...": "コピーを作る ...", + "Quantity": "数量", + "Signal Labels": "シグナルラベル", + "Trades on Chart": "チャートから取引", + "Take Profit": "利益確定", + "Stop Loss": "逆指値の損切り", + "Expiration": "有効期限", + "Modify Order": "注文変更", + "PUBLISH IDEA": "アイデア公開", + "EDIT IDEA": "アイデア編集", + "Chart does not load": "チャートが読み込みされません", + "No real-time data": "遅延データ", + "Price incorrect": "価格が間違っています", + "Study not loading": "スタディが読み込まれていません", + "Gap in the data": "データ中のギャップ", + "Alerts issue": "アラート問題", + "Slow scrolling or chart loading": "スクロール中、またはチャート読み込み中", + "Issue Type": "問題の種類", + "Select type...": "種類の選択 ...", + "A suggested author published idea on current symbol": "このシンボルにアイデアが投稿されました", + "MODERATED": "モデレーター", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "チャートを1バー分だけ左に移動", + "move chart 1 bar to the right.": "チャートを1バー分だけ右に移動", + "move further to the left.": "もっと左に移動", + "move further to the right.": "もっと右に移動", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

TradingViewのチャートへようこそ

このウェザードでは、私たちのチャートの基本的な特徴をご紹介します。もし質問があれば、 Wiki知識ベース または直接私たちへ、 提案・フィードバック を書いてください。

TradingViewは、最先端のチャートと、テクニカル分析ツールを提供しています。株を銘柄どうしで比較したり、価格の動きを予想したりできます。もちろん、あなたの投資アイデア屋、思いついたことを公開することもできます!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

多くの市場データに対応\nTradingView は、株式、先物、指数、為替、CFD、仮想通貨(ビットコイン等)に対応しており、すべてのデータは高い品質をもっています。

もちろん、これだけではありません!、銘柄ごとの比較も、四則演算 (+-*/) を使って簡単に行えます。たとえば、AAPL/USDJPY といった形で、アップルの銘柄を為替チャートの比として見ていくことができます。MSFT+50といった演算では、マイクロソフトの株チャートに50を足したチャートとして見ることができます。t TradingView のスプレッドチャート を学んでみてください。", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

カスタマイズできる時間間隔\nどんな時間足のチャートを使うのかは、市場を分析するには重要なポイントです。15分チャートなら、始値、高値、安値、終値は、15分ごとの間隔で1つのバーとなります。もし1時間足チャートなら、また違った形の分析が可能でしょう。近づいてみたり、離れて見たり、どんなチャートでも表示できます。もっと複雑なチャートを作ることさえもできます。TradingView は進化を続けています!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

たくさんのチャートタイプ

TradingView は、普通のチャートに加えて、魅力的で異なるチャートも利用できます。各チャートは、市場を異なる観点から見せてくれます。いろいろなチャートについては、Wiki ページをのぞいてみてください。", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

銘柄の比較

たとえば、S&P500指数と、ある株価を比較することは、銘柄のパフォーマンスを知るための有効な手段です。業界の中での善し悪しを知ることもできます。TradingView では、様々な指数データと、株価を%ベースで比較することができます。銘柄の比較は、こちらを学んでみてください。\n

複数シンボル

株や先物の銘柄のことを、TradingView では、シンボルと呼びます。複数のシンボルの間での関係を調査することは、とても興味深いものです。2つの銘柄がランダムに動いているのか、それとも相関関係をもって逆に動いているのか?、こういった調査は、TradingView の複数銘柄をチャートに表示する機能 を使えば、簡単に行えます。1万円の銘柄と、数円の銘柄でも、簡単に比較できます。", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

テクニカル分析とファンダメンタルTradingViewには、100を超えるテクニカル解析ツールが搭載されています。もちろん、出来高プロファイルや、人気のエリオットウェーブなどを使うこともできます。\n

\nファンダメンタルに対しては、 TradingView には、ファンダメンタル企業マトリックスというユニークな機能があります。各企業の株価の隣に表示されており、非常に重要な比較を行うことができます。詳しい業績報告書を読まなくても、業績をチャート化した情報を見て、株価の反応を知ることができます。もちろん、他社の情報とチャート上で比較することも可能です。", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

スタディテンプレート

\nテクニカル解析ツールであるスタディをひとまとめにして、スタディ・テンプレートを作ることができます。スタディの組み合わせを、ワンクリックでチャートに入れることができます。別のスタディテンプレートにも、すぐに切り替えることができます。 TradingView のスタディ・テンプレート を学んでみましょう。", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pineスクリプト言語(β バージョン)

\nTradingViewには、とても多くのテクニカル解析ツールが搭載されています。そして、Pineスクリプト言語を使ってプログラムすることで、自分が設計したテクニカル解析ツールを開発できます。

Pineスクリプト言語は、現在はベータ版ですがこちらのブログものぞいてみてください!", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

サーバーでのアラート(β バージョン)

\nTradingView のアラートは、たとえば、ある株価が400を下回った時に発動させるといった形で、あなたが作った条件で発動させることができます。そのほかにもボリンジャーバンドの外に飛び出したら、アラートを発動させることができます。アラートが発動すると、画面上のポップアップ、音、表示、SMS、メールなどであなたの携帯電話に即座にお知らせします。\n\nあなたが他のことをしていても、TradingView に市場の動きを常に監視させることで、あなたの保有しているポジションを守ることで、心穏やかにトレードすることができるようになります。 TradingViewアラートは、複数にバックアップされた強力なサーバーで実行しているので、チャンスを見逃すことはもうありません! TradingViewのアラートの使い方を学んでください。", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

いろいろな描画ツール

TradingView には、100を超える描画ツールが搭載されており、市場の状況を多彩な方法で解析することができます。チャンスを探し出すための強力なツール群です。トレンドラインを引いて過去の動きを解析できるツールや、未来に向けて線を描くためのツールもあります。TradingView の Wiki をのぞいて、あなたにぴったりの描画ツールを探してみてください。", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

取引時間の延長とタイムゾーン

TradingView は、通常の取引時間以外に市場で何がおきているのかを見ていくことができます。夜間や時間外取引を見ていくことで、市場についてのより多くの情報を得ることができるでしょう。チャートの表示時間は、市場がある国の時間や、あなたが住んでいる国の時間などに自由に切り替えできます。 TradingView の取引時間の延長を学んでみましょう。", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

チャートの公開

TradingView では、投資であなたが思いついたことを公開したり、他のトレーダーと共有することができます。こういったアイデアを公開すると、他のトレーダーを通じてあなたのアイデアが金融サイトや、世界中のトレーダーコミュニティでも同時に共有されていきます。 TradingView の公開・共有を学んでみましょう。", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

先端的な価格表示

テクニカル解析では、縦軸が価格やテクニカル解析の数値になりますが、縦軸は解析に最適な表示になります。縦軸は、%、線形、対数表示(ログ)などのスケールから選択することもできます。ログスケールを使うことで小さな動きをより大きくしてみることも可能です。複数の縦軸を重ねて表示することもできます。たとえば価格表示とテクニカル解析の数字を重ねて表示することができます。縦軸の表示は、スケールオプションを学んでみてください。

利用できるオプションは、縦軸で右クリックすると見ることができます。スケールタイプの変更、自動スケール、別のスケールの表示などがあります。一つのチャートに複数の縦軸を並べて表示することができます。縦軸や横軸をマウスでドラッグすると、スケールを縮めたり拡大したりすることができます。", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

マルチチャートレイアウト

最大8チャートを、ブラウザの1タブの中に同時に表示できます。さらに各チャート間の時間足などを同期させるたり、カーソル位置を同期させることで便利な表示ができます。", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

リアルタイムにコミュニケーション

今までにないぐらいに簡単に、世界中のトレーダー達と国を超えて、リアルタイムに情報を共有できます。TradingView のチャットルームでは、チャートやテクニカル解析を簡単に共有できます。もちろん、特定の話題に限定したチャットルームを開設すれば、あなたの取引銘柄について他のトレーダーと楽しみながら投資をすることができます。世界中のトレーダーのいろいろなアイデアがすぐそこに見えるでしょう。
さあ、チャットを始めてみましょう!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

PRO 購読はもっともっといっぱいです!

これだけじゃありません。TradingView PRO モードにアップグレード購読すれば、優れたツールや高品質なリアルタイムデータを体験できます。今すぐ購読へ!", + "You are not authenticated.": "認証されていません。", + "You already have Pro Plus trial.": "PROプラスのトライアル中です。", + "You already participated in Pro Plus trial.": "PROプラストライアルに参加中です。", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "すでに PRO, PROプラスの体験版をすでに利用したことがあるため、PROアカウントを開設できません。", + "
If you want to use this service - please sign in or register!
": "
このサービスを利用するには、 ここからお申し込みしてください!
", + "Increase Rating": "評価を上げる", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "評価を下げる", + "Quote this message": "メッセージを引用", + "Unban": "都会", + "Symbol Description": "シンボル詳細", + "OHLC Values": "OHLC値", + "Indicator Titles": "インディケータのタイトル", + "Indicator Arguments": "インディケータの引数", + "Indicator Values": "インディケータの値", + "Symbol Last Value": "シンボルの終値", + "Indicator Last Value": "インディケータの終値", + "Favorite Drawings Toolbar": "お気に入りの描画ツールバー", + "Drawings Toolbar": "描画ツールバー", + "Sound on every message": "メッセージごとにサウンドを鳴らす", + "No Sound notifications": "お知らせサウンドを消す", + "Set chat title...": "チャットのタイトルを決める ...", + "Leave this chat": "チャットを退出", + "Enter new title for this chat": "チャットの新しいタイトルを入力", + "Chat title": "チャットのタイトル", + "Are you sure you want to leave this chat?": "このチャットから本当に退出しますか?", + "Add people to this chat...": "チャットに別の人を加える ...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "新しいチャットを開始する ...", + "Clear Symbols": "シンボルクリア", + "Do you really want to clear all symbols?": "すべてのシンボルをクリアしていいですか?", + "Apply Manual Risk/Reward": "手動での損失/利益(リスク/リワード)を入力", + "Apply Manual Decision Point": "マニュアルの決定ポイントを適用", + "Analyze Trade Setup": "トレード設定の解析", + "Apply Elliot Wave Intermediate": "エリオット波動インターメディエイトの適用", + "Apply Elliot Wave Major": "エリオット波動メジャーの適用", + "Apply Elliot Wave Minor": "エリオット波動マイナーの適用", + "Up Wave 1 or A": "上昇波 1 または A", + "Up Wave 2 or B": "上昇波 2 または B", + "Up Wave C": "上昇波 C", + "Up Wave 3": "上昇波 3", + "Up Wave 4": "上昇波 4", + "Up Wave 5": "上昇波 5", + "Down Wave 1 or A": "下落波 1 または A", + "Down Wave 2 or B": "下落波 2 または B", + "Down Wave C": "下落波 C", + "Down Wave 3": "下落波 3", + "Down Wave 4": "下落波 4", + "Down Wave 5": "下落波 5", + "If you want to use private messages - please sign in or register!": "プライベートメッセージを使う場合には、 登録お申し込みへどうぞ!", + "To get alerts list - please sign in or register!": "アラートの一覧を見るには、登録お申し込みへどうぞ!", + "Manage Alerts": "アラート管理", + "Headlines": "ヘッドライン", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures マガジン", + "Save As Watchlist...": "ウオッチリストに保存 ...", + "VolumeProfile": "出来高プロファイル", + "Income Statement": "収支報告", + "Profitability": "含み益", + "Dividend": "配当", + "Current Valuation": "現在価値", + "Other": "その他", + "Indicators and Strategies": "インディケータとストラテジー", + "Strategies": "ストラテジー", + "My Scripts": "マイスクリプト", + "Public Library": "公開ライブラリ", + "Built-ins": "組み込み", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik リサーチ", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "キーオーダーフローイベント", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R レベル", + "MTF Studies": "MTSスタディ", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "プロトレーディングインディケーター", + "RobBooker": "ロブブッカー", + "Fundamentals": "ファンダメンタル", + "Economy": "Economy", + "Zig Zag": "ジグザグ", + "Advance Decline Line": "Advaqweqweqwelineライン", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "チャンドルロール・ストップ", + "Chop Zone": "チャプゾーン", + "Conditional Expressions": "条件入力", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "補正係数", + "Cumulative Volume Index": "累積出来高指数", + "Detrended Price Oscillator": "トレンド除去価格オシレーター(DPO)", + "Directional Movement": "方向性指数 DMI", + "Divergence Indicator": "ダイバージェンスインディケーター", + "Double EMA": "2重EMA", + "Ease Of Movement": "ムーブメント Ease", + "Elder's Force Index": "エルダーのフォース指数", + "Elliott Wave": "エリオット波", + "Fisher Transform": "フィッシャー変換", + "Historical Volatility": "ボラタリティ履歴", + "Hull Moving Average": "Hull 移動平均", + "Linear Regression": "線形回帰", + "MACD": "MACD", + "McGinley Dynamic": "McGinleyダイナミクス", + "Momentum": "モーメンタム", + "Moon Phases": "ムーンフェーズ", + "Multi-Time Period Charts": "マルチ時間間隔チャート", + "Pivot Points High Low": "ピボットポイント高値安値", + "Pivot Points Standard": "ピボットポイント・スタンダード", + "Price Volume Trend": "プライス出来高トレンド", + "Rate Of Change": "変化率", + "SMI Ergodic Indicator": "SMIエルゴディック・インディケーター", + "SMI Ergodic Oscillator": "SMIエルゴディック・オシレーター", + "Smoothed Moving Average": "スムース・移動平均線", + "Ultimate Oscillator": "究極オシレーター", + "VWAP": "VWAP", + "Volatility Stop": "ボラリティ・ストップ", + "Vortex Indicator": "ボーテックス・インディケーター", + "Williams %R": "ウィリアム・%R", + "Williams Fractal": "ウィリアム・フラクタル", + "Woodies CCI": "ウッディ・CCI", + "Total Revenue": "総収入", + "Diluted EPS, Net Income": "希薄化後1株当たり利益、総収入", + "Net Income": "純利益", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "投資収益", + "Gross Margin": "総マージン", + "After-tax Margin": "税引き後マージン", + "Gross Profit": "総利益", + "Dividends Paid": "配当金支払額", + "Debt to Equity": "負債比率", + "Free Cash Flow": "フリー・キャッシュフロー", + "Return on Equity": "株主資本利益率", + "Accounting Change": "会計処理変更", + "Accounts Payable": "未払い金", + "Accounts Payable and Accrued Expenses": "未払い金と未払費用", + "Accounts Receivable, Trade, Net": "売掛金、トレード、ネット", + "Accounts, Notes Receivable, Net": "会計、受け取り債権、ネット", + "Accrued Expenses": "未払費用", + "Accrued Interest": "経過利息", + "Accumulated Depreciation": "減価償却累計額", + "Acquisition/Sale of Business, Net": "ビジネスの売り上げ・利益、ネット", + "Additional Paid-in Capital": "追加の払込資本金", + "Additional Paid-in Capital - Preferred Stock": "追加の払込資本金 - 優先株式", + "Adjusted EBIT": "調整後のEBIT", + "Adjusted EBITDA": "調整後のEBITDA", + "Adjusted EPS, Basic": "調整後の EPS 、基本", + "Adjusted EPS, Diluted": "調整後の EPS, 希薄化後", + "Adjusted Net Income": "調整後の総収入", + "Adjustment for Equity Earnings": "投資収益の調整", + "Adjustment for Minority Interest": "少数株主持分の調整", + "Adjustment for Special Charges": "特別諸掛に対する調整", + "Amortization Expense": "減価償却", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "基本EPS、総収入", + "Basic EPS, Net Income from Continuing, Operations": "継続事業からの基本 EPS、総収入", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "エクイティ・ブック", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "現金比率", + "Cash and Cash Equivalents": "現金及び現金同等物", + "Cash and Cash Equivalents, Beginning of Year": "年度開始での現金及び現金同等物", + "Cash and Cash Equivalents, End of Year": "年度末での現金及び現金同等物", + "Cash from Discontinued Operations": "廃止事業からの現金", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "製品コスト", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "流動比率", + "Debt to Assets": "資産に対する負債", + "Deferred Charges": "繰延資産", + "Deferred Income Tax Liabilities, Short-term": "短期繰延税金負債、短期", + "Deferred Income Taxes": "繰延税金", + "Deferred Income Taxes, Current": "現在の繰延税金", + "Deferred Income Taxes, Long-term": "長期の繰延税金", + "Deferred Liability Charges": "繰延負債料", + "Degree of Combined Leverage": "経営レバレッジ", + "Degree of Financial Leverage": "財務レバレッジ", + "Degree of Operational Leverage": "営業レバレッジ", + "Depreciation & Amortization Expense": "減価償却費 & 償却費", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "継続事業からの希釈 EPS、総収入", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "廃止事業", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "税引き後の含み純利益", + "Net Working Capital": "含み純資産", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "含み益", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "総資産", + "Total Capital": "総資金", + "Total Current Assets": "総現在資産", + "Total Current Liabilities": "総現在債務", + "Total Debt": "総負債", + "Total Liabilities": "総債務", + "Total Long-term Assets": "総長期資産", + "Total Long-term Debt": "長期総負債", + "Total Long-term Liabilities": "長期総債務", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro は、急成長しているリアルタイムのニュース配信サービスです。トレーダーや投資家のためにリアルタイムに世界中の通貨市場の総合的なニュースを提供しています。FX分析者やリサーチ達からの情報ネットワークを元に、市場の今をお届けしています。ニュースはできるだけ短く簡素にまとめられており、即座に読むことができます。FxWire Pro では、さまざまなニュースのなかで必要のないニュースをフィルタリングしながら、高品質な為替市場で戦う最前線のトレーダー向けのニュースを提供しています。", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/ko.json b/charting_library/static/localization/translations/ko.json index b89a1df5..26753296 100644 --- a/charting_library/static/localization/translations/ko.json +++ b/charting_library/static/localization/translations/ko.json @@ -1,664 +1,1448 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label", - "Script Editor": "스크립트편집기", - " Published Charts Timeline": "차트타임라인", - "SMA": "단순이동평균(SMA)", - "Bar's Style": "봉스타일", - "Chart Properties": "차트속성", - "Compare": "비교", - "Compare...": "비교...", - "Compare or Add Symbol...": "비교/종목추가...", - "Compare or Add Symbol": "비교/종목추가", - "Add Symbol": "종목추가", - "Scales Properties...": "눈금설정...", - "Add": "추가", - "Company Comparison": "회사비교", - "Indicators, Fundamentals, Economy and Add-ons": "지표,펀드멘탈,경제,애드온", - "Economy & Symbols": "경제&종목", - "Bars": "봉", - "Candles": "캔들", - "Hollow Candles": "할로우캔들", - "Line": "라인", - "Area": "영역", - "Heiken Ashi": "하이킨 아시", - "Histogram": "막대그래프", - "Cross_chart_type": "십자", - "Crosshair": "십자표", - "Columns": "행", - "Circles": "원", - "Indicators": "지표", - "Favorites": "즐겨찾기", - "Technical Analysis": "기술적분석", - "No indicators matched your criteria.": "찾는 지표가 없습니다.", - "Add to favorites": "즐겨찾기추가", - "Remove from favorites": "즐겨찾기지움", - "No symbols matched your criteria": "찾는 종목이 없습니다.", - "Add any symbol from the list": "목록에서 종목추가", - "Overlay the main chart": "메인차트위에 겹쳐보기", - "Symbols to be added on the chart": "차트에 추가될 종목", - "Symbol": "종목", - "Default": "기본설정", - "Defaults": "기본설정", - "OK": "확인", - "Cancel": "취소", - " color": "색", - " transparency": "투명", - " visibility": "보임", - "Add To Watchlist": "관심종목추가", - "Apply": "적용", - "Arguments in Header": "헤더에 인풋값", - "Arrow": "화살표", - "Auto Scale": "자동눈금", - "Background": "배경", - "bars": "봉", - "bars_margin": "봉", - "{0} bars": "{0} 봉", - "Bottom Margin": "아래여백", - "Bring Forward": "한단계앞으로", - "Bring to Front": "맨앞으로", - "Clone": "복제", - "Color Theme": "Color Theme", - "Copy": "복사", - "Extended Hours": "확장시간", - "Format...": "설정...", - "Full Screen": "전체화면", - "Grid Lines": "격자선", - "Hide All Drawing Tools": "그림툴감추기", - "Hide": "감추기", - "Insert Drawing Tool": "그림툴넣기", - "Insert Indicator...": "지표넣기", - "Last Value on Price Scale": "현재가눈금", - "Link To": "링크", - "Load New Bars": "새봉불러오기", - "Lock All Drawing Tools": "그림툴고정", - "Lock Scale": "눈금고정", - "Lock scale": "눈금고정", - "Log Scale": "로그눈금", - "log": "로그눈금", - "Magnet Mode": "자석모드", - "Merge Down": "아래로 겹침", - "Merge Up": "위로 겹침", - "Objects Tree...": "오브젝트 트리", - "Offset": "오프셋", - "Override Min Tick": "Override Min Tick", - "Percentage": "퍼센트", - "Precision": "정밀도", - "Price Line": "가격선", - "Properties...": "속성...", - "Redo": "되풀이", - "Remove All Drawing Tools": "그림툴 모두 없앰", - "Remove All Studies": "스터디 모두 없앰", - "Remove All Indicators": "지표 모두 없앰", - "Remove": "없애기", - "Reset Chart": "차트초기화", - "Reset Scale": "눈금초기화", - "Reset": "초기화", - "Right Margin": "오른여백", - "Save As...": "...로 저장", - "Scale Left": "왼눈금", - "Scale Percentage": "백분율눈금", - "Scale Right": "오른눈금", - "Scale Series Only": "종목눈금만", - "Scale series only": "종목눈금만", - "Scale Series only": "종목눈금만", - "Scales Lines": "눈금선", - "Scales Text": "눈금문자", - "Scaling": "눈금", - "Screen (No Scale)": "화면전체", - "Send Backward": "한단계뒤로", - "Send to Back": "맨뒤로", - "Session Breaks": "세션구분", - "Show Arguments in Header": "헤더에 인풋값 표시", - "Show Last Value on Price Scale": "현재가눈금 표시", - "Show Left Axis": "왼눈금보기", - "Show Right Axis": "오른눈금보기", - "Show": "보기", - "Stay In Drawing Mode": "계속그리기 모드", - "Symbol Search...": "종목찾기...", - "Change Symbol": "종목바꾸기", - "Change Symbol...": "종목바꾸기...", - "Time Zone": "타임존", - "TimeZone": "타임존", - "Top Margin": "위여백", - "Transparency": "투명도", - "Undo {0}": "{0} 되돌리기", - "Undo": "되돌리기", - "Unmerge Down": "아래로 떼냄", - "Unmerge Up": "위로 떼냄", - "Visual Order": "보는차례", - "Watermark": "워터마크", - "Show Objects Tree": "오브젝트트리보기", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "ABCD 패턴", - "Anchored Text": "고정위치문자", - "Arc": "원호", - "Arrow Mark Down": "아래화살", - "Arrow Mark Left": "왼화살표", - "Arrow Mark Right": "오른화살표", - "Arrow Mark Up": "위화살표", - "Balloon": "풍선", - "Bars Pattern": "봉패턴", - "Brush": "붓", - "Callout": "Callout", - "Circle Lines": "Circle Lines", - "Cross": "십자", - "Cyclic Lines": "Cyclic Lines", - "Date Range": "기간", - "Disjoint Angle": "Disjoint Angle", - "Dot": "점", - "Elliott Labels": "Elliott Labels", - "Elliott Major Retracement": "Elliott Major Retracement", - "Elliott Minor Retracement": "Elliott Minor Retracement", - "Elliott Wave Cycle": "Elliott Wave Cycle", - "Elliott Wave Minor": "Elliott Wave Minor", - "Elliott Wave Subminuette": "Elliott Wave Subminuette", - "Ellipse": "타원", - "Eraser": "지우개", - "Extended": "확장", - "Extended Line": "확장선", - "Fib Channel": "피보나치채널", - "Fib Circles": "피보나치원", - "Fib Retracement": "피보나치되돌림", - "Fib Speed Resistance Arcs": "피보나치 속도 저항 원호", - "Fib Speed Resistance Fan": "피보나치 속도 저항 부채꼴", - "Fib Spiral": "피보나치 나선", - "Fib Time Zone": "피보나치 타임존", - "Fib Wedge": "피보나치 쐐기", - "Flag Mark": "Flag Mark", - "Flat Top/Bottom": "Flat Top/Bottom", - "Flat Bottom": "Flat Bottom", - "Forecast": "예측", - "Gann Box": "간상자", - "Gann Fan": "간부채꼴", - "Gann Square": "간바른네모", - "Head & Shoulders": "머리 & 어깨", - "Horizontal Line": "수평선", - "Horizontal Ray": "수평빛", - "Icon": "아이콘", - "Inside Pitchfork": "쇠스랑안", - "Long Position": "롱포지션", - "Risk/Reward long": "Risk/Reward long", - "Modified Schiff Pitchfork": "변형쉬프쇠스랑", - "Parallel Channel": "평행채널", - "Pitchfan": "쇠스랑부채꼴", - "Pitchfork": "쇠스랑", - "Polyline": "다선형", - "Price Label": "가격라벨", - "Price Range": "가격범위", - "Projection": "프로젝션", - "Ray": "빛", - "Rectangle": "사각형", - "Regression Trend": "회귀추세", - "Rotated Rectangle": "회전사각형", - "Schiff Pitchfork": "쉬프쇠스랑", - "Schiff": "쉬프", - "Original": "원본", - "Modified Schiff": "변형쉬프", - "Inside": "내부", - "Short Position": "쇼트포지션", - "Risk/Reward short": "Risk/Reward short", - "Text": "문자", - "Comment": "주석", - "Three Drivers Pattern": "세운전자패턴", - "Thumb Down": "엄지아래로", - "Thumb Up": "엄지위로", - "Trend Angle": "추세각", - "Trend Line": "추세선", - "Trend-Based Fib Extension": "추세기반 피보나치 확장", - "Trend-Based Fib Time": "추세기반 피보나치 시간", - "Triangle Pattern": "삼각형패턴", - "Triangle": "삼각형", - "Vertical Line": "수직선", - "XABCD Pattern": "XABCD 패턴", - "Angle:": "각도:", - "Arcs": "원호", - "Background color 1": "배경색 1", - "Background color 2": "배경색 2", - "Background Color": "배경색", - "Bar #": "봉 #", - "Border color": "경계색", - "Border Color": "경계색", - "Border": "경계", - "Bottom Lables": "아래라벨", - "bottom": "아래", - "center": "가운데", - "Channel": "채널", - "Coeffs As Percents": "백분율계수", - "Color bars based on previous close": "이전종가에 따라 봉색결정", - "Color": "색", - "Color:": "색:", - "Coordinates": "좌표", - "Delete": "지움", - "Down Color": "하락색상", - "Drawings": "그리기", - "Entry price:": "진입가:", - "Events": "이벤트", - "Extend Left End": "왼쪽끝확장", - "Extend Left": "왼쪽확장", - "Extend Lines": "확장선", - "Extend Right End": "오른쪽끝확장", - "Extend Right": "오른쪽확장", - "Extend": "확장", - "Failure back color": "실패배경색", - "Failure text color": "실패문자색", - "Fans": "부채꼴", - "Fill": "채우기", - "Format": "설정", - "Graphics": "그래픽", - "Grid": "격자선", - "Help": "도움말", - "HLC Bars": "고저종 봉", - "Inputs": "인풋", - "Label Background": "라벨배경색", - "Label": "라벨", - "Labels": "라벨", - "Left End": "왼쪽끝", - "Left Labels": "왼쪽라벨", - "left": "왼쪽", - "Level {0}": "{0} 레벨", - "Levels": "레벨", - "Lines": "선", - "Major": "Major", - "Measure (Shift + Click on the chart)": "재기(Shift + Click)", - "Median": "평균값", - "middle": "가운데", - "Middle": "Middle", - "Minor": "Minor", - "Mode": "모드", - "Normal": "정상", - "Plot": "플롯", - "Price Levels": "가격레벨", - "Price Source": "차트값", - "Price": "가격", - "Price:": "가격:", - "Prices": "가격", - "Profit Background Color": "수익배경색", - "Profit Level. Ticks:": "수익레벨틱:", - "Properties": "속성", - "Reverse": "리버스", - "Right End": "오른쪽끝", - "Right Lables": "오른쪽라벨", - "right": "오른쪽", - "Log Scale_scale_menu": "로그눈금", - "Percentage_scale_menu": "퍼센트", - "Scales": "눈금", - "Settings": "세팅", - "Show Background": "배경보기", - "Show Bars Range": "봉 구간보기", - "Show Date/Time Range": "날짜/시간 구간보기", - "Show Distance": "거리 보기", - "Show Labels": "라벨보기", - "Show Price Range": "가격구간보기", - "Show Price": "가격보기", - "Show Prices": "가격보기", - "Show Text": "문자열보기", - "Show Time": "시간보기", - "Show Wave": "웨이브보기", - "Show/Hide": "보기/숨기기", - "Source back color": "소스배경색", - "Source border color": "소스경계선색", - "Source text color": "소스문자열색", - "Stay in Drawing Mode": "그리기모드 유지", - "Stop Background Color": "스탑배경색", - "Stop Color:": "스탑색:", - "Stop Level. Ticks:": "스탑레벨틱:", - "Style": "모습", - "Success back color": "성공배경색", - "Success text color": "성공문자열색", - "Target back color": "대상배경색", - "Target border color": "대상경계색", - "Target Color:": "대상색:", - "Target text color": "대상문자열색", - "Text Alignment:": "문자열맞춤:", - "Text color": "문자열색", - "Text Color": "문자열색", - "Text Font": "문자열폰트", - "Text Wrap": "문자열줄넘김", - "Text:": "문자열:", - "Time Levels": "시간레벨", - "Timezone/Sessions": "타임존/세션", - "Top Labels": "탑레벨", - "top": "위", - "Up Color": "상승색상", - "Wave Size": "웨이브크기", - "Wick": "윅", - "Zoom In": "크게보기", - "Zoom Out": "작게보기", - "Borders": "경계선", - "Level": "레벨", - "Hlines Background": "수평선배경", - "Plots Background": "플롯배경", - "Open_line_tool_position": "포지션보유", - "Closed_line_tool_position": "포지션청산", - "{0} P&L: {1}": "{0} 손익: {1}", - "Risk/Reward Ratio: {0}": "위험/보상율: {0}", - "Stop: {0} ({1}%)": "스탑:{0} ({1}%)", - "Target: {0} ({1}%)": "타겟: {0} ({1}%)", - "SUCCESS": "성공", - "FAILURE": "실패", - "Left Shoulder": "왼쪽어깨", - "Head": "머리", - "Right Shoulder": "오른쪽어깨", - "Mirrored": "거울대칭", - "Flipped": "위아래대칭", - "distance: {0}": "거리: {0}", - "day": "일", - "day_plural": "일", - "day_plural_1": "일", - "day_plural_2": "일", - "day_plural_5": "일", - "week": "주", - "week_plural": "주", - "week_plural_1": "주", - "week_plural_2": "주", - "week_plural_5": "주", - "month": "월", - "month_plural": "월", - "month_plural_1": "월", - "month_plural_2": "월", - "month_plural_5": "월", - "minute": "분", - "minute_plural": "분", - "minute_plural_1": "분", - "minute_plural_2": "분", - "minute_plural_5": "분", - "hour": "시간", - "hour_plural": "시간", - "hour_plural_1": "시간", - "hour_plural_2": "시간", - "hour_plural_5": "시간", - "y_dates": "y", - "y_dates_plural": "y", - "y_dates_plural_1": "y_dates_plural_1", - "y_dates_plural_2": "y_dates_plural_2", - "y_dates_plural_5": "y_dates_plural_5", - "h_dates": "h", - "D_dates": "D", - "W_dates": "W", - "M_dates": "M", - "d_dates": "d", - "m_dates": "m", - "in_dates": "in", - "Jan": "1월", - "Feb": "2월", - "Mar": "3월", - "Apr": "4월", - "May": "5월", - "Jun": "6월", - "Jul": "7월", - "Aug": "8월", - "Sep": "9월", - "Oct": "10월", - "Nov": "11월", - "Dec": "12월", - "Objects Tree": "오브젝트트리", - "Manage Drawings": "그림관리", - "TOOL": "도구", - "SYMBOL": "종목", - "Move Up": "위로옮김", - "Move Down": "아래로옮김", - "All Exchanges": "전체거래소", - "All types": "전체종목", - "Stock": "주식", - "stock": "주식", - "Index": "지수", - "index": "지수", - "Futures": "선물", - "futures": "선물", - "Image URL": "이미지 URL", - "Save image": "이미지저장", - "or copy url:": "또는 url 복사:", - "Redo {0}": "{0} 다시하기", - "Custom color...": "사용자색상...", - "Search": "찾기", - "Open_in_legend": "시", - "High_in_legend": "고", - "Low_in_legend": "저", - "Close_in_legend": "종", - "Open": "시", - "High": "고", - "Low": "저", - "Close": "종", - "(H + L)/2": "(고 + 저)/2", - "(H + L + C)/3": "(고 + 저 + 종)/3", - "(O + H + L + C)/4": "(시 + 고 + 저 + 종)/3", - "UTC": "표준시", - "Exchange": "거래소", - "Athens": "아테네", - "Berlin": "베를린", - "Bogota": "보고타", - "Bangkok": "방콕", - "Buenos Aires": "부에노스아이레스", - "Chicago": "시카고", - "Hong Kong": "홍콩", - "Kolkata": "콜카타", - "London": "런던", - "Los Angeles": "로스엔젤레스", - "Madrid": "마드리드", - "Moscow": "모스코바", - "New York": "뉴욕", - "Paris": "파리", - "Seoul": "서울", - "Shanghai": "상하이", - "Singapore": "싱가폴", - "Sydney": "시드니", - "Taipei": "대만", - "Tehran": "Tehran", - "Tokyo": "도쿄", - "Toronto": "토론토", - "Vancouver": "밴쿠버", - "Warsaw": "바르샤바", - "n/a": "n/a", - "Long_input": "매수", - "long_input": "long", - "longlen_input": "long length", - "Window Size_input": "윈도우크기", - "Length_input": "길이", - "length_input": "길이", - "len_input": "길이", - "Short_input": "매도", - "short_input": "short", - "shortlen_input": "Short Length", - "Mult_input": "승수", - "mult_input": "승수", - "divisor_input": "분모", - "Divisor_input": "분모", - "Upper": "위쪽", - "Lower": "아래쪽", - "Long": "매수", - "Short": "매도", - "Signal": "신호", - "Jaw": "턱", - "Teeth": "이빨", - "Lips": "입술", - "Zero": "Zero", - "WMA Length_input": "WMA Length", - "Long RoC Length_input": "Long RoC Length", - "Short RoC Length_input": "Short RoC Length", - "jawLength_input": "Jaw Length", - "teethLength_input": "Teeth Length", - "lipsLength_input": "Lips Length", - "percent_input": "백분율", - "exponential_input": "지수", - "smoothD_input": "Smooth D", - "smoothK_input": "Smooth K", - "Color 0": "색 0", - "Color 1": "색 1", - "Color 2": "색 2", - "Color 3": "색 3", - "Color 4": "색 4", - "sym_input": "종목", - "symbol_input": "종목", - "Sym_input": "종목", - "DI Length_input": "DI Length", - "ADX Smoothing_input": "ADX Smoothing", - "displacement_input": "변위", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Use True Range", - "roclen1_input": "RoC Length 1", - "roclen2_input": "RoC Length 2", - "roclen3_input": "RoC Length 3", - "roclen4_input": "RoC Length 4", - "smalen1_input": "SMA Length 1", - "smalen2_input": "SMA Length 2", - "smalen3_input": "SMA Length 3", - "smalen4_input": "SMA Length 4", - "siglen_input": "Signal Length", - "UpperLimit": "상한값", - "LowerLimit": "하한값", - "fastLength_input": "Fast Length", - "slowLength_input": "Slow Length", - "signalLength_input": "Signal Length", - "start_input": "시작", - "increment_input": "증가", - "maximum_input": "최대", - "showMA_input": "이동평균보기", - "show MA_input": "Show MA", - "Volume": "거래량", - "Volume MA": "거래량 이동평균", - "Indicator": "지표", - "Oscillator": "오실레이터", - "lengthStoch_input": "Stoch length", - "lengthRSI_input": "RSI length", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "Crosses", - "Click to set a point": "그릴지점 클릭", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", - "retrying": "retrying", - "eod data": "일봉종가데이터", - "eod delayed": "일봉지연데이터", - "loading data": "데이터로딩중", - "invalid symbol": "잘못된 종목", - "streaming": "스티리밍", - "realtime": "실시간", - "pre-market": "프리마켓", - "post-market": "포스트마켓", - "closed": "청산", - "Time Interval": "시간간격", - "Show Symbol Labels": "종목이름보기", - "Show Symbol Labels_context_menu": "종목이름보기", - "Subminuette": "Subminuette", - "Minuette": "Minuette", - "Minute": "분", - "Intermediate": "중간", - "Primary": "주요", - "Cycle": "Cycle", - "SuperCycle": "SuperCycle", - "GrandSuperCycle": "GrandSuperCycle", - "Lock": "잠금", - "Width": "너비", - "Line With Breaks": "라인 With Breaks", - "Area With Breaks": "영역 With Breaks", - "Type": "타입", - "Simple": "단순", - "With Markers": "마커도함께", - "Step": "스텝", - "No drawings yet": "그림없음", - "Lock/Unlock": "잠그기/풀기", - "deviation_input": "편차", - "depth_input": "깊이", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "스크립트편집기", + " Published Charts Timeline": "차트타임라인", + "SMA": "단순이동평균(SMA)", + "Published Chart": "Published Chart", + "Bar's Style": "봉스타일", + "Chart Properties": "차트속성", + "Compare": "비교", + "Compare...": "비교...", + "Compare or Add Symbol...": "비교/종목추가...", + "Compare or Add Symbol": "비교/종목추가", + "Add Symbol": "종목추가", + "Scales Properties...": "눈금설정...", + "Add": "추가", + "Company Comparison": "회사비교", + "Indicators, Fundamentals, Economy and Add-ons": "지표,펀드멘탈,경제,애드온", + "Economy & Symbols": "경제&종목", + "Bars": "봉", + "Candles": "캔들", + "Hollow Candles": "할로우캔들", + "Line": "라인", + "Permanent link to this message": "Permanent link to this message", + "Area": "영역", + "Message settings": "Message settings", + "Heiken Ashi": "하이킨 아시", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "막대그래프", + "Cross_chart_type": "십자", + "Crosshair": "십자표", + "Columns": "행", + "Circles": "원", + "Indicators": "지표", + "Favorites": "즐겨찾기", + "Technical Analysis": "기술적분석", + "No indicators matched your criteria.": "찾는 지표가 없습니다.", + "Add to favorites": "즐겨찾기추가", + "Remove from favorites": "즐겨찾기지움", + "No symbols matched your criteria": "찾는 종목이 없습니다.", + "Add any symbol from the list": "목록에서 종목추가", + "Overlay the main chart": "메인차트위에 겹쳐보기", + "Symbols to be added on the chart": "차트에 추가될 종목", + "Symbol": "종목", + "Default": "기본설정", + "Defaults": "기본설정", + "OK": "확인", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "취소", + " color": "색", + " transparency": "투명", + " visibility": "보임", + "Add To Watchlist": "관심종목추가", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "적용", + "Arguments in Header": "헤더에 인풋값", + "Arrow": "화살표", + "Auto Scale": "자동눈금", + "Background": "배경", + "bars": "봉", + "bars_margin": "봉", + "{0} bars": "{0} 봉", + "Bottom Margin": "아래여백", + "Bring Forward": "한단계앞으로", + "Bring to Front": "맨앞으로", + "Clone": "복제", + "Color Theme": "Color Theme", + "Copy": "복사", + "Extended Hours": "확장시간", + "Format...": "설정...", + "Source Code...": "Source Code...", + "Full Screen": "전체화면", + "Grid Lines": "격자선", + "Hide All Drawing Tools": "그림툴감추기", + "Drawing Tools": "Drawing Tools", + "Hide": "감추기", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "그림툴넣기", + "Insert Indicator...": "지표넣기", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "현재가눈금", + "Link To": "링크", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "새봉불러오기", + "Lock All Drawing Tools": "그림툴고정", + "Lock Scale": "눈금고정", + "Lock scale": "눈금고정", + "Log Scale": "로그눈금", + "log": "로그눈금", + "Magnet Mode": "자석모드", + "Merge Down": "아래로 겹침", + "Merge Up": "위로 겹침", + "Objects Tree...": "오브젝트 트리", + "Offset": "오프셋", + "Override Min Tick": "Override Min Tick", + "Percentage": "퍼센트", + "Precision": "정밀도", + "Price Line": "가격선", + "Properties...": "속성...", + "Redo": "되풀이", + "Remove All Drawing Tools": "그림툴 모두 없앰", + "Remove All Studies": "스터디 모두 없앰", + "Remove All Indicators": "지표 모두 없앰", + "Remove": "없애기", + "Reset Chart": "차트초기화", + "Reset Scale": "눈금초기화", + "Reset": "초기화", + "Right Margin": "오른여백", + "Save As...": "...로 저장", + "Scale Left": "왼눈금", + "Scale Percentage": "백분율눈금", + "Scale Right": "오른눈금", + "Scale Series Only": "종목눈금만", + "Scale series only": "종목눈금만", + "Scale Series only": "종목눈금만", + "Scales Lines": "눈금선", + "Scales Text": "눈금문자", + "Scaling": "눈금", + "Screen (No Scale)": "화면전체", + "Send Backward": "한단계뒤로", + "Send to Back": "맨뒤로", + "Session Breaks": "세션구분", + "Show Arguments in Header": "헤더에 인풋값 표시", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "현재가눈금 표시", + "Show Left Axis": "왼눈금보기", + "Show Right Axis": "오른눈금보기", + "Show": "보기", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "계속그리기 모드", + "Symbol Search...": "종목찾기...", + "Change Symbol": "종목바꾸기", + "Change Symbol...": "종목바꾸기...", + "Change Interval...": "Change Interval...", + "Time Zone": "타임존", + "TimeZone": "타임존", + "Top Margin": "위여백", + "Transparency": "투명도", + "Undo {0}": "{0} 되돌리기", + "Undo": "되돌리기", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "아래로 떼냄", + "Unmerge Up": "위로 떼냄", + "Visual Order": "보는차례", + "Watermark": "워터마크", + "Show Objects Tree": "오브젝트트리보기", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD 패턴", + "Anchored Text": "고정위치문자", + "Arc": "원호", + "Arrow Mark Down": "아래화살", + "Arrow Mark Left": "왼화살표", + "Arrow Mark Right": "오른화살표", + "Arrow Mark Up": "위화살표", + "Balloon": "풍선", + "Bars Pattern": "봉패턴", + "Brush": "붓", + "Callout": "Callout", + "Circle Lines": "Circle Lines", + "Cross": "십자", + "Cyclic Lines": "Cyclic Lines", + "Date Range": "기간", + "Disjoint Angle": "Disjoint Angle", + "Dot": "점", + "Elliott Labels": "Elliott Labels", + "Elliott Major Retracement": "Elliott Major Retracement", + "Elliott Minor Retracement": "Elliott Minor Retracement", + "Elliott Wave Cycle": "Elliott Wave Cycle", + "Elliott Wave Minor": "Elliott Wave Minor", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "타원", + "Value": "Value", + "Eraser": "지우개", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "확장", + "Extended Line": "확장선", + "Fib Channel": "피보나치채널", + "Fib Circles": "피보나치원", + "Fib Retracement": "피보나치되돌림", + "Fib Speed Resistance Arcs": "피보나치 속도 저항 원호", + "Fib Speed Resistance Fan": "피보나치 속도 저항 부채꼴", + "Fib Spiral": "피보나치 나선", + "Fib Time Zone": "피보나치 타임존", + "Fib Wedge": "피보나치 쐐기", + "Flag Mark": "Flag Mark", + "Flat Top/Bottom": "Flat Top/Bottom", + "Flat Bottom": "Flat Bottom", + "Forecast": "예측", + "Gann Box": "간상자", + "Gann Fan": "간부채꼴", + "Gann Square": "간바른네모", + "Head & Shoulders": "머리 & 어깨", + "Horizontal Line": "수평선", + "Horizontal Ray": "수평빛", + "Icon": "아이콘", + "Inside Pitchfork": "쇠스랑안", + "Long Position": "롱포지션", + "Risk/Reward long": "Risk/Reward long", + "Modified Schiff Pitchfork": "변형쉬프쇠스랑", + "Parallel Channel": "평행채널", + "Pitchfan": "쇠스랑부채꼴", + "Pitchfork": "쇠스랑", + "Polyline": "다선형", + "Price Label": "가격라벨", + "Price Range": "가격범위", + "Projection": "프로젝션", + "Ray": "빛", + "Rectangle": "사각형", + "Regression Trend": "회귀추세", + "Rotated Rectangle": "회전사각형", + "Schiff Pitchfork": "쉬프쇠스랑", + "Schiff": "쉬프", + "Original": "원본", + "Modified Schiff": "변형쉬프", + "Inside": "내부", + "Short Position": "쇼트포지션", + "Risk/Reward short": "Risk/Reward short", + "Text": "문자", + "Comment": "주석", + "Three Drivers Pattern": "세운전자패턴", + "Thumb Down": "엄지아래로", + "Thumb Up": "엄지위로", + "Trend Angle": "추세각", + "Trend Line": "추세선", + "Trend-Based Fib Extension": "추세기반 피보나치 확장", + "Trend-Based Fib Time": "추세기반 피보나치 시간", + "Triangle Pattern": "삼각형패턴", + "Triangle": "삼각형", + "Vertical Line": "수직선", + "XABCD Pattern": "XABCD 패턴", + "Angle:": "각도:", + "Arcs": "원호", + "Background color 1": "배경색 1", + "Background color 2": "배경색 2", + "Background Color": "배경색", + "Bar #": "봉 #", + "Border color": "경계색", + "Border Color": "경계색", + "Border": "경계", + "Bottom Lables": "아래라벨", + "bottom": "아래", + "center": "가운데", + "Channel": "채널", + "Coeffs As Percents": "백분율계수", + "Color bars based on previous close": "이전종가에 따라 봉색결정", + "Color": "색", + "Color:": "색:", + "Coordinates": "좌표", + "Delete": "지움", + "Down Color": "하락색상", + "Drawings": "그리기", + "Entry price:": "진입가:", + "Event": "Event", + "Events": "이벤트", + "Extend Left End": "왼쪽끝확장", + "Extend Left": "왼쪽확장", + "Extend Lines": "확장선", + "Extend Right End": "오른쪽끝확장", + "Extend Right": "오른쪽확장", + "Extend": "확장", + "Failure back color": "실패배경색", + "Failure text color": "실패문자색", + "Fans": "부채꼴", + "Fill": "채우기", + "Format": "설정", + "Graphics": "그래픽", + "Grid": "격자선", + "Help": "도움말", + "HLC Bars": "고저종 봉", + "Inputs": "인풋", + "Label Background": "라벨배경색", + "Label": "라벨", + "Labels": "라벨", + "Left End": "왼쪽끝", + "Left Labels": "왼쪽라벨", + "Right Labels": "Right Labels", + "left": "왼쪽", + "Level {0}": "{0} 레벨", + "Levels": "레벨", + "Lines": "선", + "Major": "Major", + "Measure (Shift + Click on the chart)": "재기(Shift + Click)", + "Median": "평균값", + "middle": "가운데", + "Middle": "Middle", + "Minor": "Minor", + "Mode": "모드", + "Normal": "정상", + "Plot": "플롯", + "Price Levels": "가격레벨", + "Price Source": "차트값", + "Price": "가격", + "Price:": "가격:", + "Prices": "가격", + "Profit Background Color": "수익배경색", + "Profit Level. Ticks:": "수익레벨틱:", + "Properties": "속성", + "Reverse": "리버스", + "Right End": "오른쪽끝", + "Right Lables": "오른쪽라벨", + "right": "오른쪽", + "Log Scale_scale_menu": "로그눈금", + "Percentage_scale_menu": "퍼센트", + "Scales": "눈금", + "Settings": "세팅", + "Show Background": "배경보기", + "Show Bars Range": "봉 구간보기", + "Show Date/Time Range": "날짜/시간 구간보기", + "Show Distance": "거리 보기", + "Show Labels": "라벨보기", + "Show Price Range": "가격구간보기", + "Show Price": "가격보기", + "Show Prices": "가격보기", + "Show Text": "문자열보기", + "Show Time": "시간보기", + "Show Wave": "웨이브보기", + "Show/Hide": "보기/숨기기", + "Source back color": "소스배경색", + "Source border color": "소스경계선색", + "Source text color": "소스문자열색", + "Stay in Drawing Mode": "그리기모드 유지", + "Stop Background Color": "스탑배경색", + "Stop Color:": "스탑색:", + "Stop Level. Ticks:": "스탑레벨틱:", + "Style": "모습", + "Success back color": "성공배경색", + "Success text color": "성공문자열색", + "Target back color": "대상배경색", + "Target border color": "대상경계색", + "Target Color:": "대상색:", + "Target text color": "대상문자열색", + "Text Alignment:": "문자열맞춤:", + "Text color": "문자열색", + "Text Color": "문자열색", + "Text Font": "문자열폰트", + "Text Wrap": "문자열줄넘김", + "Text:": "문자열:", + "Time Levels": "시간레벨", + "Timezone/Sessions": "타임존/세션", + "Top Labels": "탑레벨", + "Bottom Labels": "Bottom Labels", + "top": "위", + "Up Color": "상승색상", + "Wave Size": "웨이브크기", + "Wick": "윅", + "Zoom In": "크게보기", + "Zoom Out": "작게보기", + "Borders": "경계선", + "Level": "레벨", + "Hlines Background": "수평선배경", + "Plots Background": "플롯배경", + "Open_line_tool_position": "포지션보유", + "Closed_line_tool_position": "포지션청산", + "{0} P&L: {1}": "{0} 손익: {1}", + "Risk/Reward Ratio: {0}": "위험/보상율: {0}", + "Stop: {0} ({1}%)": "스탑:{0} ({1}%)", + "Target: {0} ({1}%)": "타겟: {0} ({1}%)", + "SUCCESS": "성공", + "FAILURE": "실패", + "Left Shoulder": "왼쪽어깨", + "Head": "머리", + "Right Shoulder": "오른쪽어깨", + "Mirrored": "거울대칭", + "Flipped": "위아래대칭", + "distance: {0}": "거리: {0}", + "day": "일", + "day_plural": "일", + "week": "주", + "week_plural": "주", + "month": "월", + "month_plural": "월", + "minute": "분", + "minute_plural": "분", + "hour": "시간", + "hour_plural": "시간", + "y_dates": "y", + "h_dates": "h", + "D_dates": "D", + "W_dates": "W", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "in", + "Jan": "1월", + "Feb": "2월", + "Mar": "3월", + "Apr": "4월", + "May": "5월", + "Jun": "6월", + "Jul": "7월", + "Aug": "8월", + "Sep": "9월", + "Oct": "10월", + "Nov": "11월", + "Dec": "12월", + "Objects Tree": "오브젝트트리", + "Manage Drawings": "그림관리", + "TOOL": "도구", + "SYMBOL": "종목", + "Move Up": "위로옮김", + "Move Down": "아래로옮김", + "All Exchanges": "전체거래소", + "All types": "전체종목", + "Stock": "주식", + "stock": "주식", + "Index": "지수", + "index": "지수", + "Futures": "선물", + "futures": "선물", + "Image URL": "이미지 URL", + "Save image": "이미지저장", + "or copy url:": "또는 url 복사:", + "Redo {0}": "{0} 다시하기", + "Custom color...": "사용자색상...", + "Search": "찾기", + "Open_in_legend": "시", + "High_in_legend": "고", + "Low_in_legend": "저", + "Close_in_legend": "종", + "Open": "시", + "High": "고", + "Low": "저", + "Close": "종", + "(H + L)/2": "(고 + 저)/2", + "(H + L + C)/3": "(고 + 저 + 종)/3", + "(O + H + L + C)/4": "(시 + 고 + 저 + 종)/3", + "UTC": "표준시", + "Exchange": "거래소", + "Athens": "아테네", + "Berlin": "베를린", + "Bogota": "보고타", + "Bangkok": "방콕", + "Buenos Aires": "부에노스아이레스", + "Chicago": "시카고", + "Hong Kong": "홍콩", + "Kolkata": "콜카타", + "London": "런던", + "Los Angeles": "로스엔젤레스", + "Madrid": "마드리드", + "Moscow": "모스코바", + "New York": "뉴욕", + "Paris": "파리", + "Sao Paulo": "Sao Paulo", + "Seoul": "서울", + "Shanghai": "상하이", + "Singapore": "싱가폴", + "Sydney": "시드니", + "Taipei": "대만", + "Tehran": "Tehran", + "Tokyo": "도쿄", + "Toronto": "토론토", + "Vancouver": "밴쿠버", + "Warsaw": "바르샤바", + "n/a": "n/a", + "Long_input": "매수", + "long_input": "long", + "longlen_input": "long length", + "Window Size_input": "윈도우크기", + "Length_input": "길이", + "length_input": "길이", + "len_input": "길이", + "Short_input": "매도", + "short_input": "short", + "shortlen_input": "Short Length", + "Mult_input": "승수", + "mult_input": "승수", + "divisor_input": "분모", + "Divisor_input": "분모", + "Upper": "위쪽", + "Lower": "아래쪽", + "Long": "매수", + "Short": "매도", + "Signal": "신호", + "Jaw": "턱", + "Teeth": "이빨", + "Lips": "입술", + "Zero": "Zero", + "WMA Length_input": "WMA Length", + "Long RoC Length_input": "Long RoC Length", + "Short RoC Length_input": "Short RoC Length", + "jawLength_input": "Jaw Length", + "teethLength_input": "Teeth Length", + "lipsLength_input": "Lips Length", + "percent_input": "백분율", + "exponential_input": "지수", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "색 0", + "Color 1": "색 1", + "Color 2": "색 2", + "Color 3": "색 3", + "Color 4": "색 4", + "sym_input": "종목", + "symbol_input": "종목", + "Sym_input": "종목", + "DI Length_input": "DI Length", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "변위", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Use True Range", + "roclen1_input": "RoC Length 1", + "roclen2_input": "RoC Length 2", + "roclen3_input": "RoC Length 3", + "roclen4_input": "RoC Length 4", + "smalen1_input": "SMA Length 1", + "smalen2_input": "SMA Length 2", + "smalen3_input": "SMA Length 3", + "smalen4_input": "SMA Length 4", + "siglen_input": "Signal Length", + "UpperLimit": "상한값", + "LowerLimit": "하한값", + "Limit": "Limit", + "fastLength_input": "Fast Length", + "slowLength_input": "Slow Length", + "signalLength_input": "Signal Length", + "start_input": "시작", + "increment_input": "증가", + "maximum_input": "최대", + "showMA_input": "이동평균보기", + "show MA_input": "Show MA", + "Volume": "거래량", + "Volume MA": "거래량 이동평균", + "Indicator": "지표", + "Oscillator": "오실레이터", + "lengthStoch_input": "Stoch length", + "lengthRSI_input": "RSI length", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Crosses", + "Click to set a point": "그릴지점 클릭", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", + "retrying": "retrying", + "eod data": "일봉종가데이터", + "eod delayed": "일봉지연데이터", + "loading data": "데이터로딩중", + "invalid symbol": "잘못된 종목", + "streaming": "스티리밍", + "realtime": "실시간", + "pre-market": "프리마켓", + "post-market": "포스트마켓", + "closed": "청산", + "Time Interval": "시간간격", + "Show Symbol Labels": "종목이름보기", + "Show Symbol Labels_context_menu": "종목이름보기", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "분", + "Intermediate": "중간", + "Primary": "주요", + "Cycle": "Cycle", + "SuperCycle": "SuperCycle", + "GrandSuperCycle": "GrandSuperCycle", + "Lock": "잠금", + "Width": "너비", + "Line With Breaks": "라인 With Breaks", + "Area With Breaks": "영역 With Breaks", + "Type": "타입", + "Simple": "단순", + "With Markers": "마커도함께", + "Step": "스텝", + "No drawings yet": "그림없음", + "Lock/Unlock": "잠그기/풀기", + "deviation_input": "편차", + "depth_input": "깊이", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "Show All", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Note", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "auto", + "Invalid Symbol": "Invalid Symbol", + "loading...": "loading...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "Rename...", + "New": "New", + "Load": "Load", + "Save": "Save", + "Rename Chart": "Rename Chart", + "{0} copy": "{0} copy", + "Please enter chart name": "Please enter chart name", + "Enter a new chart name": "Enter a new chart name", + "Load Chart": "Load Chart", + "Chart Name": "Chart Name", + "Chart name": "Chart name", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Last Modified", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Active Symbol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Fullscreen mode", + "Marker Color": "Marker Color", + "Font Size": "Font Size", + "Save New Chart": "Save New Chart", + "Source_compare": "Source", + "YES": "YES", + "Yes": "Yes", + "No": "No", + "NO": "NO", + "Confirmation": "Confirmation", + "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/nl_NL.json b/charting_library/static/localization/translations/nl_NL.json index 8b452d48..0ff51cf1 100644 --- a/charting_library/static/localization/translations/nl_NL.json +++ b/charting_library/static/localization/translations/nl_NL.json @@ -1,664 +1,1449 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label", - "Script Editor": "Script Bewerker", - " Published Charts Timeline": "Published Charts Timeline", - "SMA": "SMA", - "Bar's Style": "Bar's Style", - "Chart Properties": "Chart Properties", - "Compare": "Vergelijken", - "Compare...": "Vergelijken..", - "Compare or Add Symbol...": "Vergelijk of voeg een symbool toe...", - "Compare or Add Symbol": "Vergelijk of voeg een symbool toe", - "Add Symbol": "Voeg symbool toe", - "Scales Properties...": "Scales Properties...", - "Add": "Toevoegen", - "Company Comparison": "Company Comparison", - "Indicators, Fundamentals, Economy and Add-ons": "Indicators, Fundamentals, Economy and Add-ons", - "Economy & Symbols": "Economy & Symbols", - "Bars": "Bars", - "Candles": "Candles", - "Hollow Candles": "Hollow Candles", - "Line": "Lijn", - "Area": "Gebied", - "Heiken Ashi": "Heiken Ashi", - "Histogram": "Histogram", - "Cross_chart_type": "Cross", - "Crosshair": "Crosshair", - "Columns": "Kolommen", - "Circles": "Cirkels", - "Indicators": "Indicators", - "Favorites": "Favorieten", - "Technical Analysis": "Technische Analyse", - "No indicators matched your criteria.": "No indicators matched your criteria.", - "Add to favorites": "Voeg toe aan favorieten", - "Remove from favorites": "Verwijder van favorieten", - "No symbols matched your criteria": "No symbols matched your criteria", - "Add any symbol from the list": "Add any symbol from the list", - "Overlay the main chart": "Overlay the main chart", - "Symbols to be added on the chart": "Symbols to be added on the chart", - "Symbol": "Symbool", - "Default": "Default", - "Defaults": "Defaults", - "OK": "Ok", - "Cancel": "Annuleren", - " color": "kleur", - " transparency": "transparantie", - " visibility": "visibility", - "Add To Watchlist": "Add To Watchlist", - "Apply": "Apply", - "Arguments in Header": "Arguments in Header", - "Arrow": "Arrow", - "Auto Scale": "Auto Scale", - "Background": "Achtergrond", - "bars": "bars", - "bars_margin": "bars", - "{0} bars": "{0} bars", - "Bottom Margin": "Bottom Margin", - "Bring Forward": "Bring Forward", - "Bring to Front": "Bring to Front", - "Clone": "Kloon", - "Color Theme": "Kleuren Thema", - "Copy": "Kopiëren", - "Extended Hours": "Extended Hours", - "Format...": "Format...", - "Full Screen": "Volledig Scherm", - "Grid Lines": "Grid Lines", - "Hide All Drawing Tools": "Hide All Drawing Tools", - "Hide": "Verbergen", - "Insert Drawing Tool": "Insert Drawing Tool", - "Insert Indicator...": "Insert Indicator...", - "Last Value on Price Scale": "Last Value on Price Scale", - "Link To": "Link To", - "Load New Bars": "Load New Bars", - "Lock All Drawing Tools": "Lock All Drawing Tools", - "Lock Scale": "Lock Scale", - "Lock scale": "Lock scale", - "Log Scale": "Log Scale", - "log": "log", - "Magnet Mode": "Magnet Mode", - "Merge Down": "Merge Down", - "Merge Up": "Merge Up", - "Objects Tree...": "Objects Tree...", - "Offset": "Offset", - "Override Min Tick": "Override Min Tick", - "Percentage": "Percentage", - "Precision": "Precision", - "Price Line": "Price Line", - "Properties...": "Properties...", - "Redo": "Redo", - "Remove All Drawing Tools": "Remove All Drawing Tools", - "Remove All Studies": "Remove All Studies", - "Remove All Indicators": "Remove All Indicators", - "Remove": "Remove", - "Reset Chart": "Reset Chart", - "Reset Scale": "Reset Scale", - "Reset": "Reset", - "Right Margin": "Right Margin", - "Save As...": "Opslaan als...", - "Scale Left": "Scale Left", - "Scale Percentage": "Scale Percentage", - "Scale Right": "Scale Right", - "Scale Series Only": "Scale Series Only", - "Scale series only": "Scale series only", - "Scale Series only": "Scale Series only", - "Scales Lines": "Scales Lines", - "Scales Text": "Scales Text", - "Scaling": "Scaling", - "Screen (No Scale)": "Screen (No Scale)", - "Send Backward": "Send Backward", - "Send to Back": "Send to Back", - "Session Breaks": "Session Breaks", - "Show Arguments in Header": "Show Arguments in Header", - "Show Last Value on Price Scale": "Show Last Value on Price Scale", - "Show Left Axis": "Show Left Axis", - "Show Right Axis": "Show Right Axis", - "Show": "Show", - "Stay In Drawing Mode": "Stay In Drawing Mode", - "Symbol Search...": "Symbol Search...", - "Change Symbol": "Verander Symbool", - "Change Symbol...": "Verander Symbool...", - "Time Zone": "Time Zone", - "TimeZone": "TimeZone", - "Top Margin": "Top Margin", - "Transparency": "Transparency", - "Undo {0}": "Ongedaan maken", - "Undo": "Ongedaan maken", - "Unmerge Down": "Unmerge Down", - "Unmerge Up": "Unmerge Up", - "Visual Order": "Visual Order", - "Watermark": "Watermark", - "Show Objects Tree": "Show Objects Tree", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "ABCD Pattern", - "Anchored Text": "Anchored Text", - "Arc": "Arc", - "Arrow Mark Down": "Arrow Mark Down", - "Arrow Mark Left": "Arrow Mark Left", - "Arrow Mark Right": "Arrow Mark Right", - "Arrow Mark Up": "Arrow Mark Up", - "Balloon": "Balloon", - "Bars Pattern": "Bars Pattern", - "Brush": "Brush", - "Callout": "Callout", - "Circle Lines": "Circle Lines", - "Cross": "Cross", - "Cyclic Lines": "Cyclic Lines", - "Date Range": "Date Range", - "Disjoint Angle": "Disjoint Angle", - "Dot": "Punt", - "Elliott Labels": "Elliott Labels", - "Elliott Major Retracement": "Elliott Major Retracement", - "Elliott Minor Retracement": "Elliott Minor Retracement", - "Elliott Wave Cycle": "Elliott Wave Cycle", - "Elliott Wave Minor": "Elliott Wave Minor", - "Elliott Wave Subminuette": "Elliott Wave Subminuette", - "Ellipse": "Ellipse", - "Eraser": "Eraser", - "Extended": "Extended", - "Extended Line": "Extended Line", - "Fib Channel": "Fib Channel", - "Fib Circles": "Fib Circles", - "Fib Retracement": "Fib Retracement", - "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", - "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", - "Fib Spiral": "Fib Spiral", - "Fib Time Zone": "Fib Time Zone", - "Fib Wedge": "Fib Wedge", - "Flag Mark": "Flag Mark", - "Flat Top/Bottom": "Flat Top/Bottom", - "Flat Bottom": "Flat Bottom", - "Forecast": "Forecast", - "Gann Box": "Gann Box", - "Gann Fan": "Gann Fan", - "Gann Square": "Gann Square", - "Head & Shoulders": "Head & Shoulders", - "Horizontal Line": "Horizontal Line", - "Horizontal Ray": "Horizontal Ray", - "Icon": "Icoon", - "Inside Pitchfork": "Inside Pitchfork", - "Long Position": "Long Position", - "Risk/Reward long": "Risk/Reward long", - "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", - "Parallel Channel": "Parallel Channel", - "Pitchfan": "Pitchfan", - "Pitchfork": "Pitchfork", - "Polyline": "Polyline", - "Price Label": "Price Label", - "Price Range": "Price Range", - "Projection": "Projection", - "Ray": "Ray", - "Rectangle": "Rectangle", - "Regression Trend": "Regression Trend", - "Rotated Rectangle": "Rotated Rectangle", - "Schiff Pitchfork": "Schiff Pitchfork", - "Schiff": "Schiff", - "Original": "Original", - "Modified Schiff": "Modified Schiff", - "Inside": "Inside", - "Short Position": "Short Position", - "Risk/Reward short": "Risk/Reward short", - "Text": "Tekst", - "Comment": "Reactie", - "Three Drivers Pattern": "Three Drivers Pattern", - "Thumb Down": "Duim omlaag", - "Thumb Up": "Duim omhoog", - "Trend Angle": "Trend Angle", - "Trend Line": "Trend Line", - "Trend-Based Fib Extension": "Trend-Based Fib Extension", - "Trend-Based Fib Time": "Trend-Based Fib Time", - "Triangle Pattern": "Triangle Pattern", - "Triangle": "Triangle", - "Vertical Line": "Verticale Lijn", - "XABCD Pattern": "XABCD Pattern", - "Angle:": "Angle:", - "Arcs": "Arcs", - "Background color 1": "Achtergrond kleur 1", - "Background color 2": "Achtergrond kleur 2", - "Background Color": "Achtergrond Kleur", - "Bar #": "Bar #", - "Border color": "Border color", - "Border Color": "Border Color", - "Border": "Border", - "Bottom Lables": "Bottom Lables", - "bottom": "onderzijde", - "center": "middelpunt", - "Channel": "Kanaal", - "Coeffs As Percents": "Coeffs As Percents", - "Color bars based on previous close": "Color bars based on previous close", - "Color": "Kleur", - "Color:": "Kleur:", - "Coordinates": "Coördinaten", - "Delete": "Verwijderen", - "Down Color": "Beneden kleur", - "Drawings": "Drawings", - "Entry price:": "Entry price:", - "Events": "Events", - "Extend Left End": "Extend Left End", - "Extend Left": "Extend Left", - "Extend Lines": "Extend Lines", - "Extend Right End": "Extend Right End", - "Extend Right": "Extend Right", - "Extend": "Extend", - "Failure back color": "Failure back color", - "Failure text color": "Failure text color", - "Fans": "Fans", - "Fill": "Fill", - "Format": "Formaat", - "Graphics": "Graphics", - "Grid": "Grid", - "Help": "Help", - "HLC Bars": "HLC Bars", - "Inputs": "Inputs", - "Label Background": "Label Background", - "Label": "Label", - "Labels": "Labels", - "Left End": "Left End", - "Left Labels": "Left Labels", - "left": "links", - "Level {0}": "Level {0}", - "Levels": "Levels", - "Lines": "Lines", - "Major": "Major", - "Measure (Shift + Click on the chart)": "Measure (Shift + Click on the chart)", - "Median": "Median", - "middle": "midden", - "Middle": "Middle", - "Minor": "Minor", - "Mode": "Mode", - "Normal": "Normaal", - "Plot": "Plot", - "Price Levels": "Price Levels", - "Price Source": "Prijs Bron", - "Price": "Prijs", - "Price:": "Prijs:", - "Prices": "Prijzen", - "Profit Background Color": "Profit Background Color", - "Profit Level. Ticks:": "Profit Level. Ticks:", - "Properties": "Properties", - "Reverse": "Reverse", - "Right End": "Right End", - "Right Lables": "Right Lables", - "right": "rechts", - "Log Scale_scale_menu": "Log Scale", - "Percentage_scale_menu": "Percentage", - "Scales": "Scales", - "Settings": "Settings", - "Show Background": "Show Background", - "Show Bars Range": "Show Bars Range", - "Show Date/Time Range": "Show Date/Time Range", - "Show Distance": "Show Distance", - "Show Labels": "Show Labels", - "Show Price Range": "Show Price Range", - "Show Price": "Show Price", - "Show Prices": "Show Prices", - "Show Text": "Laat Tekst zien", - "Show Time": "Laat tijd zien", - "Show Wave": "Show Wave", - "Show/Hide": "Laat zien/verbergen", - "Source back color": "Source back color", - "Source border color": "Source border color", - "Source text color": "Source text color", - "Stay in Drawing Mode": "Stay in Drawing Mode", - "Stop Background Color": "Stop Background Color", - "Stop Color:": "Stop Color:", - "Stop Level. Ticks:": "Stop Level. Ticks:", - "Style": "Style", - "Success back color": "Success back color", - "Success text color": "Success text color", - "Target back color": "Target back color", - "Target border color": "Target border color", - "Target Color:": "Target Color:", - "Target text color": "Target text color", - "Text Alignment:": "Text Alignment:", - "Text color": "Text color", - "Text Color": "Text Color", - "Text Font": "Text Font", - "Text Wrap": "Text Wrap", - "Text:": "Text:", - "Time Levels": "Time Levels", - "Timezone/Sessions": "Tijdzone/Sessies", - "Top Labels": "Top Labels", - "top": "top", - "Up Color": "Up Color", - "Wave Size": "Wave Size", - "Wick": "Wick", - "Zoom In": "Zoom In", - "Zoom Out": "Zoom Out", - "Borders": "Borders", - "Level": "Level", - "Hlines Background": "Hlines Background", - "Plots Background": "Plots Background", - "Open_line_tool_position": "Opened", - "Closed_line_tool_position": "Gesloten", - "{0} P&L: {1}": "{0} P&L: {1}", - "Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}", - "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", - "Target: {0} ({1}%)": "Target: {0} ({1}%)", - "SUCCESS": "Succes!", - "FAILURE": "Mislukt!", - "Left Shoulder": "Linkerschouder", - "Head": "Hoofd", - "Right Shoulder": "Rechterschouder", - "Mirrored": "Mirrored", - "Flipped": "Flipped", - "distance: {0}": "distance: {0}", - "day": "dag", - "day_plural": "dagen", - "day_plural_1": "not used for this language", - "day_plural_2": "not used for this language", - "day_plural_5": "not used for this language", - "week": "week", - "week_plural": "weken", - "week_plural_1": "not used for this language", - "week_plural_2": "not used for this language", - "week_plural_5": "not used for this language", - "month": "maand", - "month_plural": "maanden", - "month_plural_1": "not used for this language", - "month_plural_2": "not used for this language", - "month_plural_5": "not used for this language", - "minute": "minuut", - "minute_plural": "minuten", - "minute_plural_1": "not used for this language", - "minute_plural_2": "not used for this language", - "minute_plural_5": "not used for this language", - "hour": "uur", - "hour_plural": "uren", - "hour_plural_1": "not used for this language", - "hour_plural_2": "not used for this language", - "hour_plural_5": "not used for this language", - "y_dates": "y", - "y_dates_plural": "y", - "y_dates_plural_1": "not used for this language", - "y_dates_plural_2": "not used for this language", - "y_dates_plural_5": "not used for this language", - "h_dates": "h", - "D_dates": "D", - "W_dates": "W", - "M_dates": "M", - "d_dates": "d", - "m_dates": "m", - "in_dates": "in", - "Jan": "Jan", - "Feb": "Feb", - "Mar": "Mar", - "Apr": "Apr", - "May": "Mei", - "Jun": "Jun", - "Jul": "Jul", - "Aug": "Aug", - "Sep": "Sep", - "Oct": "Okt", - "Nov": "Nov", - "Dec": "Dec", - "Objects Tree": "Objects Tree", - "Manage Drawings": "Manage Drawings", - "TOOL": "TOOL", - "SYMBOL": "SYMBOL", - "Move Up": "Move Up", - "Move Down": "Move Down", - "All Exchanges": "All Exchanges", - "All types": "All types", - "Stock": "Stock", - "stock": "stock", - "Index": "Index", - "index": "index", - "Futures": "Futures", - "futures": "futures", - "Image URL": "Image URL", - "Save image": "Save image", - "or copy url:": "or copy url:", - "Redo {0}": "Redo {0}", - "Custom color...": "Custom color...", - "Search": "Search", - "Open_in_legend": "O", - "High_in_legend": "H", - "Low_in_legend": "L", - "Close_in_legend": "C", - "Open": "Open", - "High": "High", - "Low": "Low", - "Close": "Close", - "(H + L)/2": "(H + L)/2", - "(H + L + C)/3": "(H + L + C)/3", - "(O + H + L + C)/4": "(O + H + L + C)/4", - "UTC": "UTC+0", - "Exchange": "Exchange", - "Athens": "Athene", - "Berlin": "Berlijn", - "Bogota": "Bogota", - "Bangkok": "Bangkok", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Kolkata", - "London": "Londen", - "Los Angeles": "Los Angeles", - "Madrid": "Madrid", - "Moscow": "Moskou", - "New York": "New York", - "Paris": "Parijs", - "Seoul": "Seoul", - "Shanghai": "Shanghai", - "Singapore": "Singapore", - "Sydney": "Sydney", - "Taipei": "Taipei", - "Tehran": "Tehran", - "Tokyo": "Tokio", - "Toronto": "Toronto", - "Vancouver": "Vancouver", - "Warsaw": "Warschau", - "n/a": "n/a", - "Long_input": "Long", - "long_input": "long", - "longlen_input": "long length", - "Window Size_input": "Window Size", - "Length_input": "Length", - "length_input": "length", - "len_input": "length", - "Short_input": "Short", - "short_input": "short", - "shortlen_input": "Short Length", - "Mult_input": "Multiplier", - "mult_input": "multiplier", - "divisor_input": "divisor", - "Divisor_input": "Divisor", - "Upper": "Upper", - "Lower": "Lower", - "Long": "Long", - "Short": "Short", - "Signal": "Signal", - "Jaw": "Jaw", - "Teeth": "Teeth", - "Lips": "Lips", - "Zero": "Zero", - "WMA Length_input": "WMA Length", - "Long RoC Length_input": "Long RoC Length", - "Short RoC Length_input": "Short RoC Length", - "jawLength_input": "Jaw Length", - "teethLength_input": "Teeth Length", - "lipsLength_input": "Lips Length", - "percent_input": "Percent", - "exponential_input": "Exponential", - "smoothD_input": "Smooth D", - "smoothK_input": "Smooth K", - "Color 0": "Kleur 0", - "Color 1": "Kleur 1", - "Color 2": "Kleur 2", - "Color 3": "Kleur 3", - "Color 4": "Kleur 4", - "sym_input": "symbool", - "symbol_input": "symbool", - "Sym_input": "symbool", - "DI Length_input": "DI Length", - "ADX Smoothing_input": "ADX Smoothing", - "displacement_input": "displacement", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Use True Range", - "roclen1_input": "RoC Length 1", - "roclen2_input": "RoC Length 2", - "roclen3_input": "RoC Length 3", - "roclen4_input": "RoC Length 4", - "smalen1_input": "SMA Length 1", - "smalen2_input": "SMA Length 2", - "smalen3_input": "SMA Length 3", - "smalen4_input": "SMA Length 4", - "siglen_input": "Signal Length", - "UpperLimit": "Upper Limit", - "LowerLimit": "Lower Limit", - "fastLength_input": "Fast Length", - "slowLength_input": "Slow Length", - "signalLength_input": "Signal Length", - "start_input": "Start", - "increment_input": "Increment", - "maximum_input": "Maximum", - "showMA_input": "Show MA", - "show MA_input": "Show MA", - "Volume": "Volume", - "Volume MA": "Volume MA", - "Indicator": "Indicator", - "Oscillator": "Oscillator", - "lengthStoch_input": "Stoch length", - "lengthRSI_input": "RSI length", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "Crosses", - "Click to set a point": "Click to set a point", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", - "retrying": "retrying", - "eod data": "eod data", - "eod delayed": "eod delayed", - "loading data": "loading data", - "invalid symbol": "invalid symbol", - "streaming": "streaming", - "realtime": "realtime", - "pre-market": "pre-market", - "post-market": "post-market", - "closed": "gesloten", - "Time Interval": "Time Interval", - "Show Symbol Labels": "Show Symbol Labels", - "Show Symbol Labels_context_menu": "Show Symbol Labels", - "Subminuette": "Subminuette", - "Minuette": "Minuette", - "Minute": "Minute", - "Intermediate": "Intermediate", - "Primary": "Primair", - "Cycle": "Cycle", - "SuperCycle": "SuperCycle", - "GrandSuperCycle": "GrandSuperCycle", - "Lock": "Op slot", - "Width": "Breedte", - "Line With Breaks": "Line With Breaks", - "Area With Breaks": "Area With Breaks", - "Type": "Type", - "Simple": "Simple", - "With Markers": "With Markers", - "Step": "Step", - "No drawings yet": "No drawings yet", - "Lock/Unlock": "Lock/Unlock", - "deviation_input": "deviation", - "depth_input": "depth", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "Script Bewerker", + " Published Charts Timeline": "Published Charts Timeline", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "Bar's Style", + "Chart Properties": "Chart Properties", + "Compare": "Vergelijken", + "Compare...": "Vergelijken..", + "Compare or Add Symbol...": "Vergelijk of voeg een symbool toe...", + "Compare or Add Symbol": "Vergelijk of voeg een symbool toe", + "Add Symbol": "Voeg symbool toe", + "Scales Properties...": "Scales Properties...", + "Add": "Toevoegen", + "Company Comparison": "Company Comparison", + "Indicators, Fundamentals, Economy and Add-ons": "Indicators, Fundamentals, Economy and Add-ons", + "Economy & Symbols": "Economy & Symbols", + "Bars": "Bars", + "Candles": "Candles", + "Hollow Candles": "Hollow Candles", + "Line": "Lijn", + "Permanent link to this message": "Permanent link to this message", + "Area": "Gebied", + "Message settings": "Message settings", + "Heiken Ashi": "Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Histogram", + "Cross_chart_type": "Cross", + "Crosshair": "Crosshair", + "Columns": "Kolommen", + "Circles": "Cirkels", + "Indicators": "Indicators", + "Favorites": "Favorieten", + "Technical Analysis": "Technische Analyse", + "No indicators matched your criteria.": "No indicators matched your criteria.", + "Add to favorites": "Voeg toe aan favorieten", + "Remove from favorites": "Verwijder van favorieten", + "No symbols matched your criteria": "No symbols matched your criteria", + "Add any symbol from the list": "Add any symbol from the list", + "Overlay the main chart": "Overlay the main chart", + "Symbols to be added on the chart": "Symbols to be added on the chart", + "Symbol": "Symbool", + "Default": "Default", + "Defaults": "Defaults", + "OK": "OK", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Annuleren", + " color": "kleur", + " transparency": "transparantie", + " visibility": "visibility", + "Add To Watchlist": "Add To Watchlist", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Apply", + "Arguments in Header": "Arguments in Header", + "Arrow": "Arrow", + "Auto Scale": "Auto Scale", + "Background": "Achtergrond", + "bars": "bars", + "bars_margin": "bars", + "{0} bars": "{0} bars", + "Bottom Margin": "Bottom Margin", + "Bring Forward": "Bring Forward", + "Bring to Front": "Bring to Front", + "Clone": "Kloon", + "Color Theme": "Kleuren Thema", + "Copy": "Kopiëren", + "Extended Hours": "Extended Hours", + "Format...": "Format...", + "Source Code...": "Source Code...", + "Full Screen": "Volledig Scherm", + "Grid Lines": "Grid Lines", + "Hide All Drawing Tools": "Hide All Drawing Tools", + "Drawing Tools": "Drawing Tools", + "Hide": "Verbergen", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Insert Drawing Tool", + "Insert Indicator...": "Insert Indicator...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Last Value on Price Scale", + "Link To": "Link To", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Load New Bars", + "Lock All Drawing Tools": "Lock All Drawing Tools", + "Lock Scale": "Lock Scale", + "Lock scale": "Lock scale", + "Log Scale": "Log Scale", + "log": "log", + "Magnet Mode": "Magnet Mode", + "Merge Down": "Merge Down", + "Merge Up": "Merge Up", + "Objects Tree...": "Objects Tree...", + "Offset": "Offset", + "Override Min Tick": "Override Min Tick", + "Percentage": "Percentage", + "Precision": "Precision", + "Price Line": "Price Line", + "Properties...": "Properties...", + "Redo": "Redo", + "Remove All Drawing Tools": "Remove All Drawing Tools", + "Remove All Studies": "Remove All Studies", + "Remove All Indicators": "Remove All Indicators", + "Remove": "Remove", + "Reset Chart": "Reset Chart", + "Reset Scale": "Reset Scale", + "Reset": "Reset", + "Right Margin": "Right Margin", + "Save As...": "Opslaan als...", + "Scale Left": "Scale Left", + "Scale Percentage": "Scale Percentage", + "Scale Right": "Scale Right", + "Scale Series Only": "Scale Series Only", + "Scale series only": "Scale series only", + "Scale Series only": "Scale Series only", + "Scales Lines": "Scales Lines", + "Scales Text": "Scales Text", + "Scaling": "Scaling", + "Screen (No Scale)": "Screen (No Scale)", + "Send Backward": "Send Backward", + "Send to Back": "Send to Back", + "Session Breaks": "Session Breaks", + "Show Arguments in Header": "Show Arguments in Header", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Show Last Value on Price Scale", + "Show Left Axis": "Show Left Axis", + "Show Right Axis": "Show Right Axis", + "Show": "Show", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Stay In Drawing Mode", + "Symbol Search...": "Symbol Search...", + "Change Symbol": "Verander Symbool", + "Change Symbol...": "Verander Symbool...", + "Change Interval...": "Change Interval...", + "Time Zone": "Time Zone", + "TimeZone": "TimeZone", + "Top Margin": "Top Margin", + "Transparency": "Transparency", + "Undo {0}": "Ongedaan maken", + "Undo": "Ongedaan maken", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Unmerge Down", + "Unmerge Up": "Unmerge Up", + "Visual Order": "Visual Order", + "Watermark": "Watermark", + "Show Objects Tree": "Show Objects Tree", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD Pattern", + "Anchored Text": "Anchored Text", + "Arc": "Arc", + "Arrow Mark Down": "Arrow Mark Down", + "Arrow Mark Left": "Arrow Mark Left", + "Arrow Mark Right": "Arrow Mark Right", + "Arrow Mark Up": "Arrow Mark Up", + "Balloon": "Balloon", + "Bars Pattern": "Bars Pattern", + "Brush": "Brush", + "Callout": "Callout", + "Circle Lines": "Circle Lines", + "Cross": "Cross", + "Cyclic Lines": "Cyclic Lines", + "Date Range": "Date Range", + "Disjoint Angle": "Disjoint Angle", + "Dot": "Punt", + "Elliott Labels": "Elliott Labels", + "Elliott Major Retracement": "Elliott Major Retracement", + "Elliott Minor Retracement": "Elliott Minor Retracement", + "Elliott Wave Cycle": "Elliott Wave Cycle", + "Elliott Wave Minor": "Elliott Wave Minor", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "Ellipse", + "Value": "Value", + "Eraser": "Eraser", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Extended", + "Extended Line": "Extended Line", + "Fib Channel": "Fib Channel", + "Fib Circles": "Fib Circles", + "Fib Retracement": "Fib Retracement", + "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", + "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", + "Fib Spiral": "Fib Spiral", + "Fib Time Zone": "Fib Time Zone", + "Fib Wedge": "Fib Wedge", + "Flag Mark": "Flag Mark", + "Flat Top/Bottom": "Flat Top/Bottom", + "Flat Bottom": "Flat Bottom", + "Forecast": "Forecast", + "Gann Box": "Gann Box", + "Gann Fan": "Gann Fan", + "Gann Square": "Gann Square", + "Head & Shoulders": "Head & Shoulders", + "Horizontal Line": "Horizontal Line", + "Horizontal Ray": "Horizontal Ray", + "Icon": "Icoon", + "Inside Pitchfork": "Inside Pitchfork", + "Long Position": "Long Position", + "Risk/Reward long": "Risk/Reward long", + "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", + "Parallel Channel": "Parallel Channel", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Polyline", + "Price Label": "Price Label", + "Price Range": "Price Range", + "Projection": "Projection", + "Ray": "Ray", + "Rectangle": "Rectangle", + "Regression Trend": "Regression Trend", + "Rotated Rectangle": "Rotated Rectangle", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Original", + "Modified Schiff": "Modified Schiff", + "Inside": "Inside", + "Short Position": "Short Position", + "Risk/Reward short": "Risk/Reward short", + "Text": "Tekst", + "Comment": "Reactie", + "Three Drivers Pattern": "Three Drivers Pattern", + "Thumb Down": "Duim omlaag", + "Thumb Up": "Duim omhoog", + "Trend Angle": "Trend Angle", + "Trend Line": "Trend Line", + "Trend-Based Fib Extension": "Trend-Based Fib Extension", + "Trend-Based Fib Time": "Trend-Based Fib Time", + "Triangle Pattern": "Triangle Pattern", + "Triangle": "Triangle", + "Vertical Line": "Verticale Lijn", + "XABCD Pattern": "XABCD Pattern", + "Angle:": "Angle:", + "Arcs": "Arcs", + "Background color 1": "Achtergrond kleur 1", + "Background color 2": "Achtergrond kleur 2", + "Background Color": "Achtergrond Kleur", + "Bar #": "Bar #", + "Border color": "Border color", + "Border Color": "Border Color", + "Border": "Border", + "Bottom Lables": "Bottom Lables", + "bottom": "onderzijde", + "center": "middelpunt", + "Channel": "Kanaal", + "Coeffs As Percents": "Coeffs As Percents", + "Color bars based on previous close": "Color bars based on previous close", + "Color": "Kleur", + "Color:": "Kleur:", + "Coordinates": "Coördinaten", + "Delete": "Verwijderen", + "Down Color": "Beneden kleur", + "Drawings": "Drawings", + "Entry price:": "Entry price:", + "Event": "Event", + "Events": "Events", + "Extend Left End": "Extend Left End", + "Extend Left": "Extend Left", + "Extend Lines": "Extend Lines", + "Extend Right End": "Extend Right End", + "Extend Right": "Extend Right", + "Extend": "Extend", + "Failure back color": "Failure back color", + "Failure text color": "Failure text color", + "Fans": "Fans", + "Fill": "Fill", + "Format": "Formaat", + "Graphics": "Graphics", + "Grid": "Grid", + "Help": "Help", + "HLC Bars": "HLC Bars", + "Inputs": "Inputs", + "Label Background": "Label Background", + "Label": "Label", + "Labels": "Labels", + "Left End": "Left End", + "Left Labels": "Left Labels", + "Right Labels": "Right Labels", + "left": "links", + "Level {0}": "Level {0}", + "Levels": "Levels", + "Lines": "Lines", + "Major": "Major", + "Measure (Shift + Click on the chart)": "Measure (Shift + Click on the chart)", + "Median": "Median", + "middle": "midden", + "Middle": "Middle", + "Minor": "Minor", + "Mode": "Mode", + "Normal": "Normaal", + "Plot": "Plot", + "Price Levels": "Price Levels", + "Price Source": "Prijs Bron", + "Price": "Prijs", + "Price:": "Prijs:", + "Prices": "Prijzen", + "Profit Background Color": "Profit Background Color", + "Profit Level. Ticks:": "Profit Level. Ticks:", + "Properties": "Properties", + "Reverse": "Reverse", + "Right End": "Right End", + "Right Lables": "Right Lables", + "right": "rechts", + "Log Scale_scale_menu": "Log Scale", + "Percentage_scale_menu": "Percentage", + "Scales": "Scales", + "Settings": "Settings", + "Show Background": "Show Background", + "Show Bars Range": "Show Bars Range", + "Show Date/Time Range": "Show Date/Time Range", + "Show Distance": "Show Distance", + "Show Labels": "Show Labels", + "Show Price Range": "Show Price Range", + "Show Price": "Show Price", + "Show Prices": "Show Prices", + "Show Text": "Laat Tekst zien", + "Show Time": "Laat tijd zien", + "Show Wave": "Show Wave", + "Show/Hide": "Laat zien/verbergen", + "Source back color": "Source back color", + "Source border color": "Source border color", + "Source text color": "Source text color", + "Stay in Drawing Mode": "Stay in Drawing Mode", + "Stop Background Color": "Stop Background Color", + "Stop Color:": "Stop Color:", + "Stop Level. Ticks:": "Stop Level. Ticks:", + "Style": "Style", + "Success back color": "Success back color", + "Success text color": "Success text color", + "Target back color": "Target back color", + "Target border color": "Target border color", + "Target Color:": "Target Color:", + "Target text color": "Target text color", + "Text Alignment:": "Text Alignment:", + "Text color": "Text color", + "Text Color": "Text Color", + "Text Font": "Text Font", + "Text Wrap": "Text Wrap", + "Text:": "Text:", + "Time Levels": "Time Levels", + "Timezone/Sessions": "Tijdzone/Sessies", + "Top Labels": "Top Labels", + "Bottom Labels": "Bottom Labels", + "top": "top", + "Up Color": "Up Color", + "Wave Size": "Wave Size", + "Wick": "Wick", + "Zoom In": "Zoom In", + "Zoom Out": "Zoom Out", + "Borders": "Borders", + "Level": "Level", + "Hlines Background": "Hlines Background", + "Plots Background": "Plots Background", + "Open_line_tool_position": "Opened", + "Closed_line_tool_position": "Gesloten", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Target: {0} ({1}%)", + "SUCCESS": "Succes!", + "FAILURE": "Mislukt!", + "Left Shoulder": "Linkerschouder", + "Head": "Hoofd", + "Right Shoulder": "Rechterschouder", + "Mirrored": "Mirrored", + "Flipped": "Flipped", + "distance: {0}": "distance: {0}", + "day": "not used for this language", + "day_plural": "not used for this language", + "week": "not used for this language", + "week_plural": "not used for this language", + "month": "not used for this language", + "month_plural": "not used for this language", + "minute": "not used for this language", + "minute_plural": "not used for this language", + "hour": "not used for this language", + "hour_plural": "not used for this language", + "y_dates": "not used for this language", + "y_dates_plural": "not used for this language", + "h_dates": "h", + "D_dates": "D", + "W_dates": "W", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "in", + "Jan": "Jan", + "Feb": "Feb", + "Mar": "Mar", + "Apr": "Apr", + "May": "Mei", + "Jun": "Jun", + "Jul": "Jul", + "Aug": "Aug", + "Sep": "Sep", + "Oct": "Okt", + "Nov": "Nov", + "Dec": "Dec", + "Objects Tree": "Objects Tree", + "Manage Drawings": "Manage Drawings", + "TOOL": "TOOL", + "SYMBOL": "SYMBOL", + "Move Up": "Move Up", + "Move Down": "Move Down", + "All Exchanges": "All Exchanges", + "All types": "All types", + "Stock": "Stock", + "stock": "stock", + "Index": "Index", + "index": "index", + "Futures": "Futures", + "futures": "futures", + "Image URL": "Image URL", + "Save image": "Save image", + "or copy url:": "or copy url:", + "Redo {0}": "Redo {0}", + "Custom color...": "Custom color...", + "Search": "Search", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "Open", + "High": "High", + "Low": "Low", + "Close": "Close", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC+0", + "Exchange": "Exchange", + "Athens": "Athene", + "Berlin": "Berlijn", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Kolkata", + "London": "Londen", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Moskou", + "New York": "New York", + "Paris": "Parijs", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seoul", + "Shanghai": "Shanghai", + "Singapore": "Singapore", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Tehran", + "Tokyo": "Tokio", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Warschau", + "n/a": "n/a", + "Long_input": "Long", + "long_input": "long", + "longlen_input": "long length", + "Window Size_input": "Window Size", + "Length_input": "Length", + "length_input": "length", + "len_input": "length", + "Short_input": "Short", + "short_input": "short", + "shortlen_input": "Short Length", + "Mult_input": "Multiplier", + "mult_input": "multiplier", + "divisor_input": "divisor", + "Divisor_input": "Divisor", + "Upper": "Upper", + "Lower": "Lower", + "Long": "Long", + "Short": "Short", + "Signal": "Signal", + "Jaw": "Jaw", + "Teeth": "Teeth", + "Lips": "Lips", + "Zero": "Zero", + "WMA Length_input": "WMA Length", + "Long RoC Length_input": "Long RoC Length", + "Short RoC Length_input": "Short RoC Length", + "jawLength_input": "Jaw Length", + "teethLength_input": "Teeth Length", + "lipsLength_input": "Lips Length", + "percent_input": "Percent", + "exponential_input": "Exponential", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "Kleur 0", + "Color 1": "Kleur 1", + "Color 2": "Kleur 2", + "Color 3": "Kleur 3", + "Color 4": "Kleur 4", + "sym_input": "symbool", + "symbol_input": "symbool", + "Sym_input": "symbool", + "DI Length_input": "DI Length", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "displacement", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Use True Range", + "roclen1_input": "RoC Length 1", + "roclen2_input": "RoC Length 2", + "roclen3_input": "RoC Length 3", + "roclen4_input": "RoC Length 4", + "smalen1_input": "SMA Length 1", + "smalen2_input": "SMA Length 2", + "smalen3_input": "SMA Length 3", + "smalen4_input": "SMA Length 4", + "siglen_input": "Signal Length", + "UpperLimit": "Upper Limit", + "LowerLimit": "Lower Limit", + "Limit": "Limit", + "fastLength_input": "Fast Length", + "slowLength_input": "Slow Length", + "signalLength_input": "Signal Length", + "start_input": "Start", + "increment_input": "Increment", + "maximum_input": "Maximum", + "showMA_input": "Show MA", + "show MA_input": "Show MA", + "Volume": "Volume", + "Volume MA": "Volume MA", + "Indicator": "Indicator", + "Oscillator": "Oscillator", + "lengthStoch_input": "Stoch length", + "lengthRSI_input": "RSI length", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Crosses", + "Click to set a point": "Click to set a point", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", + "retrying": "retrying", + "eod data": "eod data", + "eod delayed": "eod delayed", + "loading data": "loading data", + "invalid symbol": "invalid symbol", + "streaming": "streaming", + "realtime": "realtime", + "pre-market": "pre-market", + "post-market": "post-market", + "closed": "gesloten", + "Time Interval": "Time Interval", + "Show Symbol Labels": "Show Symbol Labels", + "Show Symbol Labels_context_menu": "Show Symbol Labels", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minute", + "Intermediate": "Intermediate", + "Primary": "Primair", + "Cycle": "Cycle", + "SuperCycle": "SuperCycle", + "GrandSuperCycle": "GrandSuperCycle", + "Lock": "Op slot", + "Width": "Breedte", + "Line With Breaks": "Line With Breaks", + "Area With Breaks": "Area With Breaks", + "Type": "Type", + "Simple": "Simple", + "With Markers": "With Markers", + "Step": "Step", + "No drawings yet": "No drawings yet", + "Lock/Unlock": "Lock/Unlock", + "deviation_input": "deviation", + "depth_input": "depth", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "Show All", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Note", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "auto", + "Invalid Symbol": "Invalid Symbol", + "loading...": "loading...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "Rename...", + "New": "New", + "Load": "Load", + "Save": "Save", + "Rename Chart": "Rename Chart", + "{0} copy": "{0} copy", + "Please enter chart name": "Please enter chart name", + "Enter a new chart name": "Enter a new chart name", + "Load Chart": "Load Chart", + "Chart Name": "Chart Name", + "Chart name": "Chart name", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Last Modified", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Active Symbol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Fullscreen mode", + "Marker Color": "Marker Color", + "Font Size": "Font Size", + "Save New Chart": "Save New Chart", + "Source_compare": "Source", + "YES": "YES", + "Yes": "Yes", + "No": "No", + "NO": "NO", + "Confirmation": "Confirmation", + "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/pl.json b/charting_library/static/localization/translations/pl.json new file mode 100644 index 00000000..a25af25f --- /dev/null +++ b/charting_library/static/localization/translations/pl.json @@ -0,0 +1,1449 @@ +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "Edytor Skryptów", + " Published Charts Timeline": "Oś Czasu Opublikowanych Wykresów", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "Styl Słupków", + "Chart Properties": "Właściwości Wykresu", + "Compare": "Porównaj", + "Compare...": "Porównaj...", + "Compare or Add Symbol...": "Porównaj lub Dodaj Symbol...", + "Compare or Add Symbol": "Porównaj lub Dodaj Symbol", + "Add Symbol": "Dodaj Symbol", + "Scales Properties...": "Scales Properties...", + "Add": "Dodaj", + "Company Comparison": "Porównanie Spółek", + "Indicators, Fundamentals, Economy and Add-ons": "Wskaźniki, Fundamenty, Ekonomia i Dodatki", + "Economy & Symbols": "Ekonomia & Symbole", + "Bars": "Słupki", + "Candles": "Świece", + "Hollow Candles": "Puste Świece", + "Line": "Linia", + "Permanent link to this message": "Permanent link to this message", + "Area": "Obszar", + "Message settings": "Message settings", + "Heiken Ashi": "Świece Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Histogram", + "Cross_chart_type": "Krzyżyk", + "Crosshair": "Krzyżyk", + "Columns": "Kolumny", + "Circles": "Koła", + "Indicators": "Wskaźniki", + "Favorites": "Ulubione", + "Technical Analysis": "Analiza Techniczna", + "No indicators matched your criteria.": "Brak wskaźników spełniających twoje kryteria", + "Add to favorites": "Dodaj do ulubionych", + "Remove from favorites": "Usuń z ulubionych", + "No symbols matched your criteria": "Brak symboli spełniających twoje kryteria", + "Add any symbol from the list": "Dodaj jakikolwiek symbol z listy", + "Overlay the main chart": "Nałóż na główny wykres", + "Symbols to be added on the chart": "Symbole do dodania do wykresu", + "Symbol": "Symbol", + "Default": "Domyślnie", + "Defaults": "Domyślne", + "OK": "OK", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Anuluj", + " color": "kolor", + " transparency": "przezroczystość", + " visibility": "widoczność", + "Add To Watchlist": "Dodaj do Listy Obserwowanych", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Zastosuj", + "Arguments in Header": "Argumenty w Nagłówku", + "Arrow": "Strzałka", + "Auto Scale": "Autoskalowanie", + "Background": "Tło", + "bars": "słupki", + "bars_margin": "słupki", + "{0} bars": "{0} słupki", + "Bottom Margin": "Margines Dolny", + "Bring Forward": "Przenieś poziom wyżej", + "Bring to Front": "Przenieś na pierwszy plan", + "Clone": "Klonuj", + "Color Theme": "Kolory", + "Copy": "Kopiuj", + "Extended Hours": "Extended Hours", + "Format...": "Format...", + "Source Code...": "Source Code...", + "Full Screen": "Pełny Ekran", + "Grid Lines": "Linie Siatki", + "Hide All Drawing Tools": "Ukryj Przybory Do Rysowania", + "Drawing Tools": "Drawing Tools", + "Hide": "Ukryj", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Wstaw Narzędzie Rysowania", + "Insert Indicator...": "Wstaw Wskaźnik...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Ostatnia wartość na skali ceny", + "Link To": "Połącz z", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Załaduj Nowe Słupki", + "Lock All Drawing Tools": "Zablokuj Narzędzia Rysowania", + "Lock Scale": "Zablokuj Skalę", + "Lock scale": "Zablokuj skalę", + "Log Scale": "Skala logarytmiczna", + "log": "log", + "Magnet Mode": "Magnes", + "Merge Down": "Połącz w Dół", + "Merge Up": "Połącz w Górę", + "Objects Tree...": "Drzewo Obiektów...", + "Offset": "Offset", + "Override Min Tick": "Override Min Tick", + "Percentage": "Procentowo", + "Precision": "Precyzja", + "Price Line": "Linia Ceny", + "Properties...": "Właściwości...", + "Redo": "Ponów", + "Remove All Drawing Tools": "Usuń Narzędzia Rysowania", + "Remove All Studies": "Remove All Studies", + "Remove All Indicators": "Usuń Wszystkie Wskaźniki", + "Remove": "Usuń", + "Reset Chart": "Resetuj Wykres", + "Reset Scale": "Resetuj Skalę", + "Reset": "Resetuj", + "Right Margin": "Prawy Margines", + "Save As...": "Zapisz Jako...", + "Scale Left": "Scale Left", + "Scale Percentage": "Skaluj Procentowo", + "Scale Right": "Scale Right", + "Scale Series Only": "Skaluj Tylko Serie", + "Scale series only": "Skaluj tylko serie", + "Scale Series only": "Skaluj Tylko Serie", + "Scales Lines": "Scales Lines", + "Scales Text": "Skaluj Tekst", + "Scaling": "Skalowanie", + "Screen (No Scale)": "Screen (No Scale)", + "Send Backward": "Send Backward", + "Send to Back": "Send to Back", + "Session Breaks": "Session Breaks", + "Show Arguments in Header": "Pokaż Argumenty w Nagłówku", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Pokaż ostatnią wartość na skali ceny", + "Show Left Axis": "Pokaż Lewą Oś", + "Show Right Axis": "Pokaż Prawą Oś", + "Show": "Pokaż", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Pozostań w Trybie Rysowania", + "Symbol Search...": "Znajdź Symbol...", + "Change Symbol": "Zmień Symbol", + "Change Symbol...": "Zmień Symbol...", + "Change Interval...": "Change Interval...", + "Time Zone": "Strefa Czasowa", + "TimeZone": "Strefa Czasowa", + "Top Margin": "Margines Górny", + "Transparency": "Przezroczystość", + "Undo {0}": "Cofnij {0}", + "Undo": "Cofnij", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Cofnij Złączenie W Dół", + "Unmerge Up": "Cofnij Złączenie W Górę", + "Visual Order": "Visual Order", + "Watermark": "Znak Wodny", + "Show Objects Tree": "Pokaż Drzewo Obiektów", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "Formacja ABCD", + "Anchored Text": "Zakotwiczony Tekst", + "Arc": "Łuk", + "Arrow Mark Down": "Arrow Mark Down", + "Arrow Mark Left": "Arrow Mark Left", + "Arrow Mark Right": "Arrow Mark Right", + "Arrow Mark Up": "Arrow Mark Up", + "Balloon": "Balloon", + "Bars Pattern": "Formacja Słupków", + "Brush": "Pędzel", + "Callout": "Objaśnienie", + "Circle Lines": "Circle Lines", + "Cross": "Krzyżyk", + "Cyclic Lines": "Cyclic Lines", + "Date Range": "Zakres Dat", + "Disjoint Angle": "Disjoint Angle", + "Dot": "Kropka", + "Elliott Labels": "Elliott Labels", + "Elliott Major Retracement": "Elliott Major Retracement", + "Elliott Minor Retracement": "Elliott Minor Retracement", + "Elliott Wave Cycle": "Elliott Wave Cycle", + "Elliott Wave Minor": "Elliott Wave Minor", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "Elipsa", + "Value": "Value", + "Eraser": "Gumka", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Rozszerzone", + "Extended Line": "Extended Line", + "Fib Channel": "Kanał Fibonacciego", + "Fib Circles": "Fib Circles", + "Fib Retracement": "Fib Retracement", + "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", + "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", + "Fib Spiral": "Fib Spiral", + "Fib Time Zone": "Fib Time Zone", + "Fib Wedge": "Fib Wedge", + "Flag Mark": "Flag Mark", + "Flat Top/Bottom": "Flat Top/Bottom", + "Flat Bottom": "Flat Bottom", + "Forecast": "Forecast", + "Gann Box": "Gann Box", + "Gann Fan": "Gann Fan", + "Gann Square": "Gann Square", + "Head & Shoulders": "Head & Shoulders", + "Horizontal Line": "Pozioma Linia", + "Horizontal Ray": "Horizontal Ray", + "Icon": "Ikona", + "Inside Pitchfork": "Inside Pitchfork", + "Long Position": "Pozycja Długa", + "Risk/Reward long": "Risk/Reward long", + "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", + "Parallel Channel": "Parallel Channel", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Polyline", + "Price Label": "Etykieta Ceny", + "Price Range": "Zakres Cen", + "Projection": "Projekcja", + "Ray": "Promień", + "Rectangle": "Prostokąt", + "Regression Trend": "Regression Trend", + "Rotated Rectangle": "Rotated Rectangle", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Oryginał", + "Modified Schiff": "Modified Schiff", + "Inside": "W środku", + "Short Position": "Pozycja Krótka", + "Risk/Reward short": "Risk/Reward short", + "Text": "Tekst", + "Comment": "Komentarz", + "Three Drivers Pattern": "Three Drivers Pattern", + "Thumb Down": "Thumb Down", + "Thumb Up": "Thumb Up", + "Trend Angle": "Trend Angle", + "Trend Line": "Linia Trendu", + "Trend-Based Fib Extension": "Trend-Based Fib Extension", + "Trend-Based Fib Time": "Trend-Based Fib Time", + "Triangle Pattern": "Wzorzec Trójkąta", + "Triangle": "Trójkąt", + "Vertical Line": "Linia Pionowa", + "XABCD Pattern": "Wzorzec XABCD", + "Angle:": "Łuk:", + "Arcs": "Łuki", + "Background color 1": "Kolor tła 1", + "Background color 2": "Kolor tła 2", + "Background Color": "Kolor Tła", + "Bar #": "Bar #", + "Border color": "Kolor obramowania", + "Border Color": "Kolor obramowania", + "Border": "Obramowanie", + "Bottom Lables": "Bottom Lables", + "bottom": "dół", + "center": "środek", + "Channel": "Kanał", + "Coeffs As Percents": "Coeffs As Percents", + "Color bars based on previous close": "Color bars based on previous close", + "Color": "Kolor", + "Color:": "Kolor:", + "Coordinates": "Koordynaty", + "Delete": "Usuń", + "Down Color": "Kolor spadku", + "Drawings": "Rysunki", + "Entry price:": "Entry price:", + "Event": "Event", + "Events": "Zdarzenia", + "Extend Left End": "Extend Left End", + "Extend Left": "Extend Left", + "Extend Lines": "Rozszerz Linie", + "Extend Right End": "Extend Right End", + "Extend Right": "Extend Right", + "Extend": "Rozszerz", + "Failure back color": "Failure back color", + "Failure text color": "Failure text color", + "Fans": "Fans", + "Fill": "Wypełnienie", + "Format": "Format", + "Graphics": "Grafiki", + "Grid": "Siatka", + "Help": "Pomoc", + "HLC Bars": "Słupki HLC", + "Inputs": "Wejścia", + "Label Background": "Tło Etykiety", + "Label": "Etykieta", + "Labels": "Etykiety", + "Left End": "Lewy Koniec", + "Left Labels": "Lewe Etykiety", + "Right Labels": "Right Labels", + "left": "do lewej", + "Level {0}": "Poziom {0}", + "Levels": "Poziomy", + "Lines": "Linie", + "Major": "Główny", + "Measure (Shift + Click on the chart)": "Measure (Shift + Click on the chart)", + "Median": "Mediana", + "middle": "środek", + "Middle": "Środek", + "Minor": "Mniejszy", + "Mode": "Tryb", + "Normal": "Normalny", + "Plot": "Plot", + "Price Levels": "Poziomy Ceny", + "Price Source": "Źródła Ceny", + "Price": "Cena", + "Price:": "Cena:", + "Prices": "Ceny", + "Profit Background Color": "Profit Background Color", + "Profit Level. Ticks:": "Profit Level. Ticks:", + "Properties": "Właściwości", + "Reverse": "Odwróć", + "Right End": "Prawy Koniec", + "Right Lables": "Prawe etykiety", + "right": "prawy", + "Log Scale_scale_menu": "Skala Logarytmiczna", + "Percentage_scale_menu": "Procentowo", + "Scales": "Skale", + "Settings": "Ustawienia", + "Show Background": "Pokaż Tło", + "Show Bars Range": "Pokaż Zasięg Słupków", + "Show Date/Time Range": "Pokaż Zasięg Daty/Czasu", + "Show Distance": "Show Distance", + "Show Labels": "Pokaż Etykiety", + "Show Price Range": "Pokaż Zakres Cen", + "Show Price": "Pokaż Cenę", + "Show Prices": "Pokaż Ceny", + "Show Text": "Pokaż Tekst", + "Show Time": "Pokaż Czas", + "Show Wave": "Pokaż Falę", + "Show/Hide": "Pokaż/Ukryj", + "Source back color": "Source back color", + "Source border color": "Source border color", + "Source text color": "Source text color", + "Stay in Drawing Mode": "Pozostań w Trybie Rysowania", + "Stop Background Color": "Stop Background Color", + "Stop Color:": "Stop Color:", + "Stop Level. Ticks:": "Stop Level. Ticks:", + "Style": "Styl", + "Success back color": "Success back color", + "Success text color": "Success text color", + "Target back color": "Target back color", + "Target border color": "Target border color", + "Target Color:": "Target Color:", + "Target text color": "Target text color", + "Text Alignment:": "Wyrównanie Tekstu:", + "Text color": "Kolor tekstu", + "Text Color": "Kolor Tekstu", + "Text Font": "Czcionka Tekstu", + "Text Wrap": "Zawijanie tekstu", + "Text:": "Tekst:", + "Time Levels": "Time Levels", + "Timezone/Sessions": "Strefa Czasu/Sesje", + "Top Labels": "Górne Etykiety", + "Bottom Labels": "Bottom Labels", + "top": "góra", + "Up Color": "Up Color", + "Wave Size": "Wave Size", + "Wick": "Cień", + "Zoom In": "Przybliż", + "Zoom Out": "Oddal", + "Borders": "Granice", + "Level": "Poziom", + "Hlines Background": "Hlines Background", + "Plots Background": "Plots Background", + "Open_line_tool_position": "Otwarte", + "Closed_line_tool_position": "Closed", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Target: {0} ({1}%)", + "SUCCESS": "SUKCES", + "FAILURE": "PORAŻKA", + "Left Shoulder": "Lewe Ramię", + "Head": "Głowa", + "Right Shoulder": "Prawe Ramię", + "Mirrored": "Lustrzane Odbicie", + "Flipped": "Odwrócone", + "distance: {0}": "dystans: {0}", + "day_plural": "dni", + "week_plural": "tygodnie", + "month_plural": "miesiące", + "minute": "minuta", + "minute_plural_2": "minuty", + "minute_plural_5": "minut", + "minute_plural": "minuty", + "hour": "godzina", + "hour_plural_2": "godziny", + "hour_plural_5": "godzin", + "hour_plural": "godziny", + "y_dates_plural": "y", + "h_dates": "h", + "D_dates": "D", + "W_dates": "W", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "in", + "Jan": "Sty", + "Feb": "Lut", + "Mar": "Mar", + "Apr": "Kwi", + "May": "Maj", + "Jun": "Cze", + "Jul": "Lip", + "Aug": "Sie", + "Sep": "Wrz", + "Oct": "Paź", + "Nov": "LIs", + "Dec": "Gru", + "Objects Tree": "Drzewo Obiektów", + "Manage Drawings": "Zarządzaj Rysunkami", + "TOOL": "NARZĘDZIE", + "SYMBOL": "SYMBOL", + "Move Up": "Przenieś w Górę", + "Move Down": "Przenieś w Dół", + "All Exchanges": "Wszystkie Giełdy", + "All types": "Wszystkie typy", + "Stock": "Akcje", + "stock": "akcje", + "Index": "Indeks", + "index": "indeks", + "Futures": "Kontrakty terminowe", + "futures": "kontrakty terminowe", + "Image URL": "URL Obrazka", + "Save image": "Zapisz obrazek", + "or copy url:": "lub skopiuj url:", + "Redo {0}": "Ponów {0}", + "Custom color...": "Wybierz kolor...", + "Search": "Szukaj", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "Otwarcie", + "High": "Maksimum", + "Low": "Minimum", + "Close": "Zamknięcie", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "Giełda", + "Athens": "Athens", + "Berlin": "Berlin", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Kolkata", + "London": "London", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Moscow", + "New York": "New York", + "Paris": "Paris", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seoul", + "Shanghai": "Shanghai", + "Singapore": "Singapore", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Tehran", + "Tokyo": "Tokyo", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Warsaw", + "n/a": "n/a", + "Long_input": "Long", + "long_input": "long", + "longlen_input": "long length", + "Window Size_input": "Window Size", + "Length_input": "Length", + "length_input": "length", + "len_input": "length", + "Short_input": "Short", + "short_input": "short", + "shortlen_input": "Short Length", + "Mult_input": "Multiplier", + "mult_input": "multiplier", + "divisor_input": "divisor", + "Divisor_input": "Divisor", + "Upper": "Upper", + "Lower": "Lower", + "Long": "Long", + "Short": "Short", + "Signal": "Signal", + "Jaw": "Jaw", + "Teeth": "Teeth", + "Lips": "Lips", + "Zero": "Zero", + "WMA Length_input": "WMA Length", + "Long RoC Length_input": "Long RoC Length", + "Short RoC Length_input": "Short RoC Length", + "jawLength_input": "Jaw Length", + "teethLength_input": "Teeth Length", + "lipsLength_input": "Lips Length", + "percent_input": "Procent", + "exponential_input": "Exponential", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "Kolor 0", + "Color 1": "Kolor 1", + "Color 2": "Kolor 2", + "Color 3": "Kolor 3", + "Color 4": "Kolor 4", + "sym_input": "symbol", + "symbol_input": "symbol", + "Sym_input": "Symbol", + "DI Length_input": "DI Length", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "displacement", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Use True Range", + "roclen1_input": "RoC Length 1", + "roclen2_input": "RoC Length 2", + "roclen3_input": "RoC Length 3", + "roclen4_input": "RoC Length 4", + "smalen1_input": "SMA Length 1", + "smalen2_input": "SMA Length 2", + "smalen3_input": "SMA Length 3", + "smalen4_input": "SMA Length 4", + "siglen_input": "Signal Length", + "UpperLimit": "Upper Limit", + "LowerLimit": "Lower Limit", + "Limit": "Limit", + "fastLength_input": "Fast Length", + "slowLength_input": "Slow Length", + "signalLength_input": "Signal Length", + "start_input": "Start", + "increment_input": "Increment", + "maximum_input": "Maximum", + "showMA_input": "Show MA", + "show MA_input": "Show MA", + "Volume": "Wolumen", + "Volume MA": "Volume MA", + "Indicator": "Wskaźnik", + "Oscillator": "Oscylator", + "lengthStoch_input": "Stoch length", + "lengthRSI_input": "RSI length", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Crosses", + "Click to set a point": "Click to set a point", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", + "retrying": "ponawiam", + "eod data": "eod data", + "eod delayed": "eod delayed", + "loading data": "ładowanie danych", + "invalid symbol": "nieprawidłowy symbol", + "streaming": "streaming", + "realtime": "na żywo", + "pre-market": "pre-market", + "post-market": "post-market", + "closed": "zamknięty", + "Time Interval": "Interwał czasowy", + "Show Symbol Labels": "Pokaż Etykiety Symboli", + "Show Symbol Labels_context_menu": "Pokaż Etykiety Symboli", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minuta", + "Intermediate": "Intermediate", + "Primary": "Primary", + "Cycle": "Cycle", + "SuperCycle": "SuperCycle", + "GrandSuperCycle": "GrandSuperCycle", + "Lock": "Lock", + "Width": "Width", + "Line With Breaks": "Line With Breaks", + "Area With Breaks": "Area With Breaks", + "Type": "Type", + "Simple": "Simple", + "With Markers": "With Markers", + "Step": "Step", + "No drawings yet": "No drawings yet", + "Lock/Unlock": "Lock/Unlock", + "deviation_input": "deviation", + "depth_input": "depth", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "Pokaż wszystkie", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Note", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "auto", + "Invalid Symbol": "Nieprawidłowy Symbol", + "loading...": "ładowanie...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "Rename...", + "New": "New", + "Load": "Load", + "Save": "Save", + "Rename Chart": "Rename Chart", + "{0} copy": "{0} copy", + "Please enter chart name": "Please enter chart name", + "Enter a new chart name": "Enter a new chart name", + "Load Chart": "Load Chart", + "Chart Name": "Chart Name", + "Chart name": "Chart name", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Ostatnio zmieniane", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Aktywny Symbol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Tryb pełnoekranowy", + "Marker Color": "Marker Color", + "Font Size": "Rozmiar tekstu", + "Save New Chart": "Save New Chart", + "Source_compare": "Źródło", + "YES": "TAK", + "Yes": "Yes", + "No": "No", + "NO": "NIE", + "Confirmation": "Potwierdzenie", + "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" +} \ No newline at end of file diff --git a/charting_library/static/localization/translations/pt.json b/charting_library/static/localization/translations/pt.json index 707776fe..23802644 100644 --- a/charting_library/static/localization/translations/pt.json +++ b/charting_library/static/localization/translations/pt.json @@ -1,664 +1,1449 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label-nocap", - "Script Editor": "Editor de Linguagem Pine", - " Published Charts Timeline": "Gráficos Publicados por ordem Cronológica", - "SMA": "SMA", - "Bar's Style": "Estilos de Barra", - "Chart Properties": "Configurações do Gráfico", - "Compare": "Comparar", - "Compare...": "Comparar", - "Compare or Add Symbol...": "Comparar/Adicionar Símbolo...", - "Compare or Add Symbol": "Comparar/Adicionar Símbolo", - "Add Symbol": "Adicionar Símbolo", - "Scales Properties...": "Configurações da Escala...", - "Add": "Adicionar", - "Company Comparison": "Comparar Símbolo", - "Indicators, Fundamentals, Economy and Add-ons": "Indicadores/Fundamentais/Economia/Extras", - "Economy & Symbols": "Economia/Símbolos", - "Bars": "Barras", - "Candles": "Velas", - "Hollow Candles": "Velas Transparentes", - "Line": "Linha", - "Area": "Area", - "Heiken Ashi": "Heiken Ashi", - "Histogram": "Histograma", - "Cross_chart_type": "Cruz", - "Crosshair": "Mira", - "Columns": "Colunas", - "Circles": "Pontos", - "Indicators": "Indicadores", - "Favorites": "Favoritos", - "Technical Analysis": "Análise Técnica", - "No indicators matched your criteria.": "Não foram encontrados indicadores que correspondam à escolha selecionada.", - "Add to favorites": "Adicionar aos favoritos", - "Remove from favorites": "Remover dos favoritos", - "No symbols matched your criteria": "Não foram encontrados símbolos que correspondam à escolha selecionada", - "Add any symbol from the list": "Adicionar qualquer instrumento da lista", - "Overlay the main chart": "Sobrepor gráfico principal", - "Symbols to be added on the chart": "Símbolos a serem adicionados ao gráfico", - "Symbol": "Símbolo", - "Default": "Padrão", - "Defaults": "Definições pré-definidas", - "OK": "Aceitar", - "Cancel": "Cancelar", - " color": "Cor", - " transparency": "transparência", - " visibility": "visibilidade", - "Add To Watchlist": "Adicionar à Lista", - "Apply": "Aplicar", - "Arguments in Header": "Descrição no Cabeçalho", - "Arrow": "Seta", - "Auto Scale": "Escala Automática", - "Background": "Fundo", - "bars": "barras", - "bars_margin": "barras", - "{0} bars": "barras: {0}", - "Bottom Margin": "Margem Inferior", - "Bring Forward": "Puxar à Frente", - "Bring to Front": "Puxar para a Frente", - "Clone": "Duplicar", - "Color Theme": "Padrão de Cor", - "Copy": "Copiar", - "Extended Hours": "Fora do Horário Regular", - "Format...": "Formatar...", - "Full Screen": "Maximizar Ecrã", - "Grid Lines": "Linhas da Grelha", - "Hide All Drawing Tools": "Esconder todos os Desenhos", - "Hide": "Esconder", - "Insert Drawing Tool": "Inserir Desenho", - "Insert Indicator...": "Inserir Indicador...", - "Last Value on Price Scale": "Último Valor na Escala de Preços", - "Link To": "Link a", - "Load New Bars": "Carregar Novas Barras", - "Lock All Drawing Tools": "Bloquear todos os Desenhos", - "Lock Scale": "Bloquear Escala", - "Lock scale": "Bloquear escala", - "Log Scale": "Escala Logarítmica", - "log": "Logarítmica", - "Magnet Mode": "Fixar ao Preço", - "Merge Down": "Agrupar para baixo", - "Merge Up": "Agrupar para cima", - "Objects Tree...": "Lista de Objectos...", - "Offset": "Desvio", - "Override Min Tick": "Alterar Resolução Min", - "Percentage": "Percentagem", - "Precision": "Precisão", - "Price Line": "Linha de Preço", - "Properties...": "Configurações...", - "Redo": "Refazer", - "Remove All Drawing Tools": "Remover todos os Desenhos", - "Remove All Studies": "Remover todos os Estudos", - "Remove All Indicators": "Remover todos os Indicadores", - "Remove": "Remover", - "Reset Chart": "Centrar Gráfico", - "Reset Scale": "Centrar Escala", - "Reset": "Reajustar", - "Right Margin": "Margem Direita", - "Save As...": "Guardar como...", - "Scale Left": "Escala Esquerda", - "Scale Percentage": "Escala Percentual", - "Scale Right": "Escala Direita", - "Scale Series Only": "Apenas Escala de Preços", - "Scale series only": "Apenas escala de preços", - "Scale Series only": "Apenas escala de preços", - "Scales Lines": "Linhas da Escala", - "Scales Text": "Теxto da Escala", - "Scaling": "Escala", - "Screen (No Scale)": "Area Total (sem escala)", - "Send Backward": "Enviar a Trás", - "Send to Back": "Enviar para Trás", - "Session Breaks": "Divisão de Dias", - "Show Arguments in Header": "Visualizar Descrição no Cabeçalho", - "Show Last Value on Price Scale": "Visualizar Último Valor na Escala de Preços", - "Show Left Axis": "Visualizar Escala de Preços à Esquerda", - "Show Right Axis": "Visualizar Escala de Preços à Direita", - "Show": "Visualizar", - "Stay In Drawing Mode": "Manter em Modo de Desenho", - "Symbol Search...": "Procurar Símbolo...", - "Change Symbol": "Alterar Símbolo", - "Change Symbol...": "Alterar Símbolo...", - "Time Zone": "Fuso Horário", - "TimeZone": "Fuso Horário", - "Top Margin": "Margem Superior", - "Transparency": "Transparência", - "Undo {0}": "Desfazer", - "Undo": "Desfazer", - "Unmerge Down": "Desagrupar abaixo", - "Unmerge Up": "Desagrupar acima", - "Visual Order": "Ordem Visual", - "Watermark": "Marca de Agua", - "Show Objects Tree": "Visualizar Lista de Objetos", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "Padrão ABCD", - "Anchored Text": "Texto Bloqueado", - "Arc": "Arco", - "Arrow Mark Down": "Seta Para Baixo", - "Arrow Mark Left": "Seta para a Esquerda", - "Arrow Mark Right": "Seta para a Direita", - "Arrow Mark Up": "Seta para Cima", - "Balloon": "Balão", - "Bars Pattern": "Padrão de Barras", - "Brush": "Pincel", - "Callout": "Comentário", - "Circle Lines": "Linhas Circulares", - "Cross": "Cruz", - "Cyclic Lines": "Linhas Cíclicas", - "Date Range": "Intervalo de Tempo", - "Disjoint Angle": "Deslocação de Ângulo", - "Dot": "Ponto", - "Elliott Labels": "Legendas das Ondas de Elliot", - "Elliott Major Retracement": "Correção Maior de Elliot", - "Elliott Minor Retracement": "Correção Menor de Elliot", - "Elliott Wave Cycle": "Onda Ciclo de Elliot", - "Elliott Wave Minor": "Onda Menor de Elliot", - "Elliott Wave Subminuette": "Onda Sub-Minueto de Elliot", - "Ellipse": "Elipse", - "Eraser": "Borracha", - "Extended": "Estendida", - "Extended Line": "Estender Linha", - "Fib Channel": "Canal de Fibonacci", - "Fib Circles": "Círculos de Fibonacci", - "Fib Retracement": "Retração de Fibonacci", - "Fib Speed Resistance Arcs": "Arcos de Fibonacci", - "Fib Speed Resistance Fan": "Leque de Fibonacci", - "Fib Spiral": "Espiral de Fibonacci", - "Fib Time Zone": "Zonas Temporais de Fibonacci", - "Fib Wedge": "Cunha de Fibonacci", - "Flag Mark": "Bandeira", - "Flat Top/Bottom": "Topo/Fundo Plano", - "Flat Bottom": "Fundo Plano", - "Forecast": "Previsão", - "Gann Box": "Caixa de Gann", - "Gann Fan": "Leque de Gann", - "Gann Square": "Quadratura de Gann", - "Head & Shoulders": "Head & Shoulders", - "Horizontal Line": "Linha Horizontal", - "Horizontal Ray": "Raio Horizontal", - "Icon": "Icon", - "Inside Pitchfork": "Inside Pitchfork", - "Long Position": "Posição Compradora", - "Risk/Reward long": "Risco/Retorno Comprador", - "Modified Schiff Pitchfork": "Schiff Pitchfork Modificado", - "Parallel Channel": "Canal Paralelo", - "Pitchfan": "Pitchfan", - "Pitchfork": "Pitchfork", - "Polyline": "Linha Segmentada", - "Price Label": "Legenda de Preço", - "Price Range": "Intervalo de Preços", - "Projection": "Projeção", - "Ray": "Raio", - "Rectangle": "Retângulo", - "Regression Trend": "Regressão de Tendência", - "Rotated Rectangle": "Retângulo Rotativo", - "Schiff Pitchfork": "Schiff Pitchfork", - "Schiff": "Schiff", - "Original": "Original", - "Modified Schiff": "Schiff Modificado", - "Inside": "Interior", - "Short Position": "Posição Vendedora", - "Risk/Reward short": "Risco/Retorno Vendedor", - "Text": "Texto", - "Comment": "Comentário", - "Three Drivers Pattern": "Padrão Três Drivers", - "Thumb Down": "Rejeitado", - "Thumb Up": "Aprovado", - "Trend Angle": "Ângulo de Tendência", - "Trend Line": "Linha de Tendência", - "Trend-Based Fib Extension": "Extensão de Fibonacci Baseado na Tendência", - "Trend-Based Fib Time": "Tempo de Fibonacci Baseado na Tendência", - "Triangle Pattern": "Padrão Triangular", - "Triangle": "Triângulo", - "Vertical Line": "Linha Vertical", - "XABCD Pattern": "Padrão XABCD", - "Angle:": "Ângulo:", - "Arcs": "Arcos", - "Background color 1": "Cor do Fundo №1", - "Background color 2": "Cor do Fundo №2", - "Background Color": "Cor do Fundo", - "Bar #": "Barra nº", - "Border color": "Cor do contorno", - "Border Color": "Cor do contorno", - "Border": "Contorno", - "Bottom Lables": "Legendas Inferiores", - "bottom": "fundo", - "center": "centro", - "Channel": "Canal", - "Coeffs As Percents": "Coeficiente como Percentagem", - "Color bars based on previous close": "Colorir barra de acordo com o fecho anterior", - "Color": "Cor", - "Color:": "Cor:", - "Coordinates": "Coordenadas", - "Delete": "Apagar", - "Down Color": "Cor Negativa", - "Drawings": "Desenhos", - "Entry price:": "Preço de Entrada:", - "Events": "Eventos", - "Extend Left End": "Estender para a Extrema Esquerda", - "Extend Left": "Estender para a Esquerda", - "Extend Lines": "Estender Linhas", - "Extend Right End": "Estender para a Extrema Direita", - "Extend Right": "Estender para a Direita", - "Extend": "Estender", - "Failure back color": "Cor do Fundo (FRACASSO)", - "Failure text color": "Cor do Texto (FRACASSO)", - "Fans": "Leques", - "Fill": "Preencher", - "Format": "Formatar", - "Graphics": "Graphics", - "Grid": "Grelha", - "Help": "Ajuda", - "HLC Bars": "Barras HLC", - "Inputs": "Entrada", - "Label Background": "Fundo da Legenda", - "Label": "Legenda", - "Labels": "Legendas", - "Left End": "Extrema Esquerda", - "Left Labels": "Legendas à Esquerda", - "left": "esquerda", - "Level {0}": "Nível {0}", - "Levels": "Níveis", - "Lines": "Linhas", - "Major": "Maior", - "Measure (Shift + Click on the chart)": "Medição (Shift + Clique no gráfico)", - "Median": "Média", - "middle": "centro", - "Middle": "Centro", - "Minor": "Menor", - "Mode": "Modo", - "Normal": "Normal", - "Plot": "Traço", - "Price Levels": "Níveis de Preços", - "Price Source": "Origem do Preço", - "Price": "Preço", - "Price:": "Preço:", - "Prices": "Preços", - "Profit Background Color": "Cor do Fundo do Objetivo", - "Profit Level. Ticks:": "Distância do Objetivo. Ticks:", - "Properties": "Configurações", - "Reverse": "Inverter", - "Right End": "Extrema Direita", - "Right Lables": "Legendas à Direita", - "right": "direita", - "Log Scale_scale_menu": "Escala Logarítmica", - "Percentage_scale_menu": "Percentagem", - "Scales": "Escalas", - "Settings": "Configurações", - "Show Background": "Visualizar Fundo", - "Show Bars Range": "Visualizar Intervalo de Barras", - "Show Date/Time Range": "Visualizar Intervalo de Dia/Tempo", - "Show Distance": "Visualizar Distância", - "Show Labels": "Visualizar Legendas", - "Show Price Range": "Visualizar Intervalo de Preços", - "Show Price": "Visualizar Preço", - "Show Prices": "Visualizar Preços", - "Show Text": "Visualizar Texto", - "Show Time": "Visualizar Tempo", - "Show Wave": "Visualizar Onda", - "Show/Hide": "Visualizar/Esconder", - "Source back color": "Cor do fundo da base", - "Source border color": "Cor do contorno da base", - "Source text color": "Cor do texto da base", - "Stay in Drawing Mode": "Manter em Modo de Desenho", - "Stop Background Color": "Cor do fundo do stop", - "Stop Color:": "Cor do Stop:", - "Stop Level. Ticks:": "Distância do Stop. Ticks:", - "Style": "Estilo", - "Success back color": "Cor do fundo (SUCESSO)", - "Success text color": "Cor do texto (SUCESSO)", - "Target back color": "Cor do fundo do objetivo", - "Target border color": "Cor do contorno do objetivo", - "Target Color:": "Cor do Objetivo:", - "Target text color": "Cor do texto do objetivo", - "Text Alignment:": "Alinhamento do Texto:", - "Text color": "Cor do texto", - "Text Color": "Cor do Texto", - "Text Font": "Tipo de Letra", - "Text Wrap": "Quebrar Texto", - "Text:": "Texto:", - "Time Levels": "Níveis de Tempo", - "Timezone/Sessions": "Fuso Horário/Sessão", - "Top Labels": "Legendas Superiores", - "top": "topo", - "Up Color": "Cor Positiva", - "Wave Size": "Leitura das Ondas", - "Wick": "Sombra", - "Zoom In": "Aumentar Zoom", - "Zoom Out": "Diminuir Zoom", - "Borders": "Contorno", - "Level": "Nível", - "Hlines Background": "Fundo", - "Plots Background": "Fundo", - "Open_line_tool_position": "Aberto", - "Closed_line_tool_position": "Fechado", - "{0} P&L: {1}": "{0} P&L: {1}", - "Risk/Reward Ratio: {0}": "Racio Risco/Retorno: {0}", - "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", - "Target: {0} ({1}%)": "Objetivo: {0} ({1}%)", - "SUCCESS": "SUCESSO", - "FAILURE": "FRACASSO", - "Left Shoulder": "Ombro Esquerdo", - "Head": "Cabeça", - "Right Shoulder": "Ombro Direito", - "Mirrored": "Refletir", - "Flipped": "Virar", - "distance: {0}": "distância: {0}", - "day": "Dia", - "day_plural": "Dias", - "day_plural_1": "day_plural_1", - "day_plural_2": "day_plural_2", - "day_plural_5": "day_plural_5", - "week": "Semana", - "week_plural": "Semanas", - "week_plural_1": "week_plural_1", - "week_plural_2": "week_plural_2", - "week_plural_5": "week_plural_5", - "month": "Mês", - "month_plural": "Meses", - "month_plural_1": "month_plural_1", - "month_plural_2": "month_plural_2", - "month_plural_5": "month_plural_5", - "minute": "Minuto", - "minute_plural": "Minutos", - "minute_plural_1": "minute_plural_1", - "minute_plural_2": "minute_plural_2", - "minute_plural_5": "minute_plural_5", - "hour": "Hora", - "hour_plural": "Horas", - "hour_plural_1": "hour_plural_1", - "hour_plural_2": "hour_plural_2", - "hour_plural_5": "hour_plural_5", - "y_dates": "Ano", - "y_dates_plural": "Anos", - "y_dates_plural_1": "Anos", - "y_dates_plural_2": "Anos", - "y_dates_plural_5": "Anos", - "h_dates": "H.", - "D_dates": "D", - "W_dates": "S", - "M_dates": "M", - "d_dates": "d", - "m_dates": "Mês", - "in_dates": "em", - "Jan": "Jan", - "Feb": "Fev", - "Mar": "Маr", - "Apr": "Аbr", - "May": "Мai", - "Jun": "Jun", - "Jul": "Jul", - "Aug": "Аgo", - "Sep": "Set", - "Oct": "Оut", - "Nov": "Nov", - "Dec": "Dez", - "Objects Tree": "Lista de Objetos", - "Manage Drawings": "Organizar Desenhos", - "TOOL": "FERRAMENTA", - "SYMBOL": "INSTRUMENTO", - "Move Up": "Mover para Cima", - "Move Down": "Mover para Baixo", - "All Exchanges": "Todos os Mercados", - "All types": "Todos os tipos", - "Stock": "Ação", - "stock": "ação", - "Index": "Indice", - "index": "indice", - "Futures": "Futuros", - "futures": "futuros", - "Image URL": "URL da Imagem", - "Save image": "Guardar Imagem", - "or copy url:": "ou copiar url:", - "Redo {0}": "Refazer", - "Custom color...": "Customizar Cor...", - "Search": "Procurar", - "Open_in_legend": "Abr", - "High_in_legend": "Max", - "Low_in_legend": "Min", - "Close_in_legend": "Fch", - "Open": "Abertura", - "High": "Мáximo", - "Low": "Мínimo", - "Close": "Fecho", - "(H + L)/2": "(Max+Min)/2", - "(H + L + C)/3": "(Max+Min+Fch)/3", - "(O + H + L + C)/4": "(Abr+Max+Min+Fch)/4", - "UTC": "Horario Universal(UTC)", - "Exchange": "Mercado", - "Athens": "Аtenas", - "Berlin": "Беrlim", - "Bogota": "Боgota", - "Bangkok": "Banguecoque", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Calcuta", - "London": "Londres", - "Los Angeles": "Los Angeles", - "Madrid": "Маdrid", - "Moscow": "Моscovo", - "New York": "Nova York", - "Paris": "Paris", - "Seoul": "Seoul", - "Shanghai": "Shangai", - "Singapore": "Singapura", - "Sydney": "Sidney", - "Taipei": "Тaipé", - "Tehran": "Tehran", - "Tokyo": "Тóquio", - "Toronto": "Тоronto", - "Vancouver": "Vancouver", - "Warsaw": "Warsaw", - "n/a": "n/d", - "Long_input": "Período Longo", - "long_input": "Período longo", - "longlen_input": "Período Longo", - "Window Size_input": "Períodos", - "Length_input": "Períodos", - "length_input": "Períodos", - "len_input": "Períodos", - "Short_input": "Período Curto", - "short_input": "Período curto", - "shortlen_input": "Período Curto", - "Mult_input": "Multiplicador", - "mult_input": "Multiplicador", - "divisor_input": "Divisor", - "Divisor_input": "Divisor", - "Upper": "Limite Superior", - "Lower": "Limite Inferior", - "Long": "Comprador", - "Short": "Vendedor", - "Signal": "Sinal", - "Jaw": "Jaw", - "Teeth": "Teeth", - "Lips": "Lips", - "Zero": "Zero", - "WMA Length_input": "Período WMA", - "Long RoC Length_input": "Período RoC Longo", - "Short RoC Length_input": "Período RoC Curto", - "jawLength_input": "Período Jaw", - "teethLength_input": "Período Teeth", - "lipsLength_input": "Período Lips", - "percent_input": "Percentagem", - "exponential_input": "Exponencial", - "smoothD_input": "Suavizar Período %D", - "smoothK_input": "Suavizar Período %K", - "Color 0": "Cor 0", - "Color 1": "Cor 1", - "Color 2": "Cor 2", - "Color 3": "Cor 3", - "Color 4": "Cor 4", - "sym_input": "Símbolo", - "symbol_input": "Símbolo", - "Sym_input": "Símbolo", - "DI Length_input": "Período DI", - "ADX Smoothing_input": "Suavizar Período ADX", - "displacement_input": "Desvio", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Usar TrueRange", - "roclen1_input": "Período RoC 1", - "roclen2_input": "Período RoC 2", - "roclen3_input": "Período RoC 3", - "roclen4_input": "Período RoC 4", - "smalen1_input": "Período MA 1", - "smalen2_input": "Período MA 2", - "smalen3_input": "Período MA 3", - "smalen4_input": "Período MA 4", - "siglen_input": "Período do Sinal", - "UpperLimit": "Limite Superior", - "LowerLimit": "Limite Inferior", - "fastLength_input": "Período Rápido", - "slowLength_input": "Período Lento", - "signalLength_input": "Período do Sinal", - "start_input": "Início", - "increment_input": "Incremento", - "maximum_input": "Máximo", - "showMA_input": "Visualizar Média Móvel", - "show MA_input": "Show MA", - "Volume": "Volume", - "Volume MA": "Média Móvel do Volume", - "Indicator": "Indicador", - "Oscillator": "Oscilador", - "lengthStoch_input": "Período Stochastic", - "lengthRSI_input": "Período RSI", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "Cruzamento", - "Click to set a point": "Clique para marcar um ponto", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Defina o primeiro ponto arrastando a cruz com o dedo.
2. Toque em qualquer lugar para colocar o primeiro ponto.", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Deslize o dedo para selecionar o local para o próximo ponto.
2. Toque em qualquer lugar para colocar o próximo ponto.", - "retrying": "tentar novamente", - "eod data": "dados de final de dia", - "eod delayed": "final de dia com atraso", - "loading data": "carregar dados", - "invalid symbol": "instrumento invalido", - "streaming": "streaming", - "realtime": "em tempo real", - "pre-market": "pre-mercado", - "post-market": "pos-mercado", - "closed": "fechado", - "Time Interval": "Intervalo de Tempo", - "Show Symbol Labels": "Visualizar Legenda do Símbolo", - "Show Symbol Labels_context_menu": "Visualizar Legenda do Símbolo", - "Subminuette": "Sub-Minueto", - "Minuette": "Minueto", - "Minute": "Minuto", - "Intermediate": "Intermediária", - "Primary": "Primária", - "Cycle": "Ciclo", - "SuperCycle": "Superciclo", - "GrandSuperCycle": "Grande Superciclo", - "Lock": "Bloquear", - "Width": "Largura", - "Line With Breaks": "Linha com Quebras", - "Area With Breaks": "Area com Quebras", - "Type": "Tipo", - "Simple": "Simples", - "With Markers": "Com Marcadores", - "Step": "Degraus", - "No drawings yet": "Sem Desenhos", - "Lock/Unlock": "Bloquear/Desbloquear", - "deviation_input": "Desvio", - "depth_input": "Profundidade", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label-nocap", + "Script Editor": "Editor de Linguagem Pine", + " Published Charts Timeline": "Gráficos Publicados por ordem Cronológica", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "Estilos de Barra", + "Chart Properties": "Configurações do Gráfico", + "Compare": "Comparar", + "Compare...": "Comparar...", + "Compare or Add Symbol...": "Comparar/Adicionar Símbolo...", + "Compare or Add Symbol": "Comparar/Adicionar Símbolo", + "Add Symbol": "Adicionar Símbolo", + "Scales Properties...": "Configurações da Escala...", + "Add": "Adicionar", + "Company Comparison": "Comparar Símbolo", + "Indicators, Fundamentals, Economy and Add-ons": "Indicadores/Fundamentais/Economia/Extras", + "Economy & Symbols": "Economia/Símbolos", + "Bars": "Barras", + "Candles": "Velas", + "Hollow Candles": "Velas Transparentes", + "Line": "Linha", + "Permanent link to this message": "Permanent link to this message", + "Area": "Area", + "Message settings": "Message settings", + "Heiken Ashi": "Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Quebra de linha", + "Kagi": "Kagi", + "Point & Figure": "Ponto & Figura", + "Histogram": "Histograma", + "Cross_chart_type": "Cruz", + "Crosshair": "Mira", + "Columns": "Colunas", + "Circles": "Pontos", + "Indicators": "Indicadores", + "Favorites": "Favoritos", + "Technical Analysis": "Análise Técnica", + "No indicators matched your criteria.": "Não foram encontrados indicadores que correspondam à escolha selecionada.", + "Add to favorites": "Adicionar aos favoritos", + "Remove from favorites": "Remover dos favoritos", + "No symbols matched your criteria": "Não foram encontrados símbolos que correspondam à escolha selecionada", + "Add any symbol from the list": "Adicionar qualquer instrumento da lista", + "Overlay the main chart": "Sobrepor gráfico principal", + "Symbols to be added on the chart": "Símbolos a serem adicionados ao gráfico", + "Symbol": "Símbolo", + "Default": "Padrão", + "Defaults": "Definições pré-definidas", + "OK": "Aceitar", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Cancelar", + " color": "Cor", + " transparency": "transparência", + " visibility": "visibilidade", + "Add To Watchlist": "Adicionar à Lista", + "Add {0} To Watchlist": "Adicionar {0} à Lista", + "Apply": "Aplicar", + "Arguments in Header": "Descrição no Cabeçalho", + "Arrow": "Seta", + "Auto Scale": "Escala Automática", + "Background": "Fundo", + "bars": "barras", + "bars_margin": "barras", + "{0} bars": "barras: {0}", + "Bottom Margin": "Margem Inferior", + "Bring Forward": "Puxar à Frente", + "Bring to Front": "Puxar para a Frente", + "Clone": "Duplicar", + "Color Theme": "Padrão de Cor", + "Copy": "Copiar", + "Extended Hours": "Fora do Horário Regular", + "Format...": "Formatar...", + "Source Code...": "Código Fonte...", + "Full Screen": "Maximizar Ecrã", + "Grid Lines": "Linhas da Grelha", + "Hide All Drawing Tools": "Esconder todos os Desenhos", + "Drawing Tools": "Drawing Tools", + "Hide": "Esconder", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Inserir Desenho", + "Insert Indicator...": "Inserir Indicador...", + "Script Editor...": "Editor de Script...", + "Last Value on Price Scale": "Último Valor na Escala de Preços", + "Link To": "Link a", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Carregar Novas Barras", + "Lock All Drawing Tools": "Bloquear todos os Desenhos", + "Lock Scale": "Bloquear Escala", + "Lock scale": "Bloquear escala", + "Log Scale": "Escala Logarítmica", + "log": "Logarítmica", + "Magnet Mode": "Fixar ao Preço", + "Merge Down": "Agrupar para baixo", + "Merge Up": "Agrupar para cima", + "Objects Tree...": "Lista de Objectos...", + "Offset": "Desvio", + "Override Min Tick": "Alterar Resolução Min", + "Percentage": "Percentagem", + "Precision": "Precisão", + "Price Line": "Linha de Preço", + "Properties...": "Configurações...", + "Redo": "Refazer", + "Remove All Drawing Tools": "Remover todos os Desenhos", + "Remove All Studies": "Remover todos os Estudos", + "Remove All Indicators": "Remover todos os Indicadores", + "Remove": "Remover", + "Reset Chart": "Centrar Gráfico", + "Reset Scale": "Centrar Escala", + "Reset": "Reajustar", + "Right Margin": "Margem Direita", + "Save As...": "Guardar como...", + "Scale Left": "Escala Esquerda", + "Scale Percentage": "Escala Percentual", + "Scale Right": "Escala Direita", + "Scale Series Only": "Apenas Escala de Preços", + "Scale series only": "Apenas escala de preços", + "Scale Series only": "Apenas escala de preços", + "Scales Lines": "Linhas da Escala", + "Scales Text": "Теxto da Escala", + "Scaling": "Escala", + "Screen (No Scale)": "Area Total (sem escala)", + "Send Backward": "Enviar a Trás", + "Send to Back": "Enviar para Trás", + "Session Breaks": "Divisão de Dias", + "Show Arguments in Header": "Visualizar Descrição no Cabeçalho", + "Show Last Value": "Visualizar Último Valor", + "Show Last Value on Price Scale": "Visualizar Último Valor na Escala de Preços", + "Show Left Axis": "Visualizar Escala de Preços à Esquerda", + "Show Right Axis": "Visualizar Escala de Preços à Direita", + "Show": "Visualizar", + "Show Countdown": "Visualizar Contagem", + "Stay In Drawing Mode": "Manter em Modo de Desenho", + "Symbol Search...": "Procurar Símbolo...", + "Change Symbol": "Alterar Símbolo", + "Change Symbol...": "Alterar Símbolo...", + "Change Interval...": "Alterar Intervalo...", + "Time Zone": "Fuso Horário", + "TimeZone": "Fuso Horário", + "Top Margin": "Margem Superior", + "Transparency": "Transparência", + "Undo {0}": "Desfazer", + "Undo": "Desfazer", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Desagrupar abaixo", + "Unmerge Up": "Desagrupar acima", + "Visual Order": "Ordem Visual", + "Watermark": "Marca de Agua", + "Show Objects Tree": "Visualizar Lista de Objetos", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "Padrão ABCD", + "Anchored Text": "Texto Bloqueado", + "Arc": "Arco", + "Arrow Mark Down": "Seta Para Baixo", + "Arrow Mark Left": "Seta para a Esquerda", + "Arrow Mark Right": "Seta para a Direita", + "Arrow Mark Up": "Seta para Cima", + "Balloon": "Balão", + "Bars Pattern": "Padrão de Barras", + "Brush": "Pincel", + "Callout": "Comentário", + "Circle Lines": "Linhas Circulares", + "Cross": "Cruz", + "Cyclic Lines": "Linhas Cíclicas", + "Date Range": "Intervalo de Tempo", + "Disjoint Angle": "Deslocação de Ângulo", + "Dot": "Ponto", + "Elliott Labels": "Legendas das Ondas de Elliot", + "Elliott Major Retracement": "Correção Maior de Elliot", + "Elliott Minor Retracement": "Correção Menor de Elliot", + "Elliott Wave Cycle": "Onda Ciclo de Elliot", + "Elliott Wave Minor": "Onda Menor de Elliot", + "Elliott Wave Circle": "Ciclo de Ondas de Elliot", + "Elliott Wave Subminuette": "Onda Sub-Minueto de Elliot", + "Ellipse": "Elipse", + "Value": "Value", + "Eraser": "Borracha", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Estendida", + "Extended Line": "Estender Linha", + "Fib Channel": "Canal de Fibonacci", + "Fib Circles": "Círculos de Fibonacci", + "Fib Retracement": "Retração de Fibonacci", + "Fib Speed Resistance Arcs": "Arcos de Fibonacci", + "Fib Speed Resistance Fan": "Leque de Fibonacci", + "Fib Spiral": "Espiral de Fibonacci", + "Fib Time Zone": "Zonas Temporais de Fibonacci", + "Fib Wedge": "Cunha de Fibonacci", + "Flag Mark": "Bandeira", + "Flat Top/Bottom": "Topo/Fundo Plano", + "Flat Bottom": "Fundo Plano", + "Forecast": "Previsão", + "Gann Box": "Caixa de Gann", + "Gann Fan": "Leque de Gann", + "Gann Square": "Quadratura de Gann", + "Head & Shoulders": "Head & Shoulders", + "Horizontal Line": "Linha Horizontal", + "Horizontal Ray": "Raio Horizontal", + "Icon": "Icon", + "Inside Pitchfork": "Inside Pitchfork", + "Long Position": "Posição Compradora", + "Risk/Reward long": "Risco/Retorno Comprador", + "Modified Schiff Pitchfork": "Schiff Pitchfork Modificado", + "Parallel Channel": "Canal Paralelo", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Linha Segmentada", + "Price Label": "Legenda de Preço", + "Price Range": "Intervalo de Preços", + "Projection": "Projeção", + "Ray": "Raio", + "Rectangle": "Retângulo", + "Regression Trend": "Regressão de Tendência", + "Rotated Rectangle": "Retângulo Rotativo", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Original", + "Modified Schiff": "Schiff Modificado", + "Inside": "Interior", + "Short Position": "Posição Vendedora", + "Risk/Reward short": "Risco/Retorno Vendedor", + "Text": "Texto", + "Comment": "Comentário", + "Three Drivers Pattern": "Padrão Três Drivers", + "Thumb Down": "Rejeitado", + "Thumb Up": "Aprovado", + "Trend Angle": "Ângulo de Tendência", + "Trend Line": "Linha de Tendência", + "Trend-Based Fib Extension": "Extensão de Fibonacci Baseado na Tendência", + "Trend-Based Fib Time": "Tempo de Fibonacci Baseado na Tendência", + "Triangle Pattern": "Padrão Triangular", + "Triangle": "Triângulo", + "Vertical Line": "Linha Vertical", + "XABCD Pattern": "Padrão XABCD", + "Angle:": "Ângulo:", + "Arcs": "Arcos", + "Background color 1": "Cor do Fundo №1", + "Background color 2": "Cor do Fundo №2", + "Background Color": "Cor do Fundo", + "Bar #": "Barra nº", + "Border color": "Cor do contorno", + "Border Color": "Cor do contorno", + "Border": "Contorno", + "Bottom Lables": "Legendas Inferiores", + "bottom": "fundo", + "center": "centro", + "Channel": "Canal", + "Coeffs As Percents": "Coeficiente como Percentagem", + "Color bars based on previous close": "Colorir barra de acordo com o fecho anterior", + "Color": "Cor", + "Color:": "Cor:", + "Coordinates": "Coordenadas", + "Delete": "Apagar", + "Down Color": "Cor Negativa", + "Drawings": "Desenhos", + "Entry price:": "Preço de Entrada:", + "Event": "Evento", + "Events": "Eventos", + "Extend Left End": "Estender para a Extrema Esquerda", + "Extend Left": "Estender para a Esquerda", + "Extend Lines": "Estender Linhas", + "Extend Right End": "Estender para a Extrema Direita", + "Extend Right": "Estender para a Direita", + "Extend": "Estender", + "Failure back color": "Cor do Fundo (FRACASSO)", + "Failure text color": "Cor do Texto (FRACASSO)", + "Fans": "Leques", + "Fill": "Preencher", + "Format": "Formatar", + "Graphics": "Graphics", + "Grid": "Grelha", + "Help": "Ajuda", + "HLC Bars": "Barras HLC", + "Inputs": "Entrada", + "Label Background": "Fundo da Legenda", + "Label": "Legenda", + "Labels": "Legendas", + "Left End": "Extrema Esquerda", + "Left Labels": "Legendas à Esquerda", + "Right Labels": "Right Labels", + "left": "esquerda", + "Level {0}": "Nível {0}", + "Levels": "Níveis", + "Lines": "Linhas", + "Major": "Maior", + "Measure (Shift + Click on the chart)": "Medição (Shift + Clique no gráfico)", + "Median": "Média", + "middle": "centro", + "Middle": "Centro", + "Minor": "Menor", + "Mode": "Modo", + "Normal": "Normal", + "Plot": "Traço", + "Price Levels": "Níveis de Preços", + "Price Source": "Origem do Preço", + "Price": "Preço", + "Price:": "Preço:", + "Prices": "Preços", + "Profit Background Color": "Cor do Fundo do Objetivo", + "Profit Level. Ticks:": "Distância do Objetivo. Ticks:", + "Properties": "Configurações", + "Reverse": "Inverter", + "Right End": "Extrema Direita", + "Right Lables": "Legendas à Direita", + "right": "direita", + "Log Scale_scale_menu": "Escala Logarítmica", + "Percentage_scale_menu": "Percentagem", + "Scales": "Escalas", + "Settings": "Configurações", + "Show Background": "Visualizar Fundo", + "Show Bars Range": "Visualizar Intervalo de Barras", + "Show Date/Time Range": "Visualizar Intervalo de Dia/Tempo", + "Show Distance": "Visualizar Distância", + "Show Labels": "Visualizar Legendas", + "Show Price Range": "Visualizar Intervalo de Preços", + "Show Price": "Visualizar Preço", + "Show Prices": "Visualizar Preços", + "Show Text": "Visualizar Texto", + "Show Time": "Visualizar Tempo", + "Show Wave": "Visualizar Onda", + "Show/Hide": "Visualizar/Esconder", + "Source back color": "Cor do fundo da base", + "Source border color": "Cor do contorno da base", + "Source text color": "Cor do texto da base", + "Stay in Drawing Mode": "Manter em Modo de Desenho", + "Stop Background Color": "Cor do fundo do stop", + "Stop Color:": "Cor do Stop:", + "Stop Level. Ticks:": "Distância do Stop. Ticks:", + "Style": "Estilo", + "Success back color": "Cor do fundo (SUCESSO)", + "Success text color": "Cor do texto (SUCESSO)", + "Target back color": "Cor do fundo do objetivo", + "Target border color": "Cor do contorno do objetivo", + "Target Color:": "Cor do Objetivo:", + "Target text color": "Cor do texto do objetivo", + "Text Alignment:": "Alinhamento do Texto:", + "Text color": "Cor do texto", + "Text Color": "Cor do Texto", + "Text Font": "Tipo de Letra", + "Text Wrap": "Quebrar Texto", + "Text:": "Texto:", + "Time Levels": "Níveis de Tempo", + "Timezone/Sessions": "Fuso Horário/Sessão", + "Top Labels": "Legendas Superiores", + "Bottom Labels": "Bottom Labels", + "top": "topo", + "Up Color": "Cor Positiva", + "Wave Size": "Leitura das Ondas", + "Wick": "Sombra", + "Zoom In": "Aumentar Zoom", + "Zoom Out": "Diminuir Zoom", + "Borders": "Contorno", + "Level": "Nível", + "Hlines Background": "Fundo", + "Plots Background": "Fundo", + "Open_line_tool_position": "Aberto", + "Closed_line_tool_position": "Fechado", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Racio Risco/Retorno: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Objetivo: {0} ({1}%)", + "SUCCESS": "SUCESSO", + "FAILURE": "FRACASSO", + "Left Shoulder": "Ombro Esquerdo", + "Head": "Cabeça", + "Right Shoulder": "Ombro Direito", + "Mirrored": "Refletir", + "Flipped": "Virar", + "distance: {0}": "distância: {0}", + "day": "day", + "day_plural": "days", + "week": "week", + "week_plural": "weeks", + "month": "month", + "month_plural": "months", + "minute": "minute", + "minute_plural": "minutes", + "hour": "hour", + "hour_plural": "hours", + "y_dates": "Anos", + "y_dates_plural": "Anos", + "h_dates": "H.", + "D_dates": "D", + "W_dates": "S", + "M_dates": "M", + "d_dates": "d", + "m_dates": "Mês", + "in_dates": "em", + "Jan": "Jan", + "Feb": "Fev", + "Mar": "Маr", + "Apr": "Аbr", + "May": "Мai", + "Jun": "Jun", + "Jul": "Jul", + "Aug": "Аgo", + "Sep": "Set", + "Oct": "Оut", + "Nov": "Nov", + "Dec": "Dez", + "Objects Tree": "Lista de Objetos", + "Manage Drawings": "Organizar Desenhos", + "TOOL": "FERRAMENTA", + "SYMBOL": "INSTRUMENTO", + "Move Up": "Mover para Cima", + "Move Down": "Mover para Baixo", + "All Exchanges": "Todos os Mercados", + "All types": "Todos os tipos", + "Stock": "Ação", + "stock": "ação", + "Index": "Indice", + "index": "indice", + "Futures": "Futuros", + "futures": "futuros", + "Image URL": "URL da Imagem", + "Save image": "Guardar Imagem", + "or copy url:": "ou copiar url:", + "Redo {0}": "Refazer", + "Custom color...": "Customizar Cor...", + "Search": "Procurar", + "Open_in_legend": "Abr", + "High_in_legend": "Max", + "Low_in_legend": "Min", + "Close_in_legend": "Fch", + "Open": "Abertura", + "High": "Мáximo", + "Low": "Мínimo", + "Close": "Fecho", + "(H + L)/2": "(Max+Min)/2", + "(H + L + C)/3": "(Max+Min+Fch)/3", + "(O + H + L + C)/4": "(Abr+Max+Min+Fch)/4", + "UTC": "Horario Universal(UTC)", + "Exchange": "Mercado", + "Athens": "Аtenas", + "Berlin": "Беrlim", + "Bogota": "Боgota", + "Bangkok": "Banguecoque", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Calcuta", + "London": "Londres", + "Los Angeles": "Los Angeles", + "Madrid": "Маdrid", + "Moscow": "Моscovo", + "New York": "Nova York", + "Paris": "Paris", + "Sao Paulo": "São Paulo", + "Seoul": "Seoul", + "Shanghai": "Shangai", + "Singapore": "Singapura", + "Sydney": "Sidney", + "Taipei": "Тaipé", + "Tehran": "Teerã", + "Tokyo": "Тóquio", + "Toronto": "Тоronto", + "Vancouver": "Vancouver", + "Warsaw": "Warsaw", + "n/a": "n/d", + "Long_input": "Período Longo", + "long_input": "Período longo", + "longlen_input": "Período Longo", + "Window Size_input": "Períodos", + "Length_input": "Períodos", + "length_input": "Períodos", + "len_input": "Períodos", + "Short_input": "Período Curto", + "short_input": "Período curto", + "shortlen_input": "Período Curto", + "Mult_input": "Multiplicador", + "mult_input": "Multiplicador", + "divisor_input": "Divisor", + "Divisor_input": "Divisor", + "Upper": "Limite Superior", + "Lower": "Limite Inferior", + "Long": "Comprador", + "Short": "Vendedor", + "Signal": "Sinal", + "Jaw": "Jaw", + "Teeth": "Teeth", + "Lips": "Lips", + "Zero": "Zero", + "WMA Length_input": "Período WMA", + "Long RoC Length_input": "Período RoC Longo", + "Short RoC Length_input": "Período RoC Curto", + "jawLength_input": "Período Jaw", + "teethLength_input": "Período Teeth", + "lipsLength_input": "Período Lips", + "percent_input": "Percentagem", + "exponential_input": "Exponencial", + "smoothD_input": "Suavizar Período %D", + "smoothK_input": "Suavizar Período %K", + "Color 0": "Cor 0", + "Color 1": "Cor 1", + "Color 2": "Cor 2", + "Color 3": "Cor 3", + "Color 4": "Cor 4", + "sym_input": "Símbolo", + "symbol_input": "Símbolo", + "Sym_input": "Símbolo", + "DI Length_input": "Período DI", + "ADX Smoothing_input": "Suavizar Período ADX", + "displacement_input": "Desvio", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Usar TrueRange", + "roclen1_input": "Período RoC 1", + "roclen2_input": "Período RoC 2", + "roclen3_input": "Período RoC 3", + "roclen4_input": "Período RoC 4", + "smalen1_input": "Período MA 1", + "smalen2_input": "Período MA 2", + "smalen3_input": "Período MA 3", + "smalen4_input": "Período MA 4", + "siglen_input": "Período do Sinal", + "UpperLimit": "Limite Superior", + "LowerLimit": "Limite Inferior", + "Limit": "Limit", + "fastLength_input": "Período Rápido", + "slowLength_input": "Período Lento", + "signalLength_input": "Período do Sinal", + "start_input": "Início", + "increment_input": "Incremento", + "maximum_input": "Máximo", + "showMA_input": "Visualizar Média Móvel", + "show MA_input": "Visualizar MM", + "Volume": "Volume", + "Volume MA": "Média Móvel do Volume", + "Indicator": "Indicador", + "Oscillator": "Oscilador", + "lengthStoch_input": "Período Stochastic", + "lengthRSI_input": "Período RSI", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Cruzamento", + "Click to set a point": "Clique para marcar um ponto", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Defina o primeiro ponto arrastando a cruz com o dedo.
2. Toque em qualquer lugar para colocar o primeiro ponto.", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Deslize o dedo para selecionar o local para o próximo ponto.
2. Toque em qualquer lugar para colocar o próximo ponto.", + "retrying": "tentar novamente", + "eod data": "dados de final de dia", + "eod delayed": "final de dia com atraso", + "loading data": "carregar dados", + "invalid symbol": "instrumento invalido", + "streaming": "streaming", + "realtime": "em tempo real", + "pre-market": "pre-mercado", + "post-market": "pos-mercado", + "closed": "fechado", + "Time Interval": "Intervalo de Tempo", + "Show Symbol Labels": "Visualizar Legenda do Símbolo", + "Show Symbol Labels_context_menu": "Visualizar Legenda do Símbolo", + "Subminuette": "Sub-Minueto", + "Minuette": "Minueto", + "Minute": "Minuto", + "Intermediate": "Intermediária", + "Primary": "Primária", + "Cycle": "Ciclo", + "SuperCycle": "Superciclo", + "GrandSuperCycle": "Grande Superciclo", + "Lock": "Bloquear", + "Width": "Largura", + "Line With Breaks": "Linha com Quebras", + "Area With Breaks": "Area com Quebras", + "Type": "Tipo", + "Simple": "Simples", + "With Markers": "Com Marcadores", + "Step": "Degraus", + "No drawings yet": "Sem Desenhos", + "Lock/Unlock": "Bloquear/Desbloquear", + "deviation_input": "Desvio", + "depth_input": "Profundidade", + "Accumulation/Distribution_study": "Acúmulo/Distribuição", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Avanço/Declínio", + "Average True Range_study": "TrueRange Médio", + "Awesome Oscillator_study": "Oscilador Awesome", + "Bollinger Bands Width_study": "Comprimento de Bandas de Bollinger", + "Balance of Power_study": "Equilíbrio de Poder", + "Bollinger Bands_study": "Bandas de Bollinger", + "Bollinger Bands %B_study": "Bandas de Bollinger %B", + "Chaikin Money Flow_study": "Fluxo Monetário de Chaikin", + "Chaikin Oscillator_study": "Oscilador Chaikin", + "Chande Kroll Stop_study": "Parada de Chande Kroll", + "Chande Momentum Oscillator_study": "Oscilador de Momento de Chande", + "Commodity Channel Index_study": "Canal de Índice de Mercadorias", + "Choppiness Index_study": "Índice de Choppiness", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Visualizar apenas Estudos", + "Show Only Drawings": "Visualizar apenas Desenhos", + "Show All": "Visualizar Tudo", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Nota", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "auto", + "Invalid Symbol": "Invalid Symbol", + "loading...": "loading...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "Renomear...", + "New": "Novo", + "Load": "Abrir", + "Save": "Salvar", + "Rename Chart": "Rename Chart", + "{0} copy": "{0} copy", + "Please enter chart name": "Please enter chart name", + "Enter a new chart name": "Enter a new chart name", + "Load Chart": "Load Chart", + "Chart Name": "Chart Name", + "Chart name": "Chart name", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Last Modified", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Active Symbol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Fullscreen mode", + "Marker Color": "Marker Color", + "Font Size": "Font Size", + "Save New Chart": "Save New Chart", + "Source_compare": "Source", + "YES": "YES", + "Yes": "Yes", + "No": "No", + "NO": "NO", + "Confirmation": "Confirmation", + "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/ru.json b/charting_library/static/localization/translations/ru.json index 26933d26..6a4a4e84 100644 --- a/charting_library/static/localization/translations/ru.json +++ b/charting_library/static/localization/translations/ru.json @@ -1,664 +1,1461 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label-nocap", - "Script Editor": "Редактор Pine", - " Published Charts Timeline": "опубликованные идеи", - "SMA": "SMA", - "Bar's Style": "Стиль графика", - "Chart Properties": "Свойства графика", - "Compare": "Сравнить", - "Compare...": "Сравнить...", - "Compare or Add Symbol...": "Сравнить/Добавить инструмент...", - "Compare or Add Symbol": "Сравнить/Добавить", - "Add Symbol": "Добавить инструмент", - "Scales Properties...": "Свойства шкал...", - "Add": "Добавить", - "Company Comparison": "Инструмент для сравнения", - "Indicators, Fundamentals, Economy and Add-ons": "Индикаторы", - "Economy & Symbols": "Добавить инструмент", - "Bars": "Бары", - "Candles": "Японские свечи", - "Hollow Candles": "Пустые свечи", - "Line": "Линия", - "Area": "Зона", - "Heiken Ashi": "Хейкин Аши", - "Histogram": "Гистограмма", - "Cross_chart_type": "Перекрестия", - "Crosshair": "Перекрестие", - "Columns": "Столбцы", - "Circles": "Точки", - "Indicators": "Индикаторы", - "Favorites": "Предпочтения", - "Technical Analysis": "Технический анализ", - "No indicators matched your criteria.": "Подходящих индикаторов не найдено.", - "Add to favorites": "Добавить к предпочтениям", - "Remove from favorites": "Удалить из предпочтений", - "No symbols matched your criteria": "Подходящих инструментов не найдено", - "Add any symbol from the list": "Добавьте любой инструмент из списка", - "Overlay the main chart": "Поверх основной серии", - "Symbols to be added on the chart": "Выберите любой инструмент из списка", - "Symbol": "Инструмент", - "Default": "Не задано", - "Defaults": "По умолчанию", - "OK": "Готово", - "Cancel": "Отмена", - " color": "цвет", - " transparency": "прозрачность", - " visibility": "видимость", - "Add To Watchlist": "Add To Watchlist", - "Apply": "Применить", - "Arguments in Header": "Аргументы в заголовке", - "Arrow": "Стрелка", - "Auto Scale": "Автоматический масштаб", - "Background": "Заливка", - "bars": "бары", - "bars_margin": "баров", - "{0} bars": "Бары: {0}", - "Bottom Margin": "Отступ снизу", - "Bring Forward": "На один слой вперед", - "Bring to Front": "Перенести поверх", - "Clone": "Клонировать", - "Color Theme": "Цветовая тема", - "Copy": "Копировать", - "Extended Hours": "Расширенная сессия", - "Format...": "Свойства...", - "Full Screen": "Во весь экран", - "Grid Lines": "Линии сетки", - "Hide All Drawing Tools": "Скрыть все фигуры", - "Hide": "Скрыть", - "Insert Drawing Tool": "Insert Drawing Tool", - "Insert Indicator...": "Добавить индикатор...", - "Last Value on Price Scale": "Последнее значение на ценовой шкале", - "Link To": "Привязать", - "Load New Bars": "Load New Bars", - "Lock All Drawing Tools": "Зафиксировать все фигуры", - "Lock Scale": "Зафиксировать шкалу", - "Lock scale": "Зафиксировать шкалу", - "Log Scale": "Логарифмическая шкала", - "log": "лог", - "Magnet Mode": "Магнит", - "Merge Down": "Присоединить вниз", - "Merge Up": "Присоединить вверх", - "Objects Tree...": "Дерево объектов...", - "Offset": "Смещение", - "Override Min Tick": "Минимальное
изменение цены", - "Percentage": "Процентое соотношение", - "Precision": "Точность", - "Price Line": "Линия цены", - "Properties...": "Свойства...", - "Redo": "Повторить", - "Remove All Drawing Tools": "Удалить все фигуры", - "Remove All Studies": "Удалить все индикаторы", - "Remove All Indicators": "Удалить все индикаторы", - "Remove": "Удалить", - "Reset Chart": "Сбросить состояние графика", - "Reset Scale": "Сбросить состояние шкалы", - "Reset": "Сбросить", - "Right Margin": "Отступ справа", - "Save As...": "Сохранить как...", - "Scale Left": "Левая шкала", - "Scale Percentage": "Процентная шкала", - "Scale Right": "Правая шкала", - "Scale Series Only": "Только серии влияют на масштаб", - "Scale series only": "Только серии влияют на масштаб", - "Scale Series only": "Только серии влияют на масштаб", - "Scales Lines": "Линии шкал", - "Scales Text": "Текст на шкалах", - "Scaling": "Привязка к шкале", - "Screen (No Scale)": "Экран (нет шкалы)", - "Send Backward": "На один слой назад", - "Send to Back": "Отправить назад", - "Session Breaks": "Границы сессий", - "Show Arguments in Header": "Показывать аргументы в заголовке", - "Show Last Value on Price Scale": "Показывать последнюю цену на шкале", - "Show Left Axis": "Показать левую шкалу", - "Show Right Axis": "Показать правую шкалу", - "Show": "Показать", - "Stay In Drawing Mode": "Продолжать создание фигур", - "Symbol Search...": "Поиск инструментов...", - "Change Symbol": "Сменить инструмент", - "Change Symbol...": "Сменить инструмент...", - "Time Zone": "Часовой пояс", - "TimeZone": "Часовой пояс", - "Top Margin": "Отступ сверху", - "Transparency": "Прозрачность", - "Undo {0}": "Отменить", - "Undo": "Отменить", - "Unmerge Down": "Отсоединить вниз", - "Unmerge Up": "Отсоединить наверх", - "Visual Order": "Порядок слоёв", - "Watermark": "Водяной знак", - "Show Objects Tree": "Дерево объектов", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "Шаблон ABCD", - "Anchored Text": "Текст на экране", - "Arc": "Дуга", - "Arrow Mark Down": "Стрелка вниз", - "Arrow Mark Left": "Стрелка влево", - "Arrow Mark Right": "Стрелка вправо", - "Arrow Mark Up": "Стрелка вверх", - "Balloon": "Всплывающий текст", - "Bars Pattern": "Шаблон из баров", - "Brush": "Кисть", - "Callout": "Сноска", - "Circle Lines": "Circle Lines", - "Cross": "Перекрестие", - "Cyclic Lines": "Периодические линии", - "Date Range": "Диапазон дат", - "Disjoint Angle": "Расходящийся угол", - "Dot": "Точка", - "Elliott Labels": "Волны Эллиотта", - "Elliott Major Retracement": "Основная коррекция Эллиотта", - "Elliott Minor Retracement": "Второстепенная коррекция Эллиотта", - "Elliott Wave Cycle": "Волновой цикл Эллиотта", - "Elliott Wave Minor": "Второстепенная волна Эллиотта", - "Elliott Wave Subminuette": "Субменуэт волн Элиотта", - "Ellipse": "Эллипс", - "Eraser": "Ластик", - "Extended": "Прямая", - "Extended Line": "Прямая", - "Fib Channel": "Каналы по Фибоначчи", - "Fib Circles": "Окружности по Фибоначчи", - "Fib Retracement": "Коррекция по Фибоначчи", - "Fib Speed Resistance Arcs": "Дуги сопротивления по Фибоначчи", - "Fib Speed Resistance Fan": "Веерные линии сопротивления по Фибоначчи", - "Fib Spiral": "Спираль по Фибоначчи", - "Fib Time Zone": "Временные периоды по Фибоначчи", - "Fib Wedge": "Клин по Фибоначчи", - "Flag Mark": "Флаг", - "Flat Top/Bottom": "Плоский верх/низ", - "Flat Bottom": "Плоский верх/низ", - "Forecast": "Предсказание движения", - "Gann Box": "Коробка Ганна", - "Gann Fan": "Веер Ганна", - "Gann Square": "Квадрат Ганна", - "Head & Shoulders": "Голова и плечи", - "Horizontal Line": "Горизонтальная линия", - "Horizontal Ray": "Горизонтальный луч", - "Icon": "Значок", - "Inside Pitchfork": "Вилы (внутрь)", - "Long Position": "Длинная позиция", - "Risk/Reward long": "Длинная позиция", - "Modified Schiff Pitchfork": "Видоизмененные вилы Шифа", - "Parallel Channel": "Канал", - "Pitchfan": "Наклонный веер", - "Pitchfork": "Вилы", - "Polyline": "Ломаная линия", - "Price Label": "Отметка на цене", - "Price Range": "Диапазон цен", - "Projection": "Проекция", - "Ray": "Луч", - "Rectangle": "Прямоугольник", - "Regression Trend": "Направление регрессии", - "Rotated Rectangle": "Вращающийся прямоугольник", - "Schiff Pitchfork": "Вилы Шифа", - "Schiff": "Шифа", - "Original": "Обычные", - "Modified Schiff": "Измененные Шифа", - "Inside": "Внутрь", - "Short Position": "Короткая позиция", - "Risk/Reward short": "Короткая позиция", - "Text": "Текст", - "Comment": "Комментарий", - "Three Drivers Pattern": "Шаблон трёх движений", - "Thumb Down": "Палец вниз", - "Thumb Up": "Палец вверх", - "Trend Angle": "Угол тренда", - "Trend Line": "Линия тренда", - "Trend-Based Fib Extension": "Расширение Фибоначчи, основанное на тренде", - "Trend-Based Fib Time": "Периоды Фибоначчи, основанные на тренде", - "Triangle Pattern": "Шаблон \"Треугольник\"", - "Triangle": "Треугольник", - "Vertical Line": "Вертикальная линия", - "XABCD Pattern": "Шаблон XABCD", - "Angle:": "Угол:", - "Arcs": "Дуги", - "Background color 1": "Цвет подложки №1", - "Background color 2": "Цвет подложки №2", - "Background Color": "Цвет подложки", - "Bar #": "№ бара", - "Border color": "Цвет обводки", - "Border Color": "Цвет обводки", - "Border": "Граница", - "Bottom Lables": "Текст снизу", - "bottom": "снизу", - "center": "по центру", - "Channel": "Канал", - "Coeffs As Percents": "Коэффициенты в процентах", - "Color bars based on previous close": "Цвет основан на предыдущей цене закрытия", - "Color": "Цвет", - "Color:": "Цвет:", - "Coordinates": "Координаты", - "Delete": "Удалить", - "Down Color": "Цвет падающего бара", - "Drawings": "Фигуры", - "Entry price:": "Открытие позиции:", - "Events": "События", - "Extend Left End": "Продолжить влево", - "Extend Left": "Продолжить влево", - "Extend Lines": "Продолжить линии", - "Extend Right End": "Продолжить вправо", - "Extend Right": "Продолжить вправо", - "Extend": "Продолжить", - "Failure back color": "Заливка (неудача)", - "Failure text color": "Текст (неудача)", - "Fans": "Линии", - "Fill": "Заливка", - "Format": "Формат", - "Graphics": "Graphics", - "Grid": "Сетка", - "Help": "Справка", - "HLC Bars": "Скрыть цену открытия", - "Inputs": "Аргументы", - "Label Background": "Заливка текстовой метки", - "Label": "Метка", - "Labels": "Метки", - "Left End": "Левый край", - "Left Labels": "Текст слева", - "left": "слева", - "Level {0}": "Уровень {0}", - "Levels": "Уровни", - "Lines": "Линии", - "Major": "Основная", - "Measure (Shift + Click on the chart)": "Измерение (Shift + клик на чарте)", - "Median": "Средняя линия", - "middle": "по центру", - "Middle": "Средняя линия", - "Minor": "Побочная", - "Mode": "Режим", - "Normal": "Обычный", - "Plot": "Линия", - "Price Levels": "Уровни цены", - "Price Source": "Ценовая серия", - "Price": "Цена", - "Price:": "Цена:", - "Prices": "Цены", - "Profit Background Color": "Profit Background Color", - "Profit Level. Ticks:": "Цель. Тики:", - "Properties": "Свойства", - "Reverse": "Инвертировать", - "Right End": "Правый край", - "Right Lables": "Текст справа", - "right": "справа", - "Log Scale_scale_menu": "Логарифмическая шкала", - "Percentage_scale_menu": "Процентная шкала", - "Scales": "Шкалы", - "Settings": "Настройки", - "Show Background": "Отображать подложку", - "Show Bars Range": "Отображать диапазон в барах", - "Show Date/Time Range": "Отображать временной диапазон", - "Show Distance": "Отображать расстояние", - "Show Labels": "Отображать текстовые метки", - "Show Price Range": "Отображать диапазон цен", - "Show Price": "Отображать цену", - "Show Prices": "Отображать цены", - "Show Text": "Отображать текст", - "Show Time": "Отображать время", - "Show Wave": "Отображать волну", - "Show/Hide": "Показать/Скрыть", - "Source back color": "Заливка (открытие)", - "Source border color": "Граница (открытие)", - "Source text color": "Текст (открытие)", - "Stay in Drawing Mode": "Продолжать создание фигур", - "Stop Background Color": "Цвет подложки (остановка)", - "Stop Color:": "Цвет стоп-уровня:", - "Stop Level. Ticks:": "Стоп-уровень. Тики:", - "Style": "Стиль", - "Success back color": "Заливка (успех)", - "Success text color": "Текст (успех)", - "Target back color": "Заливка (цель)", - "Target border color": "Граница (цель)", - "Target Color:": "Цвет цели:", - "Target text color": "Текст (цель)", - "Text Alignment:": "Выравнивание текста:", - "Text color": "Цвет текста", - "Text Color": "Цвет текста", - "Text Font": "Шрифт", - "Text Wrap": "Перенос строк", - "Text:": "Текст:", - "Time Levels": "Уровни времени", - "Timezone/Sessions": "Часовой пояс и сессии", - "Top Labels": "Текст сверху", - "top": "сверху", - "Up Color": "Цвет растущего бара", - "Wave Size": "Размер волны", - "Wick": "Фитиль", - "Zoom In": "Увеличить масштаб", - "Zoom Out": "Уменьшить масштаб", - "Borders": "Обводка", - "Level": "Уровень", - "Hlines Background": "Заливка", - "Plots Background": "Заливка", - "Open_line_tool_position": "Открыта", - "Closed_line_tool_position": "Закрыта", - "{0} P&L: {1}": "{0} П(У): {1}", - "Risk/Reward Ratio: {0}": "Соотношение риск/премия: {0}", - "Stop: {0} ({1}%)": "Стоп-уровень: {0} ({1}%)", - "Target: {0} ({1}%)": "Цель: {0} ({1}%)", - "SUCCESS": "УСПЕХ", - "FAILURE": "НЕУДАЧА", - "Left Shoulder": "Левое плечо", - "Head": "Голова", - "Right Shoulder": "Правое плечо", - "Mirrored": "Отобразить по вертикали", - "Flipped": "Отразить по горизонтали", - "distance: {0}": "Расстояние: {0}", - "day": "день", - "day_plural": "days", - "day_plural_1": "день", - "day_plural_2": "дня", - "day_plural_5": "дней", - "week": "неделя", - "week_plural": "weeks", - "week_plural_1": "неделя", - "week_plural_2": "недели", - "week_plural_5": "недель", - "month": "месяц", - "month_plural": "months", - "month_plural_1": "месяц", - "month_plural_2": "месяца", - "month_plural_5": "месяцев", - "minute": "минута", - "minute_plural": "minutes", - "minute_plural_1": "минута", - "minute_plural_2": "минуты", - "minute_plural_5": "минут", - "hour": "час", - "hour_plural": "hours", - "hour_plural_1": "час", - "hour_plural_2": "часа", - "hour_plural_5": "часов", - "y_dates": "г", - "y_dates_plural": "y_plural", - "y_dates_plural_1": "г", - "y_dates_plural_2": "г", - "y_dates_plural_5": "л", - "h_dates": "ч.", - "D_dates": "Д", - "W_dates": "Н", - "M_dates": "М", - "d_dates": "д", - "m_dates": "м", - "in_dates": "за", - "Jan": "Янв", - "Feb": "Фев", - "Mar": "Мар", - "Apr": "Апр", - "May": "Май", - "Jun": "Июн", - "Jul": "Июл", - "Aug": "Авг", - "Sep": "Сен", - "Oct": "Окт", - "Nov": "Ноя", - "Dec": "Дек", - "Objects Tree": "Дерево объектов", - "Manage Drawings": "Фигуры", - "TOOL": "Фигура", - "SYMBOL": "Инструмент", - "Move Up": "Переместить вверх", - "Move Down": "Переместить вниз", - "All Exchanges": "Все биржи", - "All types": "Все типы", - "Stock": "Акции", - "stock": "акция", - "Index": "Индексы", - "index": "индекс", - "Futures": "Фьючерсы", - "futures": "фьючерс", - "Image URL": "Изображение", - "Save image": "Сохраните изображение", - "or copy url:": "или скопируйте его адрес:", - "Redo {0}": "Повторить", - "Custom color...": "Выбрать цвет...", - "Search": "Поиск", - "Open_in_legend": "ОТКР", - "High_in_legend": "МАКС", - "Low_in_legend": "МИН", - "Close_in_legend": "ЗАКР", - "Open": "Открытие", - "High": "Максимум", - "Low": "Минимум", - "Close": "Закрытие", - "(H + L)/2": "(МИН+МАКС)/2", - "(H + L + C)/3": "(МИН+МАКС+ЗАКР)/3", - "(O + H + L + C)/4": "(МИН+МАКС+ЗАКР+ОТКР)/4", - "UTC": "По Гринвичу", - "Exchange": "По бирже", - "Athens": "Афины", - "Berlin": "Берлин", - "Bogota": "Богота", - "Bangkok": "Бангкок", - "Buenos Aires": "Буэнос-Айрес", - "Chicago": "Чикаго", - "Hong Kong": "Гонконг", - "Kolkata": "Калькутта", - "London": "Лондон", - "Los Angeles": "Лос-Анджелес", - "Madrid": "Мадрид", - "Moscow": "Москва", - "New York": "Нью-Йорк", - "Paris": "Париж", - "Seoul": "Сеул", - "Shanghai": "Шанхай", - "Singapore": "Сингапур", - "Sydney": "Сидней", - "Taipei": "Тайбей", - "Tehran": "Тегеран", - "Tokyo": "Токио", - "Toronto": "Торонто", - "Vancouver": "Ванкувер", - "Warsaw": "Варшава", - "n/a": "н/д", - "Long_input": "Длинный период", - "long_input": "Длинный период", - "longlen_input": "Длинный период", - "Window Size_input": "Размер окна", - "Length_input": "Размер окна", - "length_input": "Размер окна", - "len_input": "Размер окна", - "Short_input": "Короткий период", - "short_input": "Короткий период", - "shortlen_input": "Короткий период", - "Mult_input": "Множитель", - "mult_input": "Множитель", - "divisor_input": "Делитель", - "Divisor_input": "Делитель", - "Upper": "Верхняя линия", - "Lower": "Нижняя линия", - "Long": "Длинная линия", - "Short": "Короткая линия", - "Signal": "Сигнал", - "Jaw": "Челюсти", - "Teeth": "Зубы", - "Lips": "Губы", - "Zero": "Ноль", - "WMA Length_input": "Длина WMA", - "Long RoC Length_input": "Длинный сигнал RoC", - "Short RoC Length_input": "Короткий сигнал RoC", - "jawLength_input": "Длина челюстей", - "teethLength_input": "Длина зубов", - "lipsLength_input": "Длина губ", - "percent_input": "Процент", - "exponential_input": "Использовать эксп. среднее", - "smoothD_input": "Сглаживание %D", - "smoothK_input": "Сглаживание %K", - "Color 0": "Цвет 0", - "Color 1": "Цвет 1", - "Color 2": "Цвет 2", - "Color 3": "Цвет 3", - "Color 4": "Цвет 4", - "sym_input": "Инструмент", - "symbol_input": "Инструмент", - "Sym_input": "Инструмент", - "DI Length_input": "Длина DI", - "ADX Smoothing_input": "Сглаживание ADX", - "displacement_input": "Смещение", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Использовать TrueRange", - "roclen1_input": "Длина RoC 1", - "roclen2_input": "Длина RoC 2", - "roclen3_input": "Длина RoC 3", - "roclen4_input": "Длина RoC 4", - "smalen1_input": "Длина MA 1", - "smalen2_input": "Длина MA 2", - "smalen3_input": "Длина MA 3", - "smalen4_input": "Длина MA 4", - "siglen_input": "Длина сигнала", - "UpperLimit": "Верхняя граница", - "LowerLimit": "Нижняя граница", - "fastLength_input": "Длина быстрой линии", - "slowLength_input": "Длина медленной линии", - "signalLength_input": "Длина сигнальной линии", - "start_input": "Начальное значение", - "increment_input": "Приращение", - "maximum_input": "Максимум", - "showMA_input": "Отображать среднее", - "show MA_input": "Отображать среднее", - "Volume": "Объём", - "Volume MA": "Средняя по объёму", - "Indicator": "Индикатор", - "Oscillator": "Осциллятор", - "lengthStoch_input": "Длина Stochastic", - "lengthRSI_input": "Длина RSI", - "sigma_input": "Сигма", - "Sigma_input": "Сигма", - "Crosses": "Пересечение", - "Click to set a point": "Кликните, чтобы установить точку", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Определите первую точку, перетаскивая перекрестие пальцем.
2. После этого, сделайте тап в произвольном месте, чтобы установить её.", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Определите точку, перетаскивая перекрестие пальцем.
2. После этого, сделайте тап в произвольном месте, чтобы установить её.", - "retrying": "переподключение", - "eod data": "дневные", - "eod delayed": "дневные (с задержкой)", - "loading data": "загрузка данных", - "invalid symbol": "нет данных", - "streaming": "потоковая передача", - "realtime": "торговый период", - "pre-market": "предторговый период", - "post-market": "послеторговый период", - "closed": "рынок закрыт", - "Time Interval": "Интервал", - "Show Symbol Labels": "Отображать инструмент на шкале", - "Show Symbol Labels_context_menu": "Отображать инструмент на шкале", - "Subminuette": "Субменуэт", - "Minuette": "Менуэт", - "Minute": "Минутный", - "Intermediate": "Промежуточный", - "Primary": "Первичный", - "Cycle": "Цикл", - "SuperCycle": "Супер-цикл", - "GrandSuperCycle": "Основной цикл", - "Lock": "Заблокировать", - "Width": "Ширина", - "Line With Breaks": "Линия с разрывами", - "Area With Breaks": "Зона с разрывами", - "Type": "Тип", - "Simple": "Простая линия", - "With Markers": "С точками", - "Step": "Ступенчатая", - "No drawings yet": "Фигур пока не создано", - "Lock/Unlock": "Блокировать/разблокировать", - "deviation_input": "Отклонение", - "depth_input": "Глубина", - "Accumulation/Distribution_study": "Накопление/Распределение", - "Aroon_study": "Арун", - "Advance/Decline_study": "Линия роста/падения", - "Average True Range_study": "Усредненный истинный диапазон", - "Awesome Oscillator_study": "Осциллятор Билла Вильямса", - "Bollinger Bands Width_study": "Ширина полос Боллинджера", - "Balance of Power_study": "Баланс силы", - "Bollinger Bands_study": "Полосы Боллинджера", - "Bollinger Bands %B_study": "%B Полос Боллинджера", - "Chaikin Money Flow_study": "Денежный поток Чайкина", - "Chaikin Oscillator_study": "Осциллятор Чайкина", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Осциллятор темпа Чанде", - "Commodity Channel Index_study": "Индекс Товарного Канала", - "Choppiness Index_study": "Индекс Переменчивости", - "Directional Movement Index_study": "Индекс Направленного Движения", - "Correlation Coeff_study": "Коэффициент корреляции", - "Donchian Channels_study": "Канал Дончяна", - "Double Exponential Moving Average_study": "Двойное скользящее среднее (эксп.)", - "Ease of Movement_study": "Лёгкость движения", - "Elders Force Index_study": "Индекс силы Элдера", - "Envelope_study": "Огибающая", - "Ichimoku Cloud_study": "Ишимоку Кинко Хайо", - "Klinger Oscillator_study": "Осциллятор Клингера", - "Hull MA_study": "Скользящее среднее Хала", - "Keltner Channels_study": "Канал Кельтнера", - "Linear Regression Curve_study": "Кривая линейной регрессии", - "Know Sure Thing_study": "Знать наверняка", - "MA Cross_study": "Пересечение скользящих средних", - "Money Flow_study": "Денежный поток", - "Mass Index_study": "Индекс массы", - "Moving Average Exponential_study": "Скользящее среднее (эксп.)", - "Net Volume_study": "Чистый объём", - "Moving Average Convergence/Divergence_study": "Схождение/расхождение скользящих средних", - "Moving Average_study": "Скользящее среднее", - "Moving Average Weighted_study": "Скользящее среднее (взвешенное)", - "Parabolic SAR_study": "Параболическая система времени/цены", - "On Balance Volume_study": "Балансовый объем", - "Price Oscillator_study": "Процентный осциллятор цены", - "Relative Strength Index_study": "Относительный индекс силы", - "Relative Vigor Index_study": "Относительный индекс энергии", - "Relative Volatility Index_study": "Относительный индекс изменчивости", - "SMI Ergodic Indicator/Oscillator_study": "Эргодический осциллятор", - "Stochastic_study": "Стохастический осциллятор", - "TRIX_study": " Скользящее cреднее (тройное эксп. сглаженное)", - "Stochastic RSI_study": "Стохастический индекс относительной силы", - "Triple EMA_study": "Скользящее среднее (тройное эксп.)", - "VWMA_study": "Скользящее среднее, взвешенное по объему", - "Volume Oscillator_study": "Процентный осциллятор объема", - "Volume_study": "Объем", - "Williams Alligator_study": "Аллигатор Билла Вильямса", - "Willams %R_study": "Процент Вильямса", - "Coppock Curve_study": "Кривая Коппока", - "Least Squares Moving Average_study": "Скользящее среднее (наименьшие квадраты)", - "Arnaud Legoux Moving Average_study": "Скользящее среднее Арно Легу", - "True Strength Indicator_study": "Индекс истинной силы", - "Change Interval": "Изменить интервал", - "Show Only Studies": "Индикаторы", - "Show Only Drawings": "Фигуры", - "Show All": "Показывать всё", - "Timezone/Sessions Properties...": "Часовой пояс и сессии...", - "Scale Price Chart Only": "Только серии влияют на масштаб", - "Open Interval Dialog": "Открыть диалог интервалов", - "Note": "Заметка", - "Anchored Note": "Заметка на экране", - "Scales Properties": "Свойства шкал", - "Toggle Auto Scale": "Автоматический масштаб вкл/выкл", - "Toggle Log Scale": "Логарифмическая шкала вкл/выкл", - "Toggle Percentage": "Процентная шкала вкл/выкл", - "auto_scale": "авто", - "Invalid Symbol": "Неизвестный инструмент", - "loading...": "загрузка...", - "interval_dialog_description": "Введите число для минутных резолюций (\"5\" даст вам чарт с резолюцией в 5 минут), или количество с буквой, обозначающей желаемый интервал. Поддерживаются значения D (день), W (неделя) и M (месяц). К примеру, \"3D\" даст вам чарт с резолюцией в 3 дня.", - "Not applicable": "Не поддерживается", - "Stats Text Color": "Цвет текста", - "Show Angle": "Отображать угол", - "Always Show Stats": "Всегда отображать текст", - "Rename...": "Переименовать...", - "Load": "Загрузить", - "Save": "Сохранить", - "Rename Chart": "Переименовать график", - "{0} copy": "{0} (копия)", - "Please enter chart name": "Укажите имя графика", - "Enter a new chart name": "Введите новое имя для графика", - "Load Chart": "Загрузить график", - "Chart Name": "Имя графика", - "Chart name": "Имя графика", - "Last Modified": "Изменён", - "Active Symbol": "Инструмент", - "Fullscreen mode": "Полноэкранный режим", - "Marker Color": "Цвет метки", - "Font Size": "Размер шрифта", - "Save New Chart": "Сохранить график", - "Source_compare": "Отображать цену:", - "YES": "Да", - "NO": "Нет", - "Confirmation": "Подтвердите действие", - "Are you sure you want to delete this chart?": "Вы уверены, что хотите удалить график ?" +{ + "propertypage-name-label_css_class": "propertypage-name-label-nocap", + "Script Editor": "Редактор Pine", + " Published Charts Timeline": "Опубликованные идеи", + "SMA": "ПСС", + "Published Chart": "Published Chart", + "Bar's Style": "Стиль баров", + "Chart Properties": "Свойства графика", + "Compare": "Сравнить", + "Compare...": "Сравнить...", + "Compare or Add Symbol...": "Сравнить/Добавить инструмент...", + "Compare or Add Symbol": "Сравнить/Добавить", + "Add Symbol": "Добавить инструмент", + "Scales Properties...": "Свойства шкал...", + "Add": "Добавить", + "Company Comparison": "Инструмент для сравнения", + "Indicators, Fundamentals, Economy and Add-ons": "Индикаторы, экономические данные, дополнения", + "Economy & Symbols": "Добавить инструмент", + "Bars": "Бары", + "Candles": "Японские свечи", + "Hollow Candles": "Пустые свечи", + "Line": "Линия", + "Permanent link to this message": "Permanent link to this message", + "Area": "Зона", + "Message settings": "Message settings", + "Heiken Ashi": "Хейкин Аши", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Вы уверены, что хотите удалить это сообщение?", + "Renko": "Ренко", + "Line Break": "Линейный прорыв", + "Kagi": "Каги", + "Point & Figure": "Крестики-нолики", + "Histogram": "Гистограмма", + "Cross_chart_type": "Перекрестия", + "Crosshair": "Перекрестие", + "Columns": "Столбцы", + "Circles": "Точки", + "Indicators": "Индикаторы", + "Favorites": "Предпочтения", + "Technical Analysis": "Технический анализ", + "No indicators matched your criteria.": "Нет индикаторов по вашему запросу", + "Add to favorites": "Добавить к предпочтениям", + "Remove from favorites": "Удалить из предпочтений", + "No symbols matched your criteria": "Подходящих инструментов не найдено", + "Add any symbol from the list": "Добавьте любой инструмент из списка", + "Overlay the main chart": "Поверх основной серии", + "Symbols to be added on the chart": "Выберите любой инструмент из списка", + "Symbol": "Инструмент", + "Default": "Не задано", + "Defaults": "По умолчанию", + "OK": "Готово", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Отмена", + " color": "цвет", + " transparency": "прозрачность", + " visibility": "видимость", + "Add To Watchlist": "Добавить в окно котировок", + "Add {0} To Watchlist": "Добавить {0} в окно котировок", + "Apply": "Применить", + "Arguments in Header": "Аргументы в заголовке", + "Arrow": "Стрелка", + "Auto Scale": "Автоматический масштаб", + "Background": "Заливка", + "bars": "бары", + "bars_margin": "баров", + "{0} bars": "Бары: {0}", + "Bottom Margin": "Отступ снизу", + "Bring Forward": "На один слой вперед", + "Bring to Front": "Перенести поверх", + "Clone": "Клонировать", + "Color Theme": "Цветовая тема", + "Copy": "Копировать", + "Extended Hours": "Расширенная сессия", + "Format...": "Свойства...", + "Source Code...": "Исходный код...", + "Full Screen": "Во весь экран", + "Grid Lines": "Линии сетки", + "Hide All Drawing Tools": "Скрыть все фигуры", + "Drawing Tools": "Drawing Tools", + "Hide": "Скрыть", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Добавить фигуру", + "Insert Indicator...": "Добавить индикатор...", + "Script Editor...": "Редактор скриптов", + "Last Value on Price Scale": "Последнее значение на ценовой шкале", + "Link To": "Привязать", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Загрузить новые бары", + "Lock All Drawing Tools": "Зафиксировать все фигуры", + "Lock Scale": "Зафиксировать шкалу", + "Lock scale": "Зафиксировать шкалу", + "Log Scale": "Логарифмическая шкала", + "log": "лог", + "Magnet Mode": "Магнит", + "Merge Down": "Присоединить вниз", + "Merge Up": "Присоединить вверх", + "Objects Tree...": "Дерево объектов...", + "Offset": "Смещение", + "Override Min Tick": "Минимальное
изменение цены", + "Percentage": "Процентое соотношение", + "Precision": "Точность", + "Price Line": "Линия цены", + "Properties...": "Свойства...", + "Redo": "Повторить", + "Remove All Drawing Tools": "Удалить все фигуры", + "Remove All Studies": "Удалить все индикаторы", + "Remove All Indicators": "Удалить все индикаторы", + "Remove": "Удалить", + "Reset Chart": "Сбросить состояние графика", + "Reset Scale": "Сбросить состояние шкалы", + "Reset": "Сбросить", + "Right Margin": "Отступ справа", + "Save As...": "Сохранить как...", + "Scale Left": "Левая шкала", + "Scale Percentage": "Процентная шкала", + "Scale Right": "Правая шкала", + "Scale Series Only": "Только серии влияют на масштаб", + "Scale series only": "Только серии влияют на масштаб", + "Scale Series only": "Только серии влияют на масштаб", + "Scales Lines": "Линии шкал", + "Scales Text": "Текст на шкалах", + "Scaling": "Привязка к шкале", + "Screen (No Scale)": "Экран (нет шкалы)", + "Send Backward": "На один слой назад", + "Send to Back": "Отправить назад", + "Session Breaks": "Границы сессий", + "Show Arguments in Header": "Показывать аргументы в заголовке", + "Show Last Value": "Отобразить последнее значение", + "Show Last Value on Price Scale": "Показывать последнюю цену на шкале", + "Show Left Axis": "Показать левую шкалу", + "Show Right Axis": "Показать правую шкалу", + "Show": "Показать", + "Show Countdown": "Отображать обратный отсчет", + "Stay In Drawing Mode": "Продолжать создание фигур", + "Symbol Search...": "Поиск инструментов...", + "Change Symbol": "Сменить инструмент", + "Change Symbol...": "Сменить инструмент...", + "Change Interval...": "Изменить интервал", + "Time Zone": "Часовой пояс", + "TimeZone": "Часовой пояс", + "Top Margin": "Отступ сверху", + "Transparency": "Прозрачность", + "Undo {0}": "Отменить", + "Undo": "Отменить", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Отсоединить вниз", + "Unmerge Up": "Отсоединить наверх", + "Visual Order": "Порядок слоев", + "Watermark": "Водяной знак", + "Show Objects Tree": "Дерево объектов", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "Шаблон ABCD", + "Anchored Text": "Текст на экране", + "Arc": "Дуга", + "Arrow Mark Down": "Стрелка вниз", + "Arrow Mark Left": "Стрелка влево", + "Arrow Mark Right": "Стрелка вправо", + "Arrow Mark Up": "Стрелка вверх", + "Balloon": "Всплывающий текст", + "Bars Pattern": "Шаблон из баров", + "Brush": "Кисть", + "Callout": "Сноска", + "Circle Lines": "Circle Lines", + "Cross": "Перекрестие", + "Cyclic Lines": "Периодические линии", + "Date Range": "Диапазон дат", + "Disjoint Angle": "Расходящийся угол", + "Dot": "Точка", + "Elliott Labels": "Волны Эллиотта", + "Elliott Major Retracement": "Основная коррекция Эллиотта", + "Elliott Minor Retracement": "Второстепенная коррекция Эллиотта", + "Elliott Wave Cycle": "Волновой цикл Эллиотта", + "Elliott Wave Minor": "Второстепенная волна Эллиотта", + "Elliott Wave Circle": "Волновой цикл Эллиотта", + "Elliott Wave Subminuette": "Субменуэт волн Элиотта", + "Ellipse": "Эллипс", + "Value": "Value", + "Eraser": "Ластик", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Прямая", + "Extended Line": "Прямая", + "Fib Channel": "Каналы по Фибоначчи", + "Fib Circles": "Окружности по Фибоначчи", + "Fib Retracement": "Коррекция по Фибоначчи", + "Fib Speed Resistance Arcs": "Дуги сопротивления по Фибоначчи", + "Fib Speed Resistance Fan": "Веерные линии сопротивления по Фибоначчи", + "Fib Spiral": "Спираль по Фибоначчи", + "Fib Time Zone": "Временные периоды по Фибоначчи", + "Fib Wedge": "Клин по Фибоначчи", + "Flag Mark": "Флаг", + "Flat Top/Bottom": "Плоский верх/низ", + "Flat Bottom": "Плоский верх/низ", + "Forecast": "Предсказание движения", + "Gann Box": "Коробка Ганна", + "Gann Fan": "Веер Ганна", + "Gann Square": "Квадрат Ганна", + "Head & Shoulders": "Голова и плечи", + "Horizontal Line": "Горизонтальная линия", + "Horizontal Ray": "Горизонтальный луч", + "Icon": "Значок", + "Inside Pitchfork": "Вилы (внутрь)", + "Long Position": "Длинная позиция", + "Risk/Reward long": "Длинная позиция", + "Modified Schiff Pitchfork": "Видоизмененные вилы Шифа", + "Parallel Channel": "Канал", + "Pitchfan": "Наклонный веер", + "Pitchfork": "Вилы", + "Polyline": "Ломаная линия", + "Price Label": "Отметка на цене", + "Price Range": "Диапазон цен", + "Projection": "Проекция", + "Ray": "Луч", + "Rectangle": "Прямоугольник", + "Regression Trend": "Направление регрессии", + "Rotated Rectangle": "Вращающийся прямоугольник", + "Schiff Pitchfork": "Вилы Шифа", + "Schiff": "Шифа", + "Original": "Обычные", + "Modified Schiff": "Измененные Шифа", + "Inside": "Внутрь", + "Short Position": "Короткая позиция", + "Risk/Reward short": "Короткая позиция", + "Text": "Текст", + "Comment": "Комментарий", + "Three Drivers Pattern": "Шаблон трёх движений", + "Thumb Down": "Палец вниз", + "Thumb Up": "Палец вверх", + "Trend Angle": "Угол тренда", + "Trend Line": "Линия тренда", + "Trend-Based Fib Extension": "Расширение Фибоначчи, основанное на тренде", + "Trend-Based Fib Time": "Периоды Фибоначчи, основанные на тренде", + "Triangle Pattern": "Шаблон \"Треугольник\"", + "Triangle": "Треугольник", + "Vertical Line": "Вертикальная линия", + "XABCD Pattern": "Шаблон XABCD", + "Angle:": "Угол:", + "Arcs": "Дуги", + "Background color 1": "Цвет подложки №1", + "Background color 2": "Цвет подложки №2", + "Background Color": "Цвет подложки", + "Bar #": "№ бара", + "Border color": "Цвет обводки", + "Border Color": "Цвет обводки", + "Border": "Граница", + "Bottom Lables": "Текст снизу", + "bottom": "снизу", + "center": "по центру", + "Channel": "Канал", + "Coeffs As Percents": "Коэффициенты в процентах", + "Color bars based on previous close": "Цвет основан на предыдущей цене закрытия", + "Color": "Цвет", + "Color:": "Цвет:", + "Coordinates": "Координаты", + "Delete": "Удалить", + "Down Color": "Цвет падающего бара", + "Drawings": "Фигуры", + "Entry price:": "Открытие позиции:", + "Event": "Событие", + "Events": "События", + "Extend Left End": "Продолжить влево", + "Extend Left": "Продолжить влево", + "Extend Lines": "Продолжить линии", + "Extend Right End": "Продолжить вправо", + "Extend Right": "Продолжить вправо", + "Extend": "Продолжить", + "Failure back color": "Заливка (неудача)", + "Failure text color": "Текст (неудача)", + "Fans": "Линии", + "Fill": "Заливка", + "Format": "Формат", + "Graphics": "Графики", + "Grid": "Сетка", + "Help": "Справка", + "HLC Bars": "Скрыть цену открытия", + "Inputs": "Аргументы", + "Label Background": "Заливка текстовой метки", + "Label": "Метка", + "Labels": "Метки", + "Left End": "Левый край", + "Left Labels": "Текст слева", + "Right Labels": "Right Labels", + "left": "слева", + "Level {0}": "Уровень {0}", + "Levels": "Уровни", + "Lines": "Линии", + "Major": "Основная", + "Measure (Shift + Click on the chart)": "Измерение (Shift + клик на чарте)", + "Median": "Средняя линия", + "middle": "по центру", + "Middle": "Средняя линия", + "Minor": "Побочная", + "Mode": "Режим", + "Normal": "Обычный", + "Plot": "Линия", + "Price Levels": "Уровни цены", + "Price Source": "Ценовая серия", + "Price": "Цена", + "Price:": "Цена:", + "Prices": "Цены", + "Profit Background Color": "Profit Background Color", + "Profit Level. Ticks:": "Цель. Тики:", + "Properties": "Свойства", + "Reverse": "Инвертировать", + "Right End": "Правый край", + "Right Lables": "Текст справа", + "right": "справа", + "Log Scale_scale_menu": "Логарифмическая шкала", + "Percentage_scale_menu": "Процентная шкала", + "Scales": "Шкалы", + "Settings": "Настройки", + "Show Background": "Отображать подложку", + "Show Bars Range": "Отображать диапазон в барах", + "Show Date/Time Range": "Отображать временной диапазон", + "Show Distance": "Отображать расстояние", + "Show Labels": "Отображать текстовые метки", + "Show Price Range": "Отображать диапазон цен", + "Show Price": "Отображать цену", + "Show Prices": "Отображать цены", + "Show Text": "Отображать текст", + "Show Time": "Отображать время", + "Show Wave": "Отображать волну", + "Show/Hide": "Показать/Скрыть", + "Source back color": "Заливка (открытие)", + "Source border color": "Граница (открытие)", + "Source text color": "Текст (открытие)", + "Stay in Drawing Mode": "Продолжать создание фигур", + "Stop Background Color": "Цвет подложки (остановка)", + "Stop Color:": "Цвет стоп-уровня:", + "Stop Level. Ticks:": "Стоп-уровень. Тики:", + "Style": "Стиль", + "Success back color": "Заливка (успех)", + "Success text color": "Текст (успех)", + "Target back color": "Заливка (цель)", + "Target border color": "Граница (цель)", + "Target Color:": "Цвет цели:", + "Target text color": "Текст (цель)", + "Text Alignment:": "Выравнивание текста:", + "Text color": "Цвет текста", + "Text Color": "Цвет текста", + "Text Font": "Шрифт", + "Text Wrap": "Перенос строк", + "Text:": "Текст:", + "Time Levels": "Уровни времени", + "Timezone/Sessions": "Часовой пояс и сессии", + "Top Labels": "Текст сверху", + "Bottom Labels": "Bottom Labels", + "top": "сверху", + "Up Color": "Цвет растущего бара", + "Wave Size": "Размер волны", + "Wick": "Фитиль", + "Zoom In": "Увеличить масштаб", + "Zoom Out": "Уменьшить масштаб", + "Borders": "Обводка", + "Level": "Уровень", + "Hlines Background": "Заливка", + "Plots Background": "Заливка", + "Open_line_tool_position": "Открыта", + "Closed_line_tool_position": "Закрыта", + "{0} P&L: {1}": "{0} П(У): {1}", + "Risk/Reward Ratio: {0}": "Соотношение риск/премия: {0}", + "Stop: {0} ({1}%)": "Стоп-уровень: {0} ({1}%)", + "Target: {0} ({1}%)": "Цель: {0} ({1}%)", + "SUCCESS": "УСПЕХ", + "FAILURE": "НЕУДАЧА", + "Left Shoulder": "Левое плечо", + "Head": "Голова", + "Right Shoulder": "Правое плечо", + "Mirrored": "Отобразить по вертикали", + "Flipped": "Отразить по горизонтали", + "distance: {0}": "Расстояние: {0}", + "day": "день", + "day_plural_2": "дня", + "day_plural_5": "дней", + "day_plural": "days", + "week": "неделя", + "week_plural_2": "недели", + "week_plural_5": "недель", + "week_plural": "weeks", + "month": "месяц", + "month_plural_2": "месяца", + "month_plural_5": "месяцев", + "month_plural": "months", + "minute": "минута", + "minute_plural_2": "минуты", + "minute_plural_5": "минут", + "minute_plural": "minutes", + "hour": "час", + "hour_plural_2": "часа", + "hour_plural_5": "часов", + "hour_plural": "hours", + "y_dates": "г", + "y_dates_plural_2": "г", + "y_dates_plural_5": "л", + "y_dates_plural": "y_plural", + "h_dates": "ч.", + "D_dates": "Д", + "W_dates": "Н", + "M_dates": "М", + "d_dates": "д", + "m_dates": "м", + "in_dates": "за", + "Jan": "Янв", + "Feb": "Фев", + "Mar": "Мар", + "Apr": "Апр", + "May": "Май", + "Jun": "Июн", + "Jul": "Июл", + "Aug": "Авг", + "Sep": "Сен", + "Oct": "Окт", + "Nov": "Ноя", + "Dec": "Дек", + "Objects Tree": "Дерево объектов", + "Manage Drawings": "Фигуры", + "TOOL": "Фигура", + "SYMBOL": "Инструмент", + "Move Up": "Переместить вверх", + "Move Down": "Переместить вниз", + "All Exchanges": "Все биржи", + "All types": "Все типы", + "Stock": "Акции", + "stock": "акция", + "Index": "Индексы", + "index": "индекс", + "Futures": "Фьючерсы", + "futures": "фьючерс", + "Image URL": "Изображение", + "Save image": "Сохраните изображение", + "or copy url:": "или скопируйте его адрес:", + "Redo {0}": "Повторить", + "Custom color...": "Выбрать цвет...", + "Search": "Поиск", + "Open_in_legend": "ОТКР", + "High_in_legend": "МАКС", + "Low_in_legend": "МИН", + "Close_in_legend": "ЗАКР", + "Open": "Открытие", + "High": "Максимум", + "Low": "Минимум", + "Close": "Закрытие", + "(H + L)/2": "(МИН+МАКС)/2", + "(H + L + C)/3": "(МИН+МАКС+ЗАКР)/3", + "(O + H + L + C)/4": "(МИН+МАКС+ЗАКР+ОТКР)/4", + "UTC": "По Гринвичу", + "Exchange": "По бирже", + "Athens": "Афины", + "Berlin": "Берлин", + "Bogota": "Богота", + "Bangkok": "Бангкок", + "Buenos Aires": "Буэнос-Айрес", + "Chicago": "Чикаго", + "Hong Kong": "Гонконг", + "Kolkata": "Калькутта", + "London": "Лондон", + "Los Angeles": "Лос-Анджелес", + "Madrid": "Мадрид", + "Moscow": "Москва", + "New York": "Нью-Йорк", + "Paris": "Париж", + "Sao Paulo": "Сан-Паулу", + "Seoul": "Сеул", + "Shanghai": "Шанхай", + "Singapore": "Сингапур", + "Sydney": "Сидней", + "Taipei": "Тайбей", + "Tehran": "Тегеран", + "Tokyo": "Токио", + "Toronto": "Торонто", + "Vancouver": "Ванкувер", + "Warsaw": "Варшава", + "n/a": "н/д", + "Long_input": "Длинный период", + "long_input": "Длинный период", + "longlen_input": "Длинный период", + "Window Size_input": "Размер окна", + "Length_input": "Размер окна", + "length_input": "Размер окна", + "len_input": "Размер окна", + "Short_input": "Короткий период", + "short_input": "Короткий период", + "shortlen_input": "Короткий период", + "Mult_input": "Множитель", + "mult_input": "Множитель", + "divisor_input": "Делитель", + "Divisor_input": "Делитель", + "Upper": "Верхняя линия", + "Lower": "Нижняя линия", + "Long": "Длинная линия", + "Short": "Короткая линия", + "Signal": "Сигнал", + "Jaw": "Челюсти", + "Teeth": "Зубы", + "Lips": "Губы", + "Zero": "Ноль", + "WMA Length_input": "Длина WMA", + "Long RoC Length_input": "Длинный сигнал RoC", + "Short RoC Length_input": "Короткий сигнал RoC", + "jawLength_input": "Длина челюстей", + "teethLength_input": "Длина зубов", + "lipsLength_input": "Длина губ", + "percent_input": "Процент", + "exponential_input": "Использовать эксп. среднее", + "smoothD_input": "Сглаживание %D", + "smoothK_input": "Сглаживание %K", + "Color 0": "Цвет 0", + "Color 1": "Цвет 1", + "Color 2": "Цвет 2", + "Color 3": "Цвет 3", + "Color 4": "Цвет 4", + "sym_input": "Инструмент", + "symbol_input": "Инструмент", + "Sym_input": "Инструмент", + "DI Length_input": "Длина DI", + "ADX Smoothing_input": "Сглаживание ADX", + "displacement_input": "Смещение", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Использовать TrueRange", + "roclen1_input": "Длина RoC 1", + "roclen2_input": "Длина RoC 2", + "roclen3_input": "Длина RoC 3", + "roclen4_input": "Длина RoC 4", + "smalen1_input": "Длина MA 1", + "smalen2_input": "Длина MA 2", + "smalen3_input": "Длина MA 3", + "smalen4_input": "Длина MA 4", + "siglen_input": "Длина сигнала", + "UpperLimit": "Верхняя граница", + "LowerLimit": "Нижняя граница", + "Limit": "Limit", + "fastLength_input": "Длина быстрой линии", + "slowLength_input": "Длина медленной линии", + "signalLength_input": "Длина сигнальной линии", + "start_input": "Начальное значение", + "increment_input": "Приращение", + "maximum_input": "Максимум", + "showMA_input": "Отображать среднее", + "show MA_input": "Отображать среднее", + "Volume": "Объём", + "Volume MA": "Средняя по объёму", + "Indicator": "Индикатор", + "Oscillator": "Осциллятор", + "lengthStoch_input": "Длина Stochastic", + "lengthRSI_input": "Длина RSI", + "sigma_input": "Сигма", + "Sigma_input": "Сигма", + "Crosses": "Пересечение", + "Click to set a point": "Кликните, чтобы установить точку", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Определите первую точку, перетаскивая перекрестие пальцем.
2. После этого, сделайте тап в произвольном месте, чтобы установить её.", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Определите точку, перетаскивая перекрестие пальцем.
2. После этого, сделайте тап в произвольном месте, чтобы установить её.", + "retrying": "переподключение", + "eod data": "дневные", + "eod delayed": "дневные (с задержкой)", + "loading data": "загрузка данных", + "invalid symbol": "нет данных", + "streaming": "потоковая передача", + "realtime": "торговый период", + "pre-market": "предторговый период", + "post-market": "Вечерняя торговая сессия", + "closed": "рынок закрыт", + "Time Interval": "Интервал", + "Show Symbol Labels": "Отображать инструмент на шкале", + "Show Symbol Labels_context_menu": "Отображать инструмент на шкале", + "Subminuette": "Субменуэт", + "Minuette": "Менуэт", + "Minute": "Минутный", + "Intermediate": "Промежуточный", + "Primary": "Первичный", + "Cycle": "Цикл", + "SuperCycle": "Супер-цикл", + "GrandSuperCycle": "Основной цикл", + "Lock": "Заблокировать", + "Width": "Ширина", + "Line With Breaks": "Линия с разрывами", + "Area With Breaks": "Зона с разрывами", + "Type": "Тип", + "Simple": "Простая линия", + "With Markers": "С точками", + "Step": "Ступенчатая", + "No drawings yet": "Фигур пока не создано", + "Lock/Unlock": "Блокировать/разблокировать", + "deviation_input": "Отклонение", + "depth_input": "Глубина", + "Accumulation/Distribution_study": "Накопление/Распределение", + "Aroon_study": "Арун", + "Advance/Decline_study": "Линия роста/падения", + "Average True Range_study": "Усредненный истинный диапазон", + "Awesome Oscillator_study": "Осциллятор Билла Вильямса", + "Bollinger Bands Width_study": "Ширина полос Боллинджера", + "Balance of Power_study": "Баланс силы", + "Bollinger Bands_study": "Полосы Боллинджера", + "Bollinger Bands %B_study": "%B Полос Боллинджера", + "Chaikin Money Flow_study": "Денежный поток Чайкина", + "Chaikin Oscillator_study": "Осциллятор Чайкина", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Осциллятор темпа Чанде", + "Commodity Channel Index_study": "Индекс Товарного Канала", + "Choppiness Index_study": "Индекс Переменчивости", + "Directional Movement Index_study": "Индекс Направленного Движения", + "Correlation Coeff_study": "Коэффициент корреляции", + "Donchian Channels_study": "Канал Дончяна", + "Double Exponential Moving Average_study": "Двойное скользящее среднее (эксп.)", + "Ease of Movement_study": "Лёгкость движения", + "Elders Force Index_study": "Индекс силы Элдера", + "Envelope_study": "Огибающая", + "Ichimoku Cloud_study": "Ишимоку Кинко Хайо", + "Klinger Oscillator_study": "Осциллятор Клингера", + "Hull MA_study": "Скользящее среднее Хала", + "Keltner Channels_study": "Канал Кельтнера", + "Linear Regression Curve_study": "Кривая линейной регрессии", + "Know Sure Thing_study": "Знать наверняка", + "MA Cross_study": "Пересечение скользящих средних", + "Money Flow_study": "Денежный поток", + "Mass Index_study": "Индекс массы", + "Moving Average Exponential_study": "Скользящее среднее (эксп.)", + "Net Volume_study": "Чистый объём", + "Moving Average Convergence/Divergence_study": "Схождение/расхождение скользящих средних", + "Moving Average_study": "Скользящее среднее", + "Moving Average Weighted_study": "Скользящее среднее (взвешенное)", + "Parabolic SAR_study": "Параболическая система времени/цены", + "On Balance Volume_study": "Балансовый объем", + "Price Oscillator_study": "Процентный осциллятор цены", + "Relative Strength Index_study": "Относительный индекс силы", + "Relative Vigor Index_study": "Относительный индекс энергии", + "Relative Volatility Index_study": "Относительный индекс изменчивости", + "SMI Ergodic Indicator/Oscillator_study": "Эргодический осциллятор", + "Stochastic_study": "Стохастический осциллятор", + "TRIX_study": " Скользящее cреднее (тройное эксп. сглаженное)", + "Stochastic RSI_study": "Стохастический индекс относительной силы", + "Triple EMA_study": "Скользящее среднее (тройное эксп.)", + "VWMA_study": "Скользящее среднее, взвешенное по объему", + "Volume Oscillator_study": "Процентный осциллятор объема", + "Volume_study": "Объем", + "Williams Alligator_study": "Аллигатор Билла Вильямса", + "Willams %R_study": "Процент Вильямса", + "Coppock Curve_study": "Кривая Коппока", + "Least Squares Moving Average_study": "Скользящее среднее (наименьшие квадраты)", + "Arnaud Legoux Moving Average_study": "Скользящее среднее Арно Легу", + "True Strength Indicator_study": "Индекс истинной силы", + "Change Interval": "Изменить интервал", + "Show Only Studies": "Индикаторы", + "Show Only Drawings": "Фигуры", + "Show All": "Показывать всё", + "Timezone/Sessions Properties...": "Часовой пояс и сессии...", + "Scale Price Chart Only": "Только серии влияют на масштаб", + "Open Interval Dialog": "Открыть диалог интервалов", + "Note": "Заметка", + "Anchored Note": "Заметка на экране", + "Scales Properties": "Свойства шкал", + "Toggle Auto Scale": "Автоматический масштаб вкл/выкл", + "Toggle Log Scale": "Логарифмическая шкала вкл/выкл", + "Toggle Percentage": "Процентная шкала вкл/выкл", + "auto_scale": "авто", + "Invalid Symbol": "Неизвестный инструмент", + "loading...": "загрузка...", + "interval_dialog_description": "Введите число для минутных резолюций (\"5\" даст вам чарт с резолюцией в 5 минут), или количество с буквой, обозначающей желаемый интервал. Поддерживаются значения D (день), W (неделя) и M (месяц). К примеру, \"3D\" даст вам чарт с резолюцией в 3 дня.", + "Not applicable": "Не поддерживается", + "Stats Text Color": "Цвет текста", + "Show Angle": "Отображать угол", + "Always Show Stats": "Всегда отображать текст", + "Rename...": "Переименовать...", + "New": "Новый", + "Load": "Загрузить", + "Save": "Сохранить", + "Rename Chart": "Переименовать график", + "{0} copy": "{0} (копия)", + "Please enter chart name": "Укажите имя графика", + "Enter a new chart name": "Введите новое имя для графика", + "Load Chart": "Загрузить график", + "Chart Name": "Имя графика", + "Chart name": "Имя графика", + "Rename Chart Layout": "Переименовать график", + "Please enter chart layout name": "Укажите имя графика:", + "Enter a new chart layout name": "Укажите новое имя графика", + "Load Layout Chart": "Загрузить график", + "Chart Layout Name": "Имя графика", + "Chart layout name": "Имя графика", + "NEW CHART LAYOUT": "НОВЫЙ ЧАРТ", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Сохранить график", + "Last Modified": "Изменён", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Инструмент", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Полноэкранный режим", + "Marker Color": "Цвет метки", + "Font Size": "Размер шрифта", + "Save New Chart": "Сохранить график", + "Source_compare": "Отображать цену:", + "YES": "Да", + "Yes": "Yes", + "No": "No", + "NO": "Нет", + "Confirmation": "Подтвердите действие", + "Are you sure you want to delete this chart?": "Вы уверены, что хотите удалить график ?", + "Hide Marks On Bars": "Скрыть отметки на барах", + "Precise Labels": "Выравнивать ценовые отметки", + "Copy Chart Layout": "Копировать график", + "Load Chart Layout": "Загрузить график", + "Save New Chart Layout": "Сохранить график", + "The Extended Trading Hours feature is available only for intraday charts": "Функция расширенных торговых часов доступна только для внутридневных чартах", + "Do you realy want to delete ": "Уверены, что хотите удалить", + "Description": "Описание", + "Date": "Дата", + "Time": "Время", + "Alerts for the current symbol only": "Уведомления только для текущих инструментов", + "Alerts for the current resolution only": "Уведомления только для текущей резолюции", + "Hide inactive alerts": "Скрыть неактивные уведомления", + "Stopped Manual": "Остановлено вручную", + "Expired": "Истекло", + "Triggered and Not Active": "Сработало и неактивно", + "Error": "Ошибка", + "Stop": "Stop", + "Stopped": "Остановлено", + "Active": "Активно", + "Order": "Заказ", + "Actual": "Актуальный", + "Prior": "Предшествующий", + "Company": "Компания", + "Estimate": "Оценка", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Сделайте снимок вашего чарта. Не нужно больше редактировать для сохранения. Просто нажмите на кнопку и скопируйте ссылку на картинку.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Поделитесь в Twitter снимком и описанием вашего графика.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Поделитесь в StockTwits снимком и описанием вашего графика.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Опубликуйте свою идею чтобы другие инвесторы смогли ее просматривать, комментировать и оценивать.", + "Suggested ideas & my ideas": "Предлагаемые идеи и мои идеи", + "Ideas of the people I follow & my ideas": "Идеи людей на которых я подписан и мои идеи", + "My ideas only": "Только мои идеи", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Создать уведомление", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Редактор Pine-скриптов", + "Published ideas settings": "Настройки опубликованных идей", + "Change Ideas filter": "Изменить фильтр идей", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Отобразить/Скрыть тулбар", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Опубликованные идеи и заметки могут быть отображены прямо на чарте с помощью точек или треугольников над соответствующими барами. Вы можете одним взглядом охватить большое количество различных мнений в разные моменты времени и легко видеть, кто, что и когда публиковал.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Опубликованные идеи и заметки могут быть отображены прямо на чарте с помощью точек или треугольников над соответствующими барами. Вы можете одним взглядом охватить большое количество различных мнений в разные моменты времени и легко видеть, кто, что и когда публиковал.", + "Study Template": "Исследовать шаблон", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "Внимание! Этот бесплaтный символ предоставлен электронной биржей БАТС. Цены и обьем могут несколько отличаться от официальных данных с бирж Nasdaq, NYSE и AMEX. Вы можете приобрести подписку на официальные данные после приобретения любой подписки PRO. ", + "Quotes are delayed by 10 min and updated every 30 seconds": "Данные задержаны на 10 минут и обновляются каждые 30 секунд", + "delayed": "задержанные", + "Show only my sent and received messages": "Отобразить только отправленные и полученные сообщения", + "Maximize Chat": "Развернуть чат", + "Detach Chat": "Отсоединить чат", + "Type your message here": "Напишите ваше сообщение", + "Have something to say?": "Есть что сказать?", + "Attach chart snapshot": "Прикрепить снимок графика", + "Insert emoticon": "Вставить смайлик", + "You can not vote twice for one message": "Вы не можете повторно голосовать за сообщение", + "English only, please": "По-английски, пожалуйста", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "Пожалуйста, на английском. В настоящее время, мы не поддерживаем другие языки и потому просим вас использовать только английский.", + "Respecting Fellow Members": "Уважение к другим участникам", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Уважайте других членов сообщества. Соглашаетесь ли вы с идеями, или нет -- всегда помните о вежливости и взаимном уважении. Относитесь к другим так же, как хотели бы, чтобы относились к вам.", + "No advertising allowed": "Реклама запрещена", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "Реклама запрещена! Вы можете вставлять внешние ссылки ТОЛЬКО в случае, если они указывают на материал, имеющий ценность в контексте обсуждения.", + "Custom...": "Настроить...", + "Forex Talks": "Разговоры о форексе", + "Forex": "Форекс", + "Stock And Index Talks": "Акции и Индексы", + "Bitcoin Talks": "Разговоры о биткоинах", + "Bitcoin": "Биткоин", + "Link to this chat...": "Ссылка на этот чат...", + "Chat archives...": "Архив чата...", + "Edit room...": "Редактировать комнату...", + "Delete room": "Удалить комнату", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "В ходе отправки вашего сообщения произошла ошибка.", + "Confirm": "Подтверждение", + "Are you sure you want to delete this room?": "Уверены, что хотите удалить эту комнату", + "Show chart snapshot preview": "Отобразить превью снимка графика", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Отобразить предпочитаемые комнаты", + "Ignored users...": "Игнорируемые пользователи...", + "Launch chat in separate window": "Открыть чат в отдельном окне", + "Link to this room...": "Ссылка на эту комнату...", + "Room archives...": "Архив комнаты...", + "You have no ignored users": "Вы не игнорируете ни одного пользователя", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Добавить сравнение", + "Follow": "Подписаться", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "Подписавшись на инструмент Вы будете получать уведомления когда будут опубликованы новые идеи по этому инструменту.", + "You are not logged in. Please sign in.": "Вы не залогинены. Пожалуйста, войдите на сайт.", + "Info": "Информация", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Загрузка новых функций недоступна для Kagi, Renko, Line Break и PnF графиков.", + "Home": "Домой", + "Ideas": "Идеи", + "Scripts": "Скрипты", + "Sign In": "Вход", + "Sign Up": "Sign Up", + "Join Now": "Зарегистрироваться", + "Ideas Published": "Идея опубликована", + "Followers": "Подписчики", + "Following": "Подписаны", + "Profile Settings": "Настройки профиля", + "Public Profile": "Публичный профиль", + "Update Status": "Обновить статус", + "Sign Out": "Выйти", + "E-mail for sms": "Почтовый адрес для SMS", + "Please, enter your e-mail": "Пожалуйста, введите e-mail", + "E-mail": "E-mail", + "Crossing": "Пересечение", + "Crossing Down": "Пересечение сверху вниз", + "Crossing Up": "Пересечение снизу вверх", + "Greater Than": "Больше, чем", + "Less Than": "Меньше, чем", + "Entering Channel": "Войти в канал", + "Inside Channel": "Внутри канала", + "Outside Channel": "Вне канала", + "Moving Up": "Переместить вверх", + "Moving Down": "Переместить вниз", + "Moving Up %": "Переместить вверх %", + "Moving Down %": "Переместить вниз %", + "Select user to start new chat with": "Выберите пользователя для создания чата с ним", + "You have no private messages yet": "Нет сообщений", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Не будьте таким жестоким! Баны дольше недели не разрешаются. ", + "Banned": "Забанен", + "No ideas matched your criteria": "Нет идей по вашему запросу", + "Favorite ideas": "Предпочитаемые идеи", + "Only private ideas": "Только приватные идеи", + "Ideas for the current symbol only": "Идеи только для текущего инструмента", + "Ideas for the current resolution only": "Идеи только для текущего разрешения", + "Someone commented on your idea": "Кто-то прокомментировал вашу идею", + "Someone agreed/disagreed with your idea": "Кто-то согласился/не согласился с вашей идеей", + "Someone followed you": "Кто-то подписался на вас", + "Someone replied to your comment": "Кто-то ответил на ваш комментарий", + "Someone commented on the idea you follow": "Кто-то прокомментировал идею за которой вы следите", + "Someone you follow post new comment": "Новый комментарий", + "Someone you follow change status": "Новый статус", + "Someone you follow published new idea": "Новая идея опубликована пользователем которого Вы отслеживаете", + "Someone published idea on symbol you follow": "Новая идея по инструменту который Вы отслеживаете", + "Notification sound": "Звук уведомления", + "Additional Notifications Settings...": "Дополнительные настройки оповещений...", + "This is a temporary chart.": "Это временный график.", + "To save your work, sign up for FREE.": "Создайте БЕСПЛАТНЫЙ аккаунт, чтобы сохранять свою работу", + "Sign Up for FREE": "Зарегистрируйтесь бесплатно", + "Data provided by BATS exchange.": "Данные получены от системы BATS.", + "Upgrade Now": "Улучшить", + "This is EOD data with no updates.": "Это EOD данные без обновлений", + "You may subscribe for official realtime and intraday data.": "Вы можете подписаться на официальные внутридневные данные без задержек", + "Open Script": "Открыть скрипт", + "No saved scripts yet": "Нет сохраненных скриптов", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "ВАЖНО: Беседа которую Вы создадите будет видна всем пользователям! Поэтому стоит создавать интересные беседы на полезные и популярные темы. Заголовок и цель чата должны быть понятны другим пользователям. \nМодераторы могут удалять неактивные или неактуальные беседы, и в случаях грубых нарушений могут заблокировать авторов на сайте. ", + "Create your first script now!": "Создайте ваш первый скрипт прямо сейчас !", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Добро пожаловать в редактор кода скриптов на TradingView. Здесь Вы можете создавать новые индикаторы и стратегии, а также изменять уже существующие. У вас пока что нет созданных скриптов!", + "No public library scripts were found.": "Публично доступных скриптов не найдено.", + "Change band background": "Изменить фон полосы", + "Change area background": "Изменить фон зоны", + "Confirm replace": "Подтвердите замену", + "Note: default study templates won't be removed permanently": "Внимание: шаблоны индикаторов по умолчанию не могут быть полностью удалены", + "Do you realy want to replace": "Вы действительно хотите заменить", + "SCRIPT TITLE": "ЗАГОЛОВОК СКРИПТА", + "TAGS": "ТЕГИ", + "DESCRIPTION": "ОПИСАНИЕ", + "PUBLISH SCRIPT": "ОПУБЛИКОВАТЬ СКРИПТ", + "Pine Script Tutorial": "Учебник Pine Script", + "Pine Script Reference": "Справка Pine Script", + "How to use the reference materials (Video)": "Как использовать справочные материалы (Видео)", + "Suggestions & Feedback": "Отзывы и предложения", + "Clear Console": "Очистить консоль", + "Are you sure you want to ignore messages from": "Вы уверены, что хотите игнорировать сообщения от ", + "ext": "расш", + "Toggle Maximize Chart": "Переключить полноэкранный режим", + "Plot dividends": "Показать дивиденды", + "Plot splits": "Показать сплиты", + "Plot earnings": "Показать доходы на акцию", + "Vol": "Объём", + "Want official data and more features?": "Хотите официальные данные и больше функций?", + "Sessions": "Сессии", + "Trading Panel": "Торговая панель", + "Open Trading Panel": "Открыть торговую панель", + "Select Layout": "Выбрать слой", + "Link symbol to all charts": "Применить инструмент на все графики", + "Link interval to all charts": "Применить интервал на все графики", + "Sync crosshair on all charts": "Синхронное перекрестье на всех графиках", + "Chart Help": "Помощь по графику", + "No notifications yet": "Нет оповещений", + "Watchlist, details and news": "Окно котировок, детали и новости", + "Alerts": "Уведомления", + "Data Window": "Окно данных", + "Hotlists": "Хотлисты", + "Calendar": "Календарь", + "Trading Notes": "Торговые заметки", + "Recent Chats": "Последние чаты", + "Notifications": "Оповещения", + "Watchlist": "Котировки", + "Details": "О инструменте", + "Economic Calendar": "Экономический календарь", + "Earnings Calendar": "Календарь публикации доходов на акцию", + "Hotlist": "Хотлист", + "News": "Новости", + "Market Summary": "Market Summary", + "My Ideas and Notes": "Мои идеи и заметки", + "Alerts Log": "История уведомлений", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Отобразить панель покупки/продажи", + "Show Active Orders Only": "Отобразить только активные заказы", + "Journal...": "Журнал...", + "Account History...": "История аккаунта...", + "Reset Paper Trading Account...": "Сбросить баланс демо счета", + "Trading Properties...": "Торговые настройки...", + "Set Alert": "Настроить уведомление", + "Alert": "Alert", + "Edit": "Редактировать", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "Все чаты", + "Volume Leaders": "Лидеры по объему", + "Percent Advances": "Лидеры роста", + "Percent Declines": "Лидеры падения", + "Price Advances": "Ценовой рост", + "Price Declines": "Падение цен", + "Range Advances": "Диапазонный рост", + "Range Declines": "Диапазонное падение", + "Gap Up Stocks": "Рост после закрытия биржи", + "Gap Down Stocks": "Падение после закрытия биржи", + "Sell Market": "Маркет продаж", + "Sell": "Продажа", + "Buy Market": "Маркет покупок", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Покупка", + "Keyboard Shortcuts": "Горячие клавиши", + "Help & Wiki": "Справка и вики", + "Send Feedback or Report an Issue": "Оставить отзыв или сообщить о проблеме", + "Priority Support": "Приоритетная поддержка", + "Run Product Walk-Through": "Запустить интерактивное обучение", + "Price Scale": "Ценовая шкала", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Применить волну Элиота", + "Apply WPT Up Wave": "Применить WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Создать новый заказ...", + "Trading": "Торговля", + "Add Alert": "Добавить уведомление", + "Extend Alert Line": "Продолжить линию уведомления", + " alert label line": "Линия метки уведомления", + "No study templates saved": "Нет сохраненных шаблонов индикаторов", + "Save Study Template As...": "Сохранить шаблон индикаторов как...", + "Show Splits on Chart": "Отображать разделители на графике", + "Show Earnings on Chart": "Отображать доходы на акцию на графике", + "Show Dividends on Chart": "Отображать дивиденды на графике", + "Show Alert Labels": "Отображать метки алертов", + "Earnings breaks": "В виде разрыва", + "Extended Alert Line": "Продлить линию алерта", + "Themes": "Темы", + "Events & Alerts": "События и Алерты", + "Apply Defaults": "Применить по умолчанию", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Расширенная сессия (Только для внутридневных графиков)", + "In Session": "Сессия", + "Tools": "Инструменты", + "Delete script": "Delete script", + "Social": "Чаты", + "Angle": "Угол", + "Publish Script": "Опубликовать скрипт", + "Add to Chart": "Добавить на график", + "Blank script": "Пустой скрипт", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/th.json b/charting_library/static/localization/translations/th.json index 1b916610..f48df289 100644 --- a/charting_library/static/localization/translations/th.json +++ b/charting_library/static/localization/translations/th.json @@ -1,664 +1,1444 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label", - "Script Editor": "Script Editor", - " Published Charts Timeline": "Published Charts Timeline", - "SMA": "SMA", - "Bar's Style": "Bar's Style", - "Chart Properties": "Chart Properties", - "Compare": "Compare", - "Compare...": "Compare...", - "Compare or Add Symbol...": "Compare or Add Symbol...", - "Compare or Add Symbol": "Compare or Add Symbol", - "Add Symbol": "Add Symbol", - "Scales Properties...": "Scales Properties...", - "Add": "Add", - "Company Comparison": "Company Comparison", - "Indicators, Fundamentals, Economy and Add-ons": "Indicators, Fundamentals, Economy and Add-ons", - "Economy & Symbols": "Economy & Symbols", - "Bars": "Bars", - "Candles": "Candles", - "Hollow Candles": "Hollow Candles", - "Line": "Line", - "Area": "Area", - "Heiken Ashi": "Heiken Ashi", - "Histogram": "Histogram", - "Cross_chart_type": "Cross", - "Crosshair": "Crosshair", - "Columns": "Columns", - "Circles": "Circles", - "Indicators": "Indicators", - "Favorites": "Favorites", - "Technical Analysis": "Technical Analysis", - "No indicators matched your criteria.": "No indicators matched your criteria.", - "Add to favorites": "Add to favorites", - "Remove from favorites": "Remove from favorites", - "No symbols matched your criteria": "No symbols matched your criteria", - "Add any symbol from the list": "Add any symbol from the list", - "Overlay the main chart": "Overlay the main chart", - "Symbols to be added on the chart": "Symbols to be added on the chart", - "Symbol": "Symbol", - "Default": "Default", - "Defaults": "Defaults", - "OK": "OK", - "Cancel": "Cancel", - " color": "color", - " transparency": "transparency", - " visibility": "visibility", - "Add To Watchlist": "Add To Watchlist", - "Apply": "Apply", - "Arguments in Header": "Arguments in Header", - "Arrow": "Arrow", - "Auto Scale": "Auto Scale", - "Background": "Background", - "bars": "bars", - "bars_margin": "bars", - "{0} bars": "{0} bars", - "Bottom Margin": "Bottom Margin", - "Bring Forward": "Bring Forward", - "Bring to Front": "Bring to Front", - "Clone": "Clone", - "Color Theme": "Color Theme", - "Copy": "Copy", - "Extended Hours": "Extended Hours", - "Format...": "Format...", - "Full Screen": "Full Screen", - "Grid Lines": "Grid Lines", - "Hide All Drawing Tools": "Hide All Drawing Tools", - "Hide": "Hide", - "Insert Drawing Tool": "Insert Drawing Tool", - "Insert Indicator...": "Insert Indicator...", - "Last Value on Price Scale": "Last Value on Price Scale", - "Link To": "Link To", - "Load New Bars": "Load New Bars", - "Lock All Drawing Tools": "Lock All Drawing Tools", - "Lock Scale": "Lock Scale", - "Lock scale": "Lock scale", - "Log Scale": "Log Scale", - "log": "log", - "Magnet Mode": "Magnet Mode", - "Merge Down": "Merge Down", - "Merge Up": "Merge Up", - "Objects Tree...": "Objects Tree...", - "Offset": "Offset", - "Override Min Tick": "Override Min Tick", - "Percentage": "Percentage", - "Precision": "Precision", - "Price Line": "Price Line", - "Properties...": "Properties...", - "Redo": "Redo", - "Remove All Drawing Tools": "Remove All Drawing Tools", - "Remove All Studies": "Remove All Studies", - "Remove All Indicators": "Remove All Indicators", - "Remove": "Remove", - "Reset Chart": "Reset Chart", - "Reset Scale": "Reset Scale", - "Reset": "Reset", - "Right Margin": "Right Margin", - "Save As...": "Save As...", - "Scale Left": "Scale Left", - "Scale Percentage": "Scale Percentage", - "Scale Right": "Scale Right", - "Scale Series Only": "Scale Series Only", - "Scale series only": "Scale series only", - "Scale Series only": "Scale Series only", - "Scales Lines": "Scales Lines", - "Scales Text": "Scales Text", - "Scaling": "Scaling", - "Screen (No Scale)": "Screen (No Scale)", - "Send Backward": "Send Backward", - "Send to Back": "Send to Back", - "Session Breaks": "Session Breaks", - "Show Arguments in Header": "Show Arguments in Header", - "Show Last Value on Price Scale": "Show Last Value on Price Scale", - "Show Left Axis": "Show Left Axis", - "Show Right Axis": "Show Right Axis", - "Show": "Show", - "Stay In Drawing Mode": "Stay In Drawing Mode", - "Symbol Search...": "Symbol Search...", - "Change Symbol": "Change Symbol", - "Change Symbol...": "Change Symbol...", - "Time Zone": "Time Zone", - "TimeZone": "TimeZone", - "Top Margin": "Top Margin", - "Transparency": "Transparency", - "Undo {0}": "Undo {0}", - "Undo": "Undo", - "Unmerge Down": "Unmerge Down", - "Unmerge Up": "Unmerge Up", - "Visual Order": "Visual Order", - "Watermark": "Watermark", - "Show Objects Tree": "Show Objects Tree", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "ABCD Pattern", - "Anchored Text": "Anchored Text", - "Arc": "Arc", - "Arrow Mark Down": "Arrow Mark Down", - "Arrow Mark Left": "Arrow Mark Left", - "Arrow Mark Right": "Arrow Mark Right", - "Arrow Mark Up": "Arrow Mark Up", - "Balloon": "Balloon", - "Bars Pattern": "Bars Pattern", - "Brush": "Brush", - "Callout": "Callout", - "Circle Lines": "Circle Lines", - "Cross": "Cross", - "Cyclic Lines": "Cyclic Lines", - "Date Range": "Date Range", - "Disjoint Angle": "Disjoint Angle", - "Dot": "Dot", - "Elliott Labels": "Elliott Labels", - "Elliott Major Retracement": "Elliott Major Retracement", - "Elliott Minor Retracement": "Elliott Minor Retracement", - "Elliott Wave Cycle": "Elliott Wave Cycle", - "Elliott Wave Minor": "Elliott Wave Minor", - "Elliott Wave Subminuette": "Elliott Wave Subminuette", - "Ellipse": "Ellipse", - "Eraser": "Eraser", - "Extended": "Extended", - "Extended Line": "Extended Line", - "Fib Channel": "Fib Channel", - "Fib Circles": "Fib Circles", - "Fib Retracement": "Fib Retracement", - "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", - "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", - "Fib Spiral": "Fib Spiral", - "Fib Time Zone": "Fib Time Zone", - "Fib Wedge": "Fib Wedge", - "Flag Mark": "Flag Mark", - "Flat Top/Bottom": "Flat Top/Bottom", - "Flat Bottom": "Flat Bottom", - "Forecast": "Forecast", - "Gann Box": "Gann Box", - "Gann Fan": "Gann Fan", - "Gann Square": "Gann Square", - "Head & Shoulders": "Head & Shoulders", - "Horizontal Line": "Horizontal Line", - "Horizontal Ray": "Horizontal Ray", - "Icon": "Icon", - "Inside Pitchfork": "Inside Pitchfork", - "Long Position": "Long Position", - "Risk/Reward long": "Risk/Reward long", - "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", - "Parallel Channel": "Parallel Channel", - "Pitchfan": "Pitchfan", - "Pitchfork": "Pitchfork", - "Polyline": "Polyline", - "Price Label": "Price Label", - "Price Range": "Price Range", - "Projection": "Projection", - "Ray": "Ray", - "Rectangle": "Rectangle", - "Regression Trend": "Regression Trend", - "Rotated Rectangle": "Rotated Rectangle", - "Schiff Pitchfork": "Schiff Pitchfork", - "Schiff": "Schiff", - "Original": "Original", - "Modified Schiff": "Modified Schiff", - "Inside": "Inside", - "Short Position": "Short Position", - "Risk/Reward short": "Risk/Reward short", - "Text": "Text", - "Comment": "Comment", - "Three Drivers Pattern": "Three Drivers Pattern", - "Thumb Down": "Thumb Down", - "Thumb Up": "Thumb Up", - "Trend Angle": "Trend Angle", - "Trend Line": "Trend Line", - "Trend-Based Fib Extension": "Trend-Based Fib Extension", - "Trend-Based Fib Time": "Trend-Based Fib Time", - "Triangle Pattern": "Triangle Pattern", - "Triangle": "Triangle", - "Vertical Line": "Vertical Line", - "XABCD Pattern": "XABCD Pattern", - "Angle:": "Angle:", - "Arcs": "Arcs", - "Background color 1": "Background color 1", - "Background color 2": "Background color 2", - "Background Color": "Background Color", - "Bar #": "Bar #", - "Border color": "Border color", - "Border Color": "Border Color", - "Border": "Border", - "Bottom Lables": "Bottom Lables", - "bottom": "bottom", - "center": "center", - "Channel": "Channel", - "Coeffs As Percents": "Coeffs As Percents", - "Color bars based on previous close": "Color bars based on previous close", - "Color": "Color", - "Color:": "Color:", - "Coordinates": "Coordinates", - "Delete": "Delete", - "Down Color": "Down Color", - "Drawings": "Drawings", - "Entry price:": "Entry price:", - "Events": "Events", - "Extend Left End": "Extend Left End", - "Extend Left": "Extend Left", - "Extend Lines": "Extend Lines", - "Extend Right End": "Extend Right End", - "Extend Right": "Extend Right", - "Extend": "Extend", - "Failure back color": "Failure back color", - "Failure text color": "Failure text color", - "Fans": "Fans", - "Fill": "Fill", - "Format": "Format", - "Graphics": "Graphics", - "Grid": "Grid", - "Help": "Help", - "HLC Bars": "HLC Bars", - "Inputs": "Inputs", - "Label Background": "Label Background", - "Label": "Label", - "Labels": "Labels", - "Left End": "Left End", - "Left Labels": "Left Labels", - "left": "left", - "Level {0}": "Level {0}", - "Levels": "Levels", - "Lines": "Lines", - "Major": "Major", - "Measure (Shift + Click on the chart)": "Measure (Shift + Click on the chart)", - "Median": "Median", - "middle": "middle", - "Middle": "Middle", - "Minor": "Minor", - "Mode": "Mode", - "Normal": "Normal", - "Plot": "Plot", - "Price Levels": "Price Levels", - "Price Source": "Price Source", - "Price": "Price", - "Price:": "Price:", - "Prices": "Prices", - "Profit Background Color": "Profit Background Color", - "Profit Level. Ticks:": "Profit Level. Ticks:", - "Properties": "Properties", - "Reverse": "Reverse", - "Right End": "Right End", - "Right Lables": "Right Lables", - "right": "right", - "Log Scale_scale_menu": "Log Scale", - "Percentage_scale_menu": "Percentage", - "Scales": "Scales", - "Settings": "Settings", - "Show Background": "Show Background", - "Show Bars Range": "Show Bars Range", - "Show Date/Time Range": "Show Date/Time Range", - "Show Distance": "Show Distance", - "Show Labels": "Show Labels", - "Show Price Range": "Show Price Range", - "Show Price": "Show Price", - "Show Prices": "Show Prices", - "Show Text": "Show Text", - "Show Time": "Show Time", - "Show Wave": "Show Wave", - "Show/Hide": "Show/Hide", - "Source back color": "Source back color", - "Source border color": "Source border color", - "Source text color": "Source text color", - "Stay in Drawing Mode": "Stay in Drawing Mode", - "Stop Background Color": "Stop Background Color", - "Stop Color:": "Stop Color:", - "Stop Level. Ticks:": "Stop Level. Ticks:", - "Style": "Style", - "Success back color": "Success back color", - "Success text color": "Success text color", - "Target back color": "Target back color", - "Target border color": "Target border color", - "Target Color:": "Target Color:", - "Target text color": "Target text color", - "Text Alignment:": "Text Alignment:", - "Text color": "Text color", - "Text Color": "Text Color", - "Text Font": "Text Font", - "Text Wrap": "Text Wrap", - "Text:": "Text:", - "Time Levels": "Time Levels", - "Timezone/Sessions": "Timezone/Sessions", - "Top Labels": "Top Labels", - "top": "top", - "Up Color": "Up Color", - "Wave Size": "Wave Size", - "Wick": "Wick", - "Zoom In": "Zoom In", - "Zoom Out": "Zoom Out", - "Borders": "Borders", - "Level": "Level", - "Hlines Background": "Hlines Background", - "Plots Background": "Plots Background", - "Open_line_tool_position": "Opened", - "Closed_line_tool_position": "Closed", - "{0} P&L: {1}": "{0} P&L: {1}", - "Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}", - "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", - "Target: {0} ({1}%)": "Target: {0} ({1}%)", - "SUCCESS": "SUCCESS", - "FAILURE": "FAILURE", - "Left Shoulder": "Left Shoulder", - "Head": "Head", - "Right Shoulder": "Right Shoulder", - "Mirrored": "Mirrored", - "Flipped": "Flipped", - "distance: {0}": "distance: {0}", - "day": "day", - "day_plural": "days", - "day_plural_1": "day_plural_1", - "day_plural_2": "day_plural_2", - "day_plural_5": "day_plural_5", - "week": "week", - "week_plural": "weeks", - "week_plural_1": "week_plural_1", - "week_plural_2": "week_plural_2", - "week_plural_5": "week_plural_5", - "month": "month", - "month_plural": "months", - "month_plural_1": "month_plural_1", - "month_plural_2": "month_plural_2", - "month_plural_5": "month_plural_5", - "minute": "minute", - "minute_plural": "minutes", - "minute_plural_1": "minute_plural_1", - "minute_plural_2": "minute_plural_2", - "minute_plural_5": "minute_plural_5", - "hour": "hour", - "hour_plural": "hours", - "hour_plural_1": "hour_plural_1", - "hour_plural_2": "hour_plural_2", - "hour_plural_5": "hour_plural_5", - "y_dates": "y", - "y_dates_plural": "y", - "y_dates_plural_1": "y_dates_plural_1", - "y_dates_plural_2": "y_dates_plural_2", - "y_dates_plural_5": "y_dates_plural_5", - "h_dates": "h", - "D_dates": "D", - "W_dates": "W", - "M_dates": "M", - "d_dates": "d", - "m_dates": "m", - "in_dates": "in", - "Jan": "Jan", - "Feb": "Feb", - "Mar": "Mar", - "Apr": "Apr", - "May": "May", - "Jun": "Jun", - "Jul": "Jul", - "Aug": "Aug", - "Sep": "Sep", - "Oct": "Oct", - "Nov": "Nov", - "Dec": "Dec", - "Objects Tree": "Objects Tree", - "Manage Drawings": "Manage Drawings", - "TOOL": "TOOL", - "SYMBOL": "SYMBOL", - "Move Up": "Move Up", - "Move Down": "Move Down", - "All Exchanges": "All Exchanges", - "All types": "All types", - "Stock": "Stock", - "stock": "stock", - "Index": "Index", - "index": "index", - "Futures": "Futures", - "futures": "futures", - "Image URL": "Image URL", - "Save image": "Save image", - "or copy url:": "or copy url:", - "Redo {0}": "Redo {0}", - "Custom color...": "Custom color...", - "Search": "Search", - "Open_in_legend": "O", - "High_in_legend": "H", - "Low_in_legend": "L", - "Close_in_legend": "C", - "Open": "Open", - "High": "High", - "Low": "Low", - "Close": "Close", - "(H + L)/2": "(H + L)/2", - "(H + L + C)/3": "(H + L + C)/3", - "(O + H + L + C)/4": "(O + H + L + C)/4", - "UTC": "UTC", - "Exchange": "Exchange", - "Athens": "Athens", - "Berlin": "Berlin", - "Bogota": "Bogota", - "Bangkok": "Bangkok", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Kolkata", - "London": "London", - "Los Angeles": "Los Angeles", - "Madrid": "Madrid", - "Moscow": "Moscow", - "New York": "New York", - "Paris": "Paris", - "Seoul": "Seoul", - "Shanghai": "Shanghai", - "Singapore": "Singapore", - "Sydney": "Sydney", - "Taipei": "Taipei", - "Tehran": "Tehran", - "Tokyo": "Tokyo", - "Toronto": "Toronto", - "Vancouver": "Vancouver", - "Warsaw": "Warsaw", - "n/a": "n/a", - "Long_input": "Long", - "long_input": "long", - "longlen_input": "long length", - "Window Size_input": "Window Size", - "Length_input": "Length", - "length_input": "length", - "len_input": "length", - "Short_input": "Short", - "short_input": "short", - "shortlen_input": "Short Length", - "Mult_input": "Multiplier", - "mult_input": "multiplier", - "divisor_input": "divisor", - "Divisor_input": "Divisor", - "Upper": "Upper", - "Lower": "Lower", - "Long": "Long", - "Short": "Short", - "Signal": "Signal", - "Jaw": "Jaw", - "Teeth": "Teeth", - "Lips": "Lips", - "Zero": "Zero", - "WMA Length_input": "WMA Length", - "Long RoC Length_input": "Long RoC Length", - "Short RoC Length_input": "Short RoC Length", - "jawLength_input": "Jaw Length", - "teethLength_input": "Teeth Length", - "lipsLength_input": "Lips Length", - "percent_input": "Percent", - "exponential_input": "Exponential", - "smoothD_input": "Smooth D", - "smoothK_input": "Smooth K", - "Color 0": "Color 0", - "Color 1": "Color 1", - "Color 2": "Color 2", - "Color 3": "Color 3", - "Color 4": "Color 4", - "sym_input": "symbol", - "symbol_input": "symbol", - "Sym_input": "Symbol", - "DI Length_input": "DI Length", - "ADX Smoothing_input": "ADX Smoothing", - "displacement_input": "displacement", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Use True Range", - "roclen1_input": "RoC Length 1", - "roclen2_input": "RoC Length 2", - "roclen3_input": "RoC Length 3", - "roclen4_input": "RoC Length 4", - "smalen1_input": "SMA Length 1", - "smalen2_input": "SMA Length 2", - "smalen3_input": "SMA Length 3", - "smalen4_input": "SMA Length 4", - "siglen_input": "Signal Length", - "UpperLimit": "Upper Limit", - "LowerLimit": "Lower Limit", - "fastLength_input": "Fast Length", - "slowLength_input": "Slow Length", - "signalLength_input": "Signal Length", - "start_input": "Start", - "increment_input": "Increment", - "maximum_input": "Maximum", - "showMA_input": "Show MA", - "show MA_input": "Show MA", - "Volume": "Volume", - "Volume MA": "Volume MA", - "Indicator": "Indicator", - "Oscillator": "Oscillator", - "lengthStoch_input": "Stoch length", - "lengthRSI_input": "RSI length", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "Crosses", - "Click to set a point": "Click to set a point", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", - "retrying": "retrying", - "eod data": "eod data", - "eod delayed": "eod delayed", - "loading data": "loading data", - "invalid symbol": "invalid symbol", - "streaming": "streaming", - "realtime": "realtime", - "pre-market": "pre-market", - "post-market": "post-market", - "closed": "closed", - "Time Interval": "Time Interval", - "Show Symbol Labels": "Show Symbol Labels", - "Show Symbol Labels_context_menu": "Show Symbol Labels", - "Subminuette": "Subminuette", - "Minuette": "Minuette", - "Minute": "Minute", - "Intermediate": "Intermediate", - "Primary": "Primary", - "Cycle": "Cycle", - "SuperCycle": "SuperCycle", - "GrandSuperCycle": "GrandSuperCycle", - "Lock": "Lock", - "Width": "Width", - "Line With Breaks": "Line With Breaks", - "Area With Breaks": "Area With Breaks", - "Type": "Type", - "Simple": "Simple", - "With Markers": "With Markers", - "Step": "Step", - "No drawings yet": "No drawings yet", - "Lock/Unlock": "Lock/Unlock", - "deviation_input": "deviation", - "depth_input": "depth", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "แก้ไขสคริปท์", + " Published Charts Timeline": "Published Charts Timeline", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "รูปแบบ Bar", + "Chart Properties": "ตั้งค่ากราฟ", + "Compare": "เปรียบเทียบ", + "Compare...": "เปรียบเทียบ...", + "Compare or Add Symbol...": "เปรียบเทียบ หรือ เพิ่ม...", + "Compare or Add Symbol": "เปรียบเทียบ หรือ เพิ่ม", + "Add Symbol": "เพิ่มสัญลักษณ์", + "Scales Properties...": "ตั้งค่า Scale...", + "Add": "เพิ่ม", + "Company Comparison": "เปรียบเทียบหลักทรัพย์", + "Indicators, Fundamentals, Economy and Add-ons": "ดัชนี้ชี้วัด, พื้นฐาน, ข้อมูลเศรษฐกิจ และ อื่นๆ", + "Economy & Symbols": "ข้อมูลเศรษฐกิจ และ หลักทรัพย์", + "Bars": "Bars", + "Candles": "Candles", + "Hollow Candles": "Hollow Candles", + "Line": "Line", + "Permanent link to this message": "Permanent link to this message", + "Area": "Area", + "Message settings": "Message settings", + "Heiken Ashi": "Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Histogram", + "Cross_chart_type": "Cross", + "Crosshair": "Crosshair", + "Columns": "Columns", + "Circles": "Circles", + "Indicators": "ดัชนีชี้วัด", + "Favorites": "รายการโปรด", + "Technical Analysis": "ข้อมูลทางเทคนิค", + "No indicators matched your criteria.": "ไม่พบดัชนีชี้วัดที่ต้องการ", + "Add to favorites": "เพิ่มลงรายการโปรด", + "Remove from favorites": "ลบออกจากรายการโปรด", + "No symbols matched your criteria": "ไม่พบข้อมูลจากที่ค้นหา", + "Add any symbol from the list": "เพิ่มเข้ารายการ", + "Overlay the main chart": "เพิ่มลงบนกราฟหลัก", + "Symbols to be added on the chart": "ข้อมูลที่จะถูกเพิ่มลงบนกราฟ", + "Symbol": "สัญลักษณ์", + "Default": "ค่าเริ่มต้น", + "Defaults": "ค่าเริ่มต้น", + "OK": "ยืนยัน", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "ยกเลิก", + " color": "สี", + " transparency": "โปร่งแสง", + " visibility": "ความชัด", + "Add To Watchlist": "เพิ่มในรายการ", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "บันทึก", + "Arguments in Header": "Arguments in Header", + "Arrow": "ลูกศร", + "Auto Scale": "Scale แบบอัตโนมัติ", + "Background": "พื้นหลัง", + "bars": "ช่อง", + "bars_margin": "ช่อง", + "{0} bars": "{0} ช่อง", + "Bottom Margin": "Bottom Margin", + "Bring Forward": "ส่งมาด้านหน้า", + "Bring to Front": "ส่งมาหน้าสุด", + "Clone": "คัดลอก", + "Color Theme": "โทนสี", + "Copy": "คัดลอก", + "Extended Hours": "Extended Hours", + "Format...": "ตั้งค่า...", + "Source Code...": "Source Code...", + "Full Screen": "เต็มหน้าจอ", + "Grid Lines": "เส้นกริด", + "Hide All Drawing Tools": "ซ่อนรูปวาดทั้งหมด", + "Drawing Tools": "Drawing Tools", + "Hide": "ซ่อน", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "เพิ่มเครื่องมือวาด", + "Insert Indicator...": "เพิ่มดัชนี...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "ราคาล่าสุด", + "Link To": "ลิงค์ไปยัง", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Load New Bars", + "Lock All Drawing Tools": "ล๊อครูปวาดทั้งหมด", + "Lock Scale": "ล๊อค Scale", + "Lock scale": "Lock scale", + "Log Scale": "Log Scale", + "log": "log", + "Magnet Mode": "โหมดแม่เหล็ก", + "Merge Down": "รวมกับด้านล่าง", + "Merge Up": "รวมกับด้านบน", + "Objects Tree...": "ข้อมูลบนกราฟ...", + "Offset": "Offset", + "Override Min Tick": "Override Min Tick", + "Percentage": "เปอร์เซ็นต์", + "Precision": "Precision", + "Price Line": "เส้นราคา", + "Properties...": "ตั้งค่า...", + "Redo": "ย้อนกลับ", + "Remove All Drawing Tools": "ลบรูปวาดทั้งหมด", + "Remove All Studies": "ลบข้อมูลศึกษา", + "Remove All Indicators": "ลบดัชนีชี้วัด", + "Remove": "ลบ", + "Reset Chart": "รีเซ็ทกราฟ", + "Reset Scale": "รีเซ็ทขนาด", + "Reset": "เริ่มต้นใหม่", + "Right Margin": "Right Margin", + "Save As...": "บันทึกเป็น...", + "Scale Left": "Scale ซ้าย", + "Scale Percentage": "Scale เป็นเปอร์เซ็นต์", + "Scale Right": "Scale ขวา", + "Scale Series Only": "Scale Series Only", + "Scale series only": "Scale series only", + "Scale Series only": "Scale Series only", + "Scales Lines": "เส้น Scale", + "Scales Text": "อักษรเส้น Scale", + "Scaling": "Scaling", + "Screen (No Scale)": "Screen (ไม่มี Scale)", + "Send Backward": "นำไปไว้หลังสุด", + "Send to Back": "นำไปไว้ข้างหลัง", + "Session Breaks": "Session Breaks", + "Show Arguments in Header": "Show Arguments in Header", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "แสดงราคาล่าสุดบนกราฟ", + "Show Left Axis": "แสดงแกนด้านซ้าย", + "Show Right Axis": "แสดงแกนด้านขวา", + "Show": "แสดง", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "จัดให้อยู่ในโหมดวาดรูป", + "Symbol Search...": "ค้นหา...", + "Change Symbol": "เปลี่ยนสัญลักษณ์", + "Change Symbol...": "เปลี่ยนสัญลักษณ์...", + "Change Interval...": "Change Interval...", + "Time Zone": "เขตเวลา", + "TimeZone": "เวลา", + "Top Margin": "Top Margin", + "Transparency": "โปร่งแสง", + "Undo {0}": "ย้อนกลับ", + "Undo": "ย้อนกลับ", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Unmerge Down", + "Unmerge Up": "Unmerge Up", + "Visual Order": "ลำดับการมองเห็น", + "Watermark": "ลายน้ำ", + "Show Objects Tree": "แสดงข้อมูล", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD Pattern", + "Anchored Text": "ลิงค์", + "Arc": "เส้นโค้ง", + "Arrow Mark Down": "ลูกศรลง", + "Arrow Mark Left": "ลูกศรซ้าย", + "Arrow Mark Right": "ลูกศรขวา", + "Arrow Mark Up": "ลูกศรขึ้น", + "Balloon": "กล่องคำพูด", + "Bars Pattern": "Bars Pattern", + "Brush": "พู่กัน", + "Callout": "กล่องคำพูด", + "Circle Lines": "Circle Lines", + "Cross": "Cross", + "Cyclic Lines": "Cyclic Lines", + "Date Range": "Date Range", + "Disjoint Angle": "Disjoint Angle", + "Dot": "จุด", + "Elliott Labels": "Elliott Labels", + "Elliott Major Retracement": "Elliott Major Retracement", + "Elliott Minor Retracement": "Elliott Minor Retracement", + "Elliott Wave Cycle": "Elliott Wave Cycle", + "Elliott Wave Minor": "Elliott Wave Minor", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "วงกลม", + "Value": "Value", + "Eraser": "ยางลบ", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Extended", + "Extended Line": "Extended Line", + "Fib Channel": "Fib Channel", + "Fib Circles": "Fib Circles", + "Fib Retracement": "Fib Retracement", + "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", + "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", + "Fib Spiral": "Fib Spiral", + "Fib Time Zone": "Fib Time Zone", + "Fib Wedge": "Fib Wedge", + "Flag Mark": "ธง", + "Flat Top/Bottom": "Flat Top/Bottom", + "Flat Bottom": "Flat Bottom", + "Forecast": "Forecast", + "Gann Box": "Gann Box", + "Gann Fan": "Gann Fan", + "Gann Square": "Gann Square", + "Head & Shoulders": "Head & Shoulders", + "Horizontal Line": "Horizontal Line", + "Horizontal Ray": "Horizontal Ray", + "Icon": "ไอคอน", + "Inside Pitchfork": "Inside Pitchfork", + "Long Position": "Long Position", + "Risk/Reward long": "Risk/Reward long", + "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", + "Parallel Channel": "Parallel Channel", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "กำหนดเอง", + "Price Label": "ราคาล่าสุด", + "Price Range": "Price Range", + "Projection": "Projection", + "Ray": "Ray", + "Rectangle": "สี่เหลี่ยม", + "Regression Trend": "Regression Trend", + "Rotated Rectangle": "สี่เหลี่ยม (หมุนได้)", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Original", + "Modified Schiff": "Modified Schiff", + "Inside": "Inside", + "Short Position": "Short Position", + "Risk/Reward short": "Risk/Reward short", + "Text": "ตัวอักษร", + "Comment": "ความคิดเห็น", + "Three Drivers Pattern": "Three Drivers Pattern", + "Thumb Down": "ไม่ชอบ", + "Thumb Up": "ชอบ", + "Trend Angle": "Trend Angle", + "Trend Line": "เส้นแนวโน้ม", + "Trend-Based Fib Extension": "Trend-Based Fib Extension", + "Trend-Based Fib Time": "Trend-Based Fib Time", + "Triangle Pattern": "Triangle Pattern", + "Triangle": "สามเหลี่ยม", + "Vertical Line": "เส้นแนวตั้ง", + "XABCD Pattern": "XABCD Pattern", + "Angle:": "Angle:", + "Arcs": "Arcs", + "Background color 1": "สีพื้นหลัง 1", + "Background color 2": "สีพื้นหลัง 2", + "Background Color": "สีพื้นหลัง", + "Bar #": "Bar #", + "Border color": "สีขอบ", + "Border Color": "สีขอบ", + "Border": "เส้นขอบ", + "Bottom Lables": "Bottom Lables", + "bottom": "ชิดล่าง", + "center": "กึ่งกลาง", + "Channel": "Channel", + "Coeffs As Percents": "Coeffs As Percents", + "Color bars based on previous close": "ให้สีของ Bars อ้างอิงจากราคาปิดของวันก่อนหน้า", + "Color": "สี", + "Color:": "สี:", + "Coordinates": "ตำแหน่ง", + "Delete": "ลบ", + "Down Color": "สีติดลบ", + "Drawings": "รูปวาด", + "Entry price:": "ราคาเข้าซื้อ", + "Event": "Event", + "Events": "เหตุการณ์", + "Extend Left End": "Extend Left End", + "Extend Left": "Extend Left", + "Extend Lines": "Extend Lines", + "Extend Right End": "Extend Right End", + "Extend Right": "Extend Right", + "Extend": "Extend", + "Failure back color": "Failure back color", + "Failure text color": "Failure text color", + "Fans": "Fans", + "Fill": "Fill", + "Format": "ตั้งค่า", + "Graphics": "กราฟฟิค", + "Grid": "ตาราง", + "Help": "ช่วยเหลือ", + "HLC Bars": "HLC Bars", + "Inputs": "ข้อมูล", + "Label Background": "Label Background", + "Label": "Label", + "Labels": "Labels", + "Left End": "Left End", + "Left Labels": "Left Labels", + "Right Labels": "Right Labels", + "left": "ชิดซ้าย", + "Level {0}": "Level {0}", + "Levels": "Levels", + "Lines": "เส้น", + "Major": "Major", + "Measure (Shift + Click on the chart)": "เครื่องมือวัด (Shift + คลิก ลงบนกราฟ)", + "Median": "ค่าเฉลี่ย", + "middle": "กึ่งกลาง", + "Middle": "กึ่งกลาง", + "Minor": "Minor", + "Mode": "โหมด", + "Normal": "ปกติ", + "Plot": "Plot", + "Price Levels": "ระดับราคา", + "Price Source": "แหล่งข้อมูลราคา", + "Price": "ราคา", + "Price:": "ราคา:", + "Prices": "ราคา", + "Profit Background Color": "สีพื้นหลังของกำไร", + "Profit Level. Ticks:": "จุดขาย", + "Properties": "ตั้งค่า", + "Reverse": "Reverse", + "Right End": "Right End", + "Right Lables": "Right Lables", + "right": "ชิดขวา", + "Log Scale_scale_menu": "Log Scale", + "Percentage_scale_menu": "เปอร์เซ็นต์", + "Scales": "Scales", + "Settings": "ตั้งค่า", + "Show Background": "แสดงพื้นหลัง", + "Show Bars Range": "แสดงช่วงราคา", + "Show Date/Time Range": "แสดงวันที่/เวลา", + "Show Distance": "แสดงระยะ", + "Show Labels": "แสดงข้อความกำกับ", + "Show Price Range": "แสดงช่วงราคา", + "Show Price": "แสดงราคา", + "Show Prices": "แสดงราคา", + "Show Text": "แสดงตัวหนังสือ", + "Show Time": "แสดงเวลา", + "Show Wave": "แสดงคลื่น", + "Show/Hide": "แสดง/ซ่อน", + "Source back color": "Source back color", + "Source border color": "Source border color", + "Source text color": "Source text color", + "Stay in Drawing Mode": "Stay in Drawing Mode", + "Stop Background Color": "Stop Background Color", + "Stop Color:": "Stop Color:", + "Stop Level. Ticks:": "ตัดขาดทุน", + "Style": "รูปแบบ", + "Success back color": "Success back color", + "Success text color": "Success text color", + "Target back color": "Target back color", + "Target border color": "Target border color", + "Target Color:": "Target Color:", + "Target text color": "Target text color", + "Text Alignment:": "Text Alignment:", + "Text color": "สีตัวอักษร", + "Text Color": "สีตัวอักษร", + "Text Font": "Font ตัวอักษร", + "Text Wrap": "บังคับให้ตัวหนังสืออยู่ในขอบเขตที่กำหนด", + "Text:": "ตัวอักษร:", + "Time Levels": "Time Levels", + "Timezone/Sessions": "เวลา/Sessions", + "Top Labels": "Top Labels", + "Bottom Labels": "Bottom Labels", + "top": "top", + "Up Color": "สีบวก", + "Wave Size": "Wave Size", + "Wick": "Wick", + "Zoom In": "ขยายเข้า", + "Zoom Out": "ขยายออก", + "Borders": "เส้นขอบ", + "Level": "Level", + "Hlines Background": "Hlines Background", + "Plots Background": "Plots Background", + "Open_line_tool_position": "เปิด", + "Closed_line_tool_position": "ปิด", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "ความเสี่ยง/ผลตอบแทน : {0}", + "Stop: {0} ({1}%)": "ตัดขาดทุน: {0} ({1}%)", + "Target: {0} ({1}%)": "เป้าหมาย: {0} ({1}%)", + "SUCCESS": "สำเร็จ", + "FAILURE": "ล้มเหลว", + "Left Shoulder": "Left Shoulder", + "Head": "Head", + "Right Shoulder": "Right Shoulder", + "Mirrored": "Mirrored", + "Flipped": "Flipped", + "distance: {0}": "ระยะ: {0}", + "day": "วัน", + "week": "อาทิตย์", + "month": "เดือน", + "month_plural": "เดือน_1", + "minute": "นาที", + "hour": "ชั่วโมง", + "y_dates": "y", + "h_dates": "h", + "D_dates": "D", + "W_dates": "W", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "ใน", + "Jan": "มกรา", + "Feb": "กุมภา", + "Mar": "มีนา", + "Apr": "เมษา", + "May": "พฤษภา", + "Jun": "มิถุนา", + "Jul": "กรกฏา", + "Aug": "สิงหา", + "Sep": "กันยา", + "Oct": "ตุลา", + "Nov": "พฤศจิกา", + "Dec": "ธันวา", + "Objects Tree": "ข้อมูล", + "Manage Drawings": "จัดการรูปวาด", + "TOOL": "เครื่องมือ", + "SYMBOL": "สัญลักษณ์", + "Move Up": "เลื่อนขึ้น", + "Move Down": "เลื่อนลง", + "All Exchanges": "ตลาดทั้งหมด", + "All types": "ทุกรูปแบบ", + "Stock": "หุ้น", + "stock": "หุ้น", + "Index": "Index", + "index": "index", + "Futures": "Futures", + "futures": "futures", + "Image URL": "URL รูปภาพ", + "Save image": "บันทึกรูปภาพ", + "or copy url:": "หรือ คัดลอกลิงค์", + "Redo {0}": "ย้อนกลับ", + "Custom color...": "สีกำหนดเอง...", + "Search": "ค้นหา", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "เปิด", + "High": "สูง", + "Low": "ต่ำ", + "Close": "ปิด", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "Exchange", + "Athens": "เอเธนส์", + "Berlin": "เบอร์ลิน", + "Bogota": "โบโกต้า", + "Bangkok": "กรุงเทพ", + "Buenos Aires": "บูโนสแอเรส", + "Chicago": "ชิคาโก", + "Hong Kong": "ฮ่องกง", + "Kolkata": "โคลคาต้า", + "London": "ลอนดอน", + "Los Angeles": "ลอสแองเจลิส", + "Madrid": "มาดริด", + "Moscow": "มอสโก", + "New York": "นิวยอร์ค", + "Paris": "ปารีส", + "Sao Paulo": "Sao Paulo", + "Seoul": "โซว", + "Shanghai": "เซี่ยงไฮ้", + "Singapore": "สิงค์โปร์", + "Sydney": "ซิดนีย์", + "Taipei": "ไทเป", + "Tehran": "Tehran", + "Tokyo": "โตเกียว", + "Toronto": "โตรอนโต", + "Vancouver": "แวนคูเวอร์", + "Warsaw": "วอซอร์", + "n/a": "n/a", + "Long_input": "Long", + "long_input": "long", + "longlen_input": "long length", + "Window Size_input": "Window Size", + "Length_input": "Length", + "length_input": "length", + "len_input": "length", + "Short_input": "Short", + "short_input": "short", + "shortlen_input": "Short Length", + "Mult_input": "Multiplier", + "mult_input": "multiplier", + "divisor_input": "divisor", + "Divisor_input": "Divisor", + "Upper": "Upper", + "Lower": "Lower", + "Long": "Long", + "Short": "Short", + "Signal": "Signal", + "Jaw": "Jaw", + "Teeth": "Teeth", + "Lips": "Lips", + "Zero": "Zero", + "WMA Length_input": "WMA Length", + "Long RoC Length_input": "Long RoC Length", + "Short RoC Length_input": "Short RoC Length", + "jawLength_input": "Jaw Length", + "teethLength_input": "Teeth Length", + "lipsLength_input": "Lips Length", + "percent_input": "เปอร์เซ็นต์", + "exponential_input": "Exponential", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "สี #0", + "Color 1": "สี #1", + "Color 2": "สี #2", + "Color 3": "สี #3", + "Color 4": "สี #4", + "sym_input": "symbol", + "symbol_input": "symbol", + "Sym_input": "Symbol", + "DI Length_input": "DI Length", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "displacement", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Use True Range", + "roclen1_input": "RoC 1", + "roclen2_input": "RoC 2", + "roclen3_input": "RoC 3", + "roclen4_input": "RoC 4", + "smalen1_input": "SMA 1", + "smalen2_input": "SMA 2", + "smalen3_input": "SMA 3", + "smalen4_input": "SMA 4", + "siglen_input": "Signal", + "UpperLimit": "Upper Limit", + "LowerLimit": "Lower Limit", + "Limit": "Limit", + "fastLength_input": "Fast Length", + "slowLength_input": "Slow Length", + "signalLength_input": "Signal Length", + "start_input": "Start", + "increment_input": "Increment", + "maximum_input": "Maximum", + "showMA_input": "แสดงเส้น MA", + "show MA_input": "Show MA", + "Volume": "ปริมาณการซื้อขาย", + "Volume MA": "เส้นค่าเฉลี่ยปริมาณการซื้อขาย", + "Indicator": "ดัชนีชี้วัด", + "Oscillator": "Oscillator", + "lengthStoch_input": "Stoch length", + "lengthRSI_input": "RSI length", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Crosses", + "Click to set a point": "คลิกเพื่อสร้างจุด", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. เลื่อนนิ้วไปยังจุดที่ต้องการ
2. แตะหน้าจอหนึ่งครั้งเป็นการยืนยัน", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. เลื่อนนิ้วไปยังจุดที่ต้องการต่อไป
2. แตะหน้าจอหนึ่งครั้งเป็นการยืนยัน", + "retrying": "กำลังโหลด..", + "eod data": "ข้อมูลสิ้นวัน", + "eod delayed": "ข้อมูลสิ้นวันดีเลย์", + "loading data": "กำลังโหลดข้อมูล", + "invalid symbol": "เกิดข้อผิดผลาด", + "streaming": "กำลังรับข้อมูล", + "realtime": "realtime", + "pre-market": "pre-open", + "post-market": "post-market", + "closed": "ปิด", + "Time Interval": "Time Interval", + "Show Symbol Labels": "แสดงป้ายกำกับ", + "Show Symbol Labels_context_menu": "แสดงป้ายกำกับ", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minute", + "Intermediate": "Intermediate", + "Primary": "Primary", + "Cycle": "Cycle", + "SuperCycle": "SuperCycle", + "GrandSuperCycle": "GrandSuperCycle", + "Lock": "Lock", + "Width": "Width", + "Line With Breaks": "Line With Breaks", + "Area With Breaks": "Area With Breaks", + "Type": "ประเภท", + "Simple": "ปกติ", + "With Markers": "แสดงจุด", + "Step": "ขั้นบันได", + "No drawings yet": "ไม่มีรูปวาด", + "Lock/Unlock": "ล๊อค/ปลดล๊อค", + "deviation_input": "deviation", + "depth_input": "depth", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "แสดงทั้งหมด", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "บันทึกช่วยจำ", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "อัตโนมัติ", + "Invalid Symbol": "ข้อมูลผิดผลาด", + "loading...": "กำลังโหลด....", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "เปลี่ยนชื่อ...", + "New": "New", + "Load": "โหลด", + "Save": "บันทึก", + "Rename Chart": "เปลี่ยนชื่อกราฟ", + "{0} copy": "{0} สำเนา", + "Please enter chart name": "กรุณาใส่ชื่อกราฟ", + "Enter a new chart name": "กรุณาใส่ชื่อกราฟใหม่", + "Load Chart": "โหลดกราฟ", + "Chart Name": "ชื่อกราฟ", + "Chart name": "ชื่อกราฟ", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "แก้ไขล่าสุด", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "หลักทรัพย์ที่ใช้งานอยู่", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "โหมดเต็มหน้าจอ", + "Marker Color": "สี จุด", + "Font Size": "ขนาดตัวอักษร", + "Save New Chart": "บันทึกเป็นกราฟใหม่", + "Source_compare": "แหล่งข้อมูล", + "YES": "ใช่", + "Yes": "Yes", + "No": "No", + "NO": "ไม่", + "Confirmation": "การยืนยัน", + "Are you sure you want to delete this chart?": "ยืนยันหากคุณต้องการลบกราฟ", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/th_TH.json b/charting_library/static/localization/translations/th_TH.json index 1f2a2b4d..41225370 100644 --- a/charting_library/static/localization/translations/th_TH.json +++ b/charting_library/static/localization/translations/th_TH.json @@ -2,7 +2,7 @@ "propertypage-name-label_css_class": "propertypage-name-label", "Script Editor": "แก้ไขสคริปท์", " Published Charts Timeline": "Published Charts Timeline", - "SMA": "SMA", + "SMA": "", "Bar's Style": "รูปแบบ Bar", "Chart Properties": "ตั้งค่ากราฟ", "Compare": "เปรียบเทียบ", @@ -15,17 +15,21 @@ "Company Comparison": "เปรียบเทียบหลักทรัพย์", "Indicators, Fundamentals, Economy and Add-ons": "ดัชนี้ชี้วัด, พื้นฐาน, ข้อมูลเศรษฐกิจ และ อื่นๆ", "Economy & Symbols": "ข้อมูลเศรษฐกิจ และ หลักทรัพย์", - "Bars": "Bars", - "Candles": "Candles", - "Hollow Candles": "Hollow Candles", - "Line": "Line", - "Area": "Area", - "Heiken Ashi": "Heiken Ashi", - "Histogram": "Histogram", + "Bars": "", + "Candles": "", + "Hollow Candles": "", + "Line": "", + "Area": "", + "Heiken Ashi": "", + "Renko": "", + "Line Break": "", + "Kagi": "", + "Point & Figure": "", + "Histogram": "", "Cross_chart_type": "Cross", - "Crosshair": "Crosshair", - "Columns": "Columns", - "Circles": "Circles", + "Crosshair": "", + "Columns": "", + "Circles": "", "Indicators": "ดัชนีชี้วัด", "Favorites": "รายการโปรด", "Technical Analysis": "ข้อมูลทางเทคนิค", @@ -46,43 +50,45 @@ " visibility": "ความชัด", "Add To Watchlist": "เพิ่มในรายการ", "Apply": "บันทึก", - "Arguments in Header": "Arguments in Header", + "Arguments in Header": "", "Arrow": "ลูกศร", "Auto Scale": "Scale แบบอัตโนมัติ", "Background": "พื้นหลัง", "bars": "ช่อง", "bars_margin": "ช่อง", "{0} bars": "{0} ช่อง", - "Bottom Margin": "Bottom Margin", + "Bottom Margin": "", "Bring Forward": "ส่งมาด้านหน้า", "Bring to Front": "ส่งมาหน้าสุด", "Clone": "คัดลอก", "Color Theme": "โทนสี", "Copy": "คัดลอก", - "Extended Hours": "Extended Hours", + "Extended Hours": "", "Format...": "ตั้งค่า...", + "Source Code...": "", "Full Screen": "เต็มหน้าจอ", "Grid Lines": "เส้นกริด", "Hide All Drawing Tools": "ซ่อนรูปวาดทั้งหมด", "Hide": "ซ่อน", "Insert Drawing Tool": "เพิ่มเครื่องมือวาด", "Insert Indicator...": "เพิ่มดัชนี...", + "Script Editor...": "", "Last Value on Price Scale": "ราคาล่าสุด", "Link To": "ลิงค์ไปยัง", - "Load New Bars": "Load New Bars", + "Load New Bars": "", "Lock All Drawing Tools": "ล๊อครูปวาดทั้งหมด", "Lock Scale": "ล๊อค Scale", - "Lock scale": "Lock scale", - "Log Scale": "Log Scale", - "log": "log", + "Lock scale": "", + "Log Scale": "", + "log": "", "Magnet Mode": "โหมดแม่เหล็ก", "Merge Down": "รวมกับด้านล่าง", "Merge Up": "รวมกับด้านบน", "Objects Tree...": "ข้อมูลบนกราฟ...", - "Offset": "Offset", - "Override Min Tick": "Override Min Tick", + "Offset": "", + "Override Min Tick": "", "Percentage": "เปอร์เซ็นต์", - "Precision": "Precision", + "Precision": "", "Price Line": "เส้นราคา", "Properties...": "ตั้งค่า...", "Redo": "ย้อนกลับ", @@ -93,43 +99,46 @@ "Reset Chart": "รีเซ็ทกราฟ", "Reset Scale": "รีเซ็ทขนาด", "Reset": "เริ่มต้นใหม่", - "Right Margin": "Right Margin", + "Right Margin": "", "Save As...": "บันทึกเป็น...", "Scale Left": "Scale ซ้าย", "Scale Percentage": "Scale เป็นเปอร์เซ็นต์", "Scale Right": "Scale ขวา", - "Scale Series Only": "Scale Series Only", - "Scale series only": "Scale series only", - "Scale Series only": "Scale Series only", + "Scale Series Only": "", + "Scale series only": "", + "Scale Series only": "", "Scales Lines": "เส้น Scale", "Scales Text": "อักษรเส้น Scale", - "Scaling": "Scaling", + "Scaling": "", "Screen (No Scale)": "Screen (ไม่มี Scale)", "Send Backward": "นำไปไว้หลังสุด", "Send to Back": "นำไปไว้ข้างหลัง", - "Session Breaks": "Session Breaks", - "Show Arguments in Header": "Show Arguments in Header", + "Session Breaks": "", + "Show Arguments in Header": "", + "Show Last Value": "", "Show Last Value on Price Scale": "แสดงราคาล่าสุดบนกราฟ", "Show Left Axis": "แสดงแกนด้านซ้าย", "Show Right Axis": "แสดงแกนด้านขวา", "Show": "แสดง", + "Show Countdown": "", "Stay In Drawing Mode": "จัดให้อยู่ในโหมดวาดรูป", "Symbol Search...": "ค้นหา...", "Change Symbol": "เปลี่ยนสัญลักษณ์", "Change Symbol...": "เปลี่ยนสัญลักษณ์...", + "Change Interval...": "", "Time Zone": "เขตเวลา", "TimeZone": "เวลา", - "Top Margin": "Top Margin", + "Top Margin": "", "Transparency": "โปร่งแสง", "Undo {0}": "ย้อนกลับ", "Undo": "ย้อนกลับ", - "Unmerge Down": "Unmerge Down", - "Unmerge Up": "Unmerge Up", + "Unmerge Down": "", + "Unmerge Up": "", "Visual Order": "ลำดับการมองเห็น", "Watermark": "ลายน้ำ", "Show Objects Tree": "แสดงข้อมูล", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "ABCD Pattern", + "cursors-group-css-class": "", + "ABCD Pattern": "", "Anchored Text": "ลิงค์", "Arc": "เส้นโค้ง", "Arrow Mark Down": "ลูกศรลง", @@ -137,93 +146,94 @@ "Arrow Mark Right": "ลูกศรขวา", "Arrow Mark Up": "ลูกศรขึ้น", "Balloon": "กล่องคำพูด", - "Bars Pattern": "Bars Pattern", + "Bars Pattern": "", "Brush": "พู่กัน", "Callout": "กล่องคำพูด", - "Circle Lines": "Circle Lines", - "Cross": "Cross", - "Cyclic Lines": "Cyclic Lines", - "Date Range": "Date Range", - "Disjoint Angle": "Disjoint Angle", + "Circle Lines": "", + "Cross": "", + "Cyclic Lines": "", + "Date Range": "", + "Disjoint Angle": "", "Dot": "จุด", - "Elliott Labels": "Elliott Labels", - "Elliott Major Retracement": "Elliott Major Retracement", - "Elliott Minor Retracement": "Elliott Minor Retracement", - "Elliott Wave Cycle": "Elliott Wave Cycle", - "Elliott Wave Minor": "Elliott Wave Minor", - "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Elliott Labels": "", + "Elliott Major Retracement": "", + "Elliott Minor Retracement": "", + "Elliott Wave Cycle": "", + "Elliott Wave Minor": "", + "Elliott Wave Circle": "", + "Elliott Wave Subminuette": "", "Ellipse": "วงกลม", "Eraser": "ยางลบ", - "Extended": "Extended", - "Extended Line": "Extended Line", - "Fib Channel": "Fib Channel", - "Fib Circles": "Fib Circles", - "Fib Retracement": "Fib Retracement", - "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", - "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", - "Fib Spiral": "Fib Spiral", - "Fib Time Zone": "Fib Time Zone", - "Fib Wedge": "Fib Wedge", + "Extended": "", + "Extended Line": "", + "Fib Channel": "", + "Fib Circles": "", + "Fib Retracement": "", + "Fib Speed Resistance Arcs": "", + "Fib Speed Resistance Fan": "", + "Fib Spiral": "", + "Fib Time Zone": "", + "Fib Wedge": "", "Flag Mark": "ธง", - "Flat Top/Bottom": "Flat Top/Bottom", - "Flat Bottom": "Flat Bottom", - "Forecast": "Forecast", - "Gann Box": "Gann Box", - "Gann Fan": "Gann Fan", - "Gann Square": "Gann Square", - "Head & Shoulders": "Head & Shoulders", - "Horizontal Line": "Horizontal Line", - "Horizontal Ray": "Horizontal Ray", + "Flat Top/Bottom": "", + "Flat Bottom": "", + "Forecast": "", + "Gann Box": "", + "Gann Fan": "", + "Gann Square": "", + "Head & Shoulders": "", + "Horizontal Line": "", + "Horizontal Ray": "", "Icon": "ไอคอน", - "Inside Pitchfork": "Inside Pitchfork", - "Long Position": "Long Position", - "Risk/Reward long": "Risk/Reward long", - "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", - "Parallel Channel": "Parallel Channel", - "Pitchfan": "Pitchfan", - "Pitchfork": "Pitchfork", + "Inside Pitchfork": "", + "Long Position": "", + "Risk/Reward long": "", + "Modified Schiff Pitchfork": "", + "Parallel Channel": "", + "Pitchfan": "", + "Pitchfork": "", "Polyline": "กำหนดเอง", "Price Label": "ราคาล่าสุด", - "Price Range": "Price Range", - "Projection": "Projection", - "Ray": "Ray", + "Price Range": "", + "Projection": "", + "Ray": "", "Rectangle": "สี่เหลี่ยม", - "Regression Trend": "Regression Trend", + "Regression Trend": "", "Rotated Rectangle": "สี่เหลี่ยม (หมุนได้)", - "Schiff Pitchfork": "Schiff Pitchfork", - "Schiff": "Schiff", - "Original": "Original", - "Modified Schiff": "Modified Schiff", - "Inside": "Inside", - "Short Position": "Short Position", - "Risk/Reward short": "Risk/Reward short", + "Schiff Pitchfork": "", + "Schiff": "", + "Original": "", + "Modified Schiff": "", + "Inside": "", + "Short Position": "", + "Risk/Reward short": "", "Text": "ตัวอักษร", "Comment": "ความคิดเห็น", - "Three Drivers Pattern": "Three Drivers Pattern", + "Three Drivers Pattern": "", "Thumb Down": "ไม่ชอบ", "Thumb Up": "ชอบ", - "Trend Angle": "Trend Angle", + "Trend Angle": "", "Trend Line": "เส้นแนวโน้ม", - "Trend-Based Fib Extension": "Trend-Based Fib Extension", - "Trend-Based Fib Time": "Trend-Based Fib Time", - "Triangle Pattern": "Triangle Pattern", + "Trend-Based Fib Extension": "", + "Trend-Based Fib Time": "", + "Triangle Pattern": "", "Triangle": "สามเหลี่ยม", "Vertical Line": "เส้นแนวตั้ง", - "XABCD Pattern": "XABCD Pattern", - "Angle:": "Angle:", - "Arcs": "Arcs", + "XABCD Pattern": "", + "Angle:": "", + "Arcs": "", "Background color 1": "สีพื้นหลัง 1", "Background color 2": "สีพื้นหลัง 2", "Background Color": "สีพื้นหลัง", - "Bar #": "Bar #", + "Bar #": "", "Border color": "สีขอบ", "Border Color": "สีขอบ", "Border": "เส้นขอบ", - "Bottom Lables": "Bottom Lables", + "Bottom Lables": "", "bottom": "ชิดล่าง", "center": "กึ่งกลาง", - "Channel": "Channel", - "Coeffs As Percents": "Coeffs As Percents", + "Channel": "", + "Coeffs As Percents": "", "Color bars based on previous close": "ให้สีของ Bars อ้างอิงจากราคาปิดของวันก่อนหน้า", "Color": "สี", "Color:": "สี:", @@ -232,41 +242,42 @@ "Down Color": "สีติดลบ", "Drawings": "รูปวาด", "Entry price:": "ราคาเข้าซื้อ", + "Event": "", "Events": "เหตุการณ์", - "Extend Left End": "Extend Left End", - "Extend Left": "Extend Left", - "Extend Lines": "Extend Lines", - "Extend Right End": "Extend Right End", - "Extend Right": "Extend Right", - "Extend": "Extend", - "Failure back color": "Failure back color", - "Failure text color": "Failure text color", - "Fans": "Fans", - "Fill": "Fill", + "Extend Left End": "", + "Extend Left": "", + "Extend Lines": "", + "Extend Right End": "", + "Extend Right": "", + "Extend": "", + "Failure back color": "", + "Failure text color": "", + "Fans": "", + "Fill": "", "Format": "ตั้งค่า", "Graphics": "กราฟฟิค", "Grid": "ตาราง", "Help": "ช่วยเหลือ", - "HLC Bars": "HLC Bars", + "HLC Bars": "", "Inputs": "ข้อมูล", - "Label Background": "Label Background", - "Label": "Label", - "Labels": "Labels", - "Left End": "Left End", - "Left Labels": "Left Labels", + "Label Background": "", + "Label": "", + "Labels": "", + "Left End": "", + "Left Labels": "", "left": "ชิดซ้าย", - "Level {0}": "Level {0}", - "Levels": "Levels", + "Level {0}": "", + "Levels": "", "Lines": "เส้น", - "Major": "Major", + "Major": "", "Measure (Shift + Click on the chart)": "เครื่องมือวัด (Shift + คลิก ลงบนกราฟ)", "Median": "ค่าเฉลี่ย", "middle": "กึ่งกลาง", "Middle": "กึ่งกลาง", - "Minor": "Minor", + "Minor": "", "Mode": "โหมด", "Normal": "ปกติ", - "Plot": "Plot", + "Plot": "", "Price Levels": "ระดับราคา", "Price Source": "แหล่งข้อมูลราคา", "Price": "ราคา", @@ -275,13 +286,13 @@ "Profit Background Color": "สีพื้นหลังของกำไร", "Profit Level. Ticks:": "จุดขาย", "Properties": "ตั้งค่า", - "Reverse": "Reverse", - "Right End": "Right End", - "Right Lables": "Right Lables", + "Reverse": "", + "Right End": "", + "Right Lables": "", "right": "ชิดขวา", "Log Scale_scale_menu": "Log Scale", "Percentage_scale_menu": "เปอร์เซ็นต์", - "Scales": "Scales", + "Scales": "", "Settings": "ตั้งค่า", "Show Background": "แสดงพื้นหลัง", "Show Bars Range": "แสดงช่วงราคา", @@ -295,83 +306,83 @@ "Show Time": "แสดงเวลา", "Show Wave": "แสดงคลื่น", "Show/Hide": "แสดง/ซ่อน", - "Source back color": "Source back color", - "Source border color": "Source border color", - "Source text color": "Source text color", - "Stay in Drawing Mode": "Stay in Drawing Mode", - "Stop Background Color": "Stop Background Color", - "Stop Color:": "Stop Color:", + "Source back color": "", + "Source border color": "", + "Source text color": "", + "Stay in Drawing Mode": "", + "Stop Background Color": "", + "Stop Color:": "", "Stop Level. Ticks:": "ตัดขาดทุน", "Style": "รูปแบบ", - "Success back color": "Success back color", - "Success text color": "Success text color", - "Target back color": "Target back color", - "Target border color": "Target border color", - "Target Color:": "Target Color:", - "Target text color": "Target text color", - "Text Alignment:": "Text Alignment:", + "Success back color": "", + "Success text color": "", + "Target back color": "", + "Target border color": "", + "Target Color:": "", + "Target text color": "", + "Text Alignment:": "", "Text color": "สีตัวอักษร", "Text Color": "สีตัวอักษร", "Text Font": "Font ตัวอักษร", "Text Wrap": "บังคับให้ตัวหนังสืออยู่ในขอบเขตที่กำหนด", "Text:": "ตัวอักษร:", - "Time Levels": "Time Levels", + "Time Levels": "", "Timezone/Sessions": "เวลา/Sessions", - "Top Labels": "Top Labels", - "top": "top", + "Top Labels": "", + "top": "", "Up Color": "สีบวก", - "Wave Size": "Wave Size", - "Wick": "Wick", + "Wave Size": "", + "Wick": "", "Zoom In": "ขยายเข้า", "Zoom Out": "ขยายออก", "Borders": "เส้นขอบ", - "Level": "Level", - "Hlines Background": "Hlines Background", - "Plots Background": "Plots Background", + "Level": "", + "Hlines Background": "", + "Plots Background": "", "Open_line_tool_position": "เปิด", "Closed_line_tool_position": "ปิด", - "{0} P&L: {1}": "{0} P&L: {1}", + "{0} P&L: {1}": "", "Risk/Reward Ratio: {0}": "ความเสี่ยง/ผลตอบแทน : {0}", "Stop: {0} ({1}%)": "ตัดขาดทุน: {0} ({1}%)", "Target: {0} ({1}%)": "เป้าหมาย: {0} ({1}%)", "SUCCESS": "สำเร็จ", "FAILURE": "ล้มเหลว", - "Left Shoulder": "Left Shoulder", - "Head": "Head", - "Right Shoulder": "Right Shoulder", - "Mirrored": "Mirrored", - "Flipped": "Flipped", + "Left Shoulder": "", + "Head": "", + "Right Shoulder": "", + "Mirrored": "", + "Flipped": "", "distance: {0}": "ระยะ: {0}", "day": "วัน", "day_plural": "วัน", - "day_plural_1": "day_plural_1", - "day_plural_2": "day_plural_2", - "day_plural_5": "day_plural_5", + "day_plural_1": "", + "day_plural_2": "", + "day_plural_5": "", "week": "อาทิตย์", "week_plural": "อาทิตย์", - "week_plural_1": "week_plural_1", - "week_plural_2": "week_plural_2", - "week_plural_5": "week_plural_5", + "week_plural_1": "", + "week_plural_2": "", + "week_plural_5": "", "month": "เดือน", "month_plural": "เดือน", "month_plural_1": "เดือน_1", - "month_plural_2": "month_plural_2", - "month_plural_5": "month_plural_5", + "month_plural_2": "", + "month_plural_5": "", "minute": "นาที", "minute_plural": "นาที", - "minute_plural_1": "minute_plural_1", - "minute_plural_2": "minute_plural_2", - "minute_plural_5": "minute_plural_5", + "minute_plural_1": "", + "minute_plural_2": "", + "minute_plural_5": "", "hour": "ชั่วโมง", "hour_plural": "ชั่วโมง", - "hour_plural_1": "hour_plural_1", - "hour_plural_2": "hour_plural_2", - "hour_plural_5": "hour_plural_5", + "hour_plural_1": "", + "hour_plural_2": "", + "hour_plural_5": "", "y_dates": "y", "y_dates_plural": "y", - "y_dates_plural_1": "y_dates_plural_1", - "y_dates_plural_2": "y_dates_plural_2", - "y_dates_plural_5": "y_dates_plural_5", + "y_dates_plural_1": "", + "y_dates_plural_2": "", + "y_dates_plural_5": "", "h_dates": "h", "D_dates": "D", "W_dates": "W", @@ -401,10 +412,10 @@ "All types": "ทุกรูปแบบ", "Stock": "หุ้น", "stock": "หุ้น", - "Index": "Index", - "index": "index", - "Futures": "Futures", - "futures": "futures", + "Index": "", + "index": "", + "Futures": "", + "futures": "", "Image URL": "URL รูปภาพ", "Save image": "บันทึกรูปภาพ", "or copy url:": "หรือ คัดลอกลิงค์", @@ -419,11 +430,11 @@ "High": "สูง", "Low": "ต่ำ", "Close": "ปิด", - "(H + L)/2": "(H + L)/2", - "(H + L + C)/3": "(H + L + C)/3", - "(O + H + L + C)/4": "(O + H + L + C)/4", - "UTC": "UTC", - "Exchange": "Exchange", + "(H + L)/2": "", + "(H + L + C)/3": "", + "(O + H + L + C)/4": "", + "UTC": "", + "Exchange": "", "Athens": "เอเธนส์", "Berlin": "เบอร์ลิน", "Bogota": "โบโกต้า", @@ -438,17 +449,18 @@ "Moscow": "มอสโก", "New York": "นิวยอร์ค", "Paris": "ปารีส", + "Sao Paulo": "", "Seoul": "โซว", "Shanghai": "เซี่ยงไฮ้", "Singapore": "สิงค์โปร์", "Sydney": "ซิดนีย์", "Taipei": "ไทเป", - "Tehran": "Tehran", + "Tehran": "", "Tokyo": "โตเกียว", "Toronto": "โตรอนโต", "Vancouver": "แวนคูเวอร์", "Warsaw": "วอซอร์", - "n/a": "n/a", + "n/a": "", "Long_input": "Long", "long_input": "long", "longlen_input": "long length", @@ -463,15 +475,15 @@ "mult_input": "multiplier", "divisor_input": "divisor", "Divisor_input": "Divisor", - "Upper": "Upper", - "Lower": "Lower", - "Long": "Long", - "Short": "Short", - "Signal": "Signal", - "Jaw": "Jaw", - "Teeth": "Teeth", - "Lips": "Lips", - "Zero": "Zero", + "Upper": "", + "Lower": "", + "Long": "", + "Short": "", + "Signal": "", + "Jaw": "", + "Teeth": "", + "Lips": "", + "Zero": "", "WMA Length_input": "WMA Length", "Long RoC Length_input": "Long RoC Length", "Short RoC Length_input": "Short RoC Length", @@ -493,11 +505,11 @@ "DI Length_input": "DI Length", "ADX Smoothing_input": "ADX Smoothing", "displacement_input": "displacement", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", + "Tenkan-sen": "", + "Kijun-sen": "", + "Chikou span": "", + "Senkou A": "", + "Senkou B": "", "useTrueRange_input": "Use True Range", "roclen1_input": "RoC 1", "roclen2_input": "RoC 2", @@ -521,12 +533,12 @@ "Volume": "ปริมาณการซื้อขาย", "Volume MA": "เส้นค่าเฉลี่ยปริมาณการซื้อขาย", "Indicator": "ดัชนีชี้วัด", - "Oscillator": "Oscillator", + "Oscillator": "", "lengthStoch_input": "Stoch length", "lengthRSI_input": "RSI length", "sigma_input": "sigma", "Sigma_input": "Sigma", - "Crosses": "Crosses", + "Crosses": "", "Click to set a point": "คลิกเพื่อสร้างจุด", "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. เลื่อนนิ้วไปยังจุดที่ต้องการ
2. แตะหน้าจอหนึ่งครั้งเป็นการยืนยัน", "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. เลื่อนนิ้วไปยังจุดที่ต้องการต่อไป
2. แตะหน้าจอหนึ่งครั้งเป็นการยืนยัน", @@ -536,25 +548,25 @@ "loading data": "กำลังโหลดข้อมูล", "invalid symbol": "เกิดข้อผิดผลาด", "streaming": "กำลังรับข้อมูล", - "realtime": "realtime", + "realtime": "", "pre-market": "pre-open", - "post-market": "post-market", + "post-market": "", "closed": "ปิด", - "Time Interval": "Time Interval", + "Time Interval": "", "Show Symbol Labels": "แสดงป้ายกำกับ", "Show Symbol Labels_context_menu": "แสดงป้ายกำกับ", - "Subminuette": "Subminuette", - "Minuette": "Minuette", - "Minute": "Minute", - "Intermediate": "Intermediate", - "Primary": "Primary", - "Cycle": "Cycle", - "SuperCycle": "SuperCycle", - "GrandSuperCycle": "GrandSuperCycle", - "Lock": "Lock", - "Width": "Width", - "Line With Breaks": "Line With Breaks", - "Area With Breaks": "Area With Breaks", + "Subminuette": "", + "Minuette": "", + "Minute": "", + "Intermediate": "", + "Primary": "", + "Cycle": "", + "SuperCycle": "", + "GrandSuperCycle": "", + "Lock": "", + "Width": "", + "Line With Breaks": "", + "Area With Breaks": "", "Type": "ประเภท", "Simple": "ปกติ", "With Markers": "แสดงจุด", @@ -619,28 +631,29 @@ "Least Squares Moving Average_study": "Least Squares Moving Average", "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", + "Change Interval": "", + "Show Only Studies": "", + "Show Only Drawings": "", "Show All": "แสดงทั้งหมด", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", + "Timezone/Sessions Properties...": "", + "Scale Price Chart Only": "", + "Open Interval Dialog": "", "Note": "บันทึกช่วยจำ", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", + "Anchored Note": "", + "Scales Properties": "", + "Toggle Auto Scale": "", + "Toggle Log Scale": "", + "Toggle Percentage": "", "auto_scale": "อัตโนมัติ", "Invalid Symbol": "ข้อมูลผิดผลาด", "loading...": "กำลังโหลด....", "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", + "Not applicable": "", + "Stats Text Color": "", + "Show Angle": "", + "Always Show Stats": "", "Rename...": "เปลี่ยนชื่อ...", + "New": "", "Load": "โหลด", "Save": "บันทึก", "Rename Chart": "เปลี่ยนชื่อกราฟ", @@ -650,6 +663,14 @@ "Load Chart": "โหลดกราฟ", "Chart Name": "ชื่อกราฟ", "Chart name": "ชื่อกราฟ", + "Rename Chart Layout": "", + "Please enter chart layout name": "", + "Enter a new chart layout name": "", + "Load Layout Chart": "", + "Chart Layout Name": "", + "Chart layout name": "", + "NEW CHART LAYOUT": "", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "", "Last Modified": "แก้ไขล่าสุด", "Active Symbol": "หลักทรัพย์ที่ใช้งานอยู่", "Fullscreen mode": "โหมดเต็มหน้าจอ", @@ -660,5 +681,170 @@ "YES": "ใช่", "NO": "ไม่", "Confirmation": "การยืนยัน", - "Are you sure you want to delete this chart?": "ยืนยันหากคุณต้องการลบกราฟ" + "Are you sure you want to delete this chart?": "ยืนยันหากคุณต้องการลบกราฟ", + "Hide Marks On Bars": "", + "Precise Labels": "", + "Copy Chart Layout": "", + "Load Chart Layout": "", + "Save New Chart Layout": "", + "The Extended Trading Hours feature is available only for intraday charts": "", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "", + "Date": "", + "Time": "", + "Alerts for the current symbol only": "", + "Alerts for the current resolution only": "", + "Hide inactive alerts": "", + "Stopped Manual": "", + "Expired": "", + "Triggered and Not Active": "", + "Error": "", + "Stopped": "", + "Active": "", + "Order": "", + "Actual": "", + "Prior": "", + "Company": "", + "Estimate": "", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "", + "Suggested ideas & my ideas": "", + "Ideas of the people I follow & my ideas": "", + "My ideas only": "", + "Create Alert": "", + "Pine Script Editor": "", + "Published ideas settings": "", + "Change Ideas filter": "", + "Show/Hide Drawings Toolbar": "", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "", + "Study Template": "", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "", + "Quotes are delayed by 10 min and updated every 30 seconds": "", + "delayed": "", + "Are you sure you want to delete this message?": "", + "Show only my sent and received messages": "", + "Maximize Chat": "", + "Detach Chat": "", + "Type your message here": "", + "Have something to say?": "", + "Attach chart snapshot": "", + "Insert emoticon": "", + "You can not vote twice for one message": "", + "English only, please": "", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "", + "Respecting Fellow Members": "", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "", + "No advertising allowed": "", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "", + "Custom...": "", + "Forex Talks": "", + "Forex": "", + "Stock And Index Talks": "", + "Bitcoin Talks": "", + "Bitcoin": "", + "Link to this chat...": "", + "Chat archives...": "", + "Edit room...": "", + "Delete room": "", + "There was an error posting your message.": "", + "Confirm": "", + "Are you sure you want to delete this room?": "", + "Show chart snapshot preview": "", + "Show only favorite rooms": "", + "Ignored users...": "", + "Launch chat in separate window": "", + "Link to this room...": "", + "Room archives...": "", + "You have no ignored users": "", + "Compare Add": "", + "Follow": "", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "", + "You are not logged in. Please sign in.": "", + "Info": "", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "", + "Home": "", + "Ideas": "", + "Scripts": "", + "Sign In": "", + "Join Now": "", + "Ideas Published": "", + "Followers": "", + "Following": "", + "Profile Settings": "", + "Public Profile": "", + "Update Status": "", + "Sign Out": "", + "E-mail for sms": "", + "Please, enter your e-mail": "", + "Crossing": "", + "Crossing Down": "", + "Crossing Up": "", + "Greater Than": "", + "Less Than": "", + "Entering Channel": "", + "Inside Channel": "", + "Outside Channel": "", + "Moving Up": "", + "Moving Down": "", + "Moving Up %": "", + "Moving Down %": "", + "Select user to start new chat with": "", + "You have no private messages yet": "", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "", + "Banned": "", + "No ideas matched your criteria": "", + "Favorite ideas": "", + "Only private ideas": "", + "Ideas for the current symbol only": "", + "Ideas for the current resolution only": "", + "Someone commented on your idea": "", + "Someone agreed/disagreed with your idea": "", + "Someone followed you": "", + "Someone replied to your comment": "", + "Someone commented on the idea you follow": "", + "Someone you follow post new comment": "", + "Someone you follow change status": "", + "Someone you follow published new idea": "", + "Someone published idea on symbol you follow": "", + "Notification sound": "", + "Additional Notifications Settings...": "", + "This is a temporary chart.": "", + "To save your work, sign up for FREE.": "", + "Sign Up for FREE": "", + "Data provided by BATS exchange.": "", + "Upgrade Now": "", + "This is EOD data with no updates.": "", + "You may subscribe for official realtime and intraday data.": "", + "Open Script": "", + "No saved scripts yet": "", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "", + "Create your first script now!": "", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "", + "No public library scripts were found.": "", + "Change band background": "", + "Change area background": "", + "Confirm replace": "", + "Note: default study templates won't be removed permanently": "", + "Do you realy want to replace": "", + "SCRIPT TITLE": "", + "TAGS": "", + "DESCRIPTION": "", + "PUBLISH SCRIPT": "", + "Pine Script Tutorial": "", + "Pine Script Reference": "", + "How to use the reference materials (Video)": "", + "Suggestions & Feedback": "", + "Clear Console": "", + "Are you sure you want to ignore messages from": "", + "ext": "", + "Toggle Maximize Chart": "", + "Plot dividends": "", + "Plot splits": "", + "Plot earnings": "", + "Vol": "", + "Want official data and more features?": "", + "Sessions": "" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/tr.json b/charting_library/static/localization/translations/tr.json index 7a52d280..3d22327c 100644 --- a/charting_library/static/localization/translations/tr.json +++ b/charting_library/static/localization/translations/tr.json @@ -1,664 +1,1443 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label", - "Script Editor": "Betik Düzenleyici", - " Published Charts Timeline": "Yayınlanmış Grafikler Haber Akışı", - "SMA": "Basit Hareketli Ortalama", - "Bar's Style": "Bar'ın Tarzı", - "Chart Properties": "Grafik Özellikleri", - "Compare": "Kıyasla", - "Compare...": "Kıyasla...", - "Compare or Add Symbol...": "Sembol Ekle veya Kıyasla...", - "Compare or Add Symbol": "Sembol Ekle veya Kıyasla", - "Add Symbol": "Sembol Ekle", - "Scales Properties...": "Ölçeklerin Özellikleri...", - "Add": "Ekle", - "Company Comparison": "Firma Kıyaslama", - "Indicators, Fundamentals, Economy and Add-ons": "Göstergeler, Temel Bilgiler, Ekonomi ve Eklentiler", - "Economy & Symbols": "Ekonomi & Semboller", - "Bars": "Barlar", - "Candles": "Mum-barlar", - "Hollow Candles": "Boşluklu Mum-barlar", - "Line": "Çizgi", - "Area": "Alan", - "Heiken Ashi": "Heiken Ashi", - "Histogram": "Histogram", - "Cross_chart_type": "Kesişme", - "Crosshair": "Nişan çaprazı", - "Columns": "Sütunlar", - "Circles": "Çemberler", - "Indicators": "Göstergeler", - "Favorites": "Favoriler", - "Technical Analysis": "Teknik Analiz", - "No indicators matched your criteria.": "Kriterinize uygun hiçbir gösterge bulunamadı.", - "Add to favorites": "Favorilere ekle", - "Remove from favorites": "Favorilerden çıkar", - "No symbols matched your criteria": "Kriterinize uygun hiçbir gösterge bulunamadı", - "Add any symbol from the list": "Listeden herhangi bir sembolü ekle", - "Overlay the main chart": "Ana alanın üstüne yerleştir", - "Symbols to be added on the chart": "Grafiğe eklenecek olan semboller", - "Symbol": "Sembol", - "Default": "Varsayılan", - "Defaults": "Varsayılanlar", - "OK": "Tamam", - "Cancel": "İptal", - " color": "renk", - " transparency": "şeffaflık", - " visibility": "görünürlük", - "Add To Watchlist": "İzleme Listesine Ekle", - "Apply": "Uygula", - "Arguments in Header": "Başlıktaki Argümanlar", - "Arrow": "Ok", - "Auto Scale": "Otomatik ölçek", - "Background": "Zemin", - "bars": "bar", - "bars_margin": "bar", - "{0} bars": "{0} bar", - "Bottom Margin": "Alt Kenar Boşluğu", - "Bring Forward": "Öne getir", - "Bring to Front": "En öne getir", - "Clone": "Klon", - "Color Theme": "Renk Teması", - "Copy": "Kopyala", - "Extended Hours": "Uzatılmış Saatler", - "Format...": "Biçim...", - "Full Screen": "Tam Ekran", - "Grid Lines": "Klavuz Çizgileri", - "Hide All Drawing Tools": "Tüm Çizim Aletlerini Gizle", - "Hide": "Gizle", - "Insert Drawing Tool": "Çizim Aleti Ekle", - "Insert Indicator...": "Gösterge Ekle", - "Last Value on Price Scale": "Fiyat Ölçeğindeki Son Fiyat", - "Link To": "Bağlantı", - "Load New Bars": "Yeni Barları Yükle", - "Lock All Drawing Tools": "Tüm Çizim Araçlarını Kilitle", - "Lock Scale": "Ölçeği Kilitle", - "Lock scale": "Ölçeği kilitle", - "Log Scale": "Logaritmik Ölçek", - "log": "logaritmik", - "Magnet Mode": "Mıknatıs Modu", - "Merge Down": "Aşağıya doğru Birleştir", - "Merge Up": "Yukarıya doğru Birleştir", - "Objects Tree...": "Nesnelerin Ağacı...", - "Offset": "Offset", - "Override Min Tick": "Override Min Tick", - "Percentage": "Yüzde", - "Precision": "Hassasiyet", - "Price Line": "Fiyat Çizgisi", - "Properties...": "Özellikler...", - "Redo": "Yinele", - "Remove All Drawing Tools": "Tüm Çizim Araçlarını Kaldır", - "Remove All Studies": "Tüm Çalışmaları Kaldır", - "Remove All Indicators": "Tüm Göstergelerı Kaldır", - "Remove": "Kaldır", - "Reset Chart": "Grafiği Sıfırla", - "Reset Scale": "Ölçeği Sıfırla", - "Reset": "Sıfırla", - "Right Margin": "Sağ Kenar Boşluğu", - "Save As...": "Farklı Kaydet...", - "Scale Left": "Sola Ölçekle", - "Scale Percentage": "Yüzdesel Ölçek", - "Scale Right": "Sağa Ölçekle", - "Scale Series Only": "Sadece Serileri Ölçeklendir", - "Scale series only": "Sadece serileri ölçeklendir", - "Scale Series only": "Sadece Serileri ölçeklendir", - "Scales Lines": "Ölçek Çizgileri", - "Scales Text": "Ölçek Metni", - "Scaling": "Ölçekleme", - "Screen (No Scale)": "Ekran (Ölçeksiz)", - "Send Backward": "Geriye Gönder", - "Send to Back": "En Geriye Gönder", - "Session Breaks": "Seans Araları", - "Show Arguments in Header": "Argümanları Başlıkta Göster", - "Show Last Value on Price Scale": "Son Değeri Fiyat Ölçeğinde Göster", - "Show Left Axis": "Sol Ekseni Göster", - "Show Right Axis": "Sağ Ekseni Göster", - "Show": "Göster", - "Stay In Drawing Mode": "Çizim Modunda Kal", - "Symbol Search...": "Sembol Ara...", - "Change Symbol": "Sembol Değiştir", - "Change Symbol...": "Sembol Değiştir...", - "Time Zone": "Zaman Dilimi", - "TimeZone": "ZamanDilimi", - "Top Margin": "Top Margin", - "Transparency": "Şeffaflık", - "Undo {0}": "Geri al {0}", - "Undo": "Geri al", - "Unmerge Down": "Aşağıdan Ayrıştır", - "Unmerge Up": "Yukarıdan Ayrıştır", - "Visual Order": "Görsel Sıra", - "Watermark": "Filigran", - "Show Objects Tree": "Nesnelerin Ağacını Göster", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "ABCD Kalıbı", - "Anchored Text": "Yapışık Metin", - "Arc": "Yay", - "Arrow Mark Down": "Ok İşareti Aşağı", - "Arrow Mark Left": "Ok İşareti Sola", - "Arrow Mark Right": "Ok İşareti Sağa", - "Arrow Mark Up": "Ok İşareti Yukarı", - "Balloon": "Balon", - "Bars Pattern": "Barlar Kalıbı", - "Brush": "Fırça", - "Callout": "Callout", - "Circle Lines": "Çember Çizgiler", - "Cross": "Kesişme", - "Cyclic Lines": "Halkalı Çizgiler", - "Date Range": "Tarih Aralığı", - "Disjoint Angle": "Ek Yeri Açısı", - "Dot": "Nokta", - "Elliott Labels": "Elliott Etiketleri", - "Elliott Major Retracement": "Elliott Major Retracement", - "Elliott Minor Retracement": "Elliott Minor Retracement", - "Elliott Wave Cycle": "Elliott Wave Cycle", - "Elliott Wave Minor": "Elliott Wave Minor", - "Elliott Wave Subminuette": "Elliott Wave Subminuette", - "Ellipse": "Oval", - "Eraser": "Silici", - "Extended": "Uzatılmış", - "Extended Line": "Uzatılmış Çizgi", - "Fib Channel": "Fib Kanal", - "Fib Circles": "Fib Çemberler", - "Fib Retracement": "Fib Retracement", - "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", - "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", - "Fib Spiral": "Fib Spiral", - "Fib Time Zone": "Fib Zaman Dilimi", - "Fib Wedge": "Fib Wedge", - "Flag Mark": "Flag Mark", - "Flat Top/Bottom": "Flat Top/Bottom", - "Flat Bottom": "Flat Bottom", - "Forecast": "Tahmin", - "Gann Box": "Gann Box", - "Gann Fan": "Gann Fan", - "Gann Square": "Gann Square", - "Head & Shoulders": "Baş & Omuzlar", - "Horizontal Line": "Yatay Çizgi", - "Horizontal Ray": "Yatay Işın", - "Icon": "Simge", - "Inside Pitchfork": "Inside Pitchfork", - "Long Position": "Yükselişe Pozisyon", - "Risk/Reward long": "Risk/Reward long", - "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", - "Parallel Channel": "Parallel Channel", - "Pitchfan": "Pitchfan", - "Pitchfork": "Pitchfork", - "Polyline": "Polyline", - "Price Label": "Fiyat Etiketi", - "Price Range": "Fiyat Aralığı", - "Projection": "Projection", - "Ray": "Ray", - "Rectangle": "Dikdörtgen", - "Regression Trend": "Regression Trend", - "Rotated Rectangle": "Rotated Rectangle", - "Schiff Pitchfork": "Schiff Pitchfork", - "Schiff": "Schiff", - "Original": "Asıl", - "Modified Schiff": "Modified Schiff", - "Inside": "Inside", - "Short Position": "Düşüşe Pozisyon", - "Risk/Reward short": "Zarar/Kar düşüş", - "Text": "Metin", - "Comment": "Yorum", - "Three Drivers Pattern": "3 Sürücüler Kalıbı", - "Thumb Down": "Thumb Down", - "Thumb Up": "Thumb Up", - "Trend Angle": "Meyil Açı", - "Trend Line": "Meyil Çizgi", - "Trend-Based Fib Extension": "Trend-Based Fib Extension", - "Trend-Based Fib Time": "Trend-Based Fib Time", - "Triangle Pattern": "Üçgen Kalıbı", - "Triangle": "Triangle", - "Vertical Line": "Dikey Çizgi", - "XABCD Pattern": "XABCD Kalıbı", - "Angle:": "Açı:", - "Arcs": "Yaylar", - "Background color 1": "Background color 1", - "Background color 2": "Background color 2", - "Background Color": "Background Color", - "Bar #": "Bar #", - "Border color": "Border color", - "Border Color": "Border Color", - "Border": "Border", - "Bottom Lables": "Bottom Lables", - "bottom": "bottom", - "center": "center", - "Channel": "Channel", - "Coeffs As Percents": "Coeffs As Percents", - "Color bars based on previous close": "Color bars based on previous close", - "Color": "Color", - "Color:": "Color:", - "Coordinates": "Coordinates", - "Delete": "Delete", - "Down Color": "Down Color", - "Drawings": "Drawings", - "Entry price:": "Entry price:", - "Events": "Events", - "Extend Left End": "Extend Left End", - "Extend Left": "Extend Left", - "Extend Lines": "Extend Lines", - "Extend Right End": "Extend Right End", - "Extend Right": "Extend Right", - "Extend": "Extend", - "Failure back color": "Failure back color", - "Failure text color": "Failure text color", - "Fans": "Fans", - "Fill": "Fill", - "Format": "Format", - "Graphics": "Graphics", - "Grid": "Grid", - "Help": "Help", - "HLC Bars": "HLC Bars", - "Inputs": "Inputs", - "Label Background": "Label Background", - "Label": "Label", - "Labels": "Labels", - "Left End": "Left End", - "Left Labels": "Left Labels", - "left": "left", - "Level {0}": "Level {0}", - "Levels": "Levels", - "Lines": "Lines", - "Major": "Major", - "Measure (Shift + Click on the chart)": "Measure (Shift + Click on the chart)", - "Median": "Median", - "middle": "middle", - "Middle": "Middle", - "Minor": "Minor", - "Mode": "Mode", - "Normal": "Normal", - "Plot": "Plot", - "Price Levels": "Price Levels", - "Price Source": "Price Source", - "Price": "Price", - "Price:": "Price:", - "Prices": "Prices", - "Profit Background Color": "Profit Background Color", - "Profit Level. Ticks:": "Profit Level. Ticks:", - "Properties": "Properties", - "Reverse": "Reverse", - "Right End": "Right End", - "Right Lables": "Right Lables", - "right": "right", - "Log Scale_scale_menu": "Log Scale", - "Percentage_scale_menu": "Percentage", - "Scales": "Scales", - "Settings": "Settings", - "Show Background": "Show Background", - "Show Bars Range": "Show Bars Range", - "Show Date/Time Range": "Show Date/Time Range", - "Show Distance": "Show Distance", - "Show Labels": "Show Labels", - "Show Price Range": "Show Price Range", - "Show Price": "Show Price", - "Show Prices": "Show Prices", - "Show Text": "Show Text", - "Show Time": "Show Time", - "Show Wave": "Show Wave", - "Show/Hide": "Show/Hide", - "Source back color": "Source back color", - "Source border color": "Source border color", - "Source text color": "Source text color", - "Stay in Drawing Mode": "Stay in Drawing Mode", - "Stop Background Color": "Stop Background Color", - "Stop Color:": "Stop Color:", - "Stop Level. Ticks:": "Stop Level. Ticks:", - "Style": "Style", - "Success back color": "Success back color", - "Success text color": "Success text color", - "Target back color": "Target back color", - "Target border color": "Target border color", - "Target Color:": "Target Color:", - "Target text color": "Target text color", - "Text Alignment:": "Text Alignment:", - "Text color": "Text color", - "Text Color": "Text Color", - "Text Font": "Text Font", - "Text Wrap": "Text Wrap", - "Text:": "Text:", - "Time Levels": "Time Levels", - "Timezone/Sessions": "Timezone/Sessions", - "Top Labels": "Top Labels", - "top": "top", - "Up Color": "Up Color", - "Wave Size": "Wave Size", - "Wick": "Wick", - "Zoom In": "Zoom In", - "Zoom Out": "Zoom Out", - "Borders": "Borders", - "Level": "Level", - "Hlines Background": "Hlines Background", - "Plots Background": "Plots Background", - "Open_line_tool_position": "Opened", - "Closed_line_tool_position": "Closed", - "{0} P&L: {1}": "{0} P&L: {1}", - "Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}", - "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", - "Target: {0} ({1}%)": "Target: {0} ({1}%)", - "SUCCESS": "SUCCESS", - "FAILURE": "FAILURE", - "Left Shoulder": "Left Shoulder", - "Head": "Head", - "Right Shoulder": "Right Shoulder", - "Mirrored": "Mirrored", - "Flipped": "Flipped", - "distance: {0}": "distance: {0}", - "day": "day", - "day_plural": "days", - "day_plural_1": "day_plural_1", - "day_plural_2": "day_plural_2", - "day_plural_5": "day_plural_5", - "week": "week", - "week_plural": "weeks", - "week_plural_1": "week_plural_1", - "week_plural_2": "week_plural_2", - "week_plural_5": "week_plural_5", - "month": "month", - "month_plural": "months", - "month_plural_1": "month_plural_1", - "month_plural_2": "month_plural_2", - "month_plural_5": "month_plural_5", - "minute": "minute", - "minute_plural": "minutes", - "minute_plural_1": "minute_plural_1", - "minute_plural_2": "minute_plural_2", - "minute_plural_5": "minute_plural_5", - "hour": "hour", - "hour_plural": "hours", - "hour_plural_1": "hour_plural_1", - "hour_plural_2": "hour_plural_2", - "hour_plural_5": "hour_plural_5", - "y_dates": "y", - "y_dates_plural": "y", - "y_dates_plural_1": "y_dates_plural_1", - "y_dates_plural_2": "y_dates_plural_2", - "y_dates_plural_5": "y_dates_plural_5", - "h_dates": "h", - "D_dates": "D", - "W_dates": "W", - "M_dates": "M", - "d_dates": "d", - "m_dates": "m", - "in_dates": "in", - "Jan": "Jan", - "Feb": "Feb", - "Mar": "Mar", - "Apr": "Apr", - "May": "May", - "Jun": "Jun", - "Jul": "Jul", - "Aug": "Aug", - "Sep": "Sep", - "Oct": "Oct", - "Nov": "Nov", - "Dec": "Dec", - "Objects Tree": "Objects Tree", - "Manage Drawings": "Manage Drawings", - "TOOL": "TOOL", - "SYMBOL": "SYMBOL", - "Move Up": "Move Up", - "Move Down": "Move Down", - "All Exchanges": "All Exchanges", - "All types": "All types", - "Stock": "Stock", - "stock": "stock", - "Index": "Index", - "index": "index", - "Futures": "Futures", - "futures": "futures", - "Image URL": "Image URL", - "Save image": "Save image", - "or copy url:": "or copy url:", - "Redo {0}": "Redo {0}", - "Custom color...": "Custom color...", - "Search": "Search", - "Open_in_legend": "O", - "High_in_legend": "H", - "Low_in_legend": "L", - "Close_in_legend": "C", - "Open": "Open", - "High": "High", - "Low": "Low", - "Close": "Close", - "(H + L)/2": "(H + L)/2", - "(H + L + C)/3": "(H + L + C)/3", - "(O + H + L + C)/4": "(O + H + L + C)/4", - "UTC": "UTC", - "Exchange": "Exchange", - "Athens": "Athens", - "Berlin": "Berlin", - "Bogota": "Bogota", - "Bangkok": "Bangkok", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Kolkata", - "London": "London", - "Los Angeles": "Los Angeles", - "Madrid": "Madrid", - "Moscow": "Moscow", - "New York": "New York", - "Paris": "Paris", - "Seoul": "Seoul", - "Shanghai": "Shanghai", - "Singapore": "Singapore", - "Sydney": "Sydney", - "Taipei": "Taipei", - "Tehran": "Tehran", - "Tokyo": "Tokyo", - "Toronto": "Toronto", - "Vancouver": "Vancouver", - "Warsaw": "Warsaw", - "n/a": "n/a", - "Long_input": "Long", - "long_input": "long", - "longlen_input": "long length", - "Window Size_input": "Window Size", - "Length_input": "Length", - "length_input": "length", - "len_input": "length", - "Short_input": "Short", - "short_input": "short", - "shortlen_input": "Short Length", - "Mult_input": "Multiplier", - "mult_input": "multiplier", - "divisor_input": "divisor", - "Divisor_input": "Divisor", - "Upper": "Upper", - "Lower": "Lower", - "Long": "Long", - "Short": "Short", - "Signal": "Signal", - "Jaw": "Jaw", - "Teeth": "Teeth", - "Lips": "Lips", - "Zero": "Zero", - "WMA Length_input": "WMA Length", - "Long RoC Length_input": "Long RoC Length", - "Short RoC Length_input": "Short RoC Length", - "jawLength_input": "Jaw Length", - "teethLength_input": "Teeth Length", - "lipsLength_input": "Lips Length", - "percent_input": "Percent", - "exponential_input": "Exponential", - "smoothD_input": "Smooth D", - "smoothK_input": "Smooth K", - "Color 0": "Color 0", - "Color 1": "Color 1", - "Color 2": "Color 2", - "Color 3": "Color 3", - "Color 4": "Color 4", - "sym_input": "symbol", - "symbol_input": "symbol", - "Sym_input": "Symbol", - "DI Length_input": "DI Length", - "ADX Smoothing_input": "ADX Smoothing", - "displacement_input": "displacement", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Use True Range", - "roclen1_input": "RoC Length 1", - "roclen2_input": "RoC Length 2", - "roclen3_input": "RoC Length 3", - "roclen4_input": "RoC Length 4", - "smalen1_input": "SMA Length 1", - "smalen2_input": "SMA Length 2", - "smalen3_input": "SMA Length 3", - "smalen4_input": "SMA Length 4", - "siglen_input": "Signal Length", - "UpperLimit": "Upper Limit", - "LowerLimit": "Lower Limit", - "fastLength_input": "Fast Length", - "slowLength_input": "Slow Length", - "signalLength_input": "Signal Length", - "start_input": "Start", - "increment_input": "Increment", - "maximum_input": "Maximum", - "showMA_input": "Show MA", - "show MA_input": "Show MA", - "Volume": "Volume", - "Volume MA": "Volume MA", - "Indicator": "Indicator", - "Oscillator": "Oscillator", - "lengthStoch_input": "Stoch length", - "lengthRSI_input": "RSI length", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "Crosses", - "Click to set a point": "Click to set a point", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", - "retrying": "retrying", - "eod data": "eod data", - "eod delayed": "eod delayed", - "loading data": "loading data", - "invalid symbol": "invalid symbol", - "streaming": "streaming", - "realtime": "realtime", - "pre-market": "pre-market", - "post-market": "post-market", - "closed": "closed", - "Time Interval": "Time Interval", - "Show Symbol Labels": "Show Symbol Labels", - "Show Symbol Labels_context_menu": "Show Symbol Labels", - "Subminuette": "Subminuette", - "Minuette": "Minuette", - "Minute": "Minute", - "Intermediate": "Intermediate", - "Primary": "Primary", - "Cycle": "Cycle", - "SuperCycle": "SuperCycle", - "GrandSuperCycle": "GrandSuperCycle", - "Lock": "Lock", - "Width": "Width", - "Line With Breaks": "Line With Breaks", - "Area With Breaks": "Area With Breaks", - "Type": "Type", - "Simple": "Simple", - "With Markers": "With Markers", - "Step": "Step", - "No drawings yet": "No drawings yet", - "Lock/Unlock": "Lock/Unlock", - "deviation_input": "deviation", - "depth_input": "depth", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "Betik Düzenleyici", + " Published Charts Timeline": "Yayınlanmış Grafikler Haber Akışı", + "SMA": "Basit Hareketli Ortalama", + "Published Chart": "Published Chart", + "Bar's Style": "Bar'ın Tarzı", + "Chart Properties": "Grafik Özellikleri", + "Compare": "Kıyasla", + "Compare...": "Kıyasla...", + "Compare or Add Symbol...": "Sembol Ekle veya Kıyasla...", + "Compare or Add Symbol": "Sembol Ekle veya Kıyasla", + "Add Symbol": "Sembol Ekle", + "Scales Properties...": "Ölçeklerin Özellikleri...", + "Add": "Ekle", + "Company Comparison": "Firma Kıyaslama", + "Indicators, Fundamentals, Economy and Add-ons": "Göstergeler, Temel Bilgiler, Ekonomi ve Eklentiler", + "Economy & Symbols": "Ekonomi & Semboller", + "Bars": "Barlar", + "Candles": "Mum-barlar", + "Hollow Candles": "Boşluklu Mum-barlar", + "Line": "Çizgi", + "Permanent link to this message": "Permanent link to this message", + "Area": "Alan", + "Message settings": "Message settings", + "Heiken Ashi": "Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Histogram", + "Cross_chart_type": "Kesişme", + "Crosshair": "Nişan çaprazı", + "Columns": "Sütunlar", + "Circles": "Çemberler", + "Indicators": "Göstergeler", + "Favorites": "Favoriler", + "Technical Analysis": "Teknik Analiz", + "No indicators matched your criteria.": "Kriterinize uygun hiçbir gösterge bulunamadı.", + "Add to favorites": "Favorilere ekle", + "Remove from favorites": "Favorilerden çıkar", + "No symbols matched your criteria": "Kriterinize uygun hiçbir gösterge bulunamadı", + "Add any symbol from the list": "Listeden herhangi bir sembolü ekle", + "Overlay the main chart": "Ana alanın üstüne yerleştir", + "Symbols to be added on the chart": "Grafiğe eklenecek olan semboller", + "Symbol": "Sembol", + "Default": "Varsayılan", + "Defaults": "Varsayılanlar", + "OK": "Tamam", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "İptal", + " color": "renk", + " transparency": "şeffaflık", + " visibility": "görünürlük", + "Add To Watchlist": "İzleme Listesine Ekle", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Uygula", + "Arguments in Header": "Başlıktaki Argümanlar", + "Arrow": "Ok", + "Auto Scale": "Otomatik ölçek", + "Background": "Zemin", + "bars": "bar", + "bars_margin": "bar", + "{0} bars": "{0} bar", + "Bottom Margin": "Alt Kenar Boşluğu", + "Bring Forward": "Öne getir", + "Bring to Front": "En öne getir", + "Clone": "Klon", + "Color Theme": "Renk Teması", + "Copy": "Kopyala", + "Extended Hours": "Uzatılmış Saatler", + "Format...": "Biçim...", + "Source Code...": "Source Code...", + "Full Screen": "Tam Ekran", + "Grid Lines": "Klavuz Çizgileri", + "Hide All Drawing Tools": "Tüm Çizim Aletlerini Gizle", + "Drawing Tools": "Drawing Tools", + "Hide": "Gizle", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Çizim Aleti Ekle", + "Insert Indicator...": "Gösterge Ekle", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Fiyat Ölçeğindeki Son Fiyat", + "Link To": "Bağlantı", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Yeni Barları Yükle", + "Lock All Drawing Tools": "Tüm Çizim Araçlarını Kilitle", + "Lock Scale": "Ölçeği Kilitle", + "Lock scale": "Ölçeği kilitle", + "Log Scale": "Logaritmik Ölçek", + "log": "logaritmik", + "Magnet Mode": "Mıknatıs Modu", + "Merge Down": "Aşağıya doğru Birleştir", + "Merge Up": "Yukarıya doğru Birleştir", + "Objects Tree...": "Nesnelerin Ağacı...", + "Offset": "Offset", + "Override Min Tick": "Override Min Tick", + "Percentage": "Yüzde", + "Precision": "Hassasiyet", + "Price Line": "Fiyat Çizgisi", + "Properties...": "Özellikler...", + "Redo": "Yinele", + "Remove All Drawing Tools": "Tüm Çizim Araçlarını Kaldır", + "Remove All Studies": "Tüm Çalışmaları Kaldır", + "Remove All Indicators": "Tüm Göstergelerı Kaldır", + "Remove": "Kaldır", + "Reset Chart": "Grafiği Sıfırla", + "Reset Scale": "Ölçeği Sıfırla", + "Reset": "Sıfırla", + "Right Margin": "Sağ Kenar Boşluğu", + "Save As...": "Farklı Kaydet...", + "Scale Left": "Sola Ölçekle", + "Scale Percentage": "Yüzdesel Ölçek", + "Scale Right": "Sağa Ölçekle", + "Scale Series Only": "Sadece Serileri Ölçeklendir", + "Scale series only": "Sadece serileri ölçeklendir", + "Scale Series only": "Sadece Serileri ölçeklendir", + "Scales Lines": "Ölçek Çizgileri", + "Scales Text": "Ölçek Metni", + "Scaling": "Ölçekleme", + "Screen (No Scale)": "Ekran (Ölçeksiz)", + "Send Backward": "Geriye Gönder", + "Send to Back": "En Geriye Gönder", + "Session Breaks": "Seans Araları", + "Show Arguments in Header": "Argümanları Başlıkta Göster", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Son Değeri Fiyat Ölçeğinde Göster", + "Show Left Axis": "Sol Ekseni Göster", + "Show Right Axis": "Sağ Ekseni Göster", + "Show": "Göster", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Çizim Modunda Kal", + "Symbol Search...": "Sembol Ara...", + "Change Symbol": "Sembol Değiştir", + "Change Symbol...": "Sembol Değiştir...", + "Change Interval...": "Change Interval...", + "Time Zone": "Zaman Dilimi", + "TimeZone": "ZamanDilimi", + "Top Margin": "Üst Kenar Boşluğu", + "Transparency": "Şeffaflık", + "Undo {0}": "Geri al {0}", + "Undo": "Geri al", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Aşağıdan Ayrıştır", + "Unmerge Up": "Yukarıdan Ayrıştır", + "Visual Order": "Görsel Sıra", + "Watermark": "Filigran", + "Show Objects Tree": "Nesnelerin Ağacını Göster", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD Kalıbı", + "Anchored Text": "Yapışık Metin", + "Arc": "Yay", + "Arrow Mark Down": "Ok İşareti Aşağı", + "Arrow Mark Left": "Ok İşareti Sola", + "Arrow Mark Right": "Ok İşareti Sağa", + "Arrow Mark Up": "Ok İşareti Yukarı", + "Balloon": "Balon", + "Bars Pattern": "Barlar Kalıbı", + "Brush": "Fırça", + "Callout": "Callout", + "Circle Lines": "Çember Çizgiler", + "Cross": "Kesişme", + "Cyclic Lines": "Halkalı Çizgiler", + "Date Range": "Tarih Aralığı", + "Disjoint Angle": "Ek Yeri Açısı", + "Dot": "Nokta", + "Elliott Labels": "Elliott Etiketleri", + "Elliott Major Retracement": "Elliott Major Retracement", + "Elliott Minor Retracement": "Elliott Minor Retracement", + "Elliott Wave Cycle": "Elliott Wave Cycle", + "Elliott Wave Minor": "Elliott Wave Minor", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Elliott Wave Subminuette", + "Ellipse": "Oval", + "Value": "Value", + "Eraser": "Silici", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Uzatılmış", + "Extended Line": "Uzatılmış Çizgi", + "Fib Channel": "Fib Kanal", + "Fib Circles": "Fib Çemberler", + "Fib Retracement": "Fib Retracement", + "Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs", + "Fib Speed Resistance Fan": "Fib Speed Resistance Fan", + "Fib Spiral": "Fib Spiral", + "Fib Time Zone": "Fib Zaman Dilimi", + "Fib Wedge": "Fib Wedge", + "Flag Mark": "Flag Mark", + "Flat Top/Bottom": "Flat Top/Bottom", + "Flat Bottom": "Flat Bottom", + "Forecast": "Tahmin", + "Gann Box": "Gann Box", + "Gann Fan": "Gann Fan", + "Gann Square": "Gann Square", + "Head & Shoulders": "Baş & Omuzlar", + "Horizontal Line": "Yatay Çizgi", + "Horizontal Ray": "Yatay Işın", + "Icon": "Simge", + "Inside Pitchfork": "Inside Pitchfork", + "Long Position": "Yükselişe Pozisyon", + "Risk/Reward long": "Risk/Reward long", + "Modified Schiff Pitchfork": "Modified Schiff Pitchfork", + "Parallel Channel": "Parallel Channel", + "Pitchfan": "Pitchfan", + "Pitchfork": "Pitchfork", + "Polyline": "Polyline", + "Price Label": "Fiyat Etiketi", + "Price Range": "Fiyat Aralığı", + "Projection": "Projection", + "Ray": "Ray", + "Rectangle": "Dikdörtgen", + "Regression Trend": "Regression Trend", + "Rotated Rectangle": "Rotated Rectangle", + "Schiff Pitchfork": "Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Asıl", + "Modified Schiff": "Modified Schiff", + "Inside": "Inside", + "Short Position": "Düşüşe Pozisyon", + "Risk/Reward short": "Zarar/Kar düşüş", + "Text": "Metin", + "Comment": "Yorum", + "Three Drivers Pattern": "3 Sürücüler Kalıbı", + "Thumb Down": "Thumb Down", + "Thumb Up": "Thumb Up", + "Trend Angle": "Meyil Açı", + "Trend Line": "Meyil Çizgi", + "Trend-Based Fib Extension": "Trend-Based Fib Extension", + "Trend-Based Fib Time": "Trend-Based Fib Time", + "Triangle Pattern": "Üçgen Kalıbı", + "Triangle": "Triangle", + "Vertical Line": "Dikey Çizgi", + "XABCD Pattern": "XABCD Kalıbı", + "Angle:": "Açı:", + "Arcs": "Yaylar", + "Background color 1": "Background color 1", + "Background color 2": "Background color 2", + "Background Color": "Background Color", + "Bar #": "Bar #", + "Border color": "Border color", + "Border Color": "Border Color", + "Border": "Kenar", + "Bottom Lables": "Bottom Lables", + "bottom": "bottom", + "center": "center", + "Channel": "Channel", + "Coeffs As Percents": "Coeffs As Percents", + "Color bars based on previous close": "Color bars based on previous close", + "Color": "Color", + "Color:": "Color:", + "Coordinates": "Coordinates", + "Delete": "Delete", + "Down Color": "Down Color", + "Drawings": "Drawings", + "Entry price:": "Entry price:", + "Event": "Event", + "Events": "Events", + "Extend Left End": "Extend Left End", + "Extend Left": "Extend Left", + "Extend Lines": "Extend Lines", + "Extend Right End": "Extend Right End", + "Extend Right": "Extend Right", + "Extend": "Extend", + "Failure back color": "Failure back color", + "Failure text color": "Failure text color", + "Fans": "Fans", + "Fill": "Fill", + "Format": "Format", + "Graphics": "Graphics", + "Grid": "Grid", + "Help": "Help", + "HLC Bars": "HLC Bars", + "Inputs": "Inputs", + "Label Background": "Label Background", + "Label": "Label", + "Labels": "Labels", + "Left End": "Left End", + "Left Labels": "Left Labels", + "Right Labels": "Right Labels", + "left": "left", + "Level {0}": "Level {0}", + "Levels": "Levels", + "Lines": "Lines", + "Major": "Major", + "Measure (Shift + Click on the chart)": "Measure (Shift + Click on the chart)", + "Median": "Median", + "middle": "middle", + "Middle": "Middle", + "Minor": "Minor", + "Mode": "Mode", + "Normal": "Normal", + "Plot": "Plot", + "Price Levels": "Price Levels", + "Price Source": "Price Source", + "Price": "Price", + "Price:": "Price:", + "Prices": "Prices", + "Profit Background Color": "Profit Background Color", + "Profit Level. Ticks:": "Profit Level. Ticks:", + "Properties": "Properties", + "Reverse": "Reverse", + "Right End": "Right End", + "Right Lables": "Right Lables", + "right": "right", + "Log Scale_scale_menu": "Log Scale", + "Percentage_scale_menu": "Percentage", + "Scales": "Scales", + "Settings": "Settings", + "Show Background": "Show Background", + "Show Bars Range": "Show Bars Range", + "Show Date/Time Range": "Show Date/Time Range", + "Show Distance": "Show Distance", + "Show Labels": "Show Labels", + "Show Price Range": "Show Price Range", + "Show Price": "Show Price", + "Show Prices": "Show Prices", + "Show Text": "Show Text", + "Show Time": "Show Time", + "Show Wave": "Show Wave", + "Show/Hide": "Show/Hide", + "Source back color": "Source back color", + "Source border color": "Source border color", + "Source text color": "Source text color", + "Stay in Drawing Mode": "Stay in Drawing Mode", + "Stop Background Color": "Stop Background Color", + "Stop Color:": "Stop Color:", + "Stop Level. Ticks:": "Stop Level. Ticks:", + "Style": "Style", + "Success back color": "Success back color", + "Success text color": "Success text color", + "Target back color": "Target back color", + "Target border color": "Target border color", + "Target Color:": "Target Color:", + "Target text color": "Target text color", + "Text Alignment:": "Text Alignment:", + "Text color": "Text color", + "Text Color": "Text Color", + "Text Font": "Text Font", + "Text Wrap": "Text Wrap", + "Text:": "Text:", + "Time Levels": "Time Levels", + "Timezone/Sessions": "Timezone/Sessions", + "Top Labels": "Top Labels", + "Bottom Labels": "Bottom Labels", + "top": "top", + "Up Color": "Up Color", + "Wave Size": "Wave Size", + "Wick": "Wick", + "Zoom In": "Zoom In", + "Zoom Out": "Zoom Out", + "Borders": "Borders", + "Level": "Level", + "Hlines Background": "Hlines Background", + "Plots Background": "Plots Background", + "Open_line_tool_position": "Opened", + "Closed_line_tool_position": "Closed", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}", + "Stop: {0} ({1}%)": "Stop: {0} ({1}%)", + "Target: {0} ({1}%)": "Target: {0} ({1}%)", + "SUCCESS": "SUCCESS", + "FAILURE": "FAILURE", + "Left Shoulder": "Left Shoulder", + "Head": "Head", + "Right Shoulder": "Right Shoulder", + "Mirrored": "Mirrored", + "Flipped": "Flipped", + "distance: {0}": "distance: {0}", + "day": null, + "week": null, + "month": null, + "minute": null, + "hour": null, + "y_dates": null, + "h_dates": "h", + "D_dates": "D", + "W_dates": "W", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "in", + "Jan": "Jan", + "Feb": "Feb", + "Mar": "Mar", + "Apr": "Apr", + "May": "May", + "Jun": "Jun", + "Jul": "Jul", + "Aug": "Aug", + "Sep": "Sep", + "Oct": "Oct", + "Nov": "Nov", + "Dec": "Dec", + "Objects Tree": "Objects Tree", + "Manage Drawings": "Manage Drawings", + "TOOL": "TOOL", + "SYMBOL": "SYMBOL", + "Move Up": "Move Up", + "Move Down": "Move Down", + "All Exchanges": "All Exchanges", + "All types": "All types", + "Stock": "Stock", + "stock": "stock", + "Index": "Index", + "index": "index", + "Futures": "Futures", + "futures": "futures", + "Image URL": "Image URL", + "Save image": "Save image", + "or copy url:": "or copy url:", + "Redo {0}": "Redo {0}", + "Custom color...": "Custom color...", + "Search": "Search", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "Open", + "High": "High", + "Low": "Low", + "Close": "Close", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "Exchange", + "Athens": "Athens", + "Berlin": "Berlin", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Kolkata", + "London": "London", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Moscow", + "New York": "New York", + "Paris": "Paris", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seoul", + "Shanghai": "Shanghai", + "Singapore": "Singapore", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Tehran", + "Tokyo": "Tokyo", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Warsaw", + "n/a": "n/a", + "Long_input": "Long", + "long_input": "long", + "longlen_input": "long length", + "Window Size_input": "Window Size", + "Length_input": "Length", + "length_input": "length", + "len_input": "length", + "Short_input": "Short", + "short_input": "short", + "shortlen_input": "Short Length", + "Mult_input": "Multiplier", + "mult_input": "multiplier", + "divisor_input": "divisor", + "Divisor_input": "Divisor", + "Upper": "Upper", + "Lower": "Lower", + "Long": "Long", + "Short": "Short", + "Signal": "Signal", + "Jaw": "Jaw", + "Teeth": "Teeth", + "Lips": "Lips", + "Zero": "Zero", + "WMA Length_input": "WMA Length", + "Long RoC Length_input": "Long RoC Length", + "Short RoC Length_input": "Short RoC Length", + "jawLength_input": "Jaw Length", + "teethLength_input": "Teeth Length", + "lipsLength_input": "Lips Length", + "percent_input": "Percent", + "exponential_input": "Exponential", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "Color 0", + "Color 1": "Color 1", + "Color 2": "Color 2", + "Color 3": "Color 3", + "Color 4": "Color 4", + "sym_input": "symbol", + "symbol_input": "symbol", + "Sym_input": "Symbol", + "DI Length_input": "DI Length", + "ADX Smoothing_input": "ADX Smoothing", + "displacement_input": "displacement", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Use True Range", + "roclen1_input": "RoC Length 1", + "roclen2_input": "RoC Length 2", + "roclen3_input": "RoC Length 3", + "roclen4_input": "RoC Length 4", + "smalen1_input": "SMA Length 1", + "smalen2_input": "SMA Length 2", + "smalen3_input": "SMA Length 3", + "smalen4_input": "SMA Length 4", + "siglen_input": "Signal Length", + "UpperLimit": "Upper Limit", + "LowerLimit": "Lower Limit", + "Limit": "Limit", + "fastLength_input": "Fast Length", + "slowLength_input": "Slow Length", + "signalLength_input": "Signal Length", + "start_input": "Start", + "increment_input": "Increment", + "maximum_input": "Maximum", + "showMA_input": "Show MA", + "show MA_input": "Show MA", + "Volume": "Volume", + "Volume MA": "Volume MA", + "Indicator": "Indicator", + "Oscillator": "Oscillator", + "lengthStoch_input": "Stoch length", + "lengthRSI_input": "RSI length", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Crosses", + "Click to set a point": "Click to set a point", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor", + "retrying": "retrying", + "eod data": "eod data", + "eod delayed": "eod delayed", + "loading data": "loading data", + "invalid symbol": "invalid symbol", + "streaming": "streaming", + "realtime": "realtime", + "pre-market": "pre-market", + "post-market": "post-market", + "closed": "closed", + "Time Interval": "Time Interval", + "Show Symbol Labels": "Show Symbol Labels", + "Show Symbol Labels_context_menu": "Show Symbol Labels", + "Subminuette": "Subminuette", + "Minuette": "Minuette", + "Minute": "Minute", + "Intermediate": "Intermediate", + "Primary": "Primary", + "Cycle": "Cycle", + "SuperCycle": "SuperCycle", + "GrandSuperCycle": "GrandSuperCycle", + "Lock": "Lock", + "Width": "Width", + "Line With Breaks": "Line With Breaks", + "Area With Breaks": "Area With Breaks", + "Type": "Type", + "Simple": "Simple", + "With Markers": "With Markers", + "Step": "Step", + "No drawings yet": "No drawings yet", + "Lock/Unlock": "Lock/Unlock", + "deviation_input": "deviation", + "depth_input": "depth", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "Show All", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Note", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "auto", + "Invalid Symbol": "Invalid Symbol", + "loading...": "loading...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "Rename...", + "New": "New", + "Load": "Load", + "Save": "Save", + "Rename Chart": "Rename Chart", + "{0} copy": "{0} copy", + "Please enter chart name": "Please enter chart name", + "Enter a new chart name": "Enter a new chart name", + "Load Chart": "Load Chart", + "Chart Name": "Chart Name", + "Chart name": "Chart name", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Last Modified", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Etkin Sembol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Tam ekran modu", + "Marker Color": "İşaretçi Rengi", + "Font Size": "Font Boyutu", + "Save New Chart": "Yeni Grafik Kaydet", + "Source_compare": "Kaynak", + "YES": "EVET", + "Yes": "Yes", + "No": "No", + "NO": "HAYIR", + "Confirmation": "Doğrulama", + "Are you sure you want to delete this chart?": "Bu grafiği silmek istediğinizden emin misiniz?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/vi.json b/charting_library/static/localization/translations/vi.json index 78e75985..c1f6af5c 100644 --- a/charting_library/static/localization/translations/vi.json +++ b/charting_library/static/localization/translations/vi.json @@ -1,664 +1,1449 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label", - "Script Editor": "Soạn thảo kịch bản", - " Published Charts Timeline": "Các biểu đồ dòng thời gian được công bố", - "SMA": "SMA", - "Bar's Style": "Hình dạng biểu đồ ", - "Chart Properties": "Đặc tính biểu đồ", - "Compare": "So sánh", - "Compare...": "So sánh...", - "Compare or Add Symbol...": "So sánh và thêm mã giao dịch...", - "Compare or Add Symbol": "So sánh và thêm mã giao dịch", - "Add Symbol": "Thêm mã giao dịch", - "Scales Properties...": "Đặc tính chia tỷ lệ", - "Add": "Thêm", - "Company Comparison": "So sánh các công ty", - "Indicators, Fundamentals, Economy and Add-ons": "Các chỉ số, yếu tố cơ bản, cơ cấu sắp xếp và tiện ích", - "Economy & Symbols": "Cơ cấu sắp xếp & Mã giao dịch", - "Bars": "Biểu đồ thanh", - "Candles": "Biểu đồ nến", - "Hollow Candles": "Biểu đồ nến rỗng", - "Line": "Biểu đồ đường viền", - "Area": "Biểu đồ vùng", - "Heiken Ashi": "Biểu đồ Heiken Ashi", - "Histogram": "Biểu đồ tần suât", - "Cross_chart_type": "Chéo nhau", - "Crosshair": "Đường chữ thập", - "Columns": "Các cột", - "Circles": "Các vòng tròn", - "Indicators": "Các chỉ số", - "Favorites": "Mục yêu thích", - "Technical Analysis": "Phân tích kĩ thuật", - "No indicators matched your criteria.": "Không có chỉ số nào khớp với tiêu chuẩn của bạn", - "Add to favorites": "Thêm vào mục yêu thích", - "Remove from favorites": "Loại bỏ khỏi mục yêu thích", - "No symbols matched your criteria": "Không mã giao dịch nào khớp với tiêu chuẩn của bạn", - "Add any symbol from the list": "Thêm bất cứ mã giao dịch từ danh sách", - "Overlay the main chart": "Chèn vào biểu đồ chính", - "Symbols to be added on the chart": "Các mã giao dịch được thêm vào biểu đồ", - "Symbol": "Mã giao dịch", - "Default": "Mặc định", - "Defaults": "Các mặc định", - "OK": "Đồng ý", - "Cancel": "Hủy bỏ", - " color": "màu sắc", - " transparency": "độ minh bạch", - " visibility": "khả năng hiển thị", - "Add To Watchlist": "Thêm vào danh sách theo dõi", - "Apply": "Áp dụng", - "Arguments in Header": "Đối số trong tiêu đề", - "Arrow": "Mũi tên", - "Auto Scale": "Tự động chia tỷ lệ", - "Background": "Hình nền", - "bars": "Thanh", - "bars_margin": "Thanh ", - "{0} bars": "{0} thanh", - "Bottom Margin": "Lề dưới", - "Bring Forward": "Đưa ra", - "Bring to Front": "Đưa lên phía trước", - "Clone": "Bản sao", - "Color Theme": "Màu sắc chủ đề", - "Copy": "Sao chép", - "Extended Hours": "Thời gian mở rộng", - "Format...": "Định dạng...", - "Full Screen": "Toàn màn hình", - "Grid Lines": "Đường lưới", - "Hide All Drawing Tools": "Ấn tất cả công cụ vẽ", - "Hide": "Ẩn", - "Insert Drawing Tool": "Chèn công cụ vẽ", - "Insert Indicator...": "Chèn chỉ số...", - "Last Value on Price Scale": "Giá trị cuối cùng trên thang giá", - "Link To": "Liên kết đến", - "Load New Bars": "Tải các thanh mới", - "Lock All Drawing Tools": "Khóa tất cả công cụ vẽ", - "Lock Scale": "Khóa chia tỷ lệ", - "Lock scale": "Khóa chia tỷ lệ", - "Log Scale": "Tỷ lệ logarit", - "log": "logarit", - "Magnet Mode": "Chế độ nam châm", - "Merge Down": "Sáp nhập xuống", - "Merge Up": "Sáp nhập lên", - "Objects Tree...": "Danh sách đối tượng...", - "Offset": "Bù lại", - "Override Min Tick": "Điều chỉnh số thập phân", - "Percentage": "Tỷ lệ phần trăm", - "Precision": "Độ chính xác", - "Price Line": "Đường giá", - "Properties...": "Đặc tính...", - "Redo": "Làm lại", - "Remove All Drawing Tools": "Loại bỏ tất cả công cụ vẽ", - "Remove All Studies": "Loại bỏ tất cả thay đổi", - "Remove All Indicators": "Loại bỏ tất cả các chỉ số", - "Remove": "Loại bỏ", - "Reset Chart": "Thiết lập lại biểu đồ", - "Reset Scale": "Thiết lập lại chia tỷ lệ", - "Reset": "Thiết lập lại", - "Right Margin": "Lề phải", - "Save As...": "Lưu dưới dạng...", - "Scale Left": "Chia tỷ lệ theo bên trái", - "Scale Percentage": "Chia tỷ lệ theo dạng phần trăm", - "Scale Right": "Chia tỷ lệ theo bên phải", - "Scale Series Only": "Chia tỷ lệ theo số liệu", - "Scale series only": "Chia tỷ lệ theo số liệu", - "Scale Series only": "Chia tỷ lệ theo số liệu", - "Scales Lines": "Đường tỷ lệ", - "Scales Text": "Văn bản tỷ lệ", - "Scaling": "Chia tỷ lệ", - "Screen (No Scale)": "Không chia tỷ lệ", - "Send Backward": "Gửi ngược lại", - "Send to Back": "Gửi cho quay lại", - "Session Breaks": "Nghỉ giữa phiên", - "Show Arguments in Header": "Hiển thị đối số trong tiêu đề", - "Show Last Value on Price Scale": "Hiển thị giá trị cuối cùng trên thang giá", - "Show Left Axis": "Hiển thị trục trái", - "Show Right Axis": "Hiển thị trục phải", - "Show": "Hiển thị", - "Stay In Drawing Mode": "Giữ nguyên chế độ vẽ", - "Symbol Search...": "Tìm mã giao dịch...", - "Change Symbol": "Đổi mã giao dịch", - "Change Symbol...": "Đổi mã giao dịch...", - "Time Zone": "Múi giờ ", - "TimeZone": "Múi giờ ", - "Top Margin": "Lề trên", - "Transparency": "Độ minh bạch", - "Undo {0}": "Khôi phục {0}", - "Undo": "Khôi phục", - "Unmerge Down": "Hủy sáp nhập xuống", - "Unmerge Up": "Hủy sáp nhập lên", - "Visual Order": "Thứ tự trực quan", - "Watermark": "Chữ mờ", - "Show Objects Tree": "Hiển thị danh sách đối tượng", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "Mẫu hình ABCD", - "Anchored Text": "Neo văn bản", - "Arc": "Hình vòng cung", - "Arrow Mark Down": "Đánh dấu mũi tên xuống", - "Arrow Mark Left": "Đánh dấu mũi tên sang trái", - "Arrow Mark Right": "Đánh dấu mũi tên sang phải", - "Arrow Mark Up": "Đánh dấu mũi tên lên", - "Balloon": "Bình luận", - "Bars Pattern": "Mẫu hình thanh", - "Brush": "Cọ vẽ", - "Callout": "Chú thích", - "Circle Lines": "Các đường vòng tròn", - "Cross": "Đường chéo", - "Cyclic Lines": "Các đường chu kỳ", - "Date Range": "Phạm vi ngày", - "Disjoint Angle": "Góc phân chia", - "Dot": "Dấu chấm", - "Elliott Labels": "Quy ước dán nhãn với sóng Elliott", - "Elliott Major Retracement": "Sóng Elliott lớn thoái lui", - "Elliott Minor Retracement": "Sóng Elliott nhỏ thoái lui", - "Elliott Wave Cycle": "Sóng Elliott chu kỳ", - "Elliott Wave Minor": "Sóng Elliott nhỏ", - "Elliott Wave Subminuette": "Sóng Elliott cực nhỏ", - "Ellipse": "Hình elip", - "Eraser": "Tẩy", - "Extended": "Kéo dài", - "Extended Line": "Đường kéo dài", - "Fib Channel": "Kênh Fibonacci", - "Fib Circles": "Các vòng Fibonacci", - "Fib Retracement": "Fibonacci thoái lui", - "Fib Speed Resistance Arcs": "Fibonacci kháng cự vòng cung", - "Fib Speed Resistance Fan": "Fibonacci kháng cự dạng quạt", - "Fib Spiral": "Fibonacci hình xoắn ốc", - "Fib Time Zone": "Fibonacci vùng thời gian", - "Fib Wedge": "Fibonacci hình cái nêm", - "Flag Mark": "Cờ đánh dấu", - "Flat Top/Bottom": "Mặt phẳng đỉnh/đáy", - "Flat Bottom": "Mặt phẳng đáy", - "Forecast": "Dự đoán", - "Gann Box": "Mô hình hộp Gann", - "Gann Fan": "Mô hình quạt Gann", - "Gann Square": "Mô hình vuông Gann", - "Head & Shoulders": "Mô hình Vai-Đầu-Vai", - "Horizontal Line": "Đường nằm ngang", - "Horizontal Ray": "Tia nằm ngang", - "Icon": "Biểu tượng", - "Inside Pitchfork": "Mô hình Pitchfork mặt trong", - "Long Position": "Vị trí mua", - "Risk/Reward long": "Rủi ro/lợi nhuận ở trạng thái mua", - "Modified Schiff Pitchfork": "Mô hình Schiff Pitchfork biến đổi", - "Parallel Channel": "Kênh song song", - "Pitchfan": "Mô hình Pitchfork dạng quạt", - "Pitchfork": "Mô hình Pitchfork", - "Polyline": "Hình polyline", - "Price Label": "Nhãn giá", - "Price Range": "Phạm vi giá", - "Projection": "Phép chiếu", - "Ray": "Tia", - "Rectangle": "Hình chữ nhật", - "Regression Trend": "Xu hướng hồi quy", - "Rotated Rectangle": "Hình chữ nhật xoay chuyển", - "Schiff Pitchfork": "Mô hình Schiff Pitchfork", - "Schiff": "Schiff", - "Original": "Nguyên bản", - "Modified Schiff": "Mô hình Schiff biến đổi", - "Inside": "Bên trong", - "Short Position": "Vị trí bán", - "Risk/Reward short": "Rủi ro/Lợi nhuận ở trạng thái bán", - "Text": "Văn bản", - "Comment": "Bình luận", - "Three Drivers Pattern": "Mẫu hình 1-2-3", - "Thumb Down": "Giơ ngón tay cái xuống", - "Thumb Up": "Giơ ngón tay cái lên", - "Trend Angle": "Góc xu hướng", - "Trend Line": "Đường xu hướng", - "Trend-Based Fib Extension": "Fibonacci mở rộng dựa trên xu hướng", - "Trend-Based Fib Time": "Fibonacci vùng thời gian dựa trên xu hướng", - "Triangle Pattern": "Mẫu hình tam giác", - "Triangle": "Hình tam giác", - "Vertical Line": "Đường thẳng đứng", - "XABCD Pattern": "Mẫu hình XABCD", - "Angle:": "Góc:", - "Arcs": "Các vòng cung", - "Background color 1": "Màu hình nền 1", - "Background color 2": "Màu hình nền 2", - "Background Color": "Màu hình nền ", - "Bar #": "Các thanh #", - "Border color": "Màu đường viền", - "Border Color": "Màu đường viền", - "Border": "Đường viền", - "Bottom Lables": "Nhãn dưới", - "bottom": "phía dưới", - "center": "trung tâm", - "Channel": "Kênh", - "Coeffs As Percents": "Hệ số theo phần trăm", - "Color bars based on previous close": "Các thanh màu dựa trên đóng cửa phiên trước", - "Color": "Màu sắc", - "Color:": "Màu sắc:", - "Coordinates": "Tọa độ", - "Delete": "Xóa", - "Down Color": "Màu giá xuống", - "Drawings": "Các hình vẽ", - "Entry price:": "Giá ban đầu:", - "Events": "Các sự kiện", - "Extend Left End": "Kéo dài phía cuối trái", - "Extend Left": "Kéo dài phía trái", - "Extend Lines": "Kéo dài các đường", - "Extend Right End": "Kéo dài phía cuối phải", - "Extend Right": "Kéo dài phía phải", - "Extend": "Kéo dài", - "Failure back color": "Màu nền cho lệnh thất bại", - "Failure text color": "Màu văn bản cho lệnh thất bại", - "Fans": "Các cánh quạt", - "Fill": "Lấp đầy", - "Format": "Định dạng", - "Graphics": "Đồ họa", - "Grid": "Lưới", - "Help": "Trợ giúp", - "HLC Bars": "Các thanh HLC", - "Inputs": "Các đầu vào", - "Label Background": "Hình nền của nhãn", - "Label": "Nhãn", - "Labels": "Các nhãn", - "Left End": "Phía cuối bên trái", - "Left Labels": "Các nhãn bên trái", - "left": "Bên trái", - "Level {0}": "Cấp độ {0}", - "Levels": "Các cấp độ", - "Lines": "Các đường ", - "Major": "Sóng lớn", - "Measure (Shift + Click on the chart)": "Đo lường (Shift + Click trên biểu đồ)", - "Median": "Trung bình", - "middle": "khoảng giữa", - "Middle": "Khoảng giữa", - "Minor": "Sóng nhỏ", - "Mode": "Chế độ", - "Normal": "Bình thường", - "Plot": "Lô", - "Price Levels": "Các cấp độ giá", - "Price Source": "Nguồn giá", - "Price": "Giá", - "Price:": "Giá:", - "Prices": "Các mức giá", - "Profit Background Color": "Màu hình nền phần lợi nhuận", - "Profit Level. Ticks:": "Cấp độ lợi nhuận. Đánh dấu:", - "Properties": "Đặc tính", - "Reverse": "Đảo ngược", - "Right End": "Phía cuối bên phải", - "Right Lables": "Các nhãn bên phải", - "right": "phải", - "Log Scale_scale_menu": "Tỷ lệ logarit", - "Percentage_scale_menu": "Phần trăm", - "Scales": "Điều chỉnh tỷ lệ", - "Settings": "Cài đặt", - "Show Background": "Hiển thị hình nền ", - "Show Bars Range": "Hiển thị phạm vi các thanh", - "Show Date/Time Range": "Hiển thị phạm vi ngày/thời gian", - "Show Distance": "Hiển thị khoảng cách", - "Show Labels": "Hiển thị các nhãn", - "Show Price Range": "Hiển thị phạm vi giá", - "Show Price": "Hiển thị giá", - "Show Prices": "Hiển thị các mức giá", - "Show Text": "Hiển thị văn bản", - "Show Time": "Hiển thị thời gian", - "Show Wave": "Hiển thị sóng", - "Show/Hide": "Hiển thị/ẩn", - "Source back color": "Màu hình nền nguồn dữ liệu", - "Source border color": "Màu viền nguồn dữ liệu", - "Source text color": "Màu văn bản nguồn dữ liệu", - "Stay in Drawing Mode": "Giữ nguyên chế độ vẽ", - "Stop Background Color": "Màu hình nền cho lệnh dừng lại", - "Stop Color:": "Màu lệnh dừng lại:", - "Stop Level. Ticks:": "Cấp độ dừng. Đánh dấu:", - "Style": "Hình dạng", - "Success back color": "Màu hình nền lệnh thành công", - "Success text color": "Màu chữ lệnh thành công", - "Target back color": "Màu hình nền cho mục tiêu", - "Target border color": "Màu viền cho mục tiêu", - "Target Color:": "Màu mục tiêu:", - "Target text color": "Màu văn bản của mục tiêu", - "Text Alignment:": "Thẳng hàng chữ:", - "Text color": "Màu văn bản", - "Text Color": "Màu văn bản", - "Text Font": "Phông văn bản", - "Text Wrap": "Xuống dòng tự động", - "Text:": "Văn bản:", - "Time Levels": "Các cấp độ thời gian", - "Timezone/Sessions": "Múi giờ/Phiên giao dịch", - "Top Labels": "Các nhãn phía trên", - "top": "Phía trên", - "Up Color": "Màu giá lên", - "Wave Size": "Cỡ sóng", - "Wick": "Bóng nến", - "Zoom In": "Phóng to ", - "Zoom Out": "Thu nhỏ", - "Borders": "Đường viền", - "Level": "Cấp độ", - "Hlines Background": "Hình nền các khoảng Hline", - "Plots Background": "Hình nền các khu", - "Open_line_tool_position": "Mở cửa", - "Closed_line_tool_position": "Đóng cửa", - "{0} P&L: {1}": "{0} P&L: {1}", - "Risk/Reward Ratio: {0}": "Tỷ lệ Rủi ro/Lợi nhuận: {0}", - "Stop: {0} ({1}%)": "Dừng: {0} ({1}%)", - "Target: {0} ({1}%)": "Mục tiêu: {0} ({1}%)", - "SUCCESS": "THÀNH CÔNG", - "FAILURE": "THẤT BẠI", - "Left Shoulder": "Vai trái", - "Head": "Đầu", - "Right Shoulder": "Vai phải", - "Mirrored": "Nhân đôi", - "Flipped": "Lật", - "distance: {0}": "Khoảng cách: {0}", - "day": "ngày", - "day_plural": "ngày", - "day_plural_1": "ngày", - "day_plural_2": "ngày", - "day_plural_5": "ngày", - "week": "tuần", - "week_plural": "các tuần", - "week_plural_1": "tuần", - "week_plural_2": "tuần", - "week_plural_5": "tuần", - "month": "tháng", - "month_plural": "tháng", - "month_plural_1": "tháng", - "month_plural_2": "tháng", - "month_plural_5": "tháng", - "minute": "phút", - "minute_plural": "phút", - "minute_plural_1": "phút", - "minute_plural_2": "phút", - "minute_plural_5": "phút", - "hour": "giờ", - "hour_plural": "giờ", - "hour_plural_1": "giờ", - "hour_plural_2": "giờ", - "hour_plural_5": "giờ", - "y_dates": "năm", - "y_dates_plural": "năm", - "y_dates_plural_1": "năm", - "y_dates_plural_2": "năm", - "y_dates_plural_5": "năm", - "h_dates": "h", - "D_dates": "D", - "W_dates": "W", - "M_dates": "M", - "d_dates": "d", - "m_dates": "m", - "in_dates": "trong", - "Jan": "Tháng một", - "Feb": "Tháng hai", - "Mar": "Tháng ba", - "Apr": "Tháng tư", - "May": "Tháng năm", - "Jun": "Tháng sáu", - "Jul": "Tháng bảy", - "Aug": "Tháng tám", - "Sep": "Tháng chín", - "Oct": "Tháng mười", - "Nov": "Tháng mười một", - "Dec": "Tháng mười hai", - "Objects Tree": "Danh sách đối tượng", - "Manage Drawings": "Quản lý chức năng vẽ", - "TOOL": "CÔNG CỤ", - "SYMBOL": "MÃ", - "Move Up": "Di chuyển lên", - "Move Down": "Di chuyển xuống", - "All Exchanges": "Tất cả thị trường", - "All types": "Tất cả các loại", - "Stock": "Chứng khoán", - "stock": "chứng khoán", - "Index": "Chỉ số", - "index": "chỉ số", - "Futures": "Tương lai", - "futures": "Tương lai", - "Image URL": "URL của ảnh", - "Save image": "Lưu ảnh", - "or copy url:": "Hoặc sao chép URL:", - "Redo {0}": "Làm lại {0}", - "Custom color...": "Tùy chỉnh màu...", - "Search": "Tìm kiếm", - "Open_in_legend": "O", - "High_in_legend": "H", - "Low_in_legend": "L", - "Close_in_legend": "C", - "Open": "Mở cửa", - "High": "Cao nhất", - "Low": "Thấp nhất", - "Close": "Đóng cửa", - "(H + L)/2": "(H + L)/2", - "(H + L + C)/3": "(H + L + C)/3", - "(O + H + L + C)/4": "(O + H + L + C)/4", - "UTC": "UTC", - "Exchange": "Thị trường", - "Athens": "Athens", - "Berlin": "Berlin ", - "Bogota": "Bogota", - "Bangkok": "Bangkok", - "Buenos Aires": "Buenos Aires", - "Chicago": "Chicago", - "Hong Kong": "Hong Kong", - "Kolkata": "Kolkata", - "London": "London", - "Los Angeles": "Los Angeles", - "Madrid": "Madrid", - "Moscow": "Moscow", - "New York": "New York", - "Paris": "Paris", - "Seoul": "Seoul", - "Shanghai": "Shanghai", - "Singapore": "Singapore", - "Sydney": "Sydney", - "Taipei": "Taipei", - "Tehran": "Tehran", - "Tokyo": "Tokyo", - "Toronto": "Toronto", - "Vancouver": "Vancouver", - "Warsaw": "Warsaw", - "n/a": "Không có sẵn", - "Long_input": "Mua", - "long_input": "mua", - "longlen_input": "Thời kỳ trạng thái mua", - "Window Size_input": "Kích thước cửa sổ", - "Length_input": "Thời kỳ", - "length_input": "thời kỳ", - "len_input": "thời kỳ", - "Short_input": "Bán", - "short_input": "bán", - "shortlen_input": "Thời lượng trạng thái bán", - "Mult_input": "Hệ số nhân", - "mult_input": "hệ số nhân", - "divisor_input": "số chia", - "Divisor_input": "Số chia", - "Upper": "Phía trên", - "Lower": "Phía dưới", - "Long": "Dài", - "Short": "Bán", - "Signal": "Tín hiệu", - "Jaw": "Hàm", - "Teeth": "Răng", - "Lips": "Miệng", - "Zero": "Không", - "WMA Length_input": "Thời kỳ đường WMA", - "Long RoC Length_input": "Thời kỳ chỉ báo RoC giá dài", - "Short RoC Length_input": "Thời kỳ chỉ báo RoC giá ngắn", - "jawLength_input": "Thời kỳ của hàm", - "teethLength_input": "Thời kỳ của răng", - "lipsLength_input": "Thời kỳ của miệng", - "percent_input": "Phần trăm", - "exponential_input": "Theo cấp số nhân", - "smoothD_input": "Smooth D", - "smoothK_input": "Smooth K", - "Color 0": "Màu 0", - "Color 1": "Màu 1", - "Color 2": "Màu 2", - "Color 3": "Màu 3", - "Color 4": "Màu 4", - "sym_input": "mã giao dịch", - "symbol_input": "mã giao dịch", - "Sym_input": "Mã giao dịch", - "DI Length_input": "Thời kỳ chỉ số DI", - "ADX Smoothing_input": "Chỉ số ADX Smoothing", - "displacement_input": "thay thế", - "Tenkan-sen": "Tenkan-sen", - "Kijun-sen": "Kijun-sen", - "Chikou span": "Chikou span", - "Senkou A": "Senkou A", - "Senkou B": "Senkou B", - "useTrueRange_input": "Sử dụng khoảng xếp hạng thực tế", - "roclen1_input": "Thời kỳ chỉ báo RoC 1", - "roclen2_input": "Thời kỳ chỉ báo RoC 2", - "roclen3_input": "Thời kỳ chỉ báo RoC 3", - "roclen4_input": "Thời kỳ chỉ báo RoC 4", - "smalen1_input": "Thời kỳ đường SMA 1", - "smalen2_input": "Thời kỳ đường SMA 2", - "smalen3_input": "Thời kỳ đường SMA 3", - "smalen4_input": "Thời kỳ đường SMA 4", - "siglen_input": "Thời lượng tín hiệu", - "UpperLimit": "Giới hạn trên", - "LowerLimit": "Giới hạn dưới", - "fastLength_input": "Thời kỳ đường nhanh", - "slowLength_input": "Thời kỳ đường chậm", - "signalLength_input": "Thời lượng tín hiệu", - "start_input": "Bắt đầu", - "increment_input": "Tăng dần", - "maximum_input": "Tối đa", - "showMA_input": "Hiển thị đường MA", - "show MA_input": "Show MA", - "Volume": "Khối lượng", - "Volume MA": "Khối lượng đường MA", - "Indicator": "Chỉ số", - "Oscillator": "Công cụ đo dao động", - "lengthStoch_input": "Thời kỳ chỉ báo dao động", - "lengthRSI_input": "Thời kỳ chỉ số RSI", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "Các đường chéo", - "Click to set a point": "Nhấn để thiết lập một điểm", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1.Trượt ngón tay của bạn để chọn vị trí neo đầu tiên
2. Bấm vào bất cứ nơi nào để đặt neo đầu tiên", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1.Trượt ngón tay của bạn để chọn vị trí neo tiếp theo
2. Bấm vào bất cứ nơi nào để đặt neo tiếp theo", - "retrying": "đang thử lại", - "eod data": "Dữ liệu EOD", - "eod delayed": "EOD bị trì hoãn", - "loading data": "Đang tải dữ liệu", - "invalid symbol": "mã không hợp lệ", - "streaming": "đang truyền", - "realtime": "Thời gian thực", - "pre-market": "Thị trường trước giờ mở cửa", - "post-market": "Thị trường sau khi đóng cửa", - "closed": "đóng cửa", - "Time Interval": "Khoảng thời gian", - "Show Symbol Labels": "Hiển thị các nhãn mã giao dịch", - "Show Symbol Labels_context_menu": "Hiển thị các nhãn mã giao dịch", - "Subminuette": "Sóng cực nhỏ", - "Minuette": "Sóng rất nhỏ", - "Minute": "Sóng khá nhỏ", - "Intermediate": "Sóng trung cấp", - "Primary": "Sóng sơ cấp", - "Cycle": "Sóng chu kỳ", - "SuperCycle": "Sóng siêu chu kỳ", - "GrandSuperCycle": "Sóng đại siêu chu kỳ", - "Lock": "Khóa", - "Width": "Chiều rộng", - "Line With Breaks": "Các đường gãy", - "Area With Breaks": "Vùng gãy", - "Type": "Loại", - "Simple": "Đơn giản", - "With Markers": "Với các dấu hiệu", - "Step": "Bước", - "No drawings yet": "Chưa có bản vẽ nào", - "Lock/Unlock": "Khóa/Mở khóa", - "deviation_input": "độ lệch", - "depth_input": "chiều sâu", - "Accumulation/Distribution_study": "Accumulation/Distribution", - "Aroon_study": "Aroon", - "Advance/Decline_study": "Advance/Decline", - "Average True Range_study": "Average True Range", - "Awesome Oscillator_study": "Awesome Oscillator", - "Bollinger Bands Width_study": "Bollinger Bands Width", - "Balance of Power_study": "Balance of Power", - "Bollinger Bands_study": "Bollinger Bands", - "Bollinger Bands %B_study": "Bollinger Bands %B", - "Chaikin Money Flow_study": "Chaikin Money Flow", - "Chaikin Oscillator_study": "Chaikin Oscillator", - "Chande Kroll Stop_study": "Chande Kroll Stop", - "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", - "Commodity Channel Index_study": "Commodity Channel Index", - "Choppiness Index_study": "Choppiness Index", - "Directional Movement Index_study": "Directional Movement Index", - "Correlation Coeff_study": "Correlation Coeff", - "Donchian Channels_study": "Donchian Channels", - "Double Exponential Moving Average_study": "Double Exponential Moving Average", - "Ease of Movement_study": "Ease of Movement", - "Elders Force Index_study": "Elders Force Index", - "Envelope_study": "Envelope", - "Ichimoku Cloud_study": "Ichimoku Cloud", - "Klinger Oscillator_study": "Klinger Oscillator", - "Hull MA_study": "Hull MA", - "Keltner Channels_study": "Keltner Channels", - "Linear Regression Curve_study": "Linear Regression Curve", - "Know Sure Thing_study": "Know Sure Thing", - "MA Cross_study": "MA Cross", - "Money Flow_study": "Money Flow", - "Mass Index_study": "Mass Index", - "Moving Average Exponential_study": "Moving Average Exponential", - "Net Volume_study": "Net Volume", - "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", - "Moving Average_study": "Moving Average", - "Moving Average Weighted_study": "Moving Average Weighted", - "Parabolic SAR_study": "Parabolic SAR", - "On Balance Volume_study": "On Balance Volume", - "Price Oscillator_study": "Price Oscillator", - "Relative Strength Index_study": "Relative Strength Index", - "Relative Vigor Index_study": "Relative Vigor Index", - "Relative Volatility Index_study": "Relative Volatility Index", - "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", - "Stochastic_study": "Stochastic", - "TRIX_study": "TRIX", - "Stochastic RSI_study": "Stochastic RSI", - "Triple EMA_study": "Triple EMA", - "VWMA_study": "VWMA", - "Volume Oscillator_study": "Volume Oscillator", - "Volume_study": "Volume", - "Williams Alligator_study": "Williams Alligator", - "Willams %R_study": "Willams %R", - "Coppock Curve_study": "Coppock Curve", - "Least Squares Moving Average_study": "Least Squares Moving Average", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", - "True Strength Indicator_study": "True Strength Indicator", - "Change Interval": "Change Interval", - "Show Only Studies": "Show Only Studies", - "Show Only Drawings": "Show Only Drawings", - "Show All": "Show All", - "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", - "Scale Price Chart Only": "Scale Price Chart Only", - "Open Interval Dialog": "Open Interval Dialog", - "Note": "Note", - "Anchored Note": "Anchored Note", - "Scales Properties": "Scales Properties", - "Toggle Auto Scale": "Toggle Auto Scale", - "Toggle Log Scale": "Toggle Log Scale", - "Toggle Percentage": "Toggle Percentage", - "auto_scale": "auto", - "Invalid Symbol": "Invalid Symbol", - "loading...": "loading...", - "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", - "Not applicable": "Not applicable", - "Stats Text Color": "Stats Text Color", - "Show Angle": "Show Angle", - "Always Show Stats": "Always Show Stats", - "Rename...": "Rename...", - "Load": "Load", - "Save": "Save", - "Rename Chart": "Rename Chart", - "{0} copy": "{0} copy", - "Please enter chart name": "Please enter chart name", - "Enter a new chart name": "Enter a new chart name", - "Load Chart": "Load Chart", - "Chart Name": "Chart Name", - "Chart name": "Chart name", - "Last Modified": "Last Modified", - "Active Symbol": "Active Symbol", - "Fullscreen mode": "Fullscreen mode", - "Marker Color": "Marker Color", - "Font Size": "Font Size", - "Save New Chart": "Save New Chart", - "Source_compare": "Source", - "YES": "YES", - "NO": "NO", - "Confirmation": "Confirmation", - "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?" +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "Soạn thảo kịch bản", + " Published Charts Timeline": "Các biểu đồ dòng thời gian được công bố", + "SMA": "SMA", + "Published Chart": "Published Chart", + "Bar's Style": "Hình dạng biểu đồ ", + "Chart Properties": "Đặc tính biểu đồ", + "Compare": "So sánh", + "Compare...": "So sánh...", + "Compare or Add Symbol...": "So sánh và thêm mã giao dịch...", + "Compare or Add Symbol": "So sánh và thêm mã giao dịch", + "Add Symbol": "Thêm mã giao dịch", + "Scales Properties...": "Đặc tính chia tỷ lệ", + "Add": "Thêm", + "Company Comparison": "So sánh các công ty", + "Indicators, Fundamentals, Economy and Add-ons": "Các chỉ số, yếu tố cơ bản, cơ cấu sắp xếp và tiện ích", + "Economy & Symbols": "Cơ cấu sắp xếp & Mã giao dịch", + "Bars": "Biểu đồ thanh", + "Candles": "Biểu đồ nến", + "Hollow Candles": "Biểu đồ nến rỗng", + "Line": "Biểu đồ đường viền", + "Permanent link to this message": "Permanent link to this message", + "Area": "Biểu đồ vùng", + "Message settings": "Message settings", + "Heiken Ashi": "Biểu đồ Heiken Ashi", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "Biểu đồ tần suât", + "Cross_chart_type": "Chéo nhau", + "Crosshair": "Đường chữ thập", + "Columns": "Các cột", + "Circles": "Các vòng tròn", + "Indicators": "Các chỉ số", + "Favorites": "Mục yêu thích", + "Technical Analysis": "Phân tích kĩ thuật", + "No indicators matched your criteria.": "Không có chỉ số nào khớp với tiêu chuẩn của bạn", + "Add to favorites": "Thêm vào mục yêu thích", + "Remove from favorites": "Loại bỏ khỏi mục yêu thích", + "No symbols matched your criteria": "Không mã giao dịch nào khớp với tiêu chuẩn của bạn", + "Add any symbol from the list": "Thêm bất cứ mã giao dịch từ danh sách", + "Overlay the main chart": "Chèn vào biểu đồ chính", + "Symbols to be added on the chart": "Các mã giao dịch được thêm vào biểu đồ", + "Symbol": "Mã giao dịch", + "Default": "Mặc định", + "Defaults": "Các mặc định", + "OK": "Đồng ý", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "Hủy bỏ", + " color": "màu sắc", + " transparency": "độ minh bạch", + " visibility": "khả năng hiển thị", + "Add To Watchlist": "Thêm vào danh sách theo dõi", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "Áp dụng", + "Arguments in Header": "Đối số trong tiêu đề", + "Arrow": "Mũi tên", + "Auto Scale": "Tự động chia tỷ lệ", + "Background": "Hình nền", + "bars": "Thanh", + "bars_margin": "Thanh ", + "{0} bars": "{0} thanh", + "Bottom Margin": "Lề dưới", + "Bring Forward": "Đưa ra", + "Bring to Front": "Đưa lên phía trước", + "Clone": "Bản sao", + "Color Theme": "Màu sắc chủ đề", + "Copy": "Sao chép", + "Extended Hours": "Thời gian mở rộng", + "Format...": "Định dạng...", + "Source Code...": "Source Code...", + "Full Screen": "Toàn màn hình", + "Grid Lines": "Đường lưới", + "Hide All Drawing Tools": "Ấn tất cả công cụ vẽ", + "Drawing Tools": "Drawing Tools", + "Hide": "Ẩn", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "Chèn công cụ vẽ", + "Insert Indicator...": "Chèn chỉ số...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "Giá trị cuối cùng trên thang giá", + "Link To": "Liên kết đến", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "Tải các thanh mới", + "Lock All Drawing Tools": "Khóa tất cả công cụ vẽ", + "Lock Scale": "Khóa chia tỷ lệ", + "Lock scale": "Khóa chia tỷ lệ", + "Log Scale": "Tỷ lệ logarit", + "log": "logarit", + "Magnet Mode": "Chế độ nam châm", + "Merge Down": "Sáp nhập xuống", + "Merge Up": "Sáp nhập lên", + "Objects Tree...": "Danh sách đối tượng...", + "Offset": "Bù lại", + "Override Min Tick": "Điều chỉnh số thập phân", + "Percentage": "Tỷ lệ phần trăm", + "Precision": "Độ chính xác", + "Price Line": "Đường giá", + "Properties...": "Đặc tính...", + "Redo": "Làm lại", + "Remove All Drawing Tools": "Loại bỏ tất cả công cụ vẽ", + "Remove All Studies": "Loại bỏ tất cả thay đổi", + "Remove All Indicators": "Loại bỏ tất cả các chỉ số", + "Remove": "Loại bỏ", + "Reset Chart": "Thiết lập lại biểu đồ", + "Reset Scale": "Thiết lập lại chia tỷ lệ", + "Reset": "Thiết lập lại", + "Right Margin": "Lề phải", + "Save As...": "Lưu dưới dạng...", + "Scale Left": "Chia tỷ lệ theo bên trái", + "Scale Percentage": "Chia tỷ lệ theo dạng phần trăm", + "Scale Right": "Chia tỷ lệ theo bên phải", + "Scale Series Only": "Chia tỷ lệ theo số liệu", + "Scale series only": "Chia tỷ lệ theo số liệu", + "Scale Series only": "Chia tỷ lệ theo số liệu", + "Scales Lines": "Đường tỷ lệ", + "Scales Text": "Văn bản tỷ lệ", + "Scaling": "Chia tỷ lệ", + "Screen (No Scale)": "Không chia tỷ lệ", + "Send Backward": "Gửi ngược lại", + "Send to Back": "Gửi cho quay lại", + "Session Breaks": "Nghỉ giữa phiên", + "Show Arguments in Header": "Hiển thị đối số trong tiêu đề", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "Hiển thị giá trị cuối cùng trên thang giá", + "Show Left Axis": "Hiển thị trục trái", + "Show Right Axis": "Hiển thị trục phải", + "Show": "Hiển thị", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "Giữ nguyên chế độ vẽ", + "Symbol Search...": "Tìm mã giao dịch...", + "Change Symbol": "Đổi mã giao dịch", + "Change Symbol...": "Đổi mã giao dịch...", + "Change Interval...": "Change Interval...", + "Time Zone": "Múi giờ ", + "TimeZone": "Múi giờ ", + "Top Margin": "Lề trên", + "Transparency": "Độ minh bạch", + "Undo {0}": "Khôi phục {0}", + "Undo": "Khôi phục", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "Hủy sáp nhập xuống", + "Unmerge Up": "Hủy sáp nhập lên", + "Visual Order": "Thứ tự trực quan", + "Watermark": "Chữ mờ", + "Show Objects Tree": "Hiển thị danh sách đối tượng", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "Mẫu hình ABCD", + "Anchored Text": "Neo văn bản", + "Arc": "Hình vòng cung", + "Arrow Mark Down": "Đánh dấu mũi tên xuống", + "Arrow Mark Left": "Đánh dấu mũi tên sang trái", + "Arrow Mark Right": "Đánh dấu mũi tên sang phải", + "Arrow Mark Up": "Đánh dấu mũi tên lên", + "Balloon": "Bình luận", + "Bars Pattern": "Mẫu hình thanh", + "Brush": "Cọ vẽ", + "Callout": "Chú thích", + "Circle Lines": "Các đường vòng tròn", + "Cross": "Đường chéo", + "Cyclic Lines": "Các đường chu kỳ", + "Date Range": "Phạm vi ngày", + "Disjoint Angle": "Góc phân chia", + "Dot": "Dấu chấm", + "Elliott Labels": "Quy ước dán nhãn với sóng Elliott", + "Elliott Major Retracement": "Sóng Elliott lớn thoái lui", + "Elliott Minor Retracement": "Sóng Elliott nhỏ thoái lui", + "Elliott Wave Cycle": "Sóng Elliott chu kỳ", + "Elliott Wave Minor": "Sóng Elliott nhỏ", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "Sóng Elliott cực nhỏ", + "Ellipse": "Hình elip", + "Value": "Value", + "Eraser": "Tẩy", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "Kéo dài", + "Extended Line": "Đường kéo dài", + "Fib Channel": "Kênh Fibonacci", + "Fib Circles": "Các vòng Fibonacci", + "Fib Retracement": "Fibonacci thoái lui", + "Fib Speed Resistance Arcs": "Fibonacci kháng cự vòng cung", + "Fib Speed Resistance Fan": "Fibonacci kháng cự dạng quạt", + "Fib Spiral": "Fibonacci hình xoắn ốc", + "Fib Time Zone": "Fibonacci vùng thời gian", + "Fib Wedge": "Fibonacci hình cái nêm", + "Flag Mark": "Cờ đánh dấu", + "Flat Top/Bottom": "Mặt phẳng đỉnh/đáy", + "Flat Bottom": "Mặt phẳng đáy", + "Forecast": "Dự đoán", + "Gann Box": "Mô hình hộp Gann", + "Gann Fan": "Mô hình quạt Gann", + "Gann Square": "Mô hình vuông Gann", + "Head & Shoulders": "Mô hình Vai-Đầu-Vai", + "Horizontal Line": "Đường nằm ngang", + "Horizontal Ray": "Tia nằm ngang", + "Icon": "Biểu tượng", + "Inside Pitchfork": "Mô hình Pitchfork mặt trong", + "Long Position": "Vị trí mua", + "Risk/Reward long": "Rủi ro/lợi nhuận ở trạng thái mua", + "Modified Schiff Pitchfork": "Mô hình Schiff Pitchfork biến đổi", + "Parallel Channel": "Kênh song song", + "Pitchfan": "Mô hình Pitchfork dạng quạt", + "Pitchfork": "Mô hình Pitchfork", + "Polyline": "Hình polyline", + "Price Label": "Nhãn giá", + "Price Range": "Phạm vi giá", + "Projection": "Phép chiếu", + "Ray": "Tia", + "Rectangle": "Hình chữ nhật", + "Regression Trend": "Xu hướng hồi quy", + "Rotated Rectangle": "Hình chữ nhật xoay chuyển", + "Schiff Pitchfork": "Mô hình Schiff Pitchfork", + "Schiff": "Schiff", + "Original": "Nguyên bản", + "Modified Schiff": "Mô hình Schiff biến đổi", + "Inside": "Bên trong", + "Short Position": "Vị trí bán", + "Risk/Reward short": "Rủi ro/Lợi nhuận ở trạng thái bán", + "Text": "Văn bản", + "Comment": "Bình luận", + "Three Drivers Pattern": "Mẫu hình 1-2-3", + "Thumb Down": "Giơ ngón tay cái xuống", + "Thumb Up": "Giơ ngón tay cái lên", + "Trend Angle": "Góc xu hướng", + "Trend Line": "Đường xu hướng", + "Trend-Based Fib Extension": "Fibonacci mở rộng dựa trên xu hướng", + "Trend-Based Fib Time": "Fibonacci vùng thời gian dựa trên xu hướng", + "Triangle Pattern": "Mẫu hình tam giác", + "Triangle": "Hình tam giác", + "Vertical Line": "Đường thẳng đứng", + "XABCD Pattern": "Mẫu hình XABCD", + "Angle:": "Góc:", + "Arcs": "Các vòng cung", + "Background color 1": "Màu hình nền 1", + "Background color 2": "Màu hình nền 2", + "Background Color": "Màu hình nền ", + "Bar #": "Các thanh #", + "Border color": "Màu đường viền", + "Border Color": "Màu đường viền", + "Border": "Đường viền", + "Bottom Lables": "Nhãn dưới", + "bottom": "phía dưới", + "center": "trung tâm", + "Channel": "Kênh", + "Coeffs As Percents": "Hệ số theo phần trăm", + "Color bars based on previous close": "Các thanh màu dựa trên đóng cửa phiên trước", + "Color": "Màu sắc", + "Color:": "Màu sắc:", + "Coordinates": "Tọa độ", + "Delete": "Xóa", + "Down Color": "Màu giá xuống", + "Drawings": "Các hình vẽ", + "Entry price:": "Giá ban đầu:", + "Event": "Event", + "Events": "Các sự kiện", + "Extend Left End": "Kéo dài phía cuối trái", + "Extend Left": "Kéo dài phía trái", + "Extend Lines": "Kéo dài các đường", + "Extend Right End": "Kéo dài phía cuối phải", + "Extend Right": "Kéo dài phía phải", + "Extend": "Kéo dài", + "Failure back color": "Màu nền cho lệnh thất bại", + "Failure text color": "Màu văn bản cho lệnh thất bại", + "Fans": "Các cánh quạt", + "Fill": "Lấp đầy", + "Format": "Định dạng", + "Graphics": "Đồ họa", + "Grid": "Lưới", + "Help": "Trợ giúp", + "HLC Bars": "Các thanh HLC", + "Inputs": "Các đầu vào", + "Label Background": "Hình nền của nhãn", + "Label": "Nhãn", + "Labels": "Các nhãn", + "Left End": "Phía cuối bên trái", + "Left Labels": "Các nhãn bên trái", + "Right Labels": "Right Labels", + "left": "Bên trái", + "Level {0}": "Cấp độ {0}", + "Levels": "Các cấp độ", + "Lines": "Các đường ", + "Major": "Sóng lớn", + "Measure (Shift + Click on the chart)": "Đo lường (Shift + Click trên biểu đồ)", + "Median": "Trung bình", + "middle": "khoảng giữa", + "Middle": "Khoảng giữa", + "Minor": "Sóng nhỏ", + "Mode": "Chế độ", + "Normal": "Bình thường", + "Plot": "Lô", + "Price Levels": "Các cấp độ giá", + "Price Source": "Nguồn giá", + "Price": "Giá", + "Price:": "Giá:", + "Prices": "Các mức giá", + "Profit Background Color": "Màu hình nền phần lợi nhuận", + "Profit Level. Ticks:": "Cấp độ lợi nhuận. Đánh dấu:", + "Properties": "Đặc tính", + "Reverse": "Đảo ngược", + "Right End": "Phía cuối bên phải", + "Right Lables": "Các nhãn bên phải", + "right": "phải", + "Log Scale_scale_menu": "Tỷ lệ logarit", + "Percentage_scale_menu": "Phần trăm", + "Scales": "Điều chỉnh tỷ lệ", + "Settings": "Cài đặt", + "Show Background": "Hiển thị hình nền ", + "Show Bars Range": "Hiển thị phạm vi các thanh", + "Show Date/Time Range": "Hiển thị phạm vi ngày/thời gian", + "Show Distance": "Hiển thị khoảng cách", + "Show Labels": "Hiển thị các nhãn", + "Show Price Range": "Hiển thị phạm vi giá", + "Show Price": "Hiển thị giá", + "Show Prices": "Hiển thị các mức giá", + "Show Text": "Hiển thị văn bản", + "Show Time": "Hiển thị thời gian", + "Show Wave": "Hiển thị sóng", + "Show/Hide": "Hiển thị/ẩn", + "Source back color": "Màu hình nền nguồn dữ liệu", + "Source border color": "Màu viền nguồn dữ liệu", + "Source text color": "Màu văn bản nguồn dữ liệu", + "Stay in Drawing Mode": "Giữ nguyên chế độ vẽ", + "Stop Background Color": "Màu hình nền cho lệnh dừng lại", + "Stop Color:": "Màu lệnh dừng lại:", + "Stop Level. Ticks:": "Cấp độ dừng. Đánh dấu:", + "Style": "Hình dạng", + "Success back color": "Màu hình nền lệnh thành công", + "Success text color": "Màu chữ lệnh thành công", + "Target back color": "Màu hình nền cho mục tiêu", + "Target border color": "Màu viền cho mục tiêu", + "Target Color:": "Màu mục tiêu:", + "Target text color": "Màu văn bản của mục tiêu", + "Text Alignment:": "Thẳng hàng chữ:", + "Text color": "Màu văn bản", + "Text Color": "Màu văn bản", + "Text Font": "Phông văn bản", + "Text Wrap": "Xuống dòng tự động", + "Text:": "Văn bản:", + "Time Levels": "Các cấp độ thời gian", + "Timezone/Sessions": "Múi giờ/Phiên giao dịch", + "Top Labels": "Các nhãn phía trên", + "Bottom Labels": "Bottom Labels", + "top": "Phía trên", + "Up Color": "Màu giá lên", + "Wave Size": "Cỡ sóng", + "Wick": "Bóng nến", + "Zoom In": "Phóng to ", + "Zoom Out": "Thu nhỏ", + "Borders": "Đường viền", + "Level": "Cấp độ", + "Hlines Background": "Hình nền các khoảng Hline", + "Plots Background": "Hình nền các khu", + "Open_line_tool_position": "Mở cửa", + "Closed_line_tool_position": "Đóng cửa", + "{0} P&L: {1}": "{0} P&L: {1}", + "Risk/Reward Ratio: {0}": "Tỷ lệ Rủi ro/Lợi nhuận: {0}", + "Stop: {0} ({1}%)": "Dừng: {0} ({1}%)", + "Target: {0} ({1}%)": "Mục tiêu: {0} ({1}%)", + "SUCCESS": "THÀNH CÔNG", + "FAILURE": "THẤT BẠI", + "Left Shoulder": "Vai trái", + "Head": "Đầu", + "Right Shoulder": "Vai phải", + "Mirrored": "Nhân đôi", + "Flipped": "Lật", + "distance: {0}": "Khoảng cách: {0}", + "day": "ngày", + "day_plural": "ngày", + "week": "tuần", + "week_plural": "tuần", + "month": "tháng", + "month_plural": "tháng", + "minute": "phút", + "minute_plural": "phút", + "hour": "giờ", + "hour_plural": "giờ", + "y_dates": "năm", + "y_dates_plural": "năm", + "h_dates": "h", + "D_dates": "D", + "W_dates": "W", + "M_dates": "M", + "d_dates": "d", + "m_dates": "m", + "in_dates": "trong", + "Jan": "Tháng một", + "Feb": "Tháng hai", + "Mar": "Tháng ba", + "Apr": "Tháng tư", + "May": "Tháng năm", + "Jun": "Tháng sáu", + "Jul": "Tháng bảy", + "Aug": "Tháng tám", + "Sep": "Tháng chín", + "Oct": "Tháng mười", + "Nov": "Tháng mười một", + "Dec": "Tháng mười hai", + "Objects Tree": "Danh sách đối tượng", + "Manage Drawings": "Quản lý chức năng vẽ", + "TOOL": "CÔNG CỤ", + "SYMBOL": "MÃ", + "Move Up": "Di chuyển lên", + "Move Down": "Di chuyển xuống", + "All Exchanges": "Tất cả thị trường", + "All types": "Tất cả các loại", + "Stock": "Chứng khoán", + "stock": "chứng khoán", + "Index": "Chỉ số", + "index": "chỉ số", + "Futures": "Tương lai", + "futures": "Tương lai", + "Image URL": "URL của ảnh", + "Save image": "Lưu ảnh", + "or copy url:": "Hoặc sao chép URL:", + "Redo {0}": "Làm lại {0}", + "Custom color...": "Tùy chỉnh màu...", + "Search": "Tìm kiếm", + "Open_in_legend": "O", + "High_in_legend": "H", + "Low_in_legend": "L", + "Close_in_legend": "C", + "Open": "Mở cửa", + "High": "Cao nhất", + "Low": "Thấp nhất", + "Close": "Đóng cửa", + "(H + L)/2": "(H + L)/2", + "(H + L + C)/3": "(H + L + C)/3", + "(O + H + L + C)/4": "(O + H + L + C)/4", + "UTC": "UTC", + "Exchange": "Thị trường", + "Athens": "Athens", + "Berlin": "Berlin ", + "Bogota": "Bogota", + "Bangkok": "Bangkok", + "Buenos Aires": "Buenos Aires", + "Chicago": "Chicago", + "Hong Kong": "Hong Kong", + "Kolkata": "Kolkata", + "London": "London", + "Los Angeles": "Los Angeles", + "Madrid": "Madrid", + "Moscow": "Moscow", + "New York": "New York", + "Paris": "Paris", + "Sao Paulo": "Sao Paulo", + "Seoul": "Seoul", + "Shanghai": "Shanghai", + "Singapore": "Singapore", + "Sydney": "Sydney", + "Taipei": "Taipei", + "Tehran": "Tehran", + "Tokyo": "Tokyo", + "Toronto": "Toronto", + "Vancouver": "Vancouver", + "Warsaw": "Warsaw", + "n/a": "Không có sẵn", + "Long_input": "Mua", + "long_input": "mua", + "longlen_input": "Thời kỳ trạng thái mua", + "Window Size_input": "Kích thước cửa sổ", + "Length_input": "Thời kỳ", + "length_input": "thời kỳ", + "len_input": "thời kỳ", + "Short_input": "Bán", + "short_input": "bán", + "shortlen_input": "Thời lượng trạng thái bán", + "Mult_input": "Hệ số nhân", + "mult_input": "hệ số nhân", + "divisor_input": "số chia", + "Divisor_input": "Số chia", + "Upper": "Phía trên", + "Lower": "Phía dưới", + "Long": "Dài", + "Short": "Bán", + "Signal": "Tín hiệu", + "Jaw": "Hàm", + "Teeth": "Răng", + "Lips": "Miệng", + "Zero": "Không", + "WMA Length_input": "Thời kỳ đường WMA", + "Long RoC Length_input": "Thời kỳ chỉ báo RoC giá dài", + "Short RoC Length_input": "Thời kỳ chỉ báo RoC giá ngắn", + "jawLength_input": "Thời kỳ của hàm", + "teethLength_input": "Thời kỳ của răng", + "lipsLength_input": "Thời kỳ của miệng", + "percent_input": "Phần trăm", + "exponential_input": "Theo cấp số nhân", + "smoothD_input": "Smooth D", + "smoothK_input": "Smooth K", + "Color 0": "Màu 0", + "Color 1": "Màu 1", + "Color 2": "Màu 2", + "Color 3": "Màu 3", + "Color 4": "Màu 4", + "sym_input": "mã giao dịch", + "symbol_input": "mã giao dịch", + "Sym_input": "Mã giao dịch", + "DI Length_input": "Thời kỳ chỉ số DI", + "ADX Smoothing_input": "Chỉ số ADX Smoothing", + "displacement_input": "thay thế", + "Tenkan-sen": "Tenkan-sen", + "Kijun-sen": "Kijun-sen", + "Chikou span": "Chikou span", + "Senkou A": "Senkou A", + "Senkou B": "Senkou B", + "useTrueRange_input": "Sử dụng khoảng xếp hạng thực tế", + "roclen1_input": "Thời kỳ chỉ báo RoC 1", + "roclen2_input": "Thời kỳ chỉ báo RoC 2", + "roclen3_input": "Thời kỳ chỉ báo RoC 3", + "roclen4_input": "Thời kỳ chỉ báo RoC 4", + "smalen1_input": "Thời kỳ đường SMA 1", + "smalen2_input": "Thời kỳ đường SMA 2", + "smalen3_input": "Thời kỳ đường SMA 3", + "smalen4_input": "Thời kỳ đường SMA 4", + "siglen_input": "Thời lượng tín hiệu", + "UpperLimit": "Giới hạn trên", + "LowerLimit": "Giới hạn dưới", + "Limit": "Limit", + "fastLength_input": "Thời kỳ đường nhanh", + "slowLength_input": "Thời kỳ đường chậm", + "signalLength_input": "Thời lượng tín hiệu", + "start_input": "Bắt đầu", + "increment_input": "Tăng dần", + "maximum_input": "Tối đa", + "showMA_input": "Hiển thị đường MA", + "show MA_input": "Show MA", + "Volume": "Khối lượng", + "Volume MA": "Khối lượng đường MA", + "Indicator": "Chỉ số", + "Oscillator": "Công cụ đo dao động", + "lengthStoch_input": "Thời kỳ chỉ báo dao động", + "lengthRSI_input": "Thời kỳ chỉ số RSI", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "Các đường chéo", + "Click to set a point": "Nhấn để thiết lập một điểm", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1.Trượt ngón tay của bạn để chọn vị trí neo đầu tiên
2. Bấm vào bất cứ nơi nào để đặt neo đầu tiên", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1.Trượt ngón tay của bạn để chọn vị trí neo tiếp theo
2. Bấm vào bất cứ nơi nào để đặt neo tiếp theo", + "retrying": "đang thử lại", + "eod data": "Dữ liệu EOD", + "eod delayed": "EOD bị trì hoãn", + "loading data": "Đang tải dữ liệu", + "invalid symbol": "mã không hợp lệ", + "streaming": "đang truyền", + "realtime": "Thời gian thực", + "pre-market": "Thị trường trước giờ mở cửa", + "post-market": "Thị trường sau khi đóng cửa", + "closed": "đóng cửa", + "Time Interval": "Khoảng thời gian", + "Show Symbol Labels": "Hiển thị các nhãn mã giao dịch", + "Show Symbol Labels_context_menu": "Hiển thị các nhãn mã giao dịch", + "Subminuette": "Sóng cực nhỏ", + "Minuette": "Sóng rất nhỏ", + "Minute": "Sóng khá nhỏ", + "Intermediate": "Sóng trung cấp", + "Primary": "Sóng sơ cấp", + "Cycle": "Sóng chu kỳ", + "SuperCycle": "Sóng siêu chu kỳ", + "GrandSuperCycle": "Sóng đại siêu chu kỳ", + "Lock": "Khóa", + "Width": "Chiều rộng", + "Line With Breaks": "Các đường gãy", + "Area With Breaks": "Vùng gãy", + "Type": "Loại", + "Simple": "Đơn giản", + "With Markers": "Với các dấu hiệu", + "Step": "Bước", + "No drawings yet": "Chưa có bản vẽ nào", + "Lock/Unlock": "Khóa/Mở khóa", + "deviation_input": "độ lệch", + "depth_input": "chiều sâu", + "Accumulation/Distribution_study": "Accumulation/Distribution", + "Aroon_study": "Aroon", + "Advance/Decline_study": "Advance/Decline", + "Average True Range_study": "Average True Range", + "Awesome Oscillator_study": "Awesome Oscillator", + "Bollinger Bands Width_study": "Bollinger Bands Width", + "Balance of Power_study": "Balance of Power", + "Bollinger Bands_study": "Bollinger Bands", + "Bollinger Bands %B_study": "Bollinger Bands %B", + "Chaikin Money Flow_study": "Chaikin Money Flow", + "Chaikin Oscillator_study": "Chaikin Oscillator", + "Chande Kroll Stop_study": "Chande Kroll Stop", + "Chande Momentum Oscillator_study": "Chande Momentum Oscillator", + "Commodity Channel Index_study": "Commodity Channel Index", + "Choppiness Index_study": "Choppiness Index", + "Directional Movement Index_study": "Directional Movement Index", + "Correlation Coeff_study": "Correlation Coeff", + "Donchian Channels_study": "Donchian Channels", + "Double Exponential Moving Average_study": "Double Exponential Moving Average", + "Ease of Movement_study": "Ease of Movement", + "Elders Force Index_study": "Elders Force Index", + "Envelope_study": "Envelope", + "Ichimoku Cloud_study": "Ichimoku Cloud", + "Klinger Oscillator_study": "Klinger Oscillator", + "Hull MA_study": "Hull MA", + "Keltner Channels_study": "Keltner Channels", + "Linear Regression Curve_study": "Linear Regression Curve", + "Know Sure Thing_study": "Know Sure Thing", + "MA Cross_study": "MA Cross", + "Money Flow_study": "Money Flow", + "Mass Index_study": "Mass Index", + "Moving Average Exponential_study": "Moving Average Exponential", + "Net Volume_study": "Net Volume", + "Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence", + "Moving Average_study": "Moving Average", + "Moving Average Weighted_study": "Moving Average Weighted", + "Parabolic SAR_study": "Parabolic SAR", + "On Balance Volume_study": "On Balance Volume", + "Price Oscillator_study": "Price Oscillator", + "Relative Strength Index_study": "Relative Strength Index", + "Relative Vigor Index_study": "Relative Vigor Index", + "Relative Volatility Index_study": "Relative Volatility Index", + "SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator", + "Stochastic_study": "Stochastic", + "TRIX_study": "TRIX", + "Stochastic RSI_study": "Stochastic RSI", + "Triple EMA_study": "Triple EMA", + "VWMA_study": "VWMA", + "Volume Oscillator_study": "Volume Oscillator", + "Volume_study": "Volume", + "Williams Alligator_study": "Williams Alligator", + "Willams %R_study": "Willams %R", + "Coppock Curve_study": "Coppock Curve", + "Least Squares Moving Average_study": "Least Squares Moving Average", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average", + "True Strength Indicator_study": "True Strength Indicator", + "Change Interval": "Change Interval", + "Show Only Studies": "Show Only Studies", + "Show Only Drawings": "Show Only Drawings", + "Show All": "Show All", + "Timezone/Sessions Properties...": "Timezone/Sessions Properties...", + "Scale Price Chart Only": "Scale Price Chart Only", + "Open Interval Dialog": "Open Interval Dialog", + "Note": "Note", + "Anchored Note": "Anchored Note", + "Scales Properties": "Scales Properties", + "Toggle Auto Scale": "Toggle Auto Scale", + "Toggle Log Scale": "Toggle Log Scale", + "Toggle Percentage": "Toggle Percentage", + "auto_scale": "auto", + "Invalid Symbol": "Invalid Symbol", + "loading...": "loading...", + "interval_dialog_description": "Type the interval number for munute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)", + "Not applicable": "Not applicable", + "Stats Text Color": "Stats Text Color", + "Show Angle": "Show Angle", + "Always Show Stats": "Always Show Stats", + "Rename...": "Rename...", + "New": "New", + "Load": "Load", + "Save": "Save", + "Rename Chart": "Rename Chart", + "{0} copy": "{0} copy", + "Please enter chart name": "Please enter chart name", + "Enter a new chart name": "Enter a new chart name", + "Load Chart": "Load Chart", + "Chart Name": "Chart Name", + "Chart name": "Chart name", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "Last Modified", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "Active Symbol", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "Fullscreen mode", + "Marker Color": "Marker Color", + "Font Size": "Font Size", + "Save New Chart": "Save New Chart", + "Source_compare": "Source", + "YES": "YES", + "Yes": "Yes", + "No": "No", + "NO": "NO", + "Confirmation": "Confirmation", + "Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/zh.json b/charting_library/static/localization/translations/zh.json index d6751ad2..f37398b0 100644 --- a/charting_library/static/localization/translations/zh.json +++ b/charting_library/static/localization/translations/zh.json @@ -1,664 +1,1449 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label-nocap", - "Script Editor": "脚本编辑器", - " Published Charts Timeline": "发行时间", - "SMA": "SMA简单移动平均线", - "Bar's Style": "K线样式", - "Chart Properties": "图表属性", - "Compare": "比较", - "Compare...": "比较...", - "Compare or Add Symbol...": "比较/增加商品...", - "Compare or Add Symbol": "比较/增加商品", - "Add Symbol": "增加商品", - "Scales Properties...": "刻度属性...", - "Add": "增加", - "Company Comparison": "请输入对比商品", - "Indicators, Fundamentals, Economy and Add-ons": "技术指标", - "Economy & Symbols": "比较/增加商品", - "Bars": "美国线", - "Candles": "蜡烛线", - "Hollow Candles": "空心蜡烛线", - "Line": "线形图", - "Area": "山形图", - "Heiken Ashi": "Heiken Ashi图", - "Histogram": "直方图", - "Cross_chart_type": "十字图", - "Crosshair": "十字", - "Columns": "柱状图", - "Circles": "圆圈图", - "Indicators": "技术指标", - "Favorites": "偏好", - "Technical Analysis": "技术分析", - "No indicators matched your criteria.": "没有指标符合您的搜索条件.", - "Add to favorites": "增加到偏好中", - "Remove from favorites": "从偏好中移除", - "No symbols matched your criteria": "没有商品符合您的搜索条件.", - "Add any symbol from the list": "从列表中添加一些商品", - "Overlay the main chart": "在主图上显示", - "Symbols to be added on the chart": "插入商品到图表上", - "Symbol": "商品", - "Default": "系统默认", - "Defaults": "预设值", - "OK": "确认", - "Cancel": "取消", - " color": "颜色", - " transparency": "透明度", - " visibility": "能见度", - "Add To Watchlist": "添加到收藏夹", - "Apply": "应用", - "Arguments in Header": "表头参数", - "Arrow": "箭头", - "Auto Scale": "自动缩放", - "Background": "背景", - "bars": "根K线", - "bars_margin": "根K线", - "{0} bars": "{0}根K线", - "Bottom Margin": "下边距", - "Bring Forward": "向上移动", - "Bring to Front": "置于顶层", - "Clone": "克隆", - "Color Theme": "主题颜色", - "Copy": "复制", - "Extended Hours": "延时", - "Format...": "设置...", - "Full Screen": "全屏显示", - "Grid Lines": "网格线", - "Hide All Drawing Tools": "隐藏所有绘图工具", - "Hide": "隐藏", - "Insert Drawing Tool": "插入绘图工具", - "Insert Indicator...": "插入技术指标", - "Last Value on Price Scale": "在价格刻度上显示最终值", - "Link To": "链接到", - "Load New Bars": "加载新的K线", - "Lock All Drawing Tools": "锁定所有绘图", - "Lock Scale": "锁定刻度", - "Lock scale": "锁定刻度", - "Log Scale": "对数刻度", - "log": "对数刻度", - "Magnet Mode": "磁铁模式", - "Merge Down": "向下合并", - "Merge Up": "向上合并", - "Objects Tree...": "管理设定...", - "Offset": "偏移", - "Override Min Tick": "显示最小刻度", - "Percentage": "百分比", - "Precision": "精确度", - "Price Line": "价格线", - "Properties...": "属性...", - "Redo": "重做", - "Remove All Drawing Tools": "移除所有绘图", - "Remove All Studies": "移除所有公式", - "Remove All Indicators": "移除所有指标", - "Remove": "移除", - "Reset Chart": "重设图表", - "Reset Scale": "重设刻度", - "Reset": "重设", - "Right Margin": "右边距", - "Save As...": "另存为...", - "Scale Left": "缩放左边", - "Scale Percentage": "刻度比例", - "Scale Right": "缩放右边", - "Scale Series Only": "只缩放数据系列", - "Scale series only": "只缩放数据系列", - "Scale Series only": "只缩放数据系列", - "Scales Lines": "刻度线", - "Scales Text": "刻度文字", - "Scaling": "缩放", - "Screen (No Scale)": "屏幕(无缩放)", - "Send Backward": "下移一层", - "Send to Back": "置于底层", - "Session Breaks": "收盘时中断", - "Show Arguments in Header": "在表头上显示参数", - "Show Last Value on Price Scale": "显示最后收盘价", - "Show Left Axis": "显示左轴", - "Show Right Axis": "显示右轴", - "Show": "显示", - "Stay In Drawing Mode": "保持绘图模式", - "Symbol Search...": "查找商品...", - "Change Symbol": "修改商品", - "Change Symbol...": "修改商品...", - "Time Zone": "时区", - "TimeZone": "时区", - "Top Margin": "上边距", - "Transparency": "透明度", - "Undo {0}": "撤销", - "Undo": "撤销", - "Unmerge Down": "取消向下合并", - "Unmerge Up": "取消向上合并", - "Visual Order": "视觉排序", - "Watermark": "水印", - "Show Objects Tree": "显示管理设定", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "ABCD 型态", - "Anchored Text": "锚点文本", - "Arc": "弧形", - "Arrow Mark Down": "向下箭头", - "Arrow Mark Left": "向左箭头", - "Arrow Mark Right": "向右箭头", - "Arrow Mark Up": "向上箭头", - "Balloon": "泡泡注解", - "Bars Pattern": "竖条模型", - "Brush": "笔刷", - "Callout": "标注", - "Circle Lines": "圆形线圈", - "Cross": "十字指针", - "Cyclic Lines": "循环线", - "Date Range": "日期范围", - "Disjoint Angle": "不相交的角", - "Dot": "圆点", - "Elliott Labels": "艾略特标签", - "Elliott Major Retracement": "艾略特主波浪回撤", - "Elliott Minor Retracement": "艾略特小波浪回撤", - "Elliott Wave Cycle": "艾略特循环波", - "Elliott Wave Minor": "艾略特小型波", - "Elliott Wave Subminuette": "艾略特次微波", - "Ellipse": "椭圆形", - "Eraser": "清除", - "Extended": "延伸", - "Extended Line": "延伸线", - "Fib Channel": "斐波那契通道", - "Fib Circles": "斐波那契圈", - "Fib Retracement": "斐波那契回撤", - "Fib Speed Resistance Arcs": "斐波那契速度阻力弧", - "Fib Speed Resistance Fan": "斐波那契速度阻力扇", - "Fib Spiral": "斐波那契螺旋", - "Fib Time Zone": "斐波那契时间周期", - "Fib Wedge": "楔形斐波那契", - "Flag Mark": "旗型标记", - "Flat Top/Bottom": "平滑顶部/底部", - "Flat Bottom": "平滑底部", - "Forecast": "预测", - "Gann Box": "箱形甘氏线", - "Gann Fan": "扇形甘氏线", - "Gann Square": "方形甘氏线", - "Head & Shoulders": "头肩顶", - "Horizontal Line": "水平线", - "Horizontal Ray": "水平射线", - "Icon": "图标", - "Inside Pitchfork": "内部分叉线", - "Long Position": "多头", - "Risk/Reward long": "多头风险/回报比例", - "Modified Schiff Pitchfork": "调整希夫分叉线", - "Parallel Channel": "平行通道", - "Pitchfan": "倾斜扇形", - "Pitchfork": "分叉线", - "Polyline": "多边形", - "Price Label": "价格标签", - "Price Range": "价格范围", - "Projection": "投影", - "Ray": "射线", - "Rectangle": "矩形", - "Regression Trend": "回归趋势", - "Rotated Rectangle": "旋转矩形", - "Schiff Pitchfork": "希夫分叉线", - "Schiff": "希夫", - "Original": "原型", - "Modified Schiff": "调整希夫", - "Inside": "内部", - "Short Position": "空头", - "Risk/Reward short": "空头风险/回报比例", - "Text": "文本", - "Comment": "评论", - "Three Drivers Pattern": "三驱动型态", - "Thumb Down": "大拇指向下", - "Thumb Up": "竖起大拇指", - "Trend Angle": "趋势的角度", - "Trend Line": "趋势线", - "Trend-Based Fib Extension": "斐波那契趋势扩展", - "Trend-Based Fib Time": "斐波那契趋势时间", - "Triangle Pattern": "三角型态", - "Triangle": "三角形", - "Vertical Line": "垂直线", - "XABCD Pattern": "XABCD 型态", - "Angle:": "角度", - "Arcs": "弧形", - "Background color 1": "背景颜色1", - "Background color 2": "背景颜色2", - "Background Color": "背景颜色", - "Bar #": "K线#", - "Border color": "边框颜色", - "Border Color": "边框颜色", - "Border": "边框", - "Bottom Lables": "底部标签", - "bottom": "底部", - "center": "中心", - "Channel": "通道", - "Coeffs As Percents": "百分比系数", - "Color bars based on previous close": "bar颜色基于前一收盘价", - "Color": "颜色", - "Color:": "颜色:", - "Coordinates": "坐标", - "Delete": "删除", - "Down Color": "下拉颜色", - "Drawings": "绘图", - "Entry price:": "进场价:", - "Events": "事件", - "Extend Left End": "左端延伸", - "Extend Left": "向左延伸", - "Extend Lines": "延长线", - "Extend Right End": "右端延伸", - "Extend Right": "向右延伸", - "Extend": "延伸", - "Failure back color": "失败的背景颜色", - "Failure text color": "失败的文本颜色", - "Fans": "扇形", - "Fill": "填充", - "Format": "设置", - "Graphics": "图像", - "Grid": "网格", - "Help": "帮助", - "HLC Bars": "HLC线", - "Inputs": "参数", - "Label Background": "标签背景色", - "Label": "标签", - "Labels": "标签", - "Left End": "左端", - "Left Labels": "左边标签", - "left": "左边", - "Level {0}": "等级{0}", - "Levels": "等级", - "Lines": "线条", - "Major": "主要级", - "Measure (Shift + Click on the chart)": "测量 (按Shift并点击图表)", - "Median": "中线", - "middle": "中间", - "Middle": "中间", - "Minor": "小型级", - "Mode": "模式", - "Normal": "一般", - "Plot": "画线", - "Price Levels": "价格等级", - "Price Source": "来源", - "Price": "价格", - "Price:": "价格:", - "Prices": "价格", - "Profit Background Color": "利润背景颜色", - "Profit Level. Ticks:": "获利.最小刻度数:", - "Properties": "属性", - "Reverse": "反向", - "Right End": "右端", - "Right Lables": "右边标签", - "right": "右边", - "Log Scale_scale_menu": "对数刻度", - "Percentage_scale_menu": "百分比刻度", - "Scales": "刻度", - "Settings": "设置", - "Show Background": "显示背景", - "Show Bars Range": "显示K线区间", - "Show Date/Time Range": "显示日期/时间区间", - "Show Distance": "显示距离", - "Show Labels": "显示标签", - "Show Price Range": "显示价格区间", - "Show Price": "显示价格", - "Show Prices": "显示价格", - "Show Text": "显示文本", - "Show Time": "显示时间", - "Show Wave": "显示波形", - "Show/Hide": "显示/隐藏", - "Source back color": "起点背景颜色", - "Source border color": "起点边框颜色", - "Source text color": "起点文本颜色", - "Stay in Drawing Mode": "保持绘图模式", - "Stop Background Color": "止损背景颜色", - "Stop Color:": "止损颜色:", - "Stop Level. Ticks:": "止损.最小刻度数:", - "Style": "样式", - "Success back color": "成功的背景颜色", - "Success text color": "成功的文本颜色", - "Target back color": "终点背景颜色", - "Target border color": "终点边框颜色", - "Target Color:": "获利颜色:", - "Target text color": "获利文本颜色", - "Text Alignment:": "文本对齐:", - "Text color": "文本颜色", - "Text Color": "文本颜色", - "Text Font": "文本字体", - "Text Wrap": "自动换行", - "Text:": "文本:", - "Time Levels": "时间等级", - "Timezone/Sessions": "时区", - "Top Labels": "顶部标签", - "top": "顶部", - "Up Color": "上涨颜色", - "Wave Size": "波形大小", - "Wick": "烛芯", - "Zoom In": "放大", - "Zoom Out": "缩小", - "Borders": "边框", - "Level": "等级", - "Hlines Background": "突显背景", - "Plots Background": "绘制背景", - "Open_line_tool_position": "未平仓", - "Closed_line_tool_position": "已平仓", - "{0} P&L: {1}": "{0} 获利&止损: {1}", - "Risk/Reward Ratio: {0}": "风险/回报比率: {0}", - "Stop: {0} ({1}%)": "止损: {0} ({1}%)", - "Target: {0} ({1}%)": "获利: {0} ({1}%)", - "SUCCESS": "成功", - "FAILURE": "失败", - "Left Shoulder": "左肩", - "Head": "头顶", - "Right Shoulder": "右肩", - "Mirrored": "垂直翻转", - "Flipped": "水平翻转", - "distance: {0}": "距离: {0}", - "day": "日", - "day_plural": "日", - "day_plural_1": "日", - "day_plural_2": "日", - "day_plural_5": "日", - "week": "周", - "week_plural": "周", - "week_plural_1": "周", - "week_plural_2": "周", - "week_plural_5": "周", - "month": "月", - "month_plural": "月", - "month_plural_1": "月", - "month_plural_2": "月", - "month_plural_5": "月", - "minute": "分", - "minute_plural": "分", - "minute_plural_1": "分", - "minute_plural_2": "分", - "minute_plural_5": "分", - "hour": "小时", - "hour_plural": "小时", - "hour_plural_1": "小时", - "hour_plural_2": "小时`", - "hour_plural_5": "小时", - "y_dates": "年", - "y_dates_plural": "年", - "y_dates_plural_1": "年", - "y_dates_plural_2": "年", - "y_dates_plural_5": "年", - "h_dates": "小时", - "D_dates": "日", - "W_dates": "周", - "M_dates": "月", - "d_dates": "日", - "m_dates": "分", - "in_dates": "总", - "Jan": "一月", - "Feb": "二月", - "Mar": "三月", - "Apr": "四月", - "May": "五月", - "Jun": "六月", - "Jul": "七月", - "Aug": "八月", - "Sep": "九月", - "Oct": "十月", - "Nov": "十一月", - "Dec": "十二月", - "Objects Tree": "管理设定", - "Manage Drawings": "管理绘图", - "TOOL": "工具", - "SYMBOL": "商品", - "Move Up": "上移", - "Move Down": "下移", - "All Exchanges": "所有的交易所", - "All types": "所有类型", - "Stock": "股票", - "stock": "股票", - "Index": "指数", - "index": "指数", - "Futures": "期货", - "futures": "期货", - "Image URL": "图片网址", - "Save image": "保存图象", - "or copy url:": "或复制网址:", - "Redo {0}": "重做{0}", - "Custom color...": "自定义颜色...", - "Search": "查找", - "Open_in_legend": "开=", - "High_in_legend": "高=", - "Low_in_legend": "低=", - "Close_in_legend": "收=", - "Open": "开盘价", - "High": "最高价", - "Low": "最低价", - "Close": "收盘价", - "(H + L)/2": "(H+L)/2", - "(H + L + C)/3": "(H+L+C)/3", - "(O + H + L + C)/4": "(O+H+L+C)/4", - "UTC": "世界统一时间", - "Exchange": "交易所", - "Athens": "欧洲/雅典", - "Berlin": "欧洲/柏林", - "Bogota": "南美洲/波哥大", - "Bangkok": "亚洲/曼谷", - "Buenos Aires": "南美洲/布宜诺斯艾利斯", - "Chicago": "北美洲/芝加哥", - "Hong Kong": "亚洲/香港", - "Kolkata": "亚洲/加尔各答", - "London": "欧洲/伦敦", - "Los Angeles": "北美洲/洛杉矶", - "Madrid": "欧洲/马德里", - "Moscow": "欧洲/莫斯科", - "New York": "北美洲/纽约", - "Paris": "欧洲/巴黎", - "Seoul": "亚洲/首尔", - "Shanghai": "亚洲/上海", - "Singapore": "亚洲/新加坡", - "Sydney": "大洋洲/悉尼", - "Taipei": "亚洲/台北", - "Tehran": "亚洲/德黑兰", - "Tokyo": "亚洲/东京", - "Toronto": "北美洲/多伦多", - "Vancouver": "北美洲/温哥华", - "Warsaw": "欧洲/华沙", - "n/a": "n/a", - "Long_input": "长周期", - "long_input": "长周期", - "longlen_input": "长周期", - "Window Size_input": "窗口大小", - "Length_input": "长度", - "length_input": "长度", - "len_input": "长度", - "Short_input": "短周期", - "short_input": "短周期", - "shortlen_input": "短周期", - "Mult_input": "乘数", - "mult_input": "乘数", - "divisor_input": "除数", - "Divisor_input": "除数", - "Upper": "上轨", - "Lower": "下轨", - "Long": "买进", - "Short": "卖出", - "Signal": "信号", - "Jaw": "下颚", - "Teeth": "牙齿", - "Lips": "嘴唇", - "Zero": "零轴", - "WMA Length_input": "WMA长度", - "Long RoC Length_input": "RoC 长周期", - "Short RoC Length_input": "RoC 短周期", - "jawLength_input": "下颚长度", - "teethLength_input": "牙齿长度", - "lipsLength_input": "嘴唇长度", - "percent_input": "百分比", - "exponential_input": "指数", - "smoothD_input": "平滑 %D(SK)", - "smoothK_input": "平滑 %K(SK)", - "Color 0": "颜色 0", - "Color 1": "颜色 1", - "Color 2": "颜色 2", - "Color 3": "颜色 3", - "Color 4": "颜色 4", - "sym_input": "商品代码", - "symbol_input": "商品代码", - "Sym_input": "商品代码", - "DI Length_input": "DI 长度", - "ADX Smoothing_input": "平滑ADX", - "displacement_input": "偏移", - "Tenkan-sen": "信号线", - "Kijun-sen": "基础线", - "Chikou span": "延迟线", - "Senkou A": "上云层 A", - "Senkou B": "下云层 B", - "useTrueRange_input": "使用真实波幅", - "roclen1_input": "RoC 长度1", - "roclen2_input": "RoC 长度2", - "roclen3_input": "RoC 长度3", - "roclen4_input": "RoC 长度4", - "smalen1_input": "SMA 长度1", - "smalen2_input": "SMA 长度2", - "smalen3_input": "SMA 长度3", - "smalen4_input": "SMA 长度4", - "siglen_input": "信号长度", - "UpperLimit": "上限", - "LowerLimit": "下限", - "fastLength_input": "快速周期", - "slowLength_input": "慢速周期", - "signalLength_input": "信号长度", - "start_input": "开始值", - "increment_input": "增量", - "maximum_input": "最大值", - "showMA_input": "显示成交量移动平均", - "show MA_input": "显示成交量移动平均", - "Volume": "成交量", - "Volume MA": "成交量移动平均", - "Indicator": "指标", - "Oscillator": "摆动", - "lengthStoch_input": "Stoch长度", - "lengthRSI_input": "RSI长度", - "sigma_input": "sigma(∑)", - "Sigma_input": "Sigma(∑)", - "Crosses": "十字线", - "Click to set a point": "单击设置点", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1.拖动十字线定义第一点.
2.点击任意位置确定第一个停止位置", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1.拖动十字线定义第一点.
2.点击任意位置确定第一个停止位置", - "retrying": "重试", - "eod data": "日资料", - "eod delayed": "延迟日资料", - "loading data": "加载数据", - "invalid symbol": "无效的商品代码", - "streaming": "流媒体", - "realtime": "实时", - "pre-market": "开市前", - "post-market": "闭市后", - "closed": "收盘", - "Time Interval": "时间周期", - "Show Symbol Labels": "显示商品代码标签", - "Show Symbol Labels_context_menu": "显示商品代码标签", - "Subminuette": "次微级", - "Minuette": "微级", - "Minute": "细级", - "Intermediate": "中型级", - "Primary": "基本级", - "Cycle": "循环级", - "SuperCycle": "超级循环级", - "GrandSuperCycle": "特大超级循环级", - "Lock": "锁定", - "Width": "宽度", - "Line With Breaks": "中断线", - "Area With Breaks": "中断区块", - "Type": "类型", - "Simple": "简单", - "With Markers": "带标记", - "Step": "阶梯", - "No drawings yet": "尚未绘图", - "Lock/Unlock": "锁定/解锁", - "deviation_input": "标准差", - "depth_input": "深度", - "Accumulation/Distribution_study": "累积/派发指标(Accum/Dist)", - "Aroon_study": "阿隆指标(Aroon)", - "Advance/Decline_study": "腾落指标(AD)", - "Average True Range_study": "平均真实波幅(ATR)", - "Awesome Oscillator_study": "动量震荡指标(AO)", - "Bollinger Bands Width_study": "布林带宽(BBW)", - "Balance of Power_study": "力量平衡度指标(Balance of Power)", - "Bollinger Bands_study": "布林线指标(BB)", - "Bollinger Bands %B_study": "布林极限(BB%B)", - "Chaikin Money Flow_study": "蔡金货币流量(CMF)", - "Chaikin Oscillator_study": "蔡金摆动指标(Chaikin Osc)", - "Chande Kroll Stop_study": "钱德克罗止损(Chande Kroll Stop)", - "Chande Momentum Oscillator_study": "钱德动量摆动指标(ChandeMO)", - "Commodity Channel Index_study": "顺势指标(CCI)", - "Choppiness Index_study": "波动指标(CHOP)", - "Directional Movement Index_study": "趋向指标(DMI)", - "Correlation Coeff_study": "相关系数(CC)", - "Donchian Channels_study": "唐奇安通道指标(DC)", - "Double Exponential Moving Average_study": "双重指数移动平均线(DEMA)", - "Ease of Movement_study": "简易波动指标(EOM)", - "Elders Force Index_study": "强力指数指标(EFI)", - "Envelope_study": "包络线指标(Env)", - "Ichimoku Cloud_study": "一目均衡表(Ichimoku)", - "Klinger Oscillator_study": "克里格振荡器(Klinger Osc)", - "Hull MA_study": "船体移动平均线(HMA)", - "Keltner Channels_study": "肯特纳通道(KC)", - "Linear Regression Curve_study": "线性回归曲线(LRC)", - "Know Sure Thing_study": "加权总和变动率(KST)", - "MA Cross_study": "移动平均交叉线(MA Cross)", - "Money Flow_study": "资金流量指标(MFI)", - "Mass Index_study": "梅斯线(MASS)", - "Moving Average Exponential_study": "指数移动平均线(EMA)", - "Net Volume_study": "净交易量(NetVol)", - "Moving Average Convergence/Divergence_study": "平滑异同平均指标(MACD)", - "Moving Average_study": "移动平均线(MA)", - "Moving Average Weighted_study": "加权移动平均线(WMA)", - "Parabolic SAR_study": "抛物线转向指标(SAR)", - "On Balance Volume_study": "平衡交易量指标(OBV)", - "Price Oscillator_study": "价格振荡指标(PPO)", - "Relative Strength Index_study": "相对强弱指数指标(RSI)", - "Relative Vigor Index_study": "相对能量指数指标(RVGI)", - "Relative Volatility Index_study": "相对离散指数指标(RVI)", - "SMI Ergodic Indicator/Oscillator_study": "各态历经SMI(SMIIO)", - "Stochastic_study": "随机指标(STOCH)", - "TRIX_study": "三重指数平均线(TRIX)", - "Stochastic RSI_study": "随机强弱指数(STOCH RSI)", - "Triple EMA_study": "三重指数移动平均线(TEMA)", - "VWMA_study": "成交量加权的移动平均值(VWMA)", - "Volume Oscillator_study": "成交量震荡(Volume Osc)", - "Volume_study": "成交量", - "Williams Alligator_study": "鳄鱼线(Alligator)", - "Willams %R_study": "威廉指标(%R)", - "Coppock Curve_study": "估波曲线(Coppock Curve)", - "Least Squares Moving Average_study": "最小二乘移动平均线(LSMA)", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux均线(ALMA)", - "True Strength Indicator_study": "真实强度指标(TSI)", - "Change Interval": "设置周期", - "Show Only Studies": "只显示公式", - "Show Only Drawings": "只显示绘图", - "Show All": "全部显示", - "Timezone/Sessions Properties...": "时区属性...", - "Scale Price Chart Only": "只缩放价位图层", - "Open Interval Dialog": "打开设置周期", - "Note": "注释", - "Anchored Note": "锚点注释", - "Scales Properties": "刻度属性", - "Toggle Auto Scale": "切换为自动缩放", - "Toggle Log Scale": "切换为对数缩放", - "Toggle Percentage": "切换为百分比", - "auto_scale": "自动", - "Invalid Symbol": "无效的标的", - "loading...": "载入中...", - "interval_dialog_description": "若采用分钟周期,请输入周期数值(如:要设置图表周期为5分钟,请输入5).数值后可加字母H代表小时,加D代表日,W代表周,M代表月", - "Not applicable": "不适用", - "Stats Text Color": "统计文本颜色", - "Show Angle": "显示角度", - "Always Show Stats": "总显示统计", - "Rename...": "重命名...", - "Load": "加载", - "Save": "保存", - "Rename Chart": "重命名图表", - "{0} copy": "{0} 复制", - "Please enter chart name": "请输入图表名称", - "Enter a new chart name": "输入一个新的图表名称", - "Load Chart": "加载图表", - "Chart Name": "图表名称", - "Chart name": "图表名称", - "Last Modified": "最后修改", - "Active Symbol": "活跃商品", - "Fullscreen mode": "全屏模式", - "Marker Color": "标记颜色", - "Font Size": "字体大小", - "Save New Chart": "保存新的图表", - "Source_compare": "来源", - "YES": "是", - "NO": "否", - "Confirmation": "确认", - "Are you sure you want to delete this chart?": "您确定要删除这个图表?" +{ + "propertypage-name-label_css_class": "propertypage-name-label-nocap", + "Script Editor": "脚本编辑器", + " Published Charts Timeline": "发行时间", + "SMA": "SMA简单移动平均线", + "Published Chart": "Published Chart", + "Bar's Style": "K线样式", + "Chart Properties": "图表属性", + "Compare": "比较", + "Compare...": "比较...", + "Compare or Add Symbol...": "比较/增加商品...", + "Compare or Add Symbol": "比较/增加商品", + "Add Symbol": "增加商品", + "Scales Properties...": "刻度属性...", + "Add": "增加", + "Company Comparison": "请输入对比商品", + "Indicators, Fundamentals, Economy and Add-ons": "技术指标", + "Economy & Symbols": "比较/增加商品", + "Bars": "美国线", + "Candles": "蜡烛线", + "Hollow Candles": "空心蜡烛线", + "Line": "线形图", + "Permanent link to this message": "Permanent link to this message", + "Area": "山形图", + "Message settings": "Message settings", + "Heiken Ashi": "Heiken Ashi图", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "确定要删除这条消息吗?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "直方图", + "Cross_chart_type": "十字图", + "Crosshair": "十字", + "Columns": "柱状图", + "Circles": "圆圈图", + "Indicators": "技术指标", + "Favorites": "偏好", + "Technical Analysis": "技术分析", + "No indicators matched your criteria.": "没有指标符合您的搜索条件.", + "Add to favorites": "增加到偏好中", + "Remove from favorites": "从偏好中移除", + "No symbols matched your criteria": "没有商品符合您的搜索条件.", + "Add any symbol from the list": "从列表中添加一些商品", + "Overlay the main chart": "在主图上显示", + "Symbols to be added on the chart": "插入商品到图表上", + "Symbol": "商品", + "Default": "系统默认", + "Defaults": "预设值", + "OK": "确认", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "取消", + " color": "颜色", + " transparency": "透明度", + " visibility": "能见度", + "Add To Watchlist": "添加到收藏夹", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "应用", + "Arguments in Header": "表头参数", + "Arrow": "箭头", + "Auto Scale": "自动缩放", + "Background": "背景", + "bars": "根K线", + "bars_margin": "根K线", + "{0} bars": "{0}根K线", + "Bottom Margin": "下边距", + "Bring Forward": "向上移动", + "Bring to Front": "置于顶层", + "Clone": "克隆", + "Color Theme": "主题颜色", + "Copy": "复制", + "Extended Hours": "延时", + "Format...": "设置...", + "Source Code...": "Source Code...", + "Full Screen": "全屏显示", + "Grid Lines": "网格线", + "Hide All Drawing Tools": "隐藏所有绘图工具", + "Drawing Tools": "Drawing Tools", + "Hide": "隐藏", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "插入绘图工具", + "Insert Indicator...": "插入技术指标", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "在价格刻度上显示最终值", + "Link To": "链接到", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "加载新的K线", + "Lock All Drawing Tools": "锁定所有绘图", + "Lock Scale": "锁定刻度", + "Lock scale": "锁定刻度", + "Log Scale": "对数刻度", + "log": "对数刻度", + "Magnet Mode": "磁铁模式", + "Merge Down": "向下合并", + "Merge Up": "向上合并", + "Objects Tree...": "管理设定...", + "Offset": "偏移", + "Override Min Tick": "显示最小刻度", + "Percentage": "百分比", + "Precision": "精确度", + "Price Line": "价格线", + "Properties...": "属性...", + "Redo": "重做", + "Remove All Drawing Tools": "移除所有绘图", + "Remove All Studies": "移除所有公式", + "Remove All Indicators": "移除所有指标", + "Remove": "移除", + "Reset Chart": "重设图表", + "Reset Scale": "重设刻度", + "Reset": "重设", + "Right Margin": "右边距", + "Save As...": "另存为...", + "Scale Left": "缩放左边", + "Scale Percentage": "刻度比例", + "Scale Right": "缩放右边", + "Scale Series Only": "只缩放数据系列", + "Scale series only": "只缩放数据系列", + "Scale Series only": "只缩放数据系列", + "Scales Lines": "刻度线", + "Scales Text": "刻度文字", + "Scaling": "缩放", + "Screen (No Scale)": "屏幕(无缩放)", + "Send Backward": "下移一层", + "Send to Back": "置于底层", + "Session Breaks": "收盘时中断", + "Show Arguments in Header": "在表头上显示参数", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "显示最后收盘价", + "Show Left Axis": "显示左轴", + "Show Right Axis": "显示右轴", + "Show": "显示", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "保持绘图模式", + "Symbol Search...": "查找商品...", + "Change Symbol": "修改商品", + "Change Symbol...": "修改商品...", + "Change Interval...": "Change Interval...", + "Time Zone": "时区", + "TimeZone": "时区", + "Top Margin": "上边距", + "Transparency": "透明度", + "Undo {0}": "撤销", + "Undo": "撤销", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "取消向下合并", + "Unmerge Up": "取消向上合并", + "Visual Order": "视觉排序", + "Watermark": "水印", + "Show Objects Tree": "显示管理设定", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD 型态", + "Anchored Text": "锚点文本", + "Arc": "弧形", + "Arrow Mark Down": "向下箭头", + "Arrow Mark Left": "向左箭头", + "Arrow Mark Right": "向右箭头", + "Arrow Mark Up": "向上箭头", + "Balloon": "泡泡注解", + "Bars Pattern": "竖条模型", + "Brush": "笔刷", + "Callout": "标注", + "Circle Lines": "圆形线圈", + "Cross": "十字指针", + "Cyclic Lines": "循环线", + "Date Range": "日期范围", + "Disjoint Angle": "不相交的角", + "Dot": "圆点", + "Elliott Labels": "艾略特标签", + "Elliott Major Retracement": "艾略特主波浪回撤", + "Elliott Minor Retracement": "艾略特小波浪回撤", + "Elliott Wave Cycle": "艾略特循环波", + "Elliott Wave Minor": "艾略特小型波", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "艾略特次微波", + "Ellipse": "椭圆形", + "Value": "Value", + "Eraser": "清除", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "延长线", + "Extended Line": "延长线", + "Fib Channel": "斐波那契通道", + "Fib Circles": "斐波那契圈", + "Fib Retracement": "斐波那契回撤", + "Fib Speed Resistance Arcs": "斐波那契速度阻力弧", + "Fib Speed Resistance Fan": "斐波那契速度阻力扇", + "Fib Spiral": "斐波那契螺旋", + "Fib Time Zone": "斐波那契时间周期", + "Fib Wedge": "斐波那契楔形", + "Flag Mark": "旗型标记", + "Flat Top/Bottom": "平滑顶部/底部", + "Flat Bottom": "平滑底部", + "Forecast": "预测", + "Gann Box": "甘氏箱", + "Gann Fan": "甘氏扇形", + "Gann Square": "甘氏方形", + "Head & Shoulders": "头肩顶", + "Horizontal Line": "水平线", + "Horizontal Ray": "水平射线", + "Icon": "图标", + "Inside Pitchfork": "内部分叉线", + "Long Position": "多头", + "Risk/Reward long": "多头风险/回报比例", + "Modified Schiff Pitchfork": "调整希夫分叉线", + "Parallel Channel": "平行通道", + "Pitchfan": "倾斜扇形", + "Pitchfork": "分叉线", + "Polyline": "多边形", + "Price Label": "价格标签", + "Price Range": "价格范围", + "Projection": "投影", + "Ray": "射线", + "Rectangle": "矩形", + "Regression Trend": "回归趋势", + "Rotated Rectangle": "旋转矩形", + "Schiff Pitchfork": "希夫分叉线", + "Schiff": "希夫", + "Original": "原型", + "Modified Schiff": "调整希夫", + "Inside": "内部", + "Short Position": "空头", + "Risk/Reward short": "空头风险/回报比例", + "Text": "文本", + "Comment": "评论", + "Three Drivers Pattern": "三驱动型态", + "Thumb Down": "大拇指向下", + "Thumb Up": "竖起大拇指", + "Trend Angle": "趋势的角度", + "Trend Line": "趋势线", + "Trend-Based Fib Extension": "斐波那契趋势扩展", + "Trend-Based Fib Time": "斐波那契趋势时间", + "Triangle Pattern": "三角型态", + "Triangle": "三角形", + "Vertical Line": "垂直线", + "XABCD Pattern": "XABCD 型态", + "Angle:": "角度", + "Arcs": "弧形", + "Background color 1": "背景颜色1", + "Background color 2": "背景颜色2", + "Background Color": "背景颜色", + "Bar #": "K线#", + "Border color": "边框颜色", + "Border Color": "边框颜色", + "Border": "边框", + "Bottom Lables": "底部标签", + "bottom": "底部", + "center": "中心", + "Channel": "通道", + "Coeffs As Percents": "百分比系数", + "Color bars based on previous close": "bar颜色基于前一收盘价", + "Color": "颜色", + "Color:": "颜色:", + "Coordinates": "坐标", + "Delete": "删除", + "Down Color": "下拉颜色", + "Drawings": "绘图", + "Entry price:": "进场价:", + "Event": "Event", + "Events": "事件", + "Extend Left End": "左端延伸", + "Extend Left": "向左延伸", + "Extend Lines": "延长线", + "Extend Right End": "右端延伸", + "Extend Right": "向右延伸", + "Extend": "延伸", + "Failure back color": "失败的背景颜色", + "Failure text color": "失败的文本颜色", + "Fans": "扇形", + "Fill": "填充", + "Format": "设置", + "Graphics": "图像", + "Grid": "网格", + "Help": "帮助", + "HLC Bars": "HLC线", + "Inputs": "参数", + "Label Background": "标签背景色", + "Label": "标签", + "Labels": "标签", + "Left End": "左端", + "Left Labels": "左边标签", + "Right Labels": "Right Labels", + "left": "左边", + "Level {0}": "等级{0}", + "Levels": "等级", + "Lines": "线条", + "Major": "主要级", + "Measure (Shift + Click on the chart)": "测量 (按Shift并点击图表)", + "Median": "中线", + "middle": "中间", + "Middle": "中间", + "Minor": "小型级", + "Mode": "模式", + "Normal": "一般", + "Plot": "画线", + "Price Levels": "价格等级", + "Price Source": "来源", + "Price": "价格", + "Price:": "价格:", + "Prices": "价格", + "Profit Background Color": "利润背景颜色", + "Profit Level. Ticks:": "获利.最小刻度数:", + "Properties": "属性", + "Reverse": "反向", + "Right End": "右端", + "Right Lables": "右边标签", + "right": "右边", + "Log Scale_scale_menu": "对数刻度", + "Percentage_scale_menu": "百分比刻度", + "Scales": "刻度", + "Settings": "设置", + "Show Background": "显示背景", + "Show Bars Range": "显示K线区间", + "Show Date/Time Range": "显示日期/时间区间", + "Show Distance": "显示距离", + "Show Labels": "显示标签", + "Show Price Range": "显示价格区间", + "Show Price": "显示价格", + "Show Prices": "显示价格", + "Show Text": "显示文本", + "Show Time": "显示时间", + "Show Wave": "显示波形", + "Show/Hide": "显示/隐藏", + "Source back color": "起点背景颜色", + "Source border color": "起点边框颜色", + "Source text color": "起点文本颜色", + "Stay in Drawing Mode": "保持绘图模式", + "Stop Background Color": "止损背景颜色", + "Stop Color:": "止损颜色:", + "Stop Level. Ticks:": "止损.最小刻度数:", + "Style": "样式", + "Success back color": "成功的背景颜色", + "Success text color": "成功的文本颜色", + "Target back color": "终点背景颜色", + "Target border color": "终点边框颜色", + "Target Color:": "获利颜色:", + "Target text color": "获利文本颜色", + "Text Alignment:": "文本对齐:", + "Text color": "文本颜色", + "Text Color": "文本颜色", + "Text Font": "文本字体", + "Text Wrap": "自动换行", + "Text:": "文本:", + "Time Levels": "时间等级", + "Timezone/Sessions": "时区", + "Top Labels": "顶部标签", + "Bottom Labels": "Bottom Labels", + "top": "顶部", + "Up Color": "上涨颜色", + "Wave Size": "波形大小", + "Wick": "烛芯", + "Zoom In": "放大", + "Zoom Out": "缩小", + "Borders": "边框", + "Level": "等级", + "Hlines Background": "突显背景", + "Plots Background": "绘制背景", + "Open_line_tool_position": "未平仓", + "Closed_line_tool_position": "已平仓", + "{0} P&L: {1}": "{0} 获利&止损: {1}", + "Risk/Reward Ratio: {0}": "风险/回报比率: {0}", + "Stop: {0} ({1}%)": "止损: {0} ({1}%)", + "Target: {0} ({1}%)": "获利: {0} ({1}%)", + "SUCCESS": "成功", + "FAILURE": "失败", + "Left Shoulder": "左肩", + "Head": "头顶", + "Right Shoulder": "右肩", + "Mirrored": "垂直翻转", + "Flipped": "水平翻转", + "distance: {0}": "距离: {0}", + "day": "日", + "day_plural": "日", + "week": "周", + "week_plural": "周", + "month": "月", + "month_plural": "月", + "minute": "分", + "minute_plural": "分", + "hour": "小时", + "hour_plural": "小时", + "y_dates": "年", + "y_dates_plural": "年", + "h_dates": "小时", + "D_dates": "日", + "W_dates": "周", + "M_dates": "月", + "d_dates": "日", + "m_dates": "分", + "in_dates": "总", + "Jan": "一月", + "Feb": "二月", + "Mar": "三月", + "Apr": "四月", + "May": "五月", + "Jun": "六月", + "Jul": "七月", + "Aug": "八月", + "Sep": "九月", + "Oct": "十月", + "Nov": "十一月", + "Dec": "十二月", + "Objects Tree": "管理设定", + "Manage Drawings": "管理绘图", + "TOOL": "工具", + "SYMBOL": "商品", + "Move Up": "上移", + "Move Down": "下移", + "All Exchanges": "所有的交易所", + "All types": "所有类型", + "Stock": "股票", + "stock": "股票", + "Index": "指数", + "index": "指数", + "Futures": "期货", + "futures": "期货", + "Image URL": "图片网址", + "Save image": "保存图象", + "or copy url:": "或复制网址:", + "Redo {0}": "重做{0}", + "Custom color...": "自定义颜色...", + "Search": "查找", + "Open_in_legend": "开=", + "High_in_legend": "高=", + "Low_in_legend": "低=", + "Close_in_legend": "收=", + "Open": "开盘价", + "High": "最高价", + "Low": "最低价", + "Close": "收盘价", + "(H + L)/2": "(H+L)/2", + "(H + L + C)/3": "(H+L+C)/3", + "(O + H + L + C)/4": "(O+H+L+C)/4", + "UTC": "世界统一时间", + "Exchange": "交易所", + "Athens": "欧洲/雅典", + "Berlin": "欧洲/柏林", + "Bogota": "南美洲/波哥大", + "Bangkok": "亚洲/曼谷", + "Buenos Aires": "南美洲/布宜诺斯艾利斯", + "Chicago": "北美洲/芝加哥", + "Hong Kong": "亚洲/香港", + "Kolkata": "亚洲/加尔各答", + "London": "欧洲/伦敦", + "Los Angeles": "北美洲/洛杉矶", + "Madrid": "欧洲/马德里", + "Moscow": "欧洲/莫斯科", + "New York": "北美洲/纽约", + "Paris": "欧洲/巴黎", + "Sao Paulo": "南美洲/圣保罗", + "Seoul": "亚洲/首尔", + "Shanghai": "亚洲/上海", + "Singapore": "亚洲/新加坡", + "Sydney": "大洋洲/悉尼", + "Taipei": "亚洲/台北", + "Tehran": "亚洲/德黑兰", + "Tokyo": "亚洲/东京", + "Toronto": "北美洲/多伦多", + "Vancouver": "北美洲/温哥华", + "Warsaw": "欧洲/华沙", + "n/a": "n/a", + "Long_input": "长周期", + "long_input": "长周期", + "longlen_input": "长周期", + "Window Size_input": "窗口大小", + "Length_input": "长度", + "length_input": "长度", + "len_input": "长度", + "Short_input": "短周期", + "short_input": "短周期", + "shortlen_input": "短周期", + "Mult_input": "乘数", + "mult_input": "乘数", + "divisor_input": "除数", + "Divisor_input": "除数", + "Upper": "上轨", + "Lower": "下轨", + "Long": "买进", + "Short": "卖出", + "Signal": "信号", + "Jaw": "下颚", + "Teeth": "牙齿", + "Lips": "嘴唇", + "Zero": "零轴", + "WMA Length_input": "WMA长度", + "Long RoC Length_input": "RoC 长周期", + "Short RoC Length_input": "RoC 短周期", + "jawLength_input": "下颚长度", + "teethLength_input": "牙齿长度", + "lipsLength_input": "嘴唇长度", + "percent_input": "百分比", + "exponential_input": "指数", + "smoothD_input": "平滑 %D(SK)", + "smoothK_input": "平滑 %K(SK)", + "Color 0": "颜色 0", + "Color 1": "颜色 1", + "Color 2": "颜色 2", + "Color 3": "颜色 3", + "Color 4": "颜色 4", + "sym_input": "商品代码", + "symbol_input": "商品代码", + "Sym_input": "商品代码", + "DI Length_input": "DI 长度", + "ADX Smoothing_input": "平滑ADX", + "displacement_input": "偏移", + "Tenkan-sen": "信号线", + "Kijun-sen": "基础线", + "Chikou span": "延迟线", + "Senkou A": "上云层 A", + "Senkou B": "下云层 B", + "useTrueRange_input": "使用真实波幅", + "roclen1_input": "RoC 长度1", + "roclen2_input": "RoC 长度2", + "roclen3_input": "RoC 长度3", + "roclen4_input": "RoC 长度4", + "smalen1_input": "SMA 长度1", + "smalen2_input": "SMA 长度2", + "smalen3_input": "SMA 长度3", + "smalen4_input": "SMA 长度4", + "siglen_input": "信号长度", + "UpperLimit": "上限", + "LowerLimit": "下限", + "Limit": "Limit", + "fastLength_input": "快速周期", + "slowLength_input": "慢速周期", + "signalLength_input": "信号长度", + "start_input": "开始值", + "increment_input": "增量", + "maximum_input": "最大值", + "showMA_input": "显示成交量移动平均", + "show MA_input": "显示成交量移动平均", + "Volume": "成交量", + "Volume MA": "成交量移动平均", + "Indicator": "指标", + "Oscillator": "摆动", + "lengthStoch_input": "Stoch长度", + "lengthRSI_input": "RSI长度", + "sigma_input": "sigma(∑)", + "Sigma_input": "Sigma(∑)", + "Crosses": "十字线", + "Click to set a point": "单击设置点", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1.拖动十字线定义第一点.
2.点击任意位置确定第一个停止位置", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1.拖动十字线定义第一点.
2.点击任意位置确定第一个停止位置", + "retrying": "重试", + "eod data": "日资料", + "eod delayed": "延迟日资料", + "loading data": "加载数据", + "invalid symbol": "无效的商品代码", + "streaming": "流媒体", + "realtime": "实时", + "pre-market": "开市前", + "post-market": "闭市后", + "closed": "收盘", + "Time Interval": "时间周期", + "Show Symbol Labels": "显示商品代码标签", + "Show Symbol Labels_context_menu": "显示商品代码标签", + "Subminuette": "次微级", + "Minuette": "微级", + "Minute": "细级", + "Intermediate": "中型级", + "Primary": "基本级", + "Cycle": "循环级", + "SuperCycle": "超级循环级", + "GrandSuperCycle": "特大超级循环级", + "Lock": "锁定", + "Width": "宽度", + "Line With Breaks": "中断线", + "Area With Breaks": "中断区块", + "Type": "类型", + "Simple": "简单", + "With Markers": "带标记", + "Step": "阶梯", + "No drawings yet": "尚未绘图", + "Lock/Unlock": "锁定/解锁", + "deviation_input": "标准差", + "depth_input": "深度", + "Accumulation/Distribution_study": "累积/派发指标(Accum/Dist)", + "Aroon_study": "阿隆指标(Aroon)", + "Advance/Decline_study": "腾落指标(AD)", + "Average True Range_study": "平均真实波幅(ATR)", + "Awesome Oscillator_study": "动量震荡指标(AO)", + "Bollinger Bands Width_study": "布林带宽(BBW)", + "Balance of Power_study": "力量平衡度指标(Balance of Power)", + "Bollinger Bands_study": "布林线指标(BB)", + "Bollinger Bands %B_study": "布林极限(BB%B)", + "Chaikin Money Flow_study": "蔡金货币流量(CMF)", + "Chaikin Oscillator_study": "蔡金摆动指标(Chaikin Osc)", + "Chande Kroll Stop_study": "钱德克罗止损(Chande Kroll Stop)", + "Chande Momentum Oscillator_study": "钱德动量摆动指标(ChandeMO)", + "Commodity Channel Index_study": "顺势指标(CCI)", + "Choppiness Index_study": "波动指标(CHOP)", + "Directional Movement Index_study": "趋向指标(DMI)", + "Correlation Coeff_study": "相关系数(CC)", + "Donchian Channels_study": "唐奇安通道指标(DC)", + "Double Exponential Moving Average_study": "双重指数移动平均线(DEMA)", + "Ease of Movement_study": "简易波动指标(EOM)", + "Elders Force Index_study": "强力指数指标(EFI)", + "Envelope_study": "包络线指标(Env)", + "Ichimoku Cloud_study": "一目均衡表(Ichimoku)", + "Klinger Oscillator_study": "克里格振荡器(Klinger Osc)", + "Hull MA_study": "船体移动平均线(HMA)", + "Keltner Channels_study": "肯特纳通道(KC)", + "Linear Regression Curve_study": "线性回归曲线(LRC)", + "Know Sure Thing_study": "加权总和变动率(KST)", + "MA Cross_study": "移动平均交叉线(MA Cross)", + "Money Flow_study": "资金流量指标(MFI)", + "Mass Index_study": "梅斯线(MASS)", + "Moving Average Exponential_study": "指数移动平均线(EMA)", + "Net Volume_study": "净交易量(NetVol)", + "Moving Average Convergence/Divergence_study": "平滑异同平均指标(MACD)", + "Moving Average_study": "移动平均线(MA)", + "Moving Average Weighted_study": "加权移动平均线(WMA)", + "Parabolic SAR_study": "抛物线转向指标(SAR)", + "On Balance Volume_study": "平衡交易量指标(OBV)", + "Price Oscillator_study": "价格振荡指标(PPO)", + "Relative Strength Index_study": "相对强弱指数指标(RSI)", + "Relative Vigor Index_study": "相对能量指数指标(RVGI)", + "Relative Volatility Index_study": "相对离散指数指标(RVI)", + "SMI Ergodic Indicator/Oscillator_study": "各态历经SMI(SMIIO)", + "Stochastic_study": "随机指标(STOCH)", + "TRIX_study": "三重指数平均线(TRIX)", + "Stochastic RSI_study": "随机强弱指数(STOCH RSI)", + "Triple EMA_study": "三重指数移动平均线(TEMA)", + "VWMA_study": "成交量加权的移动平均值(VWMA)", + "Volume Oscillator_study": "成交量震荡(Volume Osc)", + "Volume_study": "成交量(Vol)", + "Williams Alligator_study": "鳄鱼线(Alligator)", + "Willams %R_study": "威廉指标(%R)", + "Coppock Curve_study": "估波曲线(Coppock Curve)", + "Least Squares Moving Average_study": "最小二乘移动平均线(LSMA)", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux均线(ALMA)", + "True Strength Indicator_study": "真实强度指标(TSI)", + "Change Interval": "设置周期", + "Show Only Studies": "只显示公式", + "Show Only Drawings": "只显示绘图", + "Show All": "全部显示", + "Timezone/Sessions Properties...": "时区属性...", + "Scale Price Chart Only": "只缩放价位图层", + "Open Interval Dialog": "打开设置周期", + "Note": "注释", + "Anchored Note": "锚点注释", + "Scales Properties": "刻度属性", + "Toggle Auto Scale": "切换为自动缩放", + "Toggle Log Scale": "切换为对数缩放", + "Toggle Percentage": "切换为百分比", + "auto_scale": "自动", + "Invalid Symbol": "无效的标的", + "loading...": "载入中...", + "interval_dialog_description": "若采用分钟周期,请输入周期数值(如:要设置图表周期为5分钟,请输入5).数值后可加字母H代表小时,加D代表日,W代表周,M代表月", + "Not applicable": "不适用", + "Stats Text Color": "统计文本颜色", + "Show Angle": "显示角度", + "Always Show Stats": "总显示统计", + "Rename...": "重命名...", + "New": "New", + "Load": "加载", + "Save": "保存", + "Rename Chart": "重命名图表", + "{0} copy": "{0} 复制", + "Please enter chart name": "请输入图表名称", + "Enter a new chart name": "输入一个新的图表名称", + "Load Chart": "加载图表", + "Chart Name": "图表名称", + "Chart name": "图表名称", + "Rename Chart Layout": "重命名图表版面", + "Please enter chart layout name": "请输入图表版面名称", + "Enter a new chart layout name": "输入一个新的图表版面名称", + "Load Layout Chart": "加载图表版面", + "Chart Layout Name": "图表版面名称", + "Chart layout name": "图表版面名称", + "NEW CHART LAYOUT": "新建图表版面", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "保存图表版面不仅保存了一些特定的图表,同时也保存了图表的商品和周期设定", + "Last Modified": "最后修改", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "活跃商品", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "全屏模式", + "Marker Color": "标记颜色", + "Font Size": "字体大小", + "Save New Chart": "保存新的图表", + "Source_compare": "来源", + "YES": "是", + "Yes": "Yes", + "No": "No", + "NO": "否", + "Confirmation": "确认", + "Are you sure you want to delete this chart?": "您确定要删除这个图表?", + "Hide Marks On Bars": "隐藏Bar上的标记", + "Precise Labels": "精确标签", + "Copy Chart Layout": "复制图表版面", + "Load Chart Layout": "加载图表版面", + "Save New Chart Layout": "保存图表版面", + "The Extended Trading Hours feature is available only for intraday charts": "延时交易的特点是只适合于日内周期图表", + "Do you realy want to delete ": "确定删除?", + "Description": "描述", + "Date": "日期", + "Time": "时间", + "Alerts for the current symbol only": "仅在当前品种警报", + "Alerts for the current resolution only": "仅在当前周期警报", + "Hide inactive alerts": "隐藏不活跃警报", + "Stopped Manual": "停止指南", + "Expired": "期满", + "Triggered and Not Active": "已触发和不活跃的", + "Error": "错误", + "Stop": "Stop", + "Stopped": "停止", + "Active": "活跃的", + "Order": "下单", + "Actual": "真实的", + "Prior": "之前", + "Company": "公司", + "Estimate": "估算", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "将你的图表生成图片,不做其他编辑保存截图-单击按钮,复制图片链接.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "将图表快照和所写内容分享到Twitter.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "将图表快照所写内容分享到StockTwits.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "发表会将你的交易想法分享到金融网络和投资人群,其他人可以评论或分享你的交易想法", + "Suggested ideas & my ideas": "推荐想法&我的想法", + "Ideas of the people I follow & my ideas": "已关注人的想法&我的想法", + "My ideas only": "仅我的想法", + "Hide Widgets": "Hide Widgets", + "Create Alert": "创建警报", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine脚本编辑器", + "Published ideas settings": "发表想法设置", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "显示/隐藏绘图工具条", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "已发表的想法将在图表bar上以圆点显示。你可以鸟瞰图表上一段时间的不同想法,并轻松看到何人何时所提何种想法。", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "已发表的想法和注释将在图表bar上以圆点或三角形显示,你可以鸟瞰图表上一段时间的不同想法,并轻松看到何人何时所提何种想法。", + "Study Template": "公式模板", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

警告: 此商品是由BATS电子交易所提供.

BATS实时数据,和“官方的”数据不同,提供近似的交易量,价格较少更新。

如果这些不同对于您的分析很重要,您可以使用我们的专业服务,允许订阅交易所的实时数据。

", + "Quotes are delayed by 10 min and updated every 30 seconds": "行情延时10分钟,每30秒更新一次", + "delayed": "延时的", + "Show only my sent and received messages": "只显示我发送和接收的消息", + "Maximize Chat": "最大化", + "Detach Chat": "分离图表", + "Type your message here": "在这里输入你的信息", + "Have something to say?": "有什么要说的吗?", + "Attach chart snapshot": "贴上图表快照", + "Insert emoticon": "插入表情符号", + "You can not vote twice for one message": "每条消息只能投票一次", + "English only, please": "仅限英文", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "仅限英文。当前我们只支持英文,所以要求您在TradingView交流时只使用英文。", + "Respecting Fellow Members": "尊重会员", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "尊重会员。对于无论你同意或不同意的想法,保持礼貌与尊重。以你想被对待的方式来对待别人。", + "No advertising allowed": "不允许广告", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "不允许广告!仅允许发布与交流相关和增加对话价值的外部链接(如,一个实例或一篇文章的链接)。", + "Custom...": "自定义...", + "Forex Talks": "外汇讨论", + "Forex": "外汇", + "Stock And Index Talks": "股票和指数讨论", + "Bitcoin Talks": "比特币讨论", + "Bitcoin": "比特币", + "Link to this chat...": "链接到此聊天...", + "Chat archives...": "聊天记录...", + "Edit room...": "编辑聊天室...", + "Delete room": "删除聊天室", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "您有一个错误留言", + "Confirm": "确认", + "Are you sure you want to delete this room?": "您确定要删除这个聊天室吗?", + "Show chart snapshot preview": "显示图片预览", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "仅显示偏好聊天室", + "Ignored users...": "黑名单...", + "Launch chat in separate window": "在独立窗口启动聊天", + "Link to this room...": "链接到此聊天室...", + "Room archives...": "聊天室记录...", + "You have no ignored users": "暂无加入黑名单的用户", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "比较增加", + "Follow": "关注", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "关注此品种,则会收到此品种相关想法的通知。", + "You are not logged in. Please sign in.": "您还没有登录,请先登录。", + "Info": "信息", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "加载新增bars功能,在卡吉图,砖形图, 新价线和OX图中不可用", + "Home": "首页", + "Ideas": "想法", + "Scripts": "脚本", + "Sign In": "登录", + "Sign Up": "Sign Up", + "Join Now": "加入", + "Ideas Published": "已发表想法", + "Followers": "粉丝", + "Following": "已关注", + "Profile Settings": "简介设置", + "Public Profile": "公布简介", + "Update Status": "更新状态", + "Sign Out": "登出", + "E-mail for sms": "E-mail", + "Please, enter your e-mail": "请输入您的e-mail", + "E-mail": "E-mail", + "Crossing": "交叉", + "Crossing Down": "下穿", + "Crossing Up": "上穿", + "Greater Than": "大于", + "Less Than": "小于", + "Entering Channel": "进入通道", + "Inside Channel": "内部通道", + "Outside Channel": "外部通道", + "Moving Up": "上移", + "Moving Down": "下移", + "Moving Up %": "上移%", + "Moving Down %": "下移%", + "Select user to start new chat with": "选择用户开始新的聊天", + "You have no private messages yet": "您还没有私人消息", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "别太残忍!目前不允许禁止超过一周", + "Banned": "禁止", + "No ideas matched your criteria": "没有想法符合您的标准", + "Favorite ideas": "偏好想法", + "Only private ideas": "仅私人想法", + "Ideas for the current symbol only": "仅当前商品相关想法", + "Ideas for the current resolution only": "仅当前周期相关想法", + "Someone commented on your idea": "有人对你的想法发表评论", + "Someone agreed/disagreed with your idea": "有人同意/不同意你的想法", + "Someone followed you": "有人关注你", + "Someone replied to your comment": "有人回复你的评论", + "Someone commented on the idea you follow": "有人对你关注的想法发表评论", + "Someone you follow post new comment": "你的关注中有人发表新的评论", + "Someone you follow change status": "你的关注中有人改变状态", + "Someone you follow published new idea": "你的关注中有人发表新的想法", + "Someone published idea on symbol you follow": "你的关注商品上有人发表想法", + "Notification sound": "通知声音", + "Additional Notifications Settings...": "附加通知设定...", + "This is a temporary chart.": "这是一个临时图表。", + "To save your work, sign up for FREE.": "保存你的工作区,免费注册。", + "Sign Up for FREE": "免费注册", + "Data provided by BATS exchange.": "BATS交易所提供的数据", + "Upgrade Now": "现在升级", + "This is EOD data with no updates.": "这是没有更新的EOD数据", + "You may subscribe for official realtime and intraday data.": "你可以订阅官方实时盘中的数据", + "Open Script": "打开脚本", + "No saved scripts yet": "还没有已保存的脚本", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "重要:创建聊天每个都是公开的,即,所有用户可见。因此,不要创建不流行和无趣的聊天话题。聊天的标题和目的应该明确。所有垃圾或不活跃的聊天将被版主删除,并且聊天发起人可能被禁言。", + "Create your first script now!": "现在创建你的第一个脚本!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "欢迎来到TradingView自定义脚本引擎。它允许你创建自定义公式或修改现有公式。你没有已创建的脚本。", + "No public library scripts were found.": "没有找到公共的脚本", + "Change band background": "修改带背景", + "Change area background": "修改区域背景", + "Confirm replace": "确认替换", + "Note: default study templates won't be removed permanently": "注意:默认公式模板不会被永久删除", + "Do you realy want to replace": "你确定要替换吗?", + "SCRIPT TITLE": "脚本标题", + "TAGS": "标签", + "DESCRIPTION": "描述", + "PUBLISH SCRIPT": "发布脚本", + "Pine Script Tutorial": "Pine脚本教程", + "Pine Script Reference": "Pine脚本参考", + "How to use the reference materials (Video)": "如何使用参考资料(视频)", + "Suggestions & Feedback": "建议与反馈", + "Clear Console": "清除控制台", + "Are you sure you want to ignore messages from": "你确定要忽略消息来自", + "ext": "提取", + "Toggle Maximize Chart": "开关最大化图表", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "想要官方数据和更多功能?", + "Sessions": "会话", + "Trading Panel": "交易面板", + "Open Trading Panel": "打开交易面板", + "Select Layout": "选择版面", + "Link symbol to all charts": "链接商品到所有图表", + "Link interval to all charts": "链接周期到所有图表", + "Sync crosshair on all charts": "同步所有图表的十字线", + "Chart Help": "图表帮助", + "No notifications yet": "还没有通知", + "Watchlist, details and news": "关注,详细资料与新闻", + "Alerts": "警报", + "Data Window": "数据窗口", + "Hotlists": "热门", + "Calendar": "日历", + "Trading Notes": "交易记录", + "Recent Chats": "最近的聊天", + "Notifications": "通知", + "Watchlist": "关注", + "Details": "详细资料", + "Economic Calendar": "经济日历", + "Earnings Calendar": "盈亏日历", + "Hotlist": "热门", + "News": "新闻", + "Market Summary": "Market Summary", + "My Ideas and Notes": "我的想法与记录", + "Alerts Log": "警报日志", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "显示买/卖面板", + "Show Active Orders Only": "仅显示有效委托", + "Journal...": "日志...", + "Account History...": "账号历史记录...", + "Reset Paper Trading Account...": "重置交易账号...", + "Trading Properties...": "交易性质...", + "Set Alert": "设置警报", + "Alert": "Alert", + "Edit": "编辑", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "所有讨论", + "Volume Leaders": "成交量领头", + "Percent Advances": "百分比上涨", + "Percent Declines": "百分比下降", + "Price Advances": "价格上涨", + "Price Declines": "价格下降", + "Range Advances": "区间上涨", + "Range Declines": "区间下降", + "Gap Up Stocks": "高开股票", + "Gap Down Stocks": "低开股票", + "Sell Market": "卖出市场", + "Sell": "卖出", + "Buy Market": "买入市场", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "买入", + "Keyboard Shortcuts": "键盘快捷键", + "Help & Wiki": "帮助&维基", + "Send Feedback or Report an Issue": "发送反馈或报告问题", + "Priority Support": "优先支持", + "Run Product Walk-Through": "运行产品动画", + "Price Scale": "价格刻度", + "MTPredictor": "MT预测", + "Apply Elliot Wave": "运用艾略特波浪", + "Apply WPT Up Wave": "运用WPT Up波浪", + "Apply WPT Down Wave": "运用WPT Down波浪", + "Create New Order...": "创建新的委托...", + "Trading": "交易", + "Add Alert": "添加警报", + "Extend Alert Line": "Extend警报线", + " alert label line": "警报标签线", + "No study templates saved": "没有公式模板保存", + "Save Study Template As...": "公式模板另存为...", + "Show Splits on Chart": "在图表上显示划分", + "Show Earnings on Chart": "在图表上显示盈余", + "Show Dividends on Chart": "在图表上显示红利", + "Show Alert Labels": "显示警报标签", + "Earnings breaks": "盈余突破", + "Extended Alert Line": "延伸警报线", + "Themes": "主题", + "Events & Alerts": "事件 & 警报", + "Apply Defaults": "恢复默认", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "延长时间 (仅当日)", + "In Session": "时段内", + "Tools": "工具", + "Delete script": "Delete script", + "Social": "社交", + "Angle": "角度", + "Publish Script": "发布脚本", + "Add to Chart": "添加到图表", + "Blank script": "空白脚本", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/localization/translations/zh_TW.json b/charting_library/static/localization/translations/zh_TW.json index 1455b71e..39066c0e 100644 --- a/charting_library/static/localization/translations/zh_TW.json +++ b/charting_library/static/localization/translations/zh_TW.json @@ -1,664 +1,1449 @@ -{ - "propertypage-name-label_css_class": "propertypage-name-label", - "Script Editor": "腳本編輯器", - " Published Charts Timeline": "發行時間", - "SMA": "簡單移動平均線", - "Bar's Style": "K線圖樣式", - "Chart Properties": "圖表屬性", - "Compare": "比較", - "Compare...": "比較...", - "Compare or Add Symbol...": "比較/新增商品...", - "Compare or Add Symbol": "比較/新增商品", - "Add Symbol": "增加商品", - "Scales Properties...": "刻度屬性設定...", - "Add": "新增", - "Company Comparison": "請輸入對比商品", - "Indicators, Fundamentals, Economy and Add-ons": "技術指標", - "Economy & Symbols": "標的代碼", - "Bars": "美國線", - "Candles": "蠟燭線", - "Hollow Candles": "空心蠟燭線", - "Line": "線形圖", - "Area": "山形圖", - "Heiken Ashi": "Heiken-Ashi燭圖", - "Histogram": "直方圖", - "Cross_chart_type": "交叉圖", - "Crosshair": "十字交錯圖", - "Columns": "柱狀圖", - "Circles": "圓形圖", - "Indicators": "技術指標", - "Favorites": "偏好", - "Technical Analysis": "技術分析", - "No indicators matched your criteria.": "沒有指標符合您的搜索條件.", - "Add to favorites": "增加至偏好中", - "Remove from favorites": "從偏好中移除", - "No symbols matched your criteria": "沒有商品符合您的搜索條件", - "Add any symbol from the list": "從列表中添加一些商品", - "Overlay the main chart": "在主圖上顯示", - "Symbols to be added on the chart": "插入商品到圖表上", - "Symbol": "商品", - "Default": "預設值", - "Defaults": "預設值", - "OK": "確認", - "Cancel": "取消", - " color": "顏色", - " transparency": "透明度", - " visibility": "能見度", - "Add To Watchlist": "添加至收藏夾", - "Apply": "應用", - "Arguments in Header": "表頭參數", - "Arrow": "箭頭", - "Auto Scale": "自動縮放", - "Background": "背景", - "bars": "根", - "bars_margin": "根", - "{0} bars": "{0} 根", - "Bottom Margin": "下邊距", - "Bring Forward": "向上移動", - "Bring to Front": "置於頂層", - "Clone": "克隆", - "Color Theme": "色彩主題", - "Copy": "複製", - "Extended Hours": "延長交易時間", - "Format...": "格式...", - "Full Screen": "全螢幕", - "Grid Lines": "網格線", - "Hide All Drawing Tools": "隱藏所有繪圖工具", - "Hide": "隱藏", - "Insert Drawing Tool": "新增繪圖工具", - "Insert Indicator...": "新增技術指標...", - "Last Value on Price Scale": "顯示最後收盤價", - "Link To": "連結至", - "Load New Bars": "載入新數據", - "Lock All Drawing Tools": "鎖定所有繪圖工具", - "Lock Scale": "鎖定縮放功能", - "Lock scale": "鎖定縮放功能", - "Log Scale": "對數縮放", - "log": "log", - "Magnet Mode": "磁鐵模式", - "Merge Down": "向下合併", - "Merge Up": "向上合併", - "Objects Tree...": "排列順序...", - "Offset": "位移", - "Override Min Tick": "覆寫最小刻度", - "Percentage": "百分比", - "Precision": "精確度", - "Price Line": "價格標線", - "Properties...": "屬性...", - "Redo": "重做", - "Remove All Drawing Tools": "移除所有繪圖工具", - "Remove All Studies": "移除所有學習", - "Remove All Indicators": "移除所有技術指標", - "Remove": "移除", - "Reset Chart": "重設圖表", - "Reset Scale": "重設比例", - "Reset": "重設", - "Right Margin": "右邊距", - "Save As...": "儲存為...", - "Scale Left": "左邊縮放", - "Scale Percentage": "縮放百分比", - "Scale Right": "右邊縮放", - "Scale Series Only": "只縮放數據", - "Scale series only": "只縮放數據", - "Scale Series only": "只縮放數據", - "Scales Lines": "縮放線條", - "Scales Text": "縮放文字", - "Scaling": "縮放", - "Screen (No Scale)": "螢幕(無縮放)", - "Send Backward": "下移一層", - "Send to Back": "移至底層", - "Session Breaks": "中斷工作階段", - "Show Arguments in Header": "在表頭上顯示參數", - "Show Last Value on Price Scale": "在價格比例尺上顯示最終值", - "Show Left Axis": "顯示左軸", - "Show Right Axis": "顯示右軸", - "Show": "顯示", - "Stay In Drawing Mode": "停留在繪圖模式", - "Symbol Search...": "搜尋商品代碼...", - "Change Symbol": "更換商品代碼", - "Change Symbol...": "更換商品代碼...", - "Time Zone": "時區", - "TimeZone": "時區", - "Top Margin": "上邊距", - "Transparency": "透明度", - "Undo {0}": "復原", - "Undo": "復原", - "Unmerge Down": "取消向下合併", - "Unmerge Up": "取消向上合併", - "Visual Order": "顯示順序", - "Watermark": "浮水印", - "Show Objects Tree": "顯示排列順序", - "cursors-group-css-class": "cursors-group-css-class", - "ABCD Pattern": "ABCD 型態", - "Anchored Text": "錨點文字", - "Arc": "弧形", - "Arrow Mark Down": "下箭頭", - "Arrow Mark Left": "左箭頭", - "Arrow Mark Right": "右箭圖", - "Arrow Mark Up": "上箭頭", - "Balloon": "泡泡", - "Bars Pattern": "長條圖", - "Brush": "筆刷", - "Callout": "標註", - "Circle Lines": "週期線", - "Cross": "十字線", - "Cyclic Lines": "循環線", - "Date Range": "日期範圍", - "Disjoint Angle": "不相交角", - "Dot": "圓點", - "Elliott Labels": "艾略特標籤", - "Elliott Major Retracement": "艾略特主波浪回測", - "Elliott Minor Retracement": "艾略特小波浪回測", - "Elliott Wave Cycle": "艾略特循環波", - "Elliott Wave Minor": "艾略特小型波", - "Elliott Wave Subminuette": "艾略特次微波", - "Ellipse": "橢圓", - "Eraser": "橡皮擦", - "Extended": "延伸", - "Extended Line": "延伸線", - "Fib Channel": "通道黃金分割率", - "Fib Circles": "圓周黃金分割率", - "Fib Retracement": "費波南茲回測", - "Fib Speed Resistance Arcs": "半圓周黃金分割率", - "Fib Speed Resistance Fan": "扇形黃金分割率", - "Fib Spiral": "費波南茲螺旋", - "Fib Time Zone": "費波南茲係數", - "Fib Wedge": "楔形黃金分割率", - "Flag Mark": "旗標", - "Flat Top/Bottom": "旗頂/旗底", - "Flat Bottom": "旗底", - "Forecast": "預測", - "Gann Box": "箱型甘氏線", - "Gann Fan": "扇形甘氏線", - "Gann Square": "方形甘氏線", - "Head & Shoulders": "頭肩頂", - "Horizontal Line": "垂直線", - "Horizontal Ray": "垂直射線", - "Icon": "圖標", - "Inside Pitchfork": "內側蝴蝶指標", - "Long Position": "做多部位", - "Risk/Reward long": "長期風險/回報", - "Modified Schiff Pitchfork": "改良式希夫蝴蝶指標", - "Parallel Channel": "併行通道", - "Pitchfan": "扇形角度線", - "Pitchfork": "基本蝴蝶指標", - "Polyline": "多邊形", - "Price Label": "價位標籤", - "Price Range": "價位區間", - "Projection": "投影指標", - "Ray": "射線", - "Rectangle": "矩形", - "Regression Trend": "迴歸趨勢", - "Rotated Rectangle": "旋轉矩形", - "Schiff Pitchfork": "希夫蝴蝶指標", - "Schiff": "希夫", - "Original": "原始", - "Modified Schiff": "改良式希夫", - "Inside": "內部", - "Short Position": "做空部位", - "Risk/Reward short": "短期風險/回報", - "Text": "文字", - "Comment": "註解", - "Three Drivers Pattern": "下降旗形", - "Thumb Down": "失望", - "Thumb Up": "滿意", - "Trend Angle": "趨勢角度", - "Trend Line": "趨勢線", - "Trend-Based Fib Extension": "趨勢黃金分割率", - "Trend-Based Fib Time": "趨勢費波南茲係數", - "Triangle Pattern": "收斂三角形", - "Triangle": "三角形", - "Vertical Line": "水平線", - "XABCD Pattern": "XABCD 蝴蝶", - "Angle:": "角度:", - "Arcs": "弧形", - "Background color 1": "背景顏色 #1", - "Background color 2": "背景顏色 #2", - "Background Color": "背景顏色", - "Bar #": "長條 #", - "Border color": "邊框顏色", - "Border Color": "邊框顏色", - "Border": "邊框", - "Bottom Lables": "底部標籤", - "bottom": "底部", - "center": "中間", - "Channel": "頻道", - "Coeffs As Percents": "以係數作為百分比", - "Color bars based on previous close": "前次關閉時使用的調色", - "Color": "顏色", - "Color:": "顏色:", - "Coordinates": "座標", - "Delete": "刪除", - "Down Color": "向下顏色", - "Drawings": "繪圖", - "Entry price:": "輸入價格:", - "Events": "事件", - "Extend Left End": "向左延長至左端", - "Extend Left": "向左延長", - "Extend Lines": "延長線條", - "Extend Right End": "向右延長至右端", - "Extend Right": "向右延長", - "Extend": "延伸", - "Failure back color": "失敗時背景顏色", - "Failure text color": "失敗時文字顏色", - "Fans": "扇形", - "Fill": "填滿", - "Format": "格式", - "Graphics": "圖形", - "Grid": "格線", - "Help": "協助", - "HLC Bars": "HLC長條", - "Inputs": "輸入", - "Label Background": "標籤背景", - "Label": "標籤", - "Labels": "標籤", - "Left End": "左端", - "Left Labels": "左方標籤", - "left": "左", - "Level {0}": "等級 {0}", - "Levels": "等級", - "Lines": "線", - "Major": "主要", - "Measure (Shift + Click on the chart)": "測量 (在圖表上按著鍵盤Shift鍵,同時點擊滑鼠左鍵)", - "Median": "中位", - "middle": "中間", - "Middle": "中軸慢線", - "Minor": "主要", - "Mode": "模式", - "Normal": "一般", - "Plot": "繪圖", - "Price Levels": "價位等級", - "Price Source": "價位起點", - "Price": "價位", - "Price:": "價位:", - "Prices": "價位", - "Profit Background Color": "有效背景顏色", - "Profit Level. Ticks:": "有效等級刻度:", - "Properties": "圖表設定", - "Reverse": "反向", - "Right End": "右端", - "Right Lables": "右方標籤", - "right": "右", - "Log Scale_scale_menu": "對數比例選單", - "Percentage_scale_menu": "百分比比例選單", - "Scales": "比例", - "Settings": "設定", - "Show Background": "顯示背景", - "Show Bars Range": "顯示長條圖區間", - "Show Date/Time Range": "顯示時間/日期區間", - "Show Distance": "顯示距離", - "Show Labels": "顯示標籤", - "Show Price Range": "顯示價格區間", - "Show Price": "顯示價位", - "Show Prices": "顯示價位", - "Show Text": "顯示文字", - "Show Time": "顯示時間", - "Show Wave": "顯示波浪", - "Show/Hide": "顯示/隱藏", - "Source back color": "起點的背景顏色", - "Source border color": "起點的邊框顏色", - "Source text color": "起點的文字顏色", - "Stay in Drawing Mode": "停留在繪圖模式", - "Stop Background Color": "停損時背景顏色", - "Stop Color:": "停損時的顏色:", - "Stop Level. Ticks:": "停損時的等級刻度:", - "Style": "樣式", - "Success back color": "成功時背景顏色", - "Success text color": "成功時文字顏色", - "Target back color": "終點的背景顏色", - "Target border color": "終點的邊框顏色", - "Target Color:": "終點的顏色:", - "Target text color": "終點的文字顏色", - "Text Alignment:": "文字參數:", - "Text color": "文字顏色", - "Text Color": "文字顏色", - "Text Font": "文字字型", - "Text Wrap": "文字換行", - "Text:": "文字:", - "Time Levels": "時間等級", - "Timezone/Sessions": "時區/工作階段", - "Top Labels": "頂端標籤", - "top": "頂端", - "Up Color": "向上顏色", - "Wave Size": "波浪大小", - "Wick": "燭心", - "Zoom In": "放大", - "Zoom Out": "縮小", - "Borders": "邊框", - "Level": "等級", - "Hlines Background": "盤整區背景色", - "Plots Background": "繪圖區背景色", - "Open_line_tool_position": "開啟畫線工具位置", - "Closed_line_tool_position": "關閉畫線工具位置", - "{0} P&L: {1}": "{0} 獲利與損失: {1}", - "Risk/Reward Ratio: {0}": "風險/回報比率: {0}", - "Stop: {0} ({1}%)": "停損: {0} ({1}%)", - "Target: {0} ({1}%)": "目標: {0} ({1}%)", - "SUCCESS": "成功", - "FAILURE": "失敗", - "Left Shoulder": "左肩", - "Head": "頭部", - "Right Shoulder": "右肩", - "Mirrored": "鏡像", - "Flipped": "翻轉", - "distance: {0}": "距離: {0}", - "day": "日", - "day_plural": "日", - "day_plural_1": "日", - "day_plural_2": "日", - "day_plural_5": "日", - "week": "週", - "week_plural": "週", - "week_plural_1": "週", - "week_plural_2": "週", - "week_plural_5": "週", - "month": "月", - "month_plural": "月", - "month_plural_1": "月", - "month_plural_2": "月", - "month_plural_5": "月", - "minute": "分鐘", - "minute_plural": "分鐘", - "minute_plural_1": "分鐘", - "minute_plural_2": "分鐘", - "minute_plural_5": "分鐘", - "hour": "小時", - "hour_plural": "小時", - "hour_plural_1": "小時", - "hour_plural_2": "小時", - "hour_plural_5": "小時", - "y_dates": "年", - "y_dates_plural": "年", - "y_dates_plural_1": "年", - "y_dates_plural_2": "年", - "y_dates_plural_5": "年", - "h_dates": "小時", - "D_dates": "日", - "W_dates": "週", - "M_dates": "月", - "d_dates": "日", - "m_dates": "月", - "in_dates": "總天數", - "Jan": "一月", - "Feb": "二月", - "Mar": "三月", - "Apr": "四月", - "May": "五月", - "Jun": "六月", - "Jul": "七月", - "Aug": "八月", - "Sep": "九月", - "Oct": "十月", - "Nov": "十一月", - "Dec": "十二月", - "Objects Tree": "排列順序", - "Manage Drawings": "管理繪圖工具", - "TOOL": "工具", - "SYMBOL": "商品代碼", - "Move Up": "向上移動", - "Move Down": "向下移動", - "All Exchanges": "所有交易所", - "All types": "所有類型", - "Stock": "股票", - "stock": "股票", - "Index": "指數", - "index": "指數", - "Futures": "期貨", - "futures": "期貨", - "Image URL": "圖檔路徑", - "Save image": "儲存圖檔", - "or copy url:": "或複製圖檔路徑:", - "Redo {0}": "重做 {0}", - "Custom color...": "自定義顏色...", - "Search": "搜尋", - "Open_in_legend": "開盤", - "High_in_legend": "最高", - "Low_in_legend": "最低", - "Close_in_legend": "收盤", - "Open": "開盤", - "High": "最高", - "Low": "最低", - "Close": "收盤", - "(H + L)/2": "(最高+最低)/2", - "(H + L + C)/3": "(最高+最低+收盤)/3", - "(O + H + L + C)/4": "(開盤+最高+最低+收盤)/4", - "UTC": "國家標準時間", - "Exchange": "交易所", - "Athens": "歐洲/雅典", - "Berlin": "歐洲/柏林", - "Bogota": "南美洲/波哥大", - "Bangkok": "曼谷", - "Buenos Aires": "南美洲/布宜諾斯艾利斯", - "Chicago": "北美洲/芝加哥", - "Hong Kong": "亞洲/香港", - "Kolkata": "亞洲/加爾各答", - "London": "歐洲/倫敦", - "Los Angeles": "北美洲/洛杉磯", - "Madrid": "歐洲/馬德里", - "Moscow": "歐洲/莫斯科", - "New York": "北美洲/紐約", - "Paris": "歐洲/巴黎", - "Seoul": "亞洲/首爾", - "Shanghai": "亞洲/上海", - "Singapore": "亞洲/新加坡", - "Sydney": "大洋洲/雪梨", - "Taipei": "亞洲/台北", - "Tehran": "德黑蘭", - "Tokyo": "亞洲/東京", - "Toronto": "北美洲/多倫多", - "Vancouver": "北美洲/溫哥華", - "Warsaw": "歐洲/華沙", - "n/a": "n/a", - "Long_input": "長軸慢線", - "long_input": "長軸慢線", - "longlen_input": "長軸慢線", - "Window Size_input": "視窗大小", - "Length_input": "天數", - "length_input": "天數", - "len_input": "天數", - "Short_input": "短軸快線", - "short_input": "短軸快線", - "shortlen_input": "短軸快線", - "Mult_input": "多重因素", - "mult_input": "多重因素", - "divisor_input": "除數", - "Divisor_input": "除數", - "Upper": "上方", - "Lower": "下方", - "Long": "長期", - "Short": "短期", - "Signal": "訊號", - "Jaw": "下顎", - "Teeth": "牙齒", - "Lips": "嘴唇", - "Zero": "零軸", - "WMA Length_input": "WMA長度", - "Long RoC Length_input": "長期RoC天數", - "Short RoC Length_input": "短期RoC天數", - "jawLength_input": "下顎長度", - "teethLength_input": "牙齒長度", - "lipsLength_input": "嘴唇長度", - "percent_input": "百分比", - "exponential_input": "指數平均", - "smoothD_input": "平滑 %D", - "smoothK_input": "平滑 %K", - "Color 0": "顏色 0", - "Color 1": "顏色 1", - "Color 2": "顏色 2", - "Color 3": "顏色 3", - "Color 4": "顏色 4", - "sym_input": "工具", - "symbol_input": "工具", - "Sym_input": "工具", - "DI Length_input": "DI長度", - "ADX Smoothing_input": "平滑ADX", - "displacement_input": "雲帶", - "Tenkan-sen": "轉換線", - "Kijun-sen": "基準線", - "Chikou span": "延遲線", - "Senkou A": "前行帶 A", - "Senkou B": "前行帶 B", - "useTrueRange_input": "使用真實區間", - "roclen1_input": "RoC天數 1", - "roclen2_input": "RoC天數 2", - "roclen3_input": "RoC天數 3", - "roclen4_input": "RoC天數 4", - "smalen1_input": "SMA天數 1", - "smalen2_input": "SMA天數 2", - "smalen3_input": "SMA天數 3", - "smalen4_input": "SMA天數 4", - "siglen_input": "訊號長度", - "UpperLimit": "上方極限值", - "LowerLimit": "下方極限值", - "fastLength_input": "快速指標天數", - "slowLength_input": "慢速指標天數", - "signalLength_input": "訊號產生天數", - "start_input": "開始", - "increment_input": "增量", - "maximum_input": "最大值", - "showMA_input": "顯示移動平均", - "show MA_input": "顯示移動平均線", - "Volume": "成交量", - "Volume MA": "成交量移動平均", - "Indicator": "技術指標", - "Oscillator": "擺盪指標", - "lengthStoch_input": "隨機指標天數", - "lengthRSI_input": "隨機RSI天數", - "sigma_input": "sigma", - "Sigma_input": "Sigma", - "Crosses": "交錯", - "Click to set a point": "點擊設置座標點", - "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. 滑動你的手指,選取第一個錨點位置。
2. 點擊螢幕,將第一個錨點設置於該處。", - "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. 滑動你的手指,選取第二個錨點位置。
2. 點擊螢幕,將第二個錨點設置於該處。", - "retrying": "重試", - "eod data": "盤後數據", - "eod delayed": "盤後延遲數據", - "loading data": "載入數據", - "invalid symbol": "無效的代碼", - "streaming": "串流", - "realtime": "即時", - "pre-market": "盤前", - "post-market": "盤後", - "closed": "收盤", - "Time Interval": "時間區間", - "Show Symbol Labels": "顯示代碼標籤", - "Show Symbol Labels_context_menu": "顯示代碼標籤", - "Subminuette": "次微浪", - "Minuette": "微浪", - "Minute": "細浪", - "Intermediate": "中型浪", - "Primary": "初級", - "Cycle": "循環週期", - "SuperCycle": "大型循環週期", - "GrandSuperCycle": "超大循環週期", - "Lock": "鎖定", - "Width": "寬度", - "Line With Breaks": "線形圖(含休市日)", - "Area With Breaks": "山形圖(含休市日)", - "Type": "類型", - "Simple": "簡單", - "With Markers": "與標記", - "Step": "階梯", - "No drawings yet": "尚未繪圖", - "Lock/Unlock": "鎖定/解鎖", - "deviation_input": "標準差", - "depth_input": "深度", - "Accumulation/Distribution_study": "累積/派發線(Accum/Dist)", - "Aroon_study": "阿隆指標(Aroon)", - "Advance/Decline_study": "騰落指標(AD)", - "Average True Range_study": "真實波幅指標(ATR)", - "Awesome Oscillator_study": "動量震盪指標(AO)", - "Bollinger Bands Width_study": "包寧傑帶狀指標(BBW)", - "Balance of Power_study": "力量平衡度指標(Balance of Power)", - "Bollinger Bands_study": "包寧傑指標(BB)", - "Bollinger Bands %B_study": "包寧傑%B指標(BB%B)", - "Chaikin Money Flow_study": "蔡金資金流向指標(CMF)", - "Chaikin Oscillator_study": "蔡金擺動指標(Chaikin Osc)", - "Chande Kroll Stop_study": "錢德克羅止損(Chande Kroll Stop)", - "Chande Momentum Oscillator_study": "錢德動量擺動指標(ChandeMO)", - "Commodity Channel Index_study": "順勢指標(CCI)", - "Choppiness Index_study": "平滑指數(CHOP)", - "Directional Movement Index_study": "動向指數(DMI)", - "Correlation Coeff_study": "相關係數(CC)", - "Donchian Channels_study": "唐奇安通道指標(DC)", - "Double Exponential Moving Average_study": "雙指數移動平均線(DEMA)", - "Ease of Movement_study": "簡易波動指標(EOM)", - "Elders Force Index_study": "強力指數指標(EFI)", - "Envelope_study": "包絡線指標(Env", - "Ichimoku Cloud_study": "一目均衡表(Ichimoku)", - "Klinger Oscillator_study": "克林格成交量擺動指標(Klinger Osc)", - "Hull MA_study": "Hull移動平均線(HMA)", - "Keltner Channels_study": "肯特納通道(KC)", - "Linear Regression Curve_study": "線性迴歸曲線(LRC)", - "Know Sure Thing_study": "加權總和變動率(KST)", - "MA Cross_study": "均線交叉線(MA Cross)", - "Money Flow_study": "貨幣流量指標(MFI)", - "Mass Index_study": "梅斯線指標(MASS)", - "Moving Average Exponential_study": "指數移動平均指標(EMA)", - "Net Volume_study": "淨交易量(NetVol)", - "Moving Average Convergence/Divergence_study": "指數平滑異同移動平均線(MACD)", - "Moving Average_study": "移動平均線(MA)", - "Moving Average Weighted_study": "加權移動平均線(WMA)", - "Parabolic SAR_study": "停損點轉向指標(SAR)", - "On Balance Volume_study": "能量潮指标(OBV)", - "Price Oscillator_study": "價格擺動指標(PPO)", - "Relative Strength Index_study": "相對強弱指數(RSI)", - "Relative Vigor Index_study": "相對能量指數指標(RVGI)", - "Relative Volatility Index_study": "相對離散指數(RVI)", - "SMI Ergodic Indicator/Oscillator_study": "SMIEO指標(SMIIO)", - "Stochastic_study": "隨機指標(STOCH)", - "TRIX_study": "三重指數平均指標(TRIX)", - "Stochastic RSI_study": "隨機強弱指標(STOCH RSI)", - "Triple EMA_study": "三重指數移動平均線(TEMA)", - "VWMA_study": "成交量加權移動平均線(VWMA)", - "Volume Oscillator_study": "成交量擺動指標(Volume Osc)", - "Volume_study": "成交量(Vol)", - "Williams Alligator_study": "鱷魚線(Alligator)", - "Willams %R_study": "威廉指標(W%R)", - "Coppock Curve_study": "估波指標(Coppock Curve)", - "Least Squares Moving Average_study": "最小平方均線(LSMA)", - "Arnaud Legoux Moving Average_study": "Arnaud Legoux均線(ALMA)", - "True Strength Indicator_study": "真實強弱指數(TSI)", - "Change Interval": "改變區間", - "Show Only Studies": "只顯示學習", - "Show Only Drawings": "只顯示繪圖", - "Show All": "全部顯示", - "Timezone/Sessions Properties...": "時區/工作階段屬性", - "Scale Price Chart Only": "只縮放價位圖層", - "Open Interval Dialog": "開啟區間視窗", - "Note": "標注", - "Anchored Note": "錨點標注", - "Scales Properties": "刻度屬性", - "Toggle Auto Scale": "切換為自動縮放", - "Toggle Log Scale": "切換為對數縮放", - "Toggle Percentage": "切換為百分比", - "auto_scale": "自動", - "Invalid Symbol": "無效的標的", - "loading...": "載入中...", - "interval_dialog_description": "若圖表採用分鐘作為更新頻率,請輸入間隔數字(例如:若圖表為每五分鐘更新一次,請輸入5);或加上H代表小時,D代表日,W代表週,M代表月為週期更新頻率。", - "Not applicable": "不適用", - "Stats Text Color": "統計值文字顏色", - "Show Angle": "顯示角度", - "Always Show Stats": "始終顯示統計值", - "Rename...": "重新命名...", - "Load": "載入", - "Save": "儲存", - "Rename Chart": "重新命名圖表", - "{0} copy": "{0} 複製", - "Please enter chart name": "請輸入圖表名稱", - "Enter a new chart name": "輸入新的圖表名稱", - "Load Chart": "載入圖表", - "Chart Name": "圖表名稱", - "Chart name": "圖表名稱", - "Last Modified": "最後修改日期", - "Active Symbol": "啟動標的", - "Fullscreen mode": "全螢幕模式", - "Marker Color": "標誌顏色", - "Font Size": "字型大小", - "Save New Chart": "儲存新圖表", - "Source_compare": "來源", - "YES": "是", - "NO": "否", - "Confirmation": "確認", - "Are you sure you want to delete this chart?": "你是否確定要刪除這份圖表?" +{ + "propertypage-name-label_css_class": "propertypage-name-label", + "Script Editor": "腳本編輯器", + " Published Charts Timeline": "發行時間", + "SMA": "簡單移動平均線", + "Published Chart": "Published Chart", + "Bar's Style": "K線圖樣式", + "Chart Properties": "圖表屬性", + "Compare": "比較", + "Compare...": "比較...", + "Compare or Add Symbol...": "比較/新增商品...", + "Compare or Add Symbol": "比較/新增商品", + "Add Symbol": "增加商品", + "Scales Properties...": "刻度屬性設定...", + "Add": "新增", + "Company Comparison": "請輸入對比商品", + "Indicators, Fundamentals, Economy and Add-ons": "技術指標", + "Economy & Symbols": "標的代碼", + "Bars": "美國線", + "Candles": "蠟燭線", + "Hollow Candles": "空心蠟燭線", + "Line": "線形圖", + "Permanent link to this message": "Permanent link to this message", + "Area": "山形圖", + "Message settings": "Message settings", + "Heiken Ashi": "Heiken-Ashi燭圖", + "Delete message": "Delete message", + "Are you sure you want to delete this message?": "Are you sure you want to delete this message?", + "Renko": "Renko", + "Line Break": "Line Break", + "Kagi": "Kagi", + "Point & Figure": "Point & Figure", + "Histogram": "直方圖", + "Cross_chart_type": "交叉圖", + "Crosshair": "十字交錯圖", + "Columns": "柱狀圖", + "Circles": "圓形圖", + "Indicators": "技術指標", + "Favorites": "偏好", + "Technical Analysis": "技術分析", + "No indicators matched your criteria.": "沒有指標符合您的搜索條件.", + "Add to favorites": "增加至偏好中", + "Remove from favorites": "從偏好中移除", + "No symbols matched your criteria": "沒有商品符合您的搜索條件", + "Add any symbol from the list": "從列表中添加一些商品", + "Overlay the main chart": "在主圖上顯示", + "Symbols to be added on the chart": "插入商品到圖表上", + "Symbol": "商品", + "Default": "預設值", + "Defaults": "預設值", + "OK": "確認", + "Toggle notifications for this room": "Toggle notifications for this room", + "Cancel": "取消", + " color": "顏色", + " transparency": "透明度", + " visibility": "能見度", + "Add To Watchlist": "添加至收藏夾", + "Add {0} To Watchlist": "Add {0} To Watchlist", + "Apply": "應用", + "Arguments in Header": "表頭參數", + "Arrow": "箭頭", + "Auto Scale": "自動縮放", + "Background": "背景", + "bars": "根", + "bars_margin": "根", + "{0} bars": "{0} 根", + "Bottom Margin": "下邊距", + "Bring Forward": "向上移動", + "Bring to Front": "置於頂層", + "Clone": "克隆", + "Color Theme": "色彩主題", + "Copy": "複製", + "Extended Hours": "延長交易時間", + "Format...": "格式...", + "Source Code...": "Source Code...", + "Full Screen": "全螢幕", + "Grid Lines": "網格線", + "Hide All Drawing Tools": "隱藏所有繪圖工具", + "Drawing Tools": "Drawing Tools", + "Hide": "隱藏", + "Sort by symbol": "Sort by symbol", + "Sort by last price": "Sort by last price", + "Sort by price change": "Sort by price change", + "Sort by price change percent": "Sort by price change percent", + "Time Scale": "Time Scale", + "Insert Drawing Tool": "新增繪圖工具", + "Insert Indicator...": "新增技術指標...", + "Script Editor...": "Script Editor...", + "Last Value on Price Scale": "顯示最後收盤價", + "Link To": "連結至", + "Last": "Last", + "Chng": "Chng", + "Sound on addressed to me messages": "Sound on addressed to me messages", + "Load New Bars": "載入新數據", + "Lock All Drawing Tools": "鎖定所有繪圖工具", + "Lock Scale": "鎖定縮放功能", + "Lock scale": "鎖定縮放功能", + "Log Scale": "對數縮放", + "log": "log", + "Magnet Mode": "磁鐵模式", + "Merge Down": "向下合併", + "Merge Up": "向上合併", + "Objects Tree...": "排列順序...", + "Offset": "位移", + "Override Min Tick": "覆寫最小刻度", + "Percentage": "百分比", + "Precision": "精確度", + "Price Line": "價格標線", + "Properties...": "屬性...", + "Redo": "重做", + "Remove All Drawing Tools": "移除所有繪圖工具", + "Remove All Studies": "移除所有學習", + "Remove All Indicators": "移除所有技術指標", + "Remove": "移除", + "Reset Chart": "重設圖表", + "Reset Scale": "重設比例", + "Reset": "重設", + "Right Margin": "右邊距", + "Save As...": "儲存為...", + "Scale Left": "左邊縮放", + "Scale Percentage": "縮放百分比", + "Scale Right": "右邊縮放", + "Scale Series Only": "只縮放數據", + "Scale series only": "只縮放數據", + "Scale Series only": "只縮放數據", + "Scales Lines": "縮放線條", + "Scales Text": "縮放文字", + "Scaling": "縮放", + "Screen (No Scale)": "螢幕(無縮放)", + "Send Backward": "下移一層", + "Send to Back": "移至底層", + "Session Breaks": "中斷工作階段", + "Show Arguments in Header": "在表頭上顯示參數", + "Show Last Value": "Show Last Value", + "Show Last Value on Price Scale": "在價格比例尺上顯示最終值", + "Show Left Axis": "顯示左軸", + "Show Right Axis": "顯示右軸", + "Show": "顯示", + "Show Countdown": "Show Countdown", + "Stay In Drawing Mode": "停留在繪圖模式", + "Symbol Search...": "搜尋商品代碼...", + "Change Symbol": "更換商品代碼", + "Change Symbol...": "更換商品代碼...", + "Change Interval...": "Change Interval...", + "Time Zone": "時區", + "TimeZone": "時區", + "Top Margin": "上邊距", + "Transparency": "透明度", + "Undo {0}": "復原", + "Undo": "復原", + "undo": "undo", + "redo": "redo", + "Unmerge Down": "取消向下合併", + "Unmerge Up": "取消向上合併", + "Visual Order": "顯示順序", + "Watermark": "浮水印", + "Show Objects Tree": "顯示排列順序", + "cursors-group-css-class": "cursors-group-css-class", + "ABCD Pattern": "ABCD 型態", + "Anchored Text": "錨點文字", + "Arc": "弧形", + "Arrow Mark Down": "下箭頭", + "Arrow Mark Left": "左箭頭", + "Arrow Mark Right": "右箭圖", + "Arrow Mark Up": "上箭頭", + "Balloon": "泡泡", + "Bars Pattern": "長條圖", + "Brush": "筆刷", + "Callout": "標註", + "Circle Lines": "週期線", + "Cross": "十字線", + "Cyclic Lines": "循環線", + "Date Range": "日期範圍", + "Disjoint Angle": "不相交角", + "Dot": "圓點", + "Elliott Labels": "艾略特標籤", + "Elliott Major Retracement": "艾略特主波浪回測", + "Elliott Minor Retracement": "艾略特小波浪回測", + "Elliott Wave Cycle": "艾略特循環波", + "Elliott Wave Minor": "艾略特小型波", + "Elliott Wave Circle": "Elliott Wave Circle", + "Elliott Wave Subminuette": "艾略特次微波", + "Ellipse": "橢圓", + "Value": "Value", + "Eraser": "橡皮擦", + "Alert Actions": "Alert Actions", + "Send E-mail": "Send E-mail", + "Send SMS": "Send SMS", + "Play Sound": "Play Sound", + "Show Popup": "Show Popup", + "Extended": "延伸", + "Extended Line": "延伸線", + "Fib Channel": "通道黃金分割率", + "Fib Circles": "圓周黃金分割率", + "Fib Retracement": "費波南茲回測", + "Fib Speed Resistance Arcs": "半圓周黃金分割率", + "Fib Speed Resistance Fan": "扇形黃金分割率", + "Fib Spiral": "費波南茲螺旋", + "Fib Time Zone": "費波南茲係數", + "Fib Wedge": "楔形黃金分割率", + "Flag Mark": "旗標", + "Flat Top/Bottom": "旗頂/旗底", + "Flat Bottom": "旗底", + "Forecast": "預測", + "Gann Box": "箱型甘氏線", + "Gann Fan": "扇形甘氏線", + "Gann Square": "方形甘氏線", + "Head & Shoulders": "頭肩頂", + "Horizontal Line": "垂直線", + "Horizontal Ray": "垂直射線", + "Icon": "圖標", + "Inside Pitchfork": "內側蝴蝶指標", + "Long Position": "做多部位", + "Risk/Reward long": "長期風險/回報", + "Modified Schiff Pitchfork": "改良式希夫蝴蝶指標", + "Parallel Channel": "併行通道", + "Pitchfan": "扇形角度線", + "Pitchfork": "基本蝴蝶指標", + "Polyline": "多邊形", + "Price Label": "價位標籤", + "Price Range": "價位區間", + "Projection": "投影指標", + "Ray": "射線", + "Rectangle": "矩形", + "Regression Trend": "迴歸趨勢", + "Rotated Rectangle": "旋轉矩形", + "Schiff Pitchfork": "希夫蝴蝶指標", + "Schiff": "希夫", + "Original": "原始", + "Modified Schiff": "改良式希夫", + "Inside": "內部", + "Short Position": "做空部位", + "Risk/Reward short": "短期風險/回報", + "Text": "文字", + "Comment": "註解", + "Three Drivers Pattern": "下降旗形", + "Thumb Down": "失望", + "Thumb Up": "滿意", + "Trend Angle": "趨勢角度", + "Trend Line": "趨勢線", + "Trend-Based Fib Extension": "趨勢黃金分割率", + "Trend-Based Fib Time": "趨勢費波南茲係數", + "Triangle Pattern": "收斂三角形", + "Triangle": "三角形", + "Vertical Line": "水平線", + "XABCD Pattern": "XABCD 蝴蝶", + "Angle:": "角度:", + "Arcs": "弧形", + "Background color 1": "背景顏色 #1", + "Background color 2": "背景顏色 #2", + "Background Color": "背景顏色", + "Bar #": "長條 #", + "Border color": "邊框顏色", + "Border Color": "邊框顏色", + "Border": "邊框", + "Bottom Lables": "底部標籤", + "bottom": "底部", + "center": "中間", + "Channel": "頻道", + "Coeffs As Percents": "以係數作為百分比", + "Color bars based on previous close": "前次關閉時使用的調色", + "Color": "顏色", + "Color:": "顏色:", + "Coordinates": "座標", + "Delete": "刪除", + "Down Color": "向下顏色", + "Drawings": "繪圖", + "Entry price:": "輸入價格:", + "Event": "Event", + "Events": "事件", + "Extend Left End": "向左延長至左端", + "Extend Left": "向左延長", + "Extend Lines": "延長線條", + "Extend Right End": "向右延長至右端", + "Extend Right": "向右延長", + "Extend": "延伸", + "Failure back color": "失敗時背景顏色", + "Failure text color": "失敗時文字顏色", + "Fans": "扇形", + "Fill": "填滿", + "Format": "格式", + "Graphics": "圖形", + "Grid": "格線", + "Help": "協助", + "HLC Bars": "HLC長條", + "Inputs": "輸入", + "Label Background": "標籤背景", + "Label": "標籤", + "Labels": "標籤", + "Left End": "左端", + "Left Labels": "左方標籤", + "Right Labels": "Right Labels", + "left": "左", + "Level {0}": "等級 {0}", + "Levels": "等級", + "Lines": "線", + "Major": "主要", + "Measure (Shift + Click on the chart)": "測量 (在圖表上按著鍵盤Shift鍵,同時點擊滑鼠左鍵)", + "Median": "中位", + "middle": "中間", + "Middle": "中軸慢線", + "Minor": "主要", + "Mode": "模式", + "Normal": "一般", + "Plot": "繪圖", + "Price Levels": "價位等級", + "Price Source": "價位起點", + "Price": "價位", + "Price:": "價位:", + "Prices": "價位", + "Profit Background Color": "有效背景顏色", + "Profit Level. Ticks:": "有效等級刻度:", + "Properties": "圖表設定", + "Reverse": "反向", + "Right End": "右端", + "Right Lables": "右方標籤", + "right": "右", + "Log Scale_scale_menu": "對數比例選單", + "Percentage_scale_menu": "百分比比例選單", + "Scales": "比例", + "Settings": "設定", + "Show Background": "顯示背景", + "Show Bars Range": "顯示長條圖區間", + "Show Date/Time Range": "顯示時間/日期區間", + "Show Distance": "顯示距離", + "Show Labels": "顯示標籤", + "Show Price Range": "顯示價格區間", + "Show Price": "顯示價位", + "Show Prices": "顯示價位", + "Show Text": "顯示文字", + "Show Time": "顯示時間", + "Show Wave": "顯示波浪", + "Show/Hide": "顯示/隱藏", + "Source back color": "起點的背景顏色", + "Source border color": "起點的邊框顏色", + "Source text color": "起點的文字顏色", + "Stay in Drawing Mode": "停留在繪圖模式", + "Stop Background Color": "停損時背景顏色", + "Stop Color:": "停損時的顏色:", + "Stop Level. Ticks:": "停損時的等級刻度:", + "Style": "樣式", + "Success back color": "成功時背景顏色", + "Success text color": "成功時文字顏色", + "Target back color": "終點的背景顏色", + "Target border color": "終點的邊框顏色", + "Target Color:": "終點的顏色:", + "Target text color": "終點的文字顏色", + "Text Alignment:": "文字參數:", + "Text color": "文字顏色", + "Text Color": "文字顏色", + "Text Font": "文字字型", + "Text Wrap": "文字換行", + "Text:": "文字:", + "Time Levels": "時間等級", + "Timezone/Sessions": "時區/工作階段", + "Top Labels": "頂端標籤", + "Bottom Labels": "Bottom Labels", + "top": "頂端", + "Up Color": "向上顏色", + "Wave Size": "波浪大小", + "Wick": "燭心", + "Zoom In": "放大", + "Zoom Out": "縮小", + "Borders": "邊框", + "Level": "等級", + "Hlines Background": "盤整區背景色", + "Plots Background": "繪圖區背景色", + "Open_line_tool_position": "開啟畫線工具位置", + "Closed_line_tool_position": "關閉畫線工具位置", + "{0} P&L: {1}": "{0} 獲利與損失: {1}", + "Risk/Reward Ratio: {0}": "風險/回報比率: {0}", + "Stop: {0} ({1}%)": "停損: {0} ({1}%)", + "Target: {0} ({1}%)": "目標: {0} ({1}%)", + "SUCCESS": "成功", + "FAILURE": "失敗", + "Left Shoulder": "左肩", + "Head": "頭部", + "Right Shoulder": "右肩", + "Mirrored": "鏡像", + "Flipped": "翻轉", + "distance: {0}": "距離: {0}", + "day": "日", + "day_plural": "日", + "week": "週", + "week_plural": "週", + "month": "月", + "month_plural": "月", + "minute": "分鐘", + "minute_plural": "分鐘", + "hour": "小時", + "hour_plural": "小時", + "y_dates": "年", + "y_dates_plural": "年", + "h_dates": "小時", + "D_dates": "日", + "W_dates": "週", + "M_dates": "月", + "d_dates": "日", + "m_dates": "月", + "in_dates": "總天數", + "Jan": "一月", + "Feb": "二月", + "Mar": "三月", + "Apr": "四月", + "May": "五月", + "Jun": "六月", + "Jul": "七月", + "Aug": "八月", + "Sep": "九月", + "Oct": "十月", + "Nov": "十一月", + "Dec": "十二月", + "Objects Tree": "排列順序", + "Manage Drawings": "管理繪圖工具", + "TOOL": "工具", + "SYMBOL": "商品代碼", + "Move Up": "向上移動", + "Move Down": "向下移動", + "All Exchanges": "所有交易所", + "All types": "所有類型", + "Stock": "股票", + "stock": "股票", + "Index": "指數", + "index": "指數", + "Futures": "期貨", + "futures": "期貨", + "Image URL": "圖檔路徑", + "Save image": "儲存圖檔", + "or copy url:": "或複製圖檔路徑:", + "Redo {0}": "重做 {0}", + "Custom color...": "自定義顏色...", + "Search": "搜尋", + "Open_in_legend": "開盤", + "High_in_legend": "最高", + "Low_in_legend": "最低", + "Close_in_legend": "收盤", + "Open": "開盤", + "High": "最高", + "Low": "最低", + "Close": "收盤", + "(H + L)/2": "(最高+最低)/2", + "(H + L + C)/3": "(最高+最低+收盤)/3", + "(O + H + L + C)/4": "(開盤+最高+最低+收盤)/4", + "UTC": "國家標準時間", + "Exchange": "交易所", + "Athens": "歐洲/雅典", + "Berlin": "歐洲/柏林", + "Bogota": "南美洲/波哥大", + "Bangkok": "曼谷", + "Buenos Aires": "南美洲/布宜諾斯艾利斯", + "Chicago": "北美洲/芝加哥", + "Hong Kong": "亞洲/香港", + "Kolkata": "亞洲/加爾各答", + "London": "歐洲/倫敦", + "Los Angeles": "北美洲/洛杉磯", + "Madrid": "歐洲/馬德里", + "Moscow": "歐洲/莫斯科", + "New York": "北美洲/紐約", + "Paris": "歐洲/巴黎", + "Sao Paulo": "Sao Paulo", + "Seoul": "亞洲/首爾", + "Shanghai": "亞洲/上海", + "Singapore": "亞洲/新加坡", + "Sydney": "大洋洲/雪梨", + "Taipei": "亞洲/台北", + "Tehran": "德黑蘭", + "Tokyo": "亞洲/東京", + "Toronto": "北美洲/多倫多", + "Vancouver": "北美洲/溫哥華", + "Warsaw": "歐洲/華沙", + "n/a": "n/a", + "Long_input": "長軸慢線", + "long_input": "長軸慢線", + "longlen_input": "長軸慢線", + "Window Size_input": "視窗大小", + "Length_input": "天數", + "length_input": "天數", + "len_input": "天數", + "Short_input": "短軸快線", + "short_input": "短軸快線", + "shortlen_input": "短軸快線", + "Mult_input": "多重因素", + "mult_input": "多重因素", + "divisor_input": "除數", + "Divisor_input": "除數", + "Upper": "上方", + "Lower": "下方", + "Long": "長期", + "Short": "短期", + "Signal": "訊號", + "Jaw": "下顎", + "Teeth": "牙齒", + "Lips": "嘴唇", + "Zero": "零軸", + "WMA Length_input": "WMA長度", + "Long RoC Length_input": "長期RoC天數", + "Short RoC Length_input": "短期RoC天數", + "jawLength_input": "下顎長度", + "teethLength_input": "牙齒長度", + "lipsLength_input": "嘴唇長度", + "percent_input": "百分比", + "exponential_input": "指數平均", + "smoothD_input": "平滑 %D", + "smoothK_input": "平滑 %K", + "Color 0": "顏色 0", + "Color 1": "顏色 1", + "Color 2": "顏色 2", + "Color 3": "顏色 3", + "Color 4": "顏色 4", + "sym_input": "工具", + "symbol_input": "工具", + "Sym_input": "工具", + "DI Length_input": "DI長度", + "ADX Smoothing_input": "平滑ADX", + "displacement_input": "雲帶", + "Tenkan-sen": "轉換線", + "Kijun-sen": "基準線", + "Chikou span": "延遲線", + "Senkou A": "前行帶 A", + "Senkou B": "前行帶 B", + "useTrueRange_input": "使用真實區間", + "roclen1_input": "RoC天數 1", + "roclen2_input": "RoC天數 2", + "roclen3_input": "RoC天數 3", + "roclen4_input": "RoC天數 4", + "smalen1_input": "SMA天數 1", + "smalen2_input": "SMA天數 2", + "smalen3_input": "SMA天數 3", + "smalen4_input": "SMA天數 4", + "siglen_input": "訊號長度", + "UpperLimit": "上方極限值", + "LowerLimit": "下方極限值", + "Limit": "Limit", + "fastLength_input": "快速指標天數", + "slowLength_input": "慢速指標天數", + "signalLength_input": "訊號產生天數", + "start_input": "開始", + "increment_input": "增量", + "maximum_input": "最大值", + "showMA_input": "顯示移動平均", + "show MA_input": "顯示移動平均線", + "Volume": "成交量", + "Volume MA": "成交量移動平均", + "Indicator": "技術指標", + "Oscillator": "擺盪指標", + "lengthStoch_input": "隨機指標天數", + "lengthRSI_input": "隨機RSI天數", + "sigma_input": "sigma", + "Sigma_input": "Sigma", + "Crosses": "交錯", + "Click to set a point": "點擊設置座標點", + "1. Slide your finger to select location for first anchor
2. Tap anywhere to place the first anchor": "1. 滑動你的手指,選取第一個錨點位置。
2. 點擊螢幕,將第一個錨點設置於該處。", + "1. Slide your finger to select location for next anchor
2. Tap anywhere to place the next anchor": "1. 滑動你的手指,選取第二個錨點位置。
2. 點擊螢幕,將第二個錨點設置於該處。", + "retrying": "重試", + "eod data": "盤後數據", + "eod delayed": "盤後延遲數據", + "loading data": "載入數據", + "invalid symbol": "無效的代碼", + "streaming": "串流", + "realtime": "即時", + "pre-market": "盤前", + "post-market": "盤後", + "closed": "收盤", + "Time Interval": "時間區間", + "Show Symbol Labels": "顯示代碼標籤", + "Show Symbol Labels_context_menu": "顯示代碼標籤", + "Subminuette": "次微浪", + "Minuette": "微浪", + "Minute": "細浪", + "Intermediate": "中型浪", + "Primary": "初級", + "Cycle": "循環週期", + "SuperCycle": "大型循環週期", + "GrandSuperCycle": "超大循環週期", + "Lock": "鎖定", + "Width": "寬度", + "Line With Breaks": "線形圖(含休市日)", + "Area With Breaks": "山形圖(含休市日)", + "Type": "類型", + "Simple": "簡單", + "With Markers": "與標記", + "Step": "階梯", + "No drawings yet": "尚未繪圖", + "Lock/Unlock": "鎖定/解鎖", + "deviation_input": "標準差", + "depth_input": "深度", + "Accumulation/Distribution_study": "累積/派發線(Accum/Dist)", + "Aroon_study": "阿隆指標(Aroon)", + "Advance/Decline_study": "騰落指標(AD)", + "Average True Range_study": "真實波幅指標(ATR)", + "Awesome Oscillator_study": "動量震盪指標(AO)", + "Bollinger Bands Width_study": "包寧傑帶狀指標(BBW)", + "Balance of Power_study": "力量平衡度指標(Balance of Power)", + "Bollinger Bands_study": "包寧傑指標(BB)", + "Bollinger Bands %B_study": "包寧傑%B指標(BB%B)", + "Chaikin Money Flow_study": "蔡金資金流向指標(CMF)", + "Chaikin Oscillator_study": "蔡金擺動指標(Chaikin Osc)", + "Chande Kroll Stop_study": "錢德克羅止損(Chande Kroll Stop)", + "Chande Momentum Oscillator_study": "錢德動量擺動指標(ChandeMO)", + "Commodity Channel Index_study": "順勢指標(CCI)", + "Choppiness Index_study": "平滑指數(CHOP)", + "Directional Movement Index_study": "動向指數(DMI)", + "Correlation Coeff_study": "相關係數(CC)", + "Donchian Channels_study": "唐奇安通道指標(DC)", + "Double Exponential Moving Average_study": "雙指數移動平均線(DEMA)", + "Ease of Movement_study": "簡易波動指標(EOM)", + "Elders Force Index_study": "強力指數指標(EFI)", + "Envelope_study": "包絡線指標(Env", + "Ichimoku Cloud_study": "一目均衡表(Ichimoku)", + "Klinger Oscillator_study": "克林格成交量擺動指標(Klinger Osc)", + "Hull MA_study": "Hull移動平均線(HMA)", + "Keltner Channels_study": "肯特納通道(KC)", + "Linear Regression Curve_study": "線性迴歸曲線(LRC)", + "Know Sure Thing_study": "加權總和變動率(KST)", + "MA Cross_study": "均線交叉線(MA Cross)", + "Money Flow_study": "貨幣流量指標(MFI)", + "Mass Index_study": "梅斯線指標(MASS)", + "Moving Average Exponential_study": "指數移動平均指標(EMA)", + "Net Volume_study": "淨交易量(NetVol)", + "Moving Average Convergence/Divergence_study": "指數平滑異同移動平均線(MACD)", + "Moving Average_study": "移動平均線(MA)", + "Moving Average Weighted_study": "加權移動平均線(WMA)", + "Parabolic SAR_study": "停損點轉向指標(SAR)", + "On Balance Volume_study": "能量潮指标(OBV)", + "Price Oscillator_study": "價格擺動指標(PPO)", + "Relative Strength Index_study": "相對強弱指數(RSI)", + "Relative Vigor Index_study": "相對能量指數指標(RVGI)", + "Relative Volatility Index_study": "相對離散指數(RVI)", + "SMI Ergodic Indicator/Oscillator_study": "SMIEO指標(SMIIO)", + "Stochastic_study": "隨機指標(STOCH)", + "TRIX_study": "三重指數平均指標(TRIX)", + "Stochastic RSI_study": "隨機強弱指標(STOCH RSI)", + "Triple EMA_study": "三重指數移動平均線(TEMA)", + "VWMA_study": "成交量加權移動平均線(VWMA)", + "Volume Oscillator_study": "成交量擺動指標(Volume Osc)", + "Volume_study": "成交量(Vol)", + "Williams Alligator_study": "鱷魚線(Alligator)", + "Willams %R_study": "威廉指標(W%R)", + "Coppock Curve_study": "估波指標(Coppock Curve)", + "Least Squares Moving Average_study": "最小平方均線(LSMA)", + "Arnaud Legoux Moving Average_study": "Arnaud Legoux均線(ALMA)", + "True Strength Indicator_study": "真實強弱指數(TSI)", + "Change Interval": "改變區間", + "Show Only Studies": "只顯示學習", + "Show Only Drawings": "只顯示繪圖", + "Show All": "全部顯示", + "Timezone/Sessions Properties...": "時區/工作階段屬性", + "Scale Price Chart Only": "只縮放價位圖層", + "Open Interval Dialog": "開啟區間視窗", + "Note": "標注", + "Anchored Note": "錨點標注", + "Scales Properties": "刻度屬性", + "Toggle Auto Scale": "切換為自動縮放", + "Toggle Log Scale": "切換為對數縮放", + "Toggle Percentage": "切換為百分比", + "auto_scale": "自動", + "Invalid Symbol": "無效的標的", + "loading...": "載入中...", + "interval_dialog_description": "若圖表採用分鐘作為更新頻率,請輸入間隔數字(例如:若圖表為每五分鐘更新一次,請輸入5);或加上H代表小時,D代表日,W代表週,M代表月為週期更新頻率。", + "Not applicable": "不適用", + "Stats Text Color": "統計值文字顏色", + "Show Angle": "顯示角度", + "Always Show Stats": "始終顯示統計值", + "Rename...": "重新命名...", + "New": "New", + "Load": "載入", + "Save": "儲存", + "Rename Chart": "重新命名圖表", + "{0} copy": "{0} 複製", + "Please enter chart name": "請輸入圖表名稱", + "Enter a new chart name": "輸入新的圖表名稱", + "Load Chart": "載入圖表", + "Chart Name": "圖表名稱", + "Chart name": "圖表名稱", + "Rename Chart Layout": "Rename Chart Layout", + "Please enter chart layout name": "Please enter chart layout name", + "Enter a new chart layout name": "Enter a new chart layout name", + "Load Layout Chart": "Load Layout Chart", + "Chart Layout Name": "Chart Layout Name", + "Chart layout name": "Chart layout name", + "NEW CHART LAYOUT": "NEW CHART LAYOUT", + "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart,\nit saves all charts for all symbols and intervals\nwhich you are modifying while working with this Layout", + "Last Modified": "最後修改日期", + "Save Chart Layout": "Save Chart Layout", + "Active Symbol": "啟動標的", + "Remove custom interval": "Remove custom interval", + "Fullscreen mode": "全螢幕模式", + "Marker Color": "標誌顏色", + "Font Size": "字型大小", + "Save New Chart": "儲存新圖表", + "Source_compare": "來源", + "YES": "是", + "Yes": "Yes", + "No": "No", + "NO": "否", + "Confirmation": "確認", + "Are you sure you want to delete this chart?": "你是否確定要刪除這份圖表?", + "Hide Marks On Bars": "Hide Marks On Bars", + "Precise Labels": "Precise Labels", + "Copy Chart Layout": "Copy Chart Layout", + "Load Chart Layout": "Load Chart Layout", + "Save New Chart Layout": "Save New Chart Layout", + "The Extended Trading Hours feature is available only for intraday charts": "The Extended Trading Hours feature is available only for intraday charts", + "Do you realy want to delete ": "Do you realy want to delete", + "Description": "Description", + "Date": "Date", + "Time": "Time", + "Alerts for the current symbol only": "Alerts for the current symbol only", + "Alerts for the current resolution only": "Alerts for the current resolution only", + "Hide inactive alerts": "Hide inactive alerts", + "Stopped Manual": "Stopped Manual", + "Expired": "Expired", + "Triggered and Not Active": "Triggered and Not Active", + "Error": "Error", + "Stop": "Stop", + "Stopped": "Stopped", + "Active": "Active", + "Order": "Order", + "Actual": "Actual", + "Prior": "Prior", + "Company": "Company", + "Estimate": "Estimate", + "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.": "Take instant snapshot of your chart. No more Paint or other editors to save screenshots – simply click the button and copy the link of the picture.", + "Share on Twitter a snapshot of your chart as a picture and whatever you write.": "Share on Twitter a snapshot of your chart as a picture and whatever you write.", + "Share on StockTwits a snapshot of your chart as a picture and whatever you write.": "Share on StockTwits a snapshot of your chart as a picture and whatever you write.", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.", + "Suggested ideas & my ideas": "Suggested ideas & my ideas", + "Ideas of the people I follow & my ideas": "Ideas of the people I follow & my ideas", + "My ideas only": "My ideas only", + "Hide Widgets": "Hide Widgets", + "Create Alert": "Create Alert", + "Disconnect": "Disconnect", + "Connect": "Connect", + "Pine Script Editor": "Pine Script Editor", + "Published ideas settings": "Published ideas settings", + "Change Ideas filter": "Change Ideas filter", + "Hide Drawings Toolbar": "Hide Drawings Toolbar", + "Show/Hide Drawings Toolbar": "Show/Hide Drawings Toolbar", + "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas can be displayed right on the chart as dots on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.": "Published ideas and notes can be displayed right on the charts as dots and triangles on the bar when they were published. You can get a bird's eye view of different opinions over time and easily see who thought what and when.", + "Study Template": "Study Template", + "Template": "Template", + "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

": "

Warning: This symbol is provided by BATS electronic exchange.

BATS real-time data is different from the “official” data and offers approximate volumes with fewer price updates.

If those differences are important to your analysis then you'll want to use our PRO service which allows you to subscribe to real-time data from the exchanges.

", + "Quotes are delayed by 10 min and updated every 30 seconds": "Quotes are delayed by 10 min and updated every 30 seconds", + "delayed": "delayed", + "Show only my sent and received messages": "Show only my sent and received messages", + "Maximize Chat": "Maximize Chat", + "Detach Chat": "Detach Chat", + "Type your message here": "Type your message here", + "Have something to say?": "Have something to say?", + "Attach chart snapshot": "Attach chart snapshot", + "Insert emoticon": "Insert emoticon", + "You can not vote twice for one message": "You can not vote twice for one message", + "English only, please": "English only, please", + "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.": "English only, please. Currently we only support English, so we ask you to only use English when communicating on TradingView.", + "Respecting Fellow Members": "Respecting Fellow Members", + "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.": "Respecting Fellow Members. Whether you agree or disagree with ideas, be courteous and respectful. Treat others the way you'd like to be treated.", + "No advertising allowed": "No advertising allowed", + "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).": "No advertising allowed! You can post external links ONLY if they are relevant and add value to the conversation (i.e. a link to an example, or an article).", + "Custom...": "Custom...", + "Forex Talks": "Forex Talks", + "Forex": "Forex", + "Stock And Index Talks": "Stock And Index Talks", + "Bitcoin Talks": "Bitcoin Talks", + "Bitcoin": "Bitcoin", + "Link to this chat...": "Link to this chat...", + "Chat archives...": "Chat archives...", + "Edit room...": "Edit room...", + "Delete room": "Delete room", + "Save Drawing Template As...": "Save Drawing Template As...", + "Templates": "Templates", + "Apply Default Drawing Template": "Apply Default Drawing Template", + "There was an error posting your message.": "There was an error posting your message.", + "Confirm": "Confirm", + "Are you sure you want to delete this room?": "Are you sure you want to delete this room?", + "Show chart snapshot preview": "Show chart snapshot preview", + "Chart Snapshot": "Chart Snapshot", + "Show only favorite rooms": "Show only favorite rooms", + "Ignored users...": "Ignored users...", + "Launch chat in separate window": "Launch chat in separate window", + "Link to this room...": "Link to this room...", + "Room archives...": "Room archives...", + "You have no ignored users": "You have no ignored users", + "Remove this room from favorites": "Remove this room from favorites", + "Add this room from favorites": "Add this room from favorites", + "Compare Add": "Compare Add", + "Follow": "Follow", + "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "If you follow a symbol you will receive notifications when new ideas about that symbol are published.", + "You are not logged in. Please sign in.": "You are not logged in. Please sign in.", + "Info": "Info", + "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.": "Load New Bars feature is not available for Kagi, Renko, Line Break and PnF charts.", + "Home": "Home", + "Ideas": "Ideas", + "Scripts": "Scripts", + "Sign In": "Sign In", + "Sign Up": "Sign Up", + "Join Now": "Join Now", + "Ideas Published": "Ideas Published", + "Followers": "Followers", + "Following": "Following", + "Profile Settings": "Profile Settings", + "Public Profile": "Public Profile", + "Update Status": "Update Status", + "Sign Out": "Sign Out", + "E-mail for sms": "E-mail for sms", + "Please, enter your e-mail": "Please, enter your e-mail", + "E-mail": "E-mail", + "Crossing": "Crossing", + "Crossing Down": "Crossing Down", + "Crossing Up": "Crossing Up", + "Greater Than": "Greater Than", + "Less Than": "Less Than", + "Entering Channel": "Entering Channel", + "Inside Channel": "Inside Channel", + "Outside Channel": "Outside Channel", + "Moving Up": "Moving Up", + "Moving Down": "Moving Down", + "Moving Up %": "Moving Up %", + "Moving Down %": "Moving Down %", + "Select user to start new chat with": "Select user to start new chat with", + "You have no private messages yet": "You have no private messages yet", + "Don't be so cruel! Bans longer than 1 week are not allowed for now.": "Don't be so cruel! Bans longer than 1 week are not allowed for now.", + "Banned": "Banned", + "No ideas matched your criteria": "No ideas matched your criteria", + "Favorite ideas": "Favorite ideas", + "Only private ideas": "Only private ideas", + "Ideas for the current symbol only": "Ideas for the current symbol only", + "Ideas for the current resolution only": "Ideas for the current resolution only", + "Someone commented on your idea": "Someone commented on your idea", + "Someone agreed/disagreed with your idea": "Someone agreed/disagreed with your idea", + "Someone followed you": "Someone followed you", + "Someone replied to your comment": "Someone replied to your comment", + "Someone commented on the idea you follow": "Someone commented on the idea you follow", + "Someone you follow post new comment": "Someone you follow post new comment", + "Someone you follow change status": "Someone you follow change status", + "Someone you follow published new idea": "Someone you follow published new idea", + "Someone published idea on symbol you follow": "Someone published idea on symbol you follow", + "Notification sound": "Notification sound", + "Additional Notifications Settings...": "Additional Notifications Settings...", + "This is a temporary chart.": "This is a temporary chart.", + "To save your work, sign up for FREE.": "To save your work, sign up for FREE.", + "Sign Up for FREE": "Sign Up for FREE", + "Data provided by BATS exchange.": "Data provided by BATS exchange.", + "Upgrade Now": "Upgrade Now", + "This is EOD data with no updates.": "This is EOD data with no updates.", + "You may subscribe for official realtime and intraday data.": "You may subscribe for official realtime and intraday data.", + "Open Script": "Open Script", + "No saved scripts yet": "No saved scripts yet", + "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Create your first script now!": "Create your first script now!", + "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.": "Welcome to the TradingView custom scripting engine. It allows you to create your own custom studies or modify existing. You do not have any scripts created.", + "No public library scripts were found.": "No public library scripts were found.", + "Change band background": "Change band background", + "Change area background": "Change area background", + "Confirm replace": "Confirm replace", + "Note: default study templates won't be removed permanently": "Note: default study templates won't be removed permanently", + "Do you realy want to replace": "Do you realy want to replace", + "SCRIPT TITLE": "SCRIPT TITLE", + "TAGS": "TAGS", + "DESCRIPTION": "DESCRIPTION", + "PUBLISH SCRIPT": "PUBLISH SCRIPT", + "Pine Script Tutorial": "Pine Script Tutorial", + "Pine Script Reference": "Pine Script Reference", + "How to use the reference materials (Video)": "How to use the reference materials (Video)", + "Suggestions & Feedback": "Suggestions & Feedback", + "Clear Console": "Clear Console", + "Are you sure you want to ignore messages from": "Are you sure you want to ignore messages from", + "ext": "ext", + "Toggle Maximize Chart": "Toggle Maximize Chart", + "Plot dividends": "Plot dividends", + "Plot splits": "Plot splits", + "Plot earnings": "Plot earnings", + "Vol": "Vol", + "Want official data and more features?": "Want official data and more features?", + "Sessions": "Sessions", + "Trading Panel": "Trading Panel", + "Open Trading Panel": "Open Trading Panel", + "Select Layout": "Select Layout", + "Link symbol to all charts": "Link symbol to all charts", + "Link interval to all charts": "Link interval to all charts", + "Sync crosshair on all charts": "Sync crosshair on all charts", + "Chart Help": "Chart Help", + "No notifications yet": "No notifications yet", + "Watchlist, details and news": "Watchlist, details and news", + "Alerts": "Alerts", + "Data Window": "Data Window", + "Hotlists": "Hotlists", + "Calendar": "Calendar", + "Trading Notes": "Trading Notes", + "Recent Chats": "Recent Chats", + "Notifications": "Notifications", + "Watchlist": "Watchlist", + "Details": "Details", + "Economic Calendar": "Economic Calendar", + "Earnings Calendar": "Earnings Calendar", + "Hotlist": "Hotlist", + "News": "News", + "Market Summary": "Market Summary", + "My Ideas and Notes": "My Ideas and Notes", + "Alerts Log": "Alerts Log", + "Extend Lines Left": "Extend Lines Left", + "Connecting Line": "Connecting Line", + "Show Executions": "Show Executions", + "Show Buy/Sell Panel": "Show Buy/Sell Panel", + "Show Active Orders Only": "Show Active Orders Only", + "Journal...": "Journal...", + "Account History...": "Account History...", + "Reset Paper Trading Account...": "Reset Paper Trading Account...", + "Trading Properties...": "Trading Properties...", + "Set Alert": "Set Alert", + "Alert": "Alert", + "Edit": "Edit", + "Upper Deviation": "Upper Deviation", + "Lower Deviation": "Lower Deviation", + "Use Upper Deviation": "Use Upper Deviation", + "Use Lower Deviation": "Use Lower Deviation", + "First bar time": "First bar time", + "Last bar time": "Last bar time", + "Source": "Source", + "Chats": "Chats", + "All Talks": "All Talks", + "Volume Leaders": "Volume Leaders", + "Percent Advances": "Percent Advances", + "Percent Declines": "Percent Declines", + "Price Advances": "Price Advances", + "Price Declines": "Price Declines", + "Range Advances": "Range Advances", + "Range Declines": "Range Declines", + "Gap Up Stocks": "Gap Up Stocks", + "Gap Down Stocks": "Gap Down Stocks", + "Sell Market": "Sell Market", + "Sell": "Sell", + "Buy Market": "Buy Market", + "Report data issues": "Report data issues", + "Report Data Issues": "Report Data Issues", + "Feature Request and Feedback": "Feature Request and Feedback", + "Market": "Market", + "Buy": "Buy", + "Keyboard Shortcuts": "Keyboard Shortcuts", + "Help & Wiki": "Help & Wiki", + "Send Feedback or Report an Issue": "Send Feedback or Report an Issue", + "Priority Support": "Priority Support", + "Run Product Walk-Through": "Run Product Walk-Through", + "Price Scale": "Price Scale", + "MTPredictor": "MTPredictor", + "Apply Elliot Wave": "Apply Elliot Wave", + "Apply WPT Up Wave": "Apply WPT Up Wave", + "Apply WPT Down Wave": "Apply WPT Down Wave", + "Create New Order...": "Create New Order...", + "Trading": "Trading", + "Add Alert": "Add Alert", + "Extend Alert Line": "Extend Alert Line", + " alert label line": "alert label line", + "No study templates saved": "No study templates saved", + "Save Study Template As...": "Save Study Template As...", + "Show Splits on Chart": "Show Splits on Chart", + "Show Earnings on Chart": "Show Earnings on Chart", + "Show Dividends on Chart": "Show Dividends on Chart", + "Show Alert Labels": "Show Alert Labels", + "Earnings breaks": "Earnings breaks", + "Extended Alert Line": "Extended Alert Line", + "Themes": "Themes", + "Events & Alerts": "Events & Alerts", + "Apply Defaults": "Apply Defaults", + "Do you realy want to delete theme": "Do you realy want to delete __theme__ theme?", + "Extended Hours (Intraday Only)": "Extended Hours (Intraday Only)", + "In Session": "In Session", + "Tools": "Tools", + "Delete script": "Delete script", + "Social": "Social", + "Angle": "Angle", + "Publish Script": "Publish Script", + "Add to Chart": "Add to Chart", + "Blank script": "Blank script", + "TradingView Free Quotes and Chat": "TradingView Free Quotes and Chat", + "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.", + "Install": "Install", + "Logged as": "Logged as", + "Untitled Script": "Untitled Script", + "Pine Editor": "Pine Editor", + "Open Pine Script Editor": "Open Pine Script Editor", + "Make a Copy": "Make a Copy", + "Make a Copy...": "Make a Copy...", + "Quantity": "Quantity", + "Signal Labels": "Signal Labels", + "Trades on Chart": "Trades on Chart", + "Take Profit": "Take Profit", + "Stop Loss": "Stop Loss", + "Expiration": "Expiration", + "Modify Order": "Modify Order", + "PUBLISH IDEA": "PUBLISH IDEA", + "EDIT IDEA": "EDIT IDEA", + "Chart does not load": "Chart does not load", + "No real-time data": "No real-time data", + "Price incorrect": "Price incorrect", + "Study not loading": "Study not loading", + "Gap in the data": "Gap in the data", + "Alerts issue": "Alerts issue", + "Slow scrolling or chart loading": "Slow scrolling or chart loading", + "Issue Type": "Issue Type", + "Select type...": "Select type...", + "A suggested author published idea on current symbol": "A suggested author published idea on current symbol", + "MODERATED": "MODERATED", + "CFD": "CFD", + "Once": "Once", + "Require Order Confirmation": "Require Order Confirmation", + "Rearm every 1 minute": "Rearm every 1 minute", + "Rearm every 5 minute": "Rearm every 5 minute", + "Rearm every 10 minute": "Rearm every 10 minute", + "Rearm every 30 minute": "Rearm every 30 minute", + "Rearm every hour": "Rearm every hour", + "Once per bar (on condition)": "Once per bar (on condition)", + "Once per bar (on close)": "Once per bar (on close)", + "move chart 1 bar to the left.": "move chart 1 bar to the left.", + "move chart 1 bar to the right.": "move chart 1 bar to the right.", + "move further to the left.": "move further to the left.", + "move further to the right.": "move further to the right.", + "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!": "

Welcome to TradingView Charts

This wizard will show you basic features of our chart. If you still have questions, use our wiki-knowledge base or write to us in suggestions & feedback.

TradingView offers an advanced charting and analysis platform, with hundreds of drawings and indicators. You can compare stocks, predict where the price will go and publish ideas!", + "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.": "

Broad-Based Market Data Coverage

TradingView uses the highest quality data vendors to bring you the data, with support for stocks, futures, indexes, currencies, CFDs, and cryptocurrencies (such as Bitcoin).

But that’s not all! You can build any spread chart by simply typing in your formula in the Symbol Edit field using parentheses or multiple operators (+-*/). In addition to using multiple symbols in a spread as AAPL / XAUUSD, you can also use numerical constants such as MSFT + 50. Learn more about spread charts on TradingView.", + "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!": "

Customizable Time Intervals

Timeframes are an important part of analyzing the market. Pulling up a 15-minute chart will show you the open, high, low and close for each 15 minute interval, and if you open an hourly chart - for the hour. This means you can see the market from different angles - from an up-close granular version to a bird’s eye view. You can see the standard resolutions, such as 5 minute or 1 day, but you can also create your own custom ones. Stay ahead of the competition!", + "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.": "

Various kinds of Chart Types

TradingView has both regular and exotic chart types to meet your individual needs. Each chart type offers a different perspective on the market — so you can make informed decisions. For technical information on different chart types please look at the related Wiki page.", + "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.": "

Compare Symbol

Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance – to see if it’s doing better or worse than the industry. TradingView lets you compare any stock to any index or any other stock based on % change since the starting point. Learn how to compare symbols on TradingView.

Multiple symbols

It’s often useful to search for relationships between different stocks – do they move in tandem or always in opposite directions? With TradingView you can look at different stocks on the same chart, even if one trades at $100 and another is a penny stock. Learn how to add multiple symbols on the single chart on TradingView.", + "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.": "

Technical Analysis and Fundamentals Data

TradingView comes with a massive library of over 100 technical indicators including Volume Profile and Elliot Waves!

TradingView offers a uniquely useful feature of seeing fundamental company metrics along side the price of the company stock. This comparison is extremely important, because it lets you understand the big picture without sacrificing the details. We overlay dividends and earning information directly on the chart so you can see how the price reacted. You can also also compare other metrics right on the chart, and the company’s performance to its competitors or SnP500.", + "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.": "

Study Templates

Studies can be assembled into sets to create study templates. Once a template is created, an entire set of studies can be applied to any chart, at any time, with just one click. It is possible to switch between different templates. Learn how to use Study Templates on TradingView.", + "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.": "

Pine scripting language (β version)

TradingView provides a large set of prebuilt indicators out of the box. Also, the Pine programming language was designed specifically for advanced users to edit existing PineScripts according to one’s needs or to create custom scripts.

At the moment PineScript in a BETA. For more detailed information check out our blog.", + "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.": "

Server-side Alerts (β version)

TradingView alerts are immediate notifications when the market meet your custom criteria - i.e. \"Alert me if Apple drops below $400, or goes outside the Bollinger Bands channel\". You get visual popups, audio signals, text messages (sms) and e-mail alerts right to your phone. Stay aware of what the market is doing, protect your positions and gain peace of mind, even when you are doing other things away from your screen. TradingView alerts run on powerful and backed-up servers, so you'll always get notified when something happens and won't miss a beat. Learn how to use Alerts on TradingView.", + "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!": "

A broad range of intelligent drawing tools

The 100+ drawing tools on TradingView let you analyze the market in a variety of ways - all helping you find better opportunities. Technical analysis is the study of learning how past performance of drawings and other tools applies to prices in the future. Make sure you take a look at our Wiki for a complete list of drawing tools and instructions on how to use them!", + "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.": "

Extended Trading Hours and Time Zone Options

TradingView allows you to know what’s happening outside of regular trading hours, and lets you stay more informed about the market! You can display data series using either local or exchange timestamps. Right-click on the time scale to change these options. Learn more about Extended Trading Hours on TradingView.", + "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.": "

Publish Chart

Being able to publish and share your ideas is one of the key features of TradingView. Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it. Learn more about Publishing on TradingView.", + "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.": "

Advanced Price Scaling

When you are ready to get technical, our charts let you set the price scales to match your type of analysis. There are linear, percent and log axes for drastic price movements. You can use two separate price scales at the same time: one for indicators and one for price movements. Read more about scaling options.

Right-click on the price scale to see possible options: change scaling type, enable auto-scaling or show another price scale. Right-clicking on indicators lets you choose which scale to use, so several data series with different scaling can co-exist in one chart. You can also drag price and time scales to increase or decrease compression.", + "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "

Multi Charts Layout

You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.", + "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!": "

Communicate your ideas in real-time!

Collaborating with investors across markets and countries has never been easier! TradingView chat rooms are a powerful communication tool, which are fully integrated to instantly share charts, analysis and trading ideas – all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms – a world of knowledge is at your fingertips.
Start chatting now!", + "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!": "

Go PRO to get even more

But that’s not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. Get it today!", + "You are not authenticated.": "You are not authenticated.", + "You already have Pro Plus trial.": "You already have Pro Plus trial.", + "You already participated in Pro Plus trial.": "You already participated in Pro Plus trial.", + "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.", + "
If you want to use this service - please sign in or register!
": "
If you want to use this service - please sign in or register!
", + "Increase Rating": "Increase Rating", + "Read more...": "Read more...", + "PRO Plus Trial": "PRO Plus Trial", + "Sorry, PRO Plus trial could not be set.": "Sorry, PRO Plus trial could not be set.", + "Decrease Rating": "Decrease Rating", + "Quote this message": "Quote this message", + "Unban": "Unban", + "Symbol Description": "Symbol Description", + "OHLC Values": "OHLC Values", + "Indicator Titles": "Indicator Titles", + "Indicator Arguments": "Indicator Arguments", + "Indicator Values": "Indicator Values", + "Symbol Last Value": "Symbol Last Value", + "Indicator Last Value": "Indicator Last Value", + "Favorite Drawings Toolbar": "Favorite Drawings Toolbar", + "Drawings Toolbar": "Drawings Toolbar", + "Sound on every message": "Sound on every message", + "No Sound notifications": "No Sound notifications", + "Set chat title...": "Set chat title...", + "Leave this chat": "Leave this chat", + "Enter new title for this chat": "Enter new title for this chat", + "Chat title": "Chat title", + "Are you sure you want to leave this chat?": "Are you sure you want to leave this chat?", + "Add people to this chat...": "Add people to this chat...", + "Add people to this chat": "Add people to this chat", + "Start new chat with...": "Start new chat with...", + "Clear Symbols": "Clear Symbols", + "Do you really want to clear all symbols?": "Do you really want to clear all symbols?", + "Apply Manual Risk/Reward": "Apply Manual Risk/Reward", + "Apply Manual Decision Point": "Apply Manual Decision Point", + "Analyze Trade Setup": "Analyze Trade Setup", + "Apply Elliot Wave Intermediate": "Apply Elliot Wave Intermediate", + "Apply Elliot Wave Major": "Apply Elliot Wave Major", + "Apply Elliot Wave Minor": "Apply Elliot Wave Minor", + "Up Wave 1 or A": "Up Wave 1 or A", + "Up Wave 2 or B": "Up Wave 2 or B", + "Up Wave C": "Up Wave C", + "Up Wave 3": "Up Wave 3", + "Up Wave 4": "Up Wave 4", + "Up Wave 5": "Up Wave 5", + "Down Wave 1 or A": "Down Wave 1 or A", + "Down Wave 2 or B": "Down Wave 2 or B", + "Down Wave C": "Down Wave C", + "Down Wave 3": "Down Wave 3", + "Down Wave 4": "Down Wave 4", + "Down Wave 5": "Down Wave 5", + "If you want to use private messages - please sign in or register!": "If you want to use private messages - please sign in or register!", + "To get alerts list - please sign in or register!": "To get alerts list - please sign in or register!", + "Manage Alerts": "Manage Alerts", + "Headlines": "Headlines", + "StockTwits": "StockTwits", + "FxWire PRO": "FxWire PRO", + "Futures Magazine": "Futures Magazine", + "Save As Watchlist...": "Save As Watchlist...", + "VolumeProfile": "VolumeProfile", + "Income Statement": "Income Statement", + "Profitability": "Profitability", + "Dividend": "Dividend", + "Current Valuation": "Current Valuation", + "Other": "Other", + "Indicators and Strategies": "Indicators and Strategies", + "Strategies": "Strategies", + "My Scripts": "My Scripts", + "Public Library": "Public Library", + "Built-ins": "Built-ins", + "AOS FX Primer": "AOS FX Primer", + "AlgoViewEssential": "AlgoViewEssential", + "Analysis Suite - SCMR Trends": "Analysis Suite - SCMR Trends", + "DecisionBar": "DecisionBar", + "Jurik Research": "Jurik Research", + "Key Hidden Levels": "Key Hidden Levels", + "Key Order Flow Events": "Key Order Flow Events", + "LazyBear - MTF Panes": "LazyBear - MTF Panes", + "LazyBear - S/R Levels": "LazyBear - S/R Levels", + "MTF Studies": "MTF Studies", + "MicroTrends": "MicroTrends", + "ProTradingIndicators": "ProTradingIndicators", + "RobBooker": "RobBooker", + "Fundamentals": "Fundamentals", + "Economy": "Economy", + "Zig Zag": "Zig Zag", + "Advance Decline Line": "Advaqweqweqweline Line", + "Advance Decline Ratio": "Advaadsasdadsio", + "Advance/Decline Ratio (Bars)": "Advance/Deasdasdasd", + "Chande Kroll Stop": "Chande Kroll Stop", + "Chop Zone": "Chop Zone", + "Conditional Expressions": "Conditional Expressions", + "ConnorsRSI": "ConnorsRSI", + "Correlation Coefficient": "Correlation Coefficient", + "Cumulative Volume Index": "Cumulative Volume Index", + "Detrended Price Oscillator": "Detrended Price Oscillator", + "Directional Movement": "Directional Movement", + "Divergence Indicator": "Divergence Indicator", + "Double EMA": "Double EMA", + "Ease Of Movement": "Ease Of Movement", + "Elder's Force Index": "Elder's Force Index", + "Elliott Wave": "Elliott Wave", + "Fisher Transform": "Fisher Transform", + "Historical Volatility": "Historical Volatility", + "Hull Moving Average": "Hull Moving Average", + "Linear Regression": "Linear Regression", + "MACD": "MACD", + "McGinley Dynamic": "McGinley Dynamic", + "Momentum": "Momentum", + "Moon Phases": "Moon Phases", + "Multi-Time Period Charts": "Multi-Time Period Charts", + "Pivot Points High Low": "Pivot Points High Low", + "Pivot Points Standard": "Pivot Points Standard", + "Price Volume Trend": "Price Volume Trend", + "Rate Of Change": "Rate Of Change", + "SMI Ergodic Indicator": "SMI Ergodic Indicator", + "SMI Ergodic Oscillator": "SMI Ergodic Oscillator", + "Smoothed Moving Average": "Smoothed Moving Average", + "Ultimate Oscillator": "Ultimate Oscillator", + "VWAP": "VWAP", + "Volatility Stop": "Volatility Stop", + "Vortex Indicator": "Vortex Indicator", + "Williams %R": "Williams %R", + "Williams Fractal": "Williams Fractal", + "Woodies CCI": "Woodies CCI", + "Total Revenue": "Total Revenue", + "Diluted EPS, Net Income": "Diluted EPS, Net Income", + "Net Income": "Net Income", + "EBITDA": "EBITDA", + "EBIT": "EBIT", + "Equity Earnings": "Equity Earnings", + "Gross Margin": "Gross Margin", + "After-tax Margin": "After-tax Margin", + "Gross Profit": "Gross Profit", + "Dividends Paid": "Dividends Paid", + "Debt to Equity": "Debt to Equity", + "Free Cash Flow": "Free Cash Flow", + "Return on Equity": "Return on Equity", + "Accounting Change": "Accounting Change", + "Accounts Payable": "Accounts Payable", + "Accounts Payable and Accrued Expenses": "Accounts Payable and Accrued Expenses", + "Accounts Receivable, Trade, Net": "Accounts Receivable, Trade, Net", + "Accounts, Notes Receivable, Net": "Accounts, Notes Receivable, Net", + "Accrued Expenses": "Accrued Expenses", + "Accrued Interest": "Accrued Interest", + "Accumulated Depreciation": "Accumulated Depreciation", + "Acquisition/Sale of Business, Net": "Acquisition/Sale of Business, Net", + "Additional Paid-in Capital": "Additional Paid-in Capital", + "Additional Paid-in Capital - Preferred Stock": "Additional Paid-in Capital - Preferred Stock", + "Adjusted EBIT": "Adjusted EBIT", + "Adjusted EBITDA": "Adjusted EBITDA", + "Adjusted EPS, Basic": "Adjusted EPS, Basic", + "Adjusted EPS, Diluted": "Adjusted EPS, Diluted", + "Adjusted Net Income": "Adjusted Net Income", + "Adjustment for Equity Earnings": "Adjustment for Equity Earnings", + "Adjustment for Minority Interest": "Adjustment for Minority Interest", + "Adjustment for Special Charges": "Adjustment for Special Charges", + "Amortization Expense": "Amortization Expense", + "Amounts Due to Related Parties, Short-term": "Amounts Due to Related Parties, Short-term", + "Basic EPS, Net Income": "Basic EPS, Net Income", + "Basic EPS, Net Income from Continuing, Operations": "Basic EPS, Net Income from Continuing, Operations", + "Basic Weighted Average Shares": "Basic Weighted Average Shares", + "Book Equity": "Book Equity", + "CF Depreciation & Amortization": "CF Depreciation & Amortization", + "CF Net Income": "CF Net Income", + "Capital Expenditures": "Capital Expenditures", + "Cash Paid for Income Taxes": "Cash Paid for Income Taxes", + "Cash Paid for Interest Expense": "Cash Paid for Interest Expense", + "Cash Ratio": "Cash Ratio", + "Cash and Cash Equivalents": "Cash and Cash Equivalents", + "Cash and Cash Equivalents, Beginning of Year": "Cash and Cash Equivalents, Beginning of Year", + "Cash and Cash Equivalents, End of Year": "Cash and Cash Equivalents, End of Year", + "Cash from Discontinued Operations": "Cash from Discontinued Operations", + "Cash from Financing Activities": "Cash from Financing Activities", + "Cash from Investing Activities": "Cash from Investing Activities", + "Cash from Operating Activities": "Cash from Operating Activities", + "Cash, Cash Equivalents and Short-term ,Investments": "Cash, Cash Equivalents and Short-term ,Investments", + "Change in Accounts Payable & Accrued, Expenses": "Change in Accounts Payable & Accrued, Expenses", + "Change in Accounts Receivable": "Change in Accounts Receivable", + "Change in Current Assets": "Change in Current Assets", + "Change in Current Liabilities": "Change in Current Liabilities", + "Change in Debt, Net": "Change in Debt, Net", + "Change in Deferred Revenue": "Change in Deferred Revenue", + "Change in Equity, Net": "Change in Equity, Net", + "Change in Income Taxes Payable": "Change in Income Taxes Payable", + "Change in Inventories": "Change in Inventories", + "Change in Long-term Debt, Net": "Change in Long-term Debt, Net", + "Change in Operating Assets & Liabilities": "Change in Operating Assets & Liabilities", + "Change in Other Assets": "Change in Other Assets", + "Change in Other Current Assets": "Change in Other Current Assets", + "Change in Other Current Liabilities": "Change in Other Current Liabilities", + "Change in Other Liabilities": "Change in Other Liabilities", + "Change in Prepaid Expenses": "Change in Prepaid Expenses", + "Change in Short-term Borrowings, Net": "Change in Short-term Borrowings, Net", + "Commitments & Contingencies": "Commitments & Contingencies", + "Common Stock": "Common Stock", + "Cost & Operating Expenses": "Cost & Operating Expenses", + "Cost of Revenue": "Cost of Revenue", + "Cover Sheet TSO": "Cover Sheet TSO", + "Current Portion of Long-term Debt": "Current Portion of Long-term Debt", + "Current Ratio": "Current Ratio", + "Debt to Assets": "Debt to Assets", + "Deferred Charges": "Deferred Charges", + "Deferred Income Tax Liabilities, Short-term": "Deferred Income Tax Liabilities, Short-term", + "Deferred Income Taxes": "Deferred Income Taxes", + "Deferred Income Taxes, Current": "Deferred Income Taxes, Current", + "Deferred Income Taxes, Long-term": "Deferred Income Taxes, Long-term", + "Deferred Liability Charges": "Deferred Liability Charges", + "Degree of Combined Leverage": "Degree of Combined Leverage", + "Degree of Financial Leverage": "Degree of Financial Leverage", + "Degree of Operational Leverage": "Degree of Operational Leverage", + "Depreciation & Amortization Expense": "Depreciation & Amortization Expense", + "Depreciation Expense": "Depreciation Expense", + "Diluted EPS, Net Income from Continuing Operations": "Diluted EPS, Net Income from Continuing Operations", + "Diluted Weighted Average Shares": "Diluted Weighted Average Shares", + "Discontinued Operations": "Discontinued Operations", + "Effect of Exchange Rate on Cash": "Effect of Exchange Rate on Cash", + "Employee Compensation": "Employee Compensation", + "Extraordinary Items": "Extraordinary Items", + "Free Cash Flow Margin": "Free Cash Flow Margin", + "Free Cash Flow Return on Assets": "Free Cash Flow Return on Assets", + "General & Administrative Expense": "General & Administrative Expense", + "Goodwill": "Goodwill", + "Goodwill & Intangible Assets, Net": "Goodwill & Intangible Assets, Net", + "Income After Taxes": "Income After Taxes", + "Income Before Taxes": "Income Before Taxes", + "Income Taxes": "Income Taxes", + "Income Taxes Payable": "Income Taxes Payable", + "Income before Extraordinary Items": "Income before Extraordinary Items", + "Intangible Assets": "Intangible Assets", + "Interest Expense": "Interest Expense", + "Interest Income": "Interest Income", + "Interest Income/Expense, Net": "Interest Income/Expense, Net", + "Inventories, Net": "Inventories, Net", + "Investment Changes, Net": "Investment Changes, Net", + "Issuance of Equity": "Issuance of Equity", + "Labor Expense": "Labor Expense", + "Liabilities & Stockholder's Equity": "Liabilities & Stockholder's Equity", + "Long Term Capital": "Long Term Capital", + "Long Term Debt to Long Term Capital": "Long Term Debt to Long Term Capital", + "Long Term Debt to Total Capital": "Long Term Debt to Total Capital", + "Long-term Debt": "Long-term Debt", + "Long-term Debt Payments": "Long-term Debt Payments", + "Long-term Debt Proceeds": "Long-term Debt Proceeds", + "Long-term Deferred Income Tax Liabilities": "Long-term Deferred Income Tax Liabilities", + "Long-term Deferred Liability Charges": "Long-term Deferred Liability Charges", + "Long-term Investments": "Long-term Investments", + "Minority Interest": "Minority Interest", + "Minority Interest & Equity Earnings": "Minority Interest & Equity Earnings", + "Net Change in Cash": "Net Change in Cash", + "Net Debt": "Net Debt", + "Net Income Applicable to Common": "Net Income Applicable to Common", + "Net Income from Continuing, Operations Applicable to Common": "Net Income from Continuing, Operations Applicable to Common", + "Net Income per Employee": "Net Income per Employee", + "Net Operating Profit after Tax": "Net Operating Profit after Tax", + "Net Working Capital": "Net Working Capital", + "Non-operating Gains/Losses": "Non-operating Gains/Losses", + "Noncontrolling Interest": "Noncontrolling Interest", + "Notes Payable": "Notes Payable", + "Number of Employees": "Number of Employees", + "Number of Shareholders": "Number of Shareholders", + "Operating Expenses": "Operating Expenses", + "Operating Leases": "Operating Leases", + "Operating Margin": "Operating Margin", + "Operating Profit": "Operating Profit", + "Operating Revenue": "Operating Revenue", + "Other Accounts Payable and Accrued Expenses": "Other Accounts Payable and Accrued Expenses", + "Other Accounts, Notes Receivable": "Other Accounts, Notes Receivable", + "Other Accumulated Comprehensive Income": "Other Accumulated Comprehensive Income", + "Other Adjustments": "Other Adjustments", + "Other Asset/Liability Changes, Net": "Other Asset/Liability Changes, Net", + "Other Assets": "Other Assets", + "Other Borrowings": "Other Borrowings", + "Other Current Assets": "Other Current Assets", + "Other Current Liabilities": "Other Current Liabilities", + "Other Debt, Net": "Other Debt, Net", + "Other Equity": "Other Equity", + "Other Equity Transactions, Net": "Other Equity Transactions, Net", + "Other Financing Activities, Net": "Other Financing Activities, Net", + "Other General & Administrative Expense": "Other General & Administrative Expense", + "Other Interest Income/Expense, Net": "Other Interest Income/Expense, Net", + "Other Investing Activities": "Other Investing Activities", + "Other Investment Changes, Net": "Other Investment Changes, Net", + "Other Investments": "Other Investments", + "Other Liabilities": "Other Liabilities", + "Other Non-operating Income/Expense": "Other Non-operating Income/Expense", + "Other Operating Expenses": "Other Operating Expenses", + "Other Receivables": "Other Receivables", + "Other Revenue": "Other Revenue", + "Other Selling, General & Administrative Expenses": "Other Selling, General & Administrative Expenses", + "Partners Capital": "Partners Capital", + "Pension/Postretirement Obligation": "Pension/Postretirement Obligation", + "Pre-tax Margin": "Pre-tax Margin", + "Preferred Dividends": "Preferred Dividends", + "Preferred Stock": "Preferred Stock", + "Prepaid Expenses": "Prepaid Expenses", + "Property and Equipment, Gross": "Property and Equipment, Gross", + "Property, Plant & Equipment, Net": "Property, Plant & Equipment, Net", + "Purchase of Investments": "Purchase of Investments", + "Quick Ratio": "Quick Ratio", + "Realized Gains/Losses": "Realized Gains/Losses", + "Repurchase of Equity": "Repurchase of Equity", + "Research & Development Expense": "Research & Development Expense", + "Restricted Cash": "Restricted Cash", + "Restructuring, Remediation & Impairment Provisions": "Restructuring, Remediation & Impairment Provisions", + "Retained Earnings": "Retained Earnings", + "Return on Assets": "Return on Assets", + "Return on Invested Capital": "Return on Invested Capital", + "Revenue per Employee": "Revenue per Employee", + "Sale of Investments": "Sale of Investments", + "Sale of Property, Plant & Equipment": "Sale of Property, Plant & Equipment", + "Sales & Marketing Expense": "Sales & Marketing Expense", + "Selling, General & Administrative Expenses": "Selling, General & Administrative Expenses", + "Short-term Borrowings": "Short-term Borrowings", + "Short-term Investments": "Short-term Investments", + "Stock Option Tax Benefits": "Stock Option Tax Benefits", + "Tax Rate": "Tax Rate", + "Temporary Equity": "Temporary Equity", + "Total Adjustments": "Total Adjustments", + "Total Assets": "Total Assets", + "Total Capital": "Total Capital", + "Total Current Assets": "Total Current Assets", + "Total Current Liabilities": "Total Current Liabilities", + "Total Debt": "Total Debt", + "Total Liabilities": "Total Liabilities", + "Total Long-term Assets": "Total Long-term Assets", + "Total Long-term Debt": "Total Long-term Debt", + "Total Long-term Liabilities": "Total Long-term Liabilities", + "Total Non-cash Adjustments": "Total Non-cash Adjustments", + "Total Non-operating Income/Expense": "Total Non-operating Income/Expense", + "Total Operating Expenses": "Total Operating Expenses", + "Total Receivables, Net": "Total Receivables, Net", + "Total Shares Outstanding": "Total Shares Outstanding", + "Total Short-term Debt": "Total Short-term Debt", + "Total Stockholder's Equity": "Total Stockholder's Equity", + "Treasury Stock": "Treasury Stock", + "USD Conversion Rate": "USD Conversion Rate", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.", + "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!": "The Algoview Essential package contains classical and widely used trading indicators. The majority of these indicators are \"price action\" oriented, with a candlestick patterns finder, a powerful range patterns indicator (to easily find NR4/NR7 patterns for example), and the popular ThrustBars. The other indicators are also very popular, with the MACDBB which helps to get a better picture than a simple MACD, and the famous SuperTrend, which is an excellent tool to manage trailing stops. Six additional indicators will be added later in this package. Trading is not easy, and nothing is black or white, but with these tools you will have a clearer view of what's happening on a market, it's up to you to use it in your favor!", + "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.", + "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!": "The DecisionBar Trading Method and Software is so simple even a beginning trader can learn to become a profitable trader in just hours by trading with the Rhythm of the Market. With DecisionBar you will know not only where the market has been, but where it is likely to go. With DecisionBar you are in complete control and your entire trading plan is right in front of you. DecisionBar takes the guesswork out of the trade and can keep you on the right side of the market - no matter what the market does!", + "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.": "Market action is not Gaussian, forcing technical analysis to contend with bursts of fast moving prices. As a result, text-book indicators produce signals that are either fast (but noisy) or smooth (but late). Want better? Using advanced algorithms, Jurik Research Tools give you the best of both worlds: speed with exceptional smoothness. You get better timing, better accuracy and better signals.

For graphic explanations on how each Jurik Indicator can be used, go here.", + "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.", + "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.": "Alphalab proprietary studies are based on years of professional experience in FX Market Making, a deep understanding of the market micro-structure and proprietary algorithms designed to analyze order flow. FX is the largest and most liquid market in the world. At the same time, it is the most decentralized and least transparent of the financial markets. FX with its diverse set of players ranging from central banks, multinational corporations to 20 million strong army of retail traders, is also lightly regulated. Needless to say, there are players in this market that are very informed, and those that are not. Our algorithms work tirelessly to detect this informed flow to help you make better decisions and allow you to use it in your own trading to better time your entries or dynamically adjust your take profit or stop loss levels as the information becomes available.", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.", + "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.": "PFA Zoning MTF Predictive Analysis Trading Zones. Get the most technologically advanced zones to display where supply and demand has taken place. Using our PFA Zoning MTF you can see supply and demand zones from multiple time frames on any time frame you choose. View 60min zones on a 5min chart or 5min zones on a 60min chart with ease. With our unique algorithms you can locate previous institutional levels with extreme consistency and without subjectivity.", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex.\n\nFor more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.", + "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.": "The MicroTrends indicator pack provides a complete open range trading signals system for easy to trade entry, stop, targets and exit on any market - include the following featured indicators: Auto Fibonacci - for a given look back period will draw the peak and trough with Fibonacci intervals in-between for the current chart, Auto Fibonacci HTF will plot a Higher Time Frame such as the daily/weekly on top of an intraday chart. The Fibonacci Grid will provide the support and resistance reversal or breakout lines for the current session.The Range Grid will show you the typical market range and the current session range with color coded indication of small range, normal and extreme trending days, Horizontal Suppot and Resistance levels for current and higher time frames, open range levels show you when the market has broken from its open range up or down,this pack also includes 6 other indicators - and 3 more to come for a total of 15 planned. This indicator pack provides you with a the bigger picture and commercial trading view of any market.", + "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.": "The ProTradingIndicators Package contains our top three premium indicators. DIG Smart Points - Never miss another key turning point, trend change or pullback. It includes both a setup and a trigger, its tight stops and high risk to reward ratio make it ideal for both beginner and expert traders. DIG Predictive RSI - projects overbought and oversold levels directly on the price action, providing both support and resistance levels. DIG Pivot Break: allows you to locate and trade pivots breaks with amazing accuracy. It is about time you got the trading edge you truly deserve - ProTradingIndicators Package.", + "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.": "Knoxville Divergence, displayed as red lines under price or above price, signal when a financial instrument has reached an extreme and is ready for a reversal. Combined with Booker Reversal tabs (green for buys and red for sells), this is a powerful method for timing counter-trend moves, or using lower time frame charts to trade into a trend on short term pullbacks.", + "Favorite": "Favorite", + "Rename script": "Rename script", + "This is not the latest saved script version": "This is not the latest saved script version", + "My Script": "My Script", + "Show Console": "Show Console", + "Script text is not modified, nothing to save": "Script text is not modified, nothing to save", + "This is not a user script, cannot save": "This is not a user script, cannot save", + "Script Name": "Script Name", + "Expiration Time": "Expiration Time", + "Please name this script": "Please name this script", + "Script must have a name": "Script must have a name", + "Exit Full Screen (ESC)": "Exit Full Screen (ESC)", + "Stock Charts & Forex Charts": "Stock Charts & Forex Charts", + "Toggle favorite": "Toggle favorite", + "Buy Ask": "Buy Ask __quote__", + "Frequency": "Frequency", + "Buy Bid": "Buy Bid __quote__", + "Sell Ask": "Sell Ask __quote__", + "Sell Bid": "Sell Bid __quote__", + "Condition": "Condition", + "Connected": "Connected", + "CONNECT": "CONNECT", + "Disconnected": "Disconnected", + "Exiting Channel": "Exiting Channel", + "All": "All", + "5y": "5y", + "1y": "1y", + "ytd": "ytd", + "YTD": "YTD", + "6m": "6m", + "3m": "3m", + "1m": "1m", + "5d": "5d", + "1d": "1d", + "Room title": "Room title", + "Room purpose": "Room purpose", + "Edit chat room": "Edit chat room", + "Create new public chat": "Create new public chat", + "Show Symbol Last Value": "Show Symbol Last Value", + "Show Indicator Last Value": "Show Indicator Last Value", + "Paper Trading is disconnected": "Paper Trading is disconnected", + "Hide Buy/Sell Panel": "Hide Buy/Sell Panel", + "Sell symbol": "Sell __displaySymbol__ Stop __abbreviatedNumber__ @ __formattedValue__", + "Buy symbol": "Buy __displaySymbol__ Limit __abbreviatedNumber__ @ __formattedValue__", + "IDEA TITLE AND DESCRIPTION": "IDEA TITLE AND DESCRIPTION", + "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.", + "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "Describe what you think and WHY you think that. Good fundamental analysis always helps. Put yourself in reader's shoes and see if you'd understand the context based on what you wrote. Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.", + "SHORT": "SHORT", + "LONG": "LONG", + "NEUTRAL": "NEUTRAL", + "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

": "

This report is only for data issues, questionable prices or chart performance issues. This report goes directly to the backend team, so they can ensure the highest quality of the data feed. Mark on your chart in detail which bar is incorrect and any other notes – a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only PRO users are guaranteed a reply.

IMPORTANT: All feature requests, ideas and other questions should be posted to Suggestions and Feedback Section.

", + "you are using browser": "You are using __browser__ on __os__.", + "Hide data": "Hide data", + "Show data": "Show data", + "Study Templates": "Study Templates", + "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout": "Save Chart Layout saves not just some particular chart, it saves all charts for all symbols and intervals which you are modifying while working with this Layout", + "Find existing chat": "Find existing chat", + "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.": "IMPORTANT: Always search existing chats before creating a new one. Duplicate chats will be deleted. Each created chat will be public, i.e. visible to all the users. Therefore, do not create chats without popular and interesting topics for discussion. The Title and Purpose of a chat should be clear to other users. All junk or inactive chats will be removed by moderators, and the authors of those chats may be banned.", + "Black": "Black", + "Blue": "Blue", + "Grey": "Grey", + "White": "White", + "Show Positions": "Show Positions", + "Show Orders": "Show Orders" } \ No newline at end of file diff --git a/charting_library/static/tv-chart.html b/charting_library/static/tv-chart.html index a2f42a4a..dc1f469d 100644 --- a/charting_library/static/tv-chart.html +++ b/charting_library/static/tv-chart.html @@ -1,365 +1,362 @@ -
\ No newline at end of file +TradingView.SYMBOL_SEARCH_MAX_LENGTH+'" />
'}};TradingView.AlertLabel=function(){};TradingView.getDataVendorString=function(){};Z72={sendReport:function(){}};TradingView.study_VbPVisible=function(){};TradingView.study_VbPSessions=function(){};TradingView.LineToolVbPFixed=function(){};MockupRequestedCache=function(a){a&&a([])};MockupRequestedCache.W20=function(){}; +TradingView.getThemesList=MockupRequestedCache; + \ No newline at end of file diff --git a/index.html b/index.html index 0122247a..8a83adc9 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ + @@ -5,12 +6,12 @@ + + - - diff --git a/intro.html b/intro.html index 054fe15b..2089e8ea 100644 --- a/intro.html +++ b/intro.html @@ -1,3 +1,4 @@ + @@ -5,12 +6,12 @@ + + - - diff --git a/mobile_black.html b/mobile_black.html index 742f3602..5af24059 100644 --- a/mobile_black.html +++ b/mobile_black.html @@ -1,15 +1,17 @@ + - TradingView Charting Library demo + TradingView Charting Library demo -- Mobile (black) + + - - - - +