Critical bug | Drawing Objects in the empty space in front of the chart #562

TradingView functionality bug #549
Loading data infinite loop #526
Time scale marks get stale after new bars came #500
When full screen, tools are not shown #457
Bug when drawing a line with its closing end outside the last bar #426
Option to disable border #420
Removing an entry from context menu #412
This commit is contained in:
Eugene
2015-07-01 10:49:32 +03:00
parent 2ce6342882
commit c32ff2135c
40 changed files with 38082 additions and 14958 deletions

View File

@@ -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.

View File

@@ -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<this.options.disabledFeatures.length?this.options.disabledFeatures.concat(a.disabledFeatures):a.disabledFeatures,this.options.enabledFeatures=0<this.options.enabledFeatures.length?this.options.enabledFeatures.concat(a.enabledFeatures):a.enabledFeatures):console.warn("Unknown preset: `"+a+"`"));this._ready_handlers=[];this.create()}};d.widget.prototype={_messageTarget:function(){return d.gEl(this.id).contentWindow},
_autoResizeChart:function(){var a=d.gEl(this.id);this.options.fullscreen&&(a.style.height=window.innerHeight+"px",a.style.width=window.innerWidth+"px")},create:function(){var a=this.render(),b=this,e;this.options.container?d.gEl(this.options.container).innerHTML=a:document.write(a);this._autoResizeChart();window.addEventListener("resize",function(a){b._autoResizeChart()});e=d.gEl(this.id);this.postMessage=d.postMessageWrapper(e.contentWindow,this.id);d.bindEvent(e,"load",function(){b.postMessage.get("widgetReady",
{},function(){var a;b._ready=!0;for(a=b._ready_handlers.length;a--;)b._ready_handlers[a].call(b);b.postMessage.post(e.contentWindow,"initializationFinished");d.gEl(b.id).contentWindow.Z16.subscribe("chart_load_requested",function(a){b.load(JSON.parse(a.content),a)})})})},render:function(){window[this.options.uid]={datafeed:this.options.datafeed,overrides:this.options.overrides,studiesOverrides:this.options.studiesOverrides,disabledFeatures:this.options.disabledFeatures,enabledFeatures:this.options.enabledFeatures,
enabledDrawings:this.options.enabledDrawings,disabledDrawings:this.options.disabledDrawings};var a=(this.options.path||"")+"static/tv-chart.html#localserver=1&symbol="+encodeURIComponent(this.options.symbol)+"&interval="+encodeURIComponent(this.options.interval)+(this.options.toolbar_bg?"&toolbarbg="+this.options.toolbar_bg.replace("#",""):"")+"&hideSymbolSearch="+this.options.hideSymbolSearch+"&hideSideToolbar="+this.options.hideSideToolbar+"&enabledStudies="+encodeURIComponent(JSON.stringify(this.options.enabledStudies))+
(function(g){"function"===typeof define&&define.amd?define(["jquery"],g):g(jQuery)})(function(g){if(!g.support.cors&&g.ajaxTransport&&window.XDomainRequest){var k=/^https?:\/\//i,d=/^get|post$/i,a=new RegExp("^"+location.protocol,"i");g.ajaxTransport("* text html xml json",function(b,c,h){if(b.crossDomain&&b.async&&d.test(b.type)&&k.test(b.url)&&a.test(b.url)){var f=null;return{send:function(a,d){var e="",l=(c.dataType||"").toLowerCase();f=new XDomainRequest;/^\d+$/.test(c.timeout)&&(f.timeout=c.timeout);
f.ontimeout=function(){d(500,"timeout")};f.onload=function(){var a="Content-Length: "+f.responseText.length+"\r\nContent-Type: "+f.contentType,b=200,c="success",e={text:f.responseText};try{if("html"===l||/text\/html/i.test(f.contentType))e.html=f.responseText;else if("json"===l||"text"!==l&&/\/json/i.test(f.contentType))try{e.json=g.parseJSON(f.responseText)}catch(n){b=500,c="parseerror"}else if("xml"===l||"text"!==l&&/\/xml/i.test(f.contentType)){var h=new ActiveXObject("Microsoft.XMLDOM");h.async=
!1;try{h.loadXML(f.responseText)}catch(k){h=void 0}if(!h||!h.documentElement||h.getElementsByTagName("parsererror").length)throw b=500,c="parseerror","Invalid XML: "+f.responseText;e.xml=h}}catch(m){throw m;}finally{d(b,c,e,a)}};f.onprogress=function(){};f.onerror=function(){d(500,"error",{text:f.responseText})};c.data&&(e="string"===g.type(c.data)?c.data:g.param(c.data));f.open(b.type,b.url);f.send(e)},abort:function(){f&&f.abort()}}}})}});
function inherit(g,k){var d=function(){};d.prototype=k.prototype;g.prototype=new d;g.prototype.constructor=g;g.prototype.superclass=k}
(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 k={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={BARS:0,CANDLES:1,LINE:2,
AREA:3,HEIKEN_ASHI:8,HOLLOW_CANDLES:9,version:function(){return"1.2 (internal id b9174b06 @ 2015-07-01 10:37:19.333000)"},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],c=document.createElement("style");c.type="text/css";
c.styleSheet?c.styleSheet.cssText=a:(a=document.createTextNode(a),c.appendChild(a));b.appendChild(c)},bindEvent:function(a,b,c){a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent&&a.attachEvent("on"+b,c)},unbindEvent:function(a,b,c){a.removeEventListener?a.removeEventListener(b,c,!1):a.detachEvent&&a.detachEvent("on"+b,c)},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:{"mainSeriesProperties.showCountdown":!1},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:{},favorites:{intervals:[],chartTypes:[]}},c={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,favorites:a.favorites};g(c);this.options=$.extend(!0,b,c);this.options.time_frames=a.time_frames||b.time_frames;a.preset&&(a=a.preset,k[a]?(a=k[a],this.options.disabledFeatures=0<this.options.disabledFeatures.length?this.options.disabledFeatures.concat(a.disabledFeatures):a.disabledFeatures,this.options.enabledFeatures=0<this.options.enabledFeatures.length?this.options.enabledFeatures.concat(a.enabledFeatures):
a.enabledFeatures):console.warn("Unknown preset: `"+a+"`"));this._ready_handlers=[];this.create()}};d.widget.prototype={_messageTarget:function(){return d.gEl(this.id).contentWindow},_autoResizeChart:function(){this.options.fullscreen&&$(d.gEl(this.id)).css("height",$(window).height()+"px")},create:function(){function a(){d.gEl(c.id).contentWindow.W17.subscribe("chart_load_requested",function(a){c.load(JSON.parse(a.content),a)})}var b=this.render(),c=this,h;if(this.options.container){var f=
d.gEl(this.options.container);f.innerHTML=b}else document.write(b);this.options.fullscreen&&(f=$(d.gEl(this.id)),f.css("width","100%"));this._autoResizeChart();window.addEventListener("resize",function(a){c._autoResizeChart()});h=d.gEl(this.id);this.postMessage=d.postMessageWrapper(h.contentWindow,this.id);d.bindEvent(h,"load",function(){c.postMessage.get("widgetReady",{client_id:this.id},function(){var b;c._ready=!0;for(b=c._ready_handlers.length;b--;)c._ready_handlers[b].call(c);c.postMessage.post(h.contentWindow,
"initializationFinished");b=d.gEl(c.id).contentWindow;b.W17?a():d.bindEvent(b,"load",a)})})},render:function(){window[this.options.uid]={datafeed:this.options.datafeed,overrides:this.options.overrides,studiesOverrides:this.options.studiesOverrides,disabledFeatures:this.options.disabledFeatures,enabledFeatures:this.options.enabledFeatures,enabledDrawings:this.options.enabledDrawings,disabledDrawings:this.options.disabledDrawings,favorites:this.options.favorites,logo:this.options.logo};
this.options.savedData&&(window[this.options.uid].chartContent={json:this.options.savedData});var a=(this.options.path||"")+"static/tv-chart.html#localserver=1&symbol="+encodeURIComponent(this.options.symbol)+"&interval="+encodeURIComponent(this.options.interval)+(this.options.toolbar_bg?"&toolbarbg="+this.options.toolbar_bg.replace("#",""):"")+"&hideSymbolSearch="+this.options.hideSymbolSearch+"&hideSideToolbar="+this.options.hideSideToolbar+"&enabledStudies="+encodeURIComponent(JSON.stringify(this.options.enabledStudies))+
"&disabledStudies="+encodeURIComponent(JSON.stringify(this.options.disabledStudies))+(this.options.studiesAccess?"&studiesAccess="+encodeURIComponent(JSON.stringify(this.options.studiesAccess)):"")+"&widgetbar="+encodeURIComponent(JSON.stringify(this.options.widgetbar))+(this.options.drawingsAccess?"&drawingsAccess="+encodeURIComponent(JSON.stringify(this.options.drawingsAccess)):"")+"&timeFrames="+encodeURIComponent(JSON.stringify(this.options.time_frames))+(this.options.hasOwnProperty("disableLogo")?
"&disableLogo="+encodeURIComponent(this.options.disableLogo):"")+(this.options.hasOwnProperty("logo")?"&logo="+encodeURIComponent(JSON.stringify(this.options.logo)):"")+"&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):"");this.options.savedData&&(window.__TVSavedChart=this.options.savedData);return'<iframe id="'+this.id+'" name="'+this.id+'" src="'+a+'"'+(this.options.fullscreen?"":' width="'+this.options.width+'" height="'+this.options.height+
'"')+' frameborder="0" allowTransparency="true" scrolling="no" allowfullscreen></iframe>'},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 $('<div class="button"></div>').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'<iframe id="'+this.id+'" name="'+this.id+'" src="'+a+'"'+(this.options.fullscreen?"":' width="'+this.options.width+'" height="'+this.options.height+'"')+' frameborder="0" allowTransparency="true" scrolling="no" allowfullscreen style="display:block;"></iframe>'},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=$('<div class="button"></div>').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}})();

View File

@@ -7,6 +7,9 @@
// <property_path>: <default Charting Library value>
//
// 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']

