var fDesc=new Array(); fDesc[0] = "The SSChart candlestick charting software runs under Windows and charts financial data from a variety of sources. Realtime intraday charting of futures, stocks, options, indicies and forex with data from Interactive Brokers TWS. Graphical trading from the charts in either simulated or real mode. Realistic paper trading using real-time data.
Features:
- Historical charts, (daily, weekly, monthly) using free data.
- Realtime intraday charts
- Line drawing capabilities and most popular studies
- Color coded market comparison (SLFMap) and (HorseRace)
- Spread charts and multiple symbols in one chart
- Paper trading with any quote source
- Graphical trading directly from charts
- Access to realtime data from Interactive Brokers account allows intraday charting of futures, stocks, indices, and options and graphical trading."; 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 = ''; } }