var fDesc=new Array(); fDesc[0] = "Nest XL is a software tool, that enables real time market information to be streamed into Excel which enables traders to manage every aspect of their trading in real time.

It is quite well known that most trader use Microsoft Excel for variety of ad hoc calculation and management of current state of events. It is simple to use and provides phenomenal amount of computing capability.

OMNESYS NEST XL in addition to real time feed graphically shows the various critical parameters like Option Greeks, implied volatilities on a tick by tick basis on a Microsoft Excel sheet, so that you have all the critical information at your finger tips."; 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 = ''; } }