View File

@@ -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,6 +655,7 @@ Datafeeds.DataPulseUpdater = function(datafeed, updateFrequency) {
that._requestsPending++;
(function(_subscriptionRecord) {
that._datafeed.getBars(_subscriptionRecord.symbolInfo, resolution, datesRangeLeft, datesRangeRight, function(bars) {
that._requestsPending--;
@@ -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;

View File

@@ -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';

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
"propertypage-name-label_css_class": "propertypage-name-label-nocap",
"Script Editor": "Skript Editor",
" Published Charts Timeline": "Zeitleiste veröffentlichter Charts",
"SMA": "SMA",
"SMA": "",
"Bar's Style": "Bar Typ",
"Chart Properties": "Chart Einstellungen",
"Compare": "Vergleichen",
@@ -15,12 +15,16 @@
"Company Comparison": "Unternehmensvergleich",
"Indicators, Fundamentals, Economy and Add-ons": "Indikatoren, Fundamental- und Wirtschaftsdaten und Add-ons",
"Economy & Symbols": "Wirtschaftsdaten & Wertpapiere",
"Bars": "Bars",
"Bars": "",
"Candles": "Candlesticks",
"Hollow Candles": "Hohle Candlesticks",
"Line": "Linie",
"Area": "Fläche",
"Heiken Ashi": "Heiken Ashi",
"Heiken Ashi": "",
"Renko": "",
"Line Break": "",
"Kagi": "",
"Point & Figure": "",
"Histogram": "Histogramm",
"Cross_chart_type": "Kreuz Chart",
"Crosshair": "Fadenkreuz",
@@ -36,23 +40,24 @@
"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",
"Symbol": "",
"Default": "Standard",
"Defaults": "Standardeinstellungen",
"OK": "OK",
"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",
"bars": "",
"bars_margin": "Bar Abstand",
"{0} bars": "{0} Bars",
"{0} bars": "",
"Bottom Margin": "unterer Seitenrand",
"Bring Forward": "Weiter nach vorne",
"Bring to Front": "Ganz nach vorne",
@@ -61,12 +66,14 @@
"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",
@@ -74,7 +81,7 @@
"Lock Scale": "Skalierung feststellen",
"Lock scale": "Skalierung feststellen",
"Log Scale": "Logarithmische Skalierung",
"log": "log",
"log": "",
"Magnet Mode": "Magnetmodus",
"Merge Down": "Nach unten zusammenführen",
"Merge Up": "Nach oben zusammenführen",
@@ -109,14 +116,17 @@
"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",
@@ -128,7 +138,7 @@
"Visual Order": "Sichtbare Ordnung",
"Watermark": "Wasserzeichen",
"Show Objects Tree": "Objektbaum anzeigen",
"cursors-group-css-class": "cursors-group-css-class",
"cursors-group-css-class": "",
"ABCD Pattern": "ABCD Muster",
"Anchored Text": "Verankerter Text",
"Arc": "Bogen",
@@ -151,14 +161,15 @@
"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": "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 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",
@@ -168,7 +179,7 @@
"Flat Top/Bottom": "Flache Ober-/Unterseite",
"Flat Bottom": "Flache Unterseite",
"Forecast": "Prognose",
"Gann Box": "Gann Box",
"Gann Box": "",
"Gann Fan": "Gann Fächer",
"Gann Square": "Gann Square (Quadrat)",
"Head & Shoulders": "Kopf- & Schulterformation",
@@ -176,12 +187,12 @@
"Horizontal Ray": "Horizontaler Linie",
"Icon": "Symbol",
"Inside Pitchfork": "Innenliegende Pitchfork",
"Long Position": "Long Position",
"Long Position": "",
"Risk/Reward long": "Rendite/Risiko Long",
"Modified Schiff Pitchfork": "Modifizierte Schiff Pitchfork",
"Parallel Channel": "Paralleler Kanal",
"Pitchfan": "Pitchfan",
"Pitchfork": "Pitchfork",
"Pitchfan": "",
"Pitchfork": "",
"Polyline": "Linienzug",
"Price Label": "Preisschild",
"Price Range": "Preisspanne",
@@ -190,14 +201,14 @@
"Rectangle": "Rechteck",
"Regression Trend": "Regressions Trendlinie",
"Rotated Rectangle": "Gedrehtes Rechteck",
"Schiff Pitchfork": "Schiff Pitchfork",
"Schiff": "Schiff",
"Original": "Original",
"Schiff Pitchfork": "",
"Schiff": "",
"Original": "",
"Modified Schiff": "Modifizierte Schiff",
"Inside": "Innerhalb",
"Short Position": "Short Position",
"Short Position": "",
"Risk/Reward short": "Rendite/Risiko Short",
"Text": "Text",
"Text": "",
"Comment": "Kommentar",
"Three Drivers Pattern": "Three Drivers Muster",
"Thumb Down": "Daumen runter",
@@ -215,7 +226,7 @@
"Background color 1": "Hintergrundfarbe 1",
"Background color 2": "Hintergrundfarbe 2",
"Background Color": "Hintergrundfarbe",
"Bar #": "Bar #",
"Bar #": "",
"Border color": "Rahmenfarbe",
"Border Color": "Rahmenfarbe",
"Border": "Rahmen",
@@ -232,6 +243,7 @@
"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",
@@ -243,19 +255,19 @@
"Failure text color": "Textfarbe Misserfolg",
"Fans": "Fächer",
"Fill": "Füllen",
"Format": "Format",
"Format": "",
"Graphics": "Grafiken",
"Grid": "Gitter",
"Help": "Hilfe",
"HLC Bars": "HLC Bars",
"Inputs": "Inputs",
"HLC Bars": "",
"Inputs": "",
"Label Background": "Markierungshintergrund",
"Label": "Markierung",
"Labels": "Markierungen",
"Left End": "linkes Ende",
"Left Labels": "linke Markierungen",
"left": "links",
"Level {0}": "Level {0}",
"Level {0}": "",
"Levels": "Level",
"Lines": "Linien",
"Major": "Groß",
@@ -265,8 +277,8 @@
"Middle": "Mitte",
"Minor": "Klein",
"Mode": "Modus",
"Normal": "Normal",
"Plot": "Plot",
"Normal": "",
"Plot": "",
"Price Levels": "Preisniveaus",
"Price Source": "Preisquelle",
"Price": "Preis",
@@ -314,7 +326,7 @@
"Text Color": "Textfarbe",
"Text Font": "Schriftart",
"Text Wrap": "Zeilenumbruch",
"Text:": "Text:",
"Text:": "",
"Time Levels": "Zeitebenen",
"Timezone/Sessions": "Zeitzone/Handelszeit",
"Top Labels": "Markierungen an Oberseite",
@@ -325,14 +337,14 @@
"Zoom In": "Vergrößern",
"Zoom Out": "Verkleinern",
"Borders": "Rahmen",
"Level": "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}",
"{0} P&L: {1}": "",
"Risk/Reward Ratio: {0}": "Rendite/Risiko Verhältnis: {0}",
"Stop: {0} ({1}%)": "Stop: {0} ({1}%)",
"Stop: {0} ({1}%)": "",
"Target: {0} ({1}%)": "Ziel: {0} ({1}%)",
"SUCCESS": "ERFOLG",
"FAILURE": "FEHLER",
@@ -357,7 +369,7 @@
"month_plural_1": "Monate",
"month_plural_2": "n/a",
"month_plural_5": "n/a",
"minute": "Minute",
"minute": "",
"minute_plural": "Minuten",
"minute_plural_1": "Minuten",
"minute_plural_2": "n/a",
@@ -379,32 +391,32 @@
"d_dates": "t",
"m_dates": "m",
"in_dates": "in",
"Jan": "Jan",
"Feb": "Feb",
"Jan": "",
"Feb": "",
"Mar": "Mrz",
"Apr": "Apr",
"Apr": "",
"May": "Mai",
"Jun": "Jun",
"Jul": "Jul",
"Aug": "Aug",
"Sep": "Sep",
"Jun": "",
"Jul": "",
"Aug": "",
"Sep": "",
"Oct": "Okt",
"Nov": "Nov",
"Nov": "",
"Dec": "Dez",
"Objects Tree": "Objekbaum",
"Manage Drawings": "Zeichnungen bearbeiten",
"TOOL": "WERKZEUG",
"SYMBOL": "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",
"Index": "",
"index": "",
"Futures": "",
"futures": "",
"Image URL": "Bild URL",
"Save image": "Bild speichern",
"or copy url:": "oder URL kopieren:",
@@ -419,34 +431,35 @@
"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",
"(H + L)/2": "",
"(H + L + C)/3": "",
"(O + H + L + C)/4": "",
"UTC": "",
"Exchange": "Börse",
"Athens": "Athen",
"Berlin": "Berlin",
"Bogota": "Bogota",
"Bangkok": "Bangkok",
"Buenos Aires": "Buenos Aires",
"Chicago": "Chicago",
"Hong Kong": "Hong Kong",
"Berlin": "",
"Bogota": "",
"Bangkok": "",
"Buenos Aires": "",
"Chicago": "",
"Hong Kong": "",
"Kolkata": "Kalkutta",
"London": "London",
"Los Angeles": "Los Angeles",
"Madrid": "Madrid",
"Moscow": "Moscow",
"New York": "New York",
"Paris": "Paris",
"Seoul": "Seoul",
"Shanghai": "Shanghai",
"London": "",
"Los Angeles": "",
"Madrid": "",
"Moscow": "",
"New York": "",
"Paris": "",
"Sao Paulo": "",
"Seoul": "",
"Shanghai": "",
"Singapore": "Singapur",
"Sydney": "Sydney",
"Taipei": "Taipei",
"Tehran": "Tehran",
"Tokyo": "Tokyo",
"Toronto": "Toronto",
"Vancouver": "Vancouver",
"Sydney": "",
"Taipei": "",
"Tehran": "",
"Tokyo": "",
"Toronto": "",
"Vancouver": "",
"Warsaw": "Warschau",
"n/a": "k.A.",
"Long_input": "Long",
@@ -467,10 +480,10 @@
"Lower": "Untergrenze",
"Long": "Kaufsignal",
"Short": "Verkaufssignal",
"Signal": "Signal",
"Jaw": "Jaw",
"Teeth": "Teeth",
"Lips": "Lips",
"Signal": "",
"Jaw": "",
"Teeth": "",
"Lips": "",
"Zero": "Null",
"WMA Length_input": "WMA Länge",
"Long RoC Length_input": "Long RoC Länge",
@@ -493,11 +506,11 @@
"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",
"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",
@@ -535,22 +548,22 @@
"eod delayed": "EOD verzögert",
"loading data": "laden von daten",
"invalid symbol": "ungültiges symbol",
"streaming": "streaming",
"realtime": "realtime",
"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": "Subminuette",
"Minuette": "Minuette",
"Minute": "Minute",
"Intermediate": "Intermediate",
"Primary": "Primary",
"Cycle": "Cycle",
"SuperCycle": "SuperCycle",
"GrandSuperCycle": "GrandSuperCycle",
"Subminuette": "",
"Minuette": "",
"Minute": "",
"Intermediate": "",
"Primary": "",
"Cycle": "",
"SuperCycle": "",
"GrandSuperCycle": "",
"Lock": "Fixieren",
"Width": "Breite",
"Line With Breaks": "Linie mit Lücken",
@@ -619,46 +632,377 @@
"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",
"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": "Invalid Symbol",
"loading...": "loading...",
"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...": "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",
"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": "YES",
"NO": "NO",
"Confirmation": "Confirmation",
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
"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": "",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "",
"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": ""
}

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,7 @@
"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",
@@ -19,8 +20,16 @@
"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",
@@ -40,11 +49,13 @@
"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",
@@ -61,14 +72,25 @@
"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",
@@ -109,20 +131,25 @@
"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",
@@ -151,9 +178,16 @@
"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",
@@ -232,6 +266,7 @@
"Down Color": "Down Color",
"Drawings": "Drawings",
"Entry price:": "Entry price:",
"Event": "Event",
"Events": "Events",
"Extend Left End": "Extend Left End",
"Extend Left": "Extend Left",
@@ -254,6 +289,7 @@
"Labels": "Labels",
"Left End": "Left End",
"Left Labels": "Left Labels",
"Right Labels": "Right Labels",
"left": "left",
"Level {0}": "Level {0}",
"Levels": "Levels",
@@ -318,6 +354,7 @@
"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",
@@ -344,34 +381,16 @@
"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",
@@ -438,6 +457,7 @@
"Moscow": "Moscow",
"New York": "New York",
"Paris": "Paris",
"Sao Paulo": "Sao Paulo",
"Seoul": "Seoul",
"Shanghai": "Shanghai",
"Singapore": "Singapore",
@@ -510,6 +530,7 @@
"siglen_input": "Signal Length",
"UpperLimit": "Upper Limit",
"LowerLimit": "Lower Limit",
"Limit": "Limit",
"fastLength_input": "Fast Length",
"slowLength_input": "Slow Length",
"signalLength_input": "Signal Length",
@@ -641,6 +662,7 @@
"Show Angle": "Show Angle",
"Always Show Stats": "Always Show Stats",
"Rename...": "Rename...",
"New": "New",
"Load": "Load",
"Save": "Save",
"Rename Chart": "Rename Chart",
@@ -650,15 +672,778 @@
"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?"
"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",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>",
"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.",
"<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!": "<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!",
"<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.": "<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.",
"<h3>Customizable Time Intervals</h3> 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 birds 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!": "<h3>Customizable Time Intervals</h3> 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 birds 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!",
"<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.": "<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.",
"<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.": "<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.",
"<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.": "<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.",
"<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.": "<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.",
"<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.": "<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.",
"<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.": "<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.",
"<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!": "<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!",
"<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.": "<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.",
"<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.": "<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.",
"<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.": "<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.",
"<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.",
"<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!": "<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!",
"<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>": "<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>",
"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.",
"<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>": "<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>",
"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 <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!": "If you want to use private messages - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!",
"To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>": "To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>",
"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 &amp; Amortization": "CF Depreciation &amp; 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 &amp; Accrued, Expenses": "Change in Accounts Payable &amp; 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 &amp; Liabilities": "Change in Operating Assets &amp; 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 &amp; Contingencies": "Commitments &amp; Contingencies",
"Common Stock": "Common Stock",
"Cost &amp; Operating Expenses": "Cost &amp; 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 &amp; Amortization Expense": "Depreciation &amp; 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 &amp; Administrative Expense": "General &amp; Administrative Expense",
"Goodwill": "Goodwill",
"Goodwill &amp; Intangible Assets, Net": "Goodwill &amp; 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 &amp; Stockholder's Equity": "Liabilities &amp; 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 &amp; Equity Earnings": "Minority Interest &amp; 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 &amp; Administrative Expense": "Other General &amp; 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 &amp; Administrative Expenses": "Other Selling, General &amp; 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 &amp; Equipment, Net": "Property, Plant &amp; 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 &amp; Development Expense": "Research &amp; Development Expense",
"Restricted Cash": "Restricted Cash",
"Restructuring, Remediation &amp; Impairment Provisions": "Restructuring, Remediation &amp; 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 &amp; Equipment": "Sale of Property, Plant &amp; Equipment",
"Sales &amp; Marketing Expense": "Sales &amp; Marketing Expense",
"Selling, General &amp; Administrative Expenses": "Selling, General &amp; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.": "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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.",
"The <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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 <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> 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 Griffiths 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 Griffiths 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 &amp; Forex Charts": "Stock Charts &amp; 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 &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.": "A clear title that describes your idea. Don't just write &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.",
"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",
"<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>": "<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>",
"you are using browser": "<span>You are using </span><span class=\"broswer\">__browser__</span><span> on </span><span class=\"os\">__os__</span>.",
"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",
"<small>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.</small>": "<small>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.</small>",
"Black": "Black",
"Blue": "Blue",
"Grey": "Grey",
"White": "White",
"Show Positions": "Show Positions",
"Show Orders": "Show Orders"
}

View File

@@ -3,6 +3,7 @@
"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",
@@ -19,8 +20,16 @@
"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",
@@ -40,11 +49,13 @@
"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",
@@ -61,14 +72,25 @@
"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",
@@ -109,20 +131,25 @@
"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",
@@ -151,9 +178,16 @@
"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",
@@ -232,6 +266,7 @@
"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",
@@ -254,6 +289,7 @@
"Labels": "Etiquetas",
"Left End": "Final izquierdo",
"Left Labels": "Etiquetas derechas",
"Right Labels": "Right Labels",
"left": "Izquierdo",
"Level {0}": "Nivel {0}",
"Levels": "Niveles",
@@ -318,6 +354,7 @@
"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",
@@ -342,36 +379,18 @@
"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",
"day": "not_used",
"day_plural": "not_used",
"week": "not_used",
"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",
"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",
@@ -438,6 +457,7 @@
"Moscow": "Moscú",
"New York": "Nueva York",
"Paris": "París",
"Sao Paulo": "Sao Paulo",
"Seoul": "Seúl",
"Shanghai": "Shanghai",
"Singapore": "Singapur",
@@ -510,6 +530,7 @@
"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",
@@ -641,6 +662,7 @@
"Show Angle": "Mostrar angulo",
"Always Show Stats": "Mostrar Estadísticas Siempre",
"Rename...": "Renombre...",
"New": "New",
"Load": "Cargando",
"Save": "Guardar",
"Rename Chart": "Renombrar Gráfico",
@@ -650,15 +672,778 @@
"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? "
"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",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>",
"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.",
"<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!": "<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!",
"<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.": "<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.",
"<h3>Customizable Time Intervals</h3> 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 birds 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!": "<h3>Customizable Time Intervals</h3> 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 birds 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!",
"<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.": "<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.",
"<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.": "<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.",
"<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.": "<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.",
"<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.": "<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.",
"<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.": "<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.",
"<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.": "<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.",
"<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!": "<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!",
"<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.": "<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.",
"<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.": "<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.",
"<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.": "<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.",
"<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.",
"<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!": "<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!",
"<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>": "<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>",
"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.",
"<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>": "<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>",
"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 <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!": "If you want to use private messages - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!",
"To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>": "To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>",
"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 &amp; Amortization": "CF Depreciation &amp; 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 &amp; Accrued, Expenses": "Change in Accounts Payable &amp; 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 &amp; Liabilities": "Change in Operating Assets &amp; 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 &amp; Contingencies": "Commitments &amp; Contingencies",
"Common Stock": "Common Stock",
"Cost &amp; Operating Expenses": "Cost &amp; 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 &amp; Amortization Expense": "Depreciation &amp; 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 &amp; Administrative Expense": "General &amp; Administrative Expense",
"Goodwill": "Goodwill",
"Goodwill &amp; Intangible Assets, Net": "Goodwill &amp; 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 &amp; Stockholder's Equity": "Liabilities &amp; 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 &amp; Equity Earnings": "Minority Interest &amp; 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 &amp; Administrative Expense": "Other General &amp; 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 &amp; Administrative Expenses": "Other Selling, General &amp; 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 &amp; Equipment, Net": "Property, Plant &amp; 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 &amp; Development Expense": "Research &amp; Development Expense",
"Restricted Cash": "Restricted Cash",
"Restructuring, Remediation &amp; Impairment Provisions": "Restructuring, Remediation &amp; 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 &amp; Equipment": "Sale of Property, Plant &amp; Equipment",
"Sales &amp; Marketing Expense": "Sales &amp; Marketing Expense",
"Selling, General &amp; Administrative Expenses": "Selling, General &amp; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.": "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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.",
"The <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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 <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> 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 Griffiths 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 Griffiths 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 &amp; Forex Charts": "Stock Charts &amp; 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 &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.": "A clear title that describes your idea. Don't just write &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.",
"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",
"<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>": "<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>",
"you are using browser": "<span>You are using </span><span class=\"broswer\">__browser__</span><span> on </span><span class=\"os\">__os__</span>.",
"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",
"<small>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.</small>": "<small>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.</small>",
"Black": "Black",
"Blue": "Blue",
"Grey": "Grey",
"White": "White",
"Show Positions": "Show Positions",
"Show Orders": "Show Orders"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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<br>2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor<br>2. Tap anywhere to place the first anchor",
"1. Slide your finger to select location for next anchor<br>2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor<br>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"
}

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,7 @@
"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",
@@ -19,8 +20,16 @@
"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",
@@ -40,11 +49,13 @@
"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",
@@ -61,14 +72,25 @@
"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",
@@ -109,20 +131,25 @@
"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",
@@ -151,9 +178,16 @@
"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",
@@ -232,6 +266,7 @@
"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",
@@ -254,6 +289,7 @@
"Labels": "Etichette",
"Left End": "Estremita' Sinistra",
"Left Labels": "Etichette a Sinistra",
"Right Labels": "Right Labels",
"left": "sinistra",
"Level {0}": "Livello {0}",
"Levels": "Livelli",
@@ -318,6 +354,7 @@
"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",
@@ -342,36 +379,18 @@
"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",
"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",
@@ -438,6 +457,7 @@
"Moscow": "Mosca",
"New York": "New York",
"Paris": "Parigi",
"Sao Paulo": "Sao Paulo",
"Seoul": "Seoul",
"Shanghai": "Shanghai",
"Singapore": "Singapore",
@@ -510,6 +530,7 @@
"siglen_input": "Lunghezza Segnale",
"UpperLimit": "Limite Superiore",
"LowerLimit": "Limite Inferiore",
"Limit": "Limit",
"fastLength_input": "Lunghezza Fast",
"slowLength_input": "Lunghezza Slow",
"signalLength_input": "Lunghezza Segnale",
@@ -641,6 +662,7 @@
"Show Angle": "Show Angle",
"Always Show Stats": "Always Show Stats",
"Rename...": "Rename...",
"New": "New",
"Load": "Load",
"Save": "Save",
"Rename Chart": "Rename Chart",
@@ -650,15 +672,778 @@
"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?"
"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",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>",
"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.",
"<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!": "<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!",
"<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.": "<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.",
"<h3>Customizable Time Intervals</h3> 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 birds 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!": "<h3>Customizable Time Intervals</h3> 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 birds 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!",
"<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.": "<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.",
"<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.": "<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.",
"<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.": "<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.",
"<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.": "<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.",
"<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.": "<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.",
"<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.": "<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.",
"<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!": "<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!",
"<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.": "<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.",
"<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.": "<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.",
"<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.": "<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.",
"<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.",
"<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!": "<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!",
"<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>": "<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>",
"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.",
"<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>": "<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>",
"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 <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!": "If you want to use private messages - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!",
"To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>": "To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>",
"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 &amp; Amortization": "CF Depreciation &amp; 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 &amp; Accrued, Expenses": "Change in Accounts Payable &amp; 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 &amp; Liabilities": "Change in Operating Assets &amp; 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 &amp; Contingencies": "Commitments &amp; Contingencies",
"Common Stock": "Common Stock",
"Cost &amp; Operating Expenses": "Cost &amp; 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 &amp; Amortization Expense": "Depreciation &amp; 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 &amp; Administrative Expense": "General &amp; Administrative Expense",
"Goodwill": "Goodwill",
"Goodwill &amp; Intangible Assets, Net": "Goodwill &amp; 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 &amp; Stockholder's Equity": "Liabilities &amp; 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 &amp; Equity Earnings": "Minority Interest &amp; 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 &amp; Administrative Expense": "Other General &amp; 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 &amp; Administrative Expenses": "Other Selling, General &amp; 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 &amp; Equipment, Net": "Property, Plant &amp; 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 &amp; Development Expense": "Research &amp; Development Expense",
"Restricted Cash": "Restricted Cash",
"Restructuring, Remediation &amp; Impairment Provisions": "Restructuring, Remediation &amp; 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 &amp; Equipment": "Sale of Property, Plant &amp; Equipment",
"Sales &amp; Marketing Expense": "Sales &amp; Marketing Expense",
"Selling, General &amp; Administrative Expenses": "Selling, General &amp; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.": "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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.",
"The <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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 <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> 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 Griffiths 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 Griffiths 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 &amp; Forex Charts": "Stock Charts &amp; 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 &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.": "A clear title that describes your idea. Don't just write &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.",
"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",
"<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>": "<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>",
"you are using browser": "<span>You are using </span><span class=\"broswer\">__browser__</span><span> on </span><span class=\"os\">__os__</span>.",
"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",
"<small>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.</small>": "<small>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.</small>",
"Black": "Black",
"Blue": "Blue",
"Grey": "Grey",
"White": "White",
"Show Positions": "Show Positions",
"Show Orders": "Show Orders"
}

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,7 @@
"Script Editor": "스크립트편집기",
" Published Charts Timeline": "차트타임라인",
"SMA": "단순이동평균(SMA)",
"Published Chart": "Published Chart",
"Bar's Style": "봉스타일",
"Chart Properties": "차트속성",
"Compare": "비교",
@@ -19,8 +20,16 @@
"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": "십자표",
@@ -40,11 +49,13 @@
"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": "화살표",
@@ -61,14 +72,25 @@
"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": "눈금고정",
@@ -109,20 +131,25 @@
"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": "보는차례",
@@ -151,9 +178,16 @@
"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": "피보나치채널",
@@ -232,6 +266,7 @@
"Down Color": "하락색상",
"Drawings": "그리기",
"Entry price:": "진입가:",
"Event": "Event",
"Events": "이벤트",
"Extend Left End": "왼쪽끝확장",
"Extend Left": "왼쪽확장",
@@ -254,6 +289,7 @@
"Labels": "라벨",
"Left End": "왼쪽끝",
"Left Labels": "왼쪽라벨",
"Right Labels": "Right Labels",
"left": "왼쪽",
"Level {0}": "{0} 레벨",
"Levels": "레벨",
@@ -318,6 +354,7 @@
"Time Levels": "시간레벨",
"Timezone/Sessions": "타임존/세션",
"Top Labels": "탑레벨",
"Bottom Labels": "Bottom Labels",
"top": "위",
"Up Color": "상승색상",
"Wave Size": "웨이브크기",
@@ -344,34 +381,15 @@
"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",
@@ -438,6 +456,7 @@
"Moscow": "모스코바",
"New York": "뉴욕",
"Paris": "파리",
"Sao Paulo": "Sao Paulo",
"Seoul": "서울",
"Shanghai": "상하이",
"Singapore": "싱가폴",
@@ -510,6 +529,7 @@
"siglen_input": "Signal Length",
"UpperLimit": "상한값",
"LowerLimit": "하한값",
"Limit": "Limit",
"fastLength_input": "Fast Length",
"slowLength_input": "Slow Length",
"signalLength_input": "Signal Length",
@@ -641,6 +661,7 @@
"Show Angle": "Show Angle",
"Always Show Stats": "Always Show Stats",
"Rename...": "Rename...",
"New": "New",
"Load": "Load",
"Save": "Save",
"Rename Chart": "Rename Chart",
@@ -650,15 +671,778 @@
"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?"
"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",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>",
"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.",
"<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!": "<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!",
"<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.": "<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.",
"<h3>Customizable Time Intervals</h3> 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 birds 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!": "<h3>Customizable Time Intervals</h3> 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 birds 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!",
"<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.": "<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.",
"<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.": "<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.",
"<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.": "<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.",
"<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.": "<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.",
"<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.": "<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.",
"<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.": "<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.",
"<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!": "<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!",
"<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.": "<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.",
"<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.": "<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.",
"<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.": "<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.",
"<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.",
"<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!": "<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!",
"<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>": "<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>",
"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.",
"<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>": "<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>",
"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 <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!": "If you want to use private messages - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!",
"To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>": "To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>",
"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 &amp; Amortization": "CF Depreciation &amp; 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 &amp; Accrued, Expenses": "Change in Accounts Payable &amp; 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 &amp; Liabilities": "Change in Operating Assets &amp; 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 &amp; Contingencies": "Commitments &amp; Contingencies",
"Common Stock": "Common Stock",
"Cost &amp; Operating Expenses": "Cost &amp; 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 &amp; Amortization Expense": "Depreciation &amp; 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 &amp; Administrative Expense": "General &amp; Administrative Expense",
"Goodwill": "Goodwill",
"Goodwill &amp; Intangible Assets, Net": "Goodwill &amp; 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 &amp; Stockholder's Equity": "Liabilities &amp; 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 &amp; Equity Earnings": "Minority Interest &amp; 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 &amp; Administrative Expense": "Other General &amp; 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 &amp; Administrative Expenses": "Other Selling, General &amp; 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 &amp; Equipment, Net": "Property, Plant &amp; 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 &amp; Development Expense": "Research &amp; Development Expense",
"Restricted Cash": "Restricted Cash",
"Restructuring, Remediation &amp; Impairment Provisions": "Restructuring, Remediation &amp; 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 &amp; Equipment": "Sale of Property, Plant &amp; Equipment",
"Sales &amp; Marketing Expense": "Sales &amp; Marketing Expense",
"Selling, General &amp; Administrative Expenses": "Selling, General &amp; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.": "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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.",
"The <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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 <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> 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 Griffiths 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 Griffiths 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 &amp; Forex Charts": "Stock Charts &amp; 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 &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.": "A clear title that describes your idea. Don't just write &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.",
"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",
"<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>": "<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>",
"you are using browser": "<span>You are using </span><span class=\"broswer\">__browser__</span><span> on </span><span class=\"os\">__os__</span>.",
"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",
"<small>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.</small>": "<small>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.</small>",
"Black": "Black",
"Blue": "Blue",
"Grey": "Grey",
"White": "White",
"Show Positions": "Show Positions",
"Show Orders": "Show Orders"
}

