var fDesc=new Array(); fDesc[0] = "AmiBroker is a technical analysis tool to manage your stock portfolio.

It gives you real time quotes taking the information from online services as eSignal, IQFeed, Interactive Brokers, QCharts, CQG, among other sources. AmiBroker features automatic Walk-Forward Testing, Multi-monitor floating charts, symbol and interval linking, drag-and-drop indicator creation, Portfolio Backtesting and Optimization and multiple currency handling. It's also capable of giving you free Fundamental data, Multiple Time-Frame support, 3D optimization charts and automated trading interface.

The program can draw object-oriented chart with layers and multi-window layouts. It's able to give you formula-based alerts, and has an easy-to-use formula editor. AmiBroker also has a built-in web research browser.

You can import and export databases in any format, to process the information with AmiBroker. You can send the charts you prepared via email directly from this program. AmiBroker lets you choose the style in which you want the graphics to display the data."; 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 = ''; } }