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.
1618 lines
111 KiB
1618 lines
111 KiB
<!DOCTYPE html>
|
|
<html lang="th" 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.th = {
|
|
"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: "แท่งเทียน",
|
|
"Hollow Candles": "แท่งเทียนแบบกลวง",
|
|
"Heikin Ashi": "ไฮเกน อาชิ",
|
|
Line: "เส้น",
|
|
Area: "พื้นที่",
|
|
Currencies: "ค่าเงิน",
|
|
Grid: "ตาราง",
|
|
Add: "เพิ่ม",
|
|
Show: "แสดง",
|
|
Trading: "การซื้อขาย",
|
|
Sector: "ภาค",
|
|
Industry: "อุตสาหกรรม",
|
|
More: "เพิ่มเติม",
|
|
Prices: "ราคา",
|
|
Flag: "ธง",
|
|
Rectangle: "สี่เหลี่ยมผืนผ้า",
|
|
"Gann Box": "แกนต์บ๊อก",
|
|
"Gann Fan": "แกนต์แฟน",
|
|
"Gann Square": "แกนต์สแควร์",
|
|
Earnings: "ผลประกอบการ",
|
|
"Volume Profile": "โปรไฟล์ปริมาณการซื้อ-ขาย",
|
|
Error: "ผิดพลาด",
|
|
Remove: "ลบ",
|
|
January: "มกราคม",
|
|
February: "กุมภาพันธ์",
|
|
March: "มีนาคม",
|
|
April: "เมษายน",
|
|
May: "พ.ค.",
|
|
June: "มิถุนายน",
|
|
July: "กรกฎาคม",
|
|
August: "สิงหาคม",
|
|
September: "กันยายน",
|
|
October: "ตุลาคม",
|
|
November: "พฤศจิกายน",
|
|
December: "ธันวาคม",
|
|
"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": "ย้ายจุดมายังตำแหน่ง anchor แล้วแตะเพื่อวาง",
|
|
"Double-click to finish Path": "ดับเบิ้ลคลิกเพื่อจบ Path",
|
|
"Double-click to finish Polyline": "ดับเบิ้ลคลิกเพื่อจบ 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: "ไม่",
|
|
"N/A": "ไม่มีข้อมูล",
|
|
Compare: "เปรียบเทียบ",
|
|
Close: "ปิด",
|
|
"Recently used": "ที่ถูกใช้ล่าสุด",
|
|
Save: "บันทึก",
|
|
month_0: "เดือน",
|
|
Hide: "ซ่อน",
|
|
m_interval_short: "นาที",
|
|
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.": "รูปแบบราคาไม่ถูกต้อง",
|
|
"{exchange} by {originalExchange}": "{exchange} โดย{originalExchange}",
|
|
"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.": "รูปแบบตัวเลขไม่ถูกต้อง",
|
|
Quantity: "จำนวน",
|
|
Risk: "ความเสี่ยง",
|
|
Right: "ขวา",
|
|
Left: "ซ้าย",
|
|
"Price Line": "เส้นราคา",
|
|
UTC: "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": "วิธีการให้งานโดยขนาดของกล่อง",
|
|
"Color bars based on previous close": "สีของ Bars อ้างอิงจากราคาปิดครั้งก่อน",
|
|
Borders: "เส้นขอบ",
|
|
Wick: "ไส้เทียน",
|
|
"HLC bars": "แท่งเทียน สูงต่ำปิด HLC",
|
|
"Price source": "แหล่งราคา",
|
|
"Show real prices on price scale (instead of Heikin-Ashi price)": "แสดงราคาจริงบนสเกลราคา (แทนที่ราคาแบบ ไฮเก้น-อะชิ)",
|
|
"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": "แท่งแบบ Phantom",
|
|
"One step back building": "การสร้างถอยกลับไป 1 ขั้น",
|
|
Range: "ระยะ",
|
|
"You cannot see this pivot timeframe on this resolution": "ท่านไม่สามารถดูกรอบเวลานี้บนความละเอียดจออันนี้ได้",
|
|
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
|
"Accumulative Swing Index_study": "Accumulative Swing Index",
|
|
"Advance/Decline_study": "ขั้นสูง/โน้มเอียง",
|
|
"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": "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": "Connors RSI",
|
|
"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": "รอยตัดอีเอ็มเอ",
|
|
Envelopes_study: "Envelopes",
|
|
"Fisher Transform_study": "Fisher Transform",
|
|
"Fixed Range_study": "Fixed Range",
|
|
"Guppy Multiple Moving Average_study": "เส้นค่าเฉลี่ยการเคลื่อนที่แบบกั๊บปี้",
|
|
"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": "ส่วนโค้งลิเนียร์รีเกรสชั่น",
|
|
"MA Cross_study": "MA Cross",
|
|
"MA with EMA Cross_study": "เอ็มเอกับจุดตัดอีเอ็มเอ",
|
|
"MA/EMA Cross_study": "เอ็มเอ/จุดตัดอีเอ็มเอ",
|
|
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 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 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",
|
|
"Session Volume HD_study": "Session Volume HD",
|
|
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
|
"Smoothed Moving Average_study": "Smoothed Moving Average",
|
|
"Stochastic RSI_study": "Stochastic 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": "Visible Range",
|
|
"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": "Plots Background",
|
|
SuperTrend_study: "SuperTrend",
|
|
"Average Price_study": "Average Price",
|
|
"Typical Price_study": "Typical Price",
|
|
"Median Price_study": "Median Price",
|
|
"Money Flow Index_study": "Money Flow Index",
|
|
"Moving Average Double_study": "Moving Average Double",
|
|
"Moving Average Triple_study": "Moving Average Triple",
|
|
"Moving Average Adaptive_study": "Moving Average Adaptive",
|
|
"Moving Average Hamming_study": "Moving Average Hamming",
|
|
"Moving Average Modified_study": "Moving Average Modified",
|
|
"Moving Average Multiple_study": "Moving Average Multiple",
|
|
"Linear Regression Slope_study": "Linear Regression Slope",
|
|
"Standard Error_study": "Standard Error",
|
|
"Standard Error Bands_study": "Standard Error Bands",
|
|
"Correlation - Log_study": "Correlation - Log",
|
|
"Standard Deviation_study": "Standard Deviation",
|
|
"Chaikin Volatility_study": "Chaikin Volatility",
|
|
"Volatility Close-to-Close_study": "Volatility Close-to-Close",
|
|
"Volatility Zero Trend Close-to-Close_study": "Volatility Zero Trend Close-to-Close",
|
|
"Volatility O-H-L-C_study": "Volatility O-H-L-C",
|
|
"Volatility Index_study": "Volatility Index",
|
|
"Trend Strength Index_study": "Trend Strength Index",
|
|
"Majority Rule_study": "Majority Rule",
|
|
Length_input: "ความยาว",
|
|
Plot_input: "พล็อต",
|
|
Zero_input: "0",
|
|
Signal_input: "สัญญาณ",
|
|
Long_input: "ซื้อ",
|
|
Short_input: "สั้น",
|
|
UpperLimit_input: "ข้อจำกัดส่วนบน",
|
|
LowerLimit_input: "จำกัดด้านล่าง",
|
|
Offset_input: "สิ่งชดเชย",
|
|
length_input: "ความยาว",
|
|
mult_input: "mult",
|
|
short_input: "ขาย",
|
|
long_input: "ซื้อ",
|
|
Limit_input: "จำกัด",
|
|
Move_input: "เคลื่อนที่",
|
|
Value_input: "มูลค่า",
|
|
Method_input: "Method",
|
|
"Accumulation/Distribution_input": "การสะสม/การกระจาย",
|
|
ADR_B_input: "ADR_B",
|
|
"Equality Line_input": "เส้นอิควอลิตี้",
|
|
"Window Size_input": "ขนาดหน้าต่าง",
|
|
Sigma_input: "ซิกม่า",
|
|
"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 Smoothing_input": "เอดีเอ็กซ์",
|
|
"DI Length_input": "ความยาว DI",
|
|
Smoothing_input: "ความราบเรียบ",
|
|
ATR_input: "เอทีอาร์",
|
|
Growing_input: "การเติบโต",
|
|
Falling_input: "การตกลง",
|
|
"Color 0_input": "สี 0",
|
|
"Color 1_input": "สี 1",
|
|
Source_input: "แหล่งกำเนิด",
|
|
StdDev_input: "StdDev",
|
|
Basis_input: "พื้นฐาน",
|
|
Median_input: "ค่าเฉลี่ย",
|
|
"Bollinger Bands %B_input": "โบลลิงเจอร์แบนด์ %บี",
|
|
Overbought_input: "การซื้อเป็นจำนวนมากเกินไป",
|
|
Oversold_input: "การขายเป็นจำนวนมากเกินไป",
|
|
"Bollinger Bands Width_input": "ความกว้างโบลลิงเจอร์แบนด์",
|
|
"RSI Length_input": "ความยาว RSI",
|
|
"UpDown Length_input": "ความยาวของการขึ้นลง",
|
|
"ROC Length_input": "ความยาว ROC",
|
|
MF_input: "เอ็มเอฟ",
|
|
resolution_input: "resolution",
|
|
"Fast Length_input": "Fast Length",
|
|
"Slow Length_input": "Slow Length",
|
|
"Chaikin Oscillator_input": "Chaikin Oscillator",
|
|
P_input: "พี",
|
|
X_input: "เอ็กซ์",
|
|
Q_input: "คิว",
|
|
p_input: "พี",
|
|
x_input: "เอ็กซ์",
|
|
q_input: "คิว",
|
|
Price_input: "ราคา",
|
|
"Chande MO_input": "Chande MO",
|
|
"Zero Line_input": "เส้น 0",
|
|
"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: "ช็อบ",
|
|
"Upper Band_input": "แถบบน",
|
|
"Lower Band_input": "แถบล่าง",
|
|
CCI_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: "DPO",
|
|
"ADX smoothing_input": "ADX smoothing",
|
|
"+DI_input": "+ดีไอ",
|
|
"-DI_input": "-ดีไอ",
|
|
DEMA_input: "ค่าเฉลี่ยเคลื่อนที่แบบเอกซ์โพเนนเชียล 2 เท่า",
|
|
Divisor_input: "ดีไวเซอร์",
|
|
EOM_input: "อีโอเอ็ม",
|
|
"Elder's Force Index_input": "ดัชีนเอลเดอร์ฟอร์ช",
|
|
Percent_input: "เปอร์เซ็นต์",
|
|
Exponential_input: "เอ็กซ์โพเนนเชี่ยล",
|
|
Average_input: "Average",
|
|
"Upper Percentage_input": "Upper Percentage",
|
|
"Lower Percentage_input": "Lower Percentage",
|
|
Fisher_input: "ฟิชเชอร์",
|
|
Trigger_input: "ทริกเกอร์",
|
|
Level_input: "ระดับ",
|
|
"Trader EMA 1 length_input": "เทรดเดอร์ ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 1",
|
|
"Trader EMA 2 length_input": "เทรดเดอร์ ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 2",
|
|
"Trader EMA 3 length_input": "เทรดเดอร์ ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 3",
|
|
"Trader EMA 4 length_input": "เทรดเดอร์ ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 4",
|
|
"Trader EMA 5 length_input": "เทรดเดอร์ ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 5",
|
|
"Trader EMA 6 length_input": "เทรดเดอร์ ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 6",
|
|
"Investor EMA 1 length_input": "นักลงทุน ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 1",
|
|
"Investor EMA 2 length_input": "นักลงทุน ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 2",
|
|
"Investor EMA 3 length_input": "นักลงทุน ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 3",
|
|
"Investor EMA 4 length_input": "นักลงทุน ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 4",
|
|
"Investor EMA 5 length_input": "นักลงทุน ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 5",
|
|
"Investor EMA 6 length_input": "นักลงทุน ค่าเส้นเฉลี่ยเคลื่อนที่เอกซ์โปเนนเชียล ความยาวระยะที่ 6",
|
|
HV_input: "เอชวี",
|
|
"Hull MA_input": "ฮัล เอ็มเอ",
|
|
"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: "ROCLen1",
|
|
ROCLen2_input: "ROCLen2",
|
|
ROCLen3_input: "ROCLen3",
|
|
ROCLen4_input: "ROCLen4",
|
|
SMALen1_input: "SMALen1",
|
|
SMALen2_input: "SMALen2",
|
|
SMALen3_input: "SMALen3",
|
|
SMALen4_input: "SMALen4",
|
|
SigLen_input: "SigLen",
|
|
KST_input: "เคเอสที",
|
|
Sig_input: "Sig",
|
|
roclen1_input: "roclen1",
|
|
roclen2_input: "roclen2",
|
|
roclen3_input: "roclen3",
|
|
roclen4_input: "roclen4",
|
|
smalen1_input: "smalen1",
|
|
smalen2_input: "smalen2",
|
|
smalen3_input: "smalen3",
|
|
smalen4_input: "smalen4",
|
|
siglen_input: "siglen",
|
|
"Upper Deviation_input": "ค่าเบี่ยงเบนมาตรฐานด้านบน",
|
|
"Lower Deviation_input": "ค่าเบี่ยงเบนด้านล่าง",
|
|
"Use Upper Deviation_input": "ใช้ค่าเบี่ยงเบนด้านบน",
|
|
"Use Lower Deviation_input": "ค่าเบี่ยงเบนมาตรฐานด้านล่าง",
|
|
Count_input: "การนับ",
|
|
Crosses_input: "การตัดกัน",
|
|
MOM_input: "เอ็มโอเอ็ม",
|
|
MA_input: "เอ็มเอ",
|
|
"Length EMA_input": "ความยาว อีเอ็มเอ",
|
|
"Length MA_input": "ความยาว เอ็มเอ",
|
|
"Fast length_input": "ความยาวได้อย่างรวดเร็ว",
|
|
"Slow length_input": "ความยาวช้า",
|
|
"Signal smoothing_input": "ความราบเรียบของสัญญาณ",
|
|
"Simple ma(oscillator)_input": "Simple ma(oscillator)",
|
|
"Simple ma(signal line)_input": "ค่าเฉลี่ยเคลื่อนที่แบบง่าย(เส้นสัญญาณ)",
|
|
Histogram_input: "ฮิสโตรแกรม",
|
|
MACD_input: "แมคดี",
|
|
fastLength_input: "ความยาวเร็ว",
|
|
slowLength_input: "ความยาวช้า",
|
|
signalLength_input: "ความยาวสัญญาณ",
|
|
NV_input: "เอ็นวี",
|
|
OnBalanceVolume_input: "ปริมาณความสมดุล",
|
|
Start_input: "เริ่มต้น",
|
|
Increment_input: "จำนวนที่เพิ่มขึ้น",
|
|
"Max value_input": "มูลค่าสูงสุด",
|
|
ParabolicSAR_input: "พาราโบลิกซาร์",
|
|
start_input: "เริ่ม",
|
|
increment_input: "จำนวนที่เพิ่มขึ้น",
|
|
maximum_input: "มากที่สุด",
|
|
"Short length_input": "ความยาวที่สั้น",
|
|
"Long length_input": "ระยะยาว",
|
|
OSC_input: "โอเอสซี",
|
|
shortlen_input: "shortlen",
|
|
longlen_input: "longlen",
|
|
PVT_input: "พีวีที",
|
|
ROC_input: "อาร์โอซี",
|
|
RSI_input: "ดัชนีความแข็งแรงสัมพันธ์",
|
|
RVGI_input: "อาร์วีจีไอ",
|
|
RVI_input: "อาร์วีไอ",
|
|
"Long period_input": "ระยะซื้อ",
|
|
"Short period_input": "ระยะขาย",
|
|
"Signal line period_input": "ระยะเส้นสัญญาณ",
|
|
SMI_input: "เอสเอ็มไอ",
|
|
"SMI Ergodic Oscillator_input": "SMI Ergodic Oscillator",
|
|
Indicator_input: "ตัวชี้วัด",
|
|
Oscillator_input: "Oscillator",
|
|
K_input: "เค",
|
|
D_input: "ดี",
|
|
smoothK_input: "สมูทเค",
|
|
smoothD_input: "สมูทดี",
|
|
"%K_input": "%เค",
|
|
"%D_input": "%ดี",
|
|
"Stochastic Length_input": "Stochastic Length",
|
|
"RSI Source_input": "แหล่งดัชนีความแข็งแรงสัมพันธ์",
|
|
lengthRSI_input: "ความยาวอาร์เอสไอ",
|
|
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: "len",
|
|
"VI +_input": "วีไอ +",
|
|
"VI -_input": "วีไอ -",
|
|
"%R_input": "%อาร์",
|
|
"Jaw Length_input": "ความยาวจอว์",
|
|
"Teeth Length_input": "ความยาว Teeth",
|
|
"Lips Length_input": "ความยาวลิปส์",
|
|
Jaw_input: "จอว์",
|
|
Teeth_input: "Teeth",
|
|
Lips_input: "ลิปส์",
|
|
"Down fractals_input": "เศษส่วนลดลง",
|
|
"Up fractals_input": "เศษส่วนขึ้น",
|
|
Periods_input: "ระยะเวลา",
|
|
Shapes_input: "รูปร่าง",
|
|
"show MA_input": "แสดง ค่าเฉลี่ยเคลื่อนที่",
|
|
"MA Length_input": "ระยะเวลาของเส้นค่าเฉลี่ย",
|
|
"Color based on previous close_input": "สีพื้นฐานที่ราคาปิดครั้งก่อนหน้า",
|
|
"Rows Layout_input": "แผนผังแถว",
|
|
"Row Size_input": "ขนาดแถว",
|
|
Volume_input: "ปริมาณ",
|
|
"Value Area volume_input": "มูลค่าของปริมาณพื่นที่",
|
|
"Extend POC Right_input": "ขยายสิทธิ POC",
|
|
"Value Area Volume_input": "ปริมาณซื้อขายบริเวณ Value Area",
|
|
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 ฝั่งซื้อ",
|
|
"Value Area Down_input": "Value Area ฝั่งขาย",
|
|
"Number Of Rows_input": "จำนวนแถว",
|
|
"Ticks Per Row_input": "Tick ต่อแถว",
|
|
"Up/Down_input": "ขึ้น/ลง",
|
|
Total_input: "ทั้งหมด",
|
|
"Deviation (%)_input": "การเบี่ยงเบน (%)",
|
|
Depth_input: "ความลึก",
|
|
"Extend to last bar_input": "ยืดขยายไปยังแท่งสุดท้าย",
|
|
Simple_input: "Simple",
|
|
Weighted_input: "Weighted",
|
|
"Wilder's Smoothing_input": "Wilder's Smoothing",
|
|
"1st Period_input": "ช่วงที่ 1",
|
|
"2nd Period_input": "ช่วงที่ 2",
|
|
"3rd Period_input": "ช่วงที่ 3",
|
|
"4th Period_input": "ช่วงที่ 4",
|
|
"5th Period_input": "ช่วงที่ 5",
|
|
"6th Period_input": "ช่วงที่ 6",
|
|
"Rate of Change Lookback_input": "Rate of Change Lookback",
|
|
"Instrument 1_input": "Instrument 1",
|
|
"Instrument 2_input": "Instrument 2",
|
|
"Rolling Period_input": "Rolling Period",
|
|
"Standard Errors_input": "Standard Errors",
|
|
"Averaging Periods_input": "Averaging Periods",
|
|
"Days Per Year_input": "วันต่อปี",
|
|
"Market Closed Percentage_input": "Market Closed Percentage",
|
|
"ATR Mult_input": "ATR Mult",
|
|
VWAP_input: "VWAP",
|
|
"Anchor Period_input": "Anchor Period",
|
|
Session_input: "เซสชั่น",
|
|
Week_input: "สัปดาห์",
|
|
Month_input: "เดือน",
|
|
Year_input: "ปี",
|
|
Decade_input: "ทศวรรษ",
|
|
Century_input: "ศตวรรษ",
|
|
"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": "เพิ่มช่วงเวลาแบบกำหนดเอง",
|
|
"Save chart image": "บันทึกรูปภาพ",
|
|
"Copy chart image": "คัดลอกรูปภาพชาร์ต",
|
|
"Copy link to the chart image": "คัดลอกลิงก์ไปยังรูปภาพชาร์ต",
|
|
"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: "ล็อก",
|
|
auto_scale: "อัตโนมัติ",
|
|
"Toggle Maximize Chart": "สลับเป็นชาร์ตขนาดใหญ่ที่สุด",
|
|
adj_adjustments: "adj",
|
|
"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": "คุณยังไม่มี Favorites Indicators",
|
|
"Open Interval Dialog": "เปิดหน้าต่างช่วงเวลา",
|
|
"Number or {hotKey_0}": "ตัวเลข หรือ {hotKey_0}",
|
|
"Add custom interval": "เพิ่มช่วงแบบกำหนดเอง",
|
|
Ticks_interval_group_name: "เลือก",
|
|
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: "ช่วง",
|
|
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": "สร้างคำสั่งแบบ Limit",
|
|
"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 Wave 1 or A": "ขึ้นเวฟ 1 หรือ เอ",
|
|
"Up Wave 2 or B": "ขึ้นเวฟ 2 หรือ บี",
|
|
"Up Wave C": "ขึ้นเวฟ ซี",
|
|
"Up Wave 3": "ขึ้นเวฟ 3",
|
|
"Up Wave 4": "ขึ้นเวฟ 4",
|
|
"Up Wave 5": "ขึ้นเวฟ 5",
|
|
"Apply WPT Down Wave": "ใช้งาน WPT เวฟลง",
|
|
"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": "นับถอยหลังไปยังราคาปิดของแท่ง",
|
|
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": "แสดงสถานะตลาด Open",
|
|
"Show OHLC Values": "แสดงค่า OHLC",
|
|
"Show Bar Change Values": "แสดงค่าเปลี่ยนแปลงของแท่ง",
|
|
"Show Indicator Titles": "แสดงชื่ออินดิเคเตอร์",
|
|
"Show Indicator Arguments": "แสดง Arguments ของอินดิเคเตอร์",
|
|
"Show Indicator Values": "แสดงค่าอินดิเคเตอร์",
|
|
"Wrap text": "การตัดข้อความ",
|
|
"Hide Indicator Legend": "ซ่อน Indicator Legend",
|
|
"Show Indicator Legend": "แสดง Indicator Legend",
|
|
"Show Object Tree": "แสดงแผนผังวัตถุ",
|
|
"Source code": "ซอร์สโค้ด",
|
|
"Could not get Pine source code.": "ไม่สามารถรับไพน์ซอร์สโค๊ดได้",
|
|
"Flag Symbol": "ปักธงสัญลักษณ์",
|
|
"Unflag Symbol": "ยกเลิกปักธงสัญลักษณ์",
|
|
"Font Size": "ขนาดตัวอักษร",
|
|
"{hotKey_0} — drawing a straight line at angles of 45": "{hotKey_0} — วาดเส้นตรง 1 เส้นที่ทำมุม 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": "โหมดแม่เหล็กจะนำการวาดต่างๆ ที่อยู่ใกล้กับแท่งราคาไปเกาะกับค่า OHLC ที่ใกล้เคียงที่สุด",
|
|
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: "แท่ง",
|
|
"Bar#": "แท่ง#",
|
|
Seconds: "วินาที",
|
|
Minutes: "นาที",
|
|
Hours: "ชั่วโมง",
|
|
Days: "วัน",
|
|
Weeks: "สัปดาห์",
|
|
Months: "เดือน",
|
|
Ranges: "เรนจ์",
|
|
"OHLC Values": "ราคา เปิด สูง ต่ำ และปิด OHLC ของแท่งเทียน",
|
|
"Bar Change Values": "ค่าเปลี่ยนแปลงของแท่ง",
|
|
"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": "ล็อคอัตราส่วนราคาต่อแท่ง",
|
|
"No Overlapping Labels": "ไม่มีป้ายที่ทับซ้อนกัน",
|
|
"Price and Percentage Value": "ราคาและค่าเปอร์เซ็นต์",
|
|
"Value according to Scale": "ค่าตามสเกล",
|
|
"Show Buy/Sell Buttons": "แสดงปุ่ม ซื้อ/ขาย",
|
|
"Box Size": "ขนาดกล่อง",
|
|
"Color Bars Based on Previous Close": "สีของแท่งอ้างอิงจากราคาปิดครั้งก่อน",
|
|
"HLC Bars": "แท่งเทียน สูงต่ำปิด HLC",
|
|
"Up Color": "สีของแท่งขึ้น",
|
|
"Down Color": "สีของแท่งลง",
|
|
"Thin Bars": "แท่งบาง",
|
|
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": "แสดงช่วงราคา",
|
|
"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: "กลับด้าน",
|
|
"HL Bars": "แท่ง สูงต่ำ",
|
|
"OC Bars": "แท่ง เปิดปิด",
|
|
"Line - Close": "เส้น-ปิด",
|
|
"Line - Open": "เส้น - เปิด",
|
|
"Line - High": "เส้น - สูง",
|
|
"Line - Low": "เส้น - ต่ำ",
|
|
"Line - HL/2": "เส้น - สูงต่ำ/2",
|
|
Wave: "เวฟ",
|
|
Degree: "องศา",
|
|
"Use one color": "ใช้สีเดียว",
|
|
Levels: "ระดับ",
|
|
"Coeffs As Percents": "Coeffs แบบเปอร์เซ็นต์",
|
|
"Levels Line": "เส้นระดับ",
|
|
"Extend Right": "ยืดออกทางขวา",
|
|
"Extend Left": "ยืดออกทางซ้าย",
|
|
"Extend Lines Right": "ยืดเส้นไปทางขวา",
|
|
"Fib levels based on log scale": "Fib levels ในแบบล็อกสเกล",
|
|
Values: "มูลค่า",
|
|
Percents: "เปอร์เซ็นต์",
|
|
Top: "บน",
|
|
Middle: "ตรงกลาง",
|
|
Bottom: "ข้างล่าง",
|
|
"Full Circles": "เต็มวงกลม",
|
|
"Price Levels": "ระดับราคา",
|
|
"Time Levels": "ระดับเวลา",
|
|
"Left Labels": "ป้ายชื่อทางซ้าย",
|
|
"Right Labels": "ป้ายชื่อด้านขวา",
|
|
"Top Labels": "ป้ายชื่อด้านบน",
|
|
"Bottom Labels": "ป้ายด้านล่าง",
|
|
Counterclockwise: "ทวนเข็มนาฬิกา",
|
|
"Price/Bar 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 (ราคา, แท่ง)",
|
|
Image: "รูปภาพ",
|
|
"#{count} (price, bar)_linetool point": "#{count} (ราคา, แท่ง)",
|
|
Channel: "ช่อง",
|
|
Median: "ค่าเฉลี่ย",
|
|
"Extend Lines": "ยืดเส้น",
|
|
Original: "ต้นกำเนิด",
|
|
Schiff: "ชิฟฟ์",
|
|
"Modified Schiff": "แก้ไขชิฟฟ์",
|
|
Inside: "ภายใน",
|
|
"Label Text": "ตัวหนังสือของป้าย",
|
|
"Line Color": "สีเส้น",
|
|
"Label Border": "ขอบของป้าย",
|
|
"Label Background": "พื้นหลังป้ายชื่อ",
|
|
"Stop color": "สีจุดสิ้นสุด",
|
|
"Target color": "สีเป้าหมาย",
|
|
"Compact stats mode": "โหมดสถิติแบบ Compact",
|
|
"Entry price": "ราคาเข้าซื้อ",
|
|
"Profit level": "ระดับทำกำไร",
|
|
"Stop level": "ระดับหยุดขาดทุน",
|
|
"Account size": "ขนาดบัญชี",
|
|
"Lot size": "ขนาดล็อต",
|
|
"Always show stats": "แสดงสถิติเสมอ",
|
|
"Show price labels": "แสดงป้ายราคา",
|
|
"%": "เปอร์เซ็นต์",
|
|
Cash: "เงินสด",
|
|
"#1 (vertical position %, bar)_linetool point": "#1 (ตำแหน่งแนวตั้ง, บาร์)",
|
|
"Emoji pin": "หมุดอีโมจิ",
|
|
Angle: "มุม",
|
|
"#1 (bar)_linetool point": "#1 (แท่ง)",
|
|
"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} (แท่ง)",
|
|
"Override Min Tick": "เขียนทับ 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": "มาร์จิ้นสำหรับการเปิดตำแหน่ง buy",
|
|
"Margin For Short Positions": "มาร์จิ้นสำหรับการเปิดตำแหน่ง sell",
|
|
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: "ปิด",
|
|
"Change Thickness": "เปลี่ยนความหนา",
|
|
"Change Color": "เปลี่ยนสี",
|
|
"Change Opacity": "เปลี่ยนความทึบแสง",
|
|
"Change Font": "เปลี่ยนตัวอักษร",
|
|
"Change Font Size": "เปลี่ยนขนาดตัวอักษร",
|
|
"Change Line Style": "เปลี่ยนรูปแบบเส้น",
|
|
"Change Min Tick": "เปลี่ยนหน่วยขั้นต่ำของแต่ละติ๊ก",
|
|
"Change Precision": "เปลี่ยนความแม่นยำ",
|
|
"Above Bar": "เหนือแท่งราคา",
|
|
"Below Bar": "ใต้แท่งราคา",
|
|
"Change Visibility": "เปลี่ยนการมองเห็นข้อมูล",
|
|
"Change Value": "เปลี่ยนค่า",
|
|
"Change Char": "เปลี่ยน Char",
|
|
"Change Location": "เปลี่ยนตำแหน่ง",
|
|
"Width (% of the 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: "ประหลาดใจ",
|
|
Vol: "ปริมาณ",
|
|
"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": "อัพเดท 1 ครั้งต่อวินาที",
|
|
"{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.": "ข้อมูลสำหรับบัญชีแบบฟรีจะอัพเดทครั้งละ 1 วินาที แม้ว่าตลาดจะมีการอัพเดทเปลี่ยนแปลงมากกว่านี้",
|
|
"Data is updated once per second, even if there are more updates on the market.": "ข้อมูลจะอัพเดทไม่เกินครั้งละ 1 วินาที แม้ว่าตลาดจะมีการอัพเดทเปลี่ยนแปลงมากกว่านี้",
|
|
"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}'จริงๆ หรือไม่?",
|
|
crypto: "คริปโต",
|
|
"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}": "ใส่ {title} หลัง {target}",
|
|
"Insert {title} before {target}": "ใส่ {title} ก่อน {target}",
|
|
"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": "เอา studies ออกทั้งหมด",
|
|
"Remove all studies and drawing tools": "เอา studies และเครื่องมือการวาดออกทั้งหมด",
|
|
"{count} bars": "{count} ช่อง",
|
|
"n/a": "ไม่มีข้อมูล",
|
|
"Add Horizontal Line": "เพิ่มเส้นแนวนอน",
|
|
Standardized: "ตามมาตรฐาน",
|
|
"As reported": "ตามที่รายงานมา",
|
|
Split: "แยก",
|
|
Net: "สุทธิ",
|
|
Gross: "ทั้งหมด",
|
|
"Payment Date": "วันจ่ายเงิน",
|
|
Jan: "ม.ค.",
|
|
Feb: "ก.พ.",
|
|
Mar: "มี.ค.",
|
|
Apr: "เม.ย.",
|
|
May_short: "พ.ค.",
|
|
Jun: "มิ.ย.",
|
|
Jul: "ก.ค.",
|
|
Aug: "ส.ค.",
|
|
Sep: "ก.ย.",
|
|
Oct: "ต.ค.",
|
|
Nov: "พ.ย.",
|
|
Dec: "ธ.ค.",
|
|
"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": "คืนขนาดเดิม",
|
|
Supermillennium: "ซุปเปอร์มิลเลนเนี่ยม",
|
|
Millennium: "มิลเลนเนี่ยม",
|
|
Submillennium: "ซับมิลเลนเนี่ยม",
|
|
"Grand Supercycle": "แกรนด์ ซุปเปอร์ไซเคิล",
|
|
Supercycle: "ซุปเปอร์ไซเคิล",
|
|
Cycle: "รอบ",
|
|
Primary: "สำคัญ",
|
|
Intermediate: "ระยะกลาง",
|
|
Minor_wave: "รอง",
|
|
Minute_wave: "นาที",
|
|
Minuette: "มินูเอท",
|
|
Subminuette: "ซับมินูเอท",
|
|
Micro: "ไมโคร",
|
|
Submicro: "ซับไมโคร",
|
|
"Left Shoulder": "ไหล่ซ้าย",
|
|
"Right Shoulder": "ไหล่ขวา",
|
|
Head: "หัว",
|
|
"XABCD Pattern": "แพทเทิร์น XABCD",
|
|
"ABCD Pattern": "แพทเทิร์น เอบีซีดี",
|
|
"Arrow Mark Down": "ลูกศรลง",
|
|
"Arrow Mark Left": "ลูกศรซ้าย",
|
|
"Arrow Mark Right": "ลูกศรขวา",
|
|
"Arrow Mark Up": "ลูกศรขึ้น",
|
|
"Bars Pattern": "รูปแบบแท่ง",
|
|
"Double Curve": "เส้นโค้งแบบคู่",
|
|
Curve: "โค้ง",
|
|
Callout: "กล่องคำพูด",
|
|
"Cyclic Lines": "เส้นวัฏจักร",
|
|
"Cypher Pattern": "รูปแบบ Cypher",
|
|
"Date and Price Range": "ช่วงวันที่และราคา",
|
|
"Disjoint Channel": "แยก channel",
|
|
"Elliott Correction Wave (ABC)": "คลื่นอีเลียตคอเรคชั่นเวฟ (ABC)",
|
|
"Elliott Double Combo Wave (WXY)": "อีเลียต ดับเบิ้ล คอมโบ เวฟ (WXYXZ)",
|
|
"Elliott Impulse Wave (12345)": "คลื่นอีเลียตอิมพัลซิฟเวฟ (12345)",
|
|
"Elliott Triple Combo Wave (WXYXZ)": "อีเลียต ทริปเปิ้ล คอมโบ เวฟ (WXYXZ)",
|
|
"Fib Channel": "ช่องฟิโบ",
|
|
"Fib Spiral": "ฟิโบนัชชี สไปรัล",
|
|
"Fib Wedge": "ฟิโบนัชชี เวดจ์",
|
|
"Flag Mark": "ทำเครื่องหมายธง",
|
|
"Flat Top/Bottom": "เรียบด้านบน/ด้านล่าง",
|
|
"Horizontal Ray": "เส้นแนวนอน",
|
|
"Inside Pitchfork": "พิชฟอร์คภายใน",
|
|
Note: "บันทึกช่วยจำ",
|
|
"Anchored Note": "ข้อความ",
|
|
Signpost: "ตัวบ่งชี้",
|
|
"Arrow Marker": "เครื่องหมายลูกศร",
|
|
"Price Range": "ช่วงราคา",
|
|
Projection: "การคาดคะเน",
|
|
"Regression Trend": "แนวโน้มการถอยกลับ รีเกรสชั่น เทรน",
|
|
"Long Position": "ตำแหน่งการซื้อ",
|
|
"Short Position": "สถานะชอร์ท",
|
|
"Fixed Range Volume Profile": "Volume Profile แบบ Fixed Range",
|
|
"Rotated Rectangle": "การหมุนสี่เหลี่ยมผืนผ้า",
|
|
"Modified Schiff Pitchfork": "แก้ไข ชิฟฟ์พิชฟอร์ค",
|
|
"Sine Line": "เส้นไซน์",
|
|
"Three Drives Pattern": "รูปแบบ Three Drives",
|
|
"Time Cycles": "วงรอบเวลา",
|
|
"Trend Angle": "มุมแนวโน้ม",
|
|
"Trend-Based Fib Time": "เทรนเบส ฟิโบนัชชี่ ไทม์",
|
|
"Info Line": "เส้นข้อมูล",
|
|
"Cross Line": "เส้นตัดกัน",
|
|
Highlighter: "ตัวไฮไลท์",
|
|
"Price Note": "หมายเหตุราคา",
|
|
"Ghost Feed": "ฟีดผี",
|
|
T_interval_short: "T",
|
|
s_interval_short: "s",
|
|
R_interval_short: "R",
|
|
tick_0: "เลือก",
|
|
week_0: "สัปดาห์",
|
|
second_0: "วินาที",
|
|
minute_0: "นาที",
|
|
range_0: "ช่วง",
|
|
"Stack On The Left": "ซ้อนไปทางด้านซ้าย",
|
|
"Stack On The Right": "ซ้อนไปทางด้านขวา",
|
|
Auto: "อัตโนมัติ",
|
|
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: "สี่เหลี่ยม",
|
|
"X Cross": "ตัดกัน",
|
|
"Add line tool(s) {lineTool} to group {group}": "เพิ่มเครื่องมือเส้น {lineTool} ไปยังกรุ๊ป {group}",
|
|
"Apply study template {template}": "ใช้งานเทมเพลต study {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 ถ้าต้องการชาร์ตรายห้านาที) หรือตัวเลขบวกตัวอักษรสำหรับช่วงเวลาอื่นๆ: 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กรุณายกเลิกบางชุดเครื่องมือ",
|
|
Closed: "ปิดแล้ว",
|
|
"Change symbol": "เปลี่ยนสัญลักษณ์",
|
|
"Symbol Name": "ชื่อสัญลักษณ์",
|
|
"Symbol Description": "คำอธิบายของสัญลักษณ์",
|
|
"Current Contract": "สัญญาปัจจุบัน",
|
|
"Point Value": "มูลค่าของจุด",
|
|
"Listed Exchange": "การแลกเปลี่ยนในรายการ",
|
|
"Pip Size": "ขนาดของปิ้บ",
|
|
"Tick Size": "ขนาด Tick",
|
|
"{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": "หนึ่งชั่วโมง",
|
|
"%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.": "การแสดงตัวอย่างไม่สามารถดำเนินการได้ กรุณาปิด Extensions ของบราวเซอร์ท่าน และลองใหม่อีกครั้ง",
|
|
futures: "ฟิวเจอร์ส",
|
|
index: "ดัชนี",
|
|
stock: "หุ้น",
|
|
"Loading...": "กำลังโหลด...",
|
|
Sunday: "อาทิตย์",
|
|
Monday: "วันจันทร์",
|
|
Tuesday: "อังคาร",
|
|
Wednesday: "พุธ",
|
|
Thursday: "พฤหัสบดี",
|
|
Friday: "วันศุกร์",
|
|
Saturday: "เสาร์",
|
|
Sun: "อาทิตย์",
|
|
Mon: "จันทร์",
|
|
Tue: "อังคาร",
|
|
Wed: "พุธ",
|
|
Thu: "พฤหัสบดี",
|
|
Fri: "ศุกร์",
|
|
Sat: "เสาร์",
|
|
Su_day_of_week: "Su",
|
|
Mo_day_of_week: "โม",
|
|
Tu_day_of_week: "Tu",
|
|
We_day_of_week: "วันพุธ",
|
|
Th_day_of_week: "Th",
|
|
Fr_day_of_week: "Fr",
|
|
Sa_day_of_week: "Sa",
|
|
Light_colorThemeName: "สีอ่อน",
|
|
Dark_colorThemeName: "สีเข้ม",
|
|
"Save Theme As": "บันทึก Theme เป็น",
|
|
"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": "เส้นลำดับ",
|
|
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": "เอาวัตถุออก",
|
|
"Add Symbol": "เพิ่มสัญลักษณ์",
|
|
"Confirm Inputs": "ยืนยันการป้อนเข้า",
|
|
"Reset Settings": "รีเซ็ทการตั้งค่าใหม่",
|
|
"Save As Default": "บันทึกเป็นค่าเริ่มต้น",
|
|
Defaults: "ค่าเริ่มต้น",
|
|
"Chart settings": "การตั้งค่าชาร์ต",
|
|
"Apply to all": "ดำเนินการกับทั้งหมด",
|
|
"Apply Defaults": "ตั้งให้เป็นค่าเบื้องต้น",
|
|
Solid: "สีเดียว",
|
|
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": "กรุณาใส่วันที่ถูกตัองในรูปแบบ ปี-เดือน-วัน",
|
|
"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>
|
|
|