View File

@@ -3,6 +3,7 @@
"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",
@@ -19,8 +20,16 @@
"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",
@@ -39,12 +48,14 @@
"Symbol": "Symbool",
"Default": "Default",
"Defaults": "Defaults",
"OK": "Ok",
"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",
@@ -61,14 +72,25 @@
"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",
@@ -109,20 +131,25 @@
"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",
@@ -151,9 +178,16 @@
"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",
@@ -232,6 +266,7 @@
"Down Color": "Beneden kleur",
"Drawings": "Drawings",
"Entry price:": "Entry price:",
"Event": "Event",
"Events": "Events",
"Extend Left End": "Extend Left End",
"Extend Left": "Extend Left",
@@ -254,6 +289,7 @@
"Labels": "Labels",
"Left End": "Left End",
"Left Labels": "Left Labels",
"Right Labels": "Right Labels",
"left": "links",
"Level {0}": "Level {0}",
"Levels": "Levels",
@@ -318,6 +354,7 @@
"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",
@@ -342,36 +379,18 @@
"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",
"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",
@@ -438,6 +457,7 @@
"Moscow": "Moskou",
"New York": "New York",
"Paris": "Parijs",
"Sao Paulo": "Sao Paulo",
"Seoul": "Seoul",
"Shanghai": "Shanghai",
"Singapore": "Singapore",
@@ -510,6 +530,7 @@
"siglen_input": "Signal Length",
"UpperLimit": "Upper Limit",
"LowerLimit": "Lower Limit",
"Limit": "Limit",
"fastLength_input": "Fast Length",
"slowLength_input": "Slow Length",
"signalLength_input": "Signal Length",
@@ -641,6 +662,7 @@
"Show Angle": "Show Angle",
"Always Show Stats": "Always Show Stats",
"Rename...": "Rename...",
"New": "New",
"Load": "Load",
"Save": "Save",
"Rename Chart": "Rename Chart",
@@ -650,15 +672,778 @@
"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?"
"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",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>",
"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.",
"<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!": "<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!",
"<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.": "<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.",
"<h3>Customizable Time Intervals</h3> 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 birds 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!": "<h3>Customizable Time Intervals</h3> 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 birds 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!",
"<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.": "<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.",
"<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.": "<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.",
"<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.": "<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.",
"<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.": "<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.",
"<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.": "<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.",
"<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.": "<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.",
"<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!": "<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!",
"<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.": "<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.",
"<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.": "<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.",
"<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.": "<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.",
"<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.",
"<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!": "<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!",
"<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>": "<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>",
"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.",
"<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>": "<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>",
"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 <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!": "If you want to use private messages - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!",
"To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>": "To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>",
"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 &amp; Amortization": "CF Depreciation &amp; 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 &amp; Accrued, Expenses": "Change in Accounts Payable &amp; 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 &amp; Liabilities": "Change in Operating Assets &amp; 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 &amp; Contingencies": "Commitments &amp; Contingencies",
"Common Stock": "Common Stock",
"Cost &amp; Operating Expenses": "Cost &amp; 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 &amp; Amortization Expense": "Depreciation &amp; 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 &amp; Administrative Expense": "General &amp; Administrative Expense",
"Goodwill": "Goodwill",
"Goodwill &amp; Intangible Assets, Net": "Goodwill &amp; 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 &amp; Stockholder's Equity": "Liabilities &amp; 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 &amp; Equity Earnings": "Minority Interest &amp; 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 &amp; Administrative Expense": "Other General &amp; 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 &amp; Administrative Expenses": "Other Selling, General &amp; 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 &amp; Equipment, Net": "Property, Plant &amp; 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 &amp; Development Expense": "Research &amp; Development Expense",
"Restricted Cash": "Restricted Cash",
"Restructuring, Remediation &amp; Impairment Provisions": "Restructuring, Remediation &amp; 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 &amp; Equipment": "Sale of Property, Plant &amp; Equipment",
"Sales &amp; Marketing Expense": "Sales &amp; Marketing Expense",
"Selling, General &amp; Administrative Expenses": "Selling, General &amp; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.": "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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.",
"The <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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 <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> 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 Griffiths 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 Griffiths 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 &amp; Forex Charts": "Stock Charts &amp; 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 &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.": "A clear title that describes your idea. Don't just write &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.",
"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",
"<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>": "<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>",
"you are using browser": "<span>You are using </span><span class=\"broswer\">__browser__</span><span> on </span><span class=\"os\">__os__</span>.",
"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",
"<small>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.</small>": "<small>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.</small>",
"Black": "Black",
"Blue": "Blue",
"Grey": "Grey",
"White": "White",
"Show Positions": "Show Positions",
"Show Orders": "Show Orders"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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<br>2. Tap anywhere to place the first anchor": "1. เลื่อนนิ้วไปยังจุดที่ต้องการ<br>2. แตะหน้าจอหนึ่งครั้งเป็นการยืนยัน",
"1. Slide your finger to select location for next anchor<br>2. Tap anywhere to place the next anchor": "1. เลื่อนนิ้วไปยังจุดที่ต้องการต่อไป<br>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": "",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "",
"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": ""
}

