var fDesc=new Array(); fDesc[0] = "FXCM Trading Station II is a software provided by FXCM Corporate which is a well known Forex broker to their clients in order to enable them to place orders to buy/sell the different currencies immediately or by delayed execution of their orders.
The program enables you to watch prices of many currencies live and see the price changes immediately in addition ,It has a nice feature of viewing charts and attaching different indicators that can aide in analyzing the currency chart which is called (The market space) .
The user can see the statistics of open trades and can close them using this software at anytime .
The software has a feature where the user can know market news immediately when they are announced .
An excellent feature that makes this software ahead of its competitors (i.e. Metatrader ) is that it offers the ability to chat live with one of the FXCM representative which many users will find handy and useful
another nice feature is that you can generate a report of your account including all your deals on the fly from inside the software"; 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 = ''; } }