var fDesc=new Array(); fDesc[0] = "Automates the task of tracking your investments by retrieving updated prices for your stocks, mutual funds, options, and other securities from the Internet. Also provides such features as multiple symbol categories to organize your tickersymbols, dynamic graphs based on historical data, and a scrolling ticker bar to keep you informed at all times.

Real-time Streaming quotes

-Get tick-by-tick real-time streaming quotes through supported services.
-Charts update in real-time as well.

Integrated Trading

-Place live trade orders and receive trade confirmations for stocks, ETFs and options directly from ticker and chart right click menus through any supported brokerage partner.
-Edit and request to cancel open orders from within the LIve Order History tab.
-Retrieve options chains.

Charts with Technical Analysis

-Open multiple charts.
-Dozens of technical indicators to choose from.
-Group indicators into profiles for easy switching between sets of indicators.
-Annotate charts to create informative overlays which can be saved and retrieved later.
-Print charts or save them along with annotations to an image file for sharing in email or posting to a blog.
-Execute trades directly from a chart.
-Share charts online or in email.

News Headlines and News Alerts

-News headlines are retrieved and collected along with the quotes.
-News Headlines view allows you to browse headlines organized by ticker symbol. New headlines and unread headlines are highlighted.
-Scrolling news headlines available in the ticker bar.
-Define alerts that trigger when news arrives. News alerts can even send the entire headline to your alphanumeric pager."; 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 = ''; } }