View File

@@ -3,6 +3,7 @@
"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",
@@ -19,8 +20,16 @@
"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ı",
@@ -40,11 +49,13 @@
"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",
@@ -61,14 +72,25 @@
"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",
@@ -109,20 +131,25 @@
"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": "Top Margin",
"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",
@@ -151,9 +178,16 @@
"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",
@@ -218,7 +252,7 @@
"Bar #": "Bar #",
"Border color": "Border color",
"Border Color": "Border Color",
"Border": "Border",
"Border": "Kenar",
"Bottom Lables": "Bottom Lables",
"bottom": "bottom",
"center": "center",
@@ -232,6 +266,7 @@
"Down Color": "Down Color",
"Drawings": "Drawings",
"Entry price:": "Entry price:",
"Event": "Event",
"Events": "Events",
"Extend Left End": "Extend Left End",
"Extend Left": "Extend Left",
@@ -254,6 +289,7 @@
"Labels": "Labels",
"Left End": "Left End",
"Left Labels": "Left Labels",
"Right Labels": "Right Labels",
"left": "left",
"Level {0}": "Level {0}",
"Levels": "Levels",
@@ -318,6 +354,7 @@
"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",
@@ -342,36 +379,12 @@
"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",
"day": null,
"week": null,
"month": null,
"minute": null,
"hour": null,
"y_dates": null,
"h_dates": "h",
"D_dates": "D",
"W_dates": "W",
@@ -438,6 +451,7 @@
"Moscow": "Moscow",
"New York": "New York",
"Paris": "Paris",
"Sao Paulo": "Sao Paulo",
"Seoul": "Seoul",
"Shanghai": "Shanghai",
"Singapore": "Singapore",
@@ -510,6 +524,7 @@
"siglen_input": "Signal Length",
"UpperLimit": "Upper Limit",
"LowerLimit": "Lower Limit",
"Limit": "Limit",
"fastLength_input": "Fast Length",
"slowLength_input": "Slow Length",
"signalLength_input": "Signal Length",
@@ -641,6 +656,7 @@
"Show Angle": "Show Angle",
"Always Show Stats": "Always Show Stats",
"Rename...": "Rename...",
"New": "New",
"Load": "Load",
"Save": "Save",
"Rename Chart": "Rename Chart",
@@ -650,15 +666,778 @@
"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?"
"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",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>",
"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.",
"<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!": "<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!",
"<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.": "<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.",
"<h3>Customizable Time Intervals</h3> 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 birds 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!": "<h3>Customizable Time Intervals</h3> 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 birds 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!",
"<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.": "<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.",
"<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.": "<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.",
"<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.": "<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.",
"<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.": "<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.",
"<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.": "<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.",
"<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.": "<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.",
"<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!": "<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!",
"<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.": "<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.",
"<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.": "<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.",
"<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.": "<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.",
"<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.",
"<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!": "<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!",
"<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>": "<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>",
"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.",
"<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>": "<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>",
"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 <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!": "If you want to use private messages - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!",
"To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>": "To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>",
"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 &amp; Amortization": "CF Depreciation &amp; 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 &amp; Accrued, Expenses": "Change in Accounts Payable &amp; 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 &amp; Liabilities": "Change in Operating Assets &amp; 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 &amp; Contingencies": "Commitments &amp; Contingencies",
"Common Stock": "Common Stock",
"Cost &amp; Operating Expenses": "Cost &amp; 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 &amp; Amortization Expense": "Depreciation &amp; 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 &amp; Administrative Expense": "General &amp; Administrative Expense",
"Goodwill": "Goodwill",
"Goodwill &amp; Intangible Assets, Net": "Goodwill &amp; 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 &amp; Stockholder's Equity": "Liabilities &amp; 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 &amp; Equity Earnings": "Minority Interest &amp; 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 &amp; Administrative Expense": "Other General &amp; 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 &amp; Administrative Expenses": "Other Selling, General &amp; 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 &amp; Equipment, Net": "Property, Plant &amp; 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 &amp; Development Expense": "Research &amp; Development Expense",
"Restricted Cash": "Restricted Cash",
"Restructuring, Remediation &amp; Impairment Provisions": "Restructuring, Remediation &amp; 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 &amp; Equipment": "Sale of Property, Plant &amp; Equipment",
"Sales &amp; Marketing Expense": "Sales &amp; Marketing Expense",
"Selling, General &amp; Administrative Expenses": "Selling, General &amp; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.": "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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.",
"The <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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 <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> 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 Griffiths 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 Griffiths 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 &amp; Forex Charts": "Stock Charts &amp; 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 &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.": "A clear title that describes your idea. Don't just write &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.",
"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",
"<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>": "<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>",
"you are using browser": "<span>You are using </span><span class=\"broswer\">__browser__</span><span> on </span><span class=\"os\">__os__</span>.",
"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",
"<small>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.</small>": "<small>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.</small>",
"Black": "Black",
"Blue": "Blue",
"Grey": "Grey",
"White": "White",
"Show Positions": "Show Positions",
"Show Orders": "Show Orders"
}

