var fDesc=new Array(); fDesc[0] = "The premier forex charting package is IntelliChart™ Desktop, catering to the advanced chart analyst. Use IntelliScript to draft your own Alerts! You can send these Alerts to your email or cell phone. The Desktop charting offers over 40 indicators, more than 75 Time Scale/Periods, and advanced drawing studies including Fibonacci, Gann, Cycle, and Andrew’s Pitchfork. Save charts individually or in Groups for easy referencing. Export both Historical and Live, DDE, data.
AUTOTRADING IS HERE! Trade directly from the IntelliCharts! Send market orders from the chart and execute trades automatically using the Auto Trade Manager (ATM). The ATM will use your alerts and strategies to automatically send your trades to your broker! Take the emotion out of your trading! Use the IntelliCharts Auto Trade Manager!
Trade using your demo account get your practice in first! No fees for trading with Auto Trade Manager using your demo account!"; 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 = ''; } }