From e22e3a8ddd34a5431f178aaa138f6eb72a3ef6b0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Nov 2015 02:26:38 -0600 Subject: [PATCH] Symbol Info widget cannot be closed once opened #824 Make screenshot button icon look like on tradingview.com #819 Volume labels on Y axis are scaled wrong #809 custom_css_url option in chart widget constructor #806 Load doesn't work when symbol is different from ticker #805 Drawings are placed incorrectly when changing resolution #797 Cannot read property 'supported_resolutions' of null #793 widget.setVisibleRange call does not work #789 Events onLoad and onSave (load/save api) #787 snapshot_url on v1.4 unstable #777 Allow disable undo for position and order lines #771 Option to disable Undo for API created drawings #760 Down button doesn't work when multiple indicators are shown #759 Symbol not loaded after repeated setSymbol/load #757 Number Format support in chart #747 Bar countdown not working #743 Change style of custom Indicators #725 Cannot update positionLine text too quickly #717 Execution shape is not displayed #685 Chart is throwing an error: No real bars known, cannot extrapolate anything #674 DataFeed object not released after widget removal #666 Timescale marks in the future are shifted with overnight symbols #663 Incorrect ToolTip on Show/Hide Left Toolbar panel #648 Volume Indicator - Moving Average to be made configurable #635 Chart Events for UI actions #605 Cannot return back to previous symbol after loading the saved chart #604 ATR indicator result differs from metastock result #586 Uncaught RangeError: Maximum call stack size exceededProperty @ tv-chart.html #570 Do not trim text in menus #560 Review widget API #520 Content popup by marks can't disappear automatic #517 Execution shape is not visible until first symbol/interval change #462 Sub-minute resolution #387 Improvement/Solution: postMessageWrapper() does not work after iframe refresh #237 Time label not update #209 Convert png icons to svgs #32 --- charting_library/charting_library.min.js | 54 +- charting_library/customization.txt | 2 +- charting_library/datafeed/udf/datafeed.js | 40 +- .../static/images/ZeroClipboard.swf | Bin .../static/images/dialogs/checkbox.png | Bin 0 -> 212 bytes .../static/images/sprites/base-sprite.png | Bin 19787 -> 16069 bytes .../static/images/svg/chart/bucket2.svg | 2 +- .../images/svg/chart/bucket2_active.svg | 1 - .../static/images/svg/chart/bucket2_hover.svg | 1 - .../static/images/svg/chart/font.svg | 2 +- .../static/images/svg/chart/font_active.svg | 1 - .../static/images/svg/chart/font_hover.svg | 1 - .../images/svg/chart/large-slider-handle.svg | 1 + .../static/images/svg/chart/pencil2.svg | 2 +- .../images/svg/chart/pencil2_active.svg | 1 - .../static/images/svg/chart/pencil2_hover.svg | 1 - .../static/images/tvcolorpicker-sprite.png | Bin 14443 -> 27936 bytes .../static/localization/translations/ja.json | 460 +- .../static/localization/translations/ru.json | 2 +- charting_library/static/tv-chart.html | 9509 +++++++++-------- index.html | 16 +- intro.html | 2 +- test.html | 274 +- 23 files changed, 5441 insertions(+), 4931 deletions(-) mode change 100644 => 100755 charting_library/static/images/ZeroClipboard.swf create mode 100644 charting_library/static/images/dialogs/checkbox.png delete mode 100644 charting_library/static/images/svg/chart/bucket2_active.svg delete mode 100644 charting_library/static/images/svg/chart/bucket2_hover.svg delete mode 100644 charting_library/static/images/svg/chart/font_active.svg delete mode 100644 charting_library/static/images/svg/chart/font_hover.svg create mode 100644 charting_library/static/images/svg/chart/large-slider-handle.svg delete mode 100644 charting_library/static/images/svg/chart/pencil2_active.svg delete mode 100644 charting_library/static/images/svg/chart/pencil2_hover.svg diff --git a/charting_library/charting_library.min.js b/charting_library/charting_library.min.js index be1d5b33..b8d69c2f 100644 --- a/charting_library/charting_library.min.js +++ b/charting_library/charting_library.min.js @@ -1,30 +1,28 @@ -(function(g){"function"===typeof define&&define.amd?define(["jquery"],g):g(jQuery)})(function(g){if(!g.support.cors&&g.ajaxTransport&&window.XDomainRequest){var l=/^https?:\/\//i,e=/^get|post$/i,a=new RegExp("^"+location.protocol,"i");g.ajaxTransport("* text html xml json",function(b,c,n){if(b.crossDomain&&b.async&&e.test(b.type)&&l.test(b.url)&&a.test(b.url)){var d=null;return{send:function(a,f){var e="",k=(c.dataType||"").toLowerCase();d=new XDomainRequest;/^\d+$/.test(c.timeout)&&(d.timeout=c.timeout); -d.ontimeout=function(){f(500,"timeout")};d.onload=function(){var a="Content-Length: "+d.responseText.length+"\r\nContent-Type: "+d.contentType,b=200,c="success",h={text:d.responseText};try{if("html"===k||/text\/html/i.test(d.contentType))h.html=d.responseText;else if("json"===k||"text"!==k&&/\/json/i.test(d.contentType))try{h.json=g.parseJSON(d.responseText)}catch(e){b=500,c="parseerror"}else if("xml"===k||"text"!==k&&/\/xml/i.test(d.contentType)){var m=new ActiveXObject("Microsoft.XMLDOM");m.async= -!1;try{m.loadXML(d.responseText)}catch(n){m=void 0}if(!m||!m.documentElement||m.getElementsByTagName("parsererror").length)throw b=500,c="parseerror","Invalid XML: "+d.responseText;h.xml=m}}catch(l){throw l;}finally{f(b,c,h,a)}};d.onprogress=function(){};d.onerror=function(){f(500,"error",{text:d.responseText})};c.data&&(e="string"===g.type(c.data)?c.data:g.param(c.data));d.open(b.type,b.url);d.send(e)},abort:function(){d&&d.abort()}}}})}});"use strict"; -function inherit(g,l){var e=function(){};e.prototype=l.prototype;g.prototype=new e;g.prototype.constructor=g;g.prototype.superclass=l} -(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 l={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"]}},e={BARS:0,CANDLES:1,LINE:2, -AREA:3,HEIKEN_ASHI:8,HOLLOW_CANDLES:9,version:function(){return"1.3 (internal id b26cc550 @ 2015-10-20 10:10:01.002000)"},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"; +(function(f){"function"===typeof define&&define.amd?define(["jquery"],f):f(jQuery)})(function(f){if(!f.support.cors&&f.ajaxTransport&&window.XDomainRequest){var h=/^https?:\/\//i,e=/^get|post$/i,a=new RegExp("^"+location.protocol,"i");f.ajaxTransport("* text html xml json",function(b,c,g){if(b.crossDomain&&b.async&&e.test(b.type)&&h.test(b.url)&&a.test(b.url)){var d=null;return{send:function(a,e){var g="",l=(c.dataType||"").toLowerCase();d=new XDomainRequest;/^\d+$/.test(c.timeout)&&(d.timeout=c.timeout); +d.ontimeout=function(){e(500,"timeout")};d.onload=function(){var a="Content-Length: "+d.responseText.length+"\r\nContent-Type: "+d.contentType,b=200,c="success",g={text:d.responseText};try{if("html"===l||/text\/html/i.test(d.contentType))g.html=d.responseText;else if("json"===l||"text"!==l&&/\/json/i.test(d.contentType))try{g.json=f.parseJSON(d.responseText)}catch(h){b=500,c="parseerror"}else if("xml"===l||"text"!==l&&/\/xml/i.test(d.contentType)){var k=new ActiveXObject("Microsoft.XMLDOM");k.async= +!1;try{k.loadXML(d.responseText)}catch(n){k=void 0}if(!k||!k.documentElement||k.getElementsByTagName("parsererror").length)throw b=500,c="parseerror","Invalid XML: "+d.responseText;g.xml=k}}catch(m){throw m;}finally{e(b,c,g,a)}};d.onprogress=function(){};d.onerror=function(){e(500,"error",{text:d.responseText})};c.data&&(g="string"===f.type(c.data)?c.data:f.param(c.data));d.open(b.type,b.url);d.send(g)},abort:function(){d&&d.abort()}}}})}});"use strict"; +function inherit(f,h){var e=function(){};e.prototype=h.prototype;f.prototype=new e;f.prototype.constructor=f;f.prototype.superclass=h} +(function(){function f(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 h={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"]}},e={BARS:0,CANDLES:1,LINE:2, +AREA:3,HEIKEN_ASHI:8,HOLLOW_CANDLES:9,version:function(){return"1.4 (internal id 0ce7c41f @ 2015-11-13 02:25:21.770996)"},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=e.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,autosize:!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,charts_storage_api_version:"1.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|| +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,autosize:!1,disabledFeatures:[],enabledFeatures:[],indicators_file_name:null,custom_css_url: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,charts_storage_api_version:"1.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,autosize:a.autosize, -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,charts_storage_api_version:a.charts_storage_api_version,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,l[a]?(a=l[a],this.options.disabledFeatures=0'},onChartReady:function(a){this._ready?a.call(this):this._ready_handlers.push(a)},setSymbol:function(a,b,c){this.postMessage.post(this._innerWindow(), -"changeSymbol",{symbol:a,interval:b+""});this.postMessage.on("symbolChangeFinished",c)},executeAction:function(a){this.postMessage.post(this._innerWindow(),"executeAction",{action:a})},executeActionById:function(a){this.postMessage.post(this._innerWindow(),"executeActionById",{actionId:a})},removeAllStudies:function(){this.postMessage.post(this._innerWindow(),"removeAllStudies")},removeAllShapes:function(){this.postMessage.post(this._innerWindow(),"removeAllShapes")},createStudy:function(a,b,c,e, -d,h){this._innerWindow().createStudy({name:a,lock:c,forceOverlay:b,inputs:e,callback:d,overrides:h})},removeEntity:function(a){this.postMessage.post(this._innerWindow(),"removeEntity",a)},createShape:function(a,b,c){this._innerWindow().createShape({point:a,options:b,callback:c})},createMultipointShape:function(a,b,c){this._innerWindow().createMultipointShape({points:a,options:b,callback:c})},createVerticalLine:function(a,b){this.createShape(a,$.extend(b,{shape:"vertical_line"}))},_lastBarPoint:function(){var a= -this._innerWindow().D3,b=a.model().timeScale().m_points.lastTimePointIndex(),a=a.model().mainSeries().data().valueAt(b)[4];return{index:b,price:a}},createOrderLine:function(){var a=this._innerWindow().D3,b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolOrder")._adapter},createPositionLine:function(){var a=this._innerWindow().D3,b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolPosition")._adapter}, -createExecutionShape:function(){var a=this._innerWindow().D3,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=this._innerWindow().headerWidget;b="left"==b?a._$left:a._$right;a=a.createGroup({single:!0}).appendTo(b);a=$('
').appendTo(a);this._widgetResizeTimer&&clearTimeout(this._widgetResizeTimer);var c=this.postMessage, -e=this._innerWindow();this._widgetResizeTimer=setTimeout(function(){c.post(e,"resize",{});clearTimeout(this._widgetResizeTimer)},5);return a},symbolInterval:function(a){this.postMessage.on("symbolInterval",function(b){a(JSON.parse(b))});this.postMessage.post(this._innerWindow(),"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(){window.removeEventListener("resize", -this._onWindowResize);delete window[this.options.uid];var a=e.gEl(this.id),b=a.contentWindow.D6;b&&b.destroy();a.parentNode.removeChild(a)},getVisibleRange:function(a){this._innerWindow().getVisibleRange(a)},setVisibleRange:function(a,b){this._innerWindow().setVisibleRange(a,b)},onAutoSaveNeeded:function(a){this.postMessage.on("onAutoSaveNeeded",a)},onMarkClick:function(a){this.postMessage.on("onMarkClick",a)},onBarMarkClicked:function(a){this.postMessage.on("onMarkClick",a)},onTimescaleMarkClicked:function(a){this.postMessage.on("onTimescaleMarkClick", -a)},onScreenshotReady:function(a){this.postMessage.on("onScreenshotReady",a)},onContextMenu:function(a){this._innerWindow().D17.subscribe("onContextMenu",function(b){b.callback(a(b.unixtime,b.price))})},onShortcut:function(a,b){this._innerWindow().createShortcutAction(a,b)},onGrayedObjectClicked:function(a){this._innerWindow().D17.subscribe("onGrayedObjectClicked",a)},refreshMarks:function(){this.postMessage.post(this._innerWindow(),"refreshMarks")}, -closePopupsAndDialogs:function(){this._innerWindow().closePopupsAndDialogs()},clearMarks:function(){this.postMessage.post(this._innerWindow(),"clearMarks")},setChartType:function(a){this._innerWindow().setChartType(a)},createStudyTemplate:function(a,b){this._innerWindow().createStudyTemplate(a,b)},applyStudyTemplate:function(a){this._innerWindow().applyStudyTemplate(a)},addCustomCSSFile:function(a){this._innerWindow().addCustomCSSFile(a)},save:function(a){this.postMessage.on("onChartSaved",a);this.postMessage.post(this._innerWindow(), -"saveChart",{})},load:function(a,b){this._innerWindow().loadChart({json:a,extendedData:b})},setLanguage:function(a){this.remove();this.options.locale=a;this.create()}};e.postMessageWrapper=function(){function a(a){a=e.gEl(a);return null!=a?a.contentWindow:null}var b={},c={},g=0,d=0;window.addEventListener&&window.addEventListener("message",function(d){var f;try{f=JSON.parse(d.data)}catch(e){return}f.provider&&"TradingView"==f.provider&&("get"==f.type?(d=c[f.client_id])&&d[f.name].call(f,f.data,function(b){b= -{id:f.id,type:"on",name:f.name,client_id:f.client_id,data:b,provider:"TradingView"};var c=a(f.client_id);c&&"function"===typeof c.postMessage&&c.postMessage(JSON.stringify(b),"*")}):"on"==f.type?(d=b[f.client_id])&&d[f.id]&&(d[f.id].call(f,f.data),delete d[f.id]):"post"==f.type&&(d=c[f.client_id])&&"function"===typeof d[f.name]&&d[f.name].call(f,f.data,function(){}))});return function(e){b[e]={};c[e]={};return{on:function(a,b){c[e][a]=b},get:function(c,d,k){c={id:g++,type:"get",name:c,client_id:e, -data:d,provider:"TradingView"};b[e][c.id]=k;(k=a(c.client_id))&&"function"===typeof k.postMessage&&k.postMessage(JSON.stringify(c),"*")},post:function(b,c,g){c={id:d++,type:"post",name:c,client_id:e,data:g,provider:"TradingView"};(b=a(c.client_id))&&"function"===typeof b.postMessage&&b.postMessage(JSON.stringify(c),"*")}}}}();window.TradingView&&jQuery?jQuery.extend(window.TradingView,e):window.TradingView=e}})(); +fullscreen:a.fullscreen,disabledFeatures:a.disabled_features,enabledFeatures:a.enabled_features,indicators_file_name:a.indicators_file_name,custom_css_url:a.custom_css_url,debug:a.debug,client_id:a.client_id,user_id:a.user_id,charts_storage_url:a.charts_storage_url,charts_storage_api_version:a.charts_storage_api_version,favorites:a.favorites,numeric_formatting:a.numeric_formatting};f(c);this.options=$.extend(!0,b,c);this.options.time_frames=a.time_frames||b.time_frames;a.preset&&(a=a.preset,h[a]? +(a=h[a],this.options.disabledFeatures=0'},onChartReady:function(a){this._ready?a.call(this):this._ready_handlers.push(a)},setSymbol:function(a,b,c){this._innerWindow().changeSymbol(a,b+"",c)},executeAction:function(a){this._innerWindow().executeAction(a)},executeActionById:function(a){this._innerWindow().executeActionById(a)},removeAllStudies:function(){this._innerWindow().removeAllStudies()}, +removeAllShapes:function(){this._innerWindow().removeAllShapes()},createStudy:function(a,b,c,e,d,f){this._innerWindow().createStudy({name:a,lock:c,forceOverlay:b,inputs:e,callback:d,overrides:f})},removeEntity:function(a){this._innerWindow().removeEntity(a)},createShape:function(a,b,c){return this._innerWindow().createShape({point:a,options:b,callback:c})},createMultipointShape:function(a,b,c){return this._innerWindow().createMultipointShape({points:a,options:b,callback:c})},createVerticalLine:function(a, +b){this.createShape(a,$.extend(b,{shape:"vertical_line"}))},createOrderLine:function(a){a=a||{};return this._innerWindow().createTradingPrimitive("LineToolOrder",a.disableUndo)},createPositionLine:function(a){a=a||{};return this._innerWindow().createTradingPrimitive("LineToolPosition",a.disableUndo)},createExecutionShape:function(a){a=a||{};return this._innerWindow().createTradingPrimitive("LineToolExecution",a.disableUndo)},_widgetResizeTimer:null,createButton:function(a){var b=this;a=a||{};var c= +a.align||"left";a=this._innerWindow().headerWidget;c="left"==c?a._$left:a._$right;a=a.createGroup({single:!0}).appendTo(c);a=$('
').appendTo(a);this._widgetResizeTimer&&clearTimeout(this._widgetResizeTimer);this._widgetResizeTimer=setTimeout(function(){b._innerWindow().resizeWindow();clearTimeout(b._widgetResizeTimer)},5);return a},symbolInterval:function(a){var b=this._innerWindow().getSymbolInterval();a&&a(b);return b},onSymbolChange:function(a){this._innerWindow().setCallback("onSymbolChange", +a)},onIntervalChange:function(a){this._innerWindow().setCallback("onIntervalChange",a)},onTick:function(a){this._innerWindow().setCallback("onTick",a)},remove:function(){window.removeEventListener("resize",this._onWindowResize);delete window[this.options.uid];var a=e.gEl(this.id);a.contentWindow.destroyChart();this.unsubscribeFromLoadRequestEvent();a.parentNode.removeChild(a)},getVisibleRange:function(a){var b=this._innerWindow().getVisibleRange();a&&a(b);return b},setVisibleRange:function(a,b){this._innerWindow().setVisibleRange(a, +b)},onAutoSaveNeeded:function(a){this._innerWindow().setCallback("onAutoSaveNeeded",a)},onMarkClick:function(a){this._innerWindow().setCallback("onMarkClick",a)},onBarMarkClicked:function(a){this._innerWindow().setCallback("onMarkClick",a)},onTimescaleMarkClicked:function(a){this._innerWindow().setCallback("onTimescaleMarkClick",a)},subscribe:function(a,b){this._innerWindow().setCallback(a,b)},onScreenshotReady:function(a){this._innerWindow().setCallback("onScreenshotReady",a)},onContextMenu:function(a){this._innerWindow().A16.subscribe("onContextMenu", +function(b){b.callback(a(b.unixtime,b.price))})},onShortcut:function(a,b){this._innerWindow().createShortcutAction(a,b)},onGrayedObjectClicked:function(a){this._innerWindow().A16.subscribe("onGrayedObjectClicked",a)},refreshMarks:function(){this._innerWindow().refreshMarks()},closePopupsAndDialogs:function(){this._innerWindow().closePopupsAndDialogs()},clearMarks:function(){this._innerWindow().clearMarks()},setChartType:function(a){this._innerWindow().setChartType(a)}, +createStudyTemplate:function(a,b){var c=this._innerWindow().createStudyTemplate(a);b&&b(c);return c},applyStudyTemplate:function(a){this._innerWindow().applyStudyTemplate(a)},addCustomCSSFile:function(a){this._innerWindow().addCustomCSSFile(a)},save:function(a){this._innerWindow().saveChart(a)},load:function(a,b){this._innerWindow().loadChart({json:a,extendedData:b})},setLanguage:function(a){this.remove();this.options.locale=a;this.create()}};window.TradingView&&jQuery?jQuery.extend(window.TradingView, +e):window.TradingView=e}})(); diff --git a/charting_library/customization.txt b/charting_library/customization.txt index 9e598e92..baef3ca8 100644 --- a/charting_library/customization.txt +++ b/charting_library/customization.txt @@ -83,7 +83,7 @@ mainSeriesProperties.hollowCandleStyle.borderDownColor: "#5b1a13" mainSeriesProperties.hollowCandleStyle.wickColor: "#737375" - // Heiken Ashi styles + // Heikin Ashi styles mainSeriesProperties.haStyle.upColor: "#6ba583" mainSeriesProperties.haStyle.downColor: "#d75442" mainSeriesProperties.haStyle.drawWick: true diff --git a/charting_library/datafeed/udf/datafeed.js b/charting_library/datafeed/udf/datafeed.js index 2c934d0c..ce190f3b 100644 --- a/charting_library/datafeed/udf/datafeed.js +++ b/charting_library/datafeed/udf/datafeed.js @@ -36,6 +36,18 @@ Datafeeds.UDFCompatibleDatafeed.prototype.defaultConfiguration = function() { }; }; +Datafeeds.UDFCompatibleDatafeed.prototype.getServerTime = function(callback) { + if (this._configuration.supports_time) { + this._send(this._datafeedURL + "/time", {}) + .done(function (response) { + callback(+response); + }) + .fail(function() { + + }); + } +}; + Datafeeds.UDFCompatibleDatafeed.prototype.on = function (event, callback) { if (!this._callbacks.hasOwnProperty(event)) { @@ -412,13 +424,19 @@ Datafeeds.UDFCompatibleDatafeed.prototype.getQuotes = function(symbols, onDataCa var data = JSON.parse(response); if (data.s == "ok") { // JSON format is {s: "status", [{s: "symbol_status", n: "symbol_name", v: {"field1": "value1", "field2": "value2", ..., "fieldN": "valueN"}}]} - onDataCallback && onDataCallback(data.d); + if (onDataCallback) { + onDataCallback(data.d); + } } else { - onErrorCallback && onErrorCallback(data.errmsg); + if (onErrorCallback) { + onErrorCallback(data.errmsg); + } } }) .fail(function (arg) { - onErrorCallback && onErrorCallback("network error: " + arg); + if (onErrorCallback) { + onErrorCallback("network error: " + arg); + } }); }; @@ -479,12 +497,12 @@ Datafeeds.SymbolsStorage.prototype._requestFullSymbolsList = function() { that._onExchangeDataReceived(exchange, JSON.parse(response)); that._onAnyExchangeResponseReceived(exchange); }; - }(exchange)) + }(exchange)) //jshint ignore:line .fail(function(exchange) { return function (reason) { that._onAnyExchangeResponseReceived(exchange); }; - }(exchange)); + }(exchange)); //jshint ignore:line } }; @@ -493,9 +511,9 @@ Datafeeds.SymbolsStorage.prototype._requestFullSymbolsList = function() { Datafeeds.SymbolsStorage.prototype._onExchangeDataReceived = function(exchangeName, data) { function tableField(data, name, index) { - return data[name] instanceof Array - ? data[name][index] - : data[name]; + return data[name] instanceof Array ? + data[name][index] : + data[name]; } try @@ -722,7 +740,7 @@ Datafeeds.DataPulseUpdater = function(datafeed, updateFrequency) { function() { that._requestsPending--; }); - })(subscriptionRecord); + })(subscriptionRecord); //jshint ignore:line } }; @@ -837,10 +855,10 @@ Datafeeds.QuotesPulseUpdater.prototype._updateQuotes = function(symbolsGetter) { subscribers[i](data); } }; - }(subscriptionRecord.listeners, listenerGUID), + }(subscriptionRecord.listeners, listenerGUID), //jshint ignore:line // onErrorCallback function (error) { that._requestsPending--; - }); + }); //jshint ignore:line } }; diff --git a/charting_library/static/images/ZeroClipboard.swf b/charting_library/static/images/ZeroClipboard.swf old mode 100644 new mode 100755 diff --git a/charting_library/static/images/dialogs/checkbox.png b/charting_library/static/images/dialogs/checkbox.png new file mode 100644 index 0000000000000000000000000000000000000000..99581d89e2ba3c0148a77e47c4d6ffc66a0f5c92 GIT binary patch literal 212 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 L@}lL!-+ccc^8oAn literal 19787 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 \ No newline at end of file + \ No newline at end of file diff --git a/charting_library/static/images/svg/chart/bucket2_active.svg b/charting_library/static/images/svg/chart/bucket2_active.svg deleted file mode 100644 index d6a2f10a..00000000 --- a/charting_library/static/images/svg/chart/bucket2_active.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/charting_library/static/images/svg/chart/bucket2_hover.svg b/charting_library/static/images/svg/chart/bucket2_hover.svg deleted file mode 100644 index 2a435ca5..00000000 --- a/charting_library/static/images/svg/chart/bucket2_hover.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/charting_library/static/images/svg/chart/font.svg b/charting_library/static/images/svg/chart/font.svg index 9e0b7e5c..9d53341a 100644 --- a/charting_library/static/images/svg/chart/font.svg +++ b/charting_library/static/images/svg/chart/font.svg @@ -1 +1 @@ -A \ No newline at end of file +A \ No newline at end of file diff --git a/charting_library/static/images/svg/chart/font_active.svg b/charting_library/static/images/svg/chart/font_active.svg deleted file mode 100644 index 47c5a982..00000000 --- a/charting_library/static/images/svg/chart/font_active.svg +++ /dev/null @@ -1 +0,0 @@ -A \ No newline at end of file diff --git a/charting_library/static/images/svg/chart/font_hover.svg b/charting_library/static/images/svg/chart/font_hover.svg deleted file mode 100644 index 11067aaa..00000000 --- a/charting_library/static/images/svg/chart/font_hover.svg +++ /dev/null @@ -1 +0,0 @@ -A \ No newline at end of file diff --git a/charting_library/static/images/svg/chart/large-slider-handle.svg b/charting_library/static/images/svg/chart/large-slider-handle.svg new file mode 100644 index 00000000..ed228918 --- /dev/null +++ b/charting_library/static/images/svg/chart/large-slider-handle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/charting_library/static/images/svg/chart/pencil2.svg b/charting_library/static/images/svg/chart/pencil2.svg index 7cbdd256..f54782f7 100644 --- a/charting_library/static/images/svg/chart/pencil2.svg +++ b/charting_library/static/images/svg/chart/pencil2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/charting_library/static/images/svg/chart/pencil2_active.svg b/charting_library/static/images/svg/chart/pencil2_active.svg deleted file mode 100644 index 5a60df2f..00000000 --- a/charting_library/static/images/svg/chart/pencil2_active.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/charting_library/static/images/svg/chart/pencil2_hover.svg b/charting_library/static/images/svg/chart/pencil2_hover.svg deleted file mode 100644 index 82edfe46..00000000 --- a/charting_library/static/images/svg/chart/pencil2_hover.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/charting_library/static/images/tvcolorpicker-sprite.png b/charting_library/static/images/tvcolorpicker-sprite.png index 15d4fd75eaad3b024c57842382440a4712bb4c99..d619ddf840fc1e249ce8e28c3ededd0fa589f144 100644 GIT binary patch literal 27936 zcmV(=K-s^EP)ih#v|3 zmB3FM`cdGIgnk6{qktcY_yNF=0DmO#!^YQNU-%UdegpBVHvR?RX90hZ_*ufQTKJ#w z;5QOKi})utekSp|gx^8@s=#j{{HBFpvGJ>f-?{M{iQfeL0^t{a!|x)XzhLw4fc}OZ ze*y6~2tR>1Z%X(P#805ke=q$5;t$aN5qtdr=x-4J2H>xtegOFci2nt^KOp=S#NUAZ z6ZkCXXW;pjSib@Lw+;N0(9cBt6WBik@e80|fp5P7U%zbdpThGC5WfZXZyWJz0KWk7 z8?k@=f__`jFB|xcz^?>;-+2B0g&+CC4+4Gy@e_f+QTRc?4+#7u;zw-!fWTh}{3zjv z5Pk&k4-h{|_$zfj{RV#E!VeJs4&d(+egN?|ZhRy0P5%P$E1=&2{087>fWJWc4dDL` z>R$kVhx98Dzk&D}TR#K(7XrTk_!l;QM&SH8_zSkq_X$4(_!mOIV}E;~zdzuQIRE}F zpq~i-4dDO&5FhyG1rlU{5D)|jkN~g&E>sFA^+&S z27&WCo?r8|wEvXOZ?uWX@9Gzd5Crv4oohhwyr2A8l(1vlYt-+y-*bNDyodAI0>aLB z+AmUm?)(DlZ{@iT0fC75*%Y{m0Khn(PelG5IPal9J3(%MLd3!jAYK8H*gV&Q43Gin z0U7!Eh#(L+KPU3*L4kQ`Sl3wr^4u>30SeUlGoE*z@1tIibHD56<@-MOHt#)^S1NzD z&if7J6^c0bQ3SEh`$wF$K;&AQ>#w=0AN%KZ?kSO1C~pR#m>Yw-Z>D3*;Ki$B=aq>>aQ!L)~`(XQ6?t=Na>@dE0`$kXP7yVlD7~hUWX@Y$OrU3z(7D zC*Pw#ER1}YyKdXr3=n7IAvPF+b@nktz7`N7ax>IfX_?$*~J}wm2zi|e50%%uDo%(7vlNz$ld2$O;LUO)yqK; z>jUPV$lQIk&u$?04GyhyDM&DP0`lD4TG-5`P3-(hxdV}BL6c|qLO^F(;M__=h+G_h zdTjc^i|cE1M&u*im+0Eq`)?CAbnViLTKqTJmUMRC47a*LiZOT+BO<-uiI$*>ce`pLY39ojYW2 zb-u{+BQtU-23FqWz&8XQ1fqAEzR6w6Y+Iyp76;ZTsj^@=$IuI8VCQ~Uua_N+ut&3Z zqgv9cQeqz4I#%sg=J(7OB1<*qyHS;RxznwDdr{>=)L74u=hs?9E+OglAIn@(*sjPsgB zXzlZDwxND(anHi8#d&s@;5s{QWPKF?Tay|e$-yJ+lyB7E6LWtNTs0Cu>(YR16XjT1M$1`V_&SI+iLo*!d7+ z%9{9K&5by_oajFwk5x|XTy;2NWrM@sg>{x4dSCG7gaq+*mSTS?7x0c#p9xnDS{3i= zg&$oiMD3ocomvQ<9VQ~OvC1QqQ||@N(YOfgT;To~)&K8Y5J4|mcs-`pikz}5AHP?Y z6ykXhzc?-QBCz9ZgsbaK<;hHIr?L;pMxBicAhu=~qR!F1d#P`P zHUbOJ+rCb*&nfCWcsmyec^Wry9@2W0xq!6s`s^?Pp9 z-ODL93RV*Ed9>sd^^r%AfEA|(j44^fh2X}{1KRxJES-xMc|HmOsfv{- z1On@n8dCmT<-@@4{6S)evZx8HI2$5Jtmw+;lqFeyMwTF5rsWB_1-#a&d)LybqjmnC z1>oCSz|QL;Vu4t>Gj|Dtd^j}7jj93c6Y_ypAso-CjblOjI_u&>L@>KdECgP;L7ZbL zVx0$or|GO3{J@wm>(K~(3os7cT+Jo9&o2M5vSe|(-W82}oO3R$bBn9kCs)3qC-<#F zBffyMujU@9thG3`ULE92e7MRCF7*B=f(k1d3QOieQmj}A0Fl^bWG^7pzgfp;iLwvs zI;c12bU>jgjka)V^IkN$maEX54H28d%0ew@02GB4r-<5FMn!hT=Q5v?;VXoQtkny? z~txn%kHY;WUhqyEz(CjXpKbgIk?P?cl1$KdOrquusXPJ}q*_5P33X&mscc zwQFZ%S|u&c>!>g|Xm;_4fb!`-8zp*||6oJ8fOUS**)`5Cq}t8n9966#L@aCw;%e-h zxwu6oQjzC?-OWgb{e5^F)>OTmr{;OBU@)D!#$VM~GV;b9L}b@183@G%`o#rR z@@jv3U(O>qSm%$rhOE|D8t8M`riMK9WV?LS>>w9qMC&>Fv&Vg+50rMoHe+}-mriG zW92$KP374nH3No^)!YTku!{UZV{KisWSz#`p=(lAic75KwfmNVIkMyTaIyiTgHRm_0Hj#DeX%$+98pc%F zVf#%YAIKd$;*^I$Vkxr!K+X$*)qPDCi!|JP*P@>jbkGnx0)n|P+1Jk?BXC7;1=Q5q z;v8qE3C$h8eqNSK4TJNeP#|YY6f=FOGNfnzIWgSf90}TjHQc(!$%;f8;+lNH>eX}Y zY?xAG{CqGXzn@pbpO`jPxK4t7xmRah4zPy})qM8Yz3S4>)FkV4U?tOZd_ZTo)i)~wP)-en(UcepVJ-6!<6TgitG<^5EKnvTCv3$C{=y# z&?Oxz44Yi?9NvE(tl`~s*8J(e}{a)owa#4LHWQm4z8}5g9P-I zyXl%g<4npPod&C#MdpHCJaqI#>>>2{Ca|&#mw-iZ@vQlhLP*MG7Y?fm2 zfs_aK0`O%!{h%I=&qQqk0=N=t{#Q1W=k#u@{d0@^m0i#4EbJABy0`$m{sOH(&a#Ps z;z6tpeT&9PH#fKi@&)lpNJ=#~?pACw0Q_M!U-DOG-Pn-j)QaCAJOq~3p^#EoI*r$o zuwtD{Ct~e|*Akw72oHsz$_MI|w>@bC2~RFWg;A`lPH*QapOherESe+;M+d1=E15RrmS_Q{A|u1 z+i3{aEC2h$ zl-K^G!DMS4iln-ekM4Z0U;AuMwqJv~yPHWFkw|@ctB0H>lg9CGHd~W@vJTt0>dB#^ z=A@3p<_i#;7e11U=nRuWG!(!dD>5gJFtV5ZxnQIEq0|=NMg1VtPwXtC&iFk@JUMkd zc<;f-4@P}yMX_K4VUXW{&)|yUSuu?E_@`RdcHTQjEKeM=ZGtzQY8UW%+YNm`BbuQZW2BMlv zdSijB`RlEDSkP~TQh&9EcIr(l@@LiJuNqv50FZBjg@siV&E$~K8p2ub2R1DBU*OtcLTFjcBq{i&VP1nVjwU9AI8!sU5O{<6lMZrKMQ!%ejZa5mwMsw76qiB1y0nX|ESVOsr zUmJsiawD>=U{YSs6Q-PC&SH1SOtu*PANAde3nk&77IoEfVT<)OBzNpQ=Jya*TY%8Z z(~$56&iYT)Hz+P*6fYvIy|xN)(T$Hmw`ut_3LC2Q^A7Y7&WI0II1LD<_&^ zP2{=-3NSABM_GY6okSuNvM2a70#6!llTWeQ$FO9|74QDJh&i-Bcg(Fv&ob2ZKi*+?mSesx*5DtYWWl zADkCMfvsH@$t#gY+ZoA?2;0>)IE*PROBp#O7nRe`#I&(bNn4Bg45e}jEKaG>T>KnL zaoB>j$O&R64R+Jmc+Lt8V_DYduhdGb>ipe(3v(=b>iA-Kj-FH1OhRu16xY1nqx9(_ z=f3ak1#0uyoC$KFZRfJgF~msj33oCev-F&!_y6^ufB*M?@8AF1zx`YP{y+ZXKW@tF zHIXBrmCG%LPokXtimRtsr@pJVvXY-L0)t%`^|e2<5tGp|u0m9?K>U$7`GKKUPAMDf zutw&L^;au-N(lSPf2*c`on3u1>*?ZnFB7SqU3+7sYLA~GS&yt5-)r{_tUhDpDwb+^ z!o+cnOCp;M@Q9dK3|stQ<-jifN$Bh~Ku$wvgE({dl{;^q93kwM(@fvQ)Iqjrp%B{K zXppQx7`=EX7skbDQN_y!Zl<cwK7n#b4q_EbM zv9*3)Rxn|w7PN8zej0~c-YmK->24;^m0Smc%t>R>kcxe#2I7zu%OoQeOHbz^i~3*Q zz_Y2X(>wGdwMmSl1yRi4rHiE=nv-zj}`gZk#e#aZAtKO%nLE8aZ}aRRFly1qvk~VjI5CSA+2*w zi{*DI|8*L~9r=05_CTorJ`d8Vt54anx`CG#pszy;OJt6P7KI6AzGLV9uXbzy`YX7= zc;!TLLHwf;kl`E*lEUUpYKAh1(=>F+QL6T7^bUXTNf=OFQk>}}l0Whc&50|81G#{y z)*;e*kKjgV9b8(0rO2`)k|DTSjl-Ux#S|jhM6G-XcRh0$#-s59`zABT|Dv#KqL__h z4L2g}YXDv^LVqNqFV*bTPhh1&Ckx!2qL5fZyb|&&C@^<8U)W08t8~hlYWVpaEIVRO zX6$aU4$WC-?0;EkoRX?dAos_9azSDhS};|N=^ntW=+$fz16 zf0`Uc4u_8X>J%C)h=JI`d8-&!sN*{QX@%w_29gBjbcB%;b|d*k zBv~p22qjo(O7UqZ83z|%5nZE441fJbLgwM0ud&OZnm{(1*AEf59Id1~oXQ$touXFaV8{EL>L9Z+F9 z8p&s-w};8dp=n*fIbx&g)D}R`0`BQ#HkM>9yqu77sIs*Xd#8@U`GW$V;fz?@)JlC~ zn#&@`)LfumS9;*vut1|tb5{;0M`22mqBbZ--F`Nh$YnAbN>wQs<)@OsLJFnH@0;ZO zSEb0+Q0|BWN97M_I${Wlz?4!YM(}1MYr0(Ybh5jqu;Wz9d1q6o8qrd&TRJ^%Oip_0 zh1`pK_{!uxz_0y&q-$gSuNE zFKV9t>gBFGXFLCr)qlRLvZLWm{5X_L&|#womRJ`WWq` z+4styLo&;X`Q8?I!wZcDVHqUu=Pi?lh}_WN8|Xk0{B$q}6MWrV?L zt(JFN);-Afe2KlVB6ps0!0L00^JqZkaFqj_?&XiQ3b0FudA^P~JnwHMX247{(O*OWJVx5BCiR5|FGMiY&7SJkpt(vz!<;~4u;W?5G- zFIW4wG}eXY0Yvaifr@@Ypf@IO0%09&!1Xqi4E0_0z0O1Jx(;q zRj9@J^dc^uX7mumk?G_%H?NpevZT_3#@8ibr^6xgm&UV*Mk^O~)w9ZyNT%!Ay(=n_ z_R~zI87x>I6cgd7GWG>S@Fb&mlrmi zA%@IOIafzr^Y;ylol?8pscF6^*>Dmy!^rYgQ}T4tHk^d~wLD9rZA8xf+cn?#3|gYn zw2ePk?hI>WVR{zY^J4t&6OC5;_B!g9<%4N?&(*RuEp9ZECnX;%-${aLf*-Y}t*` zD`*XNw(G*2zAB5oBtdEJ3|Q~KB^Kv?YMs-(=OS`kGuL2z7A=Wfz^C*~+<6Uw{5U7E zU0`7*DnxY61}=o2yrJo((c^`&OPD7=$1HjcYpr(L;u9A`uy`pd?O<9R^l`iJI%i9k z3s&AF)L2j-VJhnq0h+fV4Z_^*v*G-c^Ik%@)Y<{H(-p@Sc!t@_5kTxnL9xMpg|;AC&&h#(5M|QhTfH1m>D`NhslchSi%hJzN{AdwH^O3;y+w;%Ih|b`-x8!T4ws-~On_H% zOv*-Rtvm-cmc^`{H||+5S0Svr>@`-oL1ih_uCM)>>U0WY{Vr(#aTez;2swHqDoS+s zCmcQxbU5}~3w%A$dZofY#V&_1gPEaz04vx`*=w+w3R5s+~v!VsKWyR4SKg?oFL zUrJMRi=1TU;MMF_O)s2gaCg(Bu{6fW`yviGt<>+DJ*Ls31+#kCS&wVvI5HdO>L=RC zOfX{|!!O~Ey2JQmxKpch=+6#QeHIyGQ(bcng?*oKx^p+|KQ38fY`ppDea;Be$>T*j zLQG?Gp2EbhovzsMAln|GaLzHK*T6oI0sn8**o%H@3hL|dHxqb`9T3`f3kPZtiP7iMO$aWt-g!s|m}e{2bGV1QmdEAGNJG5tdrX5?OW+KSHOJWqK3H=< zQCxs=RIK^TDZf@<#Ie^hxj*NLJBvBy!}joJc2ivo48~z_=c#j(Rt_V|x1@E7sXhVy zZyFoqCiy5@rQHvdocV3j(Z;-I!l#QnoiozpXoSM>ay2uto8K6XVgICXGF8%6VczMm|JdA=@rM;&ql7oL2yiQMn4D&oMzA2aBnY8L zP|Qy;3#z1Hhg*Y=|0wI_CYJdCWC8jEm#@iM`TgtE?NP-27l2nXWOAStk^YLwMPFE0 zN*o;JLUro-m8$+#6kYgG#YXHte$OUf6C3g7KyF$`n%_(D$J3@5$x-SCGEo)m1-?$- zfCccifutMYMez0dWLc7p!P3}`*3_~10)>BrBc1N!a+x|h(ULOhsj<6?!HxNlS%1l< z1>kPD$O1d_@jJ6q^`H0o>Wc=vU)*Vt)HZ-s@pfwq6V;(<8l2x&BHc-!g7*2 zo8~@$N1*Fe%aKUqP$UgNV?!4NUg;PWmd230lBy0HdEF^?=s{8WmRJKBW;W1GA#US* z&aYKg;%&F3))?ySH~C;0^wjC=>p>np;(YFG+-ranPor+itRLe?e`ttP@*{?oSx*-E zFR-qxEUbxMo|vq^_#bBDpkfZyNZzw{8tbo8Bc^D{#v`(rY0{3F>a=jo?9o_GuUKuQ zDHaB^{xm6dYn`qPSr5l;8x4$ah$QtGN&qTfZ4sNXTR4DYP*J&Dpg&^b#S+><2m@r+mN}m!;vb33L&ZLTKa2 z;w3fTfE8$&%4s5hCR@)xyveuJne*c8why=ps>-T?HqEAQK}L%!HR1E$63p?kHkI zlsAdS=`kj8p{#fhqpSQzvV^If)k1?*rai?T>)@qO<98`53s5t-tAOJ~3K~!o;!wobmB8Ede z3fR~hHG)6%R~`50ZYYE0v}-!bjtvoFAHGS`5NeS|AvNxuGO;GK>suw<*iWO?^gwx( zxV;_b1UK#paW|EXUzXdeVxVNK6uYP$gxTtgn05EDn){Ysn|6{TG4l?-t!C>nO9OGw zJ)!#^A$bF`i6F03h4%3qVrr{;ylkK;9bKtjgPgO#2j5ynthbI`#ro?(jw$5Hp@wOo z&AI37w1!BmZ`;5r+IyvXemnZfhUj3BTic!&td~S7t+Tr$h*-|!W@F!>eP!GPhsXsx z0h2w3iCZzW5AZm)ama6q1TT9JU)->1uNGU3z00BxBgk%nqz091Sy_J|e3)Cp;+C*O zR8RE7oTsPRiIG>=f;Bc*tKGFsoM3(wiFN>McqgWb?1^PP>97V!qput(un@ku)8X`y z5-VP_{51aJM-?S9!2`OI z(4tgGMTu=r`x)RIz2jV;mts zr54Y$uXpaekW0W87;!Drw1{CJh3+ZjAs{*Bn>ocBI=*H$3(55 z9~}}KeHkg4>Y>ft8c}!^cfWFN=sUU5cmsVeYT&cTD;Nqq>K7UG*mVzWCibuw}o&pIvMbUrm81>Gr-}5+@?<;Ujclb zff4;*RbTR?NoJ%+$@#vM0?gS6gySRQt}hlvJ~n8=Er8KHr4Y8B<`A7SXg7Xceu*&d zc0{qi>I7fVJ`TZKr-X@B6zY|}lM*q_#nB^O7wo@l#yts7p69cv;> z+Q#F9XbILDX3jBzwjw{r@y2b~e2j*=I;M~9a60ChY!=ZSF((AP;=VBE^5u5hvTLj> zQ^;4h{*3)RE6{0WP?I^1k{A90Ia6=Y9hk1ateOMw*f?`)$_x11cPotw6O0av3RRz`3&(Z0e6*V&mJx!Dig1sqC2=>80T=oK;FV8#h*BHc*(_&5ajy+i4WDcE zT-1lYHYH9WZllpR8U&GE%HdvwJrns5<&~4cJ>uXseC=9&t<+iL0BWd68O3*-=Q~&8 z-%Ml$2D91I+5+O?4)12pg(+ehDUp&-lA)$xhC3Z>wLG>x1z^yc zM5k@^9qbiIfJRr+X1%3!JP$f1E1X0SFrVt-LFuco7rwGw9KTU698a5so)t) zhdyOxNKFln>qJbJr_z&AS>MZ@bF92$KXB+c?3&mXr5LD9F%GRaJz6G;ou5NX$ebjl zh4IcKqvGwVmMmQ*<1fiCNsvshw{dIjPV3EG4yHfE)trSdvsAi=4Izfmy4}t)ITJ&i zjW*TE8o3e^6#ZSj&@bBEK$UGwFN5uFO-`qVEsk(FYzHf(Bx-@0n0J{cWchN}uH^=p z$Edz6)zTxY6*QxySxS3%W`yA`4vLw>+OVeWi;)p9a`IP3p^G`M7`^1A|7Np&DR^wF zwwS=iycxjr8aJ*?GgA!>Ycj>}pHO~3&b{)gm((ZTk&sHhN?gKr9++}nT%aCoYxQ{9 zJg_O4lb;xEMT~~;p5&RtWr%4UzO?w!m0{MNeHN$9!e)(U0xNYumy-GS&?HqBFIe$+ ztuHFx_M58*VYX-E#kV4vg)yaGLt_=Zx@J++644fBh`g-a=`46o84{g7Z0x~!dvH0; zJ=$j7=zSN-m_2Q#4}1FM(Qd96ubX3!-3FtfEJ;#J*#t9wdWdrqpxBD`cq6Kpd8ICI z?ix$CPpCMXE}k6dpnxO-A&T*>5Ln~vQvQ_0OkJCCULUxC-tx? zyaKfVr5wX+I3qOUe3~ydrFNKQbJY_Dgk8@JdqS2U(eAj}G**UA?et5>q$UC@?6EYL z-6SQ&=PEVS8+gT>+&~mL=mi!ppyT0sAYtJSJSJA(Be< z{>PMNu=L>@h#$lYL_Hiq7*YM;8%Aworr$43mc6qSD?voLN#y>sW%-z12I zeQIYn9m-N-@pjzqagi1_cM`7z&z`(x4p|QMq|)ofF-V_r{c1L#Fr`u_M00E%Xc2&= zn0f5cQKygT_-0X~HC?czVBF5SnZ@3Ls*NIP?4H9WlzYz%Vc?VDjc<9FL_@dAp-+>+ zHwM{|CXCEZ!`=Y*>KL>W*_WPxm+BqE?}?S!rZynt7zcf>p?tl-m9c7_#l43O)Jeka z!;~NLX;CoObSZum(TrfU&y!!|nnxUFT$c>ip6QU-OZ2-c#u__$9f4<`*y*hp2dd0z z-&j4sVcQY^*}neJC}@@l(>yuOPa>|BY!+a{CT&zmlG{KVCR zqh)dFkx*f-6LAb%+?gy*Cg~j9wShQUOsZ?WK8Thy*R2*~q&=;%0aa>uoE@?wFD?#l zTHv;qVs!Vc6w?l`Lw&J2GMRTqB^m9KU2%KC-CV#<4MS<0qkTIzOS}-~>UtdBOWPL} z7@FgLYPI)?EGJ?iIvuSBI*(b?ujE2Tnn`-*V@ppfCNHOkFHS>Tbb1958&iYg49O-^ zWUP>7B}hBCw%>~;A)z*wx11r^(2m>i?ot=-0S7vL*gXP^!rHE=d(tWxX0>O(@|o|c zi17as=J^m>(z|mL%gtxY>TRSub|-NbAD{%hz2lDEu}qCa3oP|9Z8a&K6J^V5s5!%f zTp%9R?sb~TmjVwPBgx%48fnqAUu}vx?_rrx*timAkV&V@qEgOMv4eJfD*&?CJ^vPd3w~nan1%WN*$24NaSSawaYL?5PxnonjKTp3`zp z2A78Q9yIUL=4VHjq3wK72$}J5Jc&WZw1mftjE%BxYq#u_!VECWz!UDGl|JDr?PvR{499zhGaPzG`Q~MqQ+Q)uxOl2=6bn%? zABhF86jC&{-I@}eMIPfw)xomigx(uz*{A3~S7qOcb!WZnvbvCG^<6Fk&7M2hIDEK6 z8wN(Jv>;B8megv+_?CRH5$1O*amEvH&91R5ek*p4;a58Fj}EXn&+6K1GFPtHYh&3> zlEHIN2W65htPV|T5d%#@(vGhM2yUySJRxWBm2IAalXzzMbbIj)Z>EzrS_e8>(4E!^ zk-u(@(fkV6ES~rNq~e{4>1q*r)DMEfqy5T^{VduSaJ}nEFS~bQ&v6glc5w|8E?7B~ zn^kmVM^-kng>8(uooOQdV!J&DZ6o;VOa@Z6w1;rcY?uyjhB}^y|?%fDR;l~@?8R$_CMVs(4 zlDr2#HQJ{|^eKJ0H(eZIYVW$2;iRmZBwCQu@SSEv@8X0O7#p*Z_w2lK-ekjE>8H+5FDMsl~cJh6K5Jx4wI4r?AKAd=Z2`Hy3$HQ#j*$X zQ)tOri1nHP)P(uUfvUVW6yt*prhi~UhbKW`wIH{XLt1qafLYV4anN_BL;?$;nfRlcq&Ps~E?NX?SFvSM6a^F6Lk(M(Ai11}w;`ol9J*5*k_6OPI0f088Z z>A>ge?pDxOR_HD2-gX~3MZ7XI4vkTe&nJF7gr^RI_YR)^LQoHx~T zNM*X3yLlTq+~+w()C8xp_c#VW$NWewMT_RxaI$XpDA=QN-(?t2+@X$Tu@)D98f|aE zlpIpeNCQ3Tf?v0VT4CauZ&7(-8 zrM=y>R_HAwUgHrSj{I#`7)68jr0Y#1%alvDf4Pnod20X3Cc~8PJGuLr+u68gj8oTS zpMH|^S_#1`n@O_2R!zydf>tj@MP=_EMAX=KvcJvjH+MzpbvP9~@fTeNX(Hc{d6l4< z?}+Wwy$W{Hc$U1f!Ccvv?liC|CH@IQU5(Z5o?x=a6Ml;9E>(_IfqEMoD3F>2-ALt1 zrvDV8-;29c?AT}guJY&hgx`b;7loa$7)h+y=Mw~b3cEOYoJEC2`lE!bq)Smq)M07U z)0&L#q7I1Z70#QZZzUvYaBh^wwzOB5l=46@*~-kljDp$)rX52;d;#THIim&9O=4@c{I+Qt9vN*a8pN{%q7v2>ptPGeJJyX2txYGpGPX6W7)cD#hp z;xz7&jaV3IE7quS0N}NvMatn6SPhpXU=|%V99BxnBE<<)5maE7ZgIOoi?xt@769I^ zu^ijGI<(LXOW}pbH{+$ij$RK zAuS&>dYIwNT&BnNDK8#Q_RSe5u#F_!be%M%&e;|sOTgz#;EUiNfwgQlm}B_$m;sMW zf#KDnytbWa?6CT{Z)c6*MO<#UF5+O};Cswb6Ze))t4|qHo`qS*SJ}teL{)s2E`j62 zWeFm2#xbs}E_|;59kt1N$vgi+6iP%I=BjG&kPQxYYH2DwHMorOlxD#?{DZIn*3tLG zMXh4&TIQ&Bj?X;?^uTRR+>>_W>|0ZDzUKw$%lO{u zHl@{zyUj2|ot9S{;P)C~ey49q&i|vlw{7|qFmDOX*E#zr3PmZY8RcDXyG}9NtWrPX z(#phD-bMd!?87SZ`7k$6J0e!G!&Q~ z5|K%;^@LUsW~$!FNh|CB=1ebJfJzVbq*>$Eht8v`C!bd1wuQs6*gCF*tX@{>l8uMHH2zLtMh`HVY&!6U^ySCmI~q zwVcJwjP{%Lp<;w?nILpqSJu4v7imm?m=M`|1g%S%jt8 zjvRe~FW4BH2k6SSxeO{3_pXHD#%>dG3$bCjD8^i$46FYRUFq;ciG6Tt(pKo$pUeIA z`dtnqu#kmiruwu%R+(*Z*p{WJo$qAeiFG|nKtNwMB!?qx|xGo%y{gG z!xbs2Y@A0+}%`&J)#5*rr$xmJvLpRHRVydOVtl3^rLNyqd3@vzLf*4 znX_OgRFnxaG}y>ax1(HF7m+V4{1e;u$34t5`M6#Pz1n$pe6%Y+0m;uBox7695TkGS%+&8PlA1cG4V#Z6C~NJZpH(7$&Du+hl5b=j@cx zXc}>JMX)=TCb%*W>cdK$15=%v^^8Gdtclw!WtmjUkdAESJ$gc|gdS(2s^v?(ARDI4 zKc&p69XrRyEh;;=u_EfCdEi;*aGKN2m1a3eH9SpAIfj=qaRN=Sd<~kMmYFo(=-wgY zLuizmcA}zjOw6&on#*-?a#_Qul`(w5E@c=y)#w~p5O;F$_>!ZW@Val4=`#((sh4*@ zEUH;+bX7T+3E_ZYiWFoXG(7LSaq*%jtRY<0Aj!ycL%1uJss3B0Jl}1ES!3Sjg~UW+ z%SroiSAHYT#Q0c@gHdr$Ua0-AanbHoR;S#ePlB8W#=vu7vND*lI{UU*l9@$P*RRnb zs1^vR(ND5R*lyN1itgscH02f+*LRQJTkxB^wVXs%qo@2}D~Tbok0z?Ner~#B0%9=< zRR{Mk{JL0?tK9%5EQ;+!kSjYd1gJgePdE1U-`wV}exBGZXM?e0mD@53fH&st z!rqwT;R5v<9xS3&$;Wb1y56+)xHLa;Sr}Bpf{Y(t4|E4P%MCo;9Mh~f66)LLK~sIh zZuGB#xzl)~~6JObf*fZ|Uo_%QZ})2`mq&#v1elf=P%$nT8~ z6{kYBG9G5}p&Zl%CaSMppORS@=D`?mbk?(A_wBl2{@6X6vp^_@l|ULSzfI-kJfi@f zq&>?FoZ7-e?Pr4hWC^D<#xxa2#LYM~di9L!KgumJmKG~h*}rBZ;p(g_eX0yr#=-i} zMlRg&{ThZTtE|~O$7UNjk8P$n5Z-W4l#|EkMLr&cEhwnOG7WUtr1=V5btk2_hfS@# zXS!1jaNNgnmQC9iwrLA%+}@>0Bu>p7?wE%O;!salRFWCmoQFxcTKTB8Do1ZtLbRbe zeJi%4vs$2`w&m7lJ1>jqo$N=BYhmL~7Uf4Tfu0%e*QknB~ zT3GpzRD+leDxaZlvV68TUVP;uJ;Gj&u3_G+u1 zhOdyOeHmm0V(~dW#LnHk*nuJNiQ#0Z&=1XYmO?B-`}hMYx9h_(ANuK_D|u3dfVCk7 z);cn|l}qbI9X?XpJRBdB@?=CN%bhHq#SQM{P&b4}Y;LGDrb!7nJb5LNZi9P+u@n5v zrgWDI>)UCe<0~hh(d0Sy`29&!-393d#&e+5^*ZY*0L7EDkq@FJ;}xhRlIIYi(#)LG znN|-ygOkh4Y}ZY`v#JhHN^HY?JU2IZysBLqbp|WBlO!6Vt86*P?6FVF9h;FycNl=^ zA)_&HCZ{=dqs-zYzH;!>ySHw}U*qj5m_TN-!!p%j`l7L$;Mo4=TUt38M)Ik@5(hu1 z1n^2IMo9;Vp=PHy_YoI_PHDN)q$lEthR?>Rmh1IMn++dzD}WY;112Zs4` znfVSU>k&zS_r}rl8z+nXzRFGfQkjo#ygxKciTgpNiN%YA6*h8-z2C-)hMiS2QWx+f~;A2Lbm(2JBD$RcI z?9ofsb@5!v7{jBkVpf=y+HTgR@ElY_c?xLMQ{j}@($_Lsq_J({%gK)qjKl2MaC~Y) zIYud5lN(cHs50Ye)?a?O>or9(r|sChC=6G+(Y3pYmlT(^%V;z>TgLnY^Ee;Uec36r zc}{ogueA7 z4uFylyPir5(uI_;CPup+j2Zu*wWan&3F|OgBq5CVc1y^18zzky+MvM_9&6~Yazb38 zO;yih0gOvq zJu1JpuYG z1=HUh^NgcBJeJ zpq{bx?bjBrG7CDA3$fp3k71&Rec59=6!?y~59<*LA_6N}L<}duvSV>DFtOe^b{eIr+5xX%LhVHBT)fkH#^LBVh5+Np0l?mQMtu!MSyBTPZ(6 zVT5J9h4I4usV$x9CtY6AhVy1b*cQ4*X|;h)=>$pH#EBM#%{Qy!YD@z#O9nc>t{^Ry zM@N-G8~2Q|3@B4e=xQ2c`nCCdlIp|dUp58~-BP(o1%KsEhRNw5H=dY?@N>HC>TUn(doR#RKzdv8T30A5&sLyqt|Wf}PF< zLS{x@r=Dgi`~D!v`>8THT5fU_Hld`6H2B?%`#XJ0R$HdEr58=G**$_8Y=oL{Kjm^X z8qqj4F-MW}Nof8hN%DzGL6dV%O5u*tM?!dZi4@Q|lqx>AIgGMJ&Xo?yOXNGQvgZb^ zx0A=K?aMz<&XGnFWZ^>^H;qhC^4QQFWUQdKh+Ioga>k1qTgH{!&=HM5WAX6WAsRPE zJ%l@gTysubJEL3PdXSwzPr5&}=Jb(yw6h*&jyIsP%+RJ!uDTXiB>{1qU&`fcz!o-_ z1)nybuO#5i;IK($=C-_hO2?jV7f*xvOn299sbxNioceqjN|D(%y#%*82NpQPR>RkV zSOC6y8u_$^T3I**UxzQJK;YGEHQ6AkEDCy>hGPr&xD}XYI@^x3O0|wQmT4S&r%F_4 zm4(8Y;7n|H9Nd{vFC@6jZA#dZAr9*7$zI&Cpq(Z@19qN*jKGUAX%$h1o4BYGBep=( zA5OAbV1J#{=t7L@*NFBL+zE+>(zR7(bhO91xHceW09bOvwVo`!_u+9DM)^s~>zEL3 zbDw(76WMSUuHD?FM&cyI31%)LzS{U7`9_%;5Cf7R~(7Bi<}_`%DS`(iN%MMxnsGH7)mp>#|AIs=fEv4d3# zFbyy9sBIr=LdnWY&tR;0fLPJ6X+XdOyo?pd#Y@Q2;)uMSi^p?t>TQ^6JsZ3I90MS! zdz_uqP+_RIN^>SQbX#6E&(HwOPqNT8Mf&Fo*gW@2`^mnej99D_W_%tkp~p5OJ>wV+ z)~k6Z9IFh*kbN*h(ivvZoS@eXq>E6|IBpFIo*u`SSV3=|Amw%EX=K^YPkK%}{U2ch z0sL?LU-5t7|H4zd#wAXGRqO+2y|=m1h>z0DGcz<;-0T|DjIzkb7hZA)ul!+N>{F8~V~ zk@yxm!awnxb=f4SRVc^ajBlhcjA14;;89u~MBD`NT}GK1=-Qge;Dxn|6J^p1IxI1d z6GYYT)^gruC#T?glRP6iB~1x8!n=|VAE>9d=(VK-uz;_cEwm$5iY(ez?UQH;58<4x zbPvy1zPQ`H0Af4|rjoFIFzZoin1jm2GGS0Q45|9^hzT35F1)z06*H|bg}g-jZ+A-? zKfwQ!|MTqG$Hw18w38gbwD_F~D9kq520#|ls*+~)3;-=GkPTjBG}lqXA4Ft78ak?Z zz?||*U5b&lxU)PwrsK)!C{-X2!X)1xs`E}!@9PAP|G_`}R--PY! zH{1LaBDLA1o9tYu92jtS{9lpVT6n=&c_;?uRTsvf1uij%kIxu@u+jultof>@v)@{7r5?NXY!T>dG zee*;tN7`)Y+F?tXEtA)G*^Jb0TE24yf^^C*R$^?m?gCrd`deafO zM-td3MiG`WiXWig^>SS3UsGQOG0-X5&dy^;e66yQab`Ytz4sE)h&Wzvtkp z3Xp$vt#sKW`lj|ti8w(A;JJR>8?RXPV~%b#gjX^5Qh$jIrd=>9K-tB$Eyq_jq-$gx zdd|td&kW#DjrQ4@g+^E^wJi9wqw7uwF`@d2S9($qe5Jea>xCUcyuN*I=Pm_E@7zUo zEnnq6tEhxJ_ek#a?It@E(O*0wZ; zHJpzm`9vZ+k#1BM@7&tPU8hz}0J#mT-^~x-#*rn>m!+wqNdoia;HQk))g12{%^!qg z_%>TQtiWZen-m7eLRvNZul2gX!fv~{a+fWrlp1rhiTSh4Q0|LSGr1;3-;GX6I}7(4 zfPYO}88r)dvXp-z_;keb_yfw;-*!IRXQ03?O(Ja&YHJ8f*d;8(@eS`x6hbb)!tKTn zzUSW%X4svTPoy7_M~JZ1^fa%!YEULNI}L#>S%DUqJ=6=1N?W*{r8?%~+_1LEwkK~`-&UXor~CaBwt@CF)#$cdgJ`yD828YI2D_y+922mqVBFX*oMy=uxR5h;XR3WBz%*~9qDu;K z)Hhv2n(Dqgcw4kb{x;gnGQphJVT^6sxygJ>N@rMz5C?j5yWk1Nnn2ayn<%&+nm6ut zVMR0xi^9=6sr*huE+SGB)soLqJ&C1XH5T4IC&z-r-LzDq<+|splgikD5yt+G%Tp40 zQj+^hU0^P9ew6ZRPmn72CM_;1i;_lflW~h=gPeKnV;VefNcIUFl`3-DT*1$7BjSx4`v;kC=U z;5U=gZrG2*)h=``#V5jJO=z?PsHfXk3f70c0%0(e(p#fk`a8d*Ahp<2GqrhHTYY}$Fr&E69-Hk&-B>ThygjC+5UHO!1plb1=O?mCM4XwFSf%Rk3087eCmJJJGC zIApy+M`pTs=?>Y1s>qIeJVJFTQtFsp?T%tGfBox> zh1AJt?iuZpt@nUX8R^v*cQOMT9^38sTFRYSc;$sXaq4@` zx+yo|mZD7-;pY>C!F8I*igb=RkltDlztZ+>=VC3}s~C4BpcBh>=hL{A?b(^1z9Hqb zZ}vM{R~;D50bV9AL$lJFFjb*N*w~5_VP{z_<%sfS$vS6-viMM5=au&%|BVj-1eGD zCs+DTeiAK-1-{lyr+9`P@hVhgb*u>2>hdLODyI?SpJ~{_PQQ_62?E$<^r8u{W1_jt zMfM``rQIX%jb#%+S`l-7j#G1z7xz z!hDN`$V#y|1Cxl!elMkaB)uSX5$qDOJf#JbSk-~BJuM##2rgd1PyQQ=Mu8#Naf8Kche=J#;9_Z_<0Pj@j8eMnLxHnMl*jUhtQK)x%`t3V13Xm&vEBWnR-f5B60e24!-urpb2n zUdht3mPPxMR0MdI0;#Kv{B>zyKNbtn(WOrBov3r&hG4f3Nr~>-1a+#84P9Kpy7$~u zu8KPunXgU|u12ZWk9zk$wfFZXD}3h=Cni0%fpyH(F?VvGB#r6(&?L`PYFS9DDd8_B znJad}CYe^lzp2iv>{xU^k=@9;a@Y}Rj2Rf`sK}uaBa_N<@oq-{9)_&A%W2@|owP0} z157Vm+c0IN86`Hyioy=4LOYs0Q>h7+k5lq6^-5|Wq6buV-3u`(UU#?=3n!K(YywOe z`+>I?dL6W-P;bFQ8Ua;qJT)duJ;_v2e9fXQYcCaxkW)S)g~KIb`>6U|3F!B@xMPZU zFZPn5MOhcOM_~NfX=p<2&eF`3fNm@l*KmYsRlJ+0pnedVxNjpDYBZW-r{=!jX|K!F zPi9j~-H{S59xFw8trX%_cmO#igYA2(Y}O*1yBb!A-R#wMTeXhs zG{g}pF#QqFj(v~@%58^l4vwfa8C5r|6+tdDo1co0DJHg(Qbv&P04E!0@#NTa*1Lwh zrkL_n85o61QPx*OIZ;0DOBt_SQ04v{T2c%4K+<7NrOaW-FwZx)1N5Rz!GdNX3YON; z&DU*;SrzV4NYymcno{j6&JR2g*iMhVuY~fRN*~B+*}7uAXK|M0#40yZjs~!b)ur_R zGZ=92lNr~`q-Ww|b`j_lh>i#>Yln?F(6hN*b!yfFos2=OnKtoD6{~C zPvYD=q7@)oWvPao2O94r`Pz!NX;KORc1nagLtN2;ofRsy%~COH0Vz7dt)k_i2Vcd^ z)6pC*trM(@IDF!^x=B+-vb{89X7jSLV`O8m94ghK|2A>oqcyQ4$I}#@e3{qmOh!S~ zUgPUh88fUYpuuo)P=?uQbI@YqyHFtT4GlyAw zxGiw?Qi9QW?s{@OX@(lJZd%jmU@RjT_y#IB!N8LV2Ie>&Bwiw0K23ZKLwXD6{CSNI&+NGsoy@ zD96$vPmIT!$f4Gny+U^M%bL!8g%;s*2xJ!-4r`tg>#kYLV$H&1-^fZd>MME1mOj&XreehQZ}ZE+@4N^8)&`8yzpaQHy}GJCnsS^ znt5wzXr}1G%ITJ@;pilJ_^^H4Ckl=lkLelM(~jJ5bK-HNHG{3oB2`9ADq8AgE}03* zy?YM?*iKVQyuA_9g4%3CsXFfe6Nu0@77|xJeRNMVTgX^Y+#V>UH|1N3um@lD1ue9U zXa&-_w%eLU+YB*?OxchqjKNv1W9^9(W0#>1mL=i&fH7VYwUb|fY3Iy1wapj0v;P{} zoTz9_l-{Jqg!BC1{Js_OsFyvc4y}R-z z2bsCx`l4Nw4TGE1a5(BS3}ZuvwSl#e$36UY(^cCow#+SsrnS~Y(fQjR_1zxcm6*_; zB|fW|goNHu_3m+XDz=qW9-Ko#3(T?4o`zNYTvd)%Tm+; zQ-;(@(0Pp``x}ssS(lVDw}46o8#t2&w<-(aDkYwLFI(zJnKF%6T zYHcSsm?v(&ZY80L>2rdsgqjjY58CL{C#ddoGA2YRZrIk0N4fZF5;mTBIK~cHeX6vJ zRTPiuqe`4LyGoogK)nlxS!&G`u~QZV^AKj&Ols@l*$GSWT*u}x1$74rn?uP?onotH zC`-A_>YKo$fezg<8`dP!sIYRfP+`YRTeqTQ_O0ATINeZc6*~h*vydBlHjKYDi@b*< z(`=>X14q@@55>x^^-0zGPL!iX6xLgC!f-p$tPl~N`nqm(Bp17;y>QhIpYeutJLI~D z6=Na-KEcje0<33}|2c+5*tXX($$3g-2cI0`)RVKzLoe~rAPx=fMB0w4P+`nEQhf2b zB99LtW{)idZD3PA-ER`JY7MvJ<5x05i~>eG(UKuLRmRO2|E$yFr{CZ1BXw*Jl-W4K zc$S=phxT6bQBjP4i|S-LvDIUQKjBzibMCZ9t9qj;18PgUXltM7#NnQVC(d0>AZ_{! zJ$ZlTQ@e9l>BW>gs*0OkOLd*;XXV&LS-V+=d?f_SZH;%d`lcA3!cM1walZu#?Pn6E z%Wqxk4Uj#8e?Y#@<`^F|;+qq|x-E?L&D=2ZBKgvXB$dr*5!G`ols`%LoEzqOILQ*LlG^fw zZEBccC6PtAgsyo_wo3L;WFL?LRjSjWYWVPbS&Eu$v>qKgYdtS}=RM?j5JpapD~FS- z$XFjjOR6jhnTrt9f5MIxPrwR0l2BgF8hU69raBxGQR@nCCS$+}Fl_Fd^@drJH!Hvm3Hf=-mW%EGP4^d(E6BuB@hs|#pal)VCib|Le zJUNzi%SDSmoQ}GM88IG=pef`rKHxJeS+{+}N0m4(r;1_t4Hl(lc&TiRV+6v@8R#ix z8DQ23*4fiAXbv+T=T2v%5e5WqgGJQ%y|C40`z5xWZPH{BPw-RQHPBOV#~}YkKyYUs zOBd&&6!KL@6{z&QXIUA%!5(Ez+{nT>td^fU;$%rOsi--mJyXeDlgCobqbatn3Tl?% zHkJDgWq5Do+BH?V*5~0|5+%OY^N7_*##O6U zU0sXXY>$ibx_S`D@iM9VVh@D8Dp#}yHjJM^8#0A1FZ!E~M6+wYzJaY(=mAoxoSt*4 zMw;-ng0IStYFzE%F82BeEbg72D&OwxrL3&G-gtYinJcRtCpb^!%ti)cm1MkdCUMPK z_?3s5+JPLu>pT6qzt81$#Y~feH?CTSJ%9Re;XElbVL8*o@{~5Gl4L#@U%R*?jdvS6 zu!cCjd(Q%A=8YeLLv-U8wu?>_(&}S(1iLY!gDd`ThB?X__*jt@QZkD` zjYCHVd&x7jO>~S-G3yc-jBR*zp)8hW)(xSt(FvO;sP7})tJ|z9wAn6HfAV$k4ER>R z&qG-0&u#8hr{kU$mrXy2X|6feA-e;^8dm&Z$Z9^}4FMuf7I&NP(9FoEW*h^bCzn^n zV5gwiA9T_hE@Qo7WM&lvB$uwy$0%&`%1x7~Wd{2>>SrupR$ouK9a%cD8glfL$Z}$O zsI=bhHLsE-Y?2q5!7fYirE#+*FF(+RCXJ<}q)a|Li{q8u<%X9Y)i1ErLo!&9O>vE` z*TT#17ro158u zOYcijkTL-!QTb>v^@qDXJv^Te>QdUMLRfUNKn2Es^OBC4> z=n+=vSS7^7g(y!5wzHNxi=Jr9bn{D@*pMk*_8q*+3Q^t7Q+X)Myx(n|b~qx*;?rY} zzno;@+Q2M#^T^Bga80n=Nf>GMV4eF1GjTAy?X9ONjciW91phK#_JumOmQhA4r;^Qe zo>{yNME)crbCuKX0nci~;C(49m00OOZOFi<^3V=@EO=aK_3C;yV^I%A%|C~R2se?a zF!SME9Bv;>#)Zo3N&fYDk2^)br9N3xC)+95p{Oy|ZPFz8o(Ch-%l!Rz0Mu#ZW0@&M zX&pJG6U>9W>wZn>RE_*2-cm41gIVRvyZv;*d>Y5BdAbkWyxULlnc%2M3y;n?{bZV% z9VzF%EVxHkHw5IUS2053%UOyhF4Z=Id}$w7Qy~S%oUPosig~YuW$sXHB0Nz>kz<~A zhEiy?eMjsSq}bf=u6F;Q_O2+&t=t9zpi-$E!}mYbo+7DA)e6W5fkuPU?06l`c5gpQlf^Z)=`~ekOWv(`))7I*gBbJ%1Zv(IF2b(Vlmk0)t6?Kv zr+i9lz&wGtT4wFMmP0O-nlzOF*4ouktw|pZ3AZQYtT^6i={`<9?hUf|L7k|ZGY_Qb zbQKUMGcl}*ZZG9?i{AG1hHY{?HsY!_xg`lGwop$E%9&C_M^)tR`E1-WV_F6pRH0t685bdvV%F6tt^ zDF|`q1knm@m@sH)x!i!mVM6M{vI-fD_qr51wc9FNTqF|x){LamTF@S3sLXTCS`w{V z@`ijqa8Z{xklvzwhg2o(-YH~w!k9fU66N-$j>eCY3q#a_AO?i7nnNCuQ~*yEvdjhw ze%`%?S9#)WA@(AQqv|!!`!R#NR5_XHL}orQR8)JA*Wi=V%rhA{!4!6kL8vmCuFMm) zCgjxsc}0SPuKnlNDEde+lFVofJno6?$jJtz^aCn{7{qOT?GR?aHhSaa1ZPx7)QReb za)unDdrq=P@`za$;2~ZB01SyqL_t(5-AxT{8boV;_cJHSiUoQ|j$ya``{-_a>nBV> zeqB;pD{xuQ9AC0`JqK7)TV*%$4QRBU%j-_=Rle?yZc=?Bqq?=`VYl$54Hj^moM0gb zB^uQ#TCCH^Srm&oz<_AsbFHIErcZL4s5(6kMi`W&3@6{-psU$(>$Z;$pBPk|q0 zC@?>#JCK@31!}kuL*LG*86>za6?D%%u2uewC086FfCWKwb=iE8%IAgU(gYA?O{!EH z;NBRz-DDSh)xoq@g<=#dR=Tq3{;y~8*241wu1Sy#L{QL&IJMrV=7YjNJT0-!1}8-_ zus6A?S)|)L$9h6Yvxp_8WS9<`@Qd5;+09dG+Zt))QNw14`r2xU2*v18IoEYbTFpCn zZV=2g3fhUDkdtq5FiH(Iuj6|J44s5HCqanxf^@^oqM=moMv&G@GyqXNo%%dX#NEX10!3BMmBH*Qf1XG!^J=)}XKNPYMltO>aOLfQ zn^4JW(&$ewRgmeuvVnsnj)dS|Tv7v+7%u zL!p0mQ8~uPY+yxu=N7be$M9#Av2EqkC2d?yqUh7I^>i8VOQNcFE?lQ)p)D)<;diY9 z&l*=1W*^qo=neNN0d^$;!D&atz|(E8i9&8tFryQ@FsG2zN_jr9;LeG898)dY@wW(O ziH;P~QSxT))Wb!7pG^?fCDk1mUbcYhMbh2RkRR?Em2ch279q#ER(5s3jufKv7}ySP!&V6@ZkxLTyF66x$AV((f^0FP?5E7T(vTUvb4cI- z0~nsDkZp%EOr3{sv38H1#PXyVV+f)LKuYeoY<1X5A>W4Q<$%tg_>k-Kk)PrBy zeU(69>BNz6a7HV{3K>f2Y>^AA85iP1(#KVE2tWfPKlr{G0TGtenlw#X^L1J^3nr4H zji0Lac&Xvj*0-WlI~sFTqBIu2S6F1Fbl^J29(n{1HG)zKQMq#fQfi$hR+*B9#Hc-P zNDiXM$fU=&201>dmNrQGmH`xU65^Vg6l02VPtPnCl$elVbgo}6WyPq&_+FJX-j#vo z@G}H5qX}kA3(z#6#UvRuoQ(2)Epu056l2CyWo&G|-YV?GX2-Z(HALqrF$VOL1vm7iyz=~;_Q=<}q5JRGF#TLrW>0parjXyh@_20Uue}AH-o~{=8E{3eN(03 z1TD(r=5gqKkU=Wc3Uz-^zvE6zi$8u9T;k?G;@*Uh%I632$;TR>zL zt{+MyI&J?;-7uk}`ptA=-Ljr<31}{K8=IjazfyvY=3h&8Ln}4A@n<-Wk*dD})2kz1 zgt#i!%3iFPHDC8aocnGHB0NT~lw}#(14Tw|P6a|(2f`SkS_9f+_DP$q(yuF7%z)CL zTsw$p6>y!4;5w~Rx@cdXXm6nEP&NYeIw(-@|NT$&wWo)5gtSD0vo1*^d%-PQIjiFo z*rbv0ef8bbchc$SCC1sV;eK$ul@fXo;<0gd`~5C0x>L?!ij*Y|_b#3ea$*cDo?0{TrQ zOn=HL_j?a&OBDlE4uNLP6Fp?+*|l+^9c`(WF=8jmgJKwN8!d4l#dAc=Li$+iH8{7e zW7Lxcf~75%GdDh=QAP_!0r8Lr>!6fAW}8Z=v1gtxj~&KGV0PdndJyLyPT%qC14yPo zj_~QuCI?qFy3@DR&Xj+qIJL#ew%Sbx_)x*a&dO&EuFpS#5hO!wLm$&)R^AvR(;;0y`(IVDs5rX?jC3e>CGj6Cze-RY;R?rAND21aw3vSgn?v6JC{Ndk= z$3J#5WXBh&Pp_wb!4iFATgZFQdp!4h%gmk@hTwn~HmyvXwTF*InVS0SoxSsRPLIk5 zG+O1!pvmL8!|51qj$n4+6#X1RRD^$it^aS?@A4oS@UKWE{&Hho>k95)HNdaHzS5Gfo6D#^v_F1e ze?)MAe`YGeKfl&>a=$9DIl!O8G}pR<`$ZYXn*sJLkY5zoEwA%_+ta z`_1js&F*odZ=TBic&FQT43ES7Y07t-oJw`CQ{SG3_c6WJ&F2hnRbGmV@?~soz4d+i zeZ=dWy*ZD#WcZ?b^FGUO+t7Bcwu5_)G|7qD;}`LO@6oM3&@I(F2h%5UP^*g{NxOSF z$o1&{I=S3A54)F5&diIx-)w*E+SRQZw#%@3bDeg7Ms>emisxy(l*jjYwD%A`&e@Kq z=7;=Tw?|v-V-culH%6cyP1xN?q`*@}jmkw8&E@UFasfxtiJZZkc3))0LC}?rUNk~+o~0iT7Vh| zfFz3|b4UXJ@u=k#09J$UmPN8GSzQ69lz;Woz0s^L^B-2rAg8h*hJj`09fbQ|3Qj_1 z6j{-WSg>JXoH)@J(53F5>?rE&cEs!hXAiz3X!m3-!1r&SJ~`>7%fR+tM_TPpC+~^y zZ~FZFTy^*Aof``%&^T>@H9naN+V?m5h|KP| zreDCYS%}=UQkS7-M(0dqk8{p*bYKGX7jmnh4E2CDvL94_-8f#T&>l2U3k4AOYCuV* z0LfwzSfqHe*W7J3rKn`Hp@__*3T%4K-7IKE2c|k6a7+MfT#U-5)L1NBrm@BBn0WeR zwsB3iFivkG$2SXPz_>wz5&H+x0M1`>H`Pu?E~CG<&ooorDtdJ;&ro7IB@;EaTcuUPc|a{>J@Nu zUImfR^gV8CfvF43g(z^;!-Zz&9C)b6JyJ2s=Z;vIyg-dBS@O0PnyG*0IqS^8e<8~c z3(V48@dwH5?W5xReBTKaQfeQtR(m6*4rJ%4%g&WBiU%|lc>w|TmU4h{!vb}l$LvKV zem-jpSMzva7%xY!=dJ?K$c(C-diO4DW&s;;atmd4o2U_Pja|eorr1G=Q=Nfhb9GKkk zNC7KOv5qHad}oGIawpHb?E`_c)415#)Fwa~IiKatMZyK3-(LeKU(c*H+o!00`OOqJDGj|XWfg%{1(q# z2p}K?gL9EJAjl#mcM?}fRyDDeIQ|r%bj+p970fy!B8l;%XI~*rGT@+43b~?8EC6Mg z7;Yvr=lPl8;k;O~htajWV8#Z*NpjE%#^CmHsgHaC|^WA+3JWx6)*r zDCVqV_BIgMXgy&Wbbv{FAuv&Fq8xDRMC!)~WOO9I$l4M^6QVE8VFy`2mK@t)qPSUE z7f6DDWHI|M))q;roY``Ud_(Kw)JlM}Z&;Za@GJqxuMU8M@w32r@$JY8RDRHriiCx7 z*GF+uq#BLMu(T<%lVNX3>jR3c^Nhs+Xn-;4%<)Z4bXeQyL>Vw0`xN2lzJ8OnbuIH@ zOXVR;pLGUARP2x}$@p^@+yf{P$ujmbtgVE3MwggpmF2)im?GI3jEaVWf89BIH)I-?^QupIxz z(yAOCNmqUkNb{Gk@U@a_mbw(q&m^F6#iX1P4-y zI=+?Bk%DRlD1@^=ZU8PZepWf4J8UsjTIJAwlmnba#j&^1k1p!J9EzWt@(Q<>4 z06Ayxh%=GS<)0ME{9{i!oc+!?gF@Vg} zN=2m&h;r<0z%t-U;#RDfXE2$uuKDr;-mp$kprR{orr{a zhOX8lDvt128FoF=z%aEby6=9Z0onRRL2?>jp3xZA~_)pVP}_oa4|YD44b7#5(p(KZ51m#IeXHcI?vX3pOKmG z`>68cP;F!eW1GgfNp00<6ovJ(;OK5A89&D_`9&bDnzWTA^;~lL-5oitB2p8b9N_)j zK7xR;g#p;~8Yyd{lp{JiHo@6-r?4yf%so_Q9Y(!o&W4IBa`mX#E2_*(uezdAjUf5s zh^m;#M2_7e6@5T-Y-FgrY7>=uM8^#6Hww2L(3p0USyz6!LozjyC9y--i5>%}$+bZ( zXa8LcgB*Ynk@3&#J+@LHQ;R8-^a1VF#5U1{G&t+&MY?sQ0n@E=AMha6BXADY_f)K! zf1V1f9B|#KjN}4bA~BUZcGkINg8wHS3Bcse zS!c~U2osG$Fbs?y)qAeG=Gz`6s2hx2*7WR)TSxj?C#w8=zY?Z-tug1UV_++k#(;Ba zkYKD?k$^Q3&Vzpf&PVl^ zIz334NBRrjl5g!JM>E+Xij>x(wJo;xNA;I(baY6ZU0aLijdvHju^hH#7rpqT zb+?s5vtFOwmh!2x-nPP1q}%G2&U6yIIhiOLy|-7{+FSAZTROToUV2ko_qMh2hrD>v z^hUI(MEBBO$#VWC_>1_jb)4ZT4q3sNCB)FC2`XX5~TH7};;QQap zzJg)i`0YL=OaSs|2E0B)djm$j@R1BZ4h<>e$6~dk}6AXGcFkXTL4&HO45k zUDWJZ3?cA)l*RT!oHySlv(KKT#O$vqOlJGQeBk)qW$Y+3jo3USGDi9pM*^TSJ7vrr zd?OWfO}*O{Z*VMyA`NLHSN~HulAPZfu8)Ew1pTD?Itcd&>v^0;O!&_^)gcIEd*t)q!kSpg*93srLpXVF?1(m5y3 z2c*CQR*EF}lC=$hG2?(@@{J_sf_u_LRMEBR3|-s6mC%Q?w$_;vq+k$`AOTJSjYGR_ zr1CnefQIHx5nUo`q1KWC0E+S!O7tYf!!vNCmGU=kOHni10m0P1aq}+0kprvn-I$Vu zL`ZNBCd-o8#I`{Z@jWFdaC>Vw8O`dd@yl0uIub8Of#LBshaFX$H-lkpwW)`YDWzbQ=;ZE*7rhHPBGg z9>gQ4f=A%M$&9p6Y_~sJK;eCJ)OKEwjy zByFBi^(DcZY-?jcO3*2SWJn(X+@TPGU{X!q={AzlY2rwbz)Hi^z$xY9IMV&&p&p^9 z4D>wofs&E#^Mjru5Pj3mKh@&L&K#yUfJArkqPh3s);IJ;_j(}=g?ReXcouU=o<9DZ zzymbmxrgTRl4u@Y?b!H3$%t_qaGs zzZ%_RYz&Z<9tZ9Nb)mT4QI{K<=QNM^;@oKWnK>%2V4mI74uOJZ~NnsDg&Of8s`ikCb)_ znz^{Xf}0tUtGgJE^V&F(vLQv z|45;gH~@z3ZPK8t*Zx^=94WZq#*siD*R@5{7Ue-wko@5a2Zn>P7>5MH2%fRi4{!8u z?kCIw5}Y_(+)@}GNI*e?NeLz<$v?aPnfa3H4~?9095siTp&hmHB!VX`nNcliQrfcX zAAV9ZVSyrj0VJKJ#T!5kZeyxPhMkRq86}v~|4Cb$*x6X&S*@`oY{|PWT+w+V#D0qv}-Zv^h9LSG&F3t_03us-hE2wze5qQG%%^-o*Kwt}RsC!9zMTf+Oj6TRwj< z_ST|LV+tk38Mv~?rYPfu;eZ`n!I9eaxUa35Nh|dq!Q_HJVV&RuBikDIQK^Y%5h;GM$UwgHdFF!zsThiP)ZPr3&7FT`M$?wvl`Mbkei<>OS_5;Ie)air9F?%+td?!<$H3u&t+eIczu z#<-m}i4E|xxXkyppdktnIz)>ML@CSRw#B^M|2bXT_XA%A-^P(n3^1X2JqM1tEoE5@ zpcd7FBYpsR)QhKPMDl4(Bg{C|(@8zmdKW z<;>}Y`VZ&_^#6D^%>z8BA1)8oH8zu54dx?V#Pe$IZLkgxe^UB^d&Rjxi&vDh^nrew z+s)~}thy=7>Y6W_Z<;T`_w^iGP4$HXAg-FfX#TUBBQoh5UdCw zn!=@o2H=iaE1u{XzxvbrVaaynMtHq6xWDayXhpo(0Mg)JXO9ivf!0d-=SD8c+(P=F zChim`emQVD+O(wo9qSsbAi>$PlIlNF5bi3M zcQ}&EdWOJta^R%ip2?UP(trTkZIU3=k)YP&1c255d0m_5*0Ab=8x5*$OT#*O_(~>t z#vNvm(KCxHlJ46sd3$TO@1#u~Y#Z2Iq~J;bc*aVQ3sDd5Q zZttvp;;xn;37sTClH#`M%iaELvUP35!-|Ll-e~^YZNK(^)*mSmPc~z3{ph z%HGl(ZePkcQOOJCz7&@%n6Ek6;u~?hp~V;9NX^R`R@12c9=?D-fJ65eE&mUojHeiH zZGnJ$X}wVYpe~xG`wO+xdAxsUUePVQUW1Mz1w13X>|z3Njgq66Gr^)HPIcB`x)j39 zDB8HuQ%2bRd}*#OFBM&Xft2xrZV-Rb{0TJOFG?4{c}d-eHXlj+d`Q<8 z94XUgW+ht1zJd`kH2qtfmaAZKkW!Z-Wn$t?N&5kHaHi_{t`OMBCvDF>;W1_0)X4QE z{h5X49iTbD)VKAUI>DE8*BH2&32VNC^4)dIkhn~w{K9|$fIv2rUXnKWWY)HDr14FS z9LZ6x!wob~7UM)EGM#LvcT#Yo)V=;mf7V`w;wPz%6%~^rQuz1n8dKv&{2~W+Rt-gS zq{d00t(*c65NW4hk8@1;A~P;0h?|QcK3&B7- zROXY`9?KC#uDyz;KT?88bG`IYhGY|68Y5%F_biy-U8}Dr_{eV0!g}IF3B0cNyr#6Q z!;Uj%`)?n#u_HB%h4*})gJx%8qYen)FTPgx7SHWYd-?}+Anbvr_lZVBvzD@V{c(LB zmFGVA9FEjq5BC)M5}byoQQ@eE*VE_`bp%h-r|EO)Q>eu2`NJvg3#pBeA1*~-@gry+ z#HGNBR(LGB{9hD@hr{LAWBUQxpPv8iHOqG&4iC4#xaAT2P<%rlFox9qARep-;Tlpv zaXk`^`qI3p`^|0W+uj3g!kKPP16MQ!WVv_`bVKRVYFuHXz{|(^l5f7Ks^PCjq z-+R5%#1o|vKN5W}|HZgg>H2(syJ&OJ{R8xWOk!$UjoQqBF2seGmn;pfOVJ>>eGp$C zBxbNwlYO?-mnnPrMsV_(2`&|G z5cv%HZ_vSogs~&ChZf@gz=y^jH9kSa2Mm`f_TlrsP+t;LYN&;%? z;68d>doT&}9`eVHW+&yRN#Hd3Oa!3J3>Jm0@Ne9gF-349k+$GVKKsAJN2=@b1SdM| zUH?e>HGQ`=4BM0LC)7Dr9LWG=u%x3P)kg^yTiM_;pA%RM7HGFASQEJJsgo82kc0$D zV^lk{P;jEuE1p-({tsqt6p&BQ6xPEwccET$@P=9@D{$ zV#F1xHaLiSw!s7=^P7(=Z3AH8y)|NOV|3I74mUcrteGfK@T4J4N>JrvLvCAAY>_q7*0QsZMgs>-|L3W;6oGcm+AWsiPxrS@MH+aJ2Bxzyp`f=XGuUC3wp7JLVS&mATsocnUojViy!fX2t7VbiTa40$$>!OP?lyiGXW> z79N^zD4IX3prN@uAyl9)UV?8OT89_K4~ND$5?|iF`8VjI^&lRqzrw&qbn1wXuB~4* zP2Df_1f2Mb^P;)Hfqp)RBl+m{5!rdS`%(`cl#SRo z$n~!{(mu}Jo2;`BM1FUujU$2E#!T{dW~#Jh@2!___ghv~5NyCKfxHj4mMwIVJwv4* zuGgfqusKdNd*uZC7I27>gd9vqPzefL2oym4kE~ z3ii_~(A?=yK*W{JZBvru_oP@25`2k6El(s-N$WjAO)&3f%reDRl?36AUCng4B>|@i z8$6jI$bTwKC23A(8lDi}IH8&htK@lPS5zZa0VL~?OfFtX1X&4{BuvP1QLv@J0@Hsx zZ6BuEdPWK=W(rB=6aW$c`7ddNJ9}g9Cq*vwJ{(Y-C5*(9?D%XeI8t~?XqsrvKp5+v zh@$3Li1R-Vu%>WPI7*f&C7^&J{GwA3aMJG!c7ztIQmG$#lQ?)2p`!!_I0}Lt8g4;?D|2Rt51vAdB0_XiwF^87+p&TVk$d|-PYQ^-E9sfiTl#~nlD5w;w&zZNr9grRM2lQXwl-Np>^cnI(cAt8$e!KCk(9Sn+dU*Z{Ru2I z(W`}TZ4@h+T#w8ui}ZX#84Ga6#;!CA>35m^IW0*;C>aFlk{4W>i4!e%nc8Q)AwKW3 z-QQp6DfkjRO;nu)i2l0tQ|KxBTz{D^-k7ETy}i)mZ@9$eHP0Jrz)uf3{^>>Yug;0p zUdr=*;m5eosc*cehwc;qBfcyx|AIc;evlrzg`#W2b&&76&_4)Ec=}*n8%SQO2p$m4 z`PZTEi`z0fec=dhbNj{f^U&Sg*QK5Ynn&Vz2K_ELW@J4r{>=}m z*v|Y*QM+&+V7r?m|uy2fv6@R8;n$SK|X?=3&=C%gHwi3IQ*FYTSzR-5q=1%O9`oYs*-_8#+jUX)!5~aKvI4_ z!{IjNU|c7GNww7_5JUH(rP+5%*))G*T|xMc0X3Dk3ki>T`*v+Ril%KFZ3TpUR6(T? zb;NPsWI9eq{}nVDn@^qth?8v-a{LxiedVmS!0Qe1&>ntB>kvS_nJhkkghXwP__9tW zm$Wx;r%8LZNtOwhhOZJZW~cz1kh9s0Gff0L#$4@p1nJJ&Xv>y1@l6?D;Vgv>S(tw` zWk$h-w8(7ZJpY2(MrNMM*|=Su_n#V4r`Dau?Am*4s+#Ax?R6CBpE<8>E~fE)XK0)E zGCh(KI0-UHE4eDIO4T;^{_95C@5*ea1q7Pn5xE`looa~B`R zU1FBmw%kF6+bx&7#^vvhz<_;+r7H3L^EeX!c4&#Vo}8ztlhm@m57#h1r#)>pEue+I zUYw_z&!U*~AOBc*X($C@bYWQi?=J?2bq;8&jpbu9Kjd3QpM>J4B&}~%u@l1A#x_B4k zhwA3YAuY^JY8vG%xfaOYNDV)Fd8WOz8gZe_Cu%^zZF^?hhr8Q#gU7((%Q#bTz3!s* zLfp^sk?4xI4%4f-0a!exb?VW+GHyZux#p4Xj4{nN>x4hcg%nYLIU=eK0zwqp+%oT(7yy*DMusHjLLWds3ko7^NOjzsp_ zhM@!yF48z0Iaypv@S`lUD{w&SNSgNw9u*FD-m4;f>{$3MY>3Kz)YHG$zV%^$B%Pe$ z9|Dv)N@f8Na@#s3DXIT?qqd!g{Y^>I(6R*%$Z1GR;TCy7`brBQ3T9!)28!6)FMsfN2DzW01|x3_i=>#cDZc{ zK8tKW7*~itl5q#>nX)1m*!WS3py$zApio2-aDI*nyX4X}M3cj~eVyl~UrV9QS5h*# zSP#jRlFsa=MhT3ml1&f|kEHXI+a_^sdM3F9Hh}Pw=!zmYp4gL5RF%MSrbgxN`Wu|d zV?OFeLIoenw3nF&9WIcgU^i*V#pIM|}7 zO~5eML8<5N;0yHw2MNThTOp;z4^n~Ms?a{PZ*GMgWo*_@LynYZ2hQA|+q$)RrtJtA zDtGc52ygoz(zPuN!=<#1uy)=vjJ1BdCYH1_Iko1(9L6aCVNGsz$#0ok+(&jW0SLDG zL>|K>9@%?G9}*C_ZQ(>48_JmNIy*Q=5l8N9dS%QzQ`4In0yup#rX?Fgo?v@_&L0OKx(cU)kOt$ z;XFcJe3^n0*IcM>j3e1C?s{fbP#K4lx@pgri6XcSx`O9L_X{wFq^A3V@IXg74+xNq zLlw{;^hZh-HaIN7k!o{?@JeFfH7EBK?Bu?#ynlY~-m@6pGPYCJJ=eQ2nPH-9n|pq2 zM4Ge#xo?ap+aJJmWXl*}`EG9{+<^)}-bbfC%X@5TwSDx{MtR#~9jA5ZkouuCC?hUw z-81cM{47mA5`(Wav~MRKA`}&mNB1$;I-!#EK6*Xy0J+CGZJofaoZU9?oFiPvB^h0? zq2NY2k4Mqf`WgqScss}gQCC~dTTa@SAKbW;y<@(Ux^s|Blf-%v` z9y&^(iJWT01RJ4U0H$@aOK_wV0m2LFk*P(GHq0h+429n{@62G@%9EUaBvDa~nBPR4 zM_jMW$w}!C3l5kbNw~~Im2*5hw4W;uw@@VO%CYY5cVBG`$-$ETJg2`te9Cr5TnCjI z3Dxk@Hc$e7rp^Eyrz4wupIKXiEApe91`zxyv(p3tCSBxr90|ys-EL*<^yjAYer*)n zxX<#^>r74=6{lS%jcpE}s1Qs~h0yh4JCFObbf6!>FP(7Z73|iHL;SJp$nU&{Dje=CZ!v7edI{l5E;cz3NVt=VV(54FeiC_)!zc17;_8`G_} z{Y>iPy*=0lS2tr$69o0L0IQv~&VKi$pAVkb_Bf+Dz=QpeL`z;Gy}V|^n|_{>jrZh4 zCF~CXEx2Hgku_n)P#S@(z!K2V9XBJhhIm=i1)^JAiMpbBh)bNfd^26)4*r(_M2`%! z!F(jT%>#PqzF`Id5^$QnfLWQ{ZqMN|^cDQ&s4M8_W`^X2t|f`D$WKy)yp?g_BA zQK1H^xLgFD*)QD%k0HAL6Lg1gvb#Wl&!dA&^8ya&2Y7&X+b7R!tFY&&XvkW>V?Ry$ z>5UhGCgQzMnta>8XO1ZwGTQwsvi%#LlxsV}8T;V~_V3bP!GMOAEo~4)o8jgUxSl(> zJ^c&0?g5J4H#pJXZ~Nf6|8XGk5n92OfGnzGKnjfG*jEsBZ6Gto>}kuIXw=L1?4E%% zwEv;a=ES49fg1>BEwcR^-=T2IZvasq18}l;HaXkDfOZfCN6H@CVXmP93HTj(Z&&zA zT|Kn_%l|0YQ8sMTw%0`(ZJ*^MRZQDy7sCK?oK|-ATkfNPEXbEV@;-Un_4sU8PRtHB z$Dfbc)s#s92v`K;Z{U|h;GlQ2yrSsACm23oPRIV3oaI7beuGcYCh z2RTuKZe)K06$j(L#Lk8w)(6O$Y$?Hs-r`CB$QFs}84Nl}7#2VjSXrxJMG2y=6bfky zBy-QqMP{jp8g;0g0y%j{T@#4xU`%ty+0Q2>pShGQhNH;EpBUF!;N*$!EkX5Y<47U0 zEh%;ck}lQ8lsp5ukEm_KYK+!u`X9MJZEq3nJbx09%-&iN>9%NcXoe&hXm-&|Inp*H z^*b39k)dx3H`{@h`DfbI^gPl%pST1`0wrsvUxF;`$-zx(D_-J_H1zygGg-<_c-%RE zWVC0!MDB;Np2EM$I~aR!(WP|)=JZ_uBv5uq0R2OIZ7T2#bjgX$;U`TV(#9()ZF+ms z(GIl5EZEqRn1V?)Z(KtbW|ZIX`9jR1209Y@+)w5=+c?zQPhckq!y z;s-Vr;r(;UKeqe-+%JJM3vZEF*Cqh^an`UARnX=2ZNSh`E}9F_puW87i|z)X1YhRY zyxjILYu^w&-4t?PacTY!#Y53@!mVt%H1G%ii9ia|WtWDZavPdlBnr4xKhV~d(da+} zG7#8*$_SJUjRZ63Thw3XQORur-Ns@~z7cRSg8>ADt;Kg&{?F0S5U{A)lCOm zLv$a+|4z{LD?pS4$T(+kCHRBx7w-6=uB{v}+AjRVzZue(Pt>n73RL>vUcr=><3Hhd z7ZwRHiT%LuF8hEB#hYjEw*l*YXPy1Vz?1f=l9OvRXCT&0w1Mexj_&B|g$4b6?$P^k zpWAC=o?(kbuq6TWyta4*9IlpJd+7Kl&Xhu)9Sp^pXOP78)+NE@%~<5RCSH{1jUln0 zrH%`(>u36GyLd7dlp+q8$CR@8N7*|Q&eU=@8+Cy1hy3P<0Aljp#p46l6t3r4YfUtt z^{--(MbUF~HQKrEM>yHQH7Y z>^28QfJp@gC;|b5=+6^HNXj8uTVR5PC(X@VV6^*wFgS^Wqe;Q{7`78>(pp$YMdEVm z^I2OWcpUtf$o9-|Nv?Y1%ec_&0FuFr-dxeMg-#Npn)|BrX{$c&P22BNcf5BWgbSzh z92lVI@$G|?1P2F{h;6ci<($IlzwcWtxdX~9fRkV%CnJ%*X8umDhjH*5_lQ{*=JZMD z|D4TM&!E{_h3n@D7>4kcHYqI0JsbH>p6PHL=Ztsq8Iy*hwuaJeZ;iMubr?>+*pO!&4WCH594rN`sBoKT{-r!Ko~J~6K9k)E5KYB& z)Iro3JSIUFyl5(Kqg|U;f01YVKKI^~-*+*5A~`kIL=%YYX~14`8PB_%`e*n^dljG4 zweK<#WuCNC8o*&XGWOlIwPs5}k_}v!<9iJP9KUC7J%dg#+F8f{>-Q_B zQ}{jZ11`-s-3@*Mc;)T<*&_y5|6e?G8$am^D*=Io`g;d5l{S5mtJWX8Jg6Jmyda=2 z38KI3>1150uiI|}fHni& zpNbLpx2YiJB@s9v)RI-INYO4z`S>Z@#v78ksp4jvHIuQT9KYqowCe*ea>;@_o4Bbb zLv!(O{ZF_@-lR=H93s+wUyhW*E(Rbs4+&5=r4DN&xKR`&M=7<-Ao}m;7{5dWIamR6 zfei_W-a%2jw3Je-e3nL1LBO2BJyvw)a~8+81Qug6R_l}`sJ|^KF7jLw+utaFq`FAo z?}gv5Y`Jg=sM!FV?ELe@;+QjVB6~*GF6W%xK8bDlcg;KK3KkR)QK=WWPW{KqXMMJ* zWBlO|RP@345nV~?sbqG*!hbUBgdMr-)1mFSeW=j7fO7EE#*cCc;4Y;6K4S&JcAb1C z8*icT1kvV*sBZNRD@vJ2cKYRec!Uj=F2?BWfRZuO^1B?oZu>i*t`xbD66sM>zUQnGIPpk|FA^fbk+gjW zPu4%vV+r@C5Gz15Pv^*>1W^KEuZ?Eg@BN?0ky@Z=`u7RjFg|DL81>x4{rO#khQ_#+ z!I7--Fb|^n#FbB|>q8|%j3gSs^s-ufNA`dLv?m+B`n>>1cetztGZ8OdS z{8tN|>&HLub5&P=jKn&-GG>gTNUF4kJLuD{0#+C22y~kDA z6+r&iOsLzb9m@JozzUia>m63OOF{?4o`Z7;bP%y;)$7@KN^@p09RF&6yXW!olu+X_ z>{5m3j?MsS!n8C*YA#EhLd4n3RMbkPs@I0-j+*Ndrw|P=VOkoZYBz_kZRqgL$D27q z1_LX?v~8a%#Le}CG!-Vc><~3GK}ujI2mrd1D(2eO#CS7Dynl#%n3`)6;}_G1=3Fld zQ*&WrurieEL*&EMS8bOiRA7$Ki>gM%8-4@O_LU6Wl+(?M#wwGHX3 xwqB8%4pP&sZ*6_m*7S2. Tap anywhere to place the first anchor": "1. 最初のアンカーの場所を選択するためにスライドさせます。
2. 最初のアンカーを置く場所をタップします。", @@ -16,7 +16,7 @@ "1m": "1か月", "1y": "1年", "3 Notes Reverb": "リヴァーブ", - "30 Day Free Trial": "30日間無料お試し", + "30 Day Free Trial": "30日間無料トライアル", "30 seconds": "30秒", "3m": "3か月", "5 seconds": "5秒", @@ -29,28 +29,28 @@ "Hold Shift – draw linetools on the right angle.": "Shiftを押しながら、ラインツールで直角に描画できます。", "

A broad range of intelligent drawing tools

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

いろいろな描画ツール

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

Advanced Price Scaling

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

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

高機能な価格表示

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

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

Broad-Based Market Data Coverage

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

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

TradingViewは世界中の市場データに対応

株式、先物、指数、FX、CFD、仮想通貨(ビットコインなど)を取扱っており、ブラウザで表示できる高品質なデータ配信を実現しています。

もちろん、これだけではありません!超高機能なウェブチャートでは、ろうそく足から最先端のテクニカル解析まで、必要なすべてを備えています。

銘柄ごとの比較も、四則演算 ( + - * / ) を使うことにより簡単にできます。たとえば、AAPL/USDJPYの、アップルの銘柄の為替チャート比を表示できます。MSFT+50といった演算では、マイクロソフトの株価チャートに50を足したチャートとして見ることができます。さらに詳しくは、TradingView のスプレッドチャートをお読みください。", + "

Broad-Based Market Data Coverage

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

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

TradingViewは世界中の市場データに対応

株式、先物、指数、FX、CFD、仮想通貨(ビットコインなど)を取扱っており、ブラウザで表示できる高品質なデータ配信を実現しています。

もちろん、これだけではありません!超高機能なウェブチャートでは、ろうそく足から最先端のテクニカル解析まで、必要なすべてを備えています。

銘柄ごとの比較も、四則演算 ( + - * / ) を使うことにより簡単にできます。たとえば、AAPL/USDJPYの、アップルの銘柄の為替チャート比を表示できます。MSFT+50といった演算では、マイクロソフトの株チャートに50を足したチャートとして見ることができます。さらに詳しくは、TradingView のスプレッドチャートをお読みください。", "

Communicate your ideas in real-time!

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

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

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

Compare Symbol

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

Multiple symbols

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

銘柄の比較

たとえば、日経225株価指数(JPN225)と、ある株価を比較することは、銘柄のパフォーマンスを知るための有効な手段です。銘柄の比較を行うことで、業界の中での株式の位置を知ることができます。TradingView では、様々な指数データと、株価を%ベースで比較することができます。シンボル(銘柄)の比較は、こちらを学んでみてください。\n

複数シンボル

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

Customizable Time Intervals

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

カスタマイズできるチャート足

市場を分析するにあたって、どの時間足のチャートを使用するかは重要なポイントです。15分チャートの場合は、始値、高値、安値、終値は、1つのバーが15分間隔です。1時間チャートの場合は、1時間間隔です。異なる時間間隔から市場を観察することができます。5分足や、日足のような基本的なものから、ご自身でプログラムを組んだり、指数を重ねてみたり、無限のカスタマイズが可能です。TradingView は、今日も進化を続けています。", "

Extended Trading Hours and Time Zone Options

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

時間外取引とタイムゾーン

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

Go PRO to get even more

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

PROにはさらに多数の機能があります

これだけではありません。TradingViewのPROへアップグレードすれば、優れたツールや高品質なリアルタイムデータを体験できます。今すぐPROサービスへどうぞ!", - "

Publish Chart

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

チャートの公開

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

Publish Chart

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

チャートの公開

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

Server-side Alerts (β version)": "

サーバーでのアラート(&946;バージョン)", - "

Server-side Alerts (β version)

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

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

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

Study Templates

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

スタディテンプレート

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

Server-side Alerts (β version)

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

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

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

Study Templates

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

スタディテンプレート

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

Technical Analysis and Fundamentals Data

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

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

テクニカル分析とファンダメンタル

TradingViewには、100を超えるテクニカル解析ツールが搭載されています。もちろん、出来高プロファイルや、人気のエリオット波動なども使えます。\n

\nファンダメンタルは、 ファンダメンタル企業基準というユニークな機能があります。詳しい業績報告書を読まなくても、業績の変動をチャートと同じように、グラフ化された情報を見ることができ、業績の変動による株価の反応を知ることができます。もちろん、他社の情報とチャート上で比較することも可能です", "

Various kinds of Chart Types

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

多数のチャートの種類

TradingView は、ろうそく足などの一般的なチャートに加えて、世界中の多数のチャートも利用できます。それぞれのチャートは、異なる観点から市場を観察します。Wiki ページから、数多くのチャートをみることができます。", "

Welcome to TradingView Charts

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

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

TradingViewのチャートへようこそ

このウィザードでは、私たちのチャートの基本的な特徴をご紹介していきます。質問がある場合は、Wiki知識ベース を読むか、提案・フィードバック にお問い合わせください。

TradingViewは、最先端のチャートと、テクニカル分析に必要なツールを提供しています。株の銘柄同士でリアルタイムに価格を比較したり、様々なツールを使って価格の動向を予想することができます。あなたの投資アイデアやひらめきを共有し、世界中のトレーダーと一緒に楽しみながらトレーディングをしていきましょう。", - "Number or , – change interval. The interval can be changed by typing the interval number (i.e. 5 if it is going to be a five minute chart) or by typing a comma (,) to enter non minute intervals such as H (Hourly), D (Daily), W (Weekly), M (Monthly).": "キーボードの数字もしくはH,D,W,M などの1文字を使うことで、チャートの時間足を変更できます。例えば、5を入力すると、5分間隔のチャートになります。または3D とする3日足になります。Hは時間、Dは日、Wは週、Mは月です。またカンマを使うことで、銘柄と時間足を同時に指定できます。たとえば、7203,3D と入力することで、トヨタ株を3日足で表示するといったことができます。", + "Number or , – change interval. The interval can be changed by typing the interval number (i.e. 5 if it is going to be a five minute chart) or by typing a comma (,) to enter non minute intervals such as H (Hourly), D (Daily), W (Weekly), M (Monthly).": "キーボードの数字もしくはH,D,W,M などの1文字を使うことで、チャートの時間軸を変更できます。例えば、5を入力すると、5分間隔のチャートになります。または3D とする3日足になります。Hは時間、Dは日、Wは週、Mは月です。", "

Warning: This symbol is provided by BATS electronic exchange.

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

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

": "

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

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

これらの違いがあなたの投資解析にとって重要な場合には、プロのサービスを購読・利用してください。PRO では、データは、取引所からリアルタイムで配信されています。", "

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

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

": "

報告は、データやチャート表示の不具合や、不審な価格動向などの問題が起きた場合のみ行ってください。この報告は、バックエンドチームに直接送信され、データフィードの最高品質を確保することができます。どのチャートの、どのバーが正しくないかなどの詳細な説明や、スクリーンショットも添付してください。私たちはすべての報告された問題を分析しますが、PROユーザーにのみ返信が保障さています。

重要すてべの機能についてのリクエストやアイデア、その他の質問は、提案、フィードバックから行ってください。

", - "

Your free 30-day PRO Plus trial is live!

You are now part of the large financial TradingView community. To get started, check out the 無料30日間のPROプラスの無料お試しが開始されました!

あなたは、大きな投資コミュニティTradingViewのメンバーになりました。さっそく初めて見るには、まず機能トップトレーダーアイデアを作成するをお読みください。

", + "

Your free 30-day PRO Plus trial is live!

You are now part of the large financial TradingView community. To get started, check out the 無料30日間のPROプラスのトライアルが開始されました!

あなたは、大きな投資コミュニティTradingViewの一員です。さっそく初めて見るには、まず機能トップトレーダーアイデアを作成するをお読みください。

", "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.": "重要 : 新規のチャットを作成する前に、必ず既存のチャットがないか確認してください。作成されたチャートは公開され、すべてのユーザーが見ることができます。話題になっているトピックや興味深い出来事に対しての議論を行ってください。チャットのタイトルや目的は、他のユーザーにとって明確であるべきです。ジャンクや使われていないチャットは、モデレーターによって削除されることがあります。何度もそういったチャットを作るユーザーは、チャット禁止になる場合もあります。モデレーター", "A clear title that describes your idea. Don't just write “MSFT” or “MSFT Short”.": "魅力的なタイトルをつけてください。", "A clear title that describes your idea. Don’t just write “MSFT” or “MSFT Short”. A title like this doesn’t say much and won’t attract much interest to your idea.": "魅力的なタイトルをつけてください。", "A description that clearly states your idea. 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. It’s also a good idea to re-post descriptions right on the chart, so your idea can be shared without losing meaning.": "アイデアは、分かりやすいように理由を付けて書いてください。何を思ったか、そしてなぜそう思ったかを書いてください。テクニカルだけではなく、質の良いファンダメンタル分析は、いつも役に立ちます。自分が読者になってみて、自分自身が書いたものが理解できるかどうか確認してみてください。チャートの側に、アイデアや説明を再投稿し共有するのもよい考えでしょう。", - "A suggested author published idea on current symbol": "このシンボルにおすすめ投稿者がアイデアを投稿しました", + "A suggested author published idea on current symbol": "このシンボルにアイデアが投稿されました", "ABCD Pattern": "ABCDパターン", "about": "詳細", "Account History": "アカウント履歴", @@ -113,7 +113,7 @@ "Alarm Clock": "クロック", "Alert Actions": "アラートアクション", "Alert": "アラート", - "Alerts for the current resolution only": "現在の時間足に限定したアラート", + "Alerts for the current resolution only": "現在の時間軸に限定したアラート", "Alerts for the current symbol only": "現在のシンボルに限定したアラート", "Alerts issue": "アラート発動", "Alerts Log": "アラートログ", @@ -127,12 +127,12 @@ "All types": "すべての種類", "All": "すべて", "all": "すべて", - "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インディケーターは、FX市場でのプロ投資家としての経験に基づいて開発されました。市場のわずかな動きと深い理解を可能にする独自のアルゴリズムは、注文の流れを解析します。FXは、世界で最大で、最も流動性のある市場です。同時に、それは完全な分散化と、金融市場での高い透明度をもっている市場です。\n中央銀行や、20億円規模の多国籍企業トレーダーなどが参加者になっています。\nこの市場は言うまでもなく、学ぶことがとても多い市場です。私たちの解析アルゴリズムは、あなたの判断をサポートし、あなたのトレードにおけるエントリー、利益確定、損切りなど、状況に応じた調整が可能です。", + "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のオリジナルスタディは、FX市場でのプロ投資家としての経験に基づいて開発されました。市場のわずかな動きと深い理解を可能にする独自のアルゴリズムは、注文の流れを解析します。FXは、世界で最大で、最も流動性のある市場です。同時に、それは完全な分散化と、金融市場での高い透明度をもっている市場です。\n中央銀行や、20億円規模の多国籍企業トレーダーなどが参加者になっています。\nこの市場は言うまでもなく、とても学ぶことが多い市場です。私たちの解析アルゴリズムは、あなたの判断をサポートし、あなたのトレードにおけるエントリー、利益確定、損切りなど、状況に応じた調整が可能です。", "Already have an account?": "アカウントをすでにお持ちですか?", "Always Show Stats": "常に統計表示", "AMEX - Stock - USA": "AMEX-株-米国", - "AMEX Gap Down Stocks": "AMEX株価ギャップダウン", - "AMEX Gap Up Stocks": "AMEX株価ギャップアップ", + "AMEX Gap Down Stocks": "AMEX株式ギャップダウン", + "AMEX Gap Up Stocks": "AMEX株式ギャップアップ", "AMEX Percent Advances": "AMEX値上がり率", "AMEX Percent Declines": "AMEX値下がり率", "AMEX Price Advances": "AMEX価格上昇", @@ -143,7 +143,7 @@ "Amortization Expense": "減価償却", "Amounts Due to Related Parties, Short-term": "関係当事者との短期債権・債務残高", "Analysis Suite - SCMR Trends": "SCMR Trends解析セット", - "Analyze Trade Setup": "トレード解析の設定", + "Analyze Trade Setup": "トレード設定の解析", "Anchored Note": "アンカーノート", "Anchored Text": "リンク", "Angle": "角度", @@ -158,8 +158,8 @@ "Apply Elliot Wave Major": "エリオット波動メジャーの適用", "Apply Elliot Wave Minor": "エリオット波動マイナーの適用", "Apply Elliot Wave": "エリオット波動の適用", - "Apply Manual Decision Point": "マニュアルの決定ポイントを設定", - "Apply Manual Risk/Reward": "手動での損失/利益(リスク/リワード)を設定", + "Apply Manual Decision Point": "マニュアルの決定ポイントを適用", + "Apply Manual Risk/Reward": "手動での損失/利益(リスク/リワード)を入力", "Apply WPT Down Wave": "WPTダウンウェーブを適用", "Apply WPT Up Wave": "WPTアップウェーブを適用", "Apply": "適用", @@ -233,7 +233,7 @@ "Basic Weighted Average Shares": "加重平均株数", "Basis": "条件", "Become a PRO Plus user for just $19.95 and get unlimited alerts! You also get a ton of other useful features, like multiple charts on the same screen, custom chart timeframe like 3-min charts, and our sincere thanks!": "一か月19.95ドルでPRO Plus会員になると、無制限のアラートが利用できます。また、一つの画面に複数のチャートを表示したり、3分足のチャートを作成したりなどの、その他たくさん便利な機能が利用できます。", - "Become a Pro user for just $9.95 and get unlimited studies! You also get a ton of other useful features, like multiple charts on the same screen, custom chart timeframe like 3-min charts, and our sincere thanks because you support further development of TradingView!": "一か月9.95ドルでPro会員になると、無制限のインディケーターが利用できます。また、一つの画面に複数のチャートを表示したり、3分足のチャートを作成したりなどの、その他たくさんの便利な機能がりようできます。TradingViewの開発のサポートをしてくれているあなたに感謝の気持ちを送ります。", + "Become a Pro user for just $9.95 and get unlimited studies! You also get a ton of other useful features, like multiple charts on the same screen, custom chart timeframe like 3-min charts, and our sincere thanks because you support further development of TradingView!": "一か月9.95ドルでPro会員になると、無制限のスタディが利用できます。また、一つの画面に複数のチャートを表示したり、3分足のチャートを作成したりなどの、その他たくさんの便利な機能がりようできます。TradingViewの開発のサポートをしてくれているあなたに感謝の気持ちを送ります。", "Beep-beep": "ブーブー", "Berlin": "ベルリン", "Beta - 1 Year": "ベータ - 1年", @@ -284,7 +284,7 @@ "BUY MULTIDEVICE ACCESS": "マルチデバイス接続を購入", "Buy symbol": "買い__displaySymbol__指値__abbreviatedNumber__@__formattedValue__", "Buy": "買い", - "By clicking on “Sign Up” below, you are agreeing to the Terms of Service.": "こちらのサインアップをクリックすることによって、あなたは利用規約に同意します。", + "By clicking on “Sign Up” below, you are agreeing to the Terms of Service.": "以下のサインアップをクリックすることによって、あなたは利用規約に同意します。", "by username": "__username__", "by": "by", "Calendar": "カレンダー", @@ -322,7 +322,7 @@ "center": "中央", "Centered": "センター", "CF Depreciation & Amortization": "キャッシュフロー減価 & 償却費", - "CF Depreciation & Amortization": "キャッシュフロー減価、償却費", + "CF Depreciation & Amortization": "キャッシュフロー減価 & 償却費", "CF Net Income": "キャッシュフロー総収入", "CFD": "CFD", "Chaikin Money Flow": "Chaikinマネー・フロー", @@ -361,18 +361,18 @@ "Change in Income Taxes Payable": "法人税変動", "Change in Inventories": "在庫変動", "Change in Long-term Debt, Net": "総長期負債変動", - "Change in Operating Assets & Liabilities": "営業資産、負債の変化", - "Change in Operating Assets & Liabilities": "営業資産、負債の変化", + "Change in Operating Assets & Liabilities": "営業資産 & 負債の変化", + "Change in Operating Assets & Liabilities": "営業資産 & 負債の変化", "Change in Other Assets": "その他の負債", "Change in Other Current Assets": "その他の現資産変動", "Change in Other Current Liabilities": "その他の現在負債の変化", "Change in Other Liabilities": "その他の負債の変化", "Change in Prepaid Expenses": "先払い経費変動", "Change in Short-term Borrowings, Net": "短期総借り入れの変動", - "Change Interval": "時間足の変更", - "Change Interval...": "時間足の変更 ...", + "Change Interval": "時間軸の変更", + "Change Interval...": "時間軸の変更 ...", "Change Marker and Border Color": "マーカーと罫線色を変更", - "Change Resolution": "時間足を変更", + "Change Resolution": "時間軸を変更", "Change Symbol": "シンボルの変更", "Change Symbol...": "シンボルの変更 ...", "Change Text Background Fill": "テキスト背景塗りつぶしを変更", @@ -395,10 +395,10 @@ "Change Trend Line Extending Right": "トレンドライン右を延長", "Change Trend Line Left End": "トレンドライン左端を変更", "Change Trend Line Right End": "トレンドライン右端を変更", - "Change Trend Line Show Angle": "トレンドラインの表示角度を変更", - "Change Trend Line Show Bars Range": "トレンドラインのバー表示範囲を変更", - "Change Trend Line Show Date/Time Range": "トレンドラインの日/時間の表示範囲を変更", - "Change Trend Line Show Price Range": "トレンドラインの表示価格範囲を変更", + "Change Trend Line Show Angle": "トレンドラインを変更し角度を表示", + "Change Trend Line Show Bars Range": "トレンドラインのバーの範囲を変更", + "Change Trend Line Show Date/Time Range": "トレンドラインの日/時間の範囲を変更", + "Change Trend Line Show Price Range": "トレンドラインの変更は価格範囲を表示", "Change Trend Line Style": "トレンドラインのスタイルを変更", "Change Trend Line Width": "トレンドラインの幅を変更", "Channel": "チャネル", @@ -430,7 +430,7 @@ "Chng 1W": "変化 1週", "Chng 4W": "変化 4週", "Chng 52W": "変化 52週", - "Chng": "Chng", + "Chng": "変化", "Choose your PRO plan": "あなたのPROプランを選択", "Chop Zone": "Chopゾーン", "Choppiness Index": "Choppinessインデックス", @@ -440,7 +440,7 @@ "Clear Alerts Log": "アラートのログを削除", "Clear Console": "コンソールのクリア", "Clear Symbols": "シンボル削除", - "Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "予想を立てる場合は、利益確定と損切りの明確な理由を示してください。あなたが意図していることを他のユーザーが理解しやすいようにしてください。", + "Clearly state Profit Target and Stop Loss areas if you are making a prediction. This significantly helps others understand what you meant.": "予想を立てる場合は、利益確定と損切りの明確な理由を示してください。他のユーザーにとって、あなたが意図していることを理解するのに役立ちます。", "Click here to create new alert": "ここをクリックして新しいアラートを作成。", "Click here to go to chart and create one": "ここをクリックすると、チャート作成ができます。", "Click to set a point": "ポイントをクリックで指定", @@ -449,9 +449,9 @@ "Close position": "ポジション決済", "Close Position": "ポジション決済", "Close {0} position?": "ポジション{0}を決済しますか?", - "Close": "閉じる", + "Close": "終値", "close": "終値", - "Close_in_legend": "終値", + "Close_in_legend": "終", "closed": "終了", "Closed": "終了", "Closed_line_tool_position": "終了", @@ -476,7 +476,7 @@ "COMEX E-mini": "COMEX E-mini", "Comment": "コメント", "Commitments & Contingencies": "確定契約 & 偶発事象", - "Commitments & Contingencies": "確定契約、偶発事象", + "Commitments & Contingencies": "確定契約 & 偶発事象", "Commodity Channel Index": "商品チャンネル指数(CCI)", "Commodity Channel Index_study": "商品チャンネル指数(CCI)", "Common Stock": "普通株", @@ -521,7 +521,7 @@ "Correlation Coefficient": "補正係数", "Correlation": "相関係数", "Cost & Operating Expenses": "経費 & 営業経費", - "Cost & Operating Expenses": "経費、営業経費", + "Cost & Operating Expenses": "経費 & 営業経費", "Cost of Revenue": "製品コスト", "Count": "カウント", "Cover Sheet TSO": "カバーシートTSO", @@ -529,7 +529,7 @@ "Create Alert": "アラート作成", "Create new note...": "新規ノートの作成", "Create New Order...": "新しい注文を作成", - "Create new public chat": "新規の公開チャットを作成", + "Create new public chat": "新規パブリックチャットを作成", "Create your first script now!": "最初のスクリプトを、今すぐ作ってみましょう。", "Create": "作成", "Cross": "交差", @@ -545,8 +545,8 @@ "Current Valuation": "現在価値", "cursors-group-css-class": "cursors-group-css-class", "Custom color...": "色の変更 ...", - "Custom intervals and unlimited alerts": "カスタム時間足と無制限のアラート", - "Custom Intervals": "カスタム時間足", + "Custom intervals and unlimited alerts": "カスタム時間軸と無制限のアラート", + "Custom Intervals": "カスタム時間軸", "Custom": "カスタマイズ", "Custom...": "カスタマイズ ...", "CVV/CSC": "CVV/CSC", @@ -592,7 +592,7 @@ "Delete script": "スクリプトを削除", "Delete": "削除", "Depreciation & Amortization Expense": "減価償却費 & 償却費", - "Depreciation & Amortization Expense": "減価償却費、償却費", + "Depreciation & Amortization Expense": "減価償却費 & 償却費", "Depreciation Expense": "減価償却費", "Depth": "深さ", "depth_input": "深さ", @@ -644,7 +644,7 @@ "Donchian Channels": "Donchianチャネル", "Donchian Channels_study": "Donchianチャネル", "Done": "完了", - "Don’t cry… but your free PRO Plus trial has ended! We hope you benefited from useful features and felt good about yourself for supporting the community.": "悲しまないでください。あなたの無料のPRO Plus無料お試しは終了してしまいました。コミュニティを応援してくれてありがとうございます。", + "Don’t cry… but your free PRO Plus trial has ended! We hope you benefited from useful features and felt good about yourself for supporting the community.": "悲しまないでください。あなたの無料のPRO Plusトライアル版は終了してしまいました。コミュニティを応援してくれてありがとうございます。", "Don’t miss the last chance to get the special Early Access and secure this low rate! Act now!": "特別キャンペーン期間の割引チャンスを見逃さないでください。今すぐ!", "Dot": "ドット", "Double EMA": "2重EMA", @@ -666,8 +666,8 @@ "E-mail for sms": "SMSメール", "E-mail support hours are 4:00 AM – 3 PM EST Monday - Friday. Typical response time is 1 hour during business hours.": "メールサポート対応時間は東部標準時、月曜から金曜の午前4時から午後3時までです。営業時間内であれば1時間程度で返信します。", "E-mail": "メール", - "Early Access 33% off{{#is_finished}} – Final chance{{/is_finished}}": "キャンペーン期間なら33%割引{{#is_finished}}、最後の割引チャンス{{/is_finished}}", - "Early Access for $16.65/Month": "今だけの割引キャンペーン 1か月16.65ドル", + "Early Access 33% off{{#is_finished}} – Final chance{{/is_finished}}": "キャンペーン期間なら33%オフ{{#is_finished}}、最後のチャンス{{/is_finished}}", + "Early Access for $16.65/Month": "割引キャンペーン 1か月16.65ドル", "Earnings breaks": "損益分岐点", "Earnings Calendar": "収益カレンダー", "Earnings per Share, Basic, TTM": "シェア、ベーシック、TTMあたりの利益", @@ -679,8 +679,8 @@ "EBIT": "EBIT", "EBITDA": "EBITDA", "Economic Calendar": "経済カレンダー", - "Economy & Symbols": "経済指標 & シンボル", - "Economy": "経済指標", + "Economy & Symbols": "経済 & シンボル", + "Economy": "エコノミー", "Edit Alert {{description}} on {{title}}": "アラートの編集 {{title}} {{description}}", "Edit Alert": "アラートを編集", "Edit chat room": "チャットルームを編集", @@ -713,7 +713,7 @@ "Employee Compensation": "従業員総報酬", "End of Day": "終了時", "English only for main public chatrooms and public ideas - so that everyone can understand. Any language can be spoken in the custom chat rooms. Later we may introduce main public chatrooms for other languages.": "主なチャットルームやアイデアでは、全員が理解できるように、日本語のみ使用するか、相手に合わせて英語などで会話してください。カスタムチャットルームでは、どの言語で話しても良いです。", - "English only": "日本語のみ", + "English only": "英語のみ", "Enter a new chart layout name": "新しいチャートレイアウトの名前を入力してください", "Enter a new chart name": "新しいチャートの名前を入力", "Enter new title for this chat": "チャットの新しいタイトルを入力", @@ -798,11 +798,11 @@ "Fisher Transform": "Fisher変換", "Fisher": "Fisher", "Flag Mark": "フラッグマーク", - "Flat Bottom": "下フラット", - "Flat Top/Bottom": "上下フラット", + "Flat Bottom": "下ライン", + "Flat Top/Bottom": "上下ライン", "Flipped": "水平反転", "Follow free market quotes, your watchlist, public and private chats from TradingView, while surfing the web in any browser tab.": "TradingView では、ブラウザで市場の無料データ配信、ウオッチリスト、公開・非公開チャートを使うことができます。", - "Follow {{pro_symbol}}": "{{pro_symbol}}をフォロー", + "Follow {{pro_symbol}}": "フォロー{{pro_symbol}}", "Follow": "フォローする", "Followed": "フォローした", "Followers": "フォロワー", @@ -832,19 +832,19 @@ "Futures": "先物", "futures": "先物", "FXCM - Forex": "FXCM - 為替", - "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro は、急成長しているリアルタイムのニュース配信サービスです。トレーダーや投資家のためにリアルタイムに世界中の通貨市場の総合的なニュースを提供しています。FX分析者やリサーチ達からの情報ネットワークを元に、市場の今をお届けしています。ニュースはできるだけ短く簡素にまとめられており、即座に読むことができます。FxWire Pro では、さまざまなニュースのなかで必要のないニュースをフィルタリングしながら、FX市場で戦う最前線のトレーダー向けのニュースを提供しています。", + "FxWire Pro is a fast-growing professional grade real-time Newsfeed service providing investors and traders with a comprehensive overview and insight of the global currency markets in real time.The service is built on our global backbone network of FX analysts and researchers. Expert analysts convey the key Currency market moving news and events in the shortest and most succinct format possible. FxWire Pro is the only professional Newsfeed service to remove all the unnecessary \"information noise\" and deliver precise, high quality, currency market related news in a truly trader friendly format.": "FxWire Pro は、急成長しているリアルタイムのニュース配信サービスです。トレーダーや投資家のためにリアルタイムに世界中の通貨市場の総合的なニュースを提供しています。FX分析者やリサーチ達からの情報ネットワークを元に、市場の今をお届けしています。ニュースはできるだけ短く簡素にまとめられており、即座に読むことができます。FxWire Pro では、さまざまなニュースのなかで必要のないニュースをフィルタリングしながら、高品質な為替市場で戦う最前線のトレーダー向けのニュースを提供しています。", "FxWire PRO": "FxWire PRO", "Gann Box": "ギャン・ボックス", "Gann Fan": "ギャン・ファン", "Gann Square": "ギャン・スクウェア", - "Gap Down Stocks": "株価ギャップダウン", + "Gap Down Stocks": "株式ギャップダウン", "Gap in the data": "データ中のギャップ", - "Gap Up Stocks": "株価ギャップアップ", + "Gap Up Stocks": "株式ギャップアップ", "General & Administrative Expense": "一般 & 管理経費", - "General & Administrative Expense": "一般管理経費", + "General & Administrative Expense": "一般 & 管理経費", "GOCIO - Bitcoin": "GOCIO - ビットコイン", - "Goodwill & Intangible Assets, Net": "のれん、総無形資産", - "Goodwill & Intangible Assets, Net": "のれん、総無形資産", + "Goodwill & Intangible Assets, Net": "のれん & 総無形資産", + "Goodwill & Intangible Assets, Net": "のれん & 総無形資産", "Goodwill": "のれん", "GrandSuperCycle": "グランドスーパーサイクル", "Graphics": "グラフィック", @@ -861,7 +861,7 @@ "h_dates": "時間", "Hand Bell": "ハンドベル", "Hate speech": "ヘイトスピーチ", - "Have something to say?": "何を発言しますか?", + "Have something to say?": "今トレーディングについて思うことを書こう", "Head & Shoulders": "ヘッド&ショルダー", "Head": "ヘッド", "Headlines": "ヘッドライン", @@ -870,19 +870,19 @@ "Help": "ヘルプ", "Hidden Bearish Divergence": "隠れた弱気ダイバージェンス", "Hidden Bullish Divergence": "隠れた強気ダイバージェンス", - "Hide All Drawing Tools": "すべての描画ツールを非表示", - "Hide Buy/Sell Panel": "売買パネルを非表示", - "Hide data": "データを非表示", - "Hide Drawings Toolbar": "描画アイテムツールバーを非表示", - "Hide Favorite Drawings Toolbar": "お気に入り描画ツールバーを非表示", - "Hide inactive alerts": "動作してないアラートを非表示", - "Hide inactive Alerts": "動作してないアラートを非表示", - "Hide Marks On Bars": "バーの上のマーカーを非表示", - "Hide Widgets": "ウィジェットを非表示", - "Hide": "非表示", + "Hide All Drawing Tools": "すべての描画ツールを隠す", + "Hide Buy/Sell Panel": "売買パネルを隠す", + "Hide data": "データを隠す", + "Hide Drawings Toolbar": "描画アイテムツールバーを隠す", + "Hide Favorite Drawings Toolbar": "お気に入り描画ツールバーを隠す", + "Hide inactive alerts": "動作してないアラートを隠す", + "Hide inactive Alerts": "動作してないアラートを隠す", + "Hide Marks On Bars": "バーの上のマーカーを消す", + "Hide Widgets": "ウィジェットを隠す", + "Hide": "隠す", "High": "高値", "high": "高値", - "High_in_legend": "高値", + "High_in_legend": "高", "Histogram": "ヒストグラム", "Historical Volatility": "ボラタリティ履歴", "HITBTC - Bitcoin": "HITBTC - ビットコイン", @@ -914,7 +914,7 @@ "Icon": "アイコン", "Idea or chart snapshot image": "アイデアやチャートのスナップショット画像", "IDEA TITLE AND DESCRIPTION": "アイデアのタイトルと説明", - "Ideas for the current resolution only": "現在の時間足だけのアイデア", + "Ideas for the current resolution only": "現在の時間軸だけのアイデア", "Ideas for the current symbol only": "現在のシンボルに対するアイデア", "Ideas of the people I follow & my ideas": "フォロー中/私のアイデア", "Ideas Published": "公開したアイデア", @@ -924,7 +924,7 @@ "If you do intraday analysis, consider subscribing to the {{exchange}} exchange.{{^exchangesButton}} You must subscribe to PRO, PRO Plus or Premium service first (from only 9.95/m).{{/exchangesButton}}": "もしイントラデーのチャートでの解析をしている場合には、最初に PRO, PROプラスにアップグレード(月額9.95ドル)にアップグレードしてから、{{exchange}}のデータを購読をおすすめします。{{^exchangesButton}}購読は、こちらから。{{/exchangesButton}}", "If you do intraday spread analysis consider subscribing to PRO Plus or Premium service from only $19.95/m.": "もしも、イントラディスプレッド分析を行うなら、PRO Plusサービスへの加入が便利です。ひと月たったの$19.95です。", "If you follow a symbol you will receive notifications when new ideas about that symbol are published.": "あなたのフォローするシンボルについて新しいアイデアが公開されたとき、通知を受け取ることができます。", - "If you like what you see, you have an exclusive chance to get 12 months for only $199.80. That’s only $16.65/month and 33% off regular price.": "今のサービスに満足しているなら、今だけの特別価格12か月たったの199.80ドルで購読することができます。これは、ひと月16.65ドルで、通常価格から33%割引です。", + "If you like what you see, you have an exclusive chance to get 12 months for only $199.80. That’s only $16.65/month and 33% off regular price.": "今のサービスに満足しているなら、今だけの特別価格12か月たったの199.80ドルで購読することができます。これは、ひと月16.65ドルで、通常価格から33%オフです。", "If you need only the most complete and accurate data, then consider subscribing to the PRO Plus or Premium service from only $19.95/m that offers actual real-time data from the NYSE/NASDAQ/AMEX exchanges and much more.": "もし、より正確なデータ配信をご希望でしたら、PRO プラスか、プレミアムサービスにアップグレードしてください。わずか月額19.95ドルで、NYSE,NASDAQ,AMEX取引所など、多数の取引所からのリアルタイムデータ配信を受信できます。", "If you want to act quickly to news and events that occur when the regular market is closed, please consider subscribing to PRO Plus or Premium service from only $19.95/m.": "もし最新のニュースや、市場が終わった後にあるイベントを把握したい場合には、PRO プラスか、プレミアムサービスにアップグレードをおすすめします。わずか月額19.95ドルで、必要な情報がいつでも受信できます。", "If you want to identify opportunities in an efficient manner, consider subscribing to our PRO service for only $9.95/m. This subscription includes many other features not available in the free membership.": "もっと効率的な方法で、取引チャンスを増やしたいと考えている場合にも、PROへのアップグレードをおすすめします。わずか月額9.95ドルで、膨大なサービスが利用できるようになります。", @@ -932,16 +932,16 @@ "If you want to use different watchlists to quickly assess different sectors of the market, consider subscribing to our PRO service for only $9.95/m. This subscription includes many other features not available in the free membership.": "異なる業種や、取引所でのウオッチリストが必要なら、PRO サービスにアップグレードをおすすめします。わずか月額9.95ドルで、数多くの会員サービスが利用できるようになります。", "If you want to use private messages - please sign in or register!": "プライベートメッセージを使う場合には、 サインインか登録を行ってください!", "If you want to use this service - please sign in or register!": "このサービスを利用するには、 サインインか登録を行ってください!", - "Ignore user": "ユーザー__username__を無視", + "Ignore user": "__username__ユーザーを無視", "Ignore": "無視する", "Ignored users...": "ユーザーをブロックする ...", "Illicit content": "Illicitコンテンツ", "Image URL": "画像 URL", "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.": "重要 : 作成されたチャートは公開され、全ユーザーが見ることができます。話題になっているトピックや興味深い出来事に対しての議論を行ってください。チャットのタイトルや目的は、明確なものを使いましょう。ジャンクや、使われていないチャットは、モデレーターによって削除されることがあります。そういったチャットの作成者は、バン(排除)されます。", - "In effort to make TradingView more useful to a larger number of users, moderators have the right to hide ideas with bad descriptions or not informative from the front page and the gallery. We are NOT limiting any ways of publishing or using TradingView charts. You can still create and publish any kind of charts; your profile and Activity Stream will still show all created charts.": "TradingViewをより多くのトレーダーに使っていただくために、モデレーターは、有害なものや、不適切な記事を非表示にする権利を持っています。投稿方法やTradingViewチャートの利用について、制限は設けていません。どんなチャートの種類も作成し公開することが可能です。", + "In effort to make TradingView more useful to a larger number of users, moderators have the right to hide ideas with bad descriptions or not informative from the front page and the gallery. We are NOT limiting any ways of publishing or using TradingView charts. You can still create and publish any kind of charts; your profile and Activity Stream will still show all created charts.": "TradingViewをより多くのトレーダーに使っていただくために、モデレーターは、有害なものや、不適切な記事を非表示にする権利を持っています。当社は、投稿方法やTradingViewチャートの利用について、制限は設けていません。どんなチャートの種類も作成し公開することが可能です。プロフィールやアクティブストリームには、すべての作成したグラフが表示されます。", "In Session": "セッション内", - "In short, the more understandable and interesting your ideas are, the more you’ll gain respect of others and get discovered by the financial community. We’ll do our best to help showcase good ideas.": "簡単に言えば、より理解しやすく面白いアイデアは、他のユーザーからも尊敬を得られ、世界中の金融コミュニティで繰り返し記事が読まれるでしょう。私たちは、良いアイデアが集まるように全力を尽くします。", - "in": ":", + "In short, the more understandable and interesting your ideas are, the more you’ll gain respect of others and get discovered by the financial community. We’ll do our best to help showcase good ideas.": "簡単に言えば、より理解しやすく面白いアイデアは、他のユーザーからも尊敬を得られ、世界中の金融コミュニティで繰り返し記事が読まれるでしょう。当社は、良いアイデアが集まるように全力を尽くします。", + "in": "in", "in_dates": ":", "inbars": "__period__バー", "Income After Taxes": "税引後純収益", @@ -964,7 +964,7 @@ "Indicator Titles": "インディケータのタイトル", "Indicator Values": "インディケータの値", "Indicator": "インディケータ", - "Indicators and Strategies": "インディケータと自動売買プログラム", + "Indicators and Strategies": "インディケータとストラテジー", "Indicators": "インディケータ", "Indicators, Fundamentals, Economy and Add-ons": "インディケータ、ファンダメンタル、経済指標、アドオン", "Industry": "業界", @@ -987,8 +987,8 @@ "Intraday Renko, Kagi, Line Break and Point & Figure charts take considerable resources, so we can't give them out for free to everyone (as much as we'd like to). We can, however, give out these charts for free in the Daily and Weekly resolutions.": "イントラディ連行足、カギ足、ラインブレイク、P&Fチャートは、膨大なリソースを必要するため、有料サービスになっています。ですが、日足チャートと週足チャートは、すべてのユーザーに無料で提供します。", "Intraday Renko, Kagi, Line Break, PnF and spread charts": "イントラディ連行足、カギ足、ラインブレーク、ポイント&フィギュアチャート、スプレッドチャート", "Intraday Renko, Kagi, Line Break, PnF charts": "イントラディ連行足、カギ足、ラインブレーク、ポイント&フィギュアチャート", - "Intraday Spread Charts": "イントラディのスプレッドチャート", - "Intraday Spread": "イントラディスのプレッド", + "Intraday Spread Charts": "イントラディスプレッドチャート", + "Intraday Spread": "イントラディスプレッド", "invalid symbol": "不明なシンボル", "Invalid Symbol": "不明なシンボル", "Inventories, Net": "総在庫", @@ -1006,12 +1006,12 @@ "jawLength_input": "Jaw 期間", "Join Now": "無料登録", "Journal is empty": "ジャーナルが空です", - "Journal...": "日記...", + "Journal...": "ジャーナル ...", "Jul": "7月", "Jun": "6月", "Jurik Research": "Jurik Research", "Just for you, we made a special deal that lets you continue for another 12 months for only $199.80. That is less than $16.65/month. Don’t miss the last chance to get the special Early Access and secure this low rate now!": "TradingViewの利用をお安く利用できるように、12か月たった199.80ドルの特別割引です。1か月なら16.65ドル以下です。この特別割引キャンペーンををお見逃しなく!", - "Just for you, we made a special deal that lets you continue for another 12 months for only $199.80. That’s only $16.65/month and 33% off regular price.": "あなただけに、TradingViewの利用を継続できるように、12か月たった199.80ドルの特別オファーをします。一か月16.65ドル以下で、通常より33%オフです。", + "Just for you, we made a special deal that lets you continue for another 12 months for only $199.80. That’s only $16.65/month and 33% off regular price.": "あなただけに、当社のTradingViewの利用を継続できるように、12か月たった199.80ドルの特別オファーをします。一か月16.65ドル以下で、通常より33%オフです。", "Kagi": "カギ足", "KCBT - Futures - USA": "KCBT-先物-米国", "Keltner Channels": "Keltner チャネル", @@ -1071,7 +1071,7 @@ "Level": "レベル", "Levels": "レベル", "Liabilities & Stockholder's Equity": "負債 & 株式持分", - "Liabilities & Stockholder's Equity": "負債、株式持分", + "Liabilities & Stockholder's Equity": "負債 & 株式持分", "like_plural": "いいね", "Limit": "指値", "Line Break": "ラインブレイク", @@ -1082,7 +1082,7 @@ "Linear Regression Curve_study": "線形回帰曲線", "Linear Regression": "線形回帰", "Lines": "ライン", - "Link interval to all charts": "すべてのチャートの時間足をリンク", + "Link interval to all charts": "すべてのチャートの時間軸をリンク", "Link symbol to all charts": "すべてのチャートにシンボルをリンク", "LINK TO RELATED IDEAS": "関連するアイデアへリンクする", "Link to this chart": "このチャートのリンクURL", @@ -1131,7 +1131,7 @@ "Long-term Debt": "長期負債", "Long-term Deferred Income Tax Liabilities": "長期繰延税金資産", "Long-term Deferred Liability Charges": "長期繰延負債料", - "Long-term intervals are better than short-term ones for publishing analysis. An idea on 1 minute bars will probably become obsolete by the time people read it. However a good idea may still be featured.": "分析を公開するときは、短期間の時間足よりも長期間の方が優れています。分足についてのアイデアは、おそらく人々がそれを読む頃には、ちょっと時代遅れとなっているでしょう。しかし、よいアイデアの場合は、注目されるかもしれません。", + "Long-term intervals are better than short-term ones for publishing analysis. An idea on 1 minute bars will probably become obsolete by the time people read it. However a good idea may still be featured.": "分析を公開するときは、短期間の時間軸よりも長期間の方が優れています。分足についてのアイデアは、おそらく人々がそれを読む頃には、ちょっと時代遅れとなっているでしょう。しかし、よいアイデアの場合は、注目されるかもしれません。", "Long-term Investments": "長期投資", "Long_input": "ロング", "long_input": "ロング", @@ -1140,7 +1140,7 @@ "Low price available now – don’t miss this chance!": "低価格での提供は今だけです!", "Low": "安値", "low": "安値", - "Low_in_legend": "安値", + "Low_in_legend": "安", "Lower Band": "低いバンド", "Lower Bound": "下限", "Lower Devation": "低い偏差", @@ -1179,7 +1179,7 @@ "market open": "市場開始", "Market Summary": "市場ニュース", "Market": "マーケット", - "Marketplace Add-ons": "MarketPlaceアドオン", + "Marketplace Add-ons": "マーケットプレイス アドオン", "Mass Index": "Mass インデックス", "Mass Index_study": "マス・インデックス", "Max value": "最大値", @@ -1200,8 +1200,8 @@ "middle": "中央", "Middle": "中央", "Minor": "マイナー", - "Minority Interest & Equity Earnings": "過半数以下の出資投資収益", - "Minority Interest & Equity Earnings": "過半数以下の出資、投資収益", + "Minority Interest & Equity Earnings": "過半数以下の出資 & 投資収益", + "Minority Interest & Equity Earnings": "過半数以下の出資 & 投資収益", "Minority Interest": "過半数以下の出資", "Minuette": "ミニュット", "Minus Line": "マイナスライン", @@ -1212,7 +1212,7 @@ "Mkt Cap": "時価総額", "mod": "変更", "Mode": "モード", - "MODERATED": "モデレーター対応済み", + "MODERATED": "モデレーターによる編集が行われました。", "Moderator": "モデレーター", "Moderators Warning Messages": "モデレーターからの警告メッセージ", "Modified Schiff Pitchfork": "変形 Schiff ピッチフォーク", @@ -1262,7 +1262,7 @@ "MTPredictor": "MTPredictor", "Mult_input": "倍率", "mult_input": "倍率", - "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "マルチタイムフレームPanesパッケージには、迅速かつ正確な市場の状態を評価するツールです。ユーザ設定可能な4つの時間足からの情報を表示する5つの指標が含まれています。 MTF Panesには、RSI、Williams %R、移動平均、スクイーズなどの、よく使用される指標が含まれています。長期取引や、超短期のスキャルピングに関わらず、これらの指標は必要不可欠です。


COGスクイズとBB/ KCスクイーズPanesの両方が含まれています。すべての時間足で利用でき、トレーディングブレイクアウトおよびオプションを簡単にしてくれます。", + "Multi Timeframe Panes package contains 5 indicators that show information from four user-configurable timeframes in a single pane, allowing you to assess the market state quickly and correctly. These MTF panes include often-used indicators - RSI, Williams %R, Moving Averages and Squeeze - making them indispensable for either long term play or for scalping.

For squeeze, both COG squeeze and BB/KC squeeze panes are included. The ability to mark the price bars with squeeze on all timeframes (user selectable) makes trading break-outs and options easy and more rewarding.": "マルチタイムフレームPanesパッケージには、迅速かつ正確な市場の状態を評価するツールです。ユーザ設定可能な4つの時間枠からの情報を表示する5つの指標が含まれています。 MTF Panesには、RSI、ウィリアムズ%R、移動平均、スクイーズなどの、よく使用される指標が含まれています。長期取引や、超短期のスキャルピングに関わらず、これらの指標は必要不可欠です。


COGスクイズとBB/ KCスクイーズPanesの両方が含まれています。すべての時間枠(ユーザが選択可能)で利用でき、トレーディングブレイクアウトおよびオプションを簡単にしてくれます。", "Multi-Time Period Charts": "マルチ時間間隔チャート", "Multiple accounts": "複数アカウント", "Multiple charts layout and watch lists": "複数チャートレイアウトとウォッチリスト", @@ -1279,13 +1279,13 @@ "n/a": "n/a", "Name": "名前", "NASDAQ - Stock - USA": "NASDAQ-株-米国", - "NASDAQ and NYSE charge exchange and per-user fees, which means we can’t give this for free to everyone (as much as we'd love to). Our free feed is provided by BATS electronic exchange, which offers approximate volumes and prices with fewer updates.": "NASDAQとニューヨーク証券取引所からのイントラデー(日中足)とリアルタイムデータ配信を利用する場合、各利用者ごとに、データ利用料金を求めています。そのため、TradingViewでも、無料でこのデータ配信をすることはできないのです。無料データ配信は、私設取引所のBATSより電子データとして提供されています。", - "Nasdaq Gap Down Stocks": "NASDAQ株価ギャップダウン", - "Nasdaq Gap Up Stocks": "NASDAQ株価ギャップアップ", + "NASDAQ and NYSE charge exchange and per-user fees, which means we can’t give this for free to everyone (as much as we'd love to). Our free feed is provided by BATS electronic exchange, which offers approximate volumes and prices with fewer updates.": "NASDAQとニューヨーク証券取引所は、イントラデー(日中足)とリアルタイムデータ配信を利用する場合、各利用者ごとに、データ利用料金を求めています。そのため、TradingViewでも、無料でこのデータ配信をすることはできないのです。当社の無料データ配信は、私設取引所のBATSより電子データとして提供されています。", + "Nasdaq Gap Down Stocks": "NASDAQ株式ギャップダウン", + "Nasdaq Gap Up Stocks": "NASDAQ株式ギャップアップ", "Nasdaq Percent Advances": "NASDAQ値上がり率", "Nasdaq Percent Declines": "NASDAQ値下がり率", "Nasdaq Price Advances": "NASDAQ価格の上昇", - "Nasdaq Price Declines": "NASDAQ価格の下落", + "Nasdaq Price Declines": "NASDAQ価格の低下", "Nasdaq Range Advances": "NASDAQ上昇レンジ", "Nasdaq Range Declines": "NASDAQ下落レンジ", "Nasdaq Volume Leaders": "NASDAQ 出来高リーダー", @@ -1311,19 +1311,19 @@ "next symbol": "次のシンボル", "Next": "次", "No account history yet": "アカウント履歴はまだありません", - "No advertising, direct marketing, or solicitation! To advertise to our audience contact founders@tradingview.com": "広告、直接なマーケティング、勧誘はやめてください。ユーザーへ宣伝したい場合は、founders@tradingview.comに連絡ください。", + "No advertising, direct marketing, or solicitation! To advertise to our audience contact founders@tradingview.com": "広告、直接なマーケティング、勧誘はやめてください。当社のユーザーへ宣伝したい場合は、founders@tradingview.comに連絡ください。", "No alerts triggered": "発動されたアラートはありません", "No alerts": "アラートはありません。", "No defamatory, threatening or discriminatory remarks, hate speech or personal attacks.": "中傷、脅迫、差別的発言、差別的発言や個人攻撃はやめてください。", "No drawings yet": "未描画", - "No ideas matched your criteria": "条件にあうアイデアはありません。", + "No ideas matched your criteria": "あなたの条件にあうアイデアはありません。", "No ideas.
If you want to use this service - please sign in or register!": "アイデアがありません。
このサービスを利用したい場合は、サインインまたは登録を行ってください。", "No indicators matched your criteria.": "条件に合うインディケータがありません。", "No links / posts with illegal content, pornography, or nudity.": "違法なコンテンツ、ポルノ、ヌードのリンクや投稿はしないでください。", "No monthly invoices": "月額請求はありません", "No notifications yet": "お知らせはまだありません。", "No posting links or reference to content / sites that contain viruses or malware.": "ウィルスやマルウェアが含まれるコンテンツへの転記や、リンクを公開するのはやめてください。", - "No public library scripts were found.": "公開ライブラリースクリプトは見つかりませんでした。", + "No public library scripts were found.": "パブリックライブラリースクリプトは見つかりませんでした。", "No real-time data": "データ遅延", "No saved scripts yet": "スクリプトはまだ保存されていません", "No scripts matched your criteria": "あなたの条件に合うスクリプトはありません。", @@ -1353,8 +1353,8 @@ "NYMEX - Futures - USA": "NYMEX-先物-米国", "NYMEX E-mini": "NYMEX E-mini", "NYSE - Stock - USA": "NYSE-株-米国", - "NYSE Gap Down Stocks": "NYSE株価ギャップダウン", - "NYSE Gap Up Stocks": "NYSE株価ギャップアップ", + "NYSE Gap Down Stocks": "NYSE株式ギャップダウン", + "NYSE Gap Up Stocks": "NYSE株式ギャップアップ", "NYSE LIFFE - Futures - USA": "NYSE LIFFE - 先物 - 米国", "NYSE Percent Advances": "NYSE値上がり率", "NYSE Percent Declines": "NYSE値下がり率", @@ -1370,7 +1370,7 @@ "Official real-time & intraday data": "公式リアルタイムとイントラディデータ", "Official real-time, intraday and volume data": "公式リアルタイム、イントラディ、出来高データ", "Offset": "オフセット", - "Oh no! You have only two weeks left in your PRO Plus trial! These benefits will expire in two short weeks:": "大変です!PRO Plusの無料お試しが、あと2週間しかありません。PROの優れたサービスは、2週間後に切れてしまいます。", + "Oh no! You have only two weeks left in your PRO Plus trial! These benefits will expire in two short weeks:": "大変です!PRO Plusのトライアル版が、あと2週間しかありません。PROの優れたサービスは、2週間後に切れてしまいます。", "OHLC Values": "OHLC値", "ohlc4": "ohlc4", "OK": "OK", @@ -1388,15 +1388,15 @@ "Only PRO Plus and Premium subscribers can access intraday Renko, Kagi, Line Break, Point & Figure charts. You will now be switched to a Daily (D)": "PRO Plusかプレミアムの会員だけが、イントラディ連行足、カギ足、ラインブレーク、ポイント &フィギュアにアクセスすることができます。日足へ切り替えられます。", "Only PRO, PRO Plus and Premium users that have a subscription to {{exchange}} Exchange can get official data on real-time prices, volume and intraday history. You'll now be switched to the Daily (D) interval, which is available to all users.": "PRO、PROプラス、プレミアム会員だけが{{exchange}}を購読できます。取引所データは、リアルタイムでの価格、出来高、イントラディの過去データを表示できます。ですが日足データだけは、すべてのユーザーが無料で利用できます。", "open Indicators.": "インディケーターを開く", - "Open Interval Dialog": "時間足ダイアログを開く", + "Open Interval Dialog": "時間軸ダイアログを開く", "open Load Chart.": "読み込みチャートを開く", "Open Pine Script Editor": "Pine スクリプトエディタを開く", "Open Price": "開始値", "Open Script": "スクリプトを開く", "Open Trading Panel": "取引パネルを開く", - "Open": "開く", + "Open": "始値", "open": "開く", - "Open_in_legend": "始値", + "Open_in_legend": "始", "Open_line_tool_position": "開始", "Operating Expenses": "営業経費", "Operating Leases": "営業リース", @@ -1425,8 +1425,8 @@ "Other Equity Transactions, Net": "その他の持分取引", "Other Equity": "その他純資産", "Other Financing Activities, Net": "その他の財務活動", - "Other General & Administrative Expense": "その他一般管理経費", - "Other General & Administrative Expense": "その他一般の管理経費", + "Other General & Administrative Expense": "その他一般 & 管理経費", + "Other General & Administrative Expense": "その他一般 & 管理経費", "Other Interest Income/Expense, Net": "その他の利息収入/経費", "Other Investing Activities": "その他の投資活動", "Other Investment Changes, Net": "その他の投資変動", @@ -1436,10 +1436,10 @@ "Other Operating Expenses": "その他の営業経費", "Other Receivables": "その他の売掛金", "Other Revenue": "その他の収益", - "Other Selling, General & Administrative Expenses": "その他の販売、一般管理経費", - "Other Selling, General & Administrative Expenses": "その他の販売、一般管理経費", + "Other Selling, General & Administrative Expenses": "その他の販売、一般 & 管理経費", + "Other Selling, General & Administrative Expenses": "その他の販売、一般 & 管理経費", "Other": "その他", - "Our PRO Plus users see amazing benefits. You get advanced trading opportunities using multi symbol statistical arbitrage techniques. Read more about PRO Plus features.": "PROプラスユーザーには、すばらしい利点があります。複数シンボル間でのスプレッド(鞘取り)売買で、高度な取引の機会を得ることができます。PROプラスの機能についてもっと読む。", + "Our PRO Plus users see amazing benefits. You get advanced trading opportunities using multi symbol statistical arbitrage techniques. Read more about PRO Plus features.": "当社のPROプラスユーザーは、すばらしい利点があります。複数シンボル間でのスプレッド(鞘取り)売買で、高度な取引の機会を得ることができます。PROプラスの機能についてもっと読む。", "Outside Channel": "チャンネルの外側", "Overbought": "買われすぎ", "Overlay the main chart": "メインチャートに重ねる", @@ -1472,7 +1472,7 @@ "Period": "期間", "Permanent link to this message": "リンク貼り付け", "Personal information": "個人の情報", - "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ゾーニングMTF予測分析取引ゾーン。どこで供給と需要が行われたかを示す、最も技術的に進歩したゾーンを取得します。PFAゾーニングMTFは、あなたが選択した任意の時間足に複数の時間足からの供給と需要のゾーンを確認することができます。5分足チャートで60分ゾーンの表示を行うことや、60分足チャートで5分ゾーンで表示することが簡単にできます。独自のアルゴリズムにより、客観的な価格レベルを見つけることができます。", + "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ゾーニングMTF予測分析取引ゾーン。どこで供給と需要が行われたかを示す、最も技術的に進歩したゾーンを取得します。当社のPFAゾーニングMTFは、あなたが選択した任意の時間枠に複数の時間枠からの供給と需要のゾーンを確認することができます。5分足チャートで60分ゾーンの表示を行うことや、60分足チャートで5分ゾーンで表示することが簡単にできます。当社独自のアルゴリズムにより、客観的な価格レベルを見つけることができます。", "Pick your idea or paste url to someone's else idea.": "過去の自分自身のアイデアや、他ユーザーのアイデアのURLを貼り付けてください。", "Pine Editor": "Pine エディタ", "Pine Script Editor": "Pineスクリプトエディタ", @@ -1482,7 +1482,7 @@ "Pitchfork": "ピッチフォーク", "Pivot Points High Low": "ピボットポイント高値安値", "Pivot Points Standard": "ピボットポイント・スタンダード", - "Pivots Timeframe": "ピボット時間足", + "Pivots Timeframe": "ピボット時間枠", "Place Order": "発注", "Play Sound": "サウンドを鳴らす", "Please consider subscribing to our PRO service which includes many other features not available in the free membership.": "PROサービスへの加入を考えてみてください。この購読には、無料メンバーには利用できないたくさんの機能が含まれています。", @@ -1494,7 +1494,7 @@ "Please name this script": "スクリプトに名前をつけてください。", "Please read before publishing": "投稿する前にお読みください。", "Please use English for conversation. Other languages will be supported in the future": "会話には、日本語を使用してください。その他、話し相手に合わせて英語なども利用してください。", - "Please use only English in tags": "関連する「タグ」は日本語、英語が使えます。", + "Please use only English in tags": "関連する「タグ」は英語のみ使用してください。", "Please, enter your e-mail": "メールアドレスを入力してください。", "Plot dividends": "配当を表示", "Plot earnings": "収益計画", @@ -1525,10 +1525,10 @@ "Price % Change 1 Week": "価格 % 変化 1週", "Price % Change 4 Week": "価格 % 変化 4週", "Price % Change 52 Week": "価格 % 変化52週", - "Price - 52 Week High": "価格 - 52週高値", - "Price - 52 Week Low": "価格 - 52週安値", - "Price Advances": "値上がり", - "Price Declines": "値下がり", + "Price - 52 Week High": "価格 - 52週高", + "Price - 52 Week Low": "価格 - 52週低", + "Price Advances": "価格の上昇", + "Price Declines": "価格の下落", "Price History": "価格履歴", "Price incorrect": "価格が不正確", "Price Label": "価格ラベル", @@ -1537,7 +1537,7 @@ "Price Oscillator": "プライスオシレーター", "Price Oscillator_study": "価格オシレーター", "Price Range": "価格レンジ", - "Price Scale": "価格スケール", + "Price Scale": "価格表", "Price Source": "価格データ源", "Price Volume Trend": "プライス出来高トレンド", "Price": "価格", @@ -1554,9 +1554,9 @@ "Private Chart Publishing": "プライベートチャートの投稿", "PRO Badge & Adding Value": "PROバッジ & 付加価値", "PRO members can add optional multi-device access. Click \"Buy Multi-Device Access\" to access your account from several devices at the same time. Click CONNECT to terminate the other session and connect here.": "PROにアップグレードして、マルチデバイスアクセスを追加することで、複数のデバイスから同時に利用できるようになります。他の接続を切断するには、「接続」をクリックしてください。", - "PRO Plus Trial": "PROプラスの無料お試し", + "PRO Plus Trial": "PROプラスのトライアル", "Pro Realtime": "Proリアルタイム", - "Pro Trial": "Pro無料お試し", + "Pro Trial": "Proトライアル", "Pro": "Pro", "pro": "pro", "Profile Settings": "プロフィール設定", @@ -1581,26 +1581,26 @@ "Publish Script": "スクリプト公開", "Published Chart": "公開済みチャート", "Published idea or chart image URL": "投稿されたアイデアやチャート画像URL", - "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 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 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 settings": "アイデアの表示設定", "published": "公開中", - "Publishing means sharing your chart and trading idea with the financial web and the investing community. A published idea needs to be detailed and descriptive in order to be meaningful to other traders.": "投稿するということは、チャートや投資アイデアを金融ウェブや投資コミュニティを利用して共有するということです。投稿されるアイデアは、他のトレーダーにとっても役に立つ内容であることが条件になります。", - "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "投資サイトや、投資コミュニティーで、あなたの投資アイデアを共有して公開できます。もちろん、他のユーザーもコメントしたり、評価できます。", + "Publishing means sharing your chart and trading idea with the financial web and the investing community. A published idea needs to be detailed and descriptive in order to be meaningful to other traders.": "投稿するということは、チャートやトレーディングアイデアを金融ウェブや投資コミュニティを利用して共有するということです。投稿されるアイデアは、他のトレーダーにとっても役に立つ内容であることが条件になります。", + "Publishing will share your trading idea with the financial web and the investing community so that others can comment and rate it.": "投資サイトや、投資コミュニティーで、あなたのトレーディングアイデアを共有して公開できます。もちろん、他のユーザーもコメントしたり、評価できます。", "Purchase of Investments": "投資買取", "Qty": "数量", "Quantity": "数量", "Quick Ratio": "当座比率", "Quote this message": "このメッセージを引用", "Quotes are delayed by 10 min and updated every 30 seconds": "データ配信は、10分遅延しています。30秒ごとに更新されます。", - "Quotes are delayed by 10 min and updated in realtime": "データは10分遅れですが、リアルタイムで更新・表示されます。", - "Range Advances": "値上がり幅", - "Range Declines": "値下がり幅", + "Quotes are delayed by 10 min and updated in realtime": "相場は10分遅れで表示され、リアルタイムで更新されます。", + "Range Advances": "上昇レンジ", + "Range Declines": "下落レンジ", "range": "レンジ", "Rate Of Change": "変化率", "Rating": "評価", "Ray": "レイ", - "Read more": "詳細", + "Read more": "もっと読む", "Read more...": "詳細 ...", "Realized Gains/Losses": "実現利益/損失", "realtime": "リアルタイム", @@ -1629,7 +1629,7 @@ "Remove All Drawing Tools": "すべての描画ツールを削除", "Remove All Indicators": "すべてのインディケータを削除", "Remove All Studies": "すべてのインディケータを削除", - "Remove custom interval": "カスタム時間足を削除", + "Remove custom interval": "カスタム時間軸を削除", "Remove from favorites": "お気に入りから削除", "Remove this room from favorites": "お気に入りからこのルームを削除する", "Remove": "削除", @@ -1646,10 +1646,10 @@ "Reputation": "評判", "Require Order Confirmation": "注文確認が必要です", "Research & Development Expense": "調査 & 開発経費", - "Research & Development Expense": "調査、開発経費", + "Research & Development Expense": "調査 & 開発経費", "Reset Chart": "チャートをリセット", "Reset Paper Trading Account": "ペーパートレーディングアカウントのリセット", - "Reset Paper Trading Account...": "ペーパートレーディング口座のリセット", + "Reset Paper Trading Account...": "ペーパートレーディングアカウントのリセット", "Reset Scale": "スケールをリセット", "Reset Settings": "設定をリセット", "Reset": "リセット", @@ -1658,8 +1658,8 @@ "Restart": "再スタート", "Restart...": "再スタート...", "Restricted Cash": "制限付預金", - "Restructuring, Remediation & Impairment Provisions": "リストラ、是正の減損規定", - "Restructuring, Remediation & Impairment Provisions": "リストラ、是正の減損規定", + "Restructuring, Remediation & Impairment Provisions": "リストラ、是正 & 減損規定", + "Restructuring, Remediation & Impairment Provisions": "リストラ、是正 & 減損規定", "Retained Earnings": "内部留保", "retrying": "再試行中", "Return on Assets": "総資産利益率", @@ -1702,19 +1702,19 @@ "S/L": "損切り", "Sale of Investments": "投資商品の売却", "Sale of Property, Plant & Equipment": "不動産、資産、機器の売却", - "Sale of Property, Plant & Equipment": "資産、工場の設備の売却", + "Sale of Property, Plant & Equipment": "資産、工場 & 設備の売却", "Sales & Marketing Expense": "販売 & マーケティング費用", - "Sales & Marketing Expense": "販売、マーケティング費用", + "Sales & Marketing Expense": "販売 & マーケティング費用", "Sao Paulo": "サンパウロ", "Save ${{savings}}": "${{savings}}割引", "Save As Default": "デフォルトを保存", "Save As Watchlist...": "ウオッチリストに保存 ...", "Save As...": "名前を付けて保存 ...", - "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": "「チャートレイアウトを保存」は、特定のチャートを保存することではありません。現在お使いのレイアウトでのシンボル、時間軸などすべての変更を保存します。", "Save Chart Layout": "チャートレイアウトを保存", "Save Drawing Template As...": "描画テンプレートを名前をつけて保存", "Save image": "画像の保存", - "Save Interval": "時間足の保存", + "Save Interval": "時間軸の保存", "Save New Chart Layout": "新規チャートレイアウトを保存", "Save New Chart": "新しいチャートを保存", "Save Script As": "スクリプトを名前を付けて保存", @@ -1763,7 +1763,7 @@ "Sell symbol": "売り__displaySymbol__逆指値__abbreviatedNumber__@__formattedValue__", "Sell": "売り", "Selling, General & Administrative Expenses": "販売、一般もしくは管理費用", - "Selling, General & Administrative Expenses": "販売、一般管理費用", + "Selling, General & Administrative Expenses": "販売、一般 & 管理費用", "Send Backward": "最背面へ移動", "Send E-mail": "メール送信", "Send Feedback or Report an Issue": "フィードバックや問題レポートを送信", @@ -1813,7 +1813,7 @@ "Show Bars Range": "バー範囲を表示", "Show Buy/Sell Panel": "売買パネルの表示", "Show chart snapshot preview": "チャートスナップショットのプレビュー", - "Show Console": "コンソール表示", + "Show Console": "コンソールを表示", "Show Countdown": "カウントダウン表示", "Show data": "データを表示", "Show Date/Time Range": "日付・時間レンジを表示", @@ -1876,7 +1876,7 @@ "Simple": "シンプル", "Singapore": "シンガポール", "Size": "サイズ", - "Skip": "スキップ", + "Skip": "省略する", "Slow length": "遅い期間", "Slow Length": "遅い期間", "Slow scrolling or chart loading": "スクロール中、またはチャート読み込み中", @@ -1895,22 +1895,22 @@ "smoothK_input": "スムース K", "So… You’ve had free PRO Plus for a week now. Seeing the advantages?": "PROプラスを利用して一週間が経ちます。楽しんでいただけていますか?", "Social": "SNS", - "Some authors that we recommend get marked as Suggested Authors, and their ideas get posted to the front page automatically. The basis for recommending authors is multiple factors, which include a large number of interesting ideas. A suggested author has a corresponding badge in their profile.": "おすすめ投稿者は、私たち TradingView がおすすめするアイデアを投稿するユーザーです。これらのアイデアは、トップページに表示されます。おすすめマークがつけられる条件は、複数ありますが、興味深いアイデアであることが重要です。おすすめアイデアになると、トレーダーのプロフィール欄に特別なバッジがつきます。", + "Some authors that we recommend get marked as Suggested Authors, and their ideas get posted to the front page automatically. The basis for recommending authors is multiple factors, which include a large number of interesting ideas. A suggested author has a corresponding badge in their profile.": "おすすめアイデアは、私たち TradingView がおすすめするアイデアです。これらのアイデアは、トップページに表示されます。おすすめマークがつけられる条件は、複数ありますが、興味深いアイデアであることが重要です。おすすめアイデアになると、トレーダーのプロフィール欄に特別なバッジがつきます。", "Someone agreed/disagreed with your idea": "自分のアイデアに同意、同意しないをされたとき", - "Someone commented on the idea you follow": "フォロー中のアイデアに、誰かがコメントしたとき", + "Someone commented on the idea you follow": "フォロー中のアイデアにコメントされたとき", "Someone commented on your idea": "自分のアイデアにコメントしたとき", "Someone followed you": "自分をフォローされたとき", "Someone logged into your account from different device": "他のデバイスからの接続を検出しました。", "Someone published idea on symbol you follow": "フォロー中のシンボルに誰かがアイデアを投稿したとき", "Someone replied to your comment": "自分のコメントに返答されたとき", "Someone you follow change status": "フォロー中の誰かがステータスを変更したとき", - "Someone you follow post new comment": "フォロー中の誰かが新しいコメントを投稿したとき", + "Someone you follow post new comment": "フォロー中の新しいコメントを投稿されたとき", "Someone you follow published new idea": "フォロー中の誰かが新しいアイデアを投稿したとき", - "Sorry, PRO Plus trial could not be set.": "PROプラス無料お試しへの手続きができません。", - "Sort by last price": "終値順", - "Sort by price change percent": "価格変化%順", - "Sort by price change": "価格変化順", - "Sort by symbol": "シンボル順", + "Sorry, PRO Plus trial could not be set.": "PROプラストライアルへの手続きができません。", + "Sort by last price": "終値で並べ替え", + "Sort by price change percent": "価格変更率で並べ替え", + "Sort by price change": "価格変更で並べ替え", + "Sort by symbol": "銘柄で並べ替え", "Sound on addressed to me messages": "メッセージを音でお知らせ", "Sound on every message": "メッセージごとにサウンドを鳴らす", "Source back color": "背景色のソース", @@ -1921,10 +1921,10 @@ "Source text color": "テキスト色のソース", "Source": "ソース", "Source_compare": "ソース", - "Split": "株式分割", - "Spreads for intraday charts are calculated based on 1-minute bars, and then recompiled into the selected interval. This approach is the only correct one, but requires significant server power. This means we can't give spread charts for free to everyone (as much as we'd like to).": "イントラディチャートのスプレッドは、1分バーを基に計算されており、選択された時間間隔でリコンパイルされています。この手法は、一番良い正攻法なのですが、すべてをサーバーで処理するため、サーバーは高い負荷を持つことになります。そのため、スプレッドチャートを無料で提供することができません。", + "Split": "スプリット", + "Spreads for intraday charts are calculated based on 1-minute bars, and then recompiled into the selected interval. This approach is the only correct one, but requires significant server power. This means we can't give spread charts for free to everyone (as much as we'd like to).": "イントラディチャートのスプレッドは、1分バーを基に計算されており、選択された時間間隔でリコンパイルされています。この手法は、たったひとつの正しいやり方ですが、サーバーでの高い負荷になっています。そのため、スプレッドチャートを無料で提供することができません。", "Start new chat with...": "新しいチャットを開始する ...", - "START TRIAL": "無料お試し開始", + "START TRIAL": "トライアル開始", "Start": "スタート", "start_input": "スタート", "Stats Text Color": "テキスト色", @@ -1938,7 +1938,7 @@ "Stochastic": "ストキャスティクス", "Stochastic_study": "ストキャスティクス", "Stock And Index Talks": "株と指数トーク", - "Stock Charts & Forex Charts": "株価チャート、FXチャート", + "Stock Charts & Forex Charts": "株価チャート&FXチャート", "Stock Option Tax Benefits": "ストックオプションの税制上の優遇措置", "Stock": "株式", "stock": "株式", @@ -1954,11 +1954,11 @@ "STOP LOSS": "損切り幅", "Stop syncing drawing": "描画の同期を停止", "Stop": "逆指値", - "Stop: {0} ({1}%)": "損切り・逆指値: {0} ({1}%)", + "Stop: {0} ({1}%)": "逆指値: {0} ({1}%)", "Stopped Manual": "手動を止める", "Stopped": "停止", - "Strategies": "自動売買プログラム", - "streaming": "配信中", + "Strategies": "ストラテジー", + "streaming": "ストリーミング", "Study not loading": "スタディが読み込まれていません", "Study Template": "スタディテンプレート", "Study Templates": "スタディテンプレート", @@ -1974,7 +1974,7 @@ "Suggested ideas & my ideas": "おすすめと自分のアイデア", "Suggestions & Feedback": "提案とフィードバック", "SuperCycle": "スーパーサイクル", - "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "サポートとレジスタンスツールには、7つの指数が入っています。これらは自動的にサポートとレジスタンスの価格領域を価格チャートに表示します。7つの指数には、RSI、CCI、%B、Williams %Rなどの指標から派生して開発されたサポートレジスタンスレベルも表示できます。

価格チャートに重ねたサポートレジスタンスレベルを使うことで、価格の転換点を容易に知ることができ、利益確定などに使うことができます。", + "Support/Resistance Levels package includes 7 indicators. These automatically derive S/R price areas from the underlying indicators and show them overlaid on price. These include S/R Levels derived from indicators like RSI, CCI, %B and Williams %R.

By visually laying out S/R Levels on chart, these allow complex S/R clusters to be identified and used correctly. Ability to overlay a custom timeframe S/R Levels with the current levels clearly highlights price turning points, and allows easy determination of take-profit/target levels.": "サポートとレジスタンスツールには、7つの指数が入っています。これらは自動的にサポートとレジスタンスの価格領域を価格チャートに表示します。7つの指数には、RSI、CCI、%B、ウィリアムズ%Rなどの指標から派生して開発されたサポートレジスタンスレベルも表示できます。

価格チャートに重ねたサポートレジスタンスレベルを使うことで、価格の転換点を容易に知ることができ、利益確定などに使うことができます。", "Surprise": "サプライズ", "Suspicious links": "不審なリンク", "Swing Trading": "スイングトレード", @@ -2004,7 +2004,7 @@ "Target border color": "ターゲットの枠色", "Target Color:": "ターゲットの色:", "Target text color": "ターゲットのテキスト色", - "Target: {0} ({1}%)": "利益確定・指値: {0} ({1}%)", + "Target: {0} ({1}%)": "指値: {0} ({1}%)", "Tax Rate": "税率", "Technical Analysis": "テクニカル解析", "Teeth Length": "Teeth 期間", @@ -2024,11 +2024,11 @@ "Text": "テキスト", "Text:": "テキスト:", "The Tim West Studies are designed to help you see key hidden levels in a stock chart so you are more prepared to assess where it might go in the future. The levels are fundamental to how markets work and relate to 16 important “battle” dates each year out of more than 250 bars to confuse you. We take the relevant days and make them stand out. Which days? The 4 days a year that companies report EARNINGS and the 12 monthly options expiration days. With the power of TradingView, you can now view graphs of these important dates, with a proprietary twist, that allows you to see where buyers or sellers may still be lurking long after the earnings report is forgotten by the average traders. In order to be above average, you need to have more information than everyone else.": "Tim Westの解析ツールは、株式市場に潜む鍵となる動きを見つけ出すために開発されました。それは将来的に価格が向かう方向を評価するためのツールです。レベルは、市場が向かう方向と、年間のバーの中で16の重要な日を表示します。解析ツールにより、これらの日は目立つように表示されます。たとえば、1年間のうちの4日の収益発表の日や、12ヶ月のオプションの期限日なども表示されます。TradingViewのパワーを使うことで、普通の一般投資家が忘れてしまいそうな決算発表の日の後で、売り手や買い手がいまだ潜んでいる状況をグラフととして表示することができます。市場で平均以上であるためには、あなたが他の人よりも多くの情報を持っている必要があります。", - "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!": "Algoviewエッセンシャルパッケージには、伝統的なタイプや、よく使われるテクニカル解析が含まれています。これらの解析ツールは、価格の応答をベースに開発されており、ろうそく足のパターンを見つけるファインダーや、より広い範囲のパターンを見つけるツール(例えばNR4/ NR7のパターン等)などや、人気のあるThrustBarsが含まれています単純なMACDよりも分かりやすい MACDBB や、有名な superTrend はトレーリングストップと一緒に使うと良いでしょう。さらに今後、6つの追加ツールが追加される予定です。トレーディングは、簡単ではありませんが、これらのツールを使うことで市場で起こっていることをよりクリアに見通せるようになるでしょう。ぜひ、ちょっと使ってみてください。", - "The best ideas are placed in the Suggested tab, where they receive extra exposure. All suggested ideas are hand-picked by our editorial team based on a number of criteria. We have a dedicated group of people who review every idea published every day to find the most interesting and informative ideas that will be helpful to other members.": "とてもよいアイデアは、おすすめアイデアのタブの中に表示されます。おすすめは、編集チームによって手作業で選ばれてます。TradingViewのユーザーの中には、公開されたすべてのアイデアを毎日、審査し、みんなの役に立ちそうな興味深いアイデアを判断しているグループがいます。", - "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!": "DecisionBar取引方法とソフトウェアは、とてもシンプルなので、初心者のトレーダーもわずか数時間で、利益が得られるトレーダーになることができます。DecisionBarを利用すると、市場の過去の動向を知るだけではなく、これから、どのように動いていくかも知る事ができます。市場がどんな動きを取ろうとも、DecisionBarは、取引を予測し、あなたを正しい場所へ導いてくれます。", + "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!": "Algoviewエッセンシャルパッケージには、伝統的なタイプや、よく使われるテクニカル解析が含まれています。これらの解析ツールは、価格の応答をベースに開発されており、ろうそく足のパターンを見つけるファインダーや、より広い範囲のパターンを見つけるツール(例えばNR4/ NR7のパターン等)などや、人気のあるThrustBarsが含まれています。その他の指標もとても人気があるものがあります。単純なMACDよりも分かりやすい MACDBB や、有名な superTrend はトレーリングストップと一緒に使うと良いでしょう。さらに今後、6つの追加ツールが追加される予定です。トレーディングは、簡単ではありませんが、これらのツールを使うことで市場で起こっていることをよりクリアに見通せるようになるでしょう。ぜひ、ちょっと使ってみてください。", + "The best ideas are placed in the Suggested tab, where they receive extra exposure. All suggested ideas are hand-picked by our editorial team based on a number of criteria. We have a dedicated group of people who review every idea published every day to find the most interesting and informative ideas that will be helpful to other members.": "とてもよいアイデアは、おすすめアイデアのタブの中に表示されます。おすすめは、当社の編集チームによって手作業で選ばれてます。TradingViewのユーザーの中には、公開されたすべてのアイデアを毎日、審査し、みんなの役に立ちそうな興味深いアイデアを判断しているグループがいます。", + "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!": "DecisionBar取引方法とソフトウェアは、とてもシンプルなので、初心者のトレーダーもわずか数時間で、利益が得られるトレーダーになることができます。DecisionBarを利用すると、市場の過去の動向を知るだけではなく、これから、どのように動いていくかも知る事ができます。市場がどんな動きを取ろうとも、DecisionBarは、取引を推測し、あなたを正しい場所へ導いてくれます。", "The Extended Trading Hours feature is available only for intraday charts": "時間外取引の機能は、イントラデーのチャートでのみ利用できます。", - "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.": "MicroTrendインディケータは、幅広い売買シグナルツールを備えています。取引へのエントリー、手じまい、損切りストップ、利益確定ポイントなどを簡単に知ることができます。自動フィボナッチは、現在のチャート上でピークポイントからのフィボナッチ間隔を表示します。自動フィボナッチHTF は、日足や週足から計算されたフィボナッチを表示することができます。フィボナッチグリッドは、サポートやレジスタンスレベル、そしてブレイクアウトライン等を表示します。レンジグリッドは、市場の値動きを、小さな範囲で色分けします。水平サポート・レジスタンスの表示は現在のタイムフレームや、日足、週足といったより長い時間足でみた表示も可能です。今日の開始値をラインで表示して、開始値より上をブレイク、下をブレイクといったこともみていくことができます。MicroTrendインディケータは、6つのパッケージから成り立っており、将来的には15のインディケータを追加予定です。MicroTrendインディケータは、市場を幅広く見ることができ、専業トレーダーに最適のパッケージです。", + "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.": "MicroTrendインディケータは、幅広い売買シグナルツールを備えています。取引へのエントリー、手じまい、損切りストップ、利益確定ポイントなどを簡単に知ることができます。自動フィボナッチは、現在のチャート上でピークポイントからのフィボナッチ間隔を表示します。自動フィボナッチHTF は、日足や週足から計算されたフィボナッチを表示することができます。フィボナッチグリッドは、サポートやレジスタンスレベル、そしてブレイクアウトライン等を表示します。レンジグリッドは、市場の値動きを、小さな範囲で色分けします。水平サポート・レジスタンスの表示は現在のタイムフレームや、日足、週足といったより長い時間軸でみた表示も可能です。今日の開始値をラインで表示して、開始値より上をブレイク、下をブレイクといったこともみていくことができます。MicroTrendインディケータは、6つのパッケージから成り立っており、将来的には15のインディケータを追加予定です。MicroTrendインディケータは、市場を幅広く見ることができ、専業トレーダーに最適のパッケージです。", "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.": "ProTradingIndicator パッケージには、プレミアムな解析ツールが含まれています。DIG スマートポイントは、市場のトレンドが転換するポイントを見つけ出すツールです。このツールにより、取引に必要な幅の狭い損切りポイントと、大きな利益を取れるチャンスを見つけ出すことはできます。このリスクと利益の比は、初心者からエキスパートトレーダーには理想の取引になります。DIG 予測 RSI は、買われすぎ売られすぎのレベルを価格の動きから直接評価するものです。同時にサポート、レジスタンスも表示されます。DIG ピポットブレイクは、ピポットブレイクポイントでのトレードに正確な場所を伝えます。ProTradingIndicator パッケージにより、平均的なトレーダーよりも、一歩、優位を保つことができます。", "The SCMR Trend Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "SCMR傾向分析Suite&tradeは、客観的に市場の状況を分析し、価格リスクを可視化し、取引のタイミングと実行の機会を促すことを可能にします。SCMRの主要ツールTrend&tradeは、価格動向の指紋をエンジニアリングしたものを利用して隠れた価格関係を見つけます。プログラムは、最適な動作を強調し、新しい市場での機会の認識を高めます。SCMRのTrend&trade補完は、たくさんの価格指標を提供します。
  • 市場支持と抵抗域を、ダイナミックにプロットしてください。(SCMR Dynamic Levels&trade)
  • 個々のバーの条件に焦点をあてます。(SCMR B2B™)
  • 市場の取引範囲の測定とタイミングをはかります。(SCMR Momentum Peaks™)
取引スタイルや投資ニーズに関わらず、SCMR Suite&tradeは、あなたに有益な情報を与えます。私たちのツールは、アイデアに基づいた調査と、あなたの最も利益のあるものをタイムリーに実行することを融合しました。あなたの取引目標を達成するためのお手伝いをさせてください。", "Themes": "テーマ", @@ -2045,7 +2045,7 @@ "Three Drivers Pattern": "三角持ち合い", "Thumb Down": "バッド", "Thumb Up": "グッド", - "Time Interval": "時間足", + "Time Interval": "時間軸", "Time Levels": "時間レベル", "Time Scale": "時間スケール", "Time Zone": "タイムゾーン", @@ -2100,15 +2100,15 @@ "Trading": "トレーディング", "TradingView alerts run on powerful and backed-up servers, so you’ll always get notified when something happens and won’t miss a beat. This takes considerable resources, so we can't give an unlimited number of alerts to everyone for free (as much as we'd like to).": "TradingViewのアラートは、強力でバックアップされたサーバー上で実行するため、何かが起きたときは常に、通知を受け取る事ができ、一秒も見逃すことはありません。ですが、サーバーでの高い負荷が必要になるため、無制限の数のアラートを無料で提供することはできません。", "TradingView Free Quotes and Chat": "TradingViewの無料データとチャート", - "TradingView is only for English-language content at this time.": "TradingViewは日本語対応です。", - "Trailing Twelve Months": "12か月間の追跡", + "TradingView is only for English-language content at this time.": "現在、TradingViewは英語のみ対応です。", + "Trailing Twelve Months": "12か月を追跡", "Transparency": "透明", "Treasury Stock": "自己株式", "Trend Angle": "トレンド角", "Trend Line": "トレンドライン", "Trend-Based Fib Extension": "トレンドに基づくフィボナッチ拡張", "Trend-Based Fib Time": "トレンドに基づくフィボナッチ時間", - "Trial": "無料お試し", + "Trial": "トライアル", "Triangle Pattern": "三角パターン", "Triangle": "三角", "Trigger": "発動", @@ -2155,7 +2155,7 @@ "Update Status": "ステータスの更新", "Update status": "ステータスの更新", "UpDown Length": "アップダウン期間", - "Upgrade and get 33% off an annual subscription!": "アップグレードして、年購読33%割引を手に入れよう!", + "Upgrade and get 33% off an annual subscription!": "アップグレードして、年購読33%オフを手に入れよう!", "Upgrade Now": "今すぐアップグレード", "Upgrade now": "今すぐアップグレード", "Upgrade your account": "あなたのアカウントをアップグレード", @@ -2204,7 +2204,7 @@ "Watermark": "ウォーターマーク", "Wave Size": "波動サイズ", "We are doing some brief daily maintenance. Alerts will be back really soon, thanks for your patience!": "本日のメインテナンス中です。アラート機能は、すぐに戻ります。ご協力ありがとうございます。", - "We are happy to give away as many things for free as possible, however studies are server-based and this takes considerable resources. So we can't give an unlimited number of indicators to everyone for free (as much as we'd like to).": "私たちは、できるだけ多くの機能を、無料で提供したいと思っていますが、テクニカル解析は、サーバーベースで動作しており、サーバーでの高い負荷が必要になります。そのため、無制限の数のテクニカル解析を無料で提供することはできません。", + "We are happy to give away as many things for free as possible, however studies are server-based and this takes considerable resources. So we can't give an unlimited number of indicators to everyone for free (as much as we'd like to).": "当社は、できるだけ多くの機能を、無料で提供したいと思っていますが、テクニカル解析は、サーバーベースで動作しており、サーバーでの高い負荷が必要になります。そのため、無制限の数のテクニカル解析を無料で提供することはできません。", "We'are sorry, something went wrong. Try to reload page.": "申し訳ございません。不具合が起きたようです。もう一度、ページをロードしてみてください。", "week": "週", "week_plural": "週", @@ -2232,30 +2232,30 @@ "Yearly": "年間", "YES": "はい", "Yes": "はい", - "You already have Pro Plus trial.": "PROプラスの無料お試し期間中です。", - "You already participated in Pro Plus trial.": "すでにPROプラスの無料お試し期間中です。", + "You already have Pro Plus trial.": "PROプラスのトライアル中です。", + "You already participated in Pro Plus trial.": "すでにPROプラストライアルに参加中です。", "You already set {{options.maxAlertsNumber}} alerts. Upgrade to PRO Plus to set unlimited custom alerts and improve your experience!": "{{options.maxAlertsNumber}}のアラートをすでに設定しています。PRO Plusにアップグレードすると、無制限のカスタムアラートを設定できます。あなたの経験値を増やそう。", "You are already PRO. PRO Plus trial cannot be activated on PRO accounts.": "すでに PRO, PROプラスの体験版をすでに利用したことがあるため、PROアカウントを開設できません。", "You are not authenticated.": "認証されていません。", "You are not logged in. Please sign in.": "ログインしていません。サインインしてください。", "you are using browser": "あなたは__ブラウザ____os__をお使いですか?", "You can not vote twice for one message": "同じメッセージを2度入力できません。", - "You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "ブラウザの1タブの中に、最大8つのチャートを同時に表示できます。さらに時間足やシンボルを指定して、各チャートにリンクすることも可能です。そして、多くのチャートを同期させるために、グローバルカーソルを使用しています。", + "You can plot up to 8 charts in one tab of your browser. Moreover, it’s possible to link your charts by resolutions or symbols. And even use global cursor that synchronizes many charts.": "ブラウザの1タブの中に、最大8つのチャートを同時に表示できます。さらに時間軸やシンボルを指定して、各チャートにリンクすることも可能です。そして、多くのチャートを同期させるために、グローバルカーソルを使用しています。", "You can save up to 5 charts with your subscription. Upgrade to PRO, PRO Plus or Premium membership and save unlimited charts, along with many other exciting features. Starting from only $9.95 a month - upgrade today!": "あなたの購読では、5つまでのチャートが保存できます。PRO、PROプラス、プレミアム会員へアップグレードすると、チャートが無制限に保存でき、その他たくさんのエキサイティングな機能を利用できるようになります。一か月たったの9.95ドルからです。今すぐアップグレードしましょう。", "You have no ignored users": "ブロックしているユーザーはいません。", "You have no private messages yet": "プライベートメッセージはありません。", "You may subscribe for official realtime and intraday data.": "リアルタイムのデータ配信を購読できます。", "You requested a custom interval that is available only to PRO users.": "あなたは、PRO会員にのみ、有効な、カスタム時間間隔機能を要求しました。", "You requested a hotlist that is available only to PRO users.": "ホットリスト機能は、PRO会員にのみ有効です。", - "You requested a symbol that is available only to PRO Plus and Premium users. You will now be switched to the equivalent BATS symbol.": "あなたは、PRO Plusかプレミアム会員のみ有効な、銘柄を選択しましたが、BATSデータでの同じ銘柄へ切り替わります。", - "You requested an intraday spread symbol that is available only to PRO Plus and Premium users. You will now be switched to a Daily (D) interval.": "あなたがリクエストしたイントラディのスプレッドのシンボルは、PROプラスかプレミアムのユーザーだけのみ利用可能です。そのため日足チャートに切り替えられます。", - "You will be automatically redirected to PayPal in order to finish your purchase.": "購入するために、PayPalへの自動的に切り替わります。", + "You requested a symbol that is available only to PRO Plus and Premium users. You will now be switched to the equivalent BATS symbol.": "あなたは、PRO Plusかプレミアム会員のみ有効な、銘柄を選択されました。BATS銘柄へ切り替わります。", + "You requested an intraday spread symbol that is available only to PRO Plus and Premium users. You will now be switched to a Daily (D) interval.": "あなたがリクエストしたイントラディスプレッドのシンボルは、PROプラスかプレミアムのユーザーだけのみ利用可能です。デイリーに切り替えられます。", + "You will be automatically redirected to PayPal in order to finish your purchase.": "購入するために、PayPalへのリダイレクトが自動的に行われます。", "You're subscribing to {{ product_title }}": "{{ product_title }}を購読しています。", - "Your 30-day free PRO Plus account has been activated. You are now part of a community of 2 million+ ideas that have been created within TradingView charts. To help get the ball rolling, we'd suggest you spend a few minutes familiarizing yourself with our online help section. We hope you enjoy working with TradingView and wish you good trading!": "30日間のPRO Plusアカウントが、認証されました。あなたは、TradingViewチャート上で繰り広げられた200万以上ものアイデアコミュニティのメンバーです。私たちのオンラインサービスに慣れるために、このヘルプから学ぶことをおすすめします。TradingViewを楽しみながら利用し、ぜひよいトレードを行ってください!", + "Your 30-day free PRO Plus account has been activated. You are now part of a community of 2 million+ ideas that have been created within TradingView charts. To help get the ball rolling, we'd suggest you spend a few minutes familiarizing yourself with our online help section. We hope you enjoy working with TradingView and wish you good trading!": "30日間のPRO Plusアカウントが、認証されました。あなたは、TradingViewチャート上で繰り広げられた200万以上ものアイデアのコミュニティの一部です。当社のオンラインサービスになれるために、数分、以下のサイトから学ぶことをおすすめします。ヘルプ。TradingViewを楽しみながら利用し、ぜひ良い取引を行ってください!", "Your account will be charged $0.01 in order to verify it.": "確定するには、0.01ドル、あなたのアカウントへ課金されます。", "Your chart is being saved, please wait a moment before you leave this page.": "あなたのチャートは保存されました。このページを切り替える前に、数秒待ってください。", "Your credit card on file is XXXX-XXXX-XXXX": "あなたのファイルのクレジットカードは、XXXX-XXXX-XXXXです。", - "Your free account allows you to apply up to 10 studies to a chart. Upgrade to PRO, PRO Plus or Premium account to have as many studies on a chart as you want, as well as many other exciting features.": "あなたの無料アカウントは、ひとつのチャートにインディケーターを10個まで適用することができます。PRO、PROプラスにアップグレードすると、あなたの好きなだけインディケーターを使うことができます。その他、多くのエキサイティングな機能も利用できます。", + "Your free account allows you to apply up to 10 studies to a chart. Upgrade to PRO, PRO Plus or Premium account to have as many studies on a chart as you want, as well as many other exciting features.": "あなたの無料アカウントは、ひとつのチャートにスタディを10個まで適用することができます。PRO、PROプラスにアップグレードすると、あなたの好きなだけスタディを使うことができます。その他、多くのエキサイティングな機能も利用できます。", "Your Order": "あなたの注文", "Your Personal Invitation to Go PRO Plus": "GO PRO Plusへのあなたの個人的な招待状", "ytd": "1年", @@ -2265,16 +2265,16 @@ "Zig Zag": "Zig Zag", "Zoom In": "ズームイン", "Zoom Out": "ズームアウト", - "{0} bars": "{0} バー", + "{0} bars": "バー{0}", "{0} copy": "{0}をコピー", "{0} ideas...": "アイデア{0}...", "{0} P&L: {1}": "{0} 利益&損失: {1}", "Up bars": "上昇バー", "Down bars": "下落バー", - "Projection up bars": "投影上昇バー", - "Projection down bars": "投影下落バー", + "Projection up bars": "予想上昇バー", + "Projection down bars": "予想下落バー", "ATR length": "ATR期間", - "Reversal amount": "反転売買の数量", + "Reversal amount": "反転の数量", "Number of line": "ライン数", "HL": "HL", "ATR": "ATR", @@ -2283,15 +2283,15 @@ "Support": "サポート", "PRO Premium": "PROプレミアム", "PRO Plus": "PROプラス", - "PRO Plus Early Access": "PROプラスの特別割引実施中!", + "PRO Plus Early Access": "PROプラス早期ディスカウント", "Update Payment Method": "支払い方法の更新", "Enter your new address": "新しい住所を入力してください。", "Save changes": "変更を保存", "All your current subscriptions will be updated to use the new account.": "すべての購読は、新しいアカウントで利用できます。", - "This trading product is integrated in TradingView thanks to our Partner Program for Developers. These are independent, unaffiliated studies, which are not part of TradingView subscriptions – these are separate tools that you buy if you want. Description, algorithm, support and prices are all determined by the author.": "このトレーディング商品は、TradingViewに興味のある開発者パートナーブログラムたちが作りました。これらはTradingViewの購読の一部ではなく、別売りのテクニカルツールです。これらは、個々のツールです。説明、アルゴリズム、サポート、価格は、各販売者によって決定されます。", + "This trading product is integrated in TradingView thanks to our Partner Program for Developers. These are independent, unaffiliated studies, which are not part of TradingView subscriptions – these are separate tools that you buy if you want. Description, algorithm, support and prices are all determined by the author.": "このトレーディング商品は、TradingViewに興味のある当社の開発者パートナーブログラムたちが作りました。これらはTradingViewの購読の一部ではなく、別売りのテクニカルツールです。これらは、個々のツールです。説明、アルゴリズム、サポート、価格は、各販売者によって決定されます。", "EDIT SUBSCRIPTION": "購読を変更", "TradingView Account": "アカウント", - "

