trading

Flex/BlazeDS Trading application - How to create a professional looking website ?

Hi, I am a Flex/Java developer, in the process of creating a Financial/Trading website for a start-up company. The default look and feel of Flex (out of the box) is pretty plain and bland (in terms of the default styles). Can anybody recommend the easiest way for me (as a developer) to make the website look as polished and professional ...

Best Design Pattern for Black-Box Trading

I am starting a project that involves coding a Black-Box Trading Bot for a strategy one of my friends created, and I was trying to think of what the best design pattern would be. My current thought is that I should use the Actor model to allow for lots of concurrent calculation and information passing. Anyone else have any ideas? Or ag...