Files
ai/charting_library/static/el-tv-chart.aaac22e21df68f2f7bad.html
Jenkins 9d8b63e068 VERSION 1.14 @ 2019-04-04 08:32:01.655131
x axis retains previous scale after restoring layout #3828
getVisiblePriceRange() not working in 1.14 (unstable) #3774
uppercase_instrument_names doesn't work for compare/overlay #3746
API method to trigger the Zoom Out #3739
Provide event that study properties was changed #3736
Fixed security issue in master #3699
widget.save have old data #3623
JS error on switching chart types #3602
Add a way to prevent scrolling beyond the beginning of bars #3597
Chart customization - overrides #3572
Theme override colors from saved_data #3557
Error while applying Pivot Points Indicator #3521
Month timeframe combining months #3510
initialSettings from settings adapter does not work #3479
Add Indexed to 100 mode for price scale #3391
RTL #3335
Add warning about incorrect usage disable_resolution_rebuild and has_empty_bars #3329
Unable to load DOME and Bottom Widget when open_account_manager disabled #3312
Randomly clickable area on chart that redirects user to tradingview.com #3299
Apply to all #3298
Save container element while charting library's life #3297
Gap appearing in chart layout #3246
User's colors not working when theme is enabled #3232
Chart is outside of visible range when in auto scale and load study template or load chart #3229
Please make getVisibleRange return the range in UTC #3173
Remove TradingView.onready from API #3162
Add API to export data from the chart #3152
Market status is not updated properly #3122
Placeholders disappear in "Compare or Add Symbol" popup when the cursor is set into the fields #2966
getVisibleRange to return 0, any way of getting the last bar in active chart ? #2757
"onListAdded" event is not fired when user click on "Save Watchlist As" #2654
Error report : Parabolic SAR #2205
TERMINAL: make a flag to disable support of stop orders #2181
Add Change % in the OHLC label Charting Library #2120
Request more bars for indicators #1362
Drawing tool does not work on Samsung Edge and  Note 5 #984
2019-04-04 11:32:07 +03:00

