var fDesc=new Array(); fDesc[0] = "Market System Analyzer (MSA) is a money management Windows application for stock and futures traders, that can help you improve your trading by showing you how to trade your current trading system or discretionary trading method more effectively, profitably, and with greater control.
Features:
- Reduce drawdowns.
- Raise your percentage of winning trades.
- Learn when to stop trading during drawdowns and when to start up again.
- Discover profitable win/loss patterns in your trading and learn how to exploit them.
- Measure your trading performance more accurately using Monte Carlo analysis and significance testing."; 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 = ''; } }