1 line
85 KiB
HTML
1 line
85 KiB
HTML
<!DOCTYPE html><html lang="zh-Hant" 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_TW={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:"一月",February:"二月",March:"三月",April:"四月",May:"五月",June:"六月",July:"七月",August:"八月",September:"九月",October:"十月",November:"十一月",December:"十二月","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:"商品代碼",Vol:"成交量(Vol)","No symbols match your criteria":"沒有商品符合您的條件",Close:"收盤價",Time:"時間","{number} minute_0":"{number} 分",m_interval_short:"分","{number} hour_0":"{number} 小時",h_interval_short:"小時","{number} day_0":"{number} 天",D_interval_short:"天",W_interval_short:"周",M_interval_short:"月",Rename:"重新命名","Remove from favorites":"從常用移除","Add to favorites":"加入常用","Time Interval":"時間周期",Copy:"複製",Drawings:"繪圖","Price format is invalid.":"價格格式無效","{exchange} by {originalExchange}":"來自{originalExchange}的{exchange}","Real-time data for {symbolName} is provided by {exchange} exchange.":"{symbolName}的即時數據由{exchange}交易所提供。","This data is real-time, but it’s 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:"開羅",Lagos:"拉哥斯","Buenos Aires":"布宜諾斯艾利斯",Bogota:"波哥大",Caracas:"卡拉卡斯",Chicago:"芝加哥","San Salvador":"聖撒爾瓦多",Lima:"利馬","Los Angeles":"洛杉磯","Mexico City":"墨西哥城","New York":"紐約",Phoenix:"菲尼克斯",Santiago:"聖地亞哥","Sao Paulo":"聖保羅",Toronto:"多倫多",Vancouver:"溫哥華",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:"檀香山",Coordinates:"座標","Events & Alerts":"事件 & 快訊",Events:"事件",Scales:"刻度","Source Code":"原始碼",Style:"樣式","Timezone/Sessions":"時區/交易時段",Visibility:"可見性","Box size assignment method":"Box尺寸分配方法","Color bars based on previous close":"bar顏色基於前一個收盤價",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":"ATR長度","Reversal amount":"反轉數量","Phantom bars":"虛擬燭線(填補間隙平滑圖表)","One step back building":"上一步建構",Range:"範圍圖","You cannot see this pivot timeframe on this resolution":"您不能在這個付費方案內查看主時間框架","The data vendor doesn't provide volume data for this symbol.":"數據供應商不提供此商品的成交量數據。","Accumulation/Distribution_study":"累積/派發指標","Accumulative Swing Index_study":"振動升降指標(ASI)","Advance/Decline_study":"Advance/Decline","Arnaud Legoux Moving Average_study":"阿諾勒古移動均線",Aroon_study:"阿隆指標",ASI_study:"振動升降指標(ASI)","Average Directional Index_study":"平均趨向指標","Average True Range_study":"真實波幅均值","Awesome Oscillator_study":"動量震盪指標","Balance of Power_study":"均勢","Bollinger Bands %B_study":"布林帶%B","Bollinger Bands Width_study":"布林帶寬度","Bollinger Bands_study":"布林帶","Chaikin Money Flow_study":"蔡金資金流量","Chaikin Oscillator_study":"蔡金震盪指標","Chande Kroll Stop_study":"錢德克羅停損","Chande Momentum Oscillator_study":"錢德動量震盪指標","Chop Zone_study":"波動區域","Choppiness Index_study":"波動指數","Commodity Channel Index_study":"順勢指標","Connors RSI_study":"康納相對強弱指標","Coppock Curve_study":"估波曲線","Correlation Coefficient_study":"相關係數",CRSI_study:"CRSI","Detrended Price Oscillator_study":"區間震盪指標(Detrended Price Oscillator)","Directional Movement_study":"動向指標","Donchian Channels_study":"唐奇安通道","Double EMA_study":"雙指數移動平均","Ease Of Movement_study":"簡易波動指標","Elder's Force Index_study":"艾達爾強力指標(EFI)","EMA Cross_study":"EMA 交叉",Envelopes_study:"包絡線指標","Fisher Transform_study":"費雪變換","Fixed Range_study":"固定範圍","Guppy Multiple Moving Average_study":"顧比複合移動平均線(GMMA)","Historical Volatility_study":"歷史波動率","Hull Moving Average_study":"船體移動平均線","Ichimoku Cloud_study":"一目均衡表","Keltner Channels_study":"肯特纳通道","Klinger Oscillator_study":"克林格成交量擺動指標","Know Sure Thing_study":"Know Sure Thing","Least Squares Moving Average_study":"最小平方移動平均線","Linear Regression Curve_study":"線性回歸曲線","MA Cross_study":"移动揉搓線","MA with EMA Cross_study":"MA與EAM交叉","MA/EMA Cross_study":"MA/EAM交叉",MACD_study:"平滑異同移動平均線(MACD)","Mass Index_study":"梅斯線","McGinley Dynamic_study":"McGinley動態指標",Momentum_study:"動量","Money Flow_study":"資金流量","Moving Average Channel_study":"移動平均通道(Moving Average Channel)","Moving Average Exponential_study":"指數移動平均","Moving Average Weighted_study":"移動加權","Moving Average_study":"移動平均","Net Volume_study":"淨量","On Balance Volume_study":"能量潮","Parabolic SAR_study":"拋物線指標(SAR)","Pivot Points Standard_study":"軸樞點 - 標準(Pivot Points Standard)","Price Channel_study":"價格通道(Price Channel)","Price Oscillator_study":"價格震盪指標","Price Volume Trend_study":"價量趨勢指標","Rate Of Change_study":"變動率指標","Relative Strength Index_study":"相對強弱指標","Relative Vigor Index_study":"相對能量指數","Relative Volatility Index_study":"相對離散指數","Session Volume_study":"時段成交量","Session Volume HD_study":"時段成交量HD","SMI Ergodic Indicator/Oscillator_study":"SMI遍歷性指標(SMI Ergodic Indicator/Oscillator)","Smoothed Moving Average_study":"平滑移動均線","Stochastic RSI_study":"隨機RSI",Stochastic_study:"KD 隨機指標","Triple EMA_study":"三指數移動平均線(Triple EMA)",TRIX_study:"三重平滑均線","True Strength Indicator_study":"真實強度指標","Ultimate Oscillator_study":"終極震盪指標","Visible Range_study":"可視範圍","Volume Oscillator_study":"成交量震盪指標(Volume Oscillator)",Volume_study:"成交量","Vortex Indicator_study":"渦流指標",VWAP_study:"VWAP",VWMA_study:"交易量加權移動平均","Williams %R_study":"威廉指標","Williams Alligator_study":"威廉鱷魚","Williams Fractal_study":"威廉分形","Zig Zag_study":"拋物線轉向","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 Down_input":"阿隆下降",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水平顏色",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":"蔡金震盪指標",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":"區間震盪指標(Detrended Price Oscillator)",isCentered_input:"居中",DPO_input:"區間震盪","ADX smoothing_input":"ADX平滑化","+DI_input":"+DI","-DI_input":"-DI",DEMA_input:"DEMA",Divisor_input:"因數",EOM_input:"EOM","Elder's Force Index_input":"艾達爾強力指標(EFI)",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":"轉換線週期(Conversion Line Periods)","Base Line Periods_input":"基準線週期","Lagging Span 2 Periods_input":"遲行帶2個時期",Displacement_input:"移位","Conversion Line_input":"轉換線(Conversion Line)","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:"動量",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:"OnBalanceVolume",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:"PVT",ROC_input:"變量",RSI_input:"RSI",RVGI_input:"相對能量指數",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:"三重平滑均線",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:"終極震盪指標",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":"顎偏移","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":"顏色基於前一個收盤價","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":"Rate of Change Lookback","Instrument 1_input":"Instrument 1","Instrument 2_input":"Instrument 2","Rolling Period_input":"滾動期","Standard Errors_input":"標準誤差","Averaging Periods_input":"平均週期","Days Per Year_input":"每年的天數","Market Closed Percentage_input":"市場收盤百分比","ATR Mult_input":"多重ATR",VWAP_input:"VWAP","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:"自動","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:"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":"商品資訊","{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":"還原圖表","Reset Chart":"重設圖表",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":"更改開高低收值可見性","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:"點數",ticks:"Ticks","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":"更改磚形圖影線可見性","change renko wick up color":"更改磚形圖上影線顏色","change renko wick down color":"更改磚形圖下影線顏色","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}邊框上漲顏色","change {chartType} border bar down color":"更改{chartType}邊框下跌顏色","change {chartType} projection border bar up color":"更改{chartType}投影邊框上漲顏色","Thin bars":"自動調整K棒寬度","Top line":"上邊框線","Bottom line":"下邊框線","Fill top area":"上填充色","Fill bottom area":"下填充色","Real prices on price scale (instead of Heikin-Ashi price)":"價格刻度上的實際價格(而不是平均K線價格)","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 K線","OC bars":"OC Bars","Line - close":"線 - 收盤價","Line - open":"線 - 開盤價","Line - high":"線 - 最高價","Line - low":"線 - 最低價","Line - HL/2":"線 - HL/2","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":"以百分比表示的係數","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}逆時針","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":"皮爾遜相關係數(Pearson's R)","#{count} (bar)_linetool point":"#{count}(K棒)","change study overlay style":"改變研究覆蓋樣式","change study overlay min tick":"更改研究覆蓋最小tick","Override min 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":"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:"高低2",hlc3:"高低3",ohlc4:"開高低收4",Outputs:"輸出","change thickness":"改變密度","change color":"更改顏色","change opacity":"改變不透明度","change font size":"更改字體大小","change line style":"改變線條樣式","change min tick":"改變Min 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":"成交量分佈","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 it’s 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":"少於一分鐘","{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棒","n/a":"不適用","Add Horizontal Line":"增加水平線",Jan:"一月",Feb:"二月",Mar:"三月",Apr:"四月",May_short:"五月",Jun:"六月",Jul:"七月",Aug:"八月",Sep:"九月",Oct:"十月",Nov:"十一月",Dec:"十二月","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":"更改艾略特角度",Supermillennium:"超千年",Millennium:"千年",Submillennium:"子千年","Grand supercycle":"超級大週期",Supercycle:"超級週期",Cycle:"循環",Primary:"基本級",Intermediate:"中級",Minor_wave:"小浪",Minute_wave:"分鐘",Minuette:"微級",Subminuette:"次微級",Micro:"微",Submicro:"亞微米級",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:"秒",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":"向上箭頭","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)。或數字加字母 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)。或其他間隔的數字加字母:S為1秒圖表(15S為15秒圖表等)、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":"選擇來源",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> |