You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1634 lines
75 KiB
1634 lines
75 KiB
<!DOCTYPE html>
|
|
<html lang="zh-Hans" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
<script>
|
|
window === window.parent && (location.href = "about:blank")
|
|
</script>
|
|
<script defer="defer" crossorigin="anonymous" src="bundles/runtime.c6da8e1e9c16eccdffac.js"></script>
|
|
<script defer="defer" crossorigin="anonymous" src="bundles/vendors.6f5e0d8d267cb3e63ee0.js"></script>
|
|
<script defer="defer" crossorigin="anonymous" src="bundles/library.237999374a0f9a719893.js"></script>
|
|
<link type="text/css" href="bundles/library.579e6e3fd95b660ad833.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 n(n) {
|
|
return decodeURIComponent(n.replace(t, " ")).replace(/<\/?[^>]+(>|$)/g, "")
|
|
}
|
|
for (var e, t = /\+/g, r = /([^&=]+)=?([^&]*)/g, i = function() {
|
|
var n = location.href,
|
|
e = n.indexOf("#");
|
|
if (0 <= e) return n.substring(e + 1);
|
|
throw "Unexpected use of this page"
|
|
}(), o = {}; e = r.exec(i);) o[n(e[1])] = n(e[2]);
|
|
var s, a = window.parent[o.uid],
|
|
l = ["datafeed", "customFormatters", "brokerFactory", "save_load_adapter"];
|
|
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.addCustomCSSFile =
|
|
function(n) {
|
|
var e = document.createElement("link");
|
|
e.setAttribute("type", "text/css"), e.setAttribute("rel", "stylesheet"), e.setAttribute("href", n),
|
|
document.body.appendChild(e)
|
|
}, urlParams.customCSS && window.addCustomCSSFile(urlParams.customCSS);
|
|
var n = {};
|
|
if ("string" == typeof urlParams.loading_screen) try {
|
|
n = JSON.parse(urlParams.loading_screen)
|
|
} catch (n) {}
|
|
var e = document.getElementById("loading-indicator"),
|
|
n = (n.backgroundColor && (e.style = "background-color: " + n.backgroundColor), ! function() {
|
|
"use strict";
|
|
var n, e, t;
|
|
n = "\n/* Thanks to google guys for the original <paper-spinner> =)\n * https://github.com/PolymerElements/paper-spinner */\n.tv-spinner {\n display: none;\n position: absolute;\n width: 1em;\n height: 1em;\n top: calc(50% - 0.5em);\n left: calc(50% - 0.5em);\n margin: 0 auto;\n color: #2962FF;\n animation: tv-spinner__container-rotate 0.9s linear infinite;\n will-change: transform;\n /* 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 direction: ltr;\n}\n.tv-spinner--size_mini {\n font-size: 16px;\n}\n.tv-spinner--size_medium {\n font-size: 32px;\n}\n.tv-spinner--size_large {\n font-size: 56px;\n}\n.tv-spinner--size_mini .tv-spinner__width_element:after {\n border-width: 2px;\n}\n.tv-spinner--size_medium .tv-spinner__width_element:after {\n border-width: 3px;\n}\n.tv-spinner--size_large .tv-spinner__width_element:after {\n border-width: 4px;\n}\n.tv-spinner--shown {\n display: block;\n}\n.tv-spinner__spinner-layer {\n position: absolute;\n width: 100%;\n height: 100%;\n white-space: nowrap;\n color: currentColor;\n transform: rotate(90deg);\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.tv-spinner__spinner-layer::after {\n content: '';\n position: absolute;\n box-sizing: border-box;\n top: 0;\n border-width: 0.07em;\n border-radius: 50%;\n left: 45%;\n width: 10%;\n border-top-style: solid;\n}\n.tv-spinner__background {\n display: inline-block;\n position: absolute;\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n.tv-spinner__background::after {\n content: '';\n position: absolute;\n box-sizing: border-box;\n top: 0;\n left: 0;\n border-radius: 50%;\n bottom: 0;\n width: 100%;\n border-color: rgba(135, 151, 165, 0.2);\n border-style: solid;\n}\n.tv-spinner__circle-clipper {\n display: inline-block;\n position: relative;\n width: 50%;\n height: 100%;\n overflow: hidden;\n}\n.tv-spinner__circle-clipper::after {\n content: '';\n position: absolute;\n box-sizing: border-box;\n top: 0;\n border-radius: 50%;\n bottom: 0;\n width: 200%;\n border-style: solid;\n border-bottom-color: transparent;\n animation-duration: 1.4s;\n animation-timing-function: cubic-bezier(0.36, 0, 0.37, 0.99);\n animation-iteration-count: 1;\n will-change: transform;\n}\n.tv-spinner__circle-clipper--left::after {\n left: 0;\n border-right-color: transparent;\n transform: rotate(0deg);\n animation-name: tv-spinner__left-spin;\n}\n.tv-spinner__circle-clipper--right::after {\n left: -100%;\n border-left-color: transparent;\n transform: rotate(-124deg);\n animation-name: tv-spinner__right-spin;\n}\n@keyframes tv-spinner__container-rotate {\n 100% {\n transform: rotate(360deg);\n }\n}\n@keyframes tv-spinner__left-spin {\n 0% {\n transform: rotate(130deg);\n }\n to {\n transform: rotate(0deg);\n }\n}\n@keyframes tv-spinner__right-spin {\n 0% {\n transform: rotate(-130deg);\n }\n to {\n transform: rotate(-124deg);\n }\n}\n",
|
|
r = (r = void 0 === r ? {} : r).insertAt, "undefined" != typeof document && (e = document.head ||
|
|
document.getElementsByTagName("head")[0], (t = document.createElement("style")).type =
|
|
"text/css", "top" === r && e.firstChild ? e.insertBefore(t, e.firstChild) : e.appendChild(t),
|
|
t.styleSheet ? t.styleSheet.cssText = n : t.appendChild(document.createTextNode(n)));
|
|
var s, r, a = new WeakMap,
|
|
i = ((r = s = s || {})[r.Element = 1] = "Element", r[r.Document = 9] = "Document", function() {
|
|
e = document.documentElement, (n = a ? a.get(e) : n) || ((n = e.ownerDocument
|
|
.createRange()).selectNodeContents(e), a && a.set(e, n));
|
|
var n, e, t = n.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'
|
|
);
|
|
if ("firstElementChild" in t) r = t.firstElementChild;
|
|
else
|
|
for (var r = null, i = 0; i < t.childNodes.length; i++) {
|
|
var o = t.childNodes[i];
|
|
if (o.nodeType === s.Element) {
|
|
r = o;
|
|
break
|
|
}
|
|
}
|
|
return null !== r && t.removeChild(r), r
|
|
}());
|
|
|
|
function o(n) {
|
|
this._shown = !1, this._el = i.cloneNode(!0), this.setSize(n || "large")
|
|
}
|
|
o.prototype.spin = function(n) {
|
|
return this._el.classList.add("tv-spinner--shown"), void 0 === this._container && (void 0 !==
|
|
(this._container = n) && n.appendChild(this._el)), this._shown = !0, this
|
|
}, o.prototype.stop = function(n) {
|
|
return n && void 0 !== this._container && this._container.removeChild(this._el), this._el
|
|
.classList.remove("tv-spinner--shown"), this._shown = !1, this
|
|
}, o.prototype.setStyle = function(t) {
|
|
var r = this;
|
|
return Object.keys(t).forEach(function(n) {
|
|
var e = t[n];
|
|
void 0 !== e && r._el.style.setProperty(n, e)
|
|
}), this
|
|
}, o.prototype.setSize = function(n) {
|
|
return this._el.className = "tv-spinner " + (void 0 !== n ? "tv-spinner--size_" + n : "") +
|
|
" " + (this._shown ? "tv-spinner--shown" : ""), this
|
|
}, o.prototype.getEl = function() {
|
|
return this._el
|
|
}, o.prototype.destroy = function() {
|
|
this.stop(), delete this._el, delete this._container
|
|
}, window.Spinner = o
|
|
}(), n.foregroundColor || "auto"),
|
|
n = new Spinner("large").setStyle({
|
|
color: n,
|
|
zIndex: String(2e9)
|
|
});
|
|
n.getEl().classList.add("spinner"), n.spin(e)
|
|
}()
|
|
</script>
|
|
<script>
|
|
var _tv_languages = _tv_languages || {};
|
|
_tv_languages.zh = {
|
|
"Learn more": "了解更多",
|
|
Cancel: "取消",
|
|
Price: "价格",
|
|
Currency: "货币",
|
|
Open: "开源脚本",
|
|
Comment: "评论",
|
|
Interval: "周期",
|
|
Time: "时间",
|
|
Dividends: "股利",
|
|
Search: "搜索",
|
|
Date: "日期",
|
|
Source: "来源",
|
|
Description: "说明",
|
|
Settings: "设置",
|
|
Background: "背景",
|
|
Border: "边框",
|
|
Apply: "应用",
|
|
Symbol: "商品代码",
|
|
Exchange: "交易所",
|
|
Timezone: "时区",
|
|
"Bar's Style": "图表样式",
|
|
Bars: "美国线",
|
|
Candles: "K线图",
|
|
"Hollow Candles": "空心K线图",
|
|
"Heikin Ashi": "平均K线图",
|
|
Line: "线形图",
|
|
Area: "面积图",
|
|
Currencies: "外汇",
|
|
Grid: "网格",
|
|
Add: "添加",
|
|
Show: "显示",
|
|
Trading: "交易",
|
|
Sector: "部门",
|
|
Industry: "行业",
|
|
More: "更多",
|
|
Prices: "价格",
|
|
"Head and Shoulders": "头肩形",
|
|
Flag: "旗形",
|
|
Rectangle: "矩形",
|
|
"Parallel Channel": "平行通道",
|
|
Triangle: "三角形",
|
|
"Gann Box": "江恩箱",
|
|
"Gann Fan": "江恩角度线",
|
|
"Gann Square": "江恩正方",
|
|
Earnings: "收益",
|
|
"Volume Profile": "成交量分布图(VP)",
|
|
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: "涨跌",
|
|
Indicators: "指标",
|
|
"Hong Kong": "香港",
|
|
forex: "外汇",
|
|
Type: "类型",
|
|
"Invalid Symbol": "无效的代码",
|
|
Bahrain: "巴林",
|
|
Luxembourg: "卢森堡",
|
|
"New Zealand": "新西兰",
|
|
Qatar: "卡塔尔",
|
|
Singapore: "新加坡",
|
|
Ok: "确认",
|
|
day_0: "日",
|
|
hour_0: "小时",
|
|
"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: "反手",
|
|
"Period Ending": "期末",
|
|
Estimate: "预估",
|
|
Yes: "是",
|
|
No: "否",
|
|
Compare: "对比",
|
|
Close: "收盘价",
|
|
"Recently used": "最近用过",
|
|
Save: "保存",
|
|
month_0: "月",
|
|
Hide: "隐藏",
|
|
m_interval_short: "m",
|
|
h_interval_short: "h",
|
|
D_interval_short: "D",
|
|
W_interval_short: "W",
|
|
M_interval_short: "M",
|
|
Rename: "重命名",
|
|
"Remove from favorites": "从收藏中移除",
|
|
"Add to favorites": "添加到收藏",
|
|
"No symbols match your criteria": "没有代码符合您的条件",
|
|
Ticker: "商品代码",
|
|
"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 it’s slightly different to its official counterpart coming from {exchange}.": "这些数据是实时的,但与来自{exchange}的官方数据略有不同。",
|
|
Increase: "增加",
|
|
"Number format is invalid.": "号码格式无效。",
|
|
"Specified value is less than the instrument minimum of {min}.": "指定值小于商品最小值{min}。",
|
|
"Specified value is more than the instrument maximum of {max}.": "指定值大于商品最大值{max}。",
|
|
Quantity: "数量",
|
|
Risk: "风险",
|
|
Right: "右",
|
|
Left: "左",
|
|
"Price Line": "价格线",
|
|
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: "阿拉木图",
|
|
Ashkhabad: "阿什哈巴德",
|
|
Bangkok: "曼谷",
|
|
Chongqing: "重庆",
|
|
Dubai: "迪拜",
|
|
"Ho Chi Minh": "胡志明市",
|
|
Jakarta: "雅加达",
|
|
Jerusalem: "耶路撒冷",
|
|
Kolkata: "加尔各答",
|
|
Kuwait: "科威特",
|
|
Muscat: "马斯喀特",
|
|
Riyadh: "利雅得",
|
|
Seoul: "首尔",
|
|
Shanghai: "上海",
|
|
Taipei: "台北",
|
|
Tehran: "德黑兰",
|
|
Tokyo: "东京",
|
|
Reykjavik: "雷克雅维克",
|
|
Adelaide: "阿德莱德",
|
|
Brisbane: "布里斯班",
|
|
Perth: "珀斯",
|
|
Sydney: "悉尼",
|
|
Amsterdam: "阿姆斯特丹",
|
|
Athens: "雅典",
|
|
Belgrade: "贝尔格莱德",
|
|
Berlin: "柏林",
|
|
Brussels: "布鲁塞尔",
|
|
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: "事件",
|
|
Inputs: "输入",
|
|
Properties: "属性",
|
|
Scales: "坐标",
|
|
"Source Code": "原始码",
|
|
Style: "样式",
|
|
"Timezone/Sessions": "时区/交易时段",
|
|
Visibility: "可见范围",
|
|
"Box size assignment method": "Box尺寸分配方法",
|
|
"Color bars based on previous close": "K线颜色基于前一收盘价",
|
|
Borders: "边框",
|
|
Wick: "影线",
|
|
"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": "您不能在这个付费方案内查看主时间框架",
|
|
"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",
|
|
"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: "嘴唇",
|
|
"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: "m",
|
|
hours_interval: "小时",
|
|
days_interval: "日",
|
|
weeks_interval: "周",
|
|
months_interval: "个月",
|
|
"Add custom time interval": "添加自定义事件周期",
|
|
"Save chart image": "保存图片",
|
|
"Copy chart image": "复制图表图片",
|
|
"Copy link to the chart image": "复制图片链接",
|
|
"Open image in new tab": "在新标签页中打开图片",
|
|
"Tweet chart image": "推特图表图片",
|
|
"Toggle Auto Scale": "切换为自动坐标",
|
|
"Toggle Log Scale": "切换为对数坐标",
|
|
"Toggle Percentage Scale": "切换百分比坐标",
|
|
"Take a snapshot": "生成快照",
|
|
ext: "延时",
|
|
"Extended Hours is available only for intraday charts": "延长时段仅适用于日内图表",
|
|
"Toggle Percentage": "切换为百分比坐标",
|
|
log_scale: "log",
|
|
auto_scale: "auto",
|
|
"Toggle Maximize Chart": "切换为最大化图表",
|
|
adj_adjustments: "调整",
|
|
"Adjust data for dividends": "调整股息数据",
|
|
"Data is adjusted for dividends only": "数据仅针对股息进行调整",
|
|
"Data is adjusted for splits only": "仅针对拆分调整数据",
|
|
"Date Range": "日期范围",
|
|
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: "图标",
|
|
"Hide drawings": "隐藏绘图",
|
|
"Hide indicators": "隐藏指标",
|
|
"Hide drawings & indicators": "隐藏绘图和指标",
|
|
"Show all drawings": "显示所有绘图",
|
|
"Hide all drawings": "隐藏所有图形",
|
|
"Show all indicators": "显示所有指标",
|
|
"Hide all indicators": "隐藏所有指标",
|
|
"Show all drawings and indicators": "显示所有绘图和指标",
|
|
"Hide all drawings and indicators": "隐藏所有绘图和指标",
|
|
"Remove Drawings & Indicators": "移除绘图和指标",
|
|
"Remove Drawings": "移除绘图",
|
|
"Remove Indicators": "移除指标",
|
|
"High-Low": "高-低",
|
|
"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",
|
|
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": "仅查看模式",
|
|
"Add Alert": "添加警报",
|
|
"Add Alert on {series}": "在{series}增加警报",
|
|
"Add Alert on {drawing}": "在{drawing}增加警报",
|
|
"Edit {title} Alert": "编辑{title}警报",
|
|
"Extend Alert Lines": "扩展警报线",
|
|
"Show alert label lines": "显示警报标签行",
|
|
"Hide alert label 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: "模板",
|
|
"Sync To All Charts": "同步到所有图表",
|
|
"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": "将此财务指标增加到整个版面",
|
|
Absolute: "绝对值",
|
|
"By TradingView": "由TradingView提供",
|
|
"{symbol} financials by TradingView": "{symbol}财务指标由TradingView提供",
|
|
"More features on tradingview.com": "tradingview.com上更多功能",
|
|
"Please give us a clipboard writing permission in your browser or press {keystroke}": "请在您的浏览器中向我们提供剪贴板写入权限,或按{keystroke}",
|
|
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: "预测",
|
|
"Reset Chart": "重置图表",
|
|
"Auto (Fits Data To Screen)": "自动(调整数据适于屏幕)",
|
|
"Time Zone": "时区",
|
|
"Stay in Drawing Mode": "保持绘图模式",
|
|
"Lock All Drawing Tools": "锁定所有绘图",
|
|
"Hide All Drawing Tools": "隐藏所有绘图",
|
|
"Symbol Last Price Label": "最新价格标签",
|
|
"Previous Day Close Price Line": "前一日收盘价线",
|
|
"Symbol Name Label": "商品名称标签",
|
|
"Indicator Last Value Label": "最新指标数值标签",
|
|
"Indicator Name Label": "指标名称标签",
|
|
"Bid and Ask Labels": "Bid和Ask标签",
|
|
"Pre/Post Market Price Label": "盘前/盘后市场价格标签",
|
|
"Pre/Post Market Price Line": "盘前/盘后市场价格线",
|
|
"High and low price labels": "高低价标签",
|
|
"High and low price lines": "高低价线",
|
|
"Average close price label": "平均收盘价标签",
|
|
"Average close price line": "平均收盘价线",
|
|
"Financials Last Value Label": "最新财务指标值标签",
|
|
"Financials Name Label": "财务指标名称标签",
|
|
"Countdown To Bar Close": "当前K线结束倒计时",
|
|
Unit: "单位",
|
|
"Plus Button": "加号按钮",
|
|
"Session Breaks": "交易日间隔",
|
|
Warning: "警告",
|
|
"Zoom Out": "缩小",
|
|
"Zoom In": "放大",
|
|
"Maximize chart": "最大化图表",
|
|
"Restore chart": "还原图表",
|
|
"Scroll to the Left": "滚动到左边",
|
|
"Scroll to the Right": "滚动到右边",
|
|
"Scroll to the Most Recent Bar": "滚动到最近的工具条",
|
|
Mixed: "混合的",
|
|
"Hide Favorite Drawing Tools Toolbar": "隐藏常用的绘图工具栏",
|
|
"Market open": "开市",
|
|
"Pre-market": "盘前时段",
|
|
"Post-market": "盘后时段",
|
|
"Market closed": "休市",
|
|
"Show Symbol": "显示品种",
|
|
"Show Open market status": "显示开市状态",
|
|
"Show OHLC Values": "显示OHLC值",
|
|
"Show Bar Change Values": "显示蜡烛图变动值",
|
|
"Show Indicator Titles": "显示指标名称",
|
|
"Show Indicator Arguments": "显示指标参数",
|
|
"Show Indicator Values": "显示指标值",
|
|
"Wrap text": "自动换行",
|
|
"Hide Indicator Legend": "隐藏指标图例",
|
|
"Show Indicator Legend": "显示指标图例",
|
|
"Show Object Tree": "显示对象树",
|
|
"Source code": "原始码",
|
|
"Could not get Pine source code.": "无法获取Pine源代码。",
|
|
"Flag Symbol": "标记代码",
|
|
"Unflag Symbol": "未标记代码",
|
|
"Font Size": "字体大小",
|
|
"{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: "圆点",
|
|
"Show Hidden 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: "颜色",
|
|
"Line tool width": "图形宽度",
|
|
"Line tool widths": "图形宽度",
|
|
"Line tool colors": "划线工具颜色",
|
|
"Line tool backgrounds": "划线工具背景",
|
|
"Line tool text colors": "划线工具文字颜色",
|
|
"Template name": "模板名称",
|
|
"Double click": "双击",
|
|
"Delete pane": "删除窗格",
|
|
"Move pane up": "上移窗格",
|
|
"Move pane down": "下移窗格",
|
|
"Maximize pane": "最大化窗格",
|
|
"Restore pane": "还原窗格",
|
|
"Manage panes": "管理窗格",
|
|
"Paste %s": "粘贴%s",
|
|
"Lock Vertical Line On Time Axis": "在时间轴上锁定垂直线",
|
|
"Lock Scale": "锁定坐标",
|
|
"Merge All Scales Into One": "将所有坐标合并为一个",
|
|
"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": "翻转价格坐标",
|
|
Labels: "标签",
|
|
"Status line": "状态行",
|
|
Appearance: "外观",
|
|
"Ticker and description": "商品和描述",
|
|
"Vert Grid Lines": "垂直网格线",
|
|
"Horz Grid Lines": "水平网格线",
|
|
"Scales text": "坐标文字",
|
|
"Scales lines": "坐标线",
|
|
Watermark: "水印",
|
|
"Top Margin": "上边距",
|
|
"Navigation Buttons": "导航按钮",
|
|
"Pane Buttons": "窗格按钮",
|
|
"Bottom Margin": "下边距",
|
|
"Right Margin": "右边距",
|
|
bars_unit: "根K线",
|
|
"Bar#": "K线#",
|
|
Seconds: "秒",
|
|
Minutes: "分钟",
|
|
Hours: "小时",
|
|
Days: "日",
|
|
Weeks: "周",
|
|
Months: "个月",
|
|
"OHLC Values": "开高低收",
|
|
"Bar Change Values": "K线变化值",
|
|
"Indicator Titles": "指标名称",
|
|
"Indicator Arguments": "指标参数",
|
|
"Indicator Values": "指标值",
|
|
"Show Price": "显示价格",
|
|
"Show Time": "显示时间",
|
|
Extend: "延伸",
|
|
"Symbol Previous Day Close Price Label (Intraday Only)": "品种上一个收盘价标签(仅限日内)",
|
|
"Scales Placement": "坐标放置",
|
|
"Date Format": "日期格式",
|
|
"Lock Price to Bar Ratio": "锁定价格对K线比例",
|
|
"No Overlapping Labels": "无重叠标签",
|
|
"Price and Percentage Value": "价格和百分比值",
|
|
"Value according to Scale": "根据坐标值",
|
|
"Show Buy/Sell Buttons": "显示买/卖按钮",
|
|
"Box Size": "箱体大小",
|
|
"Color Bars Based on Previous Close": "K线颜色基于前一收盘价",
|
|
"HLC Bars": "HLC 线",
|
|
"Up Color": "上涨颜色",
|
|
"Down Color": "下跌颜色",
|
|
"Thin Bars": "自动调整K线宽度",
|
|
Body: "主体",
|
|
"Price Source": "价格源",
|
|
"Top Line": "上边框线",
|
|
"Bottom Line": "下边框线",
|
|
"Fill Top Area": "上填充色",
|
|
"Fill Bottom Area": "下填充色",
|
|
"Base Level": "基准位",
|
|
"Extend Lines Left": "左侧延长线",
|
|
Center: "中心",
|
|
"Show Middle Point": "显示中间点",
|
|
"Stats Position": "统计位置",
|
|
"Show Price Range": "显示价格范围",
|
|
"Show Bars Range": "显示K线区间",
|
|
"Show Date/Time Range": "显示日期/时间区间",
|
|
"Show Distance": "显示距离",
|
|
"Show Angle": "显示角度",
|
|
"Always Show Stats": "总是显示统计资料",
|
|
"Extend left line": "延伸左边线条",
|
|
"Extend right line": "延伸右边线条",
|
|
"Text Wrap": "自动换行",
|
|
"Show text": "显示文字",
|
|
Text: "内容",
|
|
Mode: "模式",
|
|
Mirrored: "镜像",
|
|
Flipped: "翻转",
|
|
Wave: "波浪",
|
|
Degree: "级别",
|
|
"Use one color": "使用一种颜色",
|
|
Levels: "水平位",
|
|
"Levels Line": "水平线",
|
|
"Extend Right": "向右延伸",
|
|
"Extend Left": "向左延伸",
|
|
"Extend Lines Right": "向右延长线",
|
|
"Fib levels based on log scale": "基于对数坐标的Fib水平",
|
|
Values: "数值",
|
|
Percents: "百分比",
|
|
Top: "顶部",
|
|
Middle: "中间",
|
|
Bottom: "底部",
|
|
"Full Circles": "完整圆圈",
|
|
"Price Levels": "价格位",
|
|
"Time Levels": "时间位",
|
|
"Left Labels": "左标签",
|
|
"Right Labels": "右标签",
|
|
"Top Labels": "顶标签",
|
|
"Bottom Labels": "底标签",
|
|
Counterclockwise: "逆时针方向",
|
|
"Price/Bar Ratio": "价格K线比",
|
|
"Ranges and ratio": "范围和比例",
|
|
Fans: "扇形",
|
|
Arcs: "弧形",
|
|
Angles: "角度",
|
|
"Extend top": "向上延伸",
|
|
"Extend bottom": "向下延伸",
|
|
"Extend left": "向左延伸",
|
|
"Extend right": "向右延伸",
|
|
Label: "标签",
|
|
"Label background": "标签背景",
|
|
Transparency: "透明度",
|
|
"Avg HL in minticks": "最小刻度的高低平均价",
|
|
Variance: "方差",
|
|
"#1 (price)_linetool point": "#1(价格)",
|
|
"#1 (price, bar)_linetool point": "#1(价格, K线)",
|
|
Image: "图片",
|
|
"#{count} (price, bar)_linetool point": "#{count}(价格,K线)",
|
|
Channel: "通道",
|
|
Median: "中线",
|
|
"Extend Lines": "延长线",
|
|
Original: "原始",
|
|
Schiff: "希夫",
|
|
"Modified Schiff": "调整希夫",
|
|
Inside: "内部",
|
|
"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": "标签边框",
|
|
"Label Background": "标签背景",
|
|
"Stop color": "止损颜色",
|
|
"Target color": "目标颜色:",
|
|
"Compact stats mode": "精简统计模式",
|
|
"Entry price": "进场价格",
|
|
"Profit level": "止盈水平",
|
|
"Stop level": "止损水平",
|
|
"Account size": "账户规模",
|
|
"Lot size": "手数",
|
|
"Always show stats": "始终显示统计信息",
|
|
"Show price labels": "显示价格标签",
|
|
Cash: "现金",
|
|
"#1 (vertical position %, bar)_linetool point": "#1(垂直位置%,K线)",
|
|
"Emoji pin": "表情符号",
|
|
Angle: "角度",
|
|
"#1 (bar)_linetool point": "#1 (K线)",
|
|
"Adjust Data for Dividends": "调整股息数据",
|
|
"Pre/Post market hours background": "盘前/盘后市场时段背景",
|
|
"Last Price Line": "最新价格线",
|
|
"Bid and Ask lines": "Bid和Ask线",
|
|
Precision: "精确度",
|
|
High: "最高价",
|
|
Low: "最低价",
|
|
"(H + L)/2": "(高 + 低)/2",
|
|
"(H + L + C)/3": "(高 + 低 + 收)/3",
|
|
"(O + H + L + C)/4": "(开 + 高 + 低 + 收)/4",
|
|
Simple: "简单",
|
|
"With Markers": "带标记",
|
|
Step: "阶梯",
|
|
Default: "系统预设",
|
|
Base: "基准线",
|
|
Up: "上",
|
|
Down: "下",
|
|
"Pearson's R": "相关系数",
|
|
"#{count} (bar)_linetool point": "#{count}(K线)",
|
|
"Override Min Tick": "显示最小刻度",
|
|
Horizontal: "横式",
|
|
Vertical: "竖式",
|
|
"Text alignment": "文字对齐",
|
|
"Text orientation": "文字方向",
|
|
"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": "其他代码",
|
|
"Same as chart": "与图表一致",
|
|
open: "开盘",
|
|
high: "最高",
|
|
low: "最低",
|
|
close: "收盘",
|
|
hl2: "(h+l)/2",
|
|
hlc3: "(h+l+c)/3",
|
|
ohlc4: "(o+h+l+c)/4",
|
|
"Change Thickness": "改变密度",
|
|
"Change Color": "更改颜色",
|
|
"Change Opacity": "改变不透明度",
|
|
"Change Font": "更改字体",
|
|
"Change Font Size": "更改字体大小",
|
|
"Change Line Style": "改变线条样式",
|
|
"Change Min Tick": "改变最小刻度",
|
|
"Change Precision": "改变精度",
|
|
"Above Bar": "列上",
|
|
"Below Bar": "Bar下方",
|
|
"Change Visibility": "改变可见性",
|
|
"Change Value": "改变数值",
|
|
"Change Char": "改变Char",
|
|
"Change Location": "改变位置",
|
|
"Width (% of the Box)": "宽度(Box的%)",
|
|
Placement: "配置",
|
|
"Show Values": "显示值",
|
|
"Text Color": "文字颜色",
|
|
"Change Percent Width": "更改百分比宽度",
|
|
"Change Placement": "更改挂单",
|
|
"Change Show Values": "更改显示价值",
|
|
"Trades on Chart": "图表上的交易",
|
|
"Signal Labels": "信号标签",
|
|
"Change Plot Type": "改变绘图类型",
|
|
"Change Price Line": "改变价格线",
|
|
"Labels Font": "标签字体",
|
|
"Show Labels": "显示标签",
|
|
"Change Shape": "改变形状",
|
|
"Developing VA": "发展数值区(VA)",
|
|
"Symbol Type": "品种类型",
|
|
Surprise: "惊喜",
|
|
"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.": "市场目前正在放假。放松一下。",
|
|
"Replay mode": "回放模式",
|
|
"You're in Replay mode. You're in Replay mode. You're in Replay mode.": "您处于回放模式。您处于回放模式。您处于回放模式。",
|
|
"You can turn this data on or off.": "你可以打开或关闭此数据。",
|
|
"Do you really want to delete Study Template '{name}' ?": "确定删除学习模板'{name}'?",
|
|
"Modify Order": "修改订单",
|
|
"Cancel Order": "取消订单",
|
|
"Protect Position": "保护持仓",
|
|
"Close Position": "平仓",
|
|
"Reverse Position": "平仓反手",
|
|
Confirmation: "确认",
|
|
"Failed to login": "登录失败",
|
|
"Script name": "脚本名称",
|
|
"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}",
|
|
"Move scale": "移动坐标",
|
|
"Clone line tools": "克隆线工具",
|
|
"Move {title} To New Price Scale": "将{title}移至新价格坐标",
|
|
"Move {title} To New Left Scale": "将{title}移动到新的左侧价格坐标",
|
|
"Make {title} No Scale (Full Screen)": "使{title}无价格坐标(全屏)",
|
|
"Move Drawing(s)": "移动绘图(多图形)",
|
|
"Remove all studies": "删除所有的研究",
|
|
"Remove all studies and drawing tools": "删除所有的研究及绘图工具",
|
|
"{count} bars": "{count}根K线",
|
|
"Add Horizontal Line": "添加水平线",
|
|
Standardized: "标准化",
|
|
"As reported": "据报告",
|
|
Split: "分割",
|
|
Net: "净额",
|
|
Gross: "毛额",
|
|
"Payment Date": "付款日期",
|
|
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.": "第二部分是无效的。",
|
|
d_dates: "天",
|
|
h_dates: "小时",
|
|
m_dates: "分钟",
|
|
s_dates: "秒",
|
|
"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}",
|
|
"Show {sourceTitle}": "显示{sourceTitle}",
|
|
"Hide {sourceTitle}": "隐藏{sourceTitle}",
|
|
"Lock {sourceTitle}": "锁定{sourceTitle}",
|
|
"Unlock {sourceTitle}": "解锁{sourceTitle}",
|
|
"Change {sourceType} title to {newSourceTitle}": "将{sourceType}标题更改为{newSourceTitle}",
|
|
"Restore Size": "还原尺寸",
|
|
"Grand Supercycle": "超级循环浪",
|
|
Supercycle: "大循环浪",
|
|
Cycle: "循环",
|
|
Primary: "大浪",
|
|
Intermediate: "中浪",
|
|
Minor_wave: "小浪",
|
|
Minute_wave: "分钟",
|
|
Minuette: "微浪",
|
|
Subminuette: "次微浪",
|
|
Minuscule: "小写字",
|
|
"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: "投影",
|
|
"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",
|
|
week_0: "周",
|
|
second_0: "秒",
|
|
minute_0: "分钟",
|
|
range_0: "范围",
|
|
"Stack On The Left": "左边",
|
|
"Stack On The Right": "右边",
|
|
Auto: "自动",
|
|
Avg: "平均",
|
|
O_in_legend: "开=",
|
|
H_in_legend: "高=",
|
|
L_in_legend: "低=",
|
|
C_in_legend: "收=",
|
|
HL2_in_legend: "HL2",
|
|
HLC3_in_legend: "HLC3",
|
|
OHLC4_in_legend: "OHLC4",
|
|
"No volume data": "没有交易量数据",
|
|
"Fundamental studies are no longer available on charts": "基础研究已经不在图表上了",
|
|
"loading...": "载入中...",
|
|
"Arrow Down": "向下箭头",
|
|
"Arrow Up": "向上箭头",
|
|
Circle: "圆",
|
|
Diamond: "钻石",
|
|
"Label Down": "向下标签",
|
|
"Label Up": "向上标签",
|
|
Square: "方形",
|
|
"Triangle Down": "下降三角形",
|
|
"Triangle Up": "上升三角形",
|
|
"X Cross": "X 交叉",
|
|
"Add line tool(s) {lineTool} to group {group}": "将划线工具{lineTool}添加到组{group}",
|
|
"Apply study template {template}": "申请应用模板{template}",
|
|
"Create line tools group": "创建划线工具组",
|
|
"Exclude line tools from group {group}": "从组{group}中排除划线工具",
|
|
"Move All Scales To Left": "将所有坐标移至左侧",
|
|
"Move All Scales To Right": "将所有坐标移至右侧",
|
|
"charts by TradingView": "图表由TradingView提供",
|
|
"powered by TradingView": "由TradingView提供",
|
|
"by TradingView": "由TradingView提供",
|
|
"Change interval": "变更周期",
|
|
"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请删除一些研究。",
|
|
Closed: "收盘后",
|
|
"Change symbol": "变更品种",
|
|
"Symbol Name": "商品名称",
|
|
"Symbol Description": "商品说明",
|
|
"Current Contract": "当前合约",
|
|
"Point Value": "点值",
|
|
"Listed Exchange": "上市交易所",
|
|
"Pip Size": "点值大小",
|
|
"Tick Size": "每跳大小",
|
|
"{specialSymbolOpen}Today at{specialSymbolClose} {dayTime}": "{specialSymbolOpen}今天在{specialSymbolClose}{dayTime}",
|
|
"{specialSymbolOpen}Tomorrow at{specialSymbolClose} {dayTime}": "{specialSymbolOpen}明天在{specialSymbolClose}{dayTime}",
|
|
"{dayName} {specialSymbolOpen}at{specialSymbolClose} {dayTime}": "{dayName}{specialSymbolOpen}在{specialSymbolClose}{dayTime}",
|
|
"{specialSymbolOpen}Yesterday at{specialSymbolClose} {dayTime}": "{specialSymbolOpen}昨天在{specialSymbolClose}{dayTime}",
|
|
"{specialSymbolOpen}Last{specialSymbolClose} {dayName} {specialSymbolOpen}at{specialSymbolClose} {dayTime}": "{specialSymbolOpen}上个月{specialSymbolClose} {dayName} {specialSymbolOpen}在{specialSymbolClose} {dayTime}",
|
|
"just now": "刚刚",
|
|
"in %s_time_range": "在%s",
|
|
"%s ago_time_range": "%s 前",
|
|
"%d minute_0": "%d 分钟",
|
|
"an hour": "1小时",
|
|
"%d hour_0": "%d 小时",
|
|
"a day": "一天",
|
|
"%d day_0": "%d日",
|
|
"a month": "一个月",
|
|
"%d month_0": "%d 月",
|
|
"a year": "一年",
|
|
"%d year_0": "%d年",
|
|
"The publication preview could not be loaded. Please disable your browser extensions and try again.": "无法加载发布预览。请禁用浏览器扩展并重试。",
|
|
cfd: "差价合约",
|
|
futures: "期货",
|
|
index: "指数",
|
|
stock: "股票",
|
|
"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": "商品和描述",
|
|
"Select source": "选择来源",
|
|
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.": "没有符合您搜索条件的指标.",
|
|
"Visual order": "视觉顺序",
|
|
"Stop syncing": "停止同步",
|
|
"Sync to all charts": "同步到所有图表",
|
|
"Dashed line": "短虚线",
|
|
"Dotted line": "点虚线",
|
|
"{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": "克隆,复制",
|
|
"Move to": "移动到",
|
|
"New pane above": "上方新窗格",
|
|
"New pane below": "下方新窗格",
|
|
"Group is hidden on current interval": "该组在当前时间间隔内隐藏",
|
|
"Drawing is hidden on current interval": "在当前时间周期内隐藏绘图",
|
|
"Move objects": "移动对象",
|
|
objects: "对象",
|
|
"Remove objects": "移除对象",
|
|
"Set the {inputInline} time and price for {studyShortDescription}": "为{studyShortDescription}设置{inputInline}时间和价格",
|
|
"Set the {inputTitle} time for {studyShortDescription}": "为{studyShortDescription}设置{inputTitle}时间",
|
|
"Set the {inputTitle} price for {studyShortDescription}": "为{studyShortDescription}设置{inputTitle}价格",
|
|
"Add Symbol": "添加品种",
|
|
"Confirm Inputs": "确认参数",
|
|
"Reset Settings": "重置设置",
|
|
"Save As Default": "保存为默认",
|
|
Defaults: "系统预设",
|
|
"Chart settings": "图表设置",
|
|
"Apply to all": "应用至全部",
|
|
"Apply Defaults": "应用默认",
|
|
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>
|
|
|