View File

@@ -3,6 +3,7 @@
"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",
@@ -19,8 +20,16 @@
"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",
@@ -40,11 +49,13 @@
"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",
@@ -61,14 +72,25 @@
"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ệ",
@@ -109,20 +131,25 @@
"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",
@@ -151,9 +178,16 @@
"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",
@@ -232,6 +266,7 @@
"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",
@@ -254,6 +289,7 @@
"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 độ",
@@ -318,6 +354,7 @@
"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",
@@ -344,34 +381,16 @@
"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",
"week_plural": "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",
@@ -438,6 +457,7 @@
"Moscow": "Moscow",
"New York": "New York",
"Paris": "Paris",
"Sao Paulo": "Sao Paulo",
"Seoul": "Seoul",
"Shanghai": "Shanghai",
"Singapore": "Singapore",
@@ -510,6 +530,7 @@
"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",
@@ -641,6 +662,7 @@
"Show Angle": "Show Angle",
"Always Show Stats": "Always Show Stats",
"Rename...": "Rename...",
"New": "New",
"Load": "Load",
"Save": "Save",
"Rename Chart": "Rename Chart",
@@ -650,15 +672,778 @@
"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?"
"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",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>",
"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.",
"<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!": "<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!",
"<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.": "<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.",
"<h3>Customizable Time Intervals</h3> 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 birds 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!": "<h3>Customizable Time Intervals</h3> 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 birds 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!",
"<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.": "<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.",
"<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.": "<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.",
"<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.": "<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.",
"<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.": "<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.",
"<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.": "<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.",
"<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.": "<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.",
"<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!": "<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!",
"<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.": "<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.",
"<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.": "<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.",
"<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.": "<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.",
"<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.",
"<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!": "<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!",
"<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>": "<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>",
"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.",
"<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>": "<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>",
"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 <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!": "If you want to use private messages - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!",
"To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>": "To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>",
"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 &amp; Amortization": "CF Depreciation &amp; 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 &amp; Accrued, Expenses": "Change in Accounts Payable &amp; 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 &amp; Liabilities": "Change in Operating Assets &amp; 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 &amp; Contingencies": "Commitments &amp; Contingencies",
"Common Stock": "Common Stock",
"Cost &amp; Operating Expenses": "Cost &amp; 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 &amp; Amortization Expense": "Depreciation &amp; 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 &amp; Administrative Expense": "General &amp; Administrative Expense",
"Goodwill": "Goodwill",
"Goodwill &amp; Intangible Assets, Net": "Goodwill &amp; 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 &amp; Stockholder's Equity": "Liabilities &amp; 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 &amp; Equity Earnings": "Minority Interest &amp; 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 &amp; Administrative Expense": "Other General &amp; 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 &amp; Administrative Expenses": "Other Selling, General &amp; 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 &amp; Equipment, Net": "Property, Plant &amp; 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 &amp; Development Expense": "Research &amp; Development Expense",
"Restricted Cash": "Restricted Cash",
"Restructuring, Remediation &amp; Impairment Provisions": "Restructuring, Remediation &amp; 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 &amp; Equipment": "Sale of Property, Plant &amp; Equipment",
"Sales &amp; Marketing Expense": "Sales &amp; Marketing Expense",
"Selling, General &amp; Administrative Expenses": "Selling, General &amp; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.": "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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.",
"The <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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 <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> 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 Griffiths 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 Griffiths 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 &amp; Forex Charts": "Stock Charts &amp; 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 &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.": "A clear title that describes your idea. Don't just write &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.",
"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",
"<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>": "<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>",
"you are using browser": "<span>You are using </span><span class=\"broswer\">__browser__</span><span> on </span><span class=\"os\">__os__</span>.",
"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",
"<small>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.</small>": "<small>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.</small>",
"Black": "Black",
"Blue": "Blue",
"Grey": "Grey",
"White": "White",
"Show Positions": "Show Positions",
"Show Orders": "Show Orders"
}

