1 line
106 KiB
HTML
1 line
106 KiB
HTML
<!DOCTYPE html><html lang="he" dir="rtl"><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.rtl.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.he_IL={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:"ינואר",February:"פברואר",March:"מרץ",April:"אפריל",May:"מאי",June:"יוני",July:"יולי",August:"אוגוסט",September:"ספטמבר",October:"אוקטובר",November:"נובמבר",December:"דצמבר","Indicators & Strategies":"מתנדים ואסטרטגיות",Contracts:"חוזים",Change:"שינוי","Hong Kong":"הונג קונג",forex:'מט"ח',Type:"סוג","Invalid Symbol":"סימול לא קיים",Bahrain:"בחריין",Luxembourg:"לוקסמבורג","New Zealand":"ניו זילנד",Qatar:"קטאר",Singapore:"סינגפור",Ok:"בסדר",Properties:"מאפיינים",Absolute:"מוחלט",d_dates:"יום",h_dates:"שעות",m_dates:"דקות",s_dates:"שניות","At close":"מקרוב",Holiday:"חג","Click to set a point":"לחץ על מנת לקבוע נקודה","Move the point to position the anchor then tap to place":"הזז את הנקודה למיקום העוגן ולאחר מכן הקש כדי למקם","Double-click to finish Path":"לחץ פעמיים כדי לסיים את הנתיב","Double-click to finish Polyline":"לחץ פעמיים כדי לסיים את 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:"חודש",month_1:"חודשיים",month_2:"חודשים",month_3:"חודשים",High:"גבוה",Low:"נמוך",Ticker:"טיקר",Vol:"מחזור","No symbols match your criteria":"אין סימולים תואמים את הקריטריונים שלך",Close:"סגירה",Time:"זמן","{number} minute_0":"דקה {number}","{number} minute_1":"{number} דקות","{number} minute_2":"{number} דקות","{number} minute_3":"{number} דקות",m_interval_short:"דק'","{number} hour_0":"שעה {number}","{number} hour_1":"{number} שעות","{number} hour_2":"{number} שעות","{number} hour_3":"{number} שעות",h_interval_short:"שעה","{number} day_0":"יום {number}","{number} day_1":"{number} ימים","{number} day_2":"{number} ימים","{number} day_3":"{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}":"{exchange} מאת {originalExchange}","Real-time data for {symbolName} is provided by {exchange} exchange.":"נתונים בזמן אמת עבור {symbolName} מסופקים על ידי {exchange} 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:"מוסקבה",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":"נרות גנס","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":"בניין צעד לאחור One Step Back Building",Wicks:"וויקס 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":"הצטברות / הפצה","Accumulative Swing Index_study":"מדד סווינג מצטבר","Advance/Decline_study":"Advance/Decline","Arnaud Legoux Moving Average_study":"ממוצעים נעים ארנולד לגוקס (ALMA)",Aroon_study:"הרון (Aroon)",ASI_study:"ASI","Average Directional Index_study":"מדד כיווני ממוצע","Average True Range_study":"ממוצע טווח אמיתי (ATR)","Awesome Oscillator_study":"מתנד אוסום (AO)","Balance of Power_study":"שיווי משקל כוח (BoP)","Bollinger Bands %B_study":"רוצועות בויילינגר %","Bollinger Bands Width_study":"רוחב רצועות בולינג'ר","Bollinger Bands_study":"רצועות בולינג'ר","Chaikin Money Flow_study":"זרימת כספים צ'איקין (CMF)","Chaikin Oscillator_study":"מתנד צ'אייקין (CO)","Chande Kroll Stop_study":"צ'אנד קרול סטופ (CKS)","Chande Momentum Oscillator_study":"מתנד מומנטום צ'אנד (CMO)","Chop Zone_study":"צ'ופ-זון","Choppiness Index_study":"מדד צ'ופינס","Commodity Channel Index_study":"מדד ערוץ סחורות ׁׁ(CCI)","Connors RSI_study":"קונורס RSI","Coppock Curve_study":"עקומת קופוק","Correlation Coefficient_study":"מקדם התאמה",CRSI_study:"CRSI","Detrended Price Oscillator_study":"Detrended Price Oscillator","Directional Movement_study":"תנועה כיוונית","Donchian Channels_study":"ערוצי דונצ'יאן","Double EMA_study":"ממוצע נע אקספוננציאלי כפול","Ease Of Movement_study":"קלות תנועה","Elder's Force Index_study":"Elder's Force Index","EMA Cross_study":"ממוצע נע אקספוננציאלי חוצה",Envelopes_study:"מעטפות","Fisher Transform_study":"Fisher Transform","Fixed Range_study":"טווח קבוע","Guppy Multiple Moving Average_study":"ממוצע נע מרובה גופים","Historical Volatility_study":"תנודתיות היסטורית","Hull Moving Average_study":"ממוצע נע Hull","Ichimoku Cloud_study":"ענן איצ'ימוקו","Keltner Channels_study":"תעלות קלטנר","Klinger Oscillator_study":"מתנד קלינגר (KO)","Know Sure Thing_study":"דע בביטחון (Know sure thing)","Least Squares Moving Average_study":"ריבועי ממוצעים נעים פשוטים (LSMA)","Linear Regression Curve_study":"עקומת רגרסיה לינארית","MA Cross_study":"ממוצעים נעים חוצים","MA with EMA Cross_study":"ממוצע נע עם ממוצע נע חוצה","MA/EMA Cross_study":"ממוצע נע/ממוצע נע חוצה",MACD_study:"MACD","Mass Index_study":"מדד המונים","McGinley Dynamic_study":"מקינגלי דינאמי",Momentum_study:"מומנטום","Money Flow_study":"זרימת כספים MFI","Moving Average Channel_study":"ערוץ ממוצע נע","Moving Average Exponential_study":"ממוצע נע אקספוננציאלי","Moving Average Weighted_study":"ממוצע נע משוקלל","Moving Average_study":"ממוצע נע","Net Volume_study":"נפח נטו","On Balance Volume_study":"ווליום מאוזן OBV","Parabolic SAR_study":"פרבוליק SAR","Pivot Points Standard_study":"נקודות פיבוט רגיל","Price Channel_study":"ערוץ מחיר","Price Oscillator_study":"מתנד מחיר (PO)","Price Volume Trend_study":"מגמת מחיר ונפח","Rate Of Change_study":"שיעור השינוי","Relative Strength Index_study":"מדד כוח יחסי (RSIׂׂׂ)","Relative Vigor Index_study":"מדד עוצמה יחסי (RVI)","Relative Volatility Index_study":"מדד תנודתיות יחסית","Session Volume_study":"סשן ווליום","Session Volume HD_study":"סשן ווליום HD","SMI Ergodic Indicator/Oscillator_study":"SMI Ergodic Indicator/Oscillator","Smoothed Moving Average_study":"ממוצע נע חלק","Stochastic RSI_study":"מדד כוח יחסי סטוכסטיק (Stochastic RSI)",Stochastic_study:"סטוכסטיק","Triple EMA_study":"ממוצעים נעים אקפוננציאלית פי 3 (Triple EMA)",TRIX_study:"טריקס (TRIX)","True Strength Indicator_study":"מדד כוח אמיתי ׁ(TSI)","Ultimate Oscillator_study":"אוסילטור אולטימטיבי","Visible Range_study":"טווח גלוי","Volume Oscillator_study":'חישוב מחזור ע"י יחס בין ממוצעים נעים (Oscillator)',Volume_study:"ווליום/נפח מסחר","Vortex Indicator_study":"מתנד וורטקס",VWAP_study:"VWAP",VWMA_study:"VWMA","Williams %R_study":"וויליאם %R","Williams Alligator_study":"תנין ויליאמס","Williams Fractal_study":"ויליאמס פרקטל","Zig Zag_study":"זיג-זג","Plots Background_study":"Plots Background",SuperTrend_study:"מגמת-על","Average Price_study":"מחיר ממוצע","Typical Price_study":"מחיר אופייני","Median Price_study":"מחיר חציון","Money Flow Index_study":"מדד זרימת כסף MFI","Moving Average Double_study":"ממוצע נע כפול","Moving Average Triple_study":"ממוצע נע משולש","Moving Average Adaptive_study":"ממוצע נע מסתגל","Moving Average Hamming_study":"ממוצע נע משוקלל Hamming","Moving Average Modified_study":"ממוצע נע מותאם Modified","Moving Average Multiple_study":"ממוצע נע מרובה Multiple","Linear Regression Slope_study":"רגרסיה לינארית משופעת","Standard Error_study":"שגיאת תקן","Standard Error Bands_study":"Standard Error Bands","Correlation - Log_study":"מתאם - התחברות","Standard Deviation_study":"סטיית תקן","Chaikin Volatility_study":"תנודתיות הייקין","Volatility Close-to-Close_study":"תנודתיות Close-to-Close","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":"Majority Rule",Length_input:"אורך",Plot_input:"Plot",Zero_input:"אפס",Signal_input:"אות",Long_input:"Long",Short_input:"Short",UpperLimit_input:"גבול עליון",LowerLimit_input:"LowerLimit",Offset_input:"קיזוז",length_input:"length",mult_input:"מרובה",short_input:"short",long_input:"long",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 Up","Aroon Down_input":"Aroon Down",Upper_input:"עליון",Lower_input:"תחתון",Deviation_input:"סטייה","Levels Format_input":"פורמט רמות","Labels Position_input":"מיקום תוויות","0 Level Color_input":"רמת צבע 0","0.236 Level Color_input":"רמת צבע 0.236","0.382 Level Color_input":"רמת צבע 0.382","0.5 Level Color_input":"רמת צבע 0.5","0.618 Level Color_input":"רמת צבע 0.618","0.65 Level Color_input":"רמת צבע 0.65","0.786 Level Color_input":"רמת צבע 0.786","1 Level Color_input":"רמת צבע 1","1.272 Level Color_input":"רמת צבע 1.272","1.414 Level Color_input":"רמת צבע 1.414","1.618 Level Color_input":"רמת צבע 1.618","1.65 Level Color_input":"רמת צבע 1.65","2.618 Level Color_input":"רמת צבע 2.618","2.65 Level Color_input":"רמת צבע 2.65","3.618 Level Color_input":"רמת צבע 3.618","3.65 Level Color_input":"רמת צבע 3.65","4.236 Level Color_input":"רמת צבע 4.236","-0.236 Level Color_input":"רמת צבע 0.236-","-0.382 Level Color_input":"רמת צבע 0.382-","-0.618 Level Color_input":"רמת צבע 0.618-","-0.65 Level Color_input":"רמת צבע 0.65-",ADX_input:"ADX","ADX Smoothing_input":"החלקת ADX","DI Length_input":"אורך DI",Smoothing_input:"Smoothing",ATR_input:"ממוצע טווח אמיתי",Growing_input:"עולה",Falling_input:"יורד","Color 0_input":"צבע 0","Color 1_input":"צבע 1",Source_input:"מקור",StdDev_input:"StdDev",Basis_input:"בּסיס",Median_input:"חציון","Bollinger Bands %B_input":"רצועות בולינג'ר %B",Overbought_input:"קניית יתר",Oversold_input:"מכירת יתר","Bollinger Bands Width_input":"רוחב רצועות בולינג'ר","RSI Length_input":"אורך RSI","UpDown Length_input":"אורך UpDown","ROC Length_input":"אורך ROC",MF_input:"MF",resolution_input:"רזולוציה","Fast Length_input":"אורך מהיר","Slow Length_input":"אורך איטי","Chaikin Oscillator_input":"מתנד חייקין",P_input:"P",X_input:"X",Q_input:"Q",p_input:"p",x_input:"x",q_input:"q",Price_input:"מחיר","Chande MO_input":"Chande MO","Zero Line_input":"קו אפס","Color 2_input":"צבע 2","Color 3_input":"צבע 3","Color 4_input":"צבע 4","Color 5_input":"צבע 5","Color 6_input":"צבע 6","Color 7_input":"צבע 7","Color 8_input":"צבע 8",CHOP_input:"CHOP","Upper Band_input":"רצועה עליונה","Lower Band_input":"רצועה תחתונה",CCI_input:"CCI","Smoothing Line_input":"קו החלקה","Smoothing Length_input":"אורך החלקה","WMA Length_input":"אורך WMA","Long RoC Length_input":"Long RoC Length","Short RoC Length_input":"Short RoC Length",sym_input:"sym",Symbol_input:"סימול",Correlation_input:"קורלציה",Period_input:"פרק זמן",Centered_input:"מְרוּכָּז","Detrended Price Oscillator_input":"Detrended Price Oscillator",isCentered_input:"isCentered",DPO_input:"DPO","ADX smoothing_input":"החלקת ADX","+DI_input":"+DI","-DI_input":"-DI",DEMA_input:"DEMA",Divisor_input:"מחלק",EOM_input:"EOM","Elder's Force Index_input":"Elder's Force Index",Percent_input:"אחוז",Exponential_input:"אקספוננציאלי",Average_input:"ממוצע","Upper Percentage_input":"אחוז עליון","Lower Percentage_input":"אחוז תחתון",Fisher_input:"Fisher",Trigger_input:"Trigger",Level_input:"רָמָה","Trader EMA 1 length_input":"אורך טריידר EMA 1","Trader EMA 2 length_input":"אורך טריידר EMA 2","Trader EMA 3 length_input":"אורך טריידר EMA 3","Trader EMA 4 length_input":"אורך טריידר EMA 4","Trader EMA 5 length_input":"אורך טריידר EMA 5","Trader EMA 6 length_input":"אורך טריידר EMA 6","Investor EMA 1 length_input":"משקיע אורך EMA 1","Investor EMA 2 length_input":"משקיע אורך EMA 2","Investor EMA 3 length_input":"משקיע אורך EMA 3","Investor EMA 4 length_input":"משקיע אורך EMA 4","Investor EMA 5 length_input":"משקיע אורך EMA 5","Investor EMA 6 length_input":"משקיע אורך EMA 6",HV_input:"HV","Hull MA_input":"ממוצע נע Hull","Conversion Line Periods_input":"תקופות קו המרה","Base Line Periods_input":"תקופות קו הבסיס","Lagging Span 2 Periods_input":"Lagging Span 2 Periods",Displacement_input:"Displacement","Conversion Line_input":"קו המרה","Base Line_input":"קו בסיס","Lagging Span_input":"Lagging Span","Lead 1_input":"מוביל 1","Lead 2_input":"מוביל 2","yay Color 0_input":"yay Color 0","yay Color 1_input":"yay Color 1",Multiplier_input:"מַכפִּיל","Bands style_input":"סגנון רצועות",Middle_input:"אמצע",useTrueRange_input:"useTrueRange",ROCLen1_input:"ROCLen1",ROCLen2_input:"ROCLen2",ROCLen3_input:"ROCLen3",ROCLen4_input:"ROCLen4",SMALen1_input:"SMALen1",SMALen2_input:"SMALen2",SMALen3_input:"SMALen3",SMALen4_input:"SMALen4",SigLen_input:"SigLen",KST_input:"KST",Sig_input:"Sig",roclen1_input:"roclen1",roclen2_input:"roclen2",roclen3_input:"roclen3",roclen4_input:"roclen4",smalen1_input:"smalen1",smalen2_input:"smalen2",smalen3_input:"smalen3",smalen4_input:"smalen4",siglen_input:"אורך-אות","Upper Deviation_input":"סטיית עליון","Lower Deviation_input":"Lower Deviation","Use Upper Deviation_input":"השתמש בסטייה עליונה","Use Lower Deviation_input":"השתמש בסטייה תחתונה",Count_input:"לספור",Crosses_input:"חוצה",MOM_input:"MOM",MA_input:"ממוצע נע","Length EMA_input":"אורך ממוצע נע אקספוננציאלי","Length MA_input":"אורך ממוצע נע","Fast length_input":"אורך מהיר","Slow length_input":"Slow length","Signal smoothing_input":"החלקת אותות","Simple ma(oscillator)_input":"Simple ma(oscillator)","Simple ma(signal line)_input":"Simple ma(signal line)",Histogram_input:"היסטוגרמה",MACD_input:"MACD",fastLength_input:"fastLength",slowLength_input:"slowLength",signalLength_input:"אורך-האות",NV_input:"NV",OnBalanceVolume_input:"OnBalanceVolume",Start_input:"התחל",Increment_input:"Increment","Max value_input":"ערך מקסימלי",ParabolicSAR_input:"ParabolicSAR",start_input:"התחל",increment_input:"תוספת",maximum_input:"מקסימום","Short length_input":"Short length","Long length_input":"Long length",OSC_input:"OSC",shortlen_input:"shortlen",longlen_input:"longlen",PVT_input:"PVT",ROC_input:"ROC",RSI_input:"RSI",RVGI_input:"RVGI",RVI_input:"RVI","Long period_input":"Long period","Short period_input":"Short period","Signal line period_input":"תקופת קו אות",SMI_input:"SMI","SMI Ergodic Oscillator_input":"מתנד SMI ארגודיק",Indicator_input:"אינדיקטור",Oscillator_input:"מתנד",K_input:"K",D_input:"D",smoothK_input:"smoothK",smoothD_input:"smoothD","%K_input":"%K","%D_input":"%D","Stochastic Length_input":"אורך סטוקסטיק","RSI Source_input":"מקור RSI",lengthRSI_input:"lengthRSI",lengthStoch_input:"lengthStoch",TRIX_input:"TRIX",TEMA_input:"TEMA","Long Length_input":"Long Length","Short Length_input":"Short Length","Signal Length_input":"אורך אות",Length1_input:"אורך1",Length2_input:"אורך2",Length3_input:"אורך3",length7_input:"length7",length14_input:"length14",length28_input:"length28",UO_input:"UO",VWMA_input:"VWMA",len_input:"len","VI +_input":"VI +","VI -_input":"VI -","%R_input":"%R","Jaw Length_input":"אורך הלסת","Teeth Length_input":"Teeth Length","Lips Length_input":"אורך השפתיים",Jaw_input:"לסת",Teeth_input:"Teeth",Lips_input:"שפתיים","Jaw Offset_input":"Jaw Offset","Teeth Offset_input":"Teeth Offset","Lips Offset_input":"Lips Offset","Down fractals_input":"פרקטלי ירידה","Up fractals_input":"פרקטל עולה",Periods_input:"תקופות",Shapes_input:"צורות","show MA_input":"הצג MA","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":"Extend POC Right","Value Area Volume_input":"איזור ערך הווליום Value Area Volume",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":"התקופה הראשונה","2nd Period_input":"התקופה השנייה","3rd Period_input":"התקופה השלישית","4th Period_input":"התקופה הרביעית","5th Period_input":"התקופה החמישית","6th Period_input":"התקופה השישית","Rate of Change Lookback_input":"שיעור שינוי לאחור","Instrument 1_input":"כלי 1","Instrument 2_input":"כלי 2","Rolling Period_input":"תקופה מתגלגלת","Standard Errors_input":"שגיאות תקן","Averaging Periods_input":"תקופות ממוצעות","Days Per Year_input":"ימים בשנה","Market Closed Percentage_input":"אחוז סגירת שוק","ATR Mult_input":"ממוצע טווח אמיתי מרובה",VWAP_input:"VWAP ויאפ","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:"מועדפים","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:"תוכנת מסחר 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 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.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":"שנה נראות של תוויות ביקוש והיצע 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":"ערכי פגנס","Bar change values":"ערכי שינוי הנר","Indicator titles":"כותרות מתנד","Indicator arguments":"ארגומנטים של אינדיקטור","Indicator values":"ערכי מתנד","Hide Indicator Legend":"הסתר מקרא אינדיקטור","Show Indicator Legend":"הצג מקרא אינדיקטור","Show Object Tree":"הצג עץ אובייקטים","Could not get Pine source code.":"לא ניתן לקבל קוד מקור","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:"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":"שנה צבע קווי הפרדה של סשנים sessions breaks","change sessions breaks width":"שנה רוחב קווי הפרדה של סשנים sessions breaks","change sessions breaks style":"שנה סגנון הפסקות סשן sessions breaks","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":"שנה נראות של פתיל renko","change renko wick up color":"שנה צבע wick up renko","change renko wick down color":"שנה צבע renko wick down","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":"שנה את הצבע שלwick up {candleType}","change {candleType} wick down color":"שנה את הצבע של {candleType} wick למטה","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:"טווח",range_1:"טווחים",range_2:"טווחים",range_3:"טווחים","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":"נרות פתיחה סגירה","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":"שנה את נראות רמת {index} השורה {title}","change {title} levels visibility":"שנה את הנראות של הרמות {title}","change {title} level {index} line color":"שנה את צבע רמת {index} השורה של {title}","change {title} level {index} line width":"שנה את רוחב רמת השורה{index} של {title}","change {title} level {index} line coeff":"שנה קו 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":"Coeffs מקדם כאחוזים","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":"שנה את סגנון רמת הקו {index} של {title}","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} הקשתות arcs {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":"שנה את ערך ה-HL הממוצע של {title}","change {title} variance value":"שנה את ערך השונות של {title}",Transparency:"שקיפות","Avg HL in minticks":"HL ממוצע ב-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} הצג את ה-r של פירסון",Base:"בסיס",Up:"למעלה",Down:"למטה","Pearson's R":"מתאם פירסון 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":"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:"סגירה",Outputs:"פלטים","change thickness":"שנה את העובי","change color":"שנה צבע","change opacity":"שנה את הבהירות","change font size":"שנה גודל גופן","change line style":"שנה את סגנון הקו","change min tick":"שינוי 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":"שנה את סוג הPlot","Labels font":"גופן תוויות","change shape":"שנה את הצורה","Volume profile":"פרופיל ווליום Volume Profile","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} תצטרך להשלים הסכם Exchange. אל דאגה, זה לוקח רק כמה לחיצות","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.":"ערב. השוק פתוח למסחר מאוחר post-market.","Time for a walk — this market is closed.":"זמן לטיול - שוק זה סגור.","Market is currently on holiday. Lucky them.":"השוק נמצא כרגע בחופשה. כיף להם.","less than 1 minute":"פחות מדקה אחת","{days} and {hours}":"{days} ו-{hours}","{hours} and {minutes}":"{hours} ו-{minutes}","Market opens in {remainingTime}.":"השוק נפתח בעוד {remainingTime}.","Market closes in {remainingTime}.":"השוק נסגר בעוד {remainingTime}.","It'll go to post-market trading in {remainingTime}.":"זה יעבור למסחר המאוחר, פוסט מארקט ב-{remainingTime}.","It'll open for pre-market trading in {remainingTime}.":"הוא ייפתח לטרום מסחר פרה-מארקט ב-{remainingTime}.","Replay mode":"מצב שידור חוזר","You're in Replay mode. You're in Replay mode. You're in Replay mode.":"אתה במצב שידור חוזר. אתה במצב שידור חוזר. אתה במצב שידור חוזר.","Do you really want to delete Study Template '{name}' ?":"האם אתה בטוח שברצונך למחוק את תבנית המחקר '{name}'?","Modify Order":"שנה הוראה","Cancel Order":"בטל פקודה",Confirmation:"אישור","Visible on mouse over":"הצג כשהעכבר מעל","Always visible":"תמיד גלוי","Always invisible":"תמיד בלתי נראה","send {title} backward":"שלח {title} לאחור","bring {title} forward":"הבא {title} קדימה","insert {title} after {target}":"הכנס {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:"ינואר",Feb:"פברואר",Mar:"מרץ",Apr:"אפריל",May_short:"מאי",Jun:"יוני",Jul:"יולי",Aug:"אוגוסט",Sep:"ספטמבר",Oct:"אוקטובר",Nov:"נובמבר",Dec:"דצמבר","Fraction part is invalid.":"חלק שבור אינו חוקי","Second fraction part is invalid.":"הפיסקה של החלק השני אינו חוקי.","create line tools group from selection":"צור קבוצת כלי שורה מהבחירה","removing line tools group {name}":"הסרת קבוצת כלי קו {name}","add line tool {lineTool} to group {name}":"הוסף כלי קו {lineTool} לקבוצה {name}","make group {group} visible":"הפוך את הקבוצה {group} לגלויה","make group {group} invisible":"הפוך את הקבוצה {group} לבלתי נראית","lock group {group}":"נעל קבוצה {group}","unlock group {group}":"בטל את נעילת הקבוצה {group}","rename group {group} to {newName}":"שנה שם קבוצה {group} ל- {newName}","change {sourceTitle} title to {newSourceTitle}":"שנה את {sourceTitle} כותרת ל- {newSourceTitle}","insert source(s) after":"הכנס מקור(ות) לאחר מכן","mirror bars pattern":"דפוס ברי מראה","flip bars pattern":"הפוך תבנית ברים","change Elliott degree":"שנה את רמת אליוט",Millennium:"מילניום","Grand supercycle":"סופר גל גדול",Supercycle:"סופר גל",Cycle:"מחזור",Primary:"ראשי",Intermediate:"ביניים",Minor_wave:"מינורי",Minute_wave:"דקה",Minuette:"מינוט (Minuette)",Subminuette:"סאבמינוט (Subminuette)",Micro:"מיקרו",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":"רבוע Gann קבוע","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":"תבנית Three Drives","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:"s",R_interval_short:"R",tick_0:"טיק",tick_1:"טיקים",tick_2:"טיקים",tick_3:"טיקים",day_0:"יום",day_1:"יומיים",day_2:"ימים",day_3:"ימים",week_0:"שבוע",week_1:"שבועות",week_2:"שבועות",week_3:"שבועות",second_0:"שניה",second_1:"שניות",second_2:"שניות",second_3:"שניות",minute_0:"דקה",minute_1:"דקות",minute_2:"דקות",minute_3:"דקות",hour_0:"שעה",hour_1:"שעות",hour_2:"שעות",hour_3:"שעות","Stack on the left":"תאגד לשמאל","Stack on the right":"תאגד לימין",Auto:"אוטו'",Avg:"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":"משולש למעלה","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 במידה וזה גרף חמש דקות). או מספר פלוס אות H (לשעה), D (יום), W (שבוע) M (חודש) אינטרוולים. (כלומר D ליום או 2H ל2שעות)","Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)":"הקלד את מספר האינטרוול עבור גרפי דקות (כלומר 5 אם זה יהיה גרף של חמש דקות). או מספר אותיות במרווחי זמן אחרים: S בגרף שניה (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 , התאריך השתנה","Layout name (A to Z)":"שם הפריסה (א' עד ת')","Layout name (Z to 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:"קריפטו",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:"Tu",We_day_of_week:"We",Th_day_of_week:"Th",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}","{symbolsCount} symbol_symbols_and_drawings_count_1":"{symbolsCount} סימולים","{symbolsCount} symbol_symbols_and_drawings_count_2":"{symbolsCount} סימולים","{symbolsCount} symbol_symbols_and_drawings_count_3":"{symbolsCount} סימולים","with {drawingsCount} drawing_symbols_and_drawings_count_0":"עם שרטוט {drawingsCount}","with {drawingsCount} drawing_symbols_and_drawings_count_1":"עם {drawingsCount} שרטוטים","with {drawingsCount} drawing_symbols_and_drawings_count_2":"עם {drawingsCount} שרטוטים","with {drawingsCount} drawing_symbols_and_drawings_count_3":"עם {drawingsCount} שרטוטים","{drawingsCount} drawing_0":"שרטוט {drawingsCount}","{drawingsCount} drawing_1":"{drawingsCount} שרטוטים","{drawingsCount} drawing_2":"{drawingsCount} שרטוטים","{drawingsCount} drawing_3":"{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}"':"הגדר את הזמן והמחיר של {inputInline} עבור {studyShortDescription}",'Set the time and price for "{studyShortDescription}"':'הגדר את הזמן והמחיר עבור "{studyShortDescription}"','Set the "{inputTitle}" time for "{studyShortDescription}"':"הגדר את הזמן {inputTitle} עבור {studyShortDescription}",'Set the time for "{studyShortDescription}"':'הגדר את השעה עבור "{studyShortDescription}"','Set the "{inputTitle}" price for "{studyShortDescription}"':"הגדר את המחיר {inputTitle} עבור {studyShortDescription}",'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> |