var fDesc=new Array(); fDesc[0] = "RTDS-FUTURE-AMI is a NSE realtime software for AmiBroker.
RTDS-FUTURE-AMI comes with continuous real time updation of tick data during trading hours and offers you a fully automatic Backfill of 5 min intraday data.
RTDS-FUTURE-AMI is fully compatible with world`s best charting softwares AmiBrokerTM & MetaStockTM and works even with the Trial version of AmiBrokerTM.
It also supports off-market updation of previous data."; 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 = ''; } }