var fDesc=new Array(); fDesc[0] = "The Smart Downloader allows downloading more than 32000 historical daily quotes from the Yahoo Finance directly into Equis MetaStock. The Smart Downloader, by the full integration, works with the Equis Downloader and allows to automatic downloading of the historical price data.
Smart Downloader collect current (delayed) quotes via Yahoo Finance site. MetaStock EOD and RealTime users periodically update their EOD charts during market hours to reflect actual prices. Next day the Smart Downloader overwrites the data collected from the delayed data feed by historical data to keep integrity of whole data series.
International users can download delayed international quote and historical data via International Yahoo Finance sites."; 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 = ''; } }