var fDesc=new Array(); fDesc[0] = "Forex Strategy Builder is a complete solution for building and testing on-line foreign exchange market trading strategies. It is free for use and distribution. With Forex Strategy Builder's user friendly interface you can create and back test a profitable trading system with just a few clicks. Thanks to the program's automatic system generator a successful market strategy can be quickly produced without detailed technical analysis or programming skills. Using market rates, dating back to the 1980s, Forex Strategy Builder immediately calculates statistics and creates charts for the whole trade. You can easily create and test highly complicated trading systems using a wide variety of indicators and logic allowing for almost infinite combinations. The program also includes unique interpolation methods yielding reliable test result within each data bar. Forex Strategy Builder looks inside the current time frame using all shorter data periods to produce a realistic market back test, calculates the most profitable combination of parameters for the selected indicators, shows the average result balance between all possible market scenarios (while protecting from curve-fitting), shows you the price fluctuation inside each bar, and recognizes all the ambiguous bars in the back test. In short, Forex Strategy Builder provides you all you need to quickly accomplish an in-depth technical analysis. Once done you can export your strategy to get feedback from other experienced investors. On the program's website you can find additional information, help articles and tutorials as well as the source code of more than 70 indicators. You can learn more about the safety principles of back testing and to use ideas and systems from the forum members. Forex Strategy Builder is compatible with Microsoft Windows 98/Me/2000/XP/Vista. Net Framework v2 is required to run the program. Free to download, use and distribute - no registration is needed."; 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 = ''; } }