1 line
97 KiB
HTML
1 line
97 KiB
HTML
<!DOCTYPE html><html lang="ko" dir="ltr"><head><meta charset="utf-8"><script>window===window.parent&&(location.href="about:blank")</script><script defer="defer" crossorigin="anonymous" src="bundles/runtime.f1210af3518e525e94d7.js"></script><script defer="defer" crossorigin="anonymous" src="bundles/vendors.3197279804dd7477f3fb.js"></script><script defer="defer" crossorigin="anonymous" src="bundles/library.1fbbf36d35f97ccfbd00.js"></script><link type="text/css" href="bundles/8445.e3ed5f183ca7539d37f0.css" rel="stylesheet"></head><body class="chart-page unselectable on-widget"><div class="loading-indicator" id="loading-indicator"></div><script>var JSServer={},__initialEnabledFeaturesets=["charting_library"]</script><script>!function(){window.urlParams=function(){function t(t){return decodeURIComponent(t.replace(e," ")).replace(/<\/?[^>]+(>|$)/g,"")}for(var n,e=/\+/g,r=/([^&=]+)=?([^&]*)/g,i=function(){var t=location.href,n=t.indexOf("#");if(0<=n)return t.substring(n+1);throw"Unexpected use of this page"}(),o={};n=r.exec(i);)o[t(n[1])]=t(n[2]);var s,a=window.parent[o.uid],l=["datafeed","customFormatters","brokerFactory","save_load_adapter","customTranslateFunction","contextMenu"];for(s in a)-1===l.indexOf(s)&&(o[s]=JSON.stringify(a[s]));return o}(),window.locale=urlParams.locale,window.language=urlParams.locale,window.customTranslateFunction=window.parent[urlParams.uid].customTranslateFunction,window.addCustomCSSFile=function(t){var n=document.createElement("link");n.setAttribute("type","text/css"),n.setAttribute("rel","stylesheet"),n.setAttribute("href",t),document.body.appendChild(n)},urlParams.customCSS&&window.addCustomCSSFile(urlParams.customCSS);var t={};if("string"==typeof urlParams.loading_screen)try{t=JSON.parse(urlParams.loading_screen)}catch(t){}var n=document.getElementById("loading-indicator"),t=(t.backgroundColor&&(n.style="background-color: "+t.backgroundColor),!function(){"use strict";n="\n\n/* Thanks to google guys for the original <paper-spinner> =)\n * https://github.com/PolymerElements/paper-spinner */\n\n:global(.tv-spinner) {\n\tdisplay: none;\n\tposition: absolute;\n\twidth: 1em;\n\theight: 1em;\n\ttop: calc(50% - 0.5em);\n\tleft: calc(50% - 0.5em);\n\tmargin: 0 auto;\n\tcolor: var(--tv-spinner-color, #2962FF);\n\tanimation: tv-spinner__container-rotate 0.9s linear infinite;\n\twill-change: transform;\n\n\t/* The spinner does not have any contents that would have to be\n\t * flipped if the direction changes. Always use ltr so that the\n\t * style works out correctly in both cases. */\n\tdirection: ltr;\n}\n\n:global(.tv-spinner)--size_xsmall {\n\t\t\tfont-size: 14px;\n\t\t}\n\n:global(.tv-spinner)--size_small {\n\t\t\tfont-size: 20px;\n\t\t}\n\n:global(.tv-spinner)--size_medium {\n\t\t\tfont-size: 28px;\n\t\t}\n\n:global(.tv-spinner)--size_large {\n\t\t\tfont-size: 56px;\n\t\t}\n\n:global(.tv-spinner)--size_mini :global(.tv-spinner)__width_element:after {\n\t\tborder-width: 2px;\n\t}\n\n:global(.tv-spinner)--size_medium :global(.tv-spinner)__width_element:after {\n\t\tborder-width: 3px;\n\t}\n\n:global(.tv-spinner)--size_large :global(.tv-spinner)__width_element:after {\n\t\tborder-width: 4px;\n\t}\n\n:global(.tv-spinner)--shown {\n\t\tdisplay: block;\n\t}\n\n:global(.tv-spinner)__spinner-layer {\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\twhite-space: nowrap;\n\t\tcolor: currentColor;\n\t\ttransform: rotate(90deg);\n\t}\n\n/**\n\t\t * Patch the gap that appear between the two adjacent div.circle-clipper while the\n\t\t * spinner is rotating (appears on Chrome 50, Safari 9.1.1, and Edge).\n\t\t */\n\n:global(.tv-spinner)__spinner-layer::after {\n\t\t\tcontent: '';\n\t\t\tposition: absolute;\n\t\t\tbox-sizing: border-box;\n\t\t\ttop: 0;\n\t\t\tborder-width: 0.07em;\n\t\t\tborder-radius: 50%;\n\t\t\tleft: 45%;\n\t\t\twidth: 10%;\n\t\t\tborder-top-style: solid;\n\t\t}\n\n:global(.tv-spinner)__background {\n\t\tdisplay: inline-block;\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\toverflow: hidden;\n\t}\n\n:global(.tv-spinner)__background::after {\n\t\t\tcontent: '';\n\t\t\tposition: absolute;\n\t\t\tbox-sizing: border-box;\n\t\t\ttop: 0;\n\t\t\tleft: 0;\n\t\t\tborder-radius: 50%;\n\t\t\tbottom: 0;\n\t\t\twidth: 100%;\n\t\t\tborder-color: rgba(135, 151, 165, 0.2);\n\t\t\tborder-style: solid;\n\t\t}\n\n:global(.tv-spinner)__circle-clipper {\n\t\tdisplay: inline-block;\n\t\tposition: relative;\n\t\twidth: 50%;\n\t\theight: 100%;\n\t\toverflow: hidden;\n\t}\n\n:global(.tv-spinner)__circle-clipper::after {\n\t\t\tcontent: '';\n\t\t\tposition: absolute;\n\t\t\tbox-sizing: border-box;\n\t\t\ttop: 0;\n\t\t\tborder-radius: 50%;\n\t\t\tbottom: 0;\n\t\t\twidth: 200%;\n\t\t\tborder-style: solid;\n\t\t\tborder-bottom-color: transparent;\n\t\t\tanimation-duration: 1.4s;\n\t\t\tanimation-timing-function: cubic-bezier(.36, 0, .37, .99);\n\t\t\tanimation-iteration-count: 1;\n\t\t\twill-change: transform;\n\t\t}\n\n:global(.tv-spinner)__circle-clipper--left::after {\n\t\t\tleft: 0;\n\t\t\tborder-right-color: transparent;\n\t\t\ttransform: rotate(0deg);\n\t\t\tanimation-name: tv-spinner__left-spin;\n\t\t}\n\n:global(.tv-spinner)__circle-clipper--right::after {\n\t\t\tleft: -100%;\n\t\t\tborder-left-color: transparent;\n\t\t\t/* -124 is to make angle of 146 degrees */\n\t\t\ttransform: rotate(-124deg);\n\t\t\tanimation-name: tv-spinner__right-spin;\n\t\t}\n\n@keyframes tv-spinner__container-rotate {\n\t100% {\n\t\ttransform: rotate(360deg);\n\t}\n}\n\n@keyframes tv-spinner__left-spin {\n\t0% { transform: rotate(130deg) }\n\tto { transform: rotate(0deg) }\n}\n\n@keyframes tv-spinner__right-spin {\n\t0% { transform: rotate(-130deg) }\n\tto { transform: rotate(-124deg) }\n}\n",o=(o=void 0===o?{}:o).insertAt,"undefined"!=typeof document&&(t=document.head||document.getElementsByTagName("head")[0],(i=document.createElement("style")).type="text/css","top"===o&&t.firstChild?t.insertBefore(i,t.firstChild):t.appendChild(i),i.styleSheet?i.styleSheet.cssText=n:i.appendChild(document.createTextNode(n)));var t,n,e,r,i,o=new WeakMap,s=((t=e=e||{})[t.Element=1]="Element",t[t.Document=9]="Document",{mini:"xsmall",xsmall:"xsmall",small:"small",medium:"medium",large:"large"}),a=(i=document.documentElement,(r=o?o.get(i):r)||((r=i.ownerDocument.createRange()).selectNodeContents(i),o&&o.set(i,r)),null!==(e=(n=r.createContextualFragment('\n\t\t<div class="tv-spinner" role="progressbar">\n\t\t\t<div class="tv-spinner__spinner-layer">\n\t\t\t\t<div class="tv-spinner__background tv-spinner__width_element"></div>\n\t\t\t\t<div class="tv-spinner__circle-clipper tv-spinner__width_element tv-spinner__circle-clipper--left"></div>\x3c!--\n\t\t\t\t--\x3e<div class="tv-spinner__circle-clipper tv-spinner__width_element tv-spinner__circle-clipper--right"></div>\n\t\t\t</div>\n\t\t</div>\n\t')).firstElementChild)&&n.removeChild(e),e);function l(t){this._shown=!1,this._el=a.cloneNode(!0),this.setSize(s[t||"large"])}l.prototype.spin=function(t){return this._el.classList.add("tv-spinner--shown"),void 0===this._container&&(void 0!==(this._container=t)&&t.appendChild(this._el)),this._shown=!0,this},l.prototype.stop=function(t){return t&&void 0!==this._container&&this._container.removeChild(this._el),this._el.classList.remove("tv-spinner--shown"),this._shown=!1,this},l.prototype.setStyle=function(e){var r=this;return Object.keys(e).forEach(function(t){var n=e[t];void 0!==n&&r._el.style.setProperty(t,n)}),this},l.prototype.style=function(){return this._el.style},l.prototype.setSize=function(t){t=void 0!==t?"tv-spinner--size_".concat(t):"";return this._el.className="tv-spinner ".concat(t," ").concat(this._shown?"tv-spinner--shown":""),this},l.prototype.getEl=function(){return this._el},l.prototype.destroy=function(){this.stop(),delete this._el,delete this._container},window.Spinner=l}(),t.foregroundColor||"auto"),t=new Spinner("large").setStyle({color:t,zIndex:String(2e9)});t.getEl().classList.add("spinner"),t.spin(n)}()</script><script>var _tv_languages=_tv_languages||{};_tv_languages.ko={Cancel:"취소",Price:"가격",Currency:"통화",Open:"열기",Volume:"거래량",Comment:"코멘트","Editors' picks":"에디터즈 픽","powered by":"기능 제공",Chart:"차트",Search:"찾기","Learn more":"자세히 보기",Date:"날짜",Source:"소스",Description:"설명",Settings:"설정",Background:"배경",Border:"경계",Apply:"적용",Symbol:"종목",Timezone:"타임존",Bars:"봉",Candles:"캔들","Heikin Ashi":"하이킨 아시",Line:"라인",Area:"영역",Currencies:"통화",Exchange:"거래소",Grid:"격자선",Trading:"트레이딩",Indicators:"지표",More:"더보기",Prices:"가격","Head and Shoulders":"헤드 앤 숄더",Flag:"플래그",Rectangle:"네모","Parallel Channel":"패러렐 채널",Triangle:"세모","Gann Box":"간 박스","Gann Fan":"간 팬","Gann Square":"간 스퀘어",Inputs:"인풋",Error:"에러",Remove:"없애기",January:"1월",February:"2월",March:"3월",April:"4월",May:"5월",June:"6월",July:"7월",August:"8월",September:"9월",October:"10월",November:"11월",December:"12월","Indicators & Strategies":"인디케이터 & 스트래티지",Contracts:"계약",Change:"변화","Hong Kong":"홍콩",forex:"외환",Type:"타입","Invalid Symbol":"잘못된 종목",Bahrain:"바레인",Luxembourg:"룩셈부르크","New Zealand":"뉴질랜드",Qatar:"카타르",Singapore:"싱가폴",Ok:"확인",Properties:"속성",Absolute:"절대값","N/A":"없음",d_dates:"날",h_dates:"시간",m_dates:"분",s_dates:"초","At close":"봉완성 때",Holiday:"할리데이","Click to set a point":"그릴지점 클릭","Move the point to position the anchor then tap to place":"포인트를 옮기고 탭을 하여 앵커 자리를 잡으십시오","Double-click to finish Path":"마우스 따닥하여 패쓰를 끝내도록 하십시오","Double-click to finish Polyline":"마우스 따닥하여 폴리라인을 끝내도록 하십시오","Press and hold {key} while zooming to maintain the chart position":"줌하는 동안 {key} 를 눌러 차트 포지션을 유지하십시오","Link to the chart image copied to clipboard {emoji}":"차트 이미지 링크가 클립보드에 복사됨 {emoji}","Chart image copied to clipboard {emoji}":"차트 이미지가 클립보드에 복사됨 {emoji}",Baseline:"베이스라인",Units:"유닛",Reverse:"리버스",Yes:"예",No:"아니오",O_in_legend:"시",H_in_legend:"고",L_in_legend:"저",C_in_legend:"종",Compare:"비교","Recently used":"최근 씀",Save:"저장",Hide:"감추기",Show:"보기",month_0:"달",High:"고가",Low:"저가",Ticker:"티커",Vol:"볼륨","No symbols match your criteria":"조건에 맞는 심볼이 없음",Close:"종",Time:"시간","{number} minute_0":"{number} 분",m_interval_short:"분","{number} hour_0":"{number} 시간",h_interval_short:"시간","{number} day_0":"{number} 날",D_interval_short:"날",W_interval_short:"주",M_interval_short:"달",Rename:"이름 바꾸기","Remove from favorites":"즐겨찾기지움","Add to favorites":"즐겨찾기에 넣기","Time Interval":"시간간격",Copy:"카피",Drawings:"그리기","Price format is invalid.":"가격 포맷이 틀립니다.",Ticks:"틱스","Real-time data for {symbolName} is provided by {exchange} exchange.":"{symbolName} 리얼타임 데이터는 {exchange} 에서 제공합니다.","This data is real-time, but it’s slightly different to its official counterpart coming from {exchange}.":"이 데이터는 실시간이지만, {exchange}의 공식 데이터와는 약간 다릅니다.",Increase:"늘어남",Decrease:"줄이기","Number format is invalid.":"넘버 포맷이 잘못 되었습니다.","Specified value is more than the instrument maximum of {max}.":"지정값이 인스트루먼트 맥시멈인 {max} 보다 큽니다.","Specified value is less than the instrument minimum of {min}.":"지정값이 인스트루먼트 미니멈인 {min} 보다 작습니다.",Risk:"리스크",Body:"바디",Wick:"윅",Right:"오른쪽",Left:"왼쪽",Interval:"구간","change timezone":"타임존 바꾸기",UTC:"표준시",Cairo:"카이로",Johannesburg:"요하네스버그",Lagos:"라고스","Buenos Aires":"부에노스아이레스",Bogota:"보고타",Caracas:"카라카스",Chicago:"시카고","San Salvador":"산살바도르",Juneau:"쥬노",Lima:"리마","Los Angeles":"로스엔젤레스","Mexico City":"멕시코 시티","New York":"뉴욕",Phoenix:"피닉스",Santiago:"산티아고","Sao Paulo":"상파울루",Toronto:"토론토",Vancouver:"밴쿠버",Denver:"덴버",Almaty:"알마티",Ashgabat:"아슈하바트",Bangkok:"방콕",Chongqing:"충칭",Dubai:"두바이","Ho Chi Minh":"호치민",Jakarta:"자카르타",Jerusalem:"예루살렘",Karachi:"카라치",Kolkata:"콜카타",Kuwait:"쿠웨이트",Manila:"마닐라",Muscat:"무스카트",Riyadh:"리야드",Seoul:"서울",Shanghai:"상하이",Taipei:"대만",Tehran:"테헤란",Tokyo:"도쿄",Reykjavik:"레이캬비크",Adelaide:"애들레이드",Brisbane:"브리즈번",Perth:"퍼스",Sydney:"시드니",Amsterdam:"암스테르담",Athens:"아테네",Belgrade:"베오그라드",Berlin:"베를린",Bratislava:"브라티슬라바",Brussels:"브뤼셀",Bucharest:"부쿠레슈티",Copenhagen:"코펜하겐",Dublin:"더블린",Helsinki:"헬싱키",Istanbul:"이스탄불",Lisbon:"리스본",London:"런던",Madrid:"마드리드",Malta:"몰타",Moscow:"모스크바",Oslo:"오슬로",Paris:"파리",Riga:"리가",Rome:"로마",Stockholm:"스톡홀름",Tallinn:"탈린",Vilnius:"빌뉴스",Warsaw:"바르샤바",Zurich:"취리히","Chatham Islands":"채텀 제도",Tokelau:"토켈라우",Honolulu:"호노룰루","Norfolk Island":"노포크 아일랜드",Coordinates:"좌표","Events & Alerts":"이벤트 & 얼러트",Events:"이벤트",Scales:"눈금","Source Code":"소스코드",Style:"모습","Timezone/Sessions":"타임존/세션",Visibility:"보임","Box size assignment method":"박스 사이즈 어사인먼트 메쏘드","Color bars based on previous close":"이전 종가에 따라 봉색 결정",Borders:"경계선","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":"ATR 렝쓰","Reversal amount":"리버설 어마운트","Phantom bars":"팬텀 (Phantom) 바","One step back building":"원 스텝 백 빌딩",Wicks:"윅",Range:"레인지","You cannot see this pivot timeframe on this resolution":"이 레졸루션에서는 피봇 타임프레임을 볼 수 없습니다","The data vendor doesn't provide volume data for this symbol.":"데이터 벤더는 이 심볼에 대한 볼륨 데이터를 주지 않습니다.","Accumulation/Distribution_study":"누적/분포 (Accumulation/Distribution)","Accumulative Swing Index_study":"어큐뮬러티브 스윙 인덱스","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 Momentum Oscillator_study":"샹드 모멘텀 오실레이터","Chop Zone_study":"찹 존 (Chop Zone)","Choppiness Index_study":"차피니스 인덱스 (Choppiness Index)","Commodity Channel Index_study":"커모디티 채널 인덱스 (Commodity Channel Index)","Connors RSI_study":"코너즈 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":"더블 EMA (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":"구피 멀티플 무빙 애버리지","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 크로스 (MA Cross)","MA with EMA Cross_study":"이동평균선과 지수이동평균선의 교차","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 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":"파라볼릭 SAR (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 HD_study":"세션 볼륨 HD","SMI Ergodic Indicator/Oscillator_study":"SMI 에르고딕 인디케이터/오실레이터 (SMI Ergodic Indicator/Oscillator)","Smoothed Moving Average_study":"스무디드 무빙 애버리지 (Smoothed Moving Average)","Stochastic RSI_study":"스토캐스틱 RSI (Stochastic RSI)",Stochastic_study:"스토캐스틱 (Stochastic)","Triple EMA_study":"트리플 EMA (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:"거래량 가중이동평균","Williams %R_study":"윌리엄스 %R (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":"볼래틸리티 클로즈-투-클로즈","Volatility Zero Trend Close-to-Close_study":"볼래틸리티 제로 트렌드 클로즈-투-클로즈","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":"어큐뮬레이션/디스트리뷰션",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","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":"업다운 렝쓰","ROC Length_input":"ROC 렝쓰",MF_input:"자금 흐름",resolution_input:"레졸루션","Fast Length_input":"패스트 렝쓰","Slow Length_input":"슬로우 렝쓰","Chaikin Oscillator_input":"체이킨 오실레이터",P_input:"P",X_input:"X",Q_input:"Q",p_input:"p",x_input:"x",q_input:"q",Price_input:"프라이스","Chande MO_input":"샹드 모멘텀 오실레이터","Zero Line_input":"제로 라인","Color 2_input":"칼라 2","Color 3_input":"칼라 3","Color 4_input":"칼라 4","Color 5_input":"칼라 5","Color 6_input":"칼라 6","Color 7_input":"칼라 7","Color 8_input":"칼라 8",CHOP_input:"CHOP","Upper Band_input":"어퍼 밴드","Lower Band_input":"로우어 밴드",CCI_input:"CCI","Smoothing Line_input":"스무딩 라인","Smoothing Length_input":"스무딩 렝쓰","WMA Length_input":"가중 이동 평균 기간","Long RoC Length_input":"Long RoC 길이","Short RoC Length_input":"숏 RoC 렝쓰",sym_input:"심볼",Symbol_input:"심볼",Correlation_input:"코릴레이션",Period_input:"피어리어드",Centered_input:"센터드","Detrended Price Oscillator_input":"디트렌디드 프라이스 오실레이터",isCentered_input:"중심에 위치",DPO_input:"디트렌디드 프라이스 오실레이터","ADX smoothing_input":"ADX 스무딩","+DI_input":"+DI","-DI_input":"-DI",DEMA_input:"이중지수이동평균",Divisor_input:"디바이저",EOM_input:"이즈 오브 무브먼트","Elder's Force Index_input":"엘더즈 포스 인덱스",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 5 렝쓰","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:"역사적 변동성","Hull MA_input":"Hull 이평","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:"시그널기간",KST_input:"노우 슈어 씽",Sig_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:"시그널기간","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(signal line)_input":"단순 이평(시그널 라인)",Histogram_input:"히스토그램",MACD_input:"MACD",fastLength_input:"패스트렝쓰",slowLength_input:"슬로우렝쓰",signalLength_input:"시그널기간",NV_input:"넷 밸류",OnBalanceVolume_input:"온밸런스볼륨",Start_input:"시작",Increment_input:"인크레먼트","Max value_input":"최대값",ParabolicSAR_input:"파라볼릭SAR",start_input:"스타트",increment_input:"인크레먼트",maximum_input:"맥시멈","Short length_input":"숏 렝쓰","Long length_input":"Long 길이",OSC_input:"오실레이터",shortlen_input:"짧은 기간",longlen_input:"롱 기간",PVT_input:"가격 거래량 추세",ROC_input:"변화율",RSI_input:"RSI",RVGI_input:"상대 비고르 지수",RVI_input:"상대 비고르 지수","Long period_input":"Long 피어리어드","Short period_input":"숏 피어리어드","Signal line period_input":"시그널 라인 피어리어드",SMI_input:"스토캐스틱 모멘텀 지수","SMI Ergodic Oscillator_input":"SMI 에르고딕 오실레이터",Indicator_input:"인디케이터",Oscillator_input:"오실레이터",K_input:"K",D_input:"날",smoothK_input:"스무스K",smoothD_input:"스무스D","%K_input":"%K","%D_input":"%D","Stochastic Length_input":"스토캐스틱 렝쓰","RSI Source_input":"RSI 소스",lengthRSI_input:"상대 강도 지수 기간",lengthStoch_input:"Stoch기간",TRIX_input:"트릭스",TEMA_input:"삼중지수이동평균","Long Length_input":"Long 길이","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:"거래량 가중이동평균",len_input:"기간","VI +_input":"보텍스 인디케이터 +","VI -_input":"보텍스 인디케이터 -","%R_input":"%R","Jaw Length_input":"Jaw 길이","Teeth Length_input":"Teeth 렝쓰","Lips Length_input":"Lips 길이",Jaw_input:"Jaw",Teeth_input:"Teeth",Lips_input:"Lips","Jaw Offset_input":"조 오프셋","Teeth Offset_input":"티쓰 오프셋","Lips Offset_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 Volume",Placement_input:"플레이스먼트",POC_input:"POC","Developing Poc_input":"디벨로핑 (Developing) 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":"Number Of Rows","Ticks Per Row_input":"Ticks Per Row","Up/Down_input":"Up/Down",Total_input:"Total","Deviation (%)_input":"편차 (%)",Depth_input:"깊이","Extend to last bar_input":"마지막 바까지 확장",Simple_input:"심플",Weighted_input:"웨이티드","Wilder's Smoothing_input":"윌더즈 스무딩","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":"레이트 오브 체인지 룩백","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:"세션",Week_input:"주",Month_input:"달",Year_input:"해",Decade_input:"열해",Century_input:"백해","Custom range":"커스텀 레인지","Go to":"가기",Commission:"커미션","Symbol Info":"종목정보","Save all charts for all symbols and intervals on your layout":"귀하의 레이아웃에 있는 모든 심볼 차트 및 인터벌 저장",Dot_hotkey:"점","Load Chart Layout":"차트 레이아웃 불러오기",minutes_interval:"분",hours_interval:"시",days_interval:"날",weeks_interval:"주",months_interval:"달","Add custom time interval":"커스텀 타임 인터벌 넣기",Add:"넣기","Save chart image":"이미지저장","Copy chart image":"차트 이미지 복사","Copy link to the chart image":"차트 이미지 링크 복사","Open image in new tab":"새 탭에서 이미지 열기","Tweet chart image":"트윗 차트 이미지","adjust data for dividends":"배당금을 위한 데이터 조정","adjust for contract changes":"컨트랙트 변경 조절","toggle auto scale":"자동눈금토글","toggle log scale":"로그눈금토글","toggle percentage scale":"퍼센트 눈금 토글","Take a snapshot":"스냅샷 찍기","use settlement as close on daily interval":"데일리 클로즈를 청산가로 쓰기",ext:"확장","Extended Hours is available only for intraday charts":"확장시간은 인트라데이 차트에서만 가능합니다","Toggle Percentage":"백분율토글",log_scale:"로그","Toggle Log Scale":"로그눈금토글",auto_scale:"자동","Toggle Auto Scale":"자동눈금토글","Toggle Maximize Chart":"차트최대화토글",adj_adjustments:"조정","Adjust data for dividends":"배당에 따른 데이터 조정","Main symbol data is adjusted for dividends only":"메인 심볼 데이터는 디비든드에 대해서만 조정됩니다","Main symbol data is adjusted for splits only":"메인 심볼 데이터는 스플릿에 대해서만 조정됩니다","b-adj_adjustments":"b-adj","Adjust for contract changes":"컨트랙트 변경 조절",set_adjustments:"셋","Use settlement as close on daily interval":"데일리 클로즈를 청산가로 쓰기","Date Range":"기간","change session":"세션 바꾸기",Session:"세션","Weak Magnet":"위크 마그넷","Strong Magnet":"스트롱 마그넷",Cursors:"커서","Trend Line Tools":"트렌드 라인 툴","Gann and Fibonacci Tools":"간 및 피보나치 툴","Geometric Shapes":"지오메트릭 셰이프","Annotation Tools":"어노테이션 툴",Patterns:"패턴","Prediction and Measurement Tools":"예측 및 측정 툴","Hide Drawings Toolbar":"드로잉 툴바 숨기기","Show Drawings Toolbar":"드로잉 툴바 보기","Show Favorite Drawing Tools Toolbar":"많이 쓰는 드로잉 툴바 보기",Icon:"아이콘",Icons:"아이콘","Remove Drawings & Indicators":"드로잉 & 인디케이터 없애기","Remove Drawings":"드로잉 없애기","Remove Indicators":"인디케이터 없애기","Hollow candles":"할로우캔들","High-low":"하이-로우","Bar's style":"봉스타일","Compare or Add Symbol":"종목 비교/추가",Favorites:"즐겨찾기 (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:"틱",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:"레인지","Sync in layout":"모든 차트에 싱크",Crosshair:"크로스헤어","New drawings are replicated to all charts in the layout and shown when the same ticker is selected":"새 차트를 고를 때 새 드로잉들은 레이아웃에 있는 모든 차트에 복제됩니다.","Open chart in popup":"팝업창으로 차트열기","Chart Properties":"차트속성","Make a Copy":"복사본 만들기","New Chart Layout":"새 차트 레이아웃","Rename Chart Layout":"차트 레이아웃 이름 바꾸기","Manage Chart Layouts":"차트 레이아웃 관리","Symbol Search":"심볼 찾기","Simply start typing while on the chart to pull up this search box":"차트 위에서 이 서치 박스를 띄우는 동안에 타이핑을 시작할 수 있습니다","Save Indicator template":"로 인디케이터 템플릿 세이브","Save Indicator Template":"인디케이터 템플릿 세이브","Selecting this option will set the {symbol} symbol on the chart when this template is applied":"이 옵션을 고르면 이 템플릿이 적용될 때 차트에 {symbol} 을 세팅하게 됩니다.","Selecting this option will set the {interval} interval on the chart when this template is applied":"이 옵션을 고르면 이 템플릿이 적용될 때 차트에 {interval} 을 세팅하게 됩니다.","Study Template '{templateName}' already exists. Do you really want to replace it?":"같은 이름의 스터디 템플릿 '{templateName}' 가 이미 있습니다. 정말로 바꾸시겠습니까?","My templates":"내 템플릿","Default templates":"디폴트 템플릿",Templates:"템플릿","Indicator Templates":"인디케이터 템플릿","Undo {hint}":"{hint} 되돌리기","Redo {hint}":"{hint} 다시하기","View Only Mode":"뷰 온리 모드","show alert label lines":"얼러트 라벨 선 보기","hide alert label lines":"얼러트 라벨 라인 숨기기","change visibility":"보임 바꾸기","pin to scale {label}":"{label} 스케일로 고정하기","pin to right scale":"오른 스케일로 고정하기","pin to left scale":"왼쪽 스케일로 고정하기","change earnings visibility":"어닝즈 비저빌리티 바꾸기","change dividends visibility":"디비든드 비저빌리티 바꾸기","change splits visibility":"스플릿 비저빌리티 바꾸기","show all ideas":"모든 아이디어 보기","show ideas of followed users":"팔로우 하는 유저의 아이디어 보기","show my ideas only":"내 아이디어만 보기","change events visibility on chart":"차트에서 이벤트 비저빌리티 바꾸기","add this symbol to entire layout":"이 심볼을 전체 레이아웃에 넣기","add this indicator to entire layout":"이 인디케이터를 전체 레이아웃에 넣기","add this strategy to entire layout":"이 스트래티지를 전체 레이아웃에 넣기","add this financial metric to entire layout":"이 파이낸셜 메트릭을 전체 레이아웃에 넣기","apply drawing template":"드로잉 템플릿 적용","lock objects":"오브젝트 잠그기","unlock objects":"오브젝트 잠금 해제","Add alert":"얼러트 넣기","Add alert on {series}":"{series} 에 얼러트 넣기","Add alert on {drawing}":"{drawing} 에 얼러트 넣기","Edit {title} alert":"{title} 얼러트 편집","Extend alert lines":"얼러트 라인 확장",Trade:"트레이드","Create limit order":"리밋 오더 만들기",MTPredictor:"엠티프리딕터","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 적용","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 Wave 적용","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 (현재 왼쪽)","Pin to scale (now right)":"스케일 고정 (현재 오른쪽)","No scale (fullscreen)":"스케일 없음 (풀스크린)","Move to":"옮기기","Existing pane above":"위쪽 기존 페인","New pane above":"위쪽 새 페인","Existing pane below":"아래쪽 기존 페인","New pane below":"아래쪽 새 페인","Bring to front":"맨앞으로","Send to back":"맨뒤로","Bring forward":"한단계앞으로","Send backward":"한단계뒤로","Visual order":"보는차례",Lines:"라인","Add indicator/strategy on {studyTitle}":"{studyTitle} 에 인디케이터/스트래티지 넣기","Add financial metric for {instrumentName}":"{instrumentName} 의 파이낸셜 메트릭 넣기","Apply default":"디폴트 적용","Save as":"로 저장",Clone:"클론",Template:"템플릿","Go to {lineToolName}":"{lineToolName}로 가기",Unlock:"잠금풀기",Lock:"잠금","Show earnings":"어닝 보기","Show dividends":"배당보기","Show splits":"스플릿 보기","Show all ideas":"모든 아이디어 보기","Show ideas of followed users":"팔로우하는 유저 아이디어 보기","Show my ideas only":"내 아이디어만 보기","Hide events on chart":"차트에서 이벤트 숨기기","Add this symbol to entire layout":"이 심볼을 전체 레이아웃에 넣기","Add this indicator to entire layout":"이 인디케이터를 전체 레이아웃에 넣기","Add this strategy to entire layout":"이 스트래티지를 전체 레이아웃에 넣기","Add this financial metric to entire layout":"이 파이낸셜 메트릭을 전체 레이아웃에 넣기","No sync":"노 싱크","Symbol info":"종목정보","By TradingView":"제공자 TradingView","{symbol} financials by TradingView":"{symbol} 파이낸셜 제공 TradingView","More features on tradingview.com":"Tradingview.com 에 있는 더욱 더 많은 기능들","move left":"왼쪽으로 옮기기","move right":"오른쪽으로 옮기기","change price to bar ratio":"프라이스를 바 레이쇼로 바꾸기","toggle lock scale":"잠금 스케일 토글","change series style":"시리즈 스타일 바꾸기","Invalid symbol":"잘못된 심볼","No data here":"데이터 없음","apply indicators to entire layout":"전체 레이아웃에 인디케이터 걸기","Please give us a clipboard writing permission in your browser or press {keystroke}":"님의 브라우저에서 클립보드에 쓸 수 있는 퍼미션을 주거나 아니면 {keystroke} 을 누르십시오","Couldn't copy":"카피할 수 없음","Couldn't cut":"컷할 수 없음","Couldn't paste":"페이스트할 수 없음","{userName} published on {customer}, {date}":"{userName} 이 {customer}, {date} 에 퍼블리쉬했음","Published on {customer}, {date}":"{customer}, {date} 에 퍼블리쉬했음","change symbol last value visibility":"심볼 라스트 밸류 비저빌리티 바꾸기","change symbol previous close value visibility":"심볼 이전 밸류 비저빌리티 바꾸기","change previous close price line visibility":"이전 클로즈 프라이스 라인 비저빌티티 바꾸기","change symbol labels visibility":"심볼 라벨 비저빌리티 바꾸기","change indicators and financials name labels visibility":"인디케이터 및 파이낸셜 네임 라벨 비저빌리티 바꾸기","change indicators name labels visibility":"인디케이터 네임 라벨 비저빌리티 바꾸기","change indicators and financials value labels visibility":"인디케이터 및 파이낸셜 밸류 라벨 비저빌리티 바꾸기","change indicators value labels visibility":"인디케이터 밸류 라벨 비저빌리티 바꾸기","change bid and ask labels visibility":"비드/애스크 라벨 비저빌리티 바꾸기","change bid and ask lines visibility":"비드/애스크 라인 비저빌리티 바꾸기","change pre/post market price label visibility":"프리/포스트 마켓 프라이스 라벨 비저빌리티 바꾸기","change high and low price lines visibility":"하이, 로우 프라이스 라인 가시성","change high and low price labels visibility":"하이, 로우 프라이스 라벨 가시성","change countdown to bar close visibility":"카운트다운 투 바 클로즈 비저빌리티 바꾸기","change currency label visibility":"커런시 라벨 비저빌리티 바꾸기","change unit label visibility":"유닛 라벨 비저빌리티 바꾸기","change plus button visibility":"플러스 버튼 비저빌리티 바꾸기","change price line visibility":"프라이스 라인 바꾸기","hide {title}":"{title} 숨기기","unlock {title}":"{title} 잠금 해제","lock {title}":"{title} 잠그기",Eraser:"지우개","Trend Line":"추세줄","Horizontal Line":"가로줄","Vertical Line":"세로줄",Arrow:"화살표",Ray:"빛",Pitchfork:"피치포크","Schiff Pitchfork":"쉬프 피치포크",Pitchfan:"피치팬","Fib Retracement":"피보나치 되돌림","Trend-Based Fib Extension":"추세기반 피보나치 확장","Fib Speed Resistance Fan":"피보나치 스피드 리지스턴스 팬","Fib Time Zone":"피보나치 타임존","Fib Circles":"피보나치 서클","Fib Speed Resistance Arcs":"피보나치 스피드 리지스턴스 아크",Ellipse:"타원",Polyline:"다선형",Path:"경로",Arc:"원호",Text_tool:"텍스트","Anchored Text":"고정위치문자",Balloon:"풍선","Price Label":"가격라벨",Brush:"붓",Forecast:"예측","Auto (fits data to screen)":"오토 (스크린에 데이터 맞춤)","Lock price to bar ratio":"바 레이쇼에 프라이스 잠금","Change interval":"인터벌바꾸기","Symbol last price label":"심볼 현재가 라벨","Previous day close price line":"전날 클로즈 프라이스 라인","Symbol name label":"심볼네임 라벨","Indicators and financials value labels":"인디케이터 및 파이낸셜 밸류 라벨","Indicators value labels":"인디케이터 밸류 라벨","Indicators and financials name labels":"인디케이터 및 파이낸셜 네임 라벨","Indicators name labels":"인디케이터 네임 라벨","Bid and ask labels":"비드/애스크 라벨","Bid and ask lines":"비드/애스크 라인","Pre/post market price label":"프리/포스트 마켓 프라이스 라벨","Pre/post market price line":"프리/포스트 마켓 프라이스 라인","High and low price lines":"하이, 로우 프라이스 라인","Countdown to bar close":"봉완성 카운트다운",Unit:"유닛","Plus button":"플러스 버튼","Source code":"소스코드","Price line":"프라이스 라인","Session breaks":"세션구분","change symbol":"종목바꾸기","apply chart theme":"차트 테마 적용",Warning:"경고","Zoom Out":"작게보기","Zoom In":"크게보기","Maximize chart":"차트 최대화","Restore chart":"차트 원래대로","Scroll to the Left":"왼쪽으로 스크롤","Scroll to the Right":"오른쪽으로 스크롤","Reset Chart":"차트리셋","Scroll to the Most Recent Bar":"가장 최근 바로 스크롤",Mixed:"믹스트","show {title}":"{title} 보이기","Hide Favorite Drawing Tools Toolbar":"많이 쓰는 드로잉 툴바 숨기기","Market open":"마켓 오픈","Pre-market":"프리 마켓","Post-market":"포스트 마켓","Market closed":"마켓 클로즈드","Exchange timezone":"거래소 시간대","change symbol description visibility":"심볼 설명 비저빌리티 바꾸기","change open market status visibility":"오픈 마켓 스테이터스 비저빌리티 바꾸기","change OHLC values visibility":"OHLC 밸류 비저빌리티 바꾸기","change bar change visibility":"바 체인지 비저빌리티 바꾸기","change indicator titles visibility":"인디케이터 타이틀 비저빌리티 바꾸기","change indicator arguments visibility":"인디케이터 아규먼트 비저빌리티 바꾸기","change indicator values visibility":"인디케이터 밸류 비저빌리티 바꾸기","change volume values visibility":"볼륨 비저빌리티 바꾸기","Open market status":"오픈 마켓 스테이터스","OHLC values":"시고저종 값","Bar change values":"바 체인지 밸류","Indicator titles":"지표이름","Indicator arguments":"지표인자","Indicator values":"지표값","Hide Indicator Legend":"인디케이터 레전드 숨기기","Show Indicator Legend":"인디케이터 레전드 보이기","Show Object Tree":"오브젝트 트리 보기","Could not get Pine source code.":"Pine 소스 코드는 구할 수 없음.","Show interval settings":"간격 설정 표시","Flag Symbol":"플래그 심볼","Unflag Symbol":"언플래그 심볼","change line tool(s) font size":"라인 툴 폰트 사이즈 바꾸기","change line tool(s) line style":"라인 툴 라인 스타일 바꾸기","Font size":"폰트 크기","Template name":"템플릿이름","{hotKey_0} — drawing a straight line at angles of 45":"{hotKey_0} — 45 도 곧은 줄 긋기","{hotKey_0} — circle":"{hotKey_0} — 써클","{hotKey_0} — square":"{hotKey_0} — 스퀘어","{hotKey_0} — fixed increments":"{hotKey_0} — 고정 증가",Cross:"크로스",Dot:"점","Stay in Drawing Mode":"그리기모드 유지","Show Hidden Tools":"숨긴툴 보기","Hide All Drawing Tools":"드로잉툴숨김","Lock All Drawing Tools":"드로잉툴고정","Magnet Mode snaps drawings placed near price bars to the closest OHLC value":"자석모드는 가장 최근 OHLC 밸류에 가까운 프라이스에 드로잉을 들러붙게 해줍니다.",Measure:"재기","{hotKey_0} + Click on the chart":"{hotKey_0} + 차트위 클릭",Color:"색","Text color":"문자열색","Double click":"더블 클릭","Delete pane":"페인 지우기","Move pane up":"페인 위로","Move pane down":"페인 아래로","Maximize pane":"페인 최대화","Restore pane":"페인 원래대로","Manage panes":"페인 관리",scroll:"스크롤","Paste %s":"%s 붙여넣기","Lock vertical cursor line by time":"버티컬 커서 라인 타임락","change no overlapping labels":"오버래핑 라벨 바꾸지 않기","Merge all scales into one":"모든 스케일 하나로 머지",Labels:"라벨","Reset price scale":"프라이스 스케일 리셋",Percent_scale_menu:"퍼센트","Indexed to 100_scale_menu":"Indexed to 100",Logarithmic_scale_menu:"로그",Regular_scale_menu:"레귤러","No overlapping labels_scale_menu":"오버래핑 라벨 없음","Invert scale_scale_menu":"인버트 스케일","Status line":"스테이터스 라인",Appearance:"모습",money:"머니",pips:"핍스",ticks:"틱스","Ticker and description":"티커와 설명","change chart background color":"차트 백그라운드 컬러 바꾸기","change chart background type":"차트 백그라운드 타입 바꾸기","change vert grid lines color":"버티컬 그리드 라인 컬러 바꾸기","change vert grid lines style":"버티컬 그리드 라인 스타일 바꾸기","change horz grid lines color":"호리존털 그리드 라인 컬러 바꾸기","change horz grid lines style":"호리존털 그리드 라인 스타일 바꾸기","change intraday interval property":"인트라데이 인터벌 프로퍼티 바꾸기","change sessions breaks visibility":"세션 브레이크 비저빌리티 바꾸기","change sessions breaks color":"세션 브레이크 컬러 바꾸기","change sessions breaks width":"세션 브레이크 너비 바꾸기","change sessions breaks style":"체인지 세션 브레이크 스타일 바꾸기","change scales text color":"스케일 텍스트 컬러 바꾸기","change scales font size":"스케일 폰트 사이즈 바꾸기","change scales lines color":"스케일 라인 컬러 바꾸기","change crosshair color":"크로스헤어 컬러 바꾸기","change crosshair width":"크로스헤어 너비 바꾸기","change crosshair style":"크로스헤어 스타일 바꾸기","change symbol watermark visibility":"심볼 워터마크 비저빌리티 바꾸기","change symbol watermark color":"심볼 워터마크 컬러 바꾸기","change navigation buttons visibility":"내비게이션 버튼 비저빌리티 바꾸기","change pane buttons visibility":"페인 버튼 비저빌리티 바꾸기","change top margin":"탑 마진 바꾸기","change bottom margin":"바텀 마진 바꾸기","change right margin":"오른쪽 마진 바꾸기","Vert grid lines":"세로격자선","Horz grid lines":"가로격자선","Scales text":"스케일 텍스트","Scales lines":"스케일 라인",Watermark:"워터마크","Top margin":"위여백","Navigation buttons":"내비게이션버튼","Pane buttons":"페인 버튼","Bottom margin":"아래여백","Right margin":"오른여백",bars_unit:"바","change price Y coordinate":"프라이스 Y 좌표 바꾸기","change bar X coordinate":"프라이스 X 좌표 바꾸기","change {title} visibility on ticks":"틱에서 {title} 비저빌리티 바꾸기","change {title} visibility on seconds":"초에서 {title} 비저빌리티 바꾸기","change {title} seconds from":"~로부터 {title} 초 바꾸기","change {title} seconds to":"{title} 초를 ~로 바꾸기","change {title} visibility on minutes":"초에서 {title} 비저빌리티 바꾸기","change {title} minutes from":"~로부터 {title} 분 바꾸기","change {title} minutes to":"{title} 분을 ~로 바꾸기","change {title} visibility on hours":"시간에서 {title} 비저빌리티 바꾸기","change {title} hours from":"~로부터 {title} 시간 바꾸기","change {title} hours to":"{title} 시간을 ~로 바꾸기","change {title} visibility on days":"날에서 {title} 비저빌리티 바꾸기","change {title} days from":"~로부터 {title} 날 바꾸기","change {title} days to":"{title} 날을 ~로 바꾸기","change {title} visibility on weeks":"주에서 {title} 비저빌리티 바꾸기","change {title} weeks from":"~로부터 {title} 주 바꾸기","change {title} weeks to":"{title} 주를 ~로 바꾸기","change {title} visibility on months":"달에서 {title} 비저빌리티 바꾸기","change {title} months from":"~로부터 {title} 달 바꾸기","change {title} months to":"{title} 달을 ~로 바꾸기","change {title} visibility on ranges":"레인지에서 {title} 비저빌리티 바꾸기",Seconds:"초",Minutes:"분",Hours:"시간",Days:"날",Weeks:"주",Months:"달",Ranges:"레인지",seconds:"초","seconds from":"~로부터 ~초로","seconds to":"초를 ~으로",minutes:"분","minutes from":"~로부터 ~분으로","minutes to":"분을 ~으로",hours:"시간","hours from":"~로부터 ~시간으로","hours to":"시간을 ~으로",days:"날","days from":"~로부터 ~날로","days to":"날을 ~으로",weeks:"주","weeks from":"~로부터 ~주로","weeks to":"주를 ~으로",months:"달","months from":"~로부터 ~달로","months to":"달을 ~으로",ranges:"레인지","change symbol legend format":"종목 설명 포맷 변경","change legend background visibility":"설명 배경 가시성 변경","change legend background transparency":"설명 배경 투명도 변경","change {title} price label visibility":"{title} 가격 라벨 가시성 변경","change {title} extension":"{title} 익스텐션 바꾸기","change {title} time label visibility":"{title} 시간 라벨 가시성 변경","Price label":"가격라벨","Time label":"타임 라벨",Extend:"확장","change symbol last value mode":"심볼 라스트 밸류 모드 바꾸기","change disable symbol previous close value visibility":"심볼 이전 클로즈 밸류 비저빌리티 끄기 바꾸기","change date format":"데이트 포맷 변경","Symbol previous day close price label (intraday only)":"심볼 이전 클로즈 밸류 라벨 (인트라데이 온리)","Scales placement":"스케일 플레이스먼트","Date format":"데이트 포맷","No overlapping labels":"오버래핑 라벨 없음","Price and percentage value":"프라이스 및 퍼센트 밸류","Value according to scale":"스케일에 따른 밸류","change buy/sell buttons visibility":"매수/매도 버튼 가시성 변경","Buy/sell buttons":"바이/셀 버튼","change {inputName} property":"{inputName} 프로퍼티 바꾸기","change color bars based on previous close":"이전 클로즈에 따라 컬러 바 바꾸기","change HLC bars":"HLC 바 변경","change bar up color":"바 업 컬러 바꾸기","change bar down color":"바 다운 컬러 바꾸기","change thin bars":"씬 바 바꾸기","change line price source":"라인 프라이스 소스 바꾸기","change line type":"라인 타입 바꾸기","change line color":"라인 컬러 바꾸기","change line width":"라인 너비 바꾸기","change area price source":"에어리어 프라이스 소스 바꾸기","change area line color":"에어리어 라인 컬러 바꾸기","change area line width":"에어리어 라인 너비 바꾸기","change area fill color":"에어리어 필 컬러 바꾸기","change baseline price source":"베이스라인 프라이스 소스 바꾸기","change baseline top line color":"베이스라인 탑 라인 컬러 바꾸기","change baseline top line width":"베이스라인 탑 라인 너비 바꾸기","change baseline bottom line color":"베이스라인 바텀 라인 컬러 바꾸기","change baseline bottom line width":"베이스라인 바텀 라인 너비 바꾸기","change baseline fill top area color":"베이스라인 필 탑 에어리어 컬러 바꾸기","change baseline fill bottom area color":"베이스라인 필 바텀 에어리어 컬러 바꾸기","change base level":"베이스 레벨 바꾸기","change high-low body visibility":"하이-로우 바디 비저빌리티 바꾸기","change high-low body color":"하이-로우 바디 컬러 바꾸기","change high-low borders visibility":"하이-로우 보더 비저빌리티 바꾸기","change high-low border color":"하이-로우 보더 컬러 바꾸기","change high-low labels visibility":"하이-로우 라벨 비저빌리티 바꾸기","change high-low labels color":"하이-로우 라벨 컬러 바꾸기","change high-low labels font size":"하이-로우 라벨 폰트 사이즈 바꾸기","change renko wick visibility":"렌코 윅 비저빌리티 바꾸기","change renko wick up color":"렌코 윅 업 컬러 바꾸기","change renko wick down color":"렌코 윅 다운 컬러 바꾸기","change the display of real prices on price scale (instead of Heiken-Ashi price)":"프라이스 스케일에서 (하이키-아시 프라이스 대신) 리얼 프라이스 디스플레이 바꾸기","change range thin bars":"레인지 씬 바 바꾸기","change {candleType} body visibility":"{candleType} 바디 비저빌리티 바꾸기","change {candleType} up color":"{candleType} 업 컬러 바꾸기","change {candleType} down color":"{candleType} 다운 컬러 바꾸기","change {candleType} border visibility":"{candleType} 비저빌리티 바꾸기","change {candleType} up border color":"{candleType} 업 보더 컬러 바꾸기","change {candleType} down border color":"{candleType} 다운 보더 컬러 바꾸기","change {candleType} wick visibility":"{candleType} 윅 바꾸기","change {candleType} wick up color":"{candleType} 윅 업 컬러 바꾸기","change {candleType} wick down color":"{candleType} 윅 다운 컬러 바꾸기","change {chartType} up color":"{chartType} 업 컬러 바꾸기","change {chartType} down color":"{chartType} 다운 컬러 바꾸기","change {chartType} projection bar up color":"{chartType} 프로젝션 바 업 컬러 바꾸기","change {chartType} projection bar down color":"{chartType} 프로젝션 바 다운 컬러 바꾸기","change {chartType} border bar up color":"{chartType} 보더 바 업 컬러 바꾸기","change {chartType} border bar down color":"{chartType} 보더 바 다운 컬러 바꾸기","change {chartType} projection border bar up color":"{chartType} 프로젝션 보더 바 업 컬러 바꾸기","Thin bars":"씬 (Thin) 바","Top line":"탑 라인","Bottom line":"바텀 라인","Fill top area":"필 탑 에어리어","Fill bottom area":"필 바텀 에어리어","Real prices on price scale (instead of Heikin-Ashi price)":"프라이스 스케일에 리얼 프라이스 (하이킨-아시 프라이스 대신)","Base level":"베이스 레벨",candle:"캔들",range_0:"레인지","hollow candles":"할로우캔들",Center:"센터","change {title} middle point visibility":"{title} 미들 포인트 비저빌리티 바꾸기","change {title} price labels visibility":"{title} 프라이스 라벨 비저빌리티 바꾸기","change {title} price range visibility":"{title} 프라이스 레인지 비저빌리티 바꾸기","change {title} bars range visibility":"{title} 바 레인지 비저빌리티 바꾸기","change {title} date/time range visibility":"{title} 데이트/타임 레인지 비저빌리티 바꾸기","change {title} distance visibility":"{title} 거리 비저빌리티 바꾸기","change {title} angle visibility":"{title} 앵글 비저빌리티 바꾸기","change {title} always show stats":"{title} 언제나 통계 보기 바꾸기","change {title} stats position":"{title} 통계 포지션 바꾸기","Middle point":"미들 포인트","Price labels":"프라이스 라벨","Stats position":"통계 포지션","Price range":"가격범위","Bars range":"바 레인지","Date/time range":"데이트/타임 레인지",Distance:"거리",Angle:"각","Always show stats":"늘 통계 보기",Stats:"통계","change {toolName} line visibility":"{toolName} 라인 비저빌리티 바꾸기","change {toolName} line width":"{toolName} 라인 너비 바꾸기","change {toolName} line style":"{toolName} 라인 스타일 바꾸기","change {toolName} line color":"{toolName} 라인 컬러 바꾸기","change {toolName} line extending left":"{toolName} 라인 왼쪽 늘임 바꾸기","change {toolName} line left end":"{toolName} 라인 왼쪽 끝 바꾸기","change {toolName} line extending right":"{toolName} 라인 오른쪽 늘임 바꾸기","change {toolName} line right end":"{toolName} 라인 오른쪽 끝 바꾸기","Extend left line":"왼 라인 익스텐드","Extend right line":"오른 라인 익스텐드","change {toolName} text visibility":"{toolName} 텍스트 비저빌리티 바꾸기","change {toolName} text color":"{toolName} 텍스트 컬러 바꾸기","change {toolName} text font size":"{toolName} 텍스트 폰트 바꾸기","change {toolName} text font bold":"{toolName} 텍스트 폰트 볼드 바꾸기","change {toolName} text font italic":"{toolName} 텍스트 폰트 이탤릭 바꾸기","change {toolName} text":"{toolName} 텍스트 바꾸기","change {toolName} labels alignment vertical":"{toolName} 라벨 얼라인먼트 버티컬 바꾸기","change {toolName} labels alignment horizontal":"{toolName} 라벨 얼라인먼트 호리존털 바꾸기","change {toolName} labels direction":"{toolName} 라벨 디렉션 바꾸기","change {toolName} text background visibility":"{toolName} 텍스트 백그라운드 비저빌리티 바꾸기","change {toolName} text background color":"{toolName} 텍스트 백그라운드 컬러 바꾸기","change {toolName} text border visibility":"{toolName} 텍스트 보더 비저빌리티 바꾸기","change {toolName} text border width":"{toolName} 텍스트 보더 너비 바꾸기","change {toolName} text border color":"{toolName} 텍스트 보더 컬러 바꾸기","change {toolName} text wrap":"{toolName} 텍스트 줄넘김 바꾸기","Text wrap":"문자열줄넘김","change arrow color":"화살표 색상 변경",Text:"문자","change {title} color":"{title} 색상 변경","change {title} mode":"{title} 모드 변경","change {title} mirrored":"{title} 미러드 바꾸기","change {title} flipped":"{title} 플립트 바꾸기",Mode:"모드",Mirrored:"거울대칭",Flipped:"위아래대칭","HL bars":"고저봉","OC bars":"OC 바","Line - close":"라인 - 종가","Line - open":"라인 - 시가","Line - high":"라인 - 고가","Line - low":"라인 - 저가","Line - HL/2":"라인 - HL/2","change {title} background visibility":"{title} 배경 가시성 변경","change {title} background color":"{title} 배경 색상 변경","change {title} degree":"{title} 각도 변경",Wave:"웨이브",Degree:"각도","change {title} level {index} line visibility":"{title} 레벨 {index} 라인 가시성 변경","change {title} levels visibility":"{title} 레벨 가시성 변경","change {title} level {index} line color":"{title} 레벨 {index} 라인 색상 변경","change {title} level {index} line width":"{title} 레벨 {index} 라인 너비 변경","change {title} level {index} line coeff":"{title} 레벨 {index} 라인 계수 바꾸기","change {title} all lines color":"{title}의 모든 라인 색상 변경","change {title} background transparency":"{title} 배경 투명도 변경","change {title} coeffs as percents visibility":"{title} 계수 퍼센트 비저빌리티 바꾸기","Trend line":"트렌드라인","Use one color":"한가지 색만 쓰기",Levels:"레벨","Coeffs as percents":"퍼센트로 계수","change {title} reverse":"{title} 리버스 바꾸기","change {title} prices visibility":"{title} 가격 가시성 변경","change {title} labels alignment":"{title} 라벨 얼라인먼트 바꾸기","change {title} style":"{title} 스타일 변경","change {title} fib levels based on log scale":"로그 스케일을 기반으로 {title}의 피보나치 레벨 변경","Levels line":"레벨 라인","Extend right":"익스텐드 라이트","Extend left":"익스텐드 레프트","Extend lines right":"라인 오른쪽 늘리기","Extend lines left":"라인 왼쪽 늘리기","Fib levels based on log scale":"로그 스케일에 따른 피보나치 레벨",Values:"밸류",Percents:"퍼센트",Top:"탑",Middle:"미들",Bottom:"아래","change {title} full circles visibility":"{title} 풀 서클 비저빌리티 바꾸기","Full circles":"동그라미","change {title} left labels visibility":"{title} 왼쪽 라벨 비저빌리티 바꾸기","change {title} right labels visibility":"{title} 오른쪽 라벨 비저빌리티 바꾸기","change {title} top labels visibility":"{title} 탑 라벨 비저빌리티 바꾸기","change {title} bottom labels visibility":"{title} 바텀 라벨 비저빌리티 바꾸기","change {title} grid visibility":"{title} 그리드 비저빌리티 바꾸기","change {title} grid line color":"{title} 그리드 라인 컬러 바꾸기","change {title} grid line width":"{title} 그리드 라인 너비 바꾸기","change {title} grid line style":"{title} 그리드 라인 스타일 바꾸기","Price levels":"가격레벨","Time levels":"타임 레벨","Left labels":"왼쪽라벨","Right labels":"오른 라벨","Top labels":"탑레벨","Bottom labels":"아래 라벨","change {title} line color":"{title} 라인 컬러 바꾸기","change {title} line width":"{title} 라인 너비 바꾸기","change {title} line style":"{title} 라인 스타일 바꾸기","change {title} counterclockwise":"{title} 반시계방향 바꾸기",Counterclockwise:"반시계 방향","change {title} level {index} line style":"{title} 레벨 {index} 라인 스타일 바꾸기","change {title} labels visibility":"{title} 라벨 비저빌리티 바꾸기","change flag color":"플래그 컬러 바꾸기","change {title} fan {index} line visibility":"{title} 팬 {index} 라인 비저빌리티 바꾸기","change {title} fan {index} line color":"{title} 팬 {index} 라인 컬러 바꾸기","change {title} fan {index} line width":"{title} 팬 {index} 라인 너비 바꾸기","change {title} arcs {index} line visibility":"{title} 아크 {index} 라인 비저빌리티 바꾸기","change {title} arcs {index} line color":"{title} 아크 {index} 라인 컬러 바꾸기","change {title} arcs {index} line width":"{title} 아크 {index} 라인 너비 바꾸기","Price/bar ratio":"프라이스/바 레이쇼","Ranges and ratio":"레인지 및 레이쇼",Fans:"부채꼴",Arcs:"원호","change {title} fans visibility":"{title} 팬 비저빌리티 바꾸기","change {title} fans line color":"{title} 팬 라인 컬러 바꾸기",Angles:"각","change {title} extend top":"{title} 익스텐드 탑 바꾸기","change {title} extend bottom":"{title} 익스텐드 바텀 바꾸기","change {title} extend left":"{title} 익스텐드 레프트 바꾸기","change {title} stats visibility":"{title} 통계 비저빌리티 바꾸기","Extend top":"익스텐드 탑","Extend bottom":"익스텐드 바텀",Label:"라벨","Label background":"라벨 백그라운드","Show stats":"통계 보기","change {title} candle up color":"{title} 캔들 업 컬러 바꾸기","change {title} candle down color":"{title} 캔들 다운 컬러 바꾸기","change {title} candle border visibility":"{title} 캔들 보더 비저빌리티 바꾸기","change {title} candle border up color":"{title} 캔들 보더 업 컬러 바꾸기","change {title} candle border down color":"{title} 캔들 보더 다운 컬러 바꾸기","change {title} candle wick visibility":"{title} 캔들 윅 비저빌리티 바꾸기","change {title} candle wick color":"{title} 캔들 윅 컬러 바꾸기","change {title} transparency":"{title} 투명도 바꾸기","change {title} average HL value":"{title} 애버리지 HL 밸류 바꾸기","change {title} variance value":"{title} 분산값 바꾸기",Transparency:"투명도","Avg HL in minticks":"최소틱단위 평균 고저",Variance:"분산","#1 (price)_linetool point":"#1 (프라이스)",Image:"이미지","#{count} (price, bar)_linetool point":"#{count} (프라이스, 바)","change {title} extending left":"{title} 익스텐딩 레프트 바꾸기","change {title} extending right":"{title} 익스텐딩 롸이트 바꾸기",Channel:"채널","change {title} extend lines":"{title} 익스텐드 라인 바꾸기",Median:"평균값","Extend lines":"확장선",Original:"원본",Schiff:"쉬프","Modified Schiff":"변형쉬프",Inside:"내부","change {title} source text color":"{title} 소스 텍스트 컬러 바꾸기","change {title} source background color":"{title} 소스 백그라운드 컬러 바꾸기","change {title} source border color":"{title} 소스 보더 컬러 바꾸기","change {title} target text color":"{title} 타겟 텍스트 컬러 바꾸기","change {title} target background color":"{title} 타겟 백그라운드 텍스트 컬러 바꾸기","change {title} target border color":"{title} 타겟 보더 컬러 바꾸기","change {title} success text color":"{title} 성공 텍스트 컬러 바꾸기","change {title} success background color":"{title} 성공 백그라운드 컬러 바꾸기","change {title} failure text color":"{title} 실패 텍스트 컬러 바꾸기","change {title} failure background color":"{title} 실패 백그라운드 컬러 바꾸기","Source text":"소스 텍스트","Source background":"소스 백그라운드","Source border":"소스 보더","Target text":"타켓 텍스트","Target background":"타켓 백그라운드","Target border":"타켓 보더","Success text":"성공 텍스트","Success background":"성공 백그라운드","Failure text":"실패 텍스트","Failure background":"실패 백그라운드","Label text":"라벨 텍스트","Line color":"라인 컬러","Label border":"라벨 보더","change {title} background color 1":"{title} 백그라운드 컬러 1","change {title} background color 2":"{title} 백그라운드 컬러 2","change {title} stop color":"{title} 역지정 색상 변경","change {title} target color":"{title} 목표 색상 변경","change {title} compact stats mode":"{title} 컴팩트 통계 모드 바꾸기","change {title} account size":"{title} 계정 규모 변경","change {title} lot size":"{title} 로트 규모 변경","change {title} risk":"{title} 리스크 변경","change {title} risk display mode":"{title} 리스크 표시 모드 변경","change {title} entry price":"{title} 진입 가격 변경","change {title} profit level":"{title} 수익 레벨 변경","change {title} profit price":"{title} 수익 가격 변경","change {title} stop level":"{title} 역지정 레벨 변경","change {title} stop price":"{title} 역지정 가격 변경","Stop color":"스탑 칼라","Target color":"타겟 칼라","Compact stats mode":"컴팩트 통계 모드","Entry price":"엔트리 프라이스","Profit level":"프라핏 레벨","Stop level":"스탑 레벨","Account size":"어카운트 사이즈","Lot size":"로트 크기",Cash:"캐쉬","change vertical position Y coordinate":"버티컬 포지션 Y 좌표 바꾸기","change {title} emoji visibility":"{title} 이모지 가시성 변경","change {title} image background color":"{title} 이미지 배경 색상 변경","change {title} emoji":"{title} 이모지 변경","#1 (vertical position %, bar)_linetool point":"#1 (세로 포지션 %, 바)","Emoji pin":"이모지 핀","change angle":"앵글 바꾸기","#1 (price, bar)_linetool point":"#1 (프라이스, 바)","#1 (bar)_linetool point":"#1 (바)","change decimal places":"소숫점 자릿수 바꾸기","change extended hours color":"익스텐드 아워 컬러 바꾸기","change pre market color":"프리 마켓 컬러 바꾸기","change post market color":"포스트 마켓 컬러 바꾸기","change price line color":"프라이스 라인 컬러 바꾸기","change price line width":"프라이스 라인 너비 바꾸기","change previous close price line color":"이전 클로즈 프라이스 라인 컬러 바꾸기","change previous close price line width":"이전 클로즈 프라이스 라인 너비 바꾸기","change pre/post market price lines visibility":"프리/포스트 마켓 프라이스 라인 비저빌리티 바꾸기","change pre market line color":"프리 마켓 라인 컬러 바꾸기","change post market line color":"포스트 마켓 라인 컬러 바꾸기","change bid line color":"비드 라인 컬러 바꾸기","change ask line color":"애스크 라인 컬러 바꾸기","Pre/post market hours background":"프리/포스트 마켓 백그라운드","Last price line":"라스트 프라이스 라인",Precision:"정밀도","(H + L)/2":"(고 + 저)/2","(H + L + C)/3":"(고 + 저 + 종)/3","(O + H + L + C)/4":"(시 + 고 + 저 + 종)/3",Simple:"단순","With markers":"마커도함께",Step:"스텝",Default:"기본설정","change {title} base line visibility":"{title} 기본선 가시성 변경","change {title} base line color":"{title} 기본선 색상 변경","change {title} base line width":"{title} 기본선 너비 변경","change {title} base line style":"{title} 기본선 스타일 변경","change {title} up line visibility":"{title} 업 라인 비저빌리티 바꾸기","change {title} up line color":"{title} 업 라인 컬러 바꾸기","change {title} up line width":"{title} 업 라인 너비 바꾸기","change {title} up line style":"{title} 업 라인 스타일 바꾸기","change {title} down line visibility":"{title} 다운 라인 비저빌리티 바꾸기","change {title} down line color":"{title} 다운 라인 컬러 바꾸기","change {title} down line width":"{title} 다운 라인 너비 바꾸기","change {title} down line style":"{title} 다운 라인 스타일 바꾸기","change {title} show pearson's r":"{title} 피어슨 R 보기 바꾸기",Base:"베이스",Up:"업",Down:"다운","Pearson's R":"Pearson's 상관계수","#{count} (bar)_linetool point":"#{count} (바)","change study overlay style":"스터디 오버레이 스타일 바꾸기","change study overlay min tick":"스터디 오버레이 최소 틱 바꾸기","Override min tick":"min tick 오버라이드",Horizontal:"가로",Vertical:"세로","Text alignment":"텍스트 얼라인","Text orientation":"텍스트 방향","change {propertyName} property":"{propertyName} 속성 변경","Initial capital":"초기 자본금","Base currency":"베이스 통화","Order size":"오더 사이즈",Pyramiding:"피라미딩","orders_Pyramiding: count orders":"오더","Verify price for limit orders":"리밋오더가격 검증","ticks_slippage ... ticks":"틱",Slippage:"슬리피지","Margin for long positions":"롱 포지션 증거금","Margin for short positions":"숏 포지션 증거금",Recalculate:"재계산","After order is filled":"오더 체결 뒤","On every tick":"매틱마다","{currency} per order":"오더당 {currency}","{currency} per contract":"컨트랙트당 {currency}","% of equity":"자기자본 %",Offset:"오프셋","Main chart symbol_input":"메인 차트 심볼","Another symbol_input":"다른 심볼",open:"오픈",high:"고가",low:"저가",close:"클로즈",hl2:"고저평균",hlc3:"고저종평균",ohlc4:"시고저종평균",Outputs:"아웃풋","change thickness":"두께 바꾸기","change color":"칼라 바꾸기","change opacity":"불투명도 바꾸기","change font size":"폰트 사이즈 바꾸기","change line style":"라인 스타일 바꾸기","change min tick":"미니멈 틱 바꾸기","change precision":"프리시전 바꾸기","Above bar":"봉위","Below bar":"봉아래","change value":"밸류 바꾸기","change char":"글자 바꾸기","change location":"로케이션 바꾸기","change percent width":"퍼센트 너비 바꾸기","change placement":"자리 바꾸기","change values visibility":"밸류 비저빌리티 바꾸기","Width (% of the box)":"너비(박스의 %)",Placement:"플레이스먼트","Trades on chart":"차트위 트레이드","Signal labels":"신호라벨",Quantity:"수량","change plot type":"플롯 타입 바꾸기","Labels font":"라벨 폰트","change shape":"셰이프 바꾸기","Volume profile":"볼륨 프로화일","Developing VA":"디벨로핑 VA","Values in status line":"상태 라인 밸류","Labels on price scale":"프라이스 스케일 라벨","Script name":"스크립트 이름","Save New Chart Layout":"새 차트레이아웃 저장","Enter a new chart layout name":"새 차트레이아웃 이름을 넣으시오","Copy Chart Layout":"차트 레이아웃 카피","{title} copy_ex: AAPL chart copy":"{title} 카피","Data error":"데이터 문제","Study Error":"스터디 에러","Data is delayed":"딜레이 데이터입니다","End of day data":"종가 데이터","One update per second":"초당 한번 업데이트","{symbolName} data is delayed by {time} minutes.":"{symbolName} 데이터는 {time}분 지연입니다.","{listedExchange} real-time data is available for free to registered users.":"등록 유저는 {listedExchange} 리얼타임 데이터를 무료로 쓸 수 있습니다.","To get real-time data for {description}, please buy the real-time data package.":"{description} 리얼타임 데이터를 받으려면 리얼타임 데이터 패키지를 사도록 하십시오.","Real-time data for {description} is not supported right now. We may support it in the future.":"{description} 리얼타임 데이터는 현재는 지원되지 않습니다. 나중에 지원될 수 있습니다.","Data is updated once a day.":"데이터는 하루에 한번 업데이트됩니다.","Data on our Basic plan is updated once per second, even if there are more updates on the market.":"베이직 플랜 데이터는 초당 한번씩만 업데이트됩니다.","Data is updated once per second, even if there are more updates on the market.":"데이터는 초당 한번씩만 업데이트됩니다.","Paid plans feature faster data updates.":"유료 플랜은 데이터 업데이트가 더욱 더 빠릅니다.","This data is real-time, but it’s slightly different to its official counterpart coming from primary exchanges.":"실시간 데이터이지만 공식 거래소의 데이터와는 조금 다릅니다.","If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks":"{listedExchange} 리얼타임 데이터를 받고 싶다면 익스체인지 어그리먼트를 채워야 합니다. 클릭 두어번이면 됩니다.","Create a free account":"프리 어카운트 만들기","Fill out Exchange Agreements":"익스체인지 어그리먼트를 채우십시오","This symbol doesn't exist, please pick another one.":"그런 심볼은 없습니다. 다른 심볼을 고르십시오.","All's well — Market is open.":"모두 다 좋습니다 — 마켓이 오픈되었습니다.","Morning. Market is open for pre-market trading.":"아침. 프리 마켓 트레이딩만 열려 있습니다.","Evening. Market is open for post-market trading.":"저녁. 포스트 마켓 트레이딩만 열려 있습니다.","Time for a walk — this market is closed.":"산책시간입니다 — 이 마켓은 클로즈되었습니다","Market is currently on holiday. Lucky them.":"마켓이 현재 휴일입니다. 운이 좋네요.","less than 1 minute":"1분 미만","{days} and {hours}":"{days}와 {hours}","{hours} and {minutes}":"{hours}와 {minutes}","Market opens in {remainingTime}.":"{remainingTime} 뒤에 마켓이 열립니다.","Market closes in {remainingTime}.":"{remainingTime} 뒤에 마켓이 닫힙니다.","It'll go to post-market trading in {remainingTime}.":"{remainingTime} 뒤에는 포스트-마켓 트레이딩으로 갑니다.","It'll open for pre-market trading in {remainingTime}.":"{remainingTime} 뒤에는 프리-마켓 트레이딩이 열립니다.","Replay mode":"리플레이 모드","You're in Replay mode. You're in Replay mode. You're in Replay mode.":"리플레이 모드입니다. 리플레이 모드입니다. 리플레이 모드입니다.","Do you really want to delete Study Template '{name}' ?":"정말로 스터디 템플릿 '{name}' 을 지우시겠습니까?","Modify Order":"오더 고치기","Cancel Order":"주문 취소",Confirmation:"확인","Visible on mouse over":"...위로 마우스 오면 보임","Always visible":"언제나 보임","Always invisible":"언제나 안보임","send {title} backward":"{title} 뒤로 보내기","bring {title} forward":"{title} 앞으로 보내기","insert {title} after {target}":"{target} 뒤에 {title} 넣기","insert {title} before {target}":"{target} 앞에 {title} 넣기","cut {title}":"{title} 자르기","cut sources":"소스 자르기","remove {title}":"{title} 지우기","remove drawings group":"드로잉 그룹 지우기","move scale":"스케일 옮기기","stop syncing line tool(s)":"라인(들) 툴 동기화 중지","zoom out":"축소","zoom in":"확대","move drawing(s)":"드로잉 옮기기","load default drawing template":"기존 드로잉 템플릿 로드","change currency":"통화 변경","change unit":"유닛 바꾸기","clone line tools":"라인 툴 클론","merge up":"머지 업","merge down":"머지 다운","merge to pane":"페인으로 머지","unmerge up":"언머지 업","unmerge down":"언머지 다운","unmerge to new bottom pane":"새 바텀 페이지로 언머지","move {title} to new right scale":"{title} 을 오른 눈금으로 옮기기","move {title} to new left scale":"{title} 을 새 왼쪽 스케일로 옮기기","make {title} no scale (Full screen)":"{title} 을 노 스케일로 옮기기 (풀 스크린)","scroll time":"스크롤 타임","scale time":"시간 스케일","reset time scale":"타임 스케일 리셋","reset scales":"스케일 재설정","create {tool}":"{tool} 만들기","change {pointIndex} point":"{pointIndex} 포인트 변경","paste {title}":"{title} 붙여넣기","insert {title}":"{title} 넣기","remove all studies":"모든 스터디 제거","remove drawings":"드로잉 없애기","remove all studies and drawing tools":"모든 스터디 및 드로잉 툴 없애기","apply all chart properties":"모든 차트 속성 적용","{count} bars":"{count} 봉","n/a":"없음","Add Horizontal Line":"수평선 추가",Jan:"1월",Feb:"2월",Mar:"3월",Apr:"4월",May_short:"5월",Jun:"6월",Jul:"7월",Aug:"8월",Sep:"9월",Oct:"10월",Nov:"11월",Dec:"12월","Fraction part is invalid.":"분수 부분이 잘못 되었습니다.","Second fraction part is invalid.":"두번째 분수 부분이 잘못 되었습니다.","create line tools group from selection":"셀렉션에서 라인툴 만들기","removing line tools group {name}":"{name} 라인 툴 그룹 없애기","add line tool {lineTool} to group {name}":"{name} 그룹에 {lineTool} 라인 툴 넣기","make group {group} visible":"{group} 그룹 보이기","make group {group} invisible":"{group} 그룹 보이지 않기","lock group {group}":"{group} 그룹 잠금","unlock group {group}":"{group} 그룹 잠금 풀기","rename group {group} to {newName}":"{group} 에서 {newName} 으로 리네임","change {sourceTitle} title to {newSourceTitle}":"{sourceTitle} 타이틀을 {newSourceTitle} 으로 바꾸기","insert source(s) after":"~뒤에 소스 넣기","mirror bars pattern":"미러 바 패턴","flip bars pattern":"바 패턴 뒤집기","change Elliott degree":"엘리엇 각도 변경",Supermillennium:"수퍼밀레니엄",Millennium:"밀레니엄",Submillennium:"서브밀레니엄","Grand supercycle":"그랜드 수퍼사이클",Supercycle:"수퍼사이클",Cycle:"사이클",Primary:"주요",Intermediate:"중간",Minor_wave:"마이너",Minute_wave:"분",Minuette:"미뉴에트",Subminuette:"서브미뉴에트",Micro:"마이크로",Submicro:"서브마이크로",Minuscule:"극소","erase level line":"레벨 라인 지우기","Left Shoulder":"왼어깨","Right Shoulder":"오른어깨",Head:"머리","XABCD Pattern":"XABCD 패턴","ABCD Pattern":"ABCD 패턴","Arrow Mark Down":"아래화살표","Arrow Mark Left":"왼화살표","Arrow Mark Right":"오른화살표","Arrow Mark Up":"위화살표","Bars Pattern":"봉패턴","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":"위나 아래 수평","Anchored VWAP":"앵커드 VWAP","Gann Square Fixed":"간 스퀘어 픽스트","Horizontal Ray":"가로빛","Inside Pitchfork":"피치포크 안",Note:"노트","Anchored Note":"고정위치노트",Signpost:"길잡이","Arrow Marker":"화살표","Price Range":"가격범위",Projection:"프로젝션",Circle:"서클","Regression Trend":"회귀추세","Long Position":"매수 포지션","Short Position":"숏 포지션","Fixed Range Volume Profile":"픽스트 레인지 볼륨 프로화일","Rotated Rectangle":"회전네모","Modified Schiff Pitchfork":"변형 쉬프 피치포크","Sine Line":"사인 라인","Three Drives Pattern":"쓰리 드라이브 패턴","Time Cycles":"타임 사이클","Trend Angle":"추세각","Trend-Based Fib Time":"추세기반 피보나치 시간","Info Line":"인포 라인","Triangle Pattern":"세모 패턴","Cross Line":"크로스 라인",Highlighter:"하이라이터","Price Note":"프라이스 노트","Volume Profile Fixed Range":"볼륨 프로파일 픽스 레인지","Ghost Feed":"고스트피드",T_interval_short:"T",s_interval_short:"초",R_interval_short:"R",tick_0:"틱",day_0:"날",week_0:"주",second_0:"초",minute_0:"분",hour_0:"시간","Stack on the left":"왼쪽위에 쌓기","Stack on the right":"오른쪽위에 쌓기",Auto:"오토",Avg:"애버리지",HL2_in_legend:"HL2",HLC3_in_legend:"HLC3",OHLC4_in_legend:"OHLC4","Symbol Error":"종목 오류","No volume data":"볼륨 데이터 없음","Fundamental studies are no longer available on charts":"차트에 펀더멘털 스터디를 더 이상 쓸 수 없습니다","loading...":"로딩...","Arrow Down":"애로우 다운","Arrow Up":"애로우 업",Diamond:"다이아몬드","Label Down":"레이블 다운","Label Up":"레이블 업",Square:"스퀘어","Triangle Down":"트라이앵글 다운","Triangle Up":"트라이앵글 업","X Cross":"X 크로스","add line tool(s) to group {group}":"{group} 에 라인 툴 넣기","apply study template {template}":"{template} 스터디 템플릿 적용","change pane height":"페인 높이 바꾸기","change date range":"데이트 레인지 바꾸기","apply toolbars theme":"툴바의 테마 적용","create line tools group":"라인툴 그룹 만들기",move:"이동","exclude line tools from group {group}":"{group} 그룹에서 라인툴 빼내기","move all scales to left":"모든 스케일 왼쪽으로 옮기기","move all scales to right":"모든 스케일 오른쪽으로 옮기기","paste drawing":"드로잉 붙여넣기","paste indicator":"지표 붙여넣기","scale price":"스케일 프라이스","rearrange panes":"페인 재배치","remove line data sources":"라인 데이터 소스 없애기","restore defaults":"기본값 복원","change chart layout to {title}":"차트 레이아웃을 {title}로 변경","stop syncing drawing":"드로잉 동기화 중지",zoom:"확대","bring {title} to front":"{title} 앞으로 가져오기","send {title} to back":"{title} 뒤로 보내기","insert {title} after {targetTitle}":"{targetTitle} 뒤에 {title} 넣기","insert {title} before {targetTitle}":"{targetTitle} 앞에 {title} 넣기","send group {title} backward":"{title} 그룹을 뒤로 보내기","bring group {title} forward":"{title} 그룹을 앞으로 가져오기","Not applicable":"쓸 수 없음","Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)":"분 차트에 대한 인터벌 숫자를 타이핑하십시오 (보기: 5분 차트는 5). 또는 숫자와 함께 H (시간), D(날), W(주), M(달) 인터벌값을 넣으십시오 (보기: D 또는 2H)","Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)":"분 차트에 대한 인터벌 숫자를 타이핑하십시오 (보기: 5분 차트는 5). 또는 숫자와 함께 S (1초, 15초는 15S 등), H (시간), D(날), W(주), M(달) 인터벌값을 넣으십시오 (보기: D 또는 2H)","Do you really want to delete Chart Layout '{name}' ?":"정말로 차트 레이아웃 '{name}' 을 지우시겠습니까?","Load layout":"레이아웃 불러오기","Layout name":"레이아웃 네임","Sort by layout name, date changed":"레이아웃 네임, 바뀐 날짜로 소팅","Layout name (A to Z)":"레이아웃 이름 (A - Z)","Layout name (Z to A)":"레이아웃 이름 (Z - A)","Date modified (oldest first)":"바뀐 날짜 (옛것부터)","Date modified (newest first)":"바뀐 날짜 (새것부터)","Saved indicators":"세이브된 인디케이터","Remember Symbol":"심볼 기억하기","Remember Interval":"인터벌 기억하기","Confirm Remove Study Tree":"스터디트리 지우기 확인","Do you really want to delete study and all of it's children?":"스터디 및 그 자식들 모두 지우시겠습니까?","Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies.":"스터디 리밋이 넘었음: 레이아웃당 {number} 스터디.\n스터디를 줄여 보시기 바랍니다.","Change symbol":"종목바꾸기","Hide all drawings":"드로잉 툴 모두 숨기기","Select source":"자료 선택",cfd:"씨에프디",crypto:"크립토",futures:"퓨쳐스",index:"인덱스",stock:"스탁",economy:"경제","Loading...":"로딩...",Sunday:"일요일",Monday:"월요일",Tuesday:"화요일",Wednesday:"수요일",Thursday:"목요일",Friday:"금요일",Saturday:"토요일",Sun:"일",Mon:"월",Tue:"화",Wed:"수",Thu:"목",Fri:"금",Sat:"토",Su_day_of_week:"일",Mo_day_of_week:"월",Tu_day_of_week:"화",We_day_of_week:"수",Th_day_of_week:"목",Fr_day_of_week:"금",Sa_day_of_week:"토",Light_colorThemeName:"라이트",Dark_colorThemeName:"다크","Save Theme As":"테마 다른 이름으로 저장","Theme name":"테마이름","Color Theme '{themeName}' already exists. Do you really want to replace it?":"'{themeName}' 칼라 테마가 이미 있습니다. 바꾸시겠습니까?","Do you really want to delete Color Theme '{name}' ?":"정말로 컬러 테마 '{name}' 을 지우시겠습니까?",Normal:"정상","Dashed line":"대쉬 라인","Dotted line":"도트 라인","Line with breaks":"라인 브레이크","Step line":"스텝 라인","Step line with diamonds":"다이어몬드와 함께 발맞추기",Histogram:"막대그래프",Cross_chart_type:"크로스","Area with breaks":"영역 브레이크",Columns:"컬럼",Circles:"서클",Thickness:"두께","No exchanges match your criteria":"조건에 맞는 익스체인지가 없음","All sources":"모든 자료","Symbol & description":"종목 & 설명",Sources:"자료","Same % scale":"같은 % 스케일","New price scale":"새 프라이스 스케일","New pane":"새 페인","Add to":"~에 넣기:","Allow extend time scale":"타임 스케일 확장을 허용합니다","No symbols here yet — why not add some?":"아직 종목이 없습니다. 종목을 추가하시겠습니까?","Added symbols":"더해진 심볼들","Recent symbols":"최근 심볼들","Compare symbol":"심볼 견주기","Manage layout drawings":"레이아웃 드로잉 관리","No indicators matched your criteria.":"찾는 지표가 없습니다.","Bring to Front":"맨앞으로","Send to Back":"맨뒤로","Bring Forward":"한단계앞으로","Send Backward":"한단계뒤로","Hide drawings":"드로잉 숨기기","Show all drawings":"모든 드로잉 보기","Hide indicators":"인디케이터 숨기기","Show all indicators":"모든 인디케이터 보기","Hide all indicators":"모든 인디케이터 숨기기","Hide positions & orders":"포지션 & 주문 숨기기","Show all positions & orders":"모든 포지션 & 주문 보기","Hide all positions & orders":"모든 포지션 & 주문 숨기기","Hide all":"모두 숨기기","Show all drawings, indicators, positions & orders":"모든 드로잉, 지표, 포지션 & 주문 보기","Show all drawings and indicators":"모든 드로잉 및 인디케이터 보기","Hide all drawings, indicators, positions & orders":"모든 드로잉, 지표, 포지션 & 주문 숨기기","Hide all drawings and indicators":"모든 드로잉 및 인디케이터 숨기기","remove all line tools for {symbol}":"{symbol}의 모든 줄 도구 제거","{symbolsCount} symbol_symbols_and_drawings_count_0":"{symbolsCount} 심볼","with {drawingsCount} drawing_symbols_and_drawings_count_0":"{drawingsCount} 드로잉이 있는","{drawingsCount} drawing_0":"{drawingsCount} 드로잉","Remove all drawings for this symbol":"이 심볼에 대한 모든 드로잉 없애기","No drawings yet":"그림없음","Object tree":"오브젝트 트리","Create a group of drawings":"드로잉 그룹 만들기","Clone, Copy":"클론, 카피","Group is hidden on current interval":"현재 인터벌에 대해 그룹이 감춰져 있습니다","Drawing is hidden on current interval":"커런트 인터벌에서는 드로잉이 숨겨져 있습니다","move objects":"오브젝트 옮기기","show objects":"오브젝트 보이기","hide objects":"오브젝트 숨기기","remove objects":"오브젝트 없애기",'Set the "{inputInline}" time and price for "{studyShortDescription}"':"{studyShortDescription}에 대한 {inputInline} 시간 및 가격 설정",'Set the time and price for "{studyShortDescription}"':'"{studyShortDescription}" 에 대한 타임과 프라이스를 셋하시오','Set the "{inputTitle}" time for "{studyShortDescription}"':"{studyShortDescription}에 대한 {inputTitle} 시간 설정",'Set the time for "{studyShortDescription}"':'"{studyShortDescription}" 에 대한 타임을 셋하시오','Set the "{inputTitle}" price for "{studyShortDescription}"':"{studyShortDescription}에 대한 {inputTitle} 가격 설정",'Set the price for "{studyShortDescription}"':'"{studyShortDescription}" 에 대한 프라이스를 셋하시오',"Add Symbol":"심볼 넣기","Confirm Inputs":"인풋 확인","Reset settings":"설정초기화","Save as default":"기본설정으로 사용",Defaults:"기본설정","Chart settings":"차트 세팅","Apply to all":"모두 적용","Apply defaults":"기본설정","Apply Defaults":"기본설정","apply factory defaults to selected sources":"선택한 소스에 팩토리 디폴트 값 적용","Selected Drawings":"고른 드로잉",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":"올바른 날짜 포맷인 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> |