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

1 line
102 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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

<!DOCTYPE html><html lang="ja" 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.ja={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:"FX",Type:"タイプ","Invalid Symbol":"無効なシンボル","Cboe BZX":"CBOE BZX",Bahrain:"バーレーン王国",Luxembourg:"ルクセンブルク","New Zealand":"ニュージーランド",Qatar:"カタール",Singapore:"シンガポール",Ok:"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:"ティック","{exchange} by {originalExchange}":"{originalExchange}による{exchange}","Real-time data for {symbolName} is provided by {exchange} exchange.":"{symbolName}のリアルタイムデータは{exchange}取引所から提供されています。","This data is real-time, but its slightly different to its official counterpart coming from {exchange}.":"このデータはリアルタイムですが、{exchange}の公式データとは若干異なります。",Increase:"増加",Decrease:"減少","Number format is invalid.":"数字形式が有効なものではありません。","Specified value is more than the instrument maximum of {max}.":"指定された値が銘柄の最大値 {max} を超えています。","Specified value is less than the instrument minimum of {min}.":"指定された値が銘柄の最小値 {min} 未満です。",Risk:"リスク",Body:"実体",Wick:"ヒゲ",Right:"右",Left:"左",Interval:"時間足","change timezone":"タイムゾーンの変更",UTC:"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":"HCLバー","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":"疑似バー","One step back building":"同列1枠転換表示",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":"ADL (アキュムレーション/ディストリビューションライン)","Accumulative Swing Index_study":"ASI(累積スイングインデックス)","Advance/Decline_study":"上昇/下降","Arnaud Legoux Moving Average_study":"ALMA (アルノールグー移動平均)",Aroon_study:"Aroon (アルーン)",ASI_study:"ASI(累積スイングインデックス)","Average Directional Index_study":"ADX (平均方向性指数)","Average True Range_study":"ATR (アベレージ・トゥルー・レンジ)","Awesome Oscillator_study":"AO (オーサム・オシレーター)","Balance of Power_study":"BOP (バランス・オブ・パワー)","Bollinger Bands %B_study":"BB%B (ボリンジャーバンド%B)","Bollinger Bands Width_study":"BBW (ボリンジャーバンド幅)","Bollinger Bands_study":"BB (ボリンジャーバンド)","Chaikin Money Flow_study":"CMF (チャイキン・マネー・フロー)","Chaikin Oscillator_study":"CHO (チャイキン・オシレーター)","Chande Kroll Stop_study":"Chande Kroll Stop (シャンデ・クロール・ストップ)","Chande Momentum Oscillator_study":"ChandeMO (シャンデ・モメンタム・オシレーター)","Chop Zone_study":"Chop Zone (チョップゾーン)","Choppiness Index_study":"CHOP (チョピネス・インデックス)","Commodity Channel Index_study":"CCI (商品チャネル指数)","Connors RSI_study":"CRSI (コナーズRSI","Coppock Curve_study":"Coppock Curve (コポックカーブ)","Correlation Coefficient_study":"CC (相関係数)",CRSI_study:"CRSI","Detrended Price Oscillator_study":"DPO (トレンド除去プライスオシレーター)","Directional Movement_study":"DMI (方向性指数)","Donchian Channels_study":"DC (ドンチャンチャネル (HLバンド))","Double EMA_study":"DEMA (二重指数移動平均)","Ease Of Movement_study":"EOM (イーズ・オブ・ムーブメント)","Elder's Force Index_study":"EFI (エルダー・フォース・インデックス)","EMA Cross_study":"EMA Cross (指数移動平均の交差)",Envelopes_study:"Envelopes (エンベロープ)","Fisher Transform_study":"Fisher Transform (フィッシャー・トランスフォーム)","Fixed Range_study":"Fixed Range (固定期間出来高)","Guppy Multiple Moving Average_study":"グッピー複合型移動平均 (GMMA)","Historical Volatility_study":"HV (ヒストリカル・ボラティリティ)","Hull Moving Average_study":"HMA (ハル移動平均)","Ichimoku Cloud_study":"Ichimoku Cloud (一目均衡表®)","Keltner Channels_study":"KC (ケルトナーチャネル)","Klinger Oscillator_study":"Klinger Oscillator (クリンガー・オシレーター)","Know Sure Thing_study":"KST (ノウ・シュア・シング)","Least Squares Moving Average_study":"LSMA (最小二乗移動平均)","Linear Regression Curve_study":"線形回帰曲線","MA Cross_study":"MA Cross (移動平均線の交差)","MA with EMA Cross_study":"移動平均線とEMA指数平滑移動平均線の交差","MA/EMA Cross_study":"移動平均線とEMA指数平滑移動平均線の交差",MACD_study:"MACD","Mass Index_study":"Mass Index (マス・インデックス)","McGinley Dynamic_study":"McGinley Dynamic (マッギンリー・ダイナミック)",Momentum_study:"MOM (モメンタム)","Money Flow_study":"MFI (マネーフロー)","Moving Average Channel_study":"移動平均チャネル","Moving Average Exponential_study":"EMA (指数移動平均)","Moving Average Weighted_study":"WMA (加重移動平均)","Moving Average_study":"SMA (単純移動平均)","Net Volume_study":"Net Volume (ネット出来高)","On Balance Volume_study":"OBV (オン・バランス・ボリューム)","Parabolic SAR_study":"Parabolic SAR (パラボリック・ストップ&リバース)","Pivot Points Standard_study":"Pivot (ピボットポイント・スタンダード)","Price Channel_study":"プライス・チャネル","Price Oscillator_study":"PPO (プライスオシレーター)","Price Volume Trend_study":"PVT (プライス・ボリューム・トレンド)","Rate Of Change_study":"ROC (レート・オブ・チェンジ)","Relative Strength Index_study":"RSI (相対力指数)","Relative Vigor Index_study":"RVGI (相対活力指数)","Relative Volatility Index_study":"RVI (相対ボラテリティ指数)","Session Volume_study":"Session Volume (セッション出来高)","Session Volume HD_study":"Session Volume HD (セッション出来高HD)","SMI Ergodic Indicator/Oscillator_study":"SMIエルゴディックインジケーター/オシレーター","Smoothed Moving Average_study":"SMMA (平滑移動平均)","Stochastic RSI_study":"STOCH RSI (ストキャスティクスRSI)",Stochastic_study:"STOCH (ストキャスティクス)","Triple EMA_study":"TEMA (3重指数移動平均)",TRIX_study:"TRIX (トリックス)","True Strength Indicator_study":"TSI (トゥルー・ストレングス・インデックス)","Ultimate Oscillator_study":"UO (アルティメット・オシレーター)","Visible Range_study":"Visible Range (可視範囲出来高)","Volume Oscillator_study":"Volume Oscillator (出来高オシレーター)",Volume_study:"Volume (出来高)","Vortex Indicator_study":"VI (ボルテックス・インジケーター)",VWAP_study:"VWAP (出来高加重平均価格)",VWMA_study:"VWMA (出来高加重移動平均)","Williams %R_study":"WPR (ウィリアムズR)","Williams Alligator_study":"Alligator (ウィリアムズ・アリゲーター)","Williams Fractal_study":"Fractal (ウィリアムズ・フラクタル)","Zig Zag_study":"Zig Zag (ジグザグ)","Plots Background_study":"プロットの背景",SuperTrend_study:"SuperTrend","Average Price_study":"Average Price (平均価格)","Typical Price_study":"Typical Price (標準価格)","Median Price_study":"Median Price (中央価格)","Money Flow Index_study":"MFI (マネーフローインデックス)","Moving Average Double_study":"DSMA (2重移動平均)","Moving Average Triple_study":"TSMA (3重移動平均)","Moving Average Adaptive_study":"AMA (適応移動平均)","Moving Average Hamming_study":"Hamming MA (ハミング移動平均)","Moving Average Modified_study":"MMA (修正移動平均)","Moving Average Multiple_study":"Moving Average Multiple (複合移動平均)","Linear Regression Slope_study":"LRM (線形回帰スロープ)","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":"CHV (チャイキン・ボラティリティ)","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 (ボラティリティOHLC)","Volatility Index_study":"VIX (ボラティリティ・インデックス)","Trend Strength Index_study":"TSI (トレンド・ストレングス・インデックス)","Majority Rule_study":"Majority Rule (多数決)",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:"MAタイプ","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.0レベルの色","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":"シャンデMO","Zero Line_input":"ゼロライン","Color 2_input":"色 2","Color 3_input":"色 3","Color 4_input":"色 4","Color 5_input":"色 5","Color 6_input":"色 6","Color 7_input":"色 7","Color 8_input":"色 8",CHOP_input:"CHOP","Upper Band_input":"アッパーバンド","Lower Band_input":"ロワーバンド",CCI_input:"CCI","Smoothing Line_input":"平滑化ライン","Smoothing Length_input":"MAの期間","WMA Length_input":"加重移動平均の期間","Long RoC Length_input":"ロングのRoC期間","Short RoC Length_input":"ショートのRoC期間",sym_input:"シンボル",Symbol_input:"シンボル",Correlation_input:"相関",Period_input:"期間",Centered_input:"中央に配置","Detrended Price Oscillator_input":"トレンド除去プライスオシレーター",isCentered_input:"中央に配置",DPO_input:"DPO","ADX smoothing_input":"ADX平滑化","+DI_input":"+DI","-DI_input":"-DI",DEMA_input:"DEMA",Divisor_input:"除数",EOM_input:"EOM","Elder's Force Index_input":"エルダー・フォース・インデックス",Percent_input:"パーセント",Exponential_input:"指数",Average_input:"平均","Upper Percentage_input":"上方パーセンテージ","Lower Percentage_input":"下方パーセンテージ",Fisher_input:"フィッシャー",Trigger_input:"トリガー",Level_input:"レベル","Trader EMA 1 length_input":"トレーダーのEMA1の期間","Trader EMA 2 length_input":"トレーダーのEMA2の期間","Trader EMA 3 length_input":"トレーダーのEMA3の期間","Trader EMA 4 length_input":"トレーダーのEMA4の期間","Trader EMA 5 length_input":"トレーダーのEMA5の期間","Trader EMA 6 length_input":"トレーダーのEMA6の期間","Investor EMA 1 length_input":"投資家のEMA1の期間","Investor EMA 2 length_input":"投資家のEMA2の期間","Investor EMA 3 length_input":"投資家のEMA3の期間","Investor EMA 4 length_input":"投資家のEMA4の期間","Investor EMA 5 length_input":"投資家のEMA5の期間","Investor EMA 6 length_input":"投資家のEMA6の期間",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:"ROC期間1",ROCLen2_input:"ROC期間2",ROCLen3_input:"ROC期間3",ROCLen4_input:"ROC期間4",SMALen1_input:"SMA期間1",SMALen2_input:"SMA期間2",SMALen3_input:"SMA期間3",SMALen4_input:"SMA期間4",SigLen_input:"シグナル期間",KST_input:"KST",Sig_input:"シグナル",roclen1_input:"ROC期間1",roclen2_input:"ROC期間2",roclen3_input:"ROC期間3",roclen4_input:"ROC期間4",smalen1_input:"SMA期間1",smalen2_input:"SMA期間2",smalen3_input:"SMA期間3",smalen4_input:"SMA期間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":"EMAの期間","Length MA_input":"MAの期間","Fast length_input":"ファスト期間","Slow length_input":"スロー期間","Signal smoothing_input":"シグナルの平滑化","Simple ma(oscillator)_input":"単純移動平均(オシレーター)","Simple ma(signal line)_input":"単純移動平均(シグナル線)",Histogram_input:"ヒストグラム",MACD_input:"MACD",fastLength_input:"短期",slowLength_input:"長期",signalLength_input:"シグナルの期間",NV_input:"正味価額",OnBalanceVolume_input:"オンバランスボリューム",Start_input:"開始",Increment_input:"増分","Max value_input":"最大値",ParabolicSAR_input:"パラボリックSAR",start_input:"開始",increment_input:"増分",maximum_input:"最大","Short length_input":"ショートの期間","Long length_input":"ロングの期間",OSC_input:"OSCオシレーター",shortlen_input:"shortlen",longlen_input:"longlen",PVT_input:"プライスボリュームトレンド",ROC_input:"ROC",RSI_input:"RSI",RVGI_input:"RVGI相対活力指数",RVI_input:"RVI相対活力指数","Long period_input":"ロングの期間","Short period_input":"ショート期間","Signal line period_input":"シグナル線の期間",SMI_input:"SMI","SMI Ergodic Oscillator_input":"SMIエルゴディックオシレーター",Indicator_input:"インジケータ",Oscillator_input:"オシレーター",K_input:"K",D_input:"D",smoothK_input:"スムースK",smoothD_input:"スムースD","%K_input":"%K","%D_input":"%D","Stochastic Length_input":"ストキャスティクス期間","RSI Source_input":"RSI相対力指数ソース",lengthRSI_input:"RSI相対力指数期間",lengthStoch_input:"ストキャスティクス期間",TRIX_input:"TRIX",TEMA_input:"TEMA","Long Length_input":"ロングの期間","Short Length_input":"ショートの期間","Signal Length_input":"シグナルの期間",Length1_input:"期間1",Length2_input:"期間2",Length3_input:"期間3",length7_input:"期間7",length14_input:"期間14",length28_input:"期間28",UO_input:"UO",VWMA_input:"VWMA",len_input:"期間","VI +_input":"ボラティリティ指数+","VI -_input":"ボラティリティ指数-","%R_input":"%R","Jaw Length_input":"顎長","Teeth Length_input":"歯長","Lips Length_input":"唇長",Jaw_input:"顎",Teeth_input:"歯",Lips_input:"唇","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":"MAの期間","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":"バリューエリアの出来高",Placement_input:"配置",POC_input:"POC","Developing Poc_input":"POCの推移","Up Volume_input":"売りの出来高","Down Volume_input":"下落の出来高","Value Area_input":"バリューエリア","Histogram Box_input":"ヒストグラムボックス","Value Area Up_input":"バリューエリアの買い","Value Area Down_input":"バリューエリアの売り","Number Of Rows_input":"行の数","Ticks Per Row_input":"行ごとのティック","Up/Down_input":"買い/売り",Total_input:"合計","Deviation (%)_input":"偏差(%)",Depth_input:"深さ","Extend to last bar_input":"最後のバーまで延長",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:"VWAP","Anchor Period_input":"ベース期間",Session_input:"セッション",Week_input:"週",Month_input:"月",Year_input:"年",Decade_input:"10年",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:"set","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:"お気に入り","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":"指値注文を作成","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 または 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 1 or A":"下落波 1 または A","Down Wave 2 or B":"下落波 2 または B","Down Wave C":"下落波 C","Down Wave 3":"下落波 3","Down Wave 4":"下落波 4","Down Wave 5":"下落波 5","Pinned to scale {label} (hidden)":"スケール{label}に固定中(非表示)","Pinned to right scale (hidden)":"右スケールに固定する(非表示)","Pin to scale {label} (hidden)":"スケール{label}に固定する(非表示)","Pin to right scale (hidden)":"右スケールに固定する(非表示)","Pinned to scale {label}":"スケール{label}に固定中","Pinned to right scale":"右スケールに固定中","Pin to scale {label}":"スケール{label}に固定する","Pin to right scale":"右スケールに固定","Pinned to left scale (hidden)":"左スケールに固定中(非表示)","Pin to left scale (hidden)":"左スケールに固定する(非表示)","Pinned to left scale":"左スケールに固定中","Pin to left scale":"左スケールに固定する","Pin to new left scale":"新たな左スケールに固定する","Pin to new right scale":"新たな右スケールに固定する","Pin to scale (now {label})":"スケールに固定(現在{label}","Pin to scale (now no scale)":"スケールに固定(現在スケールなし)","Pin to scale (now left)":"スケールに固定(現在左)","Pin to scale (now right)":"スケールに固定(現在右)","No scale (fullscreen)":"スケールなし (フルスクリーン)","Move to":"移動する","Existing pane above":"上の既存ペインへ","New pane above":"上の新規ペインへ","Existing pane below":"下の既存ペインへ","New pane below":"下の新規ペインへ","Bring to front":"最前面に移動","Send to back":"最背面に移動","Bring forward":"一つ前面に移動","Send backward":"一つ背面に移動","Visual order":"表示の順序",Lines:"ライン","Add indicator/strategy on {studyTitle}":"{studyTitle} にインジケーター/ストラテジーを追加","Add financial metric for {instrumentName}":"{instrumentName} にファンダメンタル指標を追加","Apply default":"デフォルト適用","Save as":"名前を付けて保存",Clone:"複製",Template:"テンプレート","Go to {lineToolName}":"{lineToolName}に移動",Unlock:"ロック解除",Lock:"ロック","Show earnings":"収益を表示","Show dividends":"配当を表示","Show splits":"分割を表示","Show all ideas":"すべてのアイデアを表示","Show ideas of followed users":"フォロー中のユーザーのアイデアを表示","Show my ideas only":"自身のアイデアのみ表示","Hide events on chart":"チャートのイベントを非表示にする","Add this symbol to entire layout":"このシンボルをレイアウト全体に追加","Add this indicator to entire layout":"このインジケーターをレイアウト全体に追加","Add this strategy to entire layout":"このストラテジーをレイアウト全体に追加","Add this financial metric to entire layout":"このファンダメンタル指標をレイアウト全体に追加","No sync":"同期しない","Symbol info":"シンボル情報","By TradingView":"TradingView提供","{symbol} financials by TradingView":"{symbol}TradingViewによる金融","More features on tradingview.com":"TradingViewの更なる特徴","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":"Bid/Askラベルの表示の変更","change bid and ask lines visibility":"Bid/Askラインの表示の変更","change pre/post market price label visibility":"プレ/アフターマーケット価格ラベルの表示の変更","change high and low price lines visibility":"高値・安値価格ラインの表示の変更","change high and low price labels visibility":"高値・安値価格ラベルの表示の変更","change countdown to bar close visibility":"バーのクローズまでのカウントダウンの表示の変更","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/Ask ラベル","Bid and ask lines":"Bid/Ask ライン","Pre/post market price label":"プレ/アフターマーケット価格ラベル","Pre/post market price line":"プレ/アフターマーケット価格ライン","High and low price lines":"高値・安値価格ライン","Countdown to bar close":"バーのクローズまでのカウントダウン",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":"OHLC値","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":"100基準",Logarithmic_scale_menu:"対数",Regular_scale_menu:"通常","No overlapping labels_scale_menu":"ラベルを重ねない","Invert scale_scale_menu":"スケールを反転","Status line":"ステータスライン",Appearance:"外観",money:"金額",pips:"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":"細いバー","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":"HLバー","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":"Bidラインの色の変更","change ask line color":"Askラインの色の変更","Pre/post market hours background":"プレ/アフターマーケット時間の背景","Last price line":"現在価格ライン",Precision:"精度","(H + L)/2":"(高値 + 安値)/2","(H + L + C)/3":"(高値 + 安値 + 終値)/3","(O + H + L + C)/4":"(始値 + 高値 + 安値 + 終値)/4",Simple:"シンプル","With markers":"マーカー",Step:"ステップ",Default:"デフォルト","change {title} base line visibility":"{title}のベースラインの表示の変更","change {title} base line color":"{title}のベースラインの色の変更","change {title} base line width":"{title}のベースラインの幅の変更","change {title} base line style":"{title}のベースラインのスタイルの変更","change {title} up line visibility":"{title}の上昇ラインの表示の変更","change {title} up line color":"{title}の上昇ラインの色の変更","change {title} up line width":"{title}の上昇ラインの幅の変更","change {title} up line style":"{title}の上昇ラインのスタイルの変更","change {title} down line visibility":"{title}の下降ラインの表示の変更","change {title} down line color":"{title}の下降ラインの色の変更","change {title} down line width":"{title}の下降ラインの幅の変更","change {title} down line style":"{title}の下降ラインのスタイルの変更","change {title} show pearson's r":"{title}のピアソンの積率相関係数の表示の変更",Base:"ベース",Up:"上",Down:"下","Pearson's R":"ピアソンの積率相関係数","#{count} (bar)_linetool point":"#{count} (バー)","change study overlay style":"インジケーターのオーバーレイのスタイルの変更","change study overlay min tick":"インジケーターの最小ティックの変更","Override min tick":"小数点表示",Horizontal:"水平",Vertical:"垂直","Text alignment":"テキストの配置","Text orientation":"テキストの向き","change {propertyName} property":"{propertyName}のプロパティの変更","Initial capital":"初期資金","Base currency":"基準通貨","Order size":"発注サイズ",Pyramiding:"ピラミッティング","orders_Pyramiding: count orders":"注文","Verify price for limit orders":"指値価格の厳密性","ticks_slippage ... ticks":"ティック",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:"始値+高値+安値+終値の平均",hlcc4:"高値+安値+終値x2の平均",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 location":"ロケーションの変更","change percent width":"パーセント幅の変更","change placement":"配置の変更","change values visibility":"値の表示の変更","Width (% of the box)":"幅(ボックスの%)",Placement:"配置","Trades on chart":"トレード","Signal labels":"シグナルラベル",Quantity:"数量","change plot type":"Plotタイプの変更","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":"1秒に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.":"データは1日に1度更新されます。","Data on our Basic plan is updated once per second, even if there are more updates on the market.":"無料プランで提供されるデータは、市場でより多くの更新がある場合でも1秒に1回だけ更新されます。","Data is updated once per second, even if there are more updates on the market.":"市場でより多くの更新がある場合でも、データは1秒に1回だけ更新されます。","Paid plans feature faster data updates.":"有料プランでは、データの更新が高速になります。","This data is real-time, but its slightly different to its official counterpart coming from primary exchanges.":"このデータはリアルタイムですが、一次取引所の公式データとは若干異なります。","If you'd like {listedExchange} real-time data you'll need to complete an Exchange Agreement. Don't worry, it only takes a few clicks":"{listedExchange} のリアルタイムデータをご希望の場合には、取引所の合意書に承諾される必要があります。数回のクリックで完了しますのでご安心ください。","Create a free account":"無料アカウントを作成","Fill out Exchange Agreements":"取引所の合意書に記入","This symbol doesn't exist, please pick another one.":"このシンボルは存在しません。別のシンボルを選択して下さい。","All's well — Market is open.":"すべてが順調です — 市場はオープンです。","Morning. Market is open for pre-market trading.":"朝です。市場は現在プレマーケットでオープンしています。","Evening. Market is open for post-market trading.":"夜です。市場は現在アフターマーケットでオープンしています。","Time for a walk — this market is closed.":"お散歩の時間です — 市場はクローズです。","Market is currently on holiday. Lucky them.":"市場は現在休日です。良い休日を。","less than 1 minute":"1分未満","{days} and {hours}":"{days}と{hours}","{hours} and {minutes}":"{hours}{minutes}","Market opens in {remainingTime}.":"市場開始まで{remainingTime}。","Market closes in {remainingTime}.":"市場終了まで{remainingTime}。","It'll go to post-market trading in {remainingTime}.":"アフターマーケット開始まで{remainingTime}。","It'll open for pre-market trading in {remainingTime}.":"プレマーケット市場開始まで{remainingTime}。","Replay mode":"リプレイモード","You're in Replay mode. You're in Replay mode. You're in Replay mode.":"リプレイモード中です。リプレイモード中です。リプレイモード中です。","Do you really want to delete Study Template '{name}' ?":"テンプレート {name} を消去しますか?","Modify Order":"注文の変更","Cancel Order":"注文をキャンセル",Confirmation:"確認","Visible on mouse over":"マウスの移動時に表示","Always visible":"常に表示","Always invisible":"常に非表示","send {title} backward":"{title}を一つ背面に移動","bring {title} forward":"{title}を一つ前面に移動","insert {title} after {target}":"{title}を{target}の後に挿入","insert {title} before {target}":"{title}を{target}の前に挿入","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}":"ラインツール {lineTool} をグループ {name} に追加","make group {group} visible":"グループ {group} の表示","make group {group} invisible":"グループ {group} を非表示","lock group {group}":"グループ {group} のロック","unlock group {group}":"グループ {group} のロックを解除","rename group {group} to {newName}":"グループ名 {group} を {newName} に変更","change {sourceTitle} title to {newSourceTitle}":"{sourceTitle}のタイトルを{newSourceTitle}に変更","insert source(s) after":"後にソースを挿入","mirror bars pattern":"バーのパターンの上下反転","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:"レンジ",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:"高値、安値の平均",HLC3_in_legend:"高値、安値、終値の平均",OHLC4_in_legend:"始値、高値、安値、終値の平均","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}":"{title}を{targetTitle}の後に挿入","insert {title} before {targetTitle}":"{title}を{targetTitle}の前に挿入","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。他の時間足の場合には、時間の数値に続けて時間足を表す文字を入力して下さい: 秒足チャート (15Sは15秒チャート), H (時間), D (日), W (週), M (月)、D や 2H。","Do you really want to delete Chart Layout '{name}' ?":"チャートレイアウト '{name}' を本当に消去しますか?","Load layout":"レイアウトの読み込み","Layout name":"レイアウト名","Sort by layout name, date changed":"レイアウト名や変更日で並び替え","Layout name (A to Z)":"レイアウト名 (AからZ)","Layout name (Z to A)":"レイアウト名 (ZからA)","Date modified (oldest first)":"変更日(古い順)","Date modified (newest first)":"変更日(新しい順)","Saved indicators":"保存されたインジケーター","Remember Symbol":"シンボルを記憶","Remember Interval":"時間足を記憶","Confirm Remove Study Tree":"スタディーツリー削除の確認","Do you really want to delete study and all of it's children?":"本当にすべての関連のスタディを削除しますか?","Studies limit exceeded: {number} studies per layout.\nPlease, remove some studies.":"インジケーターの制限数を超えました。チャートレイアウト毎に{number}個まです。\nインジケーターをどれか削除して下さい。","Change symbol":"シンボルの変更","Hide all drawings":"すべての描画を非表示","Select source":"情報源を選択",cfd:"CFD",crypto:"暗号資産",dr:"預託証券",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>