mango-v4-ui/public/charting_library/zh-tv-chart.e2a841ff.html

1 line
86 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="zh-Hans" dir="ltr"><head><meta charset="utf-8"><script>window===window.parent&&(location.href="about:blank")</script><script defer="defer" crossorigin="anonymous" src="bundles/runtime.f1210af3518e525e94d7.js"></script><script defer="defer" crossorigin="anonymous" src="bundles/vendors.3197279804dd7477f3fb.js"></script><script defer="defer" crossorigin="anonymous" src="bundles/library.1fbbf36d35f97ccfbd00.js"></script><link type="text/css" href="bundles/8445.e3ed5f183ca7539d37f0.css" rel="stylesheet"></head><body class="chart-page unselectable on-widget"><div class="loading-indicator" id="loading-indicator"></div><script>var JSServer={},__initialEnabledFeaturesets=["charting_library"]</script><script>!function(){window.urlParams=function(){function t(t){return decodeURIComponent(t.replace(e," ")).replace(/<\/?[^>]+(>|$)/g,"")}for(var n,e=/\+/g,r=/([^&=]+)=?([^&]*)/g,i=function(){var t=location.href,n=t.indexOf("#");if(0<=n)return t.substring(n+1);throw"Unexpected use of this page"}(),o={};n=r.exec(i);)o[t(n[1])]=t(n[2]);var s,a=window.parent[o.uid],l=["datafeed","customFormatters","brokerFactory","save_load_adapter","customTranslateFunction","contextMenu"];for(s in a)-1===l.indexOf(s)&&(o[s]=JSON.stringify(a[s]));return o}(),window.locale=urlParams.locale,window.language=urlParams.locale,window.customTranslateFunction=window.parent[urlParams.uid].customTranslateFunction,window.addCustomCSSFile=function(t){var n=document.createElement("link");n.setAttribute("type","text/css"),n.setAttribute("rel","stylesheet"),n.setAttribute("href",t),document.body.appendChild(n)},urlParams.customCSS&&window.addCustomCSSFile(urlParams.customCSS);var t={};if("string"==typeof urlParams.loading_screen)try{t=JSON.parse(urlParams.loading_screen)}catch(t){}var n=document.getElementById("loading-indicator"),t=(t.backgroundColor&&(n.style="background-color: "+t.backgroundColor),!function(){"use strict";n="\n\n/* Thanks to google guys for the original <paper-spinner> =)\n * https://github.com/PolymerElements/paper-spinner */\n\n:global(.tv-spinner) {\n\tdisplay: none;\n\tposition: absolute;\n\twidth: 1em;\n\theight: 1em;\n\ttop: calc(50% - 0.5em);\n\tleft: calc(50% - 0.5em);\n\tmargin: 0 auto;\n\tcolor: var(--tv-spinner-color, #2962FF);\n\tanimation: tv-spinner__container-rotate 0.9s linear infinite;\n\twill-change: transform;\n\n\t/* The spinner does not have any contents that would have to be\n\t * flipped if the direction changes. Always use ltr so that the\n\t * style works out correctly in both cases. */\n\tdirection: ltr;\n}\n\n:global(.tv-spinner)--size_xsmall {\n\t\t\tfont-size: 14px;\n\t\t}\n\n:global(.tv-spinner)--size_small {\n\t\t\tfont-size: 20px;\n\t\t}\n\n:global(.tv-spinner)--size_medium {\n\t\t\tfont-size: 28px;\n\t\t}\n\n:global(.tv-spinner)--size_large {\n\t\t\tfont-size: 56px;\n\t\t}\n\n:global(.tv-spinner)--size_mini :global(.tv-spinner)__width_element:after {\n\t\tborder-width: 2px;\n\t}\n\n:global(.tv-spinner)--size_medium :global(.tv-spinner)__width_element:after {\n\t\tborder-width: 3px;\n\t}\n\n:global(.tv-spinner)--size_large :global(.tv-spinner)__width_element:after {\n\t\tborder-width: 4px;\n\t}\n\n:global(.tv-spinner)--shown {\n\t\tdisplay: block;\n\t}\n\n:global(.tv-spinner)__spinner-layer {\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\twhite-space: nowrap;\n\t\tcolor: currentColor;\n\t\ttransform: rotate(90deg);\n\t}\n\n/**\n\t\t * Patch the gap that appear between the two adjacent div.circle-clipper while the\n\t\t * spinner is rotating (appears on Chrome 50, Safari 9.1.1, and Edge).\n\t\t */\n\n:global(.tv-spinner)__spinner-layer::after {\n\t\t\tcontent: '';\n\t\t\tposition: absolute;\n\t\t\tbox-sizing: border-box;\n\t\t\ttop: 0;\n\t\t\tborder-width: 0.07em;\n\t\t\tborder-radius: 50%;\n\t\t\tleft: 45%;\n\t\t\twidth: 10%;\n\t\t\tborder-top-style: solid;\n\t\t}\n\n:global(.tv-spinner)__background {\n\t\tdisplay: inline-block;\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\toverflow: hidden;\n\t}\n\n:global(.tv-spinner)__background::after {\n\t\t\tcontent: '';\n\t\t\tposition: absolute;\n\t\t\tbox-sizing: border-box;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\tborder-radius: 50%;\n\t\t\tbottom: 0;\n\t\t\twidth: 100%;\n\t\t\tborder-color: rgba(135, 151, 165, 0.2);\n\t\t\tborder-style: solid;\n\t\t}\n\n:global(.tv-spinner)__circle-clipper {\n\t\tdisplay: inline-block;\n\t\tposition: relative;\n\t\twidth: 50%;\n\t\theight: 100%;\n\t\toverflow: hidden;\n\t}\n\n:global(.tv-spinner)__circle-clipper::after {\n\t\t\tcontent: '';\n\t\t\tposition: absolute;\n\t\t\tbox-sizing: border-box;\n\t\t\ttop: 0;\n\t\t\tborder-radius: 50%;\n\t\t\tbottom: 0;\n\t\t\twidth: 200%;\n\t\t\tborder-style: solid;\n\t\t\tborder-bottom-color: transparent;\n\t\t\tanimation-duration: 1.4s;\n\t\t\tanimation-timing-function: cubic-bezier(.36, 0, .37, .99);\n\t\t\tanimation-iteration-count: 1;\n\t\t\twill-change: transform;\n\t\t}\n\n:global(.tv-spinner)__circle-clipper--left::after {\n\t\t\tleft: 0;\n\t\t\tborder-right-color: transparent;\n\t\t\ttransform: rotate(0deg);\n\t\t\tanimation-name: tv-spinner__left-spin;\n\t\t}\n\n:global(.tv-spinner)__circle-clipper--right::after {\n\t\t\tleft: -100%;\n\t\t\tborder-left-color: transparent;\n\t\t\t/* -124 is to make angle of 146 degrees */\n\t\t\ttransform: rotate(-124deg);\n\t\t\tanimation-name: tv-spinner__right-spin;\n\t\t}\n\n@keyframes tv-spinner__container-rotate {\n\t100% {\n\t\ttransform: rotate(360deg);\n\t}\n}\n\n@keyframes tv-spinner__left-spin {\n\t0% { transform: rotate(130deg) }\n\tto { transform: rotate(0deg) }\n}\n\n@keyframes tv-spinner__right-spin {\n\t0% { transform: rotate(-130deg) }\n\tto { transform: rotate(-124deg) }\n}\n",o=(o=void 0===o?{}:o).insertAt,"undefined"!=typeof document&&(t=document.head||document.getElementsByTagName("head")[0],(i=document.createElement("style")).type="text/css","top"===o&&t.firstChild?t.insertBefore(i,t.firstChild):t.appendChild(i),i.styleSheet?i.styleSheet.cssText=n:i.appendChild(document.createTextNode(n)));var t,n,e,r,i,o=new WeakMap,s=((t=e=e||{})[t.Element=1]="Element",t[t.Document=9]="Document",{mini:"xsmall",xsmall:"xsmall",small:"small",medium:"medium",large:"large"}),a=(i=document.documentElement,(r=o?o.get(i):r)||((r=i.ownerDocument.createRange()).selectNodeContents(i),o&&o.set(i,r)),null!==(e=(n=r.createContextualFragment('\n\t\t<div class="tv-spinner" role="progressbar">\n\t\t\t<div class="tv-spinner__spinner-layer">\n\t\t\t\t<div class="tv-spinner__background tv-spinner__width_element"></div>\n\t\t\t\t<div class="tv-spinner__circle-clipper tv-spinner__width_element tv-spinner__circle-clipper--left"></div>\x3c!--\n\t\t\t\t--\x3e<div class="tv-spinner__circle-clipper tv-spinner__width_element tv-spinner__circle-clipper--right"></div>\n\t\t\t</div>\n\t\t</div>\n\t')).firstElementChild)&&n.removeChild(e),e);function l(t){this._shown=!1,this._el=a.cloneNode(!0),this.setSize(s[t||"large"])}l.prototype.spin=function(t){return this._el.classList.add("tv-spinner--shown"),void 0===this._container&&(void 0!==(this._container=t)&&t.appendChild(this._el)),this._shown=!0,this},l.prototype.stop=function(t){return t&&void 0!==this._container&&this._container.removeChild(this._el),this._el.classList.remove("tv-spinner--shown"),this._shown=!1,this},l.prototype.setStyle=function(e){var r=this;return Object.keys(e).forEach(function(t){var n=e[t];void 0!==n&&r._el.style.setProperty(t,n)}),this},l.prototype.style=function(){return this._el.style},l.prototype.setSize=function(t){t=void 0!==t?"tv-spinner--size_".concat(t):"";return this._el.className="tv-spinner ".concat(t," ").concat(this._shown?"tv-spinner--shown":""),this},l.prototype.getEl=function(){return this._el},l.prototype.destroy=function(){this.stop(),delete this._el,delete this._container},window.Spinner=l}(),t.foregroundColor||"auto"),t=new Spinner("large").setStyle({color:t,zIndex:String(2e9)});t.getEl().classList.add("spinner"),t.spin(n)}()</script><script>var _tv_languages=_tv_languages||{};_tv_languages.zh={Cancel:"取消",Price:"价格",Currency:"货币",Open:"开盘价",Volume:"成交量",Comment:"评论","Editors' picks":"编辑精选","powered by":"本站由",Chart:"图表",Search:"搜索","Learn more":"了解更多",Date:"日期",Source:"来源",Description:"说明",Settings:"设置",Background:"背景",Border:"边框",Apply:"应用",Symbol:"商品代码",Timezone:"时区",Bars:"美国线",Candles:"K线图","Heikin Ashi":"平均K线",Line:"线形图",Area:"面积图",Currencies:"外汇",Exchange:"交易所",Grid:"网格",Trading:"交易",Indicators:"指标",More:"更多",Prices:"价格","Head and Shoulders":"头肩形",Flag:"旗形",Rectangle:"矩形","Parallel Channel":"平行通道",Triangle:"三角形","Gann Box":"江恩箱","Gann Fan":"江恩角度线","Gann Square":"江恩正方",Inputs:"输入",Error:"错误",Remove:"移除",January:"1月",February:"2月",March:"3月",April:"4月",May:"5月",June:"6月",July:"7月",August:"8月",September:"9月",October:"10月",November:"11月",December:"12月","Indicators & Strategies":"指标 & 策略",Contracts:"合约",Change:"涨跌","Hong Kong":"香港",forex:"外汇",Type:"类型","Invalid Symbol":"无效的代码",Bahrain:"巴林",Luxembourg:"卢森堡","New Zealand":"新西兰",Qatar:"卡塔尔",Singapore:"新加坡",Ok:"确认",Properties:"属性",Absolute:"绝对值",d_dates:"天",h_dates:"小时",m_dates:"分钟",s_dates:"秒","At close":"以收盘价",Holiday:"假日","Click to set a point":"点击以设定","Move the point to position the anchor then tap to place":"移动点以定位锚点然后点击放置","Double-click to finish Path":"双击以完成路径线","Double-click to finish Polyline":"双击以完成折线","Press and hold {key} while zooming to maintain the chart position":"当您希望放大您鼠标聚焦的点位时,请按住{key} 键。","Link to the chart image copied to clipboard {emoji}":"链接到复制到剪贴板的图表图片{emoji}","Chart image copied to clipboard {emoji}":"图表图片复制到剪贴板{emoji}",Baseline:"基准线",Units:"单位",Reverse:"反手",Yes:"是",No:"否",O_in_legend:"开=",H_in_legend:"高=",L_in_legend:"低=",C_in_legend:"收=",Compare:"对比","Recently used":"最近用过",Save:"保存",Hide:"隐藏",Show:"显示",month_0:"月",High:"最高价",Low:"最低价",Ticker:"商品代码","No symbols match your criteria":"没有代码符合您的条件",Close:"收盘价",Time:"时间","{number} minute_0":"{number} 分",m_interval_short:"m","{number} hour_0":"{number} 小时",h_interval_short:"h","{number} day_0":"{number} 天",D_interval_short:"D",W_interval_short:"W",M_interval_short:"M",Rename:"重命名","Remove from favorites":"从收藏中移除","Add to favorites":"添加到收藏","Time Interval":"时间周期",Copy:"复制",Drawings:"绘图","Price format is invalid.":"价格格式无效",Ticks:"ticks","{exchange} by {originalExchange}":"来自{originalExchange}的{exchange}","Real-time data for {symbolName} is provided by {exchange} exchange.":"{symbolName}的即时数据由{exchange}交易所提供。","This data is real-time, but its slightly different to its official counterpart coming from {exchange}.":"这些数据是实时的,但与来自{exchange}的官方数据略有不同。",Increase:"增加",Decrease:"减少","Number format is invalid.":"号码格式无效。","Specified value is more than the instrument maximum of {max}.":"指定值大于商品最大值{max}。","Specified value is less than the instrument minimum of {min}.":"指定值小于商品最小值{min}。",Risk:"风险",Body:"主体",Wick:"影线",Right:"右",Left:"左",Interval:"周期","change timezone":"更改时区",UTC:"世界统一时间",Cairo:"开罗",Johannesburg:"约翰尼斯堡",Lagos:"拉哥斯","Buenos Aires":"布宜诺斯艾利斯",Bogota:"波哥大",Caracas:"加拉加斯",Chicago:"芝加哥","San Salvador":"圣萨尔瓦多",Juneau:"朱诺",Lima:"利马","Los Angeles":"洛杉矶","Mexico City":"墨西哥城","New York":"纽约",Phoenix:"菲尼克斯",Santiago:"圣地亚哥","Sao Paulo":"圣保罗",Toronto:"多伦多",Vancouver:"温哥华",Denver:"丹佛",Almaty:"阿拉木图",Ashgabat:"阿什哈巴德",Bangkok:"曼谷",Chongqing:"重庆",Dubai:"迪拜","Ho Chi Minh":"胡志明市",Jakarta:"雅加达",Jerusalem:"耶路撒冷",Karachi:"卡拉奇",Kolkata:"加尔各答",Kuwait:"科威特",Muscat:"马斯喀特",Riyadh:"利雅得",Seoul:"首尔",Shanghai:"上海",Taipei:"台北",Tehran:"德黑兰",Tokyo:"东京",Reykjavik:"雷克雅维克",Adelaide:"阿德莱德",Brisbane:"布里斯班",Perth:"珀斯",Sydney:"悉尼",Amsterdam:"阿姆斯特丹",Athens:"雅典",Belgrade:"贝尔格莱德",Berlin:"柏林",Bratislava:"布拉迪斯拉发",Brussels:"布鲁塞尔",Bucharest:"布加勒斯特",Copenhagen:"哥本哈根",Dublin:"都柏林",Helsinki:"赫尔辛基",Istanbul:"伊斯坦布尔",Lisbon:"里斯本",London:"伦敦",Madrid:"马德里",Malta:"马耳他",Moscow:"莫斯科",Oslo:"奥斯陆",Paris:"巴黎",Riga:"里加",Rome:"罗马",Stockholm:"斯德哥尔摩",Tallinn:"塔林",Vilnius:"维尔纽斯",Warsaw:"华沙",Zurich:"苏黎世","Chatham Islands":"查塔姆群岛",Tokelau:"托克劳群岛",Honolulu:"檀香山","Norfolk Island":"诺福克岛",Coordinates:"坐标","Events & Alerts":"事件 & 警报",Events:"事件",Scales:"坐标","Source Code":"原始码",Style:"样式","Timezone/Sessions":"时区/交易时段",Visibility:"可见范围","Box size assignment method":"Box尺寸分配方法","Color bars based on previous close":"K线颜色基于前一收盘价",Borders:"边框","HLC bars":"HLC 线","Price source":"价格源","Show real prices on price scale (instead of Heikin-Ashi price)":"在价格坐标上显示实际价格(而不是Heikin-Ashi价格)","Up bars":"上涨烛线","Down bars":"下跌烛线","Projection up bars":"预测上涨烛线","Projection down bars":"预测下跌烛线","Projection up color":"预测上涨颜色","Projection down color":"预测下跌颜色",Fill:"填充","Up color":"上涨颜色","Down color":"下跌颜色",Traditional:"传统","Box size":"箱体大小","Number of line":"线条数量","ATR length":"平均真实波幅长度","Reversal amount":"反转数量","Phantom bars":"虚拟烛线(填补间隙平滑图表)","One step back building":"上一步建构",Range:"Range图","You cannot see this pivot timeframe on this resolution":"您不能在这个付费方案内查看主时间框架","The data vendor doesn't provide volume data for this symbol.":"数据供应商不提供此商品的成交量数据。","Accumulation/Distribution_study":"累积/派发线(Accumulation/Distribution)","Accumulative Swing Index_study":"振动升降指标(ASI)","Advance/Decline_study":"涨跌比(Advance/Decline)","Arnaud Legoux Moving Average_study":"阿诺勒古移动平均线(Arnaud Legoux Moving Average)",Aroon_study:"阿隆指标(Aroon)",ASI_study:"振动升降指标(ASI)","Average Directional Index_study":"平均趋向指数(Average Directional Index)","Average True Range_study":"真实波动幅度均值(Average True Range)","Awesome Oscillator_study":"动量震荡指标(Awesome Oscillator)","Balance of Power_study":"均势指标(Balance of Power)","Bollinger Bands %B_study":"布林带 %B(Bollinger Bands %B)","Bollinger Bands Width_study":"布林带宽度(Bollinger Bands Width)","Bollinger Bands_study":"布林带(Bollinger Bands)","Chaikin Money Flow_study":"蔡金资金流量(Chaikin Money Flow)","Chaikin Oscillator_study":"蔡金资金流量震荡指标(Chaikin Oscillator)","Chande Kroll Stop_study":"钱德克罗止损(Chande Kroll Stop)","Chande Momentum Oscillator_study":"钱德动量摆动指标(Chande Momentum Oscillator)","Chop Zone_study":"波动区间(Chop Zone)","Choppiness Index_study":"波动指数(Choppiness Index)","Commodity Channel Index_study":"顺势指标(Commodity Channel Index)","Connors RSI_study":"康纳相对强弱指数(CRSI)","Coppock Curve_study":"估波曲线(Coppock Curve)","Correlation Coefficient_study":"相关系数(Correlation Coefficient)",CRSI_study:"康纳相对强弱指数(CRSI)","Detrended Price Oscillator_study":"非趋势价格摆动指标(Detrended Price Oscillator)","Directional Movement_study":"动向指标(Directional Movement)","Donchian Channels_study":"唐奇安通道(Donchian Channels)","Double EMA_study":"双指数移动平均线(Double EMA)","Ease Of Movement_study":"简易波动指标(Ease Of Movement)","Elder's Force Index_study":"艾达尔强力指数(Elder's Force Index)","EMA Cross_study":"EMA交叉",Envelopes_study:"包络线指标","Fisher Transform_study":"费舍尔转换(Fisher Transform)","Fixed Range_study":"固定范围","Guppy Multiple Moving Average_study":"顾比复合移动平均线GMMA","Historical Volatility_study":"历史波动率(Historical Volatility)","Hull Moving Average_study":"船体移动平均线(Hull Moving Average)","Ichimoku Cloud_study":"一目均衡表(Ichimoku Cloud)","Keltner Channels_study":"肯特纳通道(Keltner Channels)","Klinger Oscillator_study":"克林格成交量摆动指标(Klinger Oscillator)","Know Sure Thing_study":"Know Sure Thing","Least Squares Moving Average_study":"最小二乘移动平均线(Least Squares Moving Average)","Linear Regression Curve_study":"线性回归曲线(Linear Regression Curve)","MA Cross_study":"移动揉搓线(MA Cross)","MA with EMA Cross_study":"MA与EAM交叉","MA/EMA Cross_study":"MA/EMA交叉",MACD_study:"MACD","Mass Index_study":"梅斯线(Mass Index)","McGinley Dynamic_study":"麦吉利动态指标(McGinley Dynamic)",Momentum_study:"动量指标(Momentum)","Money Flow_study":"资金流量(Money Flow)","Moving Average Channel_study":"移动平均线通道(Moving Average Channel)","Moving Average Exponential_study":"指数移动平均线(Moving Average Exponential)","Moving Average Weighted_study":"加权移动平均线(Moving Average Weighted)","Moving Average_study":"移动平均线(Moving Average)","Net Volume_study":"净成交量(Net Volume)","On Balance Volume_study":"能量潮指标(On Balance Volume)","Parabolic SAR_study":"抛物线转向指标(Parabolic SAR)","Pivot Points Standard_study":"枢轴点 - 标准(Pivot Points Standard)","Price Channel_study":"价格通道(Price Channel)","Price Oscillator_study":"价格摆动指标(Price Oscillator)","Price Volume Trend_study":"价量趋势指标(Price Volume Trend)","Rate Of Change_study":"变化速率(Rate Of Change)","Relative Strength Index_study":"相对强弱指标(Relative Strength Index)","Relative Vigor Index_study":"相对能量指数(Relative Vigor Index)","Relative Volatility Index_study":"相对离散指数(Relative Volatility Index)","Session Volume_study":"时间段成交量","Session Volume HD_study":"时段成交量HD","SMI Ergodic Indicator/Oscillator_study":"SMI 遍历性指标(SMI Ergodic Indicator/Oscillator)","Smoothed Moving Average_study":"平滑移动平均线(Smoothed Moving Average)","Stochastic RSI_study":"随机相对强弱指数(Stoch RSI)",Stochastic_study:"随机指数(Stochastic)","Triple EMA_study":"三重指数平滑平均线(Triple EMA)",TRIX_study:"三重指数平滑移动平均线(TRIX)","True Strength Indicator_study":"真实强度指标(True Strength Indicator)","Ultimate Oscillator_study":"终极波动指标(Ultimate Oscillator)","Visible Range_study":"可视范围","Volume Oscillator_study":"成交量震荡指标(Volume Oscillator)",Volume_study:"成交量(Volume)","Vortex Indicator_study":"旋涡指标(Vortex Indicator)",VWAP_study:"成交量加权平均价(VWAP)",VWMA_study:"成交量加权移动平均值(VWMA)","Williams %R_study":"威廉姆斯指标(Williams %R)","Williams Alligator_study":"威廉姆斯鳄鱼线(Williams Alligator)","Williams Fractal_study":"威廉姆斯分形指标(Williams Fractal)","Zig Zag_study":"之字转向(Zig Zag)","Plots Background_study":"绘图背景",SuperTrend_study:"超级趋势","Average Price_study":"平均价","Typical Price_study":"典型价格","Median Price_study":"中位数价格","Money Flow Index_study":"资金流量指数","Moving Average Double_study":"双移动平均线","Moving Average Triple_study":"三重移动平均","Moving Average Adaptive_study":"自适应移动均线","Moving Average Hamming_study":"海明移动平均","Moving Average Modified_study":"修改后移动平均线","Moving Average Multiple_study":"多重移动平均线","Linear Regression Slope_study":"线性回归斜率","Standard Error_study":"标准误差","Standard Error Bands_study":"标准误差带","Correlation - Log_study":"相关 - 记录","Standard Deviation_study":"标准偏差","Chaikin Volatility_study":"蔡金波动率","Volatility Close-to-Close_study":"波动率Close-to-Close","Volatility Zero Trend Close-to-Close_study":"波动率零趋势Close-to-Close","Volatility O-H-L-C_study":"波动率 O-H-L-C","Volatility Index_study":"波动率指数","Trend Strength Index_study":"趋势强度指数","Majority Rule_study":"多数决原则",Length_input:"长度",Plot_input:"绘图",Zero_input:"零",Signal_input:"信号",Long_input:"长线",Short_input:"短期",UpperLimit_input:"上限",LowerLimit_input:"下限带",Offset_input:"偏移",length_input:"长度",mult_input:"多元",short_input:"短期",long_input:"长线",Limit_input:"限价",Move_input:"移动",Value_input:"值",Method_input:"方法","Accumulation/Distribution_input":"累积/派发指标(Accumulation/Distribution)",ADR_B_input:"ADR_B","Equality Line_input":"等量线","Window Size_input":"窗口大小",Sigma_input:"Sigma","Aroon Up_input":"阿隆向上(Aroon Up)","Aroon Down_input":"阿隆向下(Aroon Down)",Upper_input:"上轨",Lower_input:"下轨",Deviation_input:"偏差","Levels Format_input":"水平格式","Labels Position_input":"标签位置","0 Level Color_input":"0水平颜色","0.236 Level Color_input":"0.236水平颜色","0.382 Level Color_input":"0.382水平颜色","0.5 Level Color_input":"0.5水平颜色","0.618 Level Color_input":"0.618水平颜色","0.65 Level Color_input":"0.65水平颜色","0.786 Level Color_input":"0.786水平颜色","1 Level Color_input":"1水平颜色","1.272 Level Color_input":"1.272水平颜色","1.414 Level Color_input":"1.414水平颜色","1.618 Level Color_input":"1.618水平颜色","1.65 Level Color_input":"1.65水平颜色","2.618 Level Color_input":"2.618水平颜色","2.65 Level Color_input":"2.65水平颜色","3.618 Level Color_input":"3.618水平颜色","3.65 Level Color_input":"3.65水平颜色","4.236 Level Color_input":"4.236水平颜色","-0.236 Level Color_input":"-0.236水平颜色","-0.382 Level Color_input":"-0.382水平颜色","-0.618 Level Color_input":"-0.618水平颜色","-0.65 Level Color_input":"-0.65 Level Color水平颜色",ADX_input:"ADX趋向指标","ADX Smoothing_input":"ADX平滑","DI Length_input":"DI长度",Smoothing_input:"平滑",ATR_input:"ATR",Growing_input:"增长",Falling_input:"下降","Color 0_input":"颜色0","Color 1_input":"颜色1",Source_input:"来源",StdDev_input:"标准差",Basis_input:"中轨",Median_input:"中线","Bollinger Bands %B_input":"布林带 %B",Overbought_input:"超买",Oversold_input:"超卖","Bollinger Bands Width_input":"布林带宽度","RSI Length_input":"RSI 天数长度","UpDown Length_input":"UpDown长度","ROC Length_input":"ROC长度",MF_input:"MF",resolution_input:"时间周期","Fast Length_input":"快线长度","Slow Length_input":"慢线长度","Chaikin Oscillator_input":"蔡金震荡指标(Chaikin Oscillator)",P_input:"P指",X_input:"X指",Q_input:"Q指",p_input:"P指",x_input:"X指",q_input:"Q指",Price_input:"价格","Chande MO_input":"钱德动量摆动指标(Chande MO)","Zero Line_input":"零线","Color 2_input":"颜色2","Color 3_input":"颜色3","Color 4_input":"颜色4","Color 5_input":"颜色5","Color 6_input":"颜色6","Color 7_input":"颜色7","Color 8_input":"颜色8",CHOP_input:"CHOP","Upper Band_input":"上轨","Lower Band_input":"下轨",CCI_input:"CCI","Smoothing Line_input":"平滑线","Smoothing Length_input":"平滑长度","WMA Length_input":"WMA 长度","Long RoC Length_input":"长线变量长度","Short RoC Length_input":"短期变量长度",sym_input:"系统",Symbol_input:"商品代码",Correlation_input:"相关系数",Period_input:"阶段",Centered_input:"居中","Detrended Price Oscillator_input":"区间震荡线",isCentered_input:"居中",DPO_input:"DPO","ADX smoothing_input":"ADX平滑化","+DI_input":"+DI","-DI_input":"-DI",DEMA_input:"DEMA",Divisor_input:"因数",EOM_input:"EOM","Elder's Force Index_input":"艾达尔强力指数(Elder's FI)",Percent_input:"百分比",Exponential_input:"指数化",Average_input:"平均","Upper Percentage_input":"更高百分比","Lower Percentage_input":"更低百分比",Fisher_input:"费舍尔",Trigger_input:"触发",Level_input:"等级","Trader EMA 1 length_input":"交易者 EMA 1 长度","Trader EMA 2 length_input":"交易者 EMA 2 长度","Trader EMA 3 length_input":"交易者 EMA 3 长度","Trader EMA 4 length_input":"交易者 EMA 4 长度","Trader EMA 5 length_input":"交易者 EMA 5 长度","Trader EMA 6 length_input":"交易者 EMA 6 长度","Investor EMA 1 length_input":"投资者 EMA 1 长度","Investor EMA 2 length_input":"投资者 EMA 2 长度","Investor EMA 3 length_input":"投资者 EMA 3 长度","Investor EMA 4 length_input":"投资者 EMA 4 长度","Investor EMA 5 length_input":"投资者 EMA 5 长度","Investor EMA 6 length_input":"投资者 EMA 6 长度",HV_input:"HV","Hull MA_input":"Hull MA","Conversion Line Periods_input":"转换线周期","Base Line Periods_input":"基准线周期","Lagging Span 2 Periods_input":"迟行带2个周期",Displacement_input:"移位","Conversion Line_input":"转换线","Base Line_input":"基准线","Lagging Span_input":"迟行带","Lead 1_input":"前置1","Lead 2_input":"前置2","yay Color 0_input":"yay 颜色 0","yay Color 1_input":"yay 颜色 1",Multiplier_input:"多元","Bands style_input":"带样式",Middle_input:"中间",useTrueRange_input:"使用真实范围",ROCLen1_input:"变化速率长度1",ROCLen2_input:"变化速率长度2",ROCLen3_input:"变化速率长度3",ROCLen4_input:"变化速率长度4",SMALen1_input:"简单移动平均长度1",SMALen2_input:"简单移动平均长度2",SMALen3_input:"简单移动平均长度3",SMALen4_input:"简单移动平均长度4",SigLen_input:"Sigma 长度",KST_input:"应用确定指标",Sig_input:"Sig",roclen1_input:"变化速率长度1",roclen2_input:"变化速率长度2",roclen3_input:"变化速率长度3",roclen4_input:"变化速率长度4",smalen1_input:"简单移动平均长度1",smalen2_input:"简单移动平均长度2",smalen3_input:"简单移动平均长度3",smalen4_input:"简单移动平均长度4",siglen_input:"Sigma 长度","Upper Deviation_input":"上偏差","Lower Deviation_input":"下偏差","Use Upper Deviation_input":"使用上偏差","Use Lower Deviation_input":"使用下偏差",Count_input:"计数",Crosses_input:"交叉",MOM_input:"MOM",MA_input:"MA","Length EMA_input":"EMA长度","Length MA_input":"MA长度","Fast length_input":"快线长度","Slow length_input":"慢线长度","Signal smoothing_input":"信号平滑","Simple ma(oscillator)_input":"简单移动平均(振荡器)","Simple ma(signal line)_input":"简单移动平均(信号线)",Histogram_input:"直方图",MACD_input:"MACD",fastLength_input:"快线长度",slowLength_input:"慢线长度",signalLength_input:"信号长度",NV_input:"NV",OnBalanceVolume_input:"能量潮指标(OBV)",Start_input:"开始",Increment_input:"增量","Max value_input":"最大值",ParabolicSAR_input:"抛物线转向指标(PSAR)",start_input:"开始",increment_input:"增量",maximum_input:"最大","Short length_input":"短期长度","Long length_input":"长线长度",OSC_input:"OSC",shortlen_input:"短期长度",longlen_input:"长线长度",PVT_input:"价量趋势指标",ROC_input:"变量",RSI_input:"RSI",RVGI_input:"RVGI",RVI_input:"RVI","Long period_input":"长周期","Short period_input":"短周期","Signal line period_input":"信号线期",SMI_input:"SMI","SMI Ergodic Oscillator_input":"SMI 遍历指标",Indicator_input:"指标",Oscillator_input:"震动指数",K_input:"K",D_input:"D",smoothK_input:"平滑K",smoothD_input:"平滑D","%K_input":"%K","%D_input":"%D","Stochastic Length_input":"随机指标长度","RSI Source_input":"RSI 来源",lengthRSI_input:"RSI天数长度",lengthStoch_input:"Stoch长度",TRIX_input:"三重指数平滑平均线(TRIX)",TEMA_input:"TEMA","Long Length_input":"长线长度","Short Length_input":"短期长度","Signal Length_input":"信号长度",Length1_input:"长度1",Length2_input:"长度2",Length3_input:"长度3",length7_input:"长度7",length14_input:"长度14",length28_input:"长度28",UO_input:"终极震荡指标(UO)",VWMA_input:"VWMA",len_input:"长度","VI +_input":"VI +","VI -_input":"VI -","%R_input":"%R","Jaw Length_input":"下颚长度","Teeth Length_input":"齿距","Lips Length_input":"唇长",Jaw_input:"下颚",Teeth_input:"牙齿",Lips_input:"唇","Jaw Offset_input":"Jaw Offset","Teeth Offset_input":"Teeth Offset","Lips Offset_input":"唇偏移","Down fractals_input":"向下分形","Up fractals_input":"向上分形",Periods_input:"阶段",Shapes_input:"形态","show MA_input":"显示移动平均","MA Length_input":"MA 长度","Color based on previous close_input":"K线颜色基于前一收盘价","Rows Layout_input":"行布局","Row Size_input":"行数",Volume_input:"成交量","Value Area volume_input":"数值区成交量","Extend POC Right_input":"Extend POC Right","Value Area Volume_input":"数值区成交量",Placement_input:"配置",POC_input:"POC","Developing Poc_input":"发展控制点(Poc)","Up Volume_input":"上涨成交量","Down Volume_input":"下跌成交量","Value Area_input":"数值区","Histogram Box_input":"直方图框底色","Value Area Up_input":"上涨数值区","Value Area Down_input":"下跌数值区","Number Of Rows_input":"行数","Ticks Per Row_input":"标记每行","Up/Down_input":"上/下",Total_input:"总共","Deviation (%)_input":"偏差(%)",Depth_input:"深度","Extend to last bar_input":"延伸到最后一根K线",Simple_input:"简单",Weighted_input:"加权","Wilder's Smoothing_input":"威尔德平滑法","1st Period_input":"第一期","2nd Period_input":"第二期","3rd Period_input":"第三期","4th Period_input":"第四期","5th Period_input":"第五期","6th Period_input":"第六期","Rate of Change Lookback_input":"变化速率回顾","Instrument 1_input":"工具1","Instrument 2_input":"工具2","Rolling Period_input":"滚动期","Standard Errors_input":"标准误差","Averaging Periods_input":"平均周期","Days Per Year_input":"每年的天数","Market Closed Percentage_input":"市场收盘百分比","ATR Mult_input":"多重ATR",VWAP_input:"成交量加权平均价","Anchor Period_input":"时间周期",Session_input:"Session",Week_input:"周",Month_input:"月",Year_input:"年",Decade_input:"十年",Century_input:"世纪","Custom range":"自定义范围","Go to":"前往到",Commission:"手续费","Symbol Info":"品种信息","Save all charts for all symbols and intervals on your layout":"保存布局里的所有图表,包含图表里的全部品种和周期",Dot_hotkey:"点","Load Chart Layout":"加载图表布局",minutes_interval:"分钟",hours_interval:"小时",days_interval:"日",weeks_interval:"周",months_interval:"个月","Add custom time interval":"添加自定义事件周期",Add:"添加","Save chart image":"保存图片","Copy chart image":"复制图表图片","Copy link to the chart image":"复制图片链接","Open image in new tab":"在新标签页中打开图片","Tweet chart image":"推特图表图片","adjust data for dividends":"调整股息数据","adjust for contract changes":"调整合同变更","toggle auto scale":"切换自动坐标","toggle log scale":"切换对数坐标","toggle percentage scale":"切换百分比坐标","Take a snapshot":"生成快照","use settlement as close on daily interval":"使用结算价作为每日周期的收盘价",ext:"延时","Extended Hours is available only for intraday charts":"延长时段仅适用于日内图表","Toggle Percentage":"切换为百分比坐标",log_scale:"log","Toggle Log Scale":"切换为对数坐标",auto_scale:"auto","Toggle Auto Scale":"切换为自动坐标","Toggle Maximize Chart":"切换为最大化图表",adj_adjustments:"调整","Adjust data for dividends":"调整股息数据","Main symbol data is adjusted for dividends only":"主要商品数据仅针对股息进行调整","Main symbol data is adjusted for splits only":"主要商品数据仅针对拆分进行调整","b-adj_adjustments":"b-调整","Adjust for contract changes":"调整合同变更",set_adjustments:"清算价","Use settlement as close on daily interval":"使用结算价作为每日周期的收盘价","Date Range":"日期范围","change session":"更改交易时段",Session:"时段","Weak Magnet":"弱磁铁","Strong Magnet":"强磁铁",Cursors:"游标","Trend Line Tools":"趋势线工具","Gann and Fibonacci Tools":"江恩和斐波那契工具","Geometric Shapes":"几何形状","Annotation Tools":"注释工具",Patterns:"形态","Prediction and Measurement Tools":"预测和测量工具","Hide Drawings Toolbar":"隐藏绘图工具栏","Show Drawings Toolbar":"显示绘图工具栏","Show Favorite Drawing Tools Toolbar":"显示收藏的绘图工具栏",Icon:"图标",Icons:"图标","Remove Drawings & Indicators":"移除绘图和指标","Remove Drawings":"移除绘图","Remove Indicators":"移除指标","Hollow candles":"空心K线图","High-low":"高-低","Bar's style":"图表样式","Compare or Add Symbol":"对比或叠加品种",Favorites:"收藏","Fullscreen mode":"全屏模式","Favorite Indicators":"收藏指标","You have no Favorites Indicators yet":"你目前没有收藏的指标","Open Interval Dialog":"打开周期对话框","Number or {hotKey_0}":"数字或{hotKey_0}","Add custom interval":"添加自定义周期",Ticks_interval_group_name:"Ticks",Seconds_interval_group_name:"秒",Minutes_interval_group_name:"分",Hours_interval_group_name:"小时",Days_interval_group_name:"天",Weeks_interval_group_name:"周",Months_interval_group_name:"月",Ranges_interval_group_name:"Ranges","Sync in layout":"同步到所有图表",Crosshair:"十字线","New drawings are replicated to all charts in the layout and shown when the same ticker is selected":"新的绘图将复制到同一布局中的所有图表,并在选择同一商品时显示","Open chart in popup":"在弹窗中打开图表","Chart Properties":"图表属性","Make a Copy":"复制","New Chart Layout":"新建图表布局","Rename Chart Layout":"重命名图表布局","Manage Chart Layouts":"管理图表布局","Symbol Search":"商品代码搜索","Simply start typing while on the chart to pull up this search box":"只需在图表上开始输入,即可拉出此搜索框","Save Indicator template":"保存指标模板","Save Indicator Template":"保存指标模板","Selecting this option will set the {symbol} symbol on the chart when this template is applied":"套用此模板时,选择此选项将在图表上设置{symbol}商品","Selecting this option will set the {interval} interval on the chart when this template is applied":"套用此模板时,选择此选项将在图表上设置{interval}周期","Study Template '{templateName}' already exists. Do you really want to replace it?":"指标模板{templateName}已经存在。确定替换?","My templates":"我的模板","Default templates":"默认模板",Templates:"模板","Indicator Templates":"指标模板","Undo {hint}":"复原 {hint}","Redo {hint}":"重做{hint}","View Only Mode":"仅查看模式","show alert label lines":"显示警报标签行","hide alert label lines":"隐藏警报标签行","change visibility":"更改可见性","pin to scale {label}":"固定至坐标{label}","pin to right scale":"固定到右侧坐标","pin to left scale":"固定至左侧坐标","change earnings visibility":"更改收益可见性","change dividends visibility":"更改股息可见性","change splits visibility":"更改拆分可见性","show all ideas":"显示所有观点","show ideas of followed users":"显示关注用户的观点","show my ideas only":"仅显示我的观点","change events visibility on chart":"更改图表上的事件可见性","add this symbol to entire layout":"将此商品添加到整个布局","add this indicator to entire layout":"将此指标添加到整个布局","add this strategy to entire layout":"将此策略添加到整个布局","add this financial metric to entire layout":"将此财务指标添加到整个布局","apply drawing template":"应用绘图模板","lock objects":"锁定对象","unlock objects":"解锁对象","Add alert":"添加警报","Add alert on {series}":"在{series}增加警报","Add alert on {drawing}":"在{drawing}增加警报","Edit {title} alert":"编辑{title}警报","Extend alert lines":"扩展警报线",Trade:"交易","Create limit order":"创建限价挂单","Apply Manual Risk/Reward":"应用手动风险/回报","Apply Manual Decision Point":"应用手动决策点","Analyze Trade Setup":"分析交易设定","Apply Elliott Wave":"应用艾略特波浪","Apply Elliott Wave Intermediate":"应用艾略特中型浪","Apply Elliott Wave Major":"应用艾略特大型浪","Apply Elliott Wave Minor":"应用艾略特小型浪","Apply WPT Up Wave":"应用WPT Up波","Up Wave 1 or A":"上涨浪1或A","Up Wave 2 or B":"上涨浪2或B","Up Wave C":"上涨浪C","Up Wave 3":"上涨浪3","Up Wave 4":"上涨浪4","Up Wave 5":"上涨浪5","Apply WPT Down Wave":"应用WPT Down波","Down Wave 1 or A":"下跌浪1或A","Down Wave 2 or B":"下跌浪2或B","Down Wave C":"下跌浪C","Down Wave 3":"下跌浪3","Down Wave 4":"下跌浪4","Down Wave 5":"下跌浪5","Pinned to scale {label} (hidden)":"固定到坐标{label}(隐藏)","Pinned to right scale (hidden)":"固定至右侧坐标(隐藏)","Pin to scale {label} (hidden)":"固定至坐标{label}(隐藏)","Pin to right scale (hidden)":"固定至右侧坐标(隐藏)","Pinned to scale {label}":"已固定坐标{label}","Pinned to right scale":"已固定至右侧坐标","Pin to scale {label}":"固定至坐标{label}","Pin to right scale":"固定到右侧坐标","Pinned to left scale (hidden)":"已固定到左侧坐标(隐藏)","Pin to left scale (hidden)":"固定到左侧坐标(隐藏)","Pinned to left scale":"已固定至左侧坐标","Pin to left scale":"固定至左侧坐标","Pin to new left scale":"固定至左侧新坐标","Pin to new right scale":"固定至右侧新坐标","Pin to scale (now {label})":"固定至坐标(当前{label} ","Pin to scale (now no scale)":"固定至坐标(当前无坐标)","Pin to scale (now left)":"固定至坐标(当前左侧)","Pin to scale (now right)":"固定至坐标(当前右侧)","No scale (fullscreen)":"无坐标(全屏)","Move to":"移动到","Existing pane above":"上方已有窗格","New pane above":"上方新窗格","Existing pane below":"下方已有窗格","New pane below":"下方新窗格","Bring to front":"置于顶层","Send to back":"置于底层","Bring forward":"上移一层","Send backward":"下移一层","Visual order":"视觉顺序",Lines:"线条","Add indicator/strategy on {studyTitle}":"在{studyTitle}上增加指标/策略","Add financial metric for {instrumentName}":"为{instrumentName}添加财务指标","Apply default":"应用默认","Save as":"保存为",Clone:"克隆",Template:"模板","Go to {lineToolName}":"前往到{lineToolName}",Unlock:"解锁",Lock:"锁定","Show earnings":"显示收益","Show dividends":"显示股利","Show splits":"显示拆分","Show all ideas":"显示所有观点","Show ideas of followed users":"显示关注用户的观点","Show my ideas only":"仅显示我自己的观点","Hide events on chart":"隐藏图中的事件","Add this symbol to entire layout":"将此商品添加到整个布局","Add this indicator to entire layout":"将此指标添加到整个布局","Add this strategy to entire layout":"将此策略添加到整个布局","Add this financial metric to entire layout":"将此财务指标添加到整个布局","No sync":"没有同步","Symbol info":"品种信息","By TradingView":"由TradingView提供","{symbol} financials by TradingView":"{symbol}财务指标由TradingView提供","More features on tradingview.com":"tradingview.com上更多功能","move left":"向左移动","move right":"向右移动","change price to bar ratio":"更改价格K线比","toggle lock scale":"切换锁定坐标","change series style":"更改系列样式","Invalid symbol":"无效的商品代码","No data here":"这里没有数据","apply indicators to entire layout":"将指标应用于整个布局","Please give us a clipboard writing permission in your browser or press {keystroke}":"请在您的浏览器中向我们提供剪贴板写入权限,或按{keystroke}","Couldn't copy":"无法复制","Couldn't cut":"无法剪切","Couldn't paste":"无法粘贴","{userName} published on {customer}, {date}":"{userName}发表于{customer}{date}","Published on {customer}, {date}":"发表于{customer}{date}","change symbol last value visibility":"更改商品最后一个值的可见性","change symbol previous close value visibility":"更改商品前一个收盘价的可见性","change previous close price line visibility":"更改前一个收盘价线的可见性","change symbol labels visibility":"更改商品标签可见性","change indicators and financials name labels visibility":"更改指标和财务名称标签可见性","change indicators name labels visibility":"更改指标名称标签可见性","change indicators and financials value labels visibility":"更改指标和财务值标签可见性","change indicators value labels visibility":"更改指标值标签可见性","change bid and ask labels visibility":"更改bid和ask标签的可见性","change bid and ask lines visibility":"更改bid和ask线的可见性","change pre/post market price label visibility":"更改盘前/盘后价格标签的可见性","change high and low price lines visibility":"更改高低价线的可见性","change high and low price labels visibility":"更改高低价标签的可见性","change countdown to bar close visibility":"更改倒计时到K线关闭的可见性","change currency label visibility":"更改货币标签可见性","change unit label visibility":"更改单位标签可见性","change plus button visibility":"更改加号按钮的可见性","change price line visibility":"更改价格线可见性","hide {title}":"隐藏{title}","unlock {title}":"解锁{title}","lock {title}":"锁定{title}",Eraser:"橡皮擦","Trend Line":"趋势线","Horizontal Line":"水平线","Vertical Line":"垂直线",Arrow:"箭头",Ray:"射线",Pitchfork:"分叉线","Schiff Pitchfork":"希夫分叉线",Pitchfan:"倾斜扇形","Fib Retracement":"斐波那契回撤","Trend-Based Fib Extension":"斐波那契趋势扩展","Fib Speed Resistance Fan":"斐波那契速度阻力扇","Fib Time Zone":"斐波那契时区","Fib Circles":"斐波那契圈","Fib Speed Resistance Arcs":"斐波那契速度阻力弧",Ellipse:"椭圆形",Polyline:"折线",Path:"路径",Arc:"弧形",Text_tool:"文字","Anchored Text":"锚点文字",Balloon:"泡泡注释","Price Label":"价格标签",Brush:"笔刷",Forecast:"预测","Auto (fits data to screen)":"自动(调整数据适于屏幕)","Lock price to bar ratio":"锁定价格对K线比例","Change interval":"变更周期","Symbol last price label":"最新价格标签","Previous day close price line":"前一日收盘价线","Symbol name label":"商品名称标签","Indicators and financials value labels":"指标和财务值标签","Indicators value labels":"指标值标签","Indicators and financials name labels":"指标和财务名称标签","Indicators name labels":"指标名称标签","Bid and ask labels":"Bid和Ask标签","Bid and ask lines":"Bid和Ask线","Pre/post market price label":"盘前/盘后市场价格标签","Pre/post market price line":"盘前/盘后市场价格线","High and low price lines":"高低价线","Countdown to bar close":"当前K线结束倒计时",Unit:"单位","Plus button":"加号按钮","Source code":"原始码","Price line":"价格线","Session breaks":"交易日间隔","change symbol":"变更品种","apply chart theme":"应用图表主题",Warning:"警告","Zoom Out":"缩小","Zoom In":"放大","Maximize chart":"最大化图表","Restore chart":"还原图表","Scroll to the Left":"滚动到左边","Scroll to the Right":"滚动到右边","Reset Chart":"重置图表","Scroll to the Most Recent Bar":"滚动到最近的工具条",Mixed:"混合的","show {title}":"显示{title}","Hide Favorite Drawing Tools Toolbar":"隐藏收藏的绘图工具栏","Market open":"开市","Pre-market":"盘前时段","Post-market":"盘后时段","Market closed":"休市","Exchange timezone":"交易所时区","change symbol description visibility":"更改商品描述可见性","change open market status visibility":"更改开市状态可见性","change OHLC values visibility":"更改OHLC值的可见性","change bar change visibility":"更改K线涨跌可见性","change indicator titles visibility":"更改指标标题可见性","change indicator arguments visibility":"更改指标参数可见性","change indicator values visibility":"更改指标值的可见性","change volume values visibility":"更改成交量值的可见性","Open market status":"开市状态","OHLC values":"开高低收","Bar change values":"K线变化值","Indicator titles":"指标名称","Indicator arguments":"指标参数","Indicator values":"指标值","Hide Indicator Legend":"隐藏指标图例","Show Indicator Legend":"显示指标图例","Show Object Tree":"显示对象树","Could not get Pine source code.":"无法获取Pine源代码。","Show interval settings":"显示周期设置","Flag Symbol":"标记代码","Unflag Symbol":"未标记代码","change line tool(s) font size":"更改线条工具字体大小","change line tool(s) line style":"更改线条工具的线条样式","Font size":"字体大小","Template name":"模板名称","{hotKey_0} — drawing a straight line at angles of 45":"{hotKey_0} — 以45度角绘制一条直线","{hotKey_0} — circle":"{hotKey_0} — 圆圈","{hotKey_0} — square":"{hotKey_0} — 正方形","{hotKey_0} — fixed increments":"{hotKey_0} — 固定增量",Cross:"十字线",Dot:"圆点","Stay in Drawing Mode":"保持绘图模式","Show Hidden Tools":"显示隐藏的工具","Hide All Drawing Tools":"隐藏所有绘图","Lock All Drawing Tools":"锁定所有绘图","Magnet Mode snaps drawings placed near price bars to the closest OHLC value":"磁铁模式将吸附至K线的開高低收值",Measure:"测量","{hotKey_0} + Click on the chart":"{hotKey_0} + 点击图表",Color:"颜色","Text color":"文字颜色","Double click":"双击","Delete pane":"删除窗格","Move pane up":"上移窗格","Move pane down":"下移窗格","Maximize pane":"最大化窗格","Restore pane":"还原窗格","Manage panes":"管理窗格",scroll:"滚动","Paste %s":"粘贴%s","Lock vertical cursor line by time":"按时间锁定垂直光标线","change no overlapping labels":"更改不重叠的标签","Merge all scales into one":"将所有坐标合并为一个",Labels:"标签","Reset price scale":"重置价格坐标",Percent_scale_menu:"百分比","Indexed to 100_scale_menu":"基准100",Logarithmic_scale_menu:"对数",Regular_scale_menu:"常规","No overlapping labels_scale_menu":"无重叠标签","Invert scale_scale_menu":"翻转坐标","Status line":"状态行",Appearance:"外观",money:"资金",pips:"点数","Ticker and description":"商品和描述","change chart background color":"更改图表背景颜色","change chart background type":"更改图表背景类型","change vert grid lines color":"更改垂直网格线颜色","change vert grid lines style":"更改垂直网格线样式","change horz grid lines color":"更改水平网格线颜色","change horz grid lines style":"更改水平网格线样式","change intraday interval property":"更改日内时间周期属性","change sessions breaks visibility":"更改交易时段分隔可见性","change sessions breaks color":"更改交易时段分隔颜色","change sessions breaks width":"更改交易时段分隔宽度","change sessions breaks style":"更改交易时段分隔样式","change scales text color":"更改坐标文本颜色","change scales font size":"更改坐标字体大小","change scales lines color":"更改坐标线条颜色","change crosshair color":"更改十字准线颜色","change crosshair width":"更改十字准线宽度","change crosshair style":"更改十字准线样式","change symbol watermark visibility":"更改商品水印可见性","change symbol watermark color":"更改商品水印颜色","change navigation buttons visibility":"更改导航按钮可见性","change pane buttons visibility":"更改窗格按钮可见性","change top margin":"更改上边距","change bottom margin":"更改下边距","change right margin":"更改右边距","Vert grid lines":"垂直网格线","Horz grid lines":"水平网格线","Scales text":"坐标文字","Scales lines":"坐标线",Watermark:"水印","Top margin":"上边距","Navigation buttons":"导航按钮","Pane buttons":"窗格按钮","Bottom margin":"下边距","Right margin":"右边距",bars_unit:"根K线","change price Y coordinate":"更改价格Y坐标","change bar X coordinate":"更改K线X坐标","change {title} visibility on ticks":"更改{title}在tick图上的可见性","change {title} visibility on seconds":"更改{title}在秒图上的可见性","change {title} seconds from":"更改{title}秒图从","change {title} seconds to":"更改{title}秒图到","change {title} visibility on minutes":"更改{title}在分钟图上的可见性","change {title} minutes from":"更改{title}分钟图从","change {title} minutes to":"更改{title}分钟图到","change {title} visibility on hours":"更改{title}在小时图上的可见性","change {title} hours from":"更改{title}小时图从","change {title} hours to":"更改{title}小时图到","change {title} visibility on days":"更改{title}在日图上的可见性","change {title} days from":"更改{title}日图从","change {title} days to":"更改{title}日图到","change {title} visibility on weeks":"更改{title}在周图上的可见性","change {title} weeks from":"更改{title}周图从","change {title} weeks to":"更改{title}周图到","change {title} visibility on months":"更改{title}在月图上的可见性","change {title} months from":"更改{title}月图从","change {title} months to":"更改{title}月图到","change {title} visibility on ranges":"更改{title}在范围图上的可见性",Seconds:"秒",Minutes:"分钟",Hours:"小时",Days:"日",Weeks:"周",Months:"个月",seconds:"秒","seconds from":"秒从","seconds to":"秒到",minutes:"分钟","minutes from":"分钟从","minutes to":"分钟到",hours:"小时","hours from":"小时从","hours to":"小时到",days:"日","days from":"天从","days to":"天到",weeks:"周","weeks from":"周从","weeks to":"周到",months:"个月","months from":"月从","months to":"月到",ranges:"Ranges","change symbol legend format":"更改商品图例格式","change legend background visibility":"更改图例背景可见性","change legend background transparency":"更改图例背景透明度","change {title} price label visibility":"更改{title}价格标签可见性","change {title} extension":"更改{title}扩展名","change {title} time label visibility":"更改{title}时间标签可见性","Price label":"价格标签","Time label":"时间标签",Extend:"延伸","change symbol last value mode":"更改商品最新值模式","change disable symbol previous close value visibility":"更改禁用商品前一个收盘值的可见性","change date format":"更改日期格式","Symbol previous day close price label (intraday only)":"品种上一个收盘价标签(仅限日内)","Scales placement":"坐标放置","Date format":"日期格式","No overlapping labels":"无重叠标签","Price and percentage value":"价格和百分比值","Value according to scale":"根据坐标值","change buy/sell buttons visibility":"更改买入/卖出按钮的可见性","Buy/sell buttons":"买/卖按钮","change {inputName} property":"更改{inputName}属性","change color bars based on previous close":"根据前一个收盘价更改K线颜色","change HLC bars":"更改美国线","change bar up color":"更改上涨K线颜色","change bar down color":"更改K线下跌颜色","change thin bars":"更改K线宽度","change line price source":"更改线条价格来源","change line type":"更改线条类型","change line color":"更改线条颜色","change line width":"更改线条宽度","change area price source":"更改面积价格来源","change area line color":"更改面积线条颜色","change area line width":"更改面积线条宽度","change area fill color":"更改面积填充颜色","change baseline price source":"更改基准线价格来源","change baseline top line color":"更改基准线顶线颜色","change baseline top line width":"更改基准线顶线宽度","change baseline bottom line color":"更改基准线底线颜色","change baseline bottom line width":"更改基准线底线宽度","change baseline fill top area color":"更改基准线填充顶部区域颜色","change baseline fill bottom area color":"更改基准线填充底部区域颜色","change base level":"更改基础水平","change high-low body visibility":"更改高-低实体可见性","change high-low body color":"更改高-低实体颜色","change high-low borders visibility":"更改高-低边框可见性","change high-low border color":"更改高-低边框颜色","change high-low labels visibility":"更改高-低标签可见性","change high-low labels color":"更改高-低标签颜色","change high-low labels font size":"更改高-低标签字体大小","change renko wick visibility":"更改renko影线的可见性","change renko wick up color":"更改renko下影线颜色","change renko wick down color":"更改renko下影线颜色","change the display of real prices on price scale (instead of Heiken-Ashi price)":"更改价格坐标上的实际价格显示而不是Heiken-Ashi价格","change range thin bars":"更改范围狭窄K线","change {candleType} body visibility":"更改{candleType}实体可见性","change {candleType} up color":"更改{candleType}上涨颜色","change {candleType} down color":"更改{candleType}向下颜色","change {candleType} border visibility":"更改{candleType}边框可见性","change {candleType} up border color":"更改{candleType}上边框颜色","change {candleType} down border color":"更改{candleType}下边框颜色","change {candleType} wick visibility":"更改{candleType}影线的可见性","change {candleType} wick up color":"更改{candleType}上影线颜色","change {candleType} wick down color":"更改{candleType}下影线颜色","change {chartType} up color":"更改{chartType}上涨颜色","change {chartType} down color":"更改{chartType}向下颜色","change {chartType} projection bar up color":"更改{chartType}投影K线上涨颜色","change {chartType} projection bar down color":"更改{chartType}投影K线下跌颜色","change {chartType} border bar up color":"更改{chartType}边框K线上涨颜色","change {chartType} border bar down color":"更改{chartType}边框K线下跌颜色","change {chartType} projection border bar up color":"更改{chartType}投影边框K线上涨颜色","Thin bars":"自动调整K线宽度","Top line":"上边框线","Bottom line":"下边框线","Fill top area":"上填充色","Fill bottom area":"下填充色","Real prices on price scale (instead of Heikin-Ashi price)":"价格坐标上的实际价格而不是Heikin-Ashi价格","Base level":"基准位",candle:"蜡烛",range_0:"范围","hollow candles":"空心K线图",Center:"中心","change {title} middle point visibility":"更改{title}中点可见性","change {title} price labels visibility":"更改{title}价格标签可见性","change {title} price range visibility":"更改{title}价格范围可见性","change {title} bars range visibility":"更改{title}K线范围可见性","change {title} date/time range visibility":"更改{title}日期/时间范围可见性","change {title} distance visibility":"更改{title}距离可见性","change {title} angle visibility":"更改{title}角度可见性","change {title} always show stats":"更改{title}总是显示统计信息","change {title} stats position":"更改{title}统计信息位置","Middle point":"中点","Price labels":"价格标签","Stats position":"统计位置","Price range":"价格范围","Bars range":"K线范围","Date/time range":"日期/时间范围",Distance:"距离",Angle:"角度","Always show stats":"始终显示统计信息",Stats:"统计数据","change {toolName} line visibility":"更改{toolName}线条可见性","change {toolName} line width":"更改{toolName}线条宽度","change {toolName} line style":"更改{toolName}线条样式","change {toolName} line color":"更改{toolName}线条颜色","change {toolName} line extending left":"更改{toolName}线条向左延伸","change {toolName} line left end":"更改{toolName}线条左端","change {toolName} line extending right":"更改{toolName}线条向右延伸","change {toolName} line right end":"更改{toolName}线条右端","Extend left line":"延伸左边线条","Extend right line":"延伸右边线条","change {toolName} text visibility":"更改{toolName}文本可见性","change {toolName} text color":"更改{toolName}文本颜色","change {toolName} text font size":"更改{toolName}文本字体大小","change {toolName} text font bold":"更改{toolName}文本字体加粗","change {toolName} text font italic":"更改{toolName}文本字体斜体","change {toolName} text":"更改{toolName}文本","change {toolName} labels alignment vertical":"更改{toolName}标签垂直对齐","change {toolName} labels alignment horizontal":"更改{toolName}标签水平对齐","change {toolName} labels direction":"更改{toolName}标签方向","change {toolName} text background visibility":"更改{toolName}文本背景可见性","change {toolName} text background color":"更改{toolName}文本背景颜色","change {toolName} text border visibility":"更改{toolName}文本边框可见性","change {toolName} text border width":"更改{toolName}文本边框宽度","change {toolName} text border color":"更改{toolName}文本边框颜色","change {toolName} text wrap":"更改{toolName}文本换行","Text wrap":"文本换行","change arrow color":"更改箭头颜色",Text:"内容","change {title} color":"更改{title}颜色","change {title} mode":"更改{title}模式","change {title} mirrored":"更改{title}镜像","change {title} flipped":"更改{title}翻转",Mode:"模式",Mirrored:"镜像",Flipped:"翻转","HL bars":"HL Bars","OC bars":"OC Bars","Line - close":"线 - 收盘价","Line - open":"Line - Open","Line - high":"Line - High","Line - low":"Line - Low","change {title} background visibility":"更改{title}背景可见性","change {title} background color":"更改{title}背景颜色","change {title} degree":"更改{title}角度",Wave:"波浪",Degree:"级别","change {title} level {index} line visibility":"更改{title}水平{index}线可见性","change {title} levels visibility":"更改{title}水平可见性","change {title} level {index} line color":"更改{title}水平{index}线颜色","change {title} level {index} line width":"更改{title}水平{index}线宽度","change {title} level {index} line coeff":"更改{title}水平{index}线系数","change {title} all lines color":"更改{title}所有线条颜色","change {title} background transparency":"更改{title}背景透明度","change {title} coeffs as percents visibility":"更改{title}系数为百分比可见性","Trend line":"趋势线","Use one color":"使用一种颜色",Levels:"水平位","Coeffs as percents":"Coeffs As Percents","change {title} reverse":"更改{title}翻转","change {title} prices visibility":"更改{title}价格可见性","change {title} labels alignment":"更改{title}标签对齐方式","change {title} style":"更改{title}样式","change {title} fib levels based on log scale":"在对数坐标上更改{title}斐波那契水平","Levels line":"水平线","Extend right":"向右延伸","Extend left":"向左延伸","Extend lines right":"向右延长线","Extend lines left":"左侧延长线","Fib levels based on log scale":"基于对数坐标的Fib水平",Values:"数值",Percents:"百分比",Top:"顶部",Middle:"中间",Bottom:"底部","change {title} full circles visibility":"更改{title}完整圆圈的可见性","Full circles":"完整圆圈","change {title} left labels visibility":"更改{title}左侧标签可见性","change {title} right labels visibility":"更改{title}右侧标签可见性","change {title} top labels visibility":"更改{title}顶部标签可见性","change {title} bottom labels visibility":"更改{title}底部标签可见性","change {title} grid visibility":"更改{title}网格可见性","change {title} grid line color":"更改{title}网格线颜色","change {title} grid line width":"更改{title}网格线宽度","change {title} grid line style":"更改{title}网格线样式","Price levels":"价格位","Time levels":"时间水平","Left labels":"左标签","Right labels":"右标签","Top labels":"顶标签","Bottom labels":"底标签","change {title} line color":"更改{title}线条颜色","change {title} line width":"更改{title}线条宽度","change {title} line style":"更改{title}线条样式","change {title} counterclockwise":"更改{title}逆时针",Counterclockwise:"逆时针方向","change {title} level {index} line style":"更改{title}水平{index}线样式","change {title} labels visibility":"更改{title}标签可见性","change flag color":"更改标志颜色","change {title} fan {index} line visibility":"更改{title}扇形{index}线条可见性","change {title} fan {index} line color":"更改{title}扇形{index}线条颜色","change {title} fan {index} line width":"更改{title}扇形{index}线条宽度","change {title} arcs {index} line visibility":"更改{title}弧形{index}线条可见性","change {title} arcs {index} line color":"更改{title}弧形{index}线条颜色","change {title} arcs {index} line width":"更改{title}弧形{index}线条宽度","Price/bar ratio":"价格K线比","Ranges and ratio":"范围和比例",Fans:"扇形",Arcs:"弧形","change {title} fans visibility":"更改{title}扇形可见性","change {title} fans line color":"更改{title}扇形线颜色",Angles:"角度","change {title} extend top":"更改{title}延长顶部","change {title} extend bottom":"更改{title}延长底部","change {title} extend left":"更改{title}延长左边","change {title} stats visibility":"更改{title}统计数据可见性","Extend top":"向上延伸","Extend bottom":"向下延伸",Label:"标签","Label background":"标签背景","Show stats":"显示统计数据","change {title} candle up color":"更改{title}K线上涨颜色","change {title} candle down color":"更改{title}K线下跌颜色","change {title} candle border visibility":"更改{title}K线边框可见性","change {title} candle border up color":"更改{title}K线边框上涨颜色","change {title} candle border down color":"更改{title}K线边框下跌颜色","change {title} candle wick visibility":"更改{title}K线影线的可见性","change {title} candle wick color":"更改{title}K线影线颜色","change {title} transparency":"更改{title}透明度","change {title} average HL value":"更改{title}平均HL值","change {title} variance value":"更改{title}方差值",Transparency:"透明度","Avg HL in minticks":"最小刻度的高低平均价",Variance:"方差","#1 (price)_linetool point":"#1(价格)",Image:"图片","#{count} (price, bar)_linetool point":"#{count}价格K线","change {title} extending left":"更改{title}向左延伸","change {title} extending right":"更改{title}向右延伸",Channel:"通道","change {title} extend lines":"更改{title}延长线",Median:"中线","Extend lines":"延长线",Original:"原始",Schiff:"希夫","Modified Schiff":"调整希夫",Inside:"内部","change {title} source text color":"更改{title}源文本颜色","change {title} source background color":"更改{title}源背景颜色","change {title} source border color":"更改{title}源边框颜色","change {title} target text color":"更改{title}目标文本颜色","change {title} target background color":"更改{title}目标背景颜色","change {title} target border color":"更改{title}目标边框颜色","change {title} success text color":"更改{title}成功文本颜色","change {title} success background color":"更改{title}成功背景颜色","change {title} failure text color":"更改{title}失败文本颜色","change {title} failure background color":"更改{title}失败背景颜色","Source text":"来源文字","Source background":"来源背景","Source border":"来源边界","Target text":"目标文本","Target background":"目标背景","Target border":"目标边界","Success text":"成功文本","Success background":"成功的背景色","Failure text":"失败文字","Failure background":"失败背景","Label text":"标签文字","Line color":"线条颜色","Label border":"标签边框","change {title} background color 1":"更改{title}背景颜色1","change {title} background color 2":"更改{title}背景颜色2","change {title} stop color":"更改{title}止损颜色","change {title} target color":"更改{title}目标颜色","change {title} compact stats mode":"更改{title}紧凑统计模式","change {title} account size":"更改{title}帐户大小","change {title} lot size":"更改{title}手数大小","change {title} risk":"更改{title}风险","change {title} risk display mode":"更改{title}风险显示模式","change {title} entry price":"更改{title}入场价格","change {title} profit level":"更改{title}止盈水平","change {title} profit price":"更改{title}止盈价格","change {title} stop level":"更改{title}止损水平","change {title} stop price":"更改{title}止损价格","Stop color":"止损颜色","Target color":"目标颜色:","Compact stats mode":"精简统计模式","Entry price":"进场价格","Profit level":"止盈水平","Stop level":"止损水平","Account size":"账户规模","Lot size":"手数",Cash:"现金","change vertical position Y coordinate":"更改垂直位置Y坐标","change {title} emoji visibility":"更改{title}表情符号可见性","change {title} image background color":"更改{title}图像背景颜色","change {title} emoji":"更改{title}表情符号","#1 (vertical position %, bar)_linetool point":"#1垂直位置%K线","Emoji pin":"表情符号","change angle":"更改角度","#1 (price, bar)_linetool point":"#1(价格, K线)","#1 (bar)_linetool point":"#1 (K线)","change decimal places":"更改小数位","change extended hours color":"更改延长时段颜色","change pre market color":"更改盘前市场颜色","change post market color":"更改盘后市场颜色","change price line color":"更改价格线颜色","change price line width":"更改价格线宽度","change previous close price line color":"更改前一根收盘价线颜色","change previous close price line width":"更改前一根收盘价线宽度","change pre/post market price lines visibility":"更改盘前/盘后市场价格线的可见性","change pre market line color":"更改盘前市场线条颜色","change post market line color":"更改盘后市场线条颜色","change bid line color":"更改bid线颜色","change ask line color":"更改ask线颜色","Pre/post market hours background":"盘前/盘后市场时段背景","Last price line":"最新价格线",Precision:"精确度","(H + L)/2":"(高 + 低)/2","(H + L + C)/3":"(高 + 低 + 收)/3","(O + H + L + C)/4":"(开 + 高 + 低 + 收)/4",Simple:"简单","With markers":"带标记",Step:"阶梯",Default:"系统预设","change {title} base line visibility":"更改{title}基准线可见性","change {title} base line color":"更改{title}基准线颜色","change {title} base line width":"更改{title}基准线宽度","change {title} base line style":"更改{title}基准线样式","change {title} up line visibility":"更改{title}向上线条可见性","change {title} up line color":"更改{title}向上线条颜色","change {title} up line width":"更改{title}向上线条宽度","change {title} up line style":"更改{title}向上线条样式","change {title} down line visibility":"更改{title}向下线条可见性","change {title} down line color":"更改{title}向下线条颜色","change {title} down line width":"更改{title}向下线条宽度","change {title} down line style":"更改{title}向下线条样式","change {title} show pearson's r":"更改{title}显示pearson's r",Base:"基准线",Up:"上",Down:"下","Pearson's R":"相关系数","#{count} (bar)_linetool point":"#{count}K线","change study overlay style":"更改研究覆盖样式","change study overlay min tick":"更改研究覆盖最小tick","Override min tick":"覆盖最小tick",Horizontal:"横式",Vertical:"竖式","Text alignment":"文字对齐","Text orientation":"文字方向","change {propertyName} property":"更改{propertyName}属性","Initial capital":"初始资金","Base currency":"基础货币","Order size":"订单数量",Pyramiding:"金字塔式","orders_Pyramiding: count orders":"订单","Verify price for limit orders":"为限价单核对价格","ticks_slippage ... ticks":"标记号",Slippage:"滑点","Margin for long positions":"多头仓位保证金","Margin for short positions":"空头仓位保证金",Recalculate:"重新计算","After order is filled":"订单成交之后","On every tick":"在每笔数据上","{currency} per order":"{currency} 每个订单","{currency} per contract":"{currency} 每份合约","% of equity":"% 权益",Offset:"偏移","Main chart symbol_input":"主图表代码","Another symbol_input":"其他代码",open:"开盘",high:"最高",low:"最低",close:"收盘",hl2:"(h+l)/2",hlc3:"(h+l+c)/3",ohlc4:"(o+h+l+c)/4",Outputs:"输出","change thickness":"更改厚度","change color":"更改颜色","change opacity":"更改不透明度","change font size":"更改字体大小","change line style":"更改线条样式","change min tick":"更改最小tick","change precision":"更改精度","Above bar":"列上","Below bar":"Bar下方","change value":"更改数值","change char":"更改字符","change location":"更改位置","change percent width":"更改百分比宽度","change placement":"更改挂单","change values visibility":"更改值的可见性","Width (% of the box)":"宽度(Box的%)",Placement:"配置","Trades on chart":"图表上的交易","Signal labels":"信号标签",Quantity:"数量","change plot type":"更改绘图类型","Labels font":"标签字体","change shape":"更改形状","Volume profile":"成交量分布图(VP)","Developing VA":"发展数值区(VA)","Values in status line":"状态行中的值","Labels on price scale":"价格坐标上的标签","Script name":"脚本名称","Save New Chart Layout":"保存新的图表布局","Enter a new chart layout name":"输入新图表布局名称","Copy Chart Layout":"复制图表布局","{title} copy_ex: AAPL chart copy":"{title}复制","Data error":"数据错误","Study Error":"Study错误","Data is delayed":"显示数据","End of day data":"盘后资讯","One update per second":"每秒更新一次","{symbolName} data is delayed by {time} minutes.":"{symbolName}数据延迟{time}分钟。","{listedExchange} real-time data is available for free to registered users.":"{listedExchange}即时数据可供注册用户免费使用。","To get real-time data for {description}, please buy the real-time data package.":"要获取{description}的即时数据,请购买即时数据包。","Real-time data for {description} is not supported right now. We may support it in the future.":"目前不支持{description}的实时数据,可能会在未来支持。","Data is updated once a day.":"数据每天更新一次。","Data on our Basic plan is updated once per second, even if there are more updates on the market.":"即使市场上有更多的数据更新,基本方案的数据也只会每秒更新一次。","Data is updated once per second, even if there are more updates on the market.":"即使市场上有更多的数据更新,数据也只会每秒更新一次。","Paid plans feature faster data updates.":"付费方案的数据更新更快速。","This data is real-time, but its slightly different to its official counterpart coming from primary exchanges.":"这些数据是即时的,但与主要交易所的官方数据略有不同。","If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks":"如果您需要{listedExchange}实时数据,则需要完成交易协议。不用担心,只需点击几下","Create a free account":"建立一个免费账户","Fill out Exchange Agreements":"填写交易协议","This symbol doesn't exist, please pick another one.":"无此商品,请选择另一个商品。","All's well — Market is open.":"一切良好 — 市场开启。","Morning. Market is open for pre-market trading.":"早安。盘前市场已开市。","Evening. Market is open for post-market trading.":"晚安。盘后市场已开市。","Time for a walk — this market is closed.":"该去散步了— 此市场已关闭。","Market is currently on holiday. Lucky them.":"市场目前正在放假。放松一下。","less than 1 minute":"少于1分钟","{days} and {hours}":"{days}和{hours}","{hours} and {minutes}":"{hours}和{minutes}","Market opens in {remainingTime}.":"市场在{remainingTime}后开盘。","Market closes in {remainingTime}.":"市场在{remainingTime}后收盘。","It'll go to post-market trading in {remainingTime}.":"它将在{remainingTime}后进入盘后交易。","It'll open for pre-market trading in {remainingTime}.":"它将在{remainingTime}开市进行盘前交易。","Replay mode":"回放模式","You're in Replay mode. You're in Replay mode. You're in Replay mode.":"您处于回放模式。您处于回放模式。您处于回放模式。","Do you really want to delete Study Template '{name}' ?":"确定删除学习模板'{name}'?","Modify Order":"修改订单","Cancel Order":"取消订单",Confirmation:"确认","Visible on mouse over":"鼠标移动时可见","Always visible":"总是显示","Always invisible":"总是隐藏","send {title} backward":"下移{title}一层","bring {title} forward":"上移{title}一层","insert {title} after {target}":"在{target}之后插入{title}","insert {title} before {target}":"在{target}之前插入{title}","cut {title}":"剪切{title}","cut sources":"剪切源","remove {title}":"移除{title}","remove drawings group":"移除绘图集","move scale":"移动坐标","stop syncing line tool(s)":"停止同步线条工具","zoom out":"缩小","zoom in":"放大","move drawing(s)":"移动绘图(多图形)","load default drawing template":"加载默认绘图模板","change currency":"更改货币","change unit":"更改单位","clone line tools":"克隆线工具","merge up":"向上合并","merge down":"向下合并","merge to pane":"合并到窗格","unmerge up":"取消向上合并","unmerge down":"取消向下合并","unmerge to new bottom pane":"取消合并到新的底部窗格","move {title} to new right scale":"移动{title}到新的右坐标","move {title} to new left scale":"移动{title}到新的左坐标","make {title} no scale (Full screen)":"使{title}无坐标(全屏)","scroll time":"滚动时间","scale time":"缩放时间","reset time scale":"重置时间坐标","reset scales":"重置坐标","create {tool}":"创建{tool}","change {pointIndex} point":"更改{pointIndex}点","paste {title}":"粘贴{title}","insert {title}":"插入{title}","remove all studies":"删除所有的研究","remove drawings":"移除绘图","remove all studies and drawing tools":"删除所有的研究及绘图工具","apply all chart properties":"应用所有图表属性","{count} bars":"{count}根K线","Add Horizontal Line":"添加水平线",Jan:"1月",Feb:"2月",Mar:"3月",Apr:"4月",May_short:"5月",Jun:"6月",Jul:"7月",Aug:"8月",Sep:"9月",Oct:"10月",Nov:"11月",Dec:"12月","Fraction part is invalid.":"小数部分无效","Second fraction part is invalid.":"第二部分是无效的。","create line tools group from selection":"从选项卡选择划线工具组","removing line tools group {name}":"删除线条工具组{name}","add line tool {lineTool} to group {name}":"将划线工具{lineTool}添加到组{name}","make group {group} visible":"使组{group}可见","make group {group} invisible":"使{group} 组隐藏","lock group {group}":"锁定组{group}","unlock group {group}":"解锁组{group}","rename group {group} to {newName}":"更改组{group} 至{newName}","change {sourceTitle} title to {newSourceTitle}":"将{sourceTitle}标题更改为{newSourceTitle}","insert source(s) after":"插入源到后面","mirror bars pattern":"镜像K线形态","flip bars pattern":"翻转K线形态","change Elliott degree":"更改艾略特角度","Grand supercycle":"超级循环浪",Supercycle:"大循环浪",Cycle:"循环",Primary:"大浪",Intermediate:"中浪",Minor_wave:"小浪",Minute_wave:"分钟",Minuette:"微浪",Subminuette:"次微浪",Minuscule:"小写字","erase level line":"擦除水平线","Left Shoulder":"左肩","Right Shoulder":"右肩",Head:"头部","XABCD Pattern":"XABCD 形态","ABCD Pattern":"ABCD 形态","Arrow Mark Down":"向下箭头","Arrow Mark Left":"向左箭头","Arrow Mark Right":"向右箭头","Arrow Mark Up":"向上箭头","Bars Pattern":"复制K线","Double Curve":"双曲线",Curve:"曲线",Callout:"标注","Cyclic Lines":"循环线","Cypher Pattern":"赛福形态","Date and Price Range":"日期和价格范围","Disjoint Channel":"不相交通道","Elliott Correction Wave (ABC)":"艾略特调整浪(ABC)","Elliott Double Combo Wave (WXY)":"艾略特双重组合浪(WXY)","Elliott Impulse Wave (12345)":"艾略特推动浪(12345)","Elliott Triangle Wave (ABCDE)":"艾略特三角浪(ABCDE)","Elliott Triple Combo Wave (WXYXZ)":"艾略特三重组合浪(WXYXZ)","Extended Line":"延长线","Fib Channel":"斐波那契通道","Fib Spiral":"斐波那契螺旋","Fib Wedge":"斐波那契楔形","Flag Mark":"旗标","Flat Top/Bottom":"平滑顶/底","Gann Square Fixed":"固定江恩正方","Horizontal Ray":"水平射线","Inside Pitchfork":"内部分叉线",Note:"注释","Anchored Note":"锚点注释",Signpost:"指示牌","Arrow Marker":"箭头标记","Price Range":"价格范围",Projection:"投影",Circle:"圆","Regression Trend":"回归趋势线","Long Position":"多头","Short Position":"空头","Fixed Range Volume Profile":"固定范围成交量分布图","Rotated Rectangle":"旋转矩形","Modified Schiff Pitchfork":"调整希夫分叉线","Sine Line":"正弦线","Three Drives Pattern":"三驱形态","Time Cycles":"时间周期","Trend Angle":"趋势线角度","Trend-Based Fib Time":"斐波那契趋势时间","Info Line":"信息线","Triangle Pattern":"三角形态","Cross Line":"十字线",Highlighter:"荧光笔","Price Note":"价格注释","Volume Profile Fixed Range":"成交量分布图固定范围","Ghost Feed":"模拟K线",T_interval_short:"T",s_interval_short:"s",R_interval_short:"R",tick_0:"ticks",day_0:"日",week_0:"周",second_0:"秒",minute_0:"分钟",hour_0:"小时","Stack on the left":"在左侧堆叠","Stack on the right":"右边",Auto:"自动",Avg:"平均",HL2_in_legend:"HL2",HLC3_in_legend:"HLC3",OHLC4_in_legend:"OHLC4","Symbol Error":"商品代码错误","No volume data":"没有交易量数据","Fundamental studies are no longer available on charts":"基础研究已经不在图表上了","loading...":"载入中...","Arrow Down":"向下箭头","Arrow Up":"向上箭头",Diamond:"钻石","Label Down":"向下标签","Label Up":"向上标签",Square:"方形","Triangle Down":"下降三角形","Triangle Up":"上升三角形","X Cross":"X 交叉","add line tool(s) to group {group}":"添加线条工具到组{group}","apply study template {template}":"申请应用模板{template}","change pane height":"更改窗格高度","change date range":"更改日期范围","apply toolbars theme":"应用工具栏主题","create line tools group":"创建划线工具组",move:"移动","exclude line tools from group {group}":"从组{group}中排除划线工具","move all scales to left":"将所有坐标移至左侧","move all scales to right":"将所有坐标移至右侧","paste drawing":"粘贴绘图","paste indicator":"粘贴指标","scale price":"坐标价格","rearrange panes":"重新排列窗格","remove line data sources":"删除线条数据源","restore defaults":"恢复默认值","change chart layout to {title}":"将图表布局更改为{title}","stop syncing drawing":"停止同步绘图",zoom:"缩放","bring {title} to front":"把{title}放在前面","send {title} to back":"把{title}放在后面","insert {title} after {targetTitle}":"在{targetTitle}之后插入{title}","insert {title} before {targetTitle}":"在{targetTitle}之前插入{title}","send group {title} backward":"向后发送组{title}","bring group {title} forward":"向前发送组{title}","Not applicable":"不适用","Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)":"在分钟图表上输入时间周期数值即5代表5分钟的图表。或H小时、D、W、M时间周期即D或2H的数字加字母。","Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)":"在分钟图表上输入时间周期数值即5代表5分钟的图表。或H小时、D、W、M时间周期即D或2H的数字加字母。","Do you really want to delete Chart Layout '{name}' ?":"确定删除图表布局'{name}' ?","Load layout":"加载布局","Layout name":"布局名称","Sort by layout name, date changed":"排序依布局名称、修改日期","Layout name (A to Z)":"布局名称(A到Z)","Layout name (Z to A)":"布局名称(Z到A)","Date modified (oldest first)":"修改日期(由旧到新)","Date modified (newest first)":"修改日期(由新到旧)","Saved indicators":"已存指标","Remember Symbol":"记住商品","Remember Interval":"记住周期","Confirm Remove Study Tree":"确定移除研究树","Do you really want to delete study and all of it's children?":"确定删除研究树以及其全部子树?","Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies.":"研究数量超出限制:每个布局{number}研究。\n请删除一些研究。","Change symbol":"变更品种","Hide all drawings":"隐藏所有图形","Select source":"选择来源",cfd:"差价合约",futures:"期货",index:"指数",stock:"股票",economy:"经济","Loading...":"加载中...",Sunday:"周日",Monday:"周一",Tuesday:"周二",Wednesday:"周三",Thursday:"周四",Friday:"周五",Saturday:"周六",Sun:"周日",Mon:"周一",Tue:"周二",Wed:"周三",Thu:"周四",Fri:"周五",Sat:"周六",Su_day_of_week:"周日",Mo_day_of_week:"周一",Tu_day_of_week:"周二",We_day_of_week:"周三",Th_day_of_week:"周四",Fr_day_of_week:"周五",Sa_day_of_week:"周六",Light_colorThemeName:"亮色",Dark_colorThemeName:"暗色","Save Theme As":"保存主题为","Theme name":"主题名称","Color Theme '{themeName}' already exists. Do you really want to replace it?":"主题颜色 '{themeName}' 已存在。您确定要替换吗?","Do you really want to delete Color Theme '{name}' ?":"确定删除颜色主题'{name}'?",Normal:"正常","Dashed line":"短虚线","Dotted line":"点虚线","Line with breaks":"中断线","Step line":"阶梯图","Step line with diamonds":"菱形阶梯线",Histogram:"直方图",Cross_chart_type:"十字图","Area with breaks":"中断区块",Columns:"柱状图",Circles:"圆点图",Thickness:"厚度","No exchanges match your criteria":"没有交易所符合您的条件","All sources":"全部来源","Symbol & description":"商品和描述",Sources:"来源","Same % scale":"相同%坐标","New price scale":"新价格坐标","New pane":"新窗格","Add to":"添加到","Allow extend time scale":"允许延长时间坐标","No symbols here yet — why not add some?":"这里还没有商品 — 为什么不添加一些呢?","Added symbols":"添加商品","Recent symbols":"最近的商品","Compare symbol":"比较商品","Manage layout drawings":"管理布局绘图","No indicators matched your criteria.":"没有符合您搜索条件的指标.","Bring to Front":"置于顶层","Send to Back":"置于底层","Bring Forward":"上移一层","Send Backward":"下移一层","Hide drawings":"隐藏绘图","Show all drawings":"显示所有绘图","Hide indicators":"隐藏指标","Show all indicators":"显示所有指标","Hide all indicators":"隐藏所有指标","Hide positions & orders":"隐藏仓位和订单","Show all positions & orders":"显示所有仓位和订单","Hide all positions & orders":"隐藏所有仓位和订单","Hide all":"隐藏所有","Show all drawings, indicators, positions & orders":"显示所有绘图、指标、仓位和订单","Show all drawings and indicators":"显示所有绘图和指标","Hide all drawings, indicators, positions & orders":"隐藏所有绘图、指标、仓位和订单","Hide all drawings and indicators":"隐藏所有绘图和指标","remove all line tools for {symbol}":"移除{symbol}的所有线条工具","{symbolsCount} symbol_symbols_and_drawings_count_0":"{symbolsCount}个商品","with {drawingsCount} drawing_symbols_and_drawings_count_0":"含{drawingsCount}个绘图","{drawingsCount} drawing_0":"{drawingsCount}个绘图","Remove all drawings for this symbol":"移除该商品代码的所有绘图","No drawings yet":"尚未绘图","Object tree":"对象树","Create a group of drawings":"建立一组绘图","Clone, Copy":"克隆,复制","Group is hidden on current interval":"该组在当前时间间隔内隐藏","Drawing is hidden on current interval":"在当前时间周期内隐藏绘图","move objects":"移动对象","show objects":"显示对象","hide objects":"隐藏对象","remove objects":"移除对象",'Set the "{inputInline}" time and price for "{studyShortDescription}"':"为{studyShortDescription}设置{inputInline}时间和价格",'Set the time and price for "{studyShortDescription}"':"设置“{studyShortDescription}”的时间和价格",'Set the "{inputTitle}" time for "{studyShortDescription}"':"为{studyShortDescription}设置{inputTitle}时间",'Set the time for "{studyShortDescription}"':"设置“{studyShortDescription}”的时间",'Set the "{inputTitle}" price for "{studyShortDescription}"':"为{studyShortDescription}设置{inputTitle}价格",'Set the price for "{studyShortDescription}"':"设置“{studyShortDescription}”的价格","Add Symbol":"添加品种","Confirm Inputs":"确认参数","Reset settings":"重置设置","Save as default":"保存为默认",Defaults:"系统预设","Chart settings":"图表设置","Apply to all":"应用至全部","Apply defaults":"应用默认","Apply Defaults":"应用默认","apply factory defaults to selected sources":"将出厂默认设置应用于选定的源","Selected Drawings":"已选绘图",Gradient:"渐变","No results found":"未搜寻结果","Add custom color_Color Picker":"添加自定义颜色","Opacity_Color Picker":"不透明度","Add_Color Picker":"增加","Remove color":"移除颜色","Please enter the right date format yyyy-mm-dd":"请输入正确的日期格式 yyyy-mm-dd","Please enter the right date":"请输入正确的日期","recently used_emoji_group":"最近使用","smiles & people_emoji_group":"笑脸&人像","animals & nature_emoji_group":"动物&自然","food & drink_emoji_group":"食物&饮料",activity_emoji_group:"活动","travel & places_emoji_group":"旅游&地点",objects_emoji_group:"物品",symbols_emoji_group:"符号",flags_emoji_group:"旗帜"}</script></body></html>