1 line
27 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

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><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><script>if(window===window.parent){location.href="about:blank"};</script><script defer crossorigin="anonymous" src="bundles/vendors.4103ca2e65289b14aad5.js"></script><script defer crossorigin="anonymous" src="bundles/library.b2ee7224c8cc9f809bca.js"></script><link type="text/css" href="bundles/library.3e375d0971e0e9bab5bb37e47bb2248a.css" rel="stylesheet"/></head><body class="chart-page on-widget"><div class="loading-indicator" id="loading-indicator"></div><script>var JSServer={};var __initialEnabledFeaturesets=["charting_library"];</script><script>(function(){window.urlParams=(function(){var j,h=/\+/g,m=/([^&=]+)=?([^&]*)/g,e=function(o){return decodeURIComponent(o.replace(h," ")).replace(/<\/?[^>]+(>|$)/g,"")},k=function(){var p=location.href;var o=p.indexOf("#");if(o>=0){return p.substring(o+1)}else{throw"Unexpected use of this page"}}(),n={};while(j=m.exec(k)){n[e(j[1])]=e(j[2])}var l=window.parent[n.uid];var i=["datafeed","customFormatters","brokerFactory"];for(var g in l){if(i.indexOf(g)===-1){n[g]=JSON.stringify(l[g])}}return n})();window.locale=urlParams.locale;window.language=urlParams.locale;window.addCustomCSSFile=function(e){var g=document.createElement("link");document.getElementsByTagName("head")[0].appendChild(g);g.setAttribute("type","text/css");g.setAttribute("rel","stylesheet");g.setAttribute("href",e)};if(!!urlParams.customCSS){window.addCustomCSSFile(urlParams.customCSS)}var f={};if(typeof urlParams.loading_screen==="string"){try{f=JSON.parse(urlParams.loading_screen)}catch(d){}}var a=document.getElementById("loading-indicator");if(f.backgroundColor){a.style="background-color: "+f.backgroundColor}!function(){var m,h;!function(u,p){void 0===p&&(p={});var s=p.insertAt;if(u&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],q=document.createElement("style");q.type="text/css","top"===s&&o.firstChild?o.insertBefore(q,o.firstChild):o.appendChild(q),q.styleSheet?q.styleSheet.cssText=u:q.appendChild(document.createTextNode(u))}}("\n/* Thanks to google guys for the original <paper-spinner> =)\n * https://github.com/PolymerElements/paper-spinner */\n.tv-spinner {\n display: none;\n position: absolute;\n width: 1em;\n height: 1em;\n top: calc(50% - 0.5em);\n left: calc(50% - 0.5em);\n margin: 0 auto;\n color: #37a6ef;\n -webkit-animation: tv-spinner__container-rotate 0.9s linear infinite;\n animation: tv-spinner__container-rotate 0.9s linear infinite;\n will-change: transform;\n /* The spinner does not have any contents that would have to be\n\t * flipped if the direction changes. Always use ltr so that the\n\t * style works out correctly in both cases. */\n direction: ltr;\n}\n.tv-spinner--size_mini {\n font-size: 16px;\n}\n.tv-spinner--size_medium {\n font-size: 32px;\n}\n.tv-spinner--size_large {\n font-size: 56px;\n}\n.tv-spinner--size_mini .tv-spinner__width_element:after {\n border-width: 2px;\n}\n.tv-spinner--size_medium .tv-spinner__width_element:after {\n border-width: 3px;\n}\n.tv-spinner--size_large .tv-spinner__width_element:after {\n border-width: 4px;\n}\n.tv-spinner--shown {\n display: block;\n}\n.tv-spinner__spinner-layer {\n position: absolute;\n width: 100%;\n height: 100%;\n white-space: nowrap;\n color: currentColor;\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n /**\n\t\t * Patch the gap that appear between the two adjacent div.circle-clipper while the\n\t\t * spinner is rotating (appears on Chrome 50, Safari 9.1.1, and Edge).\n\t\t */\n}\n.tv-spinner__spinner-layer::after {\n content: '';\n position: absolute;\n box-sizing: border-box;\n top: 0;\n border-width: 0.07em;\n border-radius: 50%;\n left: 45%;\n width: 10%;\n border-top-style: solid;\n}\n.tv-spinner__background {\n display: inline-block;\n position: absolute;\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n.tv-spinner__background::after {\n content: '';\n position: absolute;\n box-sizing: border-box;\n top: 0;\n border-radius: 50%;\n bottom: 0;\n width: 100%;\n border-color: rgba(135, 151, 165, 0.2);\n border-style: solid;\n}\n.tv-spinner__circle-clipper {\n display: inline-block;\n position: relative;\n width: 50%;\n height: 100%;\n overflow: hidden;\n}\n.tv-spinner__circle-clipper::after {\n content: '';\n position: absolute;\n box-sizing: border-box;\n top: 0;\n border-radius: 50%;\n bottom: 0;\n width: 200%;\n border-style: solid;\n border-bottom-color: transparent;\n -webkit-animation-duration: 1.4s;\n animation-duration: 1.4s;\n -webkit-animation-timing-function: cubic-bezier(0.36, 0, 0.37, 0.99);\n animation-timing-function: cubic-bezier(0.36, 0, 0.37, 0.99);\n -webkit-animation-iteration-count: 1;\n animation-iteration-count: 1;\n will-change: transform;\n}\n.tv-spinner__circle-clipper--left::after {\n left: 0;\n border-right-color: transparent;\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n -webkit-animation-name: tv-spinner__left-spin;\n animation-name: tv-spinner__left-spin;\n}\n.tv-spinner__circle-clipper--right::after {\n left: -100%;\n border-left-color: transparent;\n -webkit-transform: rotate(-124deg);\n transform: rotate(-124deg);\n -webkit-animation-name: tv-spinner__right-spin;\n animation-name: tv-spinner__right-spin;\n}\n@-webkit-keyframes tv-spinner__container-rotate {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes tv-spinner__container-rotate {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@-webkit-keyframes tv-spinner__left-spin {\n 0% {\n -webkit-transform: rotate(130deg);\n transform: rotate(130deg);\n }\n to {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@keyframes tv-spinner__left-spin {\n 0% {\n -webkit-transform: rotate(130deg);\n transform: rotate(130deg);\n }\n to {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@-webkit-keyframes tv-spinner__right-spin {\n 0% {\n -webkit-transform: rotate(-130deg);\n transform: rotate(-130deg);\n }\n to {\n -webkit-transform: rotate(-124deg);\n transform: rotate(-124deg);\n }\n}\n@keyframes tv-spinner__right-spin {\n 0% {\n -webkit-transform: rotate(-130deg);\n transform: rotate(-130deg);\n }\n to {\n -webkit-transform: rotate(-124deg);\n transform: rotate(-124deg);\n }\n}\n"),"WeakMap" in window&&(m=new WeakMap),function(e){e[e.Element=1]="Element",e[e.Document=9]="Document"}(h||(h={}));var k="large";var g,j=function(u,p){var t,v=function(x,s){var w,y;return w=null==s?document.documentElement:s.nodeType===h.Document?s.documentElement:s,m&&(y=m.get(w)),y||((y=w.ownerDocument.createRange()).selectNodeContents(w),m&&m.set(w,y)),y.createContextualFragment(x)}(u,p);if("firstElementChild" in v){t=v.firstElementChild}else{t=null;for(var q=0;q<v.childNodes.length;q++){var n=v.childNodes[q];if(n.nodeType===h.Element){t=n;break}}}return null!==t&&v.removeChild(t),t}((void 0===g&&(g=""),'\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')),l=function(){function e(i){this._shown=!1,this._el=j.cloneNode(!0),this.setSize(i||k)}return e.prototype.spin=function(i){return this._el.classList.add("tv-spinner--shown"),void 0===this._container&&(this._container=i,i.appendChild(this._el)),this._shown=!0,this},e.prototype.stop=function(i){return i&&void 0!==this._container&&this._container.removeChild(this._el),this._el.classList.remove("tv-spinner--shown"),this._shown=!1,this},e.prototype.setStyle=function(o){var i=this;return Object.keys(o).forEach(function(p){var n=o[p];void 0!==n&&i._el.style.setProperty(p,n)}),this},e.prototype.setSize=function(o){var i=void 0!==o?"tv-spinner--size_"+o:"";return this._el.className="tv-spinner "+i+" "+(this._shown?"tv-spinner--shown":""),this},e.prototype.getEl=function(){return this._el},e.prototype.destroy=function(){this.stop(),delete this._el,delete this._container},e}();window.Spinner=l}();var b=(f.foregroundColor)?f.foregroundColor:"auto";var c=new Spinner("large").setStyle({color:b,zIndex:String(2000000000),});c.getEl().classList.add("spinner");c.spin(a)})();</script><script>var _tv_languages=_tv_languages||{};_tv_languages.el={Save:"Αποθήκευση",Show:"Εμφάνιση",Delete:"Διαγραφή",Cancel:"Άκυρο",Open:"Άνοιγμα",Hide:"Απόκρυψη",Comment:"Σχόλιο",Search:"Αναζήτησή",Price:"Τιμή","Technical Analysis":"Τεχνική Ανάλυση",Settings:"Ρυθμίσεις",Width:"Πλάτος",Background:"Υπόβαθρο",Apply:"Εφαρμογή",Symbol:"Σύμβολο","Color Theme":"Χρωματικό Θέμα",Grid:"Πλέγμα",Add:"Προσθήκη",May:"Μαι",Type:"Τύπος",Prices:"Τιμές",Indicators:"Τέχν. Δείκτες",Low:"Χαμηλό",High:"Υψηλό",m_interval_short:"m",h_interval_short:"h",D_interval_short:"D",W_interval_short:"W","Remove from favorites":"Διαγραφή απο τα αγαπημένα","Add to favorites":"Προσθήκη στα αγαπημένα","Time Interval":"Χρονικό εύρος",C_data_mode_connecting_letter:"C",D_data_mode_delayed_letter:"D",D_data_mode_delayed_streaming_letter:"D",E_data_mode_end_of_day_letter:"E",F_data_mode_forbidden_letter:"F",R_data_mode_realtime_letter:"R",S_data_mode_snapshot_letter:"S",R_data_mode_replay_letter:"R","Invalid Symbol":"Άκυρο σύμβολο",Help:"Βοήθεια",Athens:"Αθηνα",Coordinates:"Συντεταγμένες",Drawings:"Σχέδια",Events:"Γεγονότα",Properties:"Ιδιότητες",Scales:"Κλίμακες",Style:"Στυλ","Accumulation/Distribution_study":"Accumulation/Distribution","Accumulative Swing Index_study":"Accumulative Swing Index","Advance/Decline_study":"Advance/Decline","Arnaud Legoux Moving Average_study":"Arnaud Legoux Moving Average",Aroon_study:"Aroon",ASI_study:"ASI","Average Directional Index_study":"Average Directional Index","Average True Range_study":"Average True Range","Awesome Oscillator_study":"Awesome Oscillator","Balance of Power_study":"Balance of Power","Bollinger Bands %B_study":"Bollinger Bands %B","Bollinger Bands Width_study":"Bollinger Bands Width","Bollinger Bands_study":"Bollinger Bands","Chaikin Money Flow_study":"Chaikin Money Flow","Chaikin Oscillator_study":"Chaikin Oscillator","Chande Kroll Stop_study":"Chande Kroll Stop","Chande Momentum Oscillator_study":"Chande Momentum Oscillator","Chop Zone_study":"Chop Zone","Choppiness Index_study":"Choppiness Index","Commodity Channel Index_study":"Commodity Channel Index","Connors RSI_study":"Connors RSI","Coppock Curve_study":"Coppock Curve","Correlation Coefficient_study":"Correlation Coefficient",CRSI_study:"CRSI","Detrended Price Oscillator_study":"Detrended Price Oscillator","Directional Movement_study":"Directional Movement","Donchian Channels_study":"Donchian Channels","Double EMA_study":"Double EMA","Ease Of Movement_study":"Ease Of Movement","Elder's Force Index_study":"Elder's Force Index","EMA Cross_study":"EMA Cross",Envelope_study:"Envelope","Fisher Transform_study":"Fisher Transform","Fixed Range_study":"Fixed Range","Historical Volatility_study":"Historical Volatility","Hull Moving Average_study":"Hull Moving Average","Ichimoku Cloud_study":"Ichimoku Cloud","Keltner Channels_study":"Keltner Channels","Klinger Oscillator_study":"Klinger Oscillator","Know Sure Thing_study":"Know Sure Thing","Least Squares Moving Average_study":"Κινητός μέσος ελαχίστων τετραγώνων","Linear Regression Curve_study":"Linear Regression Curve","MA Cross_study":"MA Cross","MA with EMA Cross_study":"MA with EMA Cross","MA/EMA Cross_study":"MA/EMA Cross",MACD_study:"MACD","Mass Index_study":"Mass Index","McGinley Dynamic_study":"McGinley Dynamic",Momentum_study:"Momentum","Money Flow_study":"Money Flow","Moving Average Channel_study":"Moving Average Channel","Moving Average Exponential_study":"Moving Average Exponential","Moving Average Weighted_study":"Moving Average Weighted","Moving Average_study":"Κινητός μέσος όρος","Net Volume_study":"Net Volume","On Balance Volume_study":"On Balance Volume","Parabolic SAR_study":"Parabolic SAR","Pivot Points Standard_study":"Pivot Points Standard","Price Channel_study":"Price Channel","Price Oscillator_study":"Price Oscillator","Price Volume Trend_study":"Price Volume Trend","Rate Of Change_study":"Rate Of Change","Relative Strength Index_study":"Relative Strength Index","Relative Vigor Index_study":"Relative Vigor Index","Relative Volatility Index_study":"Relative Volatility Index","Session Volume_study":"Session Volume","SMI Ergodic Indicator/Oscillator_study":"SMI Ergodic Indicator/Oscillator","Smoothed Moving Average_study":"Smoothed Moving Average","Stochastic RSI_study":"Stochastic RSI",Stochastic_study:"Stochastic","Triple EMA_study":"Triple EMA",TRIX_study:"TRIX","True Strength Indicator_study":"True Strength Indicator","Ultimate Oscillator_study":"Ultimate Oscillator","Visible Range_study":"Visible Range","Volume Oscillator_study":"Ταλαντωτής όγκου",Volume_study:"Όγκος","Vortex Indicator_study":"Vortex Indicator",VWAP_study:"VWAP",VWMA_study:"VWMA","Williams %R_study":"Williams %R","Williams Alligator_study":"Williams Alligator","Williams Fractal_study":"Williams Fractal","Zig Zag_study":"Zig Zag","Plots Background_study":"Plots Background",SuperTrend_study:"SuperTrend",Length_input:"Length",Plot_input:"Plot",Zero_input:"Zero",Signal_input:"Signal",Long_input:"Long",Short_input:"Short",UpperLimit_input:"UpperLimit",LowerLimit_input:"LowerLimit",Offset_input:"Offset",length_input:"length",mult_input:"mult",short_input:"short",long_input:"long",Limit_input:"Limit",Move_input:"Move",Value_input:"Value","Accumulation/Distribution_input":"Accumulation/Distribution",ADR_B_input:"ADR_B","Equality Line_input":"Equality Line","Window Size_input":"Window Size",Sigma_input:"Sigma","Aroon Up_input":"Aroon Up","Aroon Down_input":"Aroon Down",Upper_input:"Upper",Lower_input:"Lower",ADX_input:"ADX","ADX Smoothing_input":"ADX Smoothing","DI Length_input":"DI Length",Smoothing_input:"Smoothing",ATR_input:"ATR",Growing_input:"Growing",Falling_input:"Falling","Color 0_input":"Color 0","Color 1_input":"Color 1",Source_input:"Source",StdDev_input:"StdDev",Basis_input:"Basis",Median_input:"Median","Bollinger Bands %B_input":"Bollinger Bands %B",Overbought_input:"Overbought",Oversold_input:"Oversold","Bollinger Bands Width_input":"Bollinger Bands Width","RSI Length_input":"RSI Length","UpDown Length_input":"UpDown Length","ROC Length_input":"ROC Length",MF_input:"MF","Fast length_input":"Fast length","Slow length_input":"Slow length","Chaikin Oscillator_input":"Chaikin Oscillator",P_input:"P",X_input:"X",Q_input:"Q",p_input:"p",x_input:"x",q_input:"q",Price_input:"Price","Chande MO_input":"Chande MO","Zero Line_input":"Zero Line","Color 2_input":"Color 2","Color 3_input":"Color 3","Color 4_input":"Color 4","Color 5_input":"Color 5","Color 6_input":"Color 6","Color 7_input":"Color 7","Color 8_input":"Color 8",CHOP_input:"CHOP","Upper Band_input":"Upper Band","Lower Band_input":"Lower Band",CCI_input:"CCI","WMA Length_input":"WMA Length","Long RoC Length_input":"Long RoC Length","Short RoC Length_input":"Short RoC Length",sym_input:"sym",Symbol_input:"Symbol",Correlation_input:"Correlation",Period_input:"Period",Centered_input:"Centered","Detrended Price Oscillator_input":"Detrended Price Oscillator",isCentered_input:"isCentered",DPO_input:"DPO","ADX smoothing_input":"ADX smoothing","+DI_input":"+DI","-DI_input":"-DI",DEMA_input:"DEMA",Divisor_input:"Divisor",EOM_input:"EOM","Elder's Force Index_input":"Elder's Force Index",Percent_input:"Percent",Exponential_input:"Exponential",percent_input:"percent",exponential_input:"exponential",Fisher_input:"Fisher",Trigger_input:"Trigger",Level_input:"Level",HV_input:"HV","Hull MA_input":"Hull MA","Conversion Line Periods_input":"Conversion Line Periods","Base Line Periods_input":"Base Line Periods","Lagging Span 2 Periods_input":"Lagging Span 2 Periods",Displacement_input:"Displacement","Conversion Line_input":"Conversion Line","Base Line_input":"Base Line","Lagging Span_input":"Lagging Span","Lead 1_input":"Lead 1","Lead 2_input":"Lead 2","yay Color 0_input":"yay Color 0","yay Color 1_input":"yay Color 1",Multiplier_input:"Multiplier","Bands style_input":"Bands style",Middle_input:"Middle",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:"siglen","Upper Deviation_input":"Upper Deviation","Lower Deviation_input":"Lower Deviation","Use Upper Deviation_input":"Use Upper Deviation","Use Lower Deviation_input":"Use Lower Deviation",Count_input:"Count",Crosses_input:"Crosses",MOM_input:"MOM",MA_input:"MA","Length EMA_input":"Length EMA","Length MA_input":"Length MA","Signal smoothing_input":"Signal smoothing","Simple ma(oscillator)_input":"Simple ma(oscillator)","Simple ma(signal line)_input":"Simple ma(signal line)",Histogram_input:"Histogram",MACD_input:"MACD",fastLength_input:"fastLength",slowLength_input:"slowLength",signalLength_input:"signalLength",NV_input:"NV",OnBalanceVolume_input:"OnBalanceVolume",Start_input:"Αρχή",Increment_input:"Increment","Max value_input":"Max value",ParabolicSAR_input:"ParabolicSAR",start_input:"start",increment_input:"increment",maximum_input:"maximum","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":"Signal line period",SMI_input:"SMI","SMI Ergodic Oscillator_input":"SMI Ergodic Oscillator",Indicator_input:"Indicator",Oscillator_input:"Oscillator",K_input:"K",D_input:"D",smoothK_input:"smoothK",smoothD_input:"smoothD","%K_input":"%K","%D_input":"%D","Stochastic Length_input":"Stochastic Length","RSI Source_input":"RSI Source",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":"Signal Length",Length1_input:"Length1",Length2_input:"Length2",Length3_input:"Length3",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":"Jaw Length","Teeth Length_input":"Teeth Length","Lips Length_input":"Lips Length",Jaw_input:"Jaw",Teeth_input:"Teeth",Lips_input:"Lips",jawLength_input:"jawLength",teethLength_input:"teethLength",lipsLength_input:"lipsLength","Down fractals_input":"Down fractals","Up fractals_input":"Up fractals",Periods_input:"Periods",Shapes_input:"Shapes","show MA_input":"show MA","MA Length_input":"MA Length","Color based on previous close_input":"Color based on previous close","Deviation (%)_input":"Deviation (%)",Depth_input:"Depth","Extend to last bar_input":"Extend to last bar","Image URL":"URL εικόνας",Copy:"Αντιγραφή","Save image":"Αποθήκευση εικόνας",minutes_interval:"minutes",hours_interval:"hours",days_interval:"days",weeks_interval:"weeks",months_interval:"months",range_interval:"range","Toggle Percentage":"Ποσοστιαία κλίμακα","Toggle Auto Scale":"Αυτόματη κλίμακα","Toggle Log Scale":"Λογαριθμική κλίμακα",log_scale:"log",auto_scale:"αυτοματο",adj_adjustments:"adj","Date Range":"Εύρος ημ/νιας","Scales Properties":"Ιδιότητες κλίμακας",Icon:"Εικονίδιο",Compare:"Σύγκριση","Compare or Add Symbol":"Σύγκριση ή Προσθήκη Συμβόλου","Fullscreen mode":"Λειτουργία πλήρους οθόνης","Open Interval Dialog":"Άνοιγμα διαλόγου διαστήματος",Second_interval_group_name:"Second",Minute_interval_group_name:"Minute",Hour_interval_group_name:"Hour",Day_interval_group_name:"Day",Week_interval_group_name:"Week",Month_interval_group_name:"Month",Range_interval_group_name:"Range","Chart Properties":"Ιδιότητες γραφήματος","Rename...":"Μετονομασία...","Undo {0}":"Αναίρεση {0}","Add Symbol_compare_or_add_symbol_dialog":"Add Symbol",Format:"Διαμόρφωση",Percentage:"Ποσοστό","Change Interval":"Αλλαγή διαστήματος","Not applicable":"Μη εφαρμόσιμο","Scale Left":"Αριστερή Κλίμακα","Scale Right":"Δεξια Κλίμακα","Auto Scale":"Αυτόματη κλίμακα","Log Scale":"Λογαριθμική κλίμακα","Lock Scale":"Κλεϊδωμα Κλίμακας","Top Margin":"Περιθώριο Πάνω","Right Margin":"Περιθώριο Δεξιά",bars_margin:"bars","Time Zone":"Ζώνη Ώρας","Save As...":"Αποθήκευση ως...",Text_tool:"Text","Anchored Text":"Καρφιτσωμένο κείμενο",Forecast:"Πρόβλεψη","Scales Properties...":"Ιδιότητες Κλίμακας","Reset Chart":"Επαναφορά Γραφήματος",Undo:"Αναίρεση",TimeZone:"Ζώνη ώρας","Change Symbol...":"Αλλαγή Συμβόλου...","Reset Scale":"Επαναφορά Κλίμακας","Insert Drawing Tool":"Προσθήκη Εργαλείου Σχεδίασης","Remove All Indicators":"Αφαίρεση όλων των Τεχνικών Δεικτών","Remove All Drawing Tools":"Αφαίρεση όλων των εργαλείων σχεδίασης","Insert Indicator...":"Προσθήκη Τεχικού Δείκτη...","Compare or Add Symbol...":"Σύγκριση ή Προσθήκη Συμβόλου...","Compare...":"Σύγκριση...","Objects Tree...":"Δέντρο Αντικειμένων","Properties...":"Ιδιότητες...","Lock/Unlock":"Κλείδωμα/Ξεκλείδωμα","Format...":"Διαμόρφωση...","Stay in Drawing Mode":"Παραμονή στη Λειτουργία Σχεδίασης","Stay In Drawing Mode":"Παραμονή στη Λειτουργία Σχεδίασης","Lock All Drawing Tools":"Κλείδωμα Εργαλείων Σχεδίασης","Hide All Drawing Tools":"Απόκρυψη Εργαλείων Σχεδίασης",Remove:"Αφαίρεση",Lock:"Κλείδωμα",Close:"Κλείσιμο","Company Comparison":"Σύγκριση Εταιρείας","Zoom Out":"Σμίκρυνση","Zoom In":"Μεγέθυνση",Defaults:"Προεπιλογές","Show/Hide":"Εμφάνιση/Απόκρυψη",Note:"Σημείωση","Anchored Note":"Καρφιτσωμένη σημείωση","Show Objects Tree":"Εμφάνιση Δέντρου Αντικειμένων",Text:"Κείμενο","Show Price":"Εμφάνιση Τιμής",Label:"Ετικέτα","Label Background":"Υπόβαθρο Ετικέτας","Show Prices":"Εμφάνιση Τιμών",Color:"Χρώμα",left:"δεξιά",top:"πάνω",Labels:"Ετικέτες","Left Labels":"Ετικέτες Δεξιά","Top Labels":"Ετικέτες Πάνω","Show Labels":"Εμφάνιση Ετικετών",Borders:"Περιθώρια",Transparency:"Διαφάνεια","Show Text":"Εμφάνιση Κειμένου","Text Alignment:":"Στοίχιση Κειμένου:","Visual Order":"Σειρά Εμφάνισης",Clone:"Κλωνοποίηση","Bring to Front":"Τοποθέτηση μπροστά","Send to Back":"Τοποθέτηση πίσω","Bring Forward":"Μετακίνηση μπροστά","Send Backward":"Μετακίνηση προς τα πίσω","Background Color":"Χρώμα Υπόβαθρου","Text color":"Χρώμα κειμένου","Font Size":"Μέγεθος γραμματοσειράς","Marker Color":"Χρωμα υπογράμμισης","Background color 1":"Χρωμα υπόβαθρου 1","Background color 2":"Χρώμα υπόβαθρου 2","Price:":"Τιμή:","Text:":"Κείμενο:","Show Price Range":"Εμφάνιση Εύρους Τιμών","Always Show Stats":"Εμφάνιζε πάντα στατιστικά","Stats Text Color":"Χρώμα κειμένου στατιστικών","Show Date/Time Range":"Εμφάνιση εύρους ημ/νιας","Show Distance":"Εμφάνιση Διαστήματος","Show Angle":"Εμφάνιση γωνίας","No drawings yet":"Δεν υπάρχουν ακομα σχέδια","Objects Tree":"Δέντρο αντικειμένων","Manage Drawings":"Διαχείριση σχεδίων","Last Modified":"Τελευταία αλλαγή","Move Up":"Μετακίνηση πάνω","Move Down":"Μετακίνηση κάτω","Merge Up":"Συγχώνευση προς τα πάνω","Merge Down":"Συγχώνευση προς τα κάτω","Click to set a point":"Κάντε κλικ για να δημιουργία σημείου",Percentage_scale_menu:"Ποσοστό","Log Scale_scale_menu":"Λογαριθμική Κλίμακα","No Overlapping Labels_scale_menu":"No Overlapping Labels",Default:"Προεπιλογή",Histogram:"Ιστόγραμμα",Cross_chart_type:"Cross",Columns:"Στήλες",Step:"Βήμα","{0} copy_ex: AAPL chart copy":"{0} copy","Price Line":"Γραμμή Τιμής",Precision:"Ακρίβεια","Text Color":"Χρώμα Κειμένου","No symbols matched your criteria":"Δε βρέθηκαν σύμβολα",d_dates:"d",h_dates:"ω",m_dates:"m",s_dates:"s",ext_shorthand_for_extended_session:"ext",Minor_wave:"Minor",SUCCESS:"ΕΠΙΤΥΧΙΑ",FAILURE:"ΑΠΟΤΥΧΙΑ",in_dates:"σε",Open_line_tool_position:"Opened",Closed_line_tool_position:"Closed","distance: {0}":"απόσταση: {0}",Mo_interval_short:"Mo",R_interval_short:"R",day_plural:"days",week_plural:"weeks",month_plural:"months",second_plural:"seconds",minute_plural:"minutes",hour_plural:"hours",range_plural:"ranges",O_in_legend:"O",H_in_legend:"H",L_in_legend:"L",C_in_legend:"C","loading...":"ενημέρωση...",Jan:"Ιαν",Feb:"Φεβ",Mar:"Μαρ",Apr:"Απρ",Jun:"Ιουν",Jul:"Ιουλ",Aug:"Αυγ",Sep:"Σεπ",Oct:"Οκτ",Nov:"Νοε",Dec:"Δεκ","Add Symbol":"Εισαγωγή Συμβόλου",Confirmation:"Επιβεβαίωση","Active Symbol":"Ενεργό σύμβολο","No indicators matched your criteria.":"Δε βρέθηκαν Τέχνικο. Δείκτες που να ταιριάζουν με τα κριτήρια αναζήτησης",like_plural:"likes",Su_day_of_week:"Su",Mo_day_of_week:"Mo",Tu_day_of_week:"Tu",We_day_of_week:"We",Th_day_of_week:"Th",Fr_day_of_week:"Fr",Sa_day_of_week:"Sa","in %s_time_range":"in %s","%s ago_time_range":"%s ago","%d minute_plural":"%d minutes","%d hour_plural":"%d hours","%d day_plural":"%d days","%d month_plural":"%d months","%d year_plural":"%d years","Custom color...":"Αλλο χρώμα...",Light_colorThemeName:"Light",Dark_colorThemeName:"Dark",Black_colorThemeName:"Black",Blue_colorThemeName:"Blue",Grey_colorThemeName:"Grey",White_colorThemeName:"White"};</script></body></html>