var fDesc=new Array(); fDesc[0] = "Borsa TSM is a simple and powerful technical analysis software.
The End Of Day (EOD) quote data are displayed in charts. You have four type of charts and a lot of basic tools and indicators. The four charts are: line, open-close, istogram and japanese candlestick. Some of the tools and indicators are: trend line, volume chart, Relative Strength Index, Moving Average Convergence/Divergence, Bollinger Bands, On Balance Volume and other. To help you to take the correct sell or buy decision Borsa TSM has available Trading Systems with optimization.

Borsa TSM has a native format to import data, but you can import quotes also from Metastock binary format, Metastock PRN (ASCII) format and a configurable ASCII format"; 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 = ''; } }