var fDesc=new Array(); fDesc[0] = "TradeBullet is an automated trading system that handles fully automated order routing to your broker from TradeStation, MultiCharts, MetaTrader4 (MT4), Microsoft Excel, Collective2, most charting software and any custom application. Whether you trade in just one account, in multiple accounts simultaneously or use advanced order types, TradeBullet makes it simple, easy, and blazing fast.

Automated trading is the method of using computer-based platforms to enter trading instructions for automatically buying and selling securities and other financial instruments."; 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 = ''; } }