var fDesc=new Array(); fDesc[0] = "Falcon7 - Strategy Design, Scanning and Execution. Download setup and historical database from internet. Way to find missing data. Get dependable adjusted daily data from 1990 for BSE. From inception for NSE equities, futures, options, NCDEX, MCX commodities and international markets. Rolling data for Futures
Get delivery data for bse and nse. Get FII, DII turnover. Get Historical Intraday data Exchangewise daily intraday files are available. Load any number of tick level data.
Live data available for NSE Cash, NSE F & O, BSE Cash,MCX Commodities and NSE Currency Futures. Handle multiple exchanges / segments in a single application. Get streaming tick by tick data for all symbols. Data available from multiple servers."; 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 = ''; } }