var fDesc=new Array(); fDesc[0] = "Quantum Charts™ empowers you to easily create and back test trading strategies in minutes with breakthrough technology that analyzes the market for you. Open a chart, click on a bar, and Quantum Charts provides you with a comprehensive list of true conditions for that bar.
Select any set of conditions you want to back test and drag them into the patent pending Strategy Box™. Click “Run” and Quantum Charts provides you with lightning fast results of how the market moved after those conditions occurred in the past."; 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 = ''; } }