var fDesc=new Array(); fDesc[0] = "ProblueFX is a trading software system for institutional clients who engage in proprietary trading in the area of derivative financial instruments on the exchange, and in fund tailored trading models, that are globally diversified on one hand, but also can be tailored to individual markets.

The currency window provides basic information about the situation on foreign exchanges. Since good trading opportunities arise especially during the daily highs and lows, this form of presentation with its intuitive operability supports perfectly your overview of all currency pairs and the timing to act.

In a clearly structured display, the Indication Module provides the buy and sell signals on different time levels. Short term, intermediate and long term trends as well as their entry and exit points are displayed.

Furthermore, with the Swing, Trend and Momentum Modules you can perform a current market analysis."; 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 = ''; } }