View File

@@ -3,6 +3,7 @@
"Script Editor": "脚本编辑器",
" Published Charts Timeline": "发行时间",
"SMA": "SMA简单移动平均线",
"Published Chart": "Published Chart",
"Bar's Style": "K线样式",
"Chart Properties": "图表属性",
"Compare": "比较",
@@ -19,8 +20,16 @@
"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": "十字",
@@ -40,11 +49,13 @@
"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": "箭头",
@@ -61,14 +72,25 @@
"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": "锁定刻度",
@@ -109,20 +131,25 @@
"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": "视觉排序",
@@ -151,11 +178,18 @@
"Elliott Minor Retracement": "艾略特小波浪回撤",
"Elliott Wave Cycle": "艾略特循环波",
"Elliott Wave Minor": "艾略特小型波",
"Elliott Wave Circle": "Elliott Wave Circle",
"Elliott Wave Subminuette": "艾略特次微波",
"Ellipse": "椭圆形",
"Value": "Value",
"Eraser": "清除",
"Extended": "延伸",
"Extended Line": "延伸线",
"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": "斐波那契回撤",
@@ -163,14 +197,14 @@
"Fib Speed Resistance Fan": "斐波那契速度阻力扇",
"Fib Spiral": "斐波那契螺旋",
"Fib Time Zone": "斐波那契时间周期",
"Fib Wedge": "楔形斐波那契",
"Fib Wedge": "斐波那契楔形",
"Flag Mark": "旗型标记",
"Flat Top/Bottom": "平滑顶部/底部",
"Flat Bottom": "平滑底部",
"Forecast": "预测",
"Gann Box": "箱形甘氏线",
"Gann Fan": "扇形甘氏线",
"Gann Square": "方形甘氏线",
"Gann Box": "甘氏",
"Gann Fan": "甘氏扇形",
"Gann Square": "甘氏方形",
"Head & Shoulders": "头肩顶",
"Horizontal Line": "水平线",
"Horizontal Ray": "水平射线",
@@ -232,6 +266,7 @@
"Down Color": "下拉颜色",
"Drawings": "绘图",
"Entry price:": "进场价:",
"Event": "Event",
"Events": "事件",
"Extend Left End": "左端延伸",
"Extend Left": "向左延伸",
@@ -254,6 +289,7 @@
"Labels": "标签",
"Left End": "左端",
"Left Labels": "左边标签",
"Right Labels": "Right Labels",
"left": "左边",
"Level {0}": "等级{0}",
"Levels": "等级",
@@ -318,6 +354,7 @@
"Time Levels": "时间等级",
"Timezone/Sessions": "时区",
"Top Labels": "顶部标签",
"Bottom Labels": "Bottom Labels",
"top": "顶部",
"Up Color": "上涨颜色",
"Wave Size": "波形大小",
@@ -344,34 +381,16 @@
"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": "周",
@@ -438,6 +457,7 @@
"Moscow": "欧洲/莫斯科",
"New York": "北美洲/纽约",
"Paris": "欧洲/巴黎",
"Sao Paulo": "南美洲/圣保罗",
"Seoul": "亚洲/首尔",
"Shanghai": "亚洲/上海",
"Singapore": "亚洲/新加坡",
@@ -510,6 +530,7 @@
"siglen_input": "信号长度",
"UpperLimit": "上限",
"LowerLimit": "下限",
"Limit": "Limit",
"fastLength_input": "快速周期",
"slowLength_input": "慢速周期",
"signalLength_input": "信号长度",
@@ -612,7 +633,7 @@
"Triple EMA_study": "三重指数移动平均线(TEMA)",
"VWMA_study": "成交量加权的移动平均值(VWMA)",
"Volume Oscillator_study": "成交量震荡(Volume Osc)",
"Volume_study": "成交量",
"Volume_study": "成交量(Vol)",
"Williams Alligator_study": "鳄鱼线(Alligator)",
"Willams %R_study": "威廉指标(%R)",
"Coppock Curve_study": "估波曲线(Coppock Curve)",
@@ -641,6 +662,7 @@
"Show Angle": "显示角度",
"Always Show Stats": "总显示统计",
"Rename...": "重命名...",
"New": "New",
"Load": "加载",
"Save": "保存",
"Rename Chart": "重命名图表",
@@ -650,15 +672,778 @@
"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?": "您确定要删除这个图表?"
"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",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "<p><b>警告:</b> 此商品是由BATS电子交易所提供.</p><p>BATS实时数据和&ldquo;官方的&rdquo;数据不同,提供近似的交易量,价格较少更新。</p><p>如果这些不同对于您的分析很重要,您可以使用我们的专业服务,允许订阅交易所的实时数据。</p>",
"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.",
"<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!": "<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!",
"<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.": "<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.",
"<h3>Customizable Time Intervals</h3> 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 birds 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!": "<h3>Customizable Time Intervals</h3> 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 birds 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!",
"<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.": "<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.",
"<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.": "<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.",
"<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.": "<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.",
"<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.": "<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.",
"<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.": "<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.",
"<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.": "<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.",
"<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!": "<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!",
"<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.": "<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.",
"<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.": "<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.",
"<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.": "<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.",
"<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.",
"<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!": "<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!",
"<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>": "<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>",
"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.",
"<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>": "<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>",
"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 <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!": "If you want to use private messages - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!",
"To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>": "To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>",
"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 &amp; Amortization": "CF Depreciation &amp; 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 &amp; Accrued, Expenses": "Change in Accounts Payable &amp; 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 &amp; Liabilities": "Change in Operating Assets &amp; 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 &amp; Contingencies": "Commitments &amp; Contingencies",
"Common Stock": "Common Stock",
"Cost &amp; Operating Expenses": "Cost &amp; 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 &amp; Amortization Expense": "Depreciation &amp; 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 &amp; Administrative Expense": "General &amp; Administrative Expense",
"Goodwill": "Goodwill",
"Goodwill &amp; Intangible Assets, Net": "Goodwill &amp; 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 &amp; Stockholder's Equity": "Liabilities &amp; 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 &amp; Equity Earnings": "Minority Interest &amp; 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 &amp; Administrative Expense": "Other General &amp; 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 &amp; Administrative Expenses": "Other Selling, General &amp; 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 &amp; Equipment, Net": "Property, Plant &amp; 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 &amp; Development Expense": "Research &amp; Development Expense",
"Restricted Cash": "Restricted Cash",
"Restructuring, Remediation &amp; Impairment Provisions": "Restructuring, Remediation &amp; 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 &amp; Equipment": "Sale of Property, Plant &amp; Equipment",
"Sales &amp; Marketing Expense": "Sales &amp; Marketing Expense",
"Selling, General &amp; Administrative Expenses": "Selling, General &amp; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.": "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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.",
"The <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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 <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> 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 Griffiths 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 Griffiths 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 &amp; Forex Charts": "Stock Charts &amp; 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 &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.": "A clear title that describes your idea. Don't just write &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.",
"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",
"<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>": "<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>",
"you are using browser": "<span>You are using </span><span class=\"broswer\">__browser__</span><span> on </span><span class=\"os\">__os__</span>.",
"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",
"<small>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.</small>": "<small>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.</small>",
"Black": "Black",
"Blue": "Blue",
"Grey": "Grey",
"White": "White",
"Show Positions": "Show Positions",
"Show Orders": "Show Orders"
}

