var fDesc=new Array(); fDesc[0] = "MetaServer RT for Interactive Brokers records free real-time data directly from IB's Java Trader Workstation (TWS) and updates charts of TradeStation/ProSuite 2000i Products or Equis MetaStock 6.52/7.x/8.x/9.x/10.x (eSignal version) in real time. The Interactive Brokers Group is a group of electronic brokerage and market making firms at the forefront of the electronic brokerage industry.

Main features:
-Supporting portfolios with large numbers of instruments;
-High robustness;
-Optimized using of computer resource's;
-Flexible data collection templates which allows you to configure the quote records to store in TradeStation or MetaStock;
-Automatic calculation of the middle price for instruments;
-High speed data processing using our PassThrough -Feed (tm) technology;
-Data collection schedule;
-Custom-written Data filtering DLLs."; 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 = ''; } }