var fDesc=new Array(); fDesc[0] = "Stock Predictor is a stock charting and investment strategy performance analysis software that displays indicators for a single security on the same chart, maintains predefined lists of securities and lets you backtest your investment strategies.

This program lets you plot and print technical historical stock charts, construct and apply analog trading strategies, analyze performance of trading strategies, and get recommendations to buy, hold, avoid or sell a security.

Stock Predictor presents a well organized graphic interface divided in System Menu, Toolbar, Left and Right Tabs, and Popup menus that let you use the program easily.

This application is a useful tool for technical stock traders, and gives you important historical information to help you make the right choices when talking about investment decisions with analysis based trading strategies that include: Single Moving Trend, Composite Moving Trend, Channel Breakout, Relative Strength Index, Relative Strength with Retrace, and many others. If you want to test this software, a free trial is available for download.

Operating Systems:

Windows 2000/XP/Vista/2003"; 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 = ''; } }