Your free 30-day PRO Plus trial is live!

You are now part of the large financial TradingView community. To get started, check out the features, top authors or create your first idea!

": "

無料30日間のPROプラスの無料お試しが開始されました!

あなたは、大きな金融コミュニティTradingViewになりました。さっそく開始するには、機能トップトレーダーアイデアを作成するをお読みください。

", + "

Your free 30-day PRO Plus trial is live!

You are now part of the large financial TradingView community. To get started, check out the features, top authors or create your first idea!

": "

無料30日間のPROプラスのトライアルが開始されました!

あなたは、大きな金融コミュニティTradingViewの一員です。さっそく開始するには、機能トップトレーダーアイデアを作成するをお読みください。

", "Alert not found with standart API": "標準APIで警告はありません。", "Chatting is enabled {0} hours after creating a new account. This is done to prevent chat bots and general spam.": "新規アカウント作成後の{0}時間後にチャットが利用できるようになります。これは、スパム等を排除するためです。", "Do you really want to clear alerts log?": "アラート記録を削除しますか?", @@ -2333,11 +2333,11 @@ "year": "年", " Limit ": " 指値 ", " Stop ": " 逆指値 ", - "

Only D, W, M intervals are supported for this symbol/exchange. You will be automatically switched to a D interval. Intraday intervals are not available because of exchange policies.

