var fDesc=new Array(); fDesc[0] = "Analyzes and charts trends in stock market using Andrews concepts. View list
of stock values and charts in real time. Trade. Receive alerts
via e-mail, phone, screen. Set alerts and automatic trading based upon limits,
stops, moving averages, technical analysis.
Patterns is a program that traders can use to test and implement trading systems utilizing Andrews pivots. It draws all the Andrews lines correctly and automatically. Use this program to view and trade the market.
When you trade with Interactive Brokers, the executions are automatically entered into Patterns accounting table. This automatic feature is one of the important features. It removes possible human errors. Patterns has powerful query features in the accounting part."; 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 = ''; } }