View File

@@ -3,6 +3,7 @@
"Script Editor": "腳本編輯器",
" Published Charts Timeline": "發行時間",
"SMA": "簡單移動平均線",
"Published Chart": "Published Chart",
"Bar's Style": "K線圖樣式",
"Chart Properties": "圖表屬性",
"Compare": "比較",
@@ -19,8 +20,16 @@
"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": "十字交錯圖",
@@ -40,11 +49,13 @@
"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": "箭頭",
@@ -61,14 +72,25 @@
"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": "鎖定縮放功能",
@@ -109,20 +131,25 @@
"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": "顯示順序",
@@ -151,9 +178,16 @@
"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": "通道黃金分割率",
@@ -232,6 +266,7 @@
"Down Color": "向下顏色",
"Drawings": "繪圖",
"Entry price:": "輸入價格:",
"Event": "Event",
"Events": "事件",
"Extend Left End": "向左延長至左端",
"Extend Left": "向左延長",
@@ -254,6 +289,7 @@
"Labels": "標籤",
"Left End": "左端",
"Left Labels": "左方標籤",
"Right Labels": "Right Labels",
"left": "左",
"Level {0}": "等級 {0}",
"Levels": "等級",
@@ -318,6 +354,7 @@
"Time Levels": "時間等級",
"Timezone/Sessions": "時區/工作階段",
"Top Labels": "頂端標籤",
"Bottom Labels": "Bottom Labels",
"top": "頂端",
"Up Color": "向上顏色",
"Wave Size": "波浪大小",
@@ -344,34 +381,16 @@
"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": "週",
@@ -438,6 +457,7 @@
"Moscow": "歐洲/莫斯科",
"New York": "北美洲/紐約",
"Paris": "歐洲/巴黎",
"Sao Paulo": "Sao Paulo",
"Seoul": "亞洲/首爾",
"Shanghai": "亞洲/上海",
"Singapore": "亞洲/新加坡",
@@ -510,6 +530,7 @@
"siglen_input": "訊號長度",
"UpperLimit": "上方極限值",
"LowerLimit": "下方極限值",
"Limit": "Limit",
"fastLength_input": "快速指標天數",
"slowLength_input": "慢速指標天數",
"signalLength_input": "訊號產生天數",
@@ -641,6 +662,7 @@
"Show Angle": "顯示角度",
"Always Show Stats": "始終顯示統計值",
"Rename...": "重新命名...",
"New": "New",
"Load": "載入",
"Save": "儲存",
"Rename Chart": "重新命名圖表",
@@ -650,15 +672,778 @@
"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?": "你是否確定要刪除這份圖表?"
"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",
"<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>": "<p><b>Warning:</b> This symbol is provided by BATS electronic exchange.</p><p>BATS real-time data is different from the &ldquo;official&rdquo; data and offers approximate volumes with fewer price updates.</p><p>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.</p>",
"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.",
"<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!": "<h3>Welcome to TradingView Charts</h3>This wizard will show you basic features of our chart. If you still have questions, use our <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/\">wiki-knowledge base</a> or write to us in <a target=\"_blank\" href=\"http://getsatisfaction.com/tradingview\"> suggestions & feedback</a>. <br><br>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!",
"<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.": "<h3>Broad-Based Market Data Coverage</h3> 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). <br><br>But thats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Spread_Charts\">spread charts</a> on TradingView.",
"<h3>Customizable Time Intervals</h3> 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 birds 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!": "<h3>Customizable Time Intervals</h3> 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 birds 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!",
"<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.": "<h3>Various kinds of Chart Types</h3> 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Chart_Types\">related Wiki page</a>.",
"<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.": "<h3>Compare Symbol</h3>Comparing a stock to the benchmark S&P 500 index is a great way to gauge its performance to see if its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Compare\">how to compare symbols</a> on TradingView.<br><br><h3>Multiple symbols</h3>Its 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Add\">how to add multiple symbols on the single chart</a> on TradingView.",
"<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.": "<h3>Technical Analysis and Fundamentals Data</h3>TradingView comes with a massive library of over 100 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Indicators_and_overlays\">technical indicators</a> including <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Volume_Profile\">Volume Profile</a> and Elliot Waves! <br><br>TradingView offers a uniquely useful feature of seeing <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Fundamentals\">fundamental company metrics</a> 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 companys performance to its competitors or SnP500.",
"<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.": "<h3>Study Templates</h3>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. <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Study_Templates\">Learn how to use Study Templates</a> on TradingView.",
"<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.": "<h3>Pine scripting language (&#946; version)</h3>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 ones needs or to create custom scripts.<br><br>At the moment PineScript in a BETA. For more detailed information check out our <a target=\"_blank\" href=\"http://blog.tradingview.com/?p=203\">blog</a>.",
"<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.": "<h3>Server-side Alerts (&#946; version)</h3> 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. <a href=\"https://www.tradingview.com/stock-charts-support/index.php/Alerts\" target=\"_blank\">Learn how to use Alerts on TradingView</a>.",
"<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!": "<h3>A broad range of intelligent drawing tools</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Category:Drawing_Tools\">Wiki</a> for a complete list of drawing tools and instructions on how to use them!",
"<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.": "<h3>Extended Trading Hours and Time Zone Options</h3>TradingView allows you to know whats 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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Extended_Trading_Hours\">Extended Trading Hours</a> on TradingView.",
"<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.": "<h3>Publish Chart</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Publishing_Ideas\">Publishing on TradingView</a>.",
"<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.": "<h3>Advanced Price Scaling</h3>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 <a target=\"_blank\" href=\"https://www.tradingview.com/stock-charts-support/index.php/Scaling_Options\">scaling options</a>.<br><br>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.",
"<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "<h3>Multi Charts Layout</h3>You can plot up to 8 charts in one tab of your browser. Moreover, its possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.",
"<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!": "<h3>Communicate your ideas in real-time!</h3>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 &ndash; all on one platform. Create your own chat rooms on interesting topics, or join existing public chat rooms &ndash; a world of knowledge is at your fingertips.<br>Start chatting now!",
"<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>": "<h3>Go PRO to get even more</h3>But thats not all! Upgrade your trading experience with TradingView PRO and get access to an unparalleled set of premium features and data. <a href=\"/gopro/\">Get it today!</a>",
"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.",
"<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>": "<div class=\"ch-item-empty\">If you want to use this service - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!</div>",
"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 <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!": "If you want to use private messages - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register</a>!",
"To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>": "To get alerts list - please <a href=\"#signin\" onclick=\"runOrSignIn(function(){}); return false;\">sign in or register!</a>",
"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 &amp; Amortization": "CF Depreciation &amp; 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 &amp; Accrued, Expenses": "Change in Accounts Payable &amp; 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 &amp; Liabilities": "Change in Operating Assets &amp; 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 &amp; Contingencies": "Commitments &amp; Contingencies",
"Common Stock": "Common Stock",
"Cost &amp; Operating Expenses": "Cost &amp; 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 &amp; Amortization Expense": "Depreciation &amp; 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 &amp; Administrative Expense": "General &amp; Administrative Expense",
"Goodwill": "Goodwill",
"Goodwill &amp; Intangible Assets, Net": "Goodwill &amp; 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 &amp; Stockholder's Equity": "Liabilities &amp; 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 &amp; Equity Earnings": "Minority Interest &amp; 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 &amp; Administrative Expense": "Other General &amp; 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 &amp; Administrative Expenses": "Other Selling, General &amp; 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 &amp; Equipment, Net": "Property, Plant &amp; 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 &amp; Development Expense": "Research &amp; Development Expense",
"Restricted Cash": "Restricted Cash",
"Restructuring, Remediation &amp; Impairment Provisions": "Restructuring, Remediation &amp; 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 &amp; Equipment": "Sale of Property, Plant &amp; Equipment",
"Sales &amp; Marketing Expense": "Sales &amp; Marketing Expense",
"Selling, General &amp; Administrative Expenses": "Selling, General &amp; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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&trade; enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend&trade;, 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&trade;, we offer a group of price indicators to: <ul style='margin: 6px 0px;'><li>Dynamically plot market support and resistance areas (SCMR Dynamic Levels&trade;)</li><li>Highlight individual bar conditions (SCMR B2B&trade;)</li><li>Measure and time market trading ranges (SCMR Momentum Peaks&trade;)</li></ul>No matter your trading style or investment needs, the SCMR Suite&trade; 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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.": "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. <br><br>For graphic explanations on how each Jurik Indicator can be used, go <a href='http://www.jurikres.com/compatible/tradingview.htm' target='_blank'>here</a>.",
"The <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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 <a href='https://www.tradingview.com/u/timwest/'>Tim West</a> 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. <br><br> 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. <br><br> 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. <br><br> 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. <br><br> 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 Griffiths 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 Griffiths 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 &amp; Forex Charts": "Stock Charts &amp; 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 &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.": "A clear title that describes your idea. Don't just write &ldquo;MSFT&rdquo; or &ldquo;MSFT Short&rdquo;.",
"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",
"<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>": "<p>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 &ndash; a screenshot of your chart is sent with the report automatically. While we analyze all problems, be advised that only&nbsp;PRO&nbsp;users are guaranteed a reply.</p><p class=\"nb\"><strong>IMPORTANT:</strong> All feature requests, ideas and other questions should be posted to <a href=\"https://getsatisfaction.com/tradingview\" target=\"_blank\">Suggestions&nbsp;and&nbsp;Feedback&nbsp;Section</a>.</p>",
"you are using browser": "<span>You are using </span><span class=\"broswer\">__browser__</span><span> on </span><span class=\"os\">__os__</span>.",
"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",
"<small>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.</small>": "<small>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.</small>",
"Black": "Black",
"Blue": "Blue",
"Grey": "Grey",
"White": "White",
"Show Positions": "Show Positions",
"Show Orders": "Show Orders"
}

