var fDesc=new Array(); fDesc[0] = "For all users of CWChart is this tool free of charge. Just click on download , insdtall it and send us an email so we give you the access. For non CWCHart-users there is a monthly fee of 60 Euro.
With T.R.A.C.Y. you can simulate trading of futures just like in reality without risk and independent of a specific broker. In the following screeshot you can see the realtime ordering window. Herein you can send your buy- and sell-orders as market, limit or stoporder to our orderdesk. You see immediately in realtime as soon as an order will be filled and at which price the execution happended. The account balance will always be mirrored with the development of your open positions. So you are perfectly informed - just like in the real 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 = ''; } }