": "

このシンボル・取引所は、D、W、Mの時間足のみ対応しています。自動的に、日足に切り替えられます。イントラデーは、取引所のポリシーにより利用できません。

", + "

Only D, W, M intervals are supported for this symbol/exchange. You will be automatically switched to a D interval. Intraday intervals are not available because of exchange policies.

": "

このシンボル・取引所は、D、W、Mの時間軸のみ対応しています。自動的に、日足に切り替えられます。イントラデーは、取引所のポリシーにより利用できません。

", "

Symbol ": "

シンボル ", "Account Name": "アカウント名", "Active Chart": "アクティブチャート", - "Active chart doesn't contain the study you are going to publish": "アクティブチャートには、公開しようとしているインディケーターが含まれていません。", + "Active chart doesn't contain the study you are going to publish": "アクティブチャートには、公開しようとしているスタディが含まれていません。", "Add this room to favorites": "このルームをお気に入りに追加", "Add {0}...": "{0}を追加...", "Alerts maintenance": "アラートのメインテナンス", @@ -2377,11 +2377,11 @@ "Change Curve Line Width": "曲線幅を変更", "Change Fib Arcs Background Transparency": "フィボナッチアーク背景透明度を変更", "Change Fib Arcs Background Visibility": "フィボナッチアーク背景鮮明度を変更", - "Change Fib Speed Resistance Arcs Full Cirlces Mode": "フィボナッチスピードレジスタンス・円モードを変更", - "Change Fib Speed Resistance Arcs Levels Visibility": "フィボナッチスピードレジスタンス・円レベル表示を変更", - "Change Fib Speed Resistance Arcs Line Color": "フィボナッチスピードレジスタンス・円ラインを変更", - "Change Fib Speed Resistance Arcs Visibility": "フィボナッチスピードレジスタンス・円弧を変更", - "Change Fib Speed Resistance Arcs Width": "フィボナッチスピードレジスタンス・円弧幅を変更", + "Change Fib Speed Resistance Arcs Full Cirlces Mode": "フィボナッチスピードレジスタンス・円モードに変える", + "Change Fib Speed Resistance Arcs Levels Visibility": "フィボナッチスピードレジスタンス・円レベル表示に変える", + "Change Fib Speed Resistance Arcs Line Color": "フィボナッチスピードレジスタンス・円ラインに変える", + "Change Fib Speed Resistance Arcs Visibility": "フィボナッチスピードレジスタンス・円弧に変える", + "Change Fib Speed Resistance Arcs Width": "フィボナッチスピードレジスタンス・円弧幅に変える", "Change Password": "パスワード変更", "Change Price Text Color": "価格のテキスト色を変更", "Change Price Text Font Size": "価格のテキストのサイズを変更", @@ -2414,8 +2414,8 @@ "Do you realy want to delete{0}watchlist?": "本当にウォッチリスト {0} を削除しますか?", "Do you want to take advantage of this offer now?": "このオファーを利用しますか?", "Double Curve": "2次曲線", - "Early Access 50% off{{#is_finished}} – Final chance{{/is_finished}}": "特別割引キャンペーン50%割引{{#is_finished}}これが最後のチャンス{{/is_finished}}", - "Early Access for $15/Month": "特別割引実施中 1か月15ドル!", + "Early Access 50% off{{#is_finished}} – Final chance{{/is_finished}}": "特別割引キャンペーン50%オフ{{#is_finished}}最後のチャンス{{/is_finished}}", + "Early Access for $15/Month": "割引キャンペーン 1か月15ドル", "Edit Alert...": "アラートを編集...", "Edit {0} Alert...": "アラート{0}を編集...", "Elliott Correction Wave (ABC)": "エリオット波動 修正波(ABC)", @@ -2437,24 +2437,24 @@ "Go PRO": "PROへ", "HL Bars": "HLバー", "Here are a few steps to get your Charting Library:": "チャートライブラリを取得するための、簡単なステップです。", - "Hide alert label line": "アラートラベルのラインを非表示", + "Hide alert label line": "アラートラベルのラインを隠す", "Horz Grid Lines": "水平グリッドライン", "How to fix:": "修正方法:", - "If you like what you see, you have an exclusive chance to get 12 months for only $179.4. That’s less than $15/month and 50% off regular month-to-month payments.": "TradingViewを楽しんでいるあなたに、12か月たったの179.4ドル今だけのチャンスをお見逃しなく。月額購読に比べ50%割引になっており、1ヶ月あたり15ドルで PRO モードに移行できます。", + "If you like what you see, you have an exclusive chance to get 12 months for only $179.4. That’s less than $15/month and 50% off regular month-to-month payments.": "TradingViewをエンジョイ中のあなたに、12か月たったの179.4ドル今だけのチャンスをお見逃しなく。月額購読に比べ50%オフ、ひと月15ドルです。", "If you need support then please visit our issues tracker using your GitHub profile we’ve granted access to.": "サポートが必要な場合は、GitHubの問題追跡ページを利用してご連絡ください。", "Import Watchlist...": "ウォッチリストをインポート...", "Import/Export Watchlists": "ウォッチリストのインポート・エクスポート", - "Indicator Labels": "インディケーターラベル", - "Interval is not applicable": "時間足を適用できません。", + "Indicator Labels": "インジケーターラベル", + "Interval is not applicable": "時間軸を適用できません。", "Invalid data format": "無効のデータフォーマット", "Invalid limit price": "無効な指値", "Invalid quantity": "無効な数量", "Invalid stop price": "無効な逆指値", "It appears that your browser does not support Canvas technology, which is needed for TradingView to work.
": "お使いのブラウザは、TradingViewの動作に必要なCanvas技術に対応していません。", - "It appears that your browser does not support WebSocket technology and does not have Adobe Flash plugin installed, one of which is essential for our portal.
": "お使いのブラウザは、ウェブソケット技術に対応しておらず、Adobe Flashブラグインがインストールされていないようです。ポータルにはどちらかが必ず必要です。
", + "It appears that your browser does not support WebSocket technology and does not have Adobe Flash plugin installed, one of which is essential for our portal.
": "お使いのブラウザは、ウェブソケット技術に対応しておらず、Adobe Flashブラグインがインストールされていないようです。当社のポータルにはどちらかが必ず必要です。
", "June": "6月", "Just for you, we made a special deal that lets you continue for another 12 months for only $179.4. That is less than $15/month. Don’t miss the last chance to get the special Early Access and secure this low rate! Act now!": "TradingViewの利用を継続できるように、12か月たった179.40ドルの特別割引です。一か月ならわずか15ドルです。この、特別な割引キャンペーン をお見逃しなく!", - "Just for you, we made a special deal that lets you continue for another 12 months for only $179.4. That’s less than $15/month and 50% off regular month-to-month payments.": "あなただけに、TradingViewの利用を継続できるように、12か月たった179.4ドルの特別オファーをします。一か月15ドルとなり、通常の一か月購読の半額です。", + "Just for you, we made a special deal that lets you continue for another 12 months for only $179.4. That’s less than $15/month and 50% off regular month-to-month payments.": "あなただけに、当社のTradingViewの利用を継続できるように、12か月たった179.4ドルの特別オファーをします。一か月15ドルとなり、通常の一か月購読の半額です。", "Just wait awhile. We will send you all necessary information ASAP.": "しばらくお待ちください。すぐに、すべての必要な情報をお送りします。", "Launch chat in a separate window": "別ウィンドウでチャットを始める", "Left Axis": "左軸", @@ -2465,23 +2465,23 @@ "Line - Low": "ライン - 安値", "Line - Open": "ライン - 開始値", "Load all alerts...": "全アラートを読み込み...", - "Lock Cursor In Time": "カーソル位置をロック", + "Lock Cursor In Time": "時間内にカーソルをロックします", "Log in": "ログイン", "My Lists": "マイリスト", "New Password": "新しいパスワード", "New password and confirmation doesn't match": "新しいパスワードと確認が一致しません", "New password is required": "新しいパスワードが必要です", "No address input to apply autocomplete": "アドレスの入力は自動入力を適用しないようにしてください", - "No advertising, direct marketing, or solicitation! To engage our audience, drop us a line at founders@tradingview.com": "広告やダイレクトマーケティングや勧誘は禁止です。ユーザーに携わる場合は、こちらにご連絡ください。founders@tradingview.com", + "No advertising, direct marketing, or solicitation! To engage our audience, drop us a line at founders@tradingview.com": "広告やダイレクトマーケティングや勧誘は禁止です。当社ユーザーに携わる場合は、こちらにご連絡ください。founders@tradingview.com", "No brokers available": "利用可能なブローカーはありません", "Non-tradable symbol": "トレードできないシンボル", "Now is your LAST and FINAL chance to get 12 months for only $179.4 (regular $360). That’s less than $15/month and 50% off regular month-to-month payments.": "今があなたの最後のチャンスです。12か月たったの179.4ドル(通常360ドル)。一か月15ドルとなり、一か月毎の購読より50%も安くなっています。", "OC Bars": "OCOCバー", - "Oh no! You have only 2 weeks left in your PRO Plus trial! These benefits will expire in two short weeks:": "大変です!PROプラスの無料お試しがあと2週間で終了します。これらの機能は、あと2週間で使用できなくなります。", + "Oh no! You have only 2 weeks left in your PRO Plus trial! These benefits will expire in two short weeks:": "Oh no! PROプラスのトライアルがあと2週間で終了します。これらの機能は、あと2週間で使用できなくなります。", "Old Password": "古いパスワード", "Old password is required": "古いパスワードが必要です", "Oops, something went wrong": "申し訳ございません。不具合が起きたようです。", - "Oops, your browser can't display our charts!": "申し訳ございません。お使いのブラウザではチャートは表示できません。", + "Oops, your browser can't display our charts!": "申し訳ございません。お使いのブラウザでは当社のチャートは表示できません。", "Orders": "注文", "PRO account": "PROアカウント", "Password confirmation is required": "パスワードの確認が必要です", @@ -2490,7 +2490,7 @@ "Please add 'study(title=\"SomeTitle\")' statement to the script code": "スクリプトコードにスタディ(タイトル)ステートメントを追加してください", "Please report the issue or click Reconnect.": "この問題を報告するか、再接続をクリックしてください。", "Please use one of the following browsers:": "下記のいずれかのブラウザをお使いください。:", - "Please, install Flash plugin or consider updating to one of these modern browsers with WebSocket support:": "フラッシュプラグインのインストールを行うか、WebSocket をサポートしている最新のブラウザにアップデートしてください。", + "Please, install Flash plugin or consider updating to one of these modern browsers with WebSocket support:": "フラッシュプラグインのインストールを行うか、ウェブソケットサポートがちている最新のブラウザにアップデートしてください。", "Please, try to reload page to edit user data": "ユーザーデータを編集するには、ページを再ロードしてください。", "Positions": "ポジション", "Pro Plus": "PROプラス", @@ -2512,7 +2512,7 @@ "Script has been deleted": "スクリプトが削除されました", "Script is not saved. Nothing to delete.": "スクリプトは保存されていません。削除するものはありません。", "Script is not saved. Nothing to rename.": "スクリプトは保存されていません。名前をつけるものはありません。", - "Script study added to the chart": "チャートにインディケーターのスクリプトが追加されました", + "Script study added to the chart": "チャートにスタディのスクリプトが追加されました", "Select Broker": "ブローカーを選択", "Select alert": "アラートを選択", "Send all the stuff to Stan Bokov at founders@tradingview.com": "Stan Bokovfounders@tradingview.comにすべてを送信。", @@ -2522,11 +2522,11 @@ "Shortcuts": "ショートカット", "Show Dividends": "配当を表示", "Show Earnings": "収益を表示", - "Show Hidden Tools": "非表示ツールを表示", + "Show Hidden Tools": "隠れたツールを表示", "Show Splits": "分割を表示", "Show Symbol Info": "シンボル情報を表示", "Show Values": "価格を表示", - "Sign our License Agreement": "ライセンス契約に同意する", + "Sign our License Agreement": "当社のライセンス契約に同意する", "Sine Line": "サイン曲線", "Sorry, an error has occurred": "申し訳ございません、エラーが発生しました。", "Study": "スタディ", @@ -2537,8 +2537,8 @@ "Time Cycles": "時間サイクル", "To purchase the commercial version of the library, please contact Stan Bokov at founders@tradingview.com.": "ライブラリの商用版を購入するには、Stan BokovBokovにご連絡ください。founders@tradingview.com", "TradingView Notice": "TradingViewからのお知らせ", - "Trial confirmation dialog": "無料お試し認証ダイアログ", - "Trial confirmation text": "無料お試し認証テキスト", + "Trial confirmation dialog": "トライアル認証ダイアログ", + "Trial confirmation text": "トライアル認証テキスト", "Try": "試す", "URL cannot be recieved.": "URLが受信できません", "Unexpected error: can't change profile data": "予測しないエラー:プロフィールデータを変更できません", @@ -2566,17 +2566,17 @@ "cach excess": "現金超過", "changed status": "ステータスを変更しました", "collateral": "担保", - "commented on idea you follow %chart% about %symbol%": "%symbol%についてのあなたがフォーローしている%chart%にコメントされました。", - "commented on your idea %chart% about %symbol%": "%symbol%についてあなたのアイデア%chart%にコメントされました。", + "commented on idea you follow %chart% about %symbol%": "フォロー中のシンボルのチャート%chart%がコメントされました。", + "commented on your idea %chart% about %symbol%": "シンボル%sのチャート%chart%のあなたのアイデアにコメントされました。", "currency": "通貨", - "disagreed with your idea %chart% about %symbol%": "%symbol%のあなたのアイデア%chart%が同意されませんでした。", + "disagreed with your idea %chart% about %symbol%": "シンボル%sのチャート%chart%のあなたのアイデアが反対されました。", "fill qty": "数量を入力", "filtered": "フィルタ適用", "id": "ID", "initial margin": "頭金", "is now following you": "あなたをフォローしています。", "last trade": "最終取引", - "less than a minute": "1分以内", + "less than a minute": "1分以下", "limit price": "指値", "mn": "か月前", "mvo": "mvo", @@ -2586,10 +2586,10 @@ "or choose another broker": "もしくは他のブローカーを選択", "ote": "ote", "placing time": "注文時間", - "published new idea %chart% about %symbol% you follow": "フォロー中の%symbol% について新しいアイデア %chart%が投稿されました。", + "published new idea %chart% about %symbol% you follow": "フォロー中のシンボルのチャート%chart%に新しいアイデアが投稿されました", "purchasing power": "購買力", "qty": "数量", - "replied to your comment on %chart% about %symbol%": " %symbol%について%chart%のあなたのコメントに返信がきました。", + "replied to your comment on %chart% about %symbol%": "シンボル%sのチャート%chart%のあなたのコメントに返信がきました", "side": "side", "sign in or register": "サインイン/登録", "status": "ステータス", @@ -2602,8 +2602,8 @@ "upl": "upl", "w": "週", "y": "年", - "you follow commented on %chart% about %symbol%": "%symbol%についてあなたがフォローする%chart%でコメントがつきました。", - "you follow published new idea %chart% about %symbol%": "あなたがフォローする%symbol%について%chart%に新しいアイデアが投稿されました。", + "you follow commented on %chart% about %symbol%": "あなたのフォローするシンボル%sの%chart%にコメントがつきました。", + "you follow published new idea %chart% about %symbol%": "あなたのフォローするシンボル%sの%chart%に新しいアイデアが投稿されました。", "{0} is already in this chat.": "{0}は、すでにこのチャットにあります。", "Сolor line": "ライン色", "Bottom Center": "中央下", @@ -2612,7 +2612,7 @@ "Chart snapshot": "チャートをスナップショット", "Create Horizontal Line": "水平ラインを作成", "Create Vertical Line": "垂直線を作成", - "Hide Published Charts Timeline": "投稿チャートタイムラインを非表示", + "Hide Published Charts Timeline": "投稿チャートタイムラインを隠す", "Left": "左", "Middle Center": "中央真ん中", "Middle Left": "中央左", @@ -2628,19 +2628,19 @@ "TradingView Partner": "TradingView&パートナー", "You were in the video call. Duration: {0}": "ビデオコールが終了しました。時間:{0}", "{0} has entered the chat": "{0}がチャットに参加しました。", - "{0} has left the chat": "{0}がチャットから退室しました。", + "{0} has left the chat": "{0}がチャットを去りました。", "{0} was banned for {1} minutes": "{0}は{1}分間、バンされました。", - "Discipline is the foundation of profitable trading for both discretionary and systematic traders. Visually stunning and intuitive to use, 3D ProSuite is an indispensible professional toolkit of point-and-shoot quantitative risk management and decision support tools for stock pickers and traders focused on technical entry techniques. Know instantly where to place a trailing stop and where to exit. Identify trends and pullbacks. Watch rotation and volatility in real time. Calculate hedge ratios for protection. Identify extremes. Non-programmers interested in systematic trading can take advantage of our strategy to test a combination of 3D ProSuite with moving average filter, channel filter, and volatility filter.": "トレーディングにおいて自己規律は、自由裁量とシステムトレーダーにとって重要な基本となっています。3D ProSuiteは、テクニカルエントリー技術に焦点を当てた利用にあたって、定量的なリスク管理と意思決定のためのツールです。見た目も大変美しく直感的な3D ProSuiteは、瞬時に、どこでトレーリングストップをかけ、どこで決済をかけるか判断します。トレンド(傾向)やプルバック(相場の戻し)を特定し、リアルタイムで、ローテーション(回転率)やボラティリティ(変動率)を監視します。システムトレーディングに興味のあるもののプログラマーではない方は、移動平均フィルタ、チャネルフィルタ、ボラティリティフィルタ搭載の3D ProSuiteの組み合わせを利用することで、私たちの投資戦略を利用できます。", - "AOS FX Primer is made up of 3 separate indicators to help you better analyse the markets. AOS FX Sessions shows session start/end times (automatically handling Daylight Saving changes) along with opening ranges. AOS FX Day HL shows the High and Low level for the past 2 years, automatically handling Daylight Saving changes. AOS ATRplus shows the moving average mid-point of the previous bar ranges. Please see our website for a full description and screenshots.": "AOS FX プライマーは、優れた市場分析を行う3つインディケーターです。AOS FXセッションは、市場開始時のギャップ(前日との価格の乖離)を表示します。AOS FX Day HLは、過去2年間の高値と安値を表示します。AOS ATRプラスは、前回のバーに基づく移動平均の中間点を示します。ウェブサイト上の説明とスクリーンショットをご覧ください。", - "Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:

  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "分析Suiteは、客観的な市場分析を行い、リスクを可視化することで取引のタイミングを見つけ出すことを可能とします。SCMRの主要ツールTrendは、価格の動向を分かりやすくします。SCMRのTrend補完は、価格指標を提供します。
  • 価格のサポートとレジスタンスを表示(SCMR Dynamic Levels&trade)
  • 個々のバーに注目した条件を表示(SCMR B2B™)
  • 市場の取引範囲とタイミングをはかります。(SCMR Momentum Peaks™)
取引スタイルや投資ニーズに関わらず、SCMR Suite&tradeは、あなたにトレードをサポートするでしょう。私たちのツールは、最も利益がでるチャンスを監視することが可能です。", - "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex. For more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictorは、エリオット波動分析の26年のベテラントレーダー Steve Griffith 独自の「分離アプローチ」を基にしたプロのトレーダーのためのオンラインツールのコレクションです。ツールは、ポジションサイジング、高出来高(VSA)スパイク、決定点、他の指標などの、あなたの取引を向上するために設計されています。私たちのMTPredictorトレーディングルームを介して定期的な無料トレーニングも含まれています。ツールは、先物、株式や外国為替などの任意の流動市場に適用することができます。MTPredictorプロフェッショナルツールセットの解説は、弊社のWebサイトをご覧ください。", - "\"Buy Sell\" indicator is simple yet powerful trading signals that will help you consistently profit from the market. It built with risk management in mind, meaning average winning trade will be more than average losing trade several times.

It comes with signals and trend confirmation. For more information please visit: synergytrading.weebly.com": "「Buy Sell」(買い売り)インディケーターは、市場からの一貫した利益の取得を助けるシンプルかつ強力なトレーディングシグナルです。リスク管理も構築されており、平均価値トレードは平均負けトレードよりも多くなります。

シグナルとトレンドをお知らせします。詳細は、こちらをご覧ください。synergytrading.weebly.", + "Discipline is the foundation of profitable trading for both discretionary and systematic traders. Visually stunning and intuitive to use, 3D ProSuite is an indispensible professional toolkit of point-and-shoot quantitative risk management and decision support tools for stock pickers and traders focused on technical entry techniques. Know instantly where to place a trailing stop and where to exit. Identify trends and pullbacks. Watch rotation and volatility in real time. Calculate hedge ratios for protection. Identify extremes. Non-programmers interested in systematic trading can take advantage of our strategy to test a combination of 3D ProSuite with moving average filter, channel filter, and volatility filter.": "規律は、自由裁量と体系的な双方のトレーダーにとって収益性の高いトレーディングの基盤です。利用にあたって、見た目も大変美しく直感的な3D ProSuiteは、必須のプロフェッショナルなポイント&シュートのツールで、テクニカルエントリ技術に焦点を当てたストックピッカーやトレーダーの双方のための定量的なリスク管理と意思決定のためのツールです。瞬時に、どこでトレーリングストップをかけ、どこで決済をかけるか判断します。トレンド(傾向)やプルバック(相場の戻し)を特定します。リアルタイムで、ローテーション(回転)やボラティリティ(変動率)を監視します。保護のためにヘッジ比率を計算します。両極端を特定します。体系的なトレーディングに興味のあるプログラマーではない方は、移動平均フィルタ、チャネルフィルタ、ボラティリティフィルタ搭載の3D ProSuiteの組み合わせをテストするために当社の戦略を利用することができます。", + "AOS FX Primer is made up of 3 separate indicators to help you better analyse the markets. AOS FX Sessions shows session start/end times (automatically handling Daylight Saving changes) along with opening ranges. AOS FX Day HL shows the High and Low level for the past 2 years, automatically handling Daylight Saving changes. AOS ATRplus shows the moving average mid-point of the previous bar ranges. Please see our website for a full description and screenshots.": "AOS FX プライマーは、優れた市場の分析のために3つインディケーターです。AOS FXセッションは、市場開始時のギャップを表示します。AOS FX Day HLは、過去2年間の高値と安値を表示します。AOS ATRプラスは、前回のバーに基づく移動平均の中間点を示します。当社のウェブサイトをスクリーンショットをご覧ください。", + "Analysis Suite™ enables you to objectively analyze market conditions, visualize price risks, and enhance the timing and execution of trades. The primary tool, SCMR Trend™, finds hidden price relationships using reverse engineered fingerprints of price behavior. The program highlights optimum behavior, speeding up your recognition of new market opportunities. Complementing SCMR Trend™, we offer a group of price indicators to:
  • Dynamically plot market support and resistance areas (SCMR Dynamic Levels™)
  • Highlight individual bar conditions (SCMR B2B™)
  • Measure and time market trading ranges (SCMR Momentum Peaks™)
No matter your trading style or investment needs, the SCMR Suite™ will give you an informational advantage. Our tools marry the research behind your best ideas and the timely execution of your most profitable ones. Let us help you achieve your trading goals.": "分析Suiteは、客観的に市場の状況を分析し、価格リスクを可視化し、取引のタイミングと実行の機会を促すことを可能にします。SCMRの主要ツールTrendは、価格動向の指紋をエンジニアリングしたものを利用して隠れた価格関係を見つけます。プログラムは、最適な動作を強調し、新しい市場での機会の認識を高めます。SCMRのTrend補完は、たくさんの価格指標を提供します。
  • 市場支持と抵抗域を、ダイナミックにプロットしてください。(SCMR Dynamic Levels&trade)
  • 個々のバーの条件に焦点をあてます。(SCMR B2B™)
  • 市場の取引範囲の測定とタイミングをはかります。(SCMR Momentum Peaks™)
取引スタイルや投資ニーズに関わらず、SCMR Suite&tradeは、あなたに有益な情報を与えます。私たちのツールは、アイデアに基づいた調査と、あなたの最も利益のあるものをタイムリーに実行することを融合しました。あなたの取引目標を達成するためのお手伝いをさせてください。", + "MTPredictor is a collection of on-line tools for the Professional Trader based around 26 year veteran trader Steve Griffith’s unique “isolation approach” to Elliott Wave analysis. Tools also include Position Sizing, High Volume (VSA) Spike, Decision Point and many other indicators and professional tools that are designed to improve your trading. Regular free training is also included (via our MTPredictor Trading room). The tools can be applied on any liquid market, including Futures, Stocks and Forex. For more information and to see how the MTPredictor Professional tool set can improve your trading, please visit our web site.": "MTPredictorは、エリオット波動分析の26年のベテラントレーダー Steve Griffith 独自の「分離アプローチ」を基にしたプロのトレーダーのためのオンラインツールのコレクションです。ツールは、ポジションサイジング、高出来高(VSA)スパイク、決定点、他の指標などの、あなたの取引を向上するために設計されているプロ仕様のツールの多くが含まれています。定期的な無料トレーニングも、(私たちのMTPredictorトレーディングルームを介して)含まれています。ツールは、先物、株式や外国為替などの任意の流動市場に適用することができます。MTPredictorプロフェッショナルツールセットの解説は、弊社のWebサイトをご覧ください。", + "\"Buy Sell\" indicator is simple yet powerful trading signals that will help you consistently profit from the market. It built with risk management in mind, meaning average winning trade will be more than average losing trade several times.

It comes with signals and trend confirmation. For more information please visit: synergytrading.weebly.com": "「Buy Sell」(買い売り)インジケーターは、市場からの一貫した利益の取得を助けるシンプルかつ強力なトレーディングシグナルです。リスク管理も構築されており、平均価値トレードは平均負けトレードよりも多くなります。

シグナルとトレンドをお知らせします。詳細は、こちらをご覧ください。synergytrading.weebly.", "Above Bar": "バーの上", "Absolute": "絶対値", "Below Bar": "バーの下", "Bottom": "下", "Top": "上", - "Alerts are not yet available for this chart type. Please check GetSatisfaction and vote for this feature to show support for it.": "このチャートではアラートは、まだ利用可能ではありません。GetSatisfactionを確認し、この機能の支持をするために投票してください。", + "Alerts are not yet available for this chart type. Please check GetSatisfaction and vote for this feature to show support for it.": "このチャートタイプではアラートは、まだ利用可能ではありません。GetSatisfactionを確認し、この機能の支持をするために投票してください。", "Arguments": "引数", "Built-in Functions": "ファンクションを構築", "Built-in Variable": "変数構築", @@ -2672,7 +2672,7 @@ "# (Total: {0})": "# (合計: {0})", "Hold Shift – draw lines at right angles.": "Shiftキーを押したまま希望の角度になるように線を引く", "Number or , – change interval. Type in a digit for minute charts, or first letter of the word for longer resolutions. E.g. 1, 5, 30, 60, 1440, H, 2H, 6H, D, 5D, 3W, 6M.": "時間間隔は、数字とアルファベット1文字の組み合わせを入力することで、チャートの時間足を変更できます。例えば、5を入力すると、5分間隔のチャートになります。その他、Hは時間、Dは日、Wは週、Mは月を表しており、たとえば、3D は、3日足になります。 2Hは、2時間足のチャートを表示できます。", - "By clicking on “Sign Up” you are agreeing to the Terms of Service.": "サインアップをクリックすることで利用規約に同意します。", + "By clicking on “Sign Up” you are agreeing to the Terms of Service.": "サインアップをクリックすることで当社の利用規約に同意します。", "Change Days To": "日を変更", "Change Hours To": "時間を変更", "Change Line Tool Visibility On Days": "日足のラインツールの可視性を変更", @@ -2690,7 +2690,7 @@ "Go to...": "日付指定", "Hours": "時間", "IMPORTANT:": "重要:", - "Indexes don’t have prices, they have values. There are corresponding ETFs that can be traded. SPX is the SnP500 index, but SPY is the ETF that can be traded.": "インデックス(指標)は価格を持っておらず、値のみを持っています。それでも取引は可能で有り、対応するETFを持っています。SPXはS&P500のインデックスですが、SPYは取引可能なETFです。", + "Indexes don’t have prices, they have values. There are corresponding ETFs that can be traded. SPX is the SnP500 index, but SPY is the ETF that can be traded.": "インデックス(指標)は価格を持っておらず、値を持っています。取引可能であり、対応するETFを持っています。SPXはSnP500のインデックスですが、SPYは取引可能なETFです。", "Last available bar": "最後のバー", "Minutes": "分", "Months": "か月", @@ -2730,7 +2730,7 @@ "Text Notes are available only on chart page. Please open a chart and then try again.": "テキストノートは、チャートページでのみ利用可能です。チャートを開き、もう一度試してください。", "URL": "URL", "Add Text Note For __symbol__": "__symbol__にテキストノートを追加", - "Add this study to active chart": "このインディケーターを現在のチャートに追加", + "Add this study to active chart": "このスタディを現在のチャートに追加", "April": "4月", "Are you sure you want to cancel order %s?": "注文%sを本当にキャンセルしますか?", "Are you sure you want to ignore messages from __username__?": "__username__からのメッセージを本当に無視しますか?", @@ -2762,7 +2762,7 @@ "Open __symbol__ Text Note": "テキストノート __symbol__ を開く", "Publish": "投稿", "Room __title__ was deleted": "ルーム__title__は削除されました", - "Save theme as...": "テーマを名前をつけて保存", + "Save theme as...": "テーマーを名前をつけて保存", "Script": "スクリプト", "Script Error": "スクリプトエラー", "Sell ": "売り", @@ -2802,7 +2802,7 @@ "Banned permanently": "完全にバンされました", "Content that caused the ban:": "バンの理由となるコンテンツ:", "Equity:": "株式:", - "Hi,nnI'm a moderator for TradingView. I reviewed your idea at __chart__ and had to mark it as \"Not Suggested\" because it doesn't comply with our House Rules https://www.tradingview.com/house-rules/.nnPay attention to these rules to get into the Suggested stream more often, or even become a Suggested Author. Please let me know if you have any questions, will be happy to help.": "こんにちは、私はTradingViewのモデレーターです。あなたの__chart__のアイデアを読んだところ、「おすすめしない」にマークしなければなりませんでした。なぜならば、ハウスルール( https://www.tradingview.com/house-rules )に準拠していないからです。これらのルールに従い、おすすめの投稿者になれるように、注意を払ってください。質問があれば、お気軽にご連絡ください。", + "Hi,nnI'm a moderator for TradingView. I reviewed your idea at __chart__ and had to mark it as \"Not Suggested\" because it doesn't comply with our House Rules https://www.tradingview.com/house-rules/.nnPay attention to these rules to get into the Suggested stream more often, or even become a Suggested Author. Please let me know if you have any questions, will be happy to help.": "こんにちは、私はTradingViewのモデレーターです。あなたの__chart__のアイデアを読んだところ、「提案しない」にマークしなければなりませんでした。なぜならば、当社のハウスルールhttps://www.tradingview.com/house-rulesに準拠していないからです。これらのルールに従い、提案ストリームや提案されたトレーダーになれるように、注意を払ってください。質問があれば、お気軽にご連絡ください。", "Idea comments": "アイデアコメント", "Ideas publishing": "アイデア投稿中", "If you have questions or suggestions, reply to this message.": "質問や提案がある場合は、このメッセージに返信してください。", @@ -2814,10 +2814,10 @@ "Please enter theme name": "テーマ名を入力してください。", "Position is being changed": "ポジションが変更されています。", "Private messages": "プライベートメッセージ", - "Public chats": "公開チャート", + "Public chats": "パブリックチャート", "Publish idea": "アイデアを投稿", "Quote the message which caused the ban along with additional comments if any (a private message with this information will be sent to the user from your account):": "バンされる原因となった投稿メッセージに、コメントを加えて引用してください。(これらの情報は、あなたのアカウントからユーザーへ、プライベートメッセージとして送信されます):", - "Read this every time before banning someone! Our goal is to keep a healthy, constructive and useful dialog open in the chatrooms. Sending a private message with a warning is enough to solve 99% of the issues. If that doesn’t help, start with a one-minute ban.": "誰かをバンする前に、毎回必ずこれをお読みください!私たちの目標は、チャットルームでの健全で建設的で有益な会話を維持することです。警告プライベートメッセージを送信することは、99%の問題を解決するのに十分です。それでも解決しない場合は、1分のバンを試してみてください。", + "Read this every time before banning someone! Our goal is to keep a healthy, constructive and useful dialog open in the chatrooms. Sending a private message with a warning is enough to solve 99% of the issues. If that doesn’t help, start with a one-minute ban.": "誰かをバンする前に、毎回必ずこれをお読みください!当社の目標は、チャットルームでの健全で建設的で有益な会話を維持することです。警告プライベートメッセージを送信することは、99%の問題を解決するのに十分です。それでも解決しない場合は、1分のバンを試してみてください。", "Save new study template": "新しいスタディテンプレートを保存", "Select violation...": "違反を選択...", "Snapshot": "スナップショット", @@ -2827,12 +2827,12 @@ "User __username__ was banned for __duration__.": "ユーザー__username__は__duration__の間、バンされました。", "User __username__ was banned permanently.": "ユーザー__username__は完全にバンされました。", "User __username__ was unbanned.": "ユーザー__username__はバンされた。", - "Violated house rule:": "ハウスルール違反:", - "Violated house rule: __violation__.": "ハウスルール違反:__violation__", + "Violated house rule:": "違反ハウスルール:", + "Violated house rule: __violation__.": "違反ハウスルール:__violation__。", "Violation that caused the ban: __violation__.": "バンの理由となった違反:__violation__", - "When selecting this checkbox the study template will set \"__interval__\" interval on a chart": "このチェックボックスを選択するときスタディテンプレートは、チャートの__interval__の時間足に設定されます。", - "You are banned from __banType__ for __duration__ for violating our House Rules. More info - __link__": "あなたは、ハウスルールに違反したため__duration__の間、__banType__の理由によりバンされました。さらなる情報は、__link__を見てください。", - "You are permanently banned from __banType__ for violating our House Rules. More info - __link__.": "あなたは、ハウスルールに違反したため__banType__の理由により永久にバンされました。さらなる情報は、__link__を見てください。", + "When selecting this checkbox the study template will set \"__interval__\" interval on a chart": "このチェックボックスを選択するときスタディテンプレートは、チャートの__interval__の時間軸に設定されます。", + "You are banned from __banType__ for __duration__ for violating our House Rules. More info - __link__": "あなたは、当社のハウスルールに違反したため__duration__の間、__banType__の理由によりバンされました。さらなる情報は、__link__から。", + "You are permanently banned from __banType__ for violating our House Rules. More info - __link__.": "あなたは、当社のハウスルールに違反したため__banType__の理由により永久にバンされました。さらなる情報は、__link__から。", "__firstEnumerationItem__ and __secondEnumerationItem__": "__firstEnumerationItem__と__secondEnumerationItem__", "__firstEnumerationItem__, __secondEnumerationItem__ and __thirdEnumerationItem__": "__firstEnumerationItem__と__secondEnumerationItem__と__thirdEnumerationItem__", "__firstEnumerationItem__, __secondEnumerationItem__, __thirdEnumerationItem__ and __fourthEnumerationItem__": "__firstEnumerationItem__と__secondEnumerationItem__と__thirdEnumerationItem__と__fourthEnumerationItem__", diff --git a/charting_library/static/localization/translations/ru.json b/charting_library/static/localization/translations/ru.json index ba1989b3..9c24becf 100644 --- a/charting_library/static/localization/translations/ru.json +++ b/charting_library/static/localization/translations/ru.json @@ -2800,7 +2800,7 @@ "months": "месяцев", "years": "years", "Sign in or sign up to use paper trading": "Войдите или зарегистрируйтесь чтобы воспользоваться демо торговлей", - "Paper Trading is disconnected.": "Демо торговля не подключена", + "Paper Trading is disconnected.": "Демо торговля отключена", "long": "длинная", "short": "короткая", "1 day": "1 день", diff --git a/charting_library/static/tv-chart.html b/charting_library/static/tv-chart.html index 6cc1a7bf..a01fcac3 100644 --- a/charting_library/static/tv-chart.html +++ b/charting_library/static/tv-chart.html @@ -1,235 +1,310 @@ -alarm-clock-plusalarm-clockbasebracketsbug-reportcalendarchat-quotechat-searchchatconfigdatawindowdownloadeditfacebookfavoritegeargoogleplushelphotlistsleftlinklinkedinlockmessagesminusnotesnotificationsplus-bolderplusredorestoreright-stoprightsettings-gearsnapshotstocktwitsstrategytrading-connecttwitterundouploadyahoo
\ No newline at end of file +TradingView.SYMBOL_SEARCH_MAX_LENGTH+'" />
'}};TradingView.AlertLabel=function(){};TradingView.getDataVendorString=function(){};D71={sendReport:function(){}};TradingView.study_VbPVisible=function(){};TradingView.study_VbPSessions=function(){};TradingView.LineToolVbPFixed=function(){};TradingView.study_Script$TV_DIVIDENDS=function(){};TradingView.study_Script$TV_SPLITS=function(){}; +TradingView.study_Script$TV_EARNINGS=function(){};TradingView.MockupRequestedCache=function(a){a&&a([])};TradingView.MockupRequestedCache.A19=function(){};TradingView.getThemesList=TradingView.MockupRequestedCache;TradingView.StudyStrategy=function(){};TradingView.LinetoolTemplatesList=function(){}; + \ No newline at end of file diff --git a/index.html b/index.html index 7647f040..e7b16ca3 100644 --- a/index.html +++ b/index.html @@ -14,12 +14,12 @@