File diff suppressed because one or more lines are too long

View File

@@ -1,3 +1,4 @@
<!DOCTYPE HTML>
<html>
<head>
@@ -5,12 +6,12 @@
<!-- Fix for iOS Safari zooming bug -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="charting_library/charting_library.min.js"></script>
<script type="text/javascript" src="charting_library/datafeed/udf/datafeed.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
TradingView.onready(function()
@@ -29,9 +30,9 @@
disabled_features: ["use_localstorage_for_settings"],
charts_storage_url: 'http://saveload.tradingview.com',
client_id: 'tradingview.com',
user_id: 'public_user_id'
user_id: 'public_user'
});
});
})
</script>

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
@@ -5,12 +6,12 @@
<!-- Fix for iOS Safari zooming bug -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="charting_library/charting_library.min.js"></script>
<script type="text/javascript" src="charting_library/datafeed/udf/datafeed.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
TradingView.onready(function()
@@ -31,6 +32,7 @@
charts_storage_url: 'http://saveload.tradingview.com',
client_id: 'tradingview.com',
user_id: 'public_user_id'
});
widget.onChartReady(function() {
@@ -58,10 +60,10 @@
.setArrowSpacing(25)
.setArrowHeight(25)
.setArrowColor("#F00")
.setTime(new Date().valueOf())
.setTime(new Date("3 Dec 2014 00:00:00 GMT+0").valueOf() / 1000)
.setPrice(15.5);
});
})
});
</script>

View File

@@ -1,15 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>TradingView Charting Library demo</title>
<title>TradingView Charting Library demo -- Mobile (black)</title>
<!-- Fix for iOS Safari zooming bug -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="charting_library/charting_library.min.js"></script>
<script type="text/javascript" src="charting_library/datafeed/udf/datafeed.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.0.min.js"></script>
<script type="text/javascript">

View File

@@ -1,15 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>TradingView Charting Library demo</title>
<title>TradingView Charting Library demo -- Mobile (white)</title>
<!-- Fix for iOS Safari zooming bug -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="charting_library/charting_library.min.js"></script>
<script type="text/javascript" src="charting_library/datafeed/udf/datafeed.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.0.min.js"></script>
<script type="text/javascript">

184
test.html
View File

@@ -1,15 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>TradingView Charting Library demo</title>
<title>TradingView Charting Library demo -- testing mess</title>
<!-- Fix for iOS Safari zooming bug -->
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="charting_library/charting_library.min.js"></script>
<script type="text/javascript" src="charting_library/datafeed/udf/datafeed.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.0.min.js"></script>
<script type="text/javascript">
@@ -24,7 +26,6 @@
symbol: 'AA',
interval: 'D',
toolbar_bg: '#f4f7f9',
allow_symbol_change: true,
container_id: "tv_chart_container",
// BEWARE: no trailing slash is expected in feed URL
datafeed: new Datafeeds.UDFCompatibleDatafeed("http://demo_feed.tradingview.com"),
@@ -32,11 +33,12 @@
locale: "en",
// Regression Trend-related functionality is not implemented yet, so it's hidden for a while
drawings_access: { type: 'black', tools: [ { name: "Regression Trend" } ] },
indicators_file_name: 'http://e12:9090/indicators.js',
disabled_features: ["use_localstorage_for_settings"],
disabled_features: ["use_localstorage_for_settings", "volume_force_overlay"],
enabled_features: ["move_logo_to_main_pane"],
overrides: {
"mainSeriesProperties.style": 0,
"symbolWatermarkProperties.color" : "#644"
"symbolWatermarkProperties.color" : "#944",
"volumePaneSize": "tiny"
},
studies_overrides: {
"volume.volume.color.0": "#00FFFF",
@@ -61,25 +63,33 @@
{ text: "5d", resolution: "10" },
{ text: "3d", resolution: "10" },
{ text: "2d", resolution: "5" },
{ text: "1d", resolution: "5" },
{ text: "1d", resolution: "5" }
],
charts_storage_url: 'http://saveload.tradingview.com',
client_id: 'tradingview.com',
user_id: 'public_user_id'
user_id: 'public_user',
favorites: {
intervals: ["1D", "3D", "3W", "W", "M"],
chartTypes: ["Area", "Line"]
}
});
var savedWidgetContent = null;
var savedTemplate = null;
widget.onChartReady(function() {
widget.onContextMenu(function(time, price) {
return [{
position: "top",
text: new Date(time * 1000) + "; " + price,
text: new Date(time * 1000).toUTCString() + "; " + price.toFixed(4),
click: function() {
alert(1);
console.log("Custom context menu item clicked");
}
}]
},
{ text: "-", position: "top" },
{ text: "-Objects Tree..." }
];
});
widget.createButton()
@@ -115,38 +125,92 @@
})
.append($('<span>load reference 2</span>'));
widget.createButton()
.attr('title', "russian")
.on('click', function (e) {
widget.setLanguage('ru');
})
.append($('<span>ru</span>'));
widget.createButton()
.attr('title', "english")
.on('click', function (e) {
widget.setLanguage('en');
widget.createStudyTemplate({saveInterval: false}, function(data) {
savedTemplate = data;
});
})
.append($('<span>en</span>'));
.append($('<span>save template (-i)</span>'));
widget.createButton()
.on('click', function (e) {
widget.createStudyTemplate({saveInterval: true}, function(data) {
savedTemplate = data;
});
})
.append($('<span>save template (+i)</span>'));
widget.createButton()
.on('click', function (e) {
if (savedTemplate) {
widget.applyStudyTemplate(savedTemplate);
}
})
.append($('<span>apply template</span>'));
widget.createButton()
.attr('title', "english")
.on('click', function (e) {
widget.setSymbol("F", '2D');
})
.append($('<span>F, 2D</span>'));
widget.createButton()
.on('click', function (e) {
widget.createStudy("Hull MA");
})
.append($('<span>+ Hull MA</span>'));
widget.createButton()
.on('click', function (e) {
widget.createStudy("MA Cross");
widget.clearMarks();
})
.append($('<span>+ MA cross</span>'));
.append($('<span>Clear marks</span>'));
widget.createButton()
.attr('title', "Add item")
.on('click', function (e) {
widget.createStudy("Bollinger Bands", false, false, [
10 + parseInt(Math.random() * 10),
3 + parseInt(Math.random() * 3)
], function (guid) {
console.log(guid);
}
);
})
.append($('<span>+BB</span>'));
widget.createButton({align: "right"})
.attr('title', "Add item")
.on('click', function (e) {
widget.createStudy("Moving Average", false, false, [
10 + parseInt(Math.random() * 10)
], function (guid) {
console.log(guid);
}
);
})
.append($('<span>+MA</span>'));
widget.createButton({align: "right"})
.attr('title', "Add item")
.on('click', function (e) {
widget.createStudy("Moving Average", false, false, [
10 + parseInt(Math.random() * 10)
], function (guid) {
console.log(guid);
},
{"plot.color.0" : "#FF0000"}
);
})
.append($('<span>+MA++</span>'));
widget.createButton({align: "right"})
.attr('title', "Add item")
.on('click', function (e) {
widget.createStudy('Stochastic', false, false, [12, 3, 3], null, {"%d.color" : "#000000", "%k.color" : "#00FF00"});
})
.append($('<span>+Stoch</span>'));
widget.createButton()
.on('click', function (e) {
@@ -154,6 +218,18 @@
})
.append($('<span>new order</span>'));
widget.createButton()
.on('click', function (e) {
widget.removeAllStudies();
})
.append($('<span>rm all studies</span>'));
widget.createButton()
.on('click', function (e) {
widget.removeAllShapes();
})
.append($('<span>rm all shapes</span>'));
widget.onGrayedObjectClicked(function(x) {
alert("You are not permitted to use " + x.name + "(" + x.type + ")");
});
@@ -161,14 +237,64 @@
widget.onIntervalChange(function(x) {
console.log("onIntervalChange: " + x);
});
widget.createButton()
.on('click', function (e) {
widget.setVisibleRange({
from: Date.UTC(2012, 2, 3) / 1000,
to: Date.UTC(2013, 3, 3) / 1000
});
})
.append($('<span>set view</span>'));
widget.createButton()
.on('click', function (e) {
widget.getVisibleRange(function(range) {
console.log(range);
});
})
.append($('<span>get range</span>'));
var position = widget.createPositionLine()
.onReverse(function(text) {
console.log("Position reverse event");
})
.onClose(function(text) {
console.log("Position close event");
})
.setText("PROFIT: 71.1 (3.31%)")
.setQuantity("8.235")
.setLineLength(3);
position.setPrice(position.getPrice() - 2);
var order = widget.createOrderLine()
.onMove(function() {
console.log("Order moved event");
})
.onCancel(function(text) {
console.log("Order cancel event");
})
.setText("STOP: 73.5 (5,64%)")
.setLineLength(3)
.setQuantity("2");
order.setPrice(order.getPrice() - 2.5);
widget.createExecutionShape()
.setText("@1,320.75 Limit Buy 1")
.setTextColor("rgba(255,0,0,0.5)")
.setArrowSpacing(25)
.setArrowHeight(25)
.setArrowColor("#F00")
.setTime(new Date("4 Dec 2014 00:00:00 GMT+0").valueOf() / 1000)
.setPrice(15.5);
});
});
</script>
</head>
<body style="margin:0px;">
<body style="margin:0;">
<div id="tv_chart_container"></div>
</body>