Recent content by wavetrader007

  1. W

    Brokerage Integration Framework

    Hi, I'm working on a system and am currently designing a common Broker API and wanted to get some input on a question I have regarding 1 Account -> 1 Broker Connection or Many Accounts -> 1 Broker Connection because it has an impact on how I design the overall system. Does it make sense to...
  2. W

    Why I think Java will take the lead over C++

    Good point on Microsoft. But the major difference Java is free and all these oepn source frameworks are built in Java how does Microsoft compete against that?
  3. W

    Seeking partnership ....

    Mark, are you in linkedin? Let’s get connected so we can chat outside of a public forum. I'm a software engineer with a solid system that I've spent the last few years developing and currently thinking out next step options while staying gainfully employed- Duncan
  4. W

    Why I think Java will take the lead over C++

    With a background primarily in software engineering and living in Java I just don't see a strong future for C++ as the primary language for developing trading systems. The argument a few years ago held true that performance was faster with native code which C++ compiles into but if you look at...
  5. W

    Programming market state logic

    Hi, I've been successful so far developing some software for automated trading and I'm now at the point trying to program the logic for maintaining the current state of the market. I see the possible states being CLOSED,PREMARKET,OPEN,AFTERMARKET. I have looked at some other open source...
  6. W

    Programming Market Open/Close Logic

    Hi, I've been successful so far developing some software for automated trading and I'm now at the point trying to program the logic for maintaining the current state of the market. I see the possible states being CLOSED,PREMARKET,OPEN,AFTERMARKET. I have looked at some other open source...
Back
Top