var fDesc=new Array(); fDesc[0] = "Yadix MetaTrader allows traders to easily execute and control their trades and market exposure. Placing market orders, pending and stop orders, trailing stops and take profit transactions is extremely simple on MT4. Orders can be controlled according to preferences including trading directly from charts.

The charting facilities on offer are substantial as you’d expect from MetaTrader 4 and by using the range of analytical and indicator tools helps traders easily identify latest trends, patterns and market movements. The internal alert system can be set to automatically update traders of key market movements in order to assist in faster trading decisions.

Main Features:


- Market Watch Window
- Navigator Window
- Multiple order types
- Range of leading indicators
- Analysis tools & multiple charting facility
- Expert advisor friendly
- Easy installation of EA & automated trading tools
- Order execution control capabilities
- Hedging and scalping friendly
- Margin Call 70% Stop Out 30%
- Trade CFDs, Forex, spot metals, shares, indices & futures"; 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 = ''; } }