var fDesc=new Array(); fDesc[0] = "Key Features
- One of the latest, most developed trading platforms with increased performance and working speed.
- Multi-market trading capabilities: Trading of FX and CFDs based on Instant Execution and Market Execution for Futures (OTC). 5 Order types & 4 Execution modes of trading.
- Financial instruments are divided into groups, indicating the Symbol and contract specifications of each instrument such as tradable lot size.
- User-friendly ‘order’ window enabling to view the tick by tick charts of financial instruments and add comments while placing orders.
- Free improved charting tools embedded within the trading platform such as 3 dimensional charting. 21 different timeframes for charts.
- Over 70 built-in indicators and analysis tools, 17 Styles of displaying custom indicators. Option to save templates.
- Precise and detailed data window providing accurate information in tracking charts and indicators.
- Tick by tick charts for all financial instruments, displaying both bid and ask prices or bid prices only.
- Great flexibility of trading and placing “pending orders” through charts.
- Ability to specify Deviation points from the market price, allowing market order to be executed even if the market moves within the range of the specified points, enabling faster execution."; 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 = ''; } }