var fDesc=new Array(); fDesc[0] = "MetaTrader platform is capable of a lot, it still requires the user to learn MQL programming in order to take full advantage of the platform. Programming Expert Advisors can take a lot of time and cost in development. By making the values of technical indicators available in Excel and allowing for the use of Excel functions to send market orders directly to Meta Trader, the need for MQL programming may be greatly reduced.


Main Features:

- LIVE MT4 prices and technical indicators in Excel
- EASY access to MT4 historical values and prices
- EXECUTE and place orders in MT4 from Excel using simple functions
- STREAMING Account data from MT4 to Excel"; 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 = ''; } }