var fDesc=new Array(); fDesc[0] = "The Colombo Stock Exchange (CSE) is the main stock exchange in Sri Lanka. It is one of the most modern exchanges in South Asia, providing a fully automated trading platform. The vision of the CSE is to contribute to the wealth of the nation by creating value through securities.

Some Technical Info you need to know

- Since this program completely write using Microsoft .net you need to install .net framework 3.5 before install this software.
- Download Metastock data file and replace it with current meta stock data folder. (please note this program not work if you don't do this step)
- if your MetaStock Data file not in default location (C:\MetaStock Data\Sample) you need to change Data file location setting "MSData" from MSImporter.exe.config file where you can find it from installed location. (this only need to change If your data folder not in default location)
- before click import button please make sure market status of the cse website state as close."; 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 = ''; } }