var fDesc=new Array();
fDesc[1] = "eSignal, IQFeed, Interactive Brokers, QCharts, CQG, among other sources. AmiBroker features automatic Walk-Forward Testing, Multi-monitor floating charts, symbol and interval linking and drag-and-drop indicator creation.";
fDesc[2] = "that they should be used when making decisions. The Autochartist program will do a lot of the work for you. Since it is capable of recognized patterns and even emerging patterns in real time, you will not have to spend your time constantly looking for new trades to make.";
fDesc[3] = "end-of-day (EOD) data for the most famous world markets. It is ideal for new users with short training time. It is simple and powerful, and absolutely free.";
fDesc[4] = "provides back tester, optimizer, charts, journals, statistics. The program?s automatic system generator build a profitable strategy in minutes.";
fDesc[5] = "securities data, research and analysis capabilities. Includes all of the features to help you make money in the markets.";
fDesc[6] = "Average, CCI, Williams %R, MFI. 4 build in filters and FREE EOD Data for 38 stock exchange worldwide. FREE Historical Stock Quotes (Prices and Data).";
fDesc[7] = "genetic algorithm technologies to create remarkably effective trading models for stocks, futures and forex.";
fDesc[8] = "with a detailed HTML report of the operations and the final return, Screener (Custom reports), custom indicators... Included: An optimizer for the system tester!";
fDesc[9] = "(NSE). It uses a powerful, fully researched asset allocation algorithm, which will minimize the risk on your investments. It will tell you when to buy, sell and hold your investments, so you can efficiently manage your portfolio and make profit. All completely free!";
fDesc[10] = "indicators for a single security on the same chart, maintains predefined lists of securities and lets you backtest your investment strategies.";
fDesc[11] = "on neural networks and modern signal processing. A large database with stocks, mutual funds and indices is available for free. Try free 30 days!";
fDesc[12] = "trading systems with a click of a button. It also includes Charting, Screening, a Portfolio Manager, and much more.";
fDesc[13] = "mathematical formulas to find their trade opportunities. This kind of stock study is called technical analysis. For beginners the technical analysis of stocks is often like a complicated mathematical \"meal\". Webotron Stocks transforms this \"meal\" into something light and digestible. The most technical analysis software packages uses lines, curves and oscillators on its stock charts to visualize the stock movements. But only a studied eye can see BUY and SELL opportunities. Webotron Stocks offers a different form of visualization in using little symbols and colored areas to focus important chart information. Webotron Stocks offers more than 130 trading systems. Each system has its own way to calculate trading entry and exit points. An activated trading system displays its BUY and SELL signs well visibly on the chart. And a backtest informs you about the trading system performance. If...";
fDesc[14] = ", animated tickers, programmable technical analysis stock charting. Over 120 indicators. Read free Internet data, other formats.";
fDesc[15] = "of the most popular indicators for the technical analysis of stocks and commodities. The majority of these indicators act as functions that return an array, which can be used as the input to another indicator or within a user defined formula. This makes it easy for you to do \"studies on studies\" or to develop your own proprietary charting tools. Besides these 50 predefined indicators, you have unlimitted possibilities to create additional indicators. Parity incorporates traditional Open, High, Low, Close charts, Line and Bar charts, Japanese Candlestick charts, Point and Figure charts, Equivolume charts, Horizontal Bar charts, and a Price at Volume chart which is similar to The Crocker Chart. Parity's charting capabilities permit you to graph a security's price, volume and up to nine indicators in a single chart using any combination of stacked or overlapping panes, each of which can...";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}