var fDesc=new Array(); fDesc[0] = "The client terminal is designed for performing trade operations in different financial markets. The terminal also offers wide analytical possibilities and supports various tools for conducting technical analysis. Program contains all the necessary tools for developing, testing and running programs for automated trading. These programs are written in the built-in language, using which you can also create custom indicators and scripts. here are over 50 analytical tools that can be used to forecast financial markets, consisting of many technical indicators and line studies. There is also built-in language for trade strategies programming MetaQuotes Language 4. Using this language, you can create Expert Advisors, Custom Indicators and you can also create your own technical indicators and use them in
MetaTrader 4!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }