Search results

  1. C

    Machine Learning Trading Based Tutorials

    I made a comment and you didn't answer, am I banned already? :)
  2. C

    Futures/Forex brokers offering FIX.

    Did you have to do the daily logout/login like you have to do with TWS?
  3. C

    Futures/Forex brokers offering FIX.

    ...and how reliable did you find it to be?
  4. C

    Futures/Forex brokers offering FIX.

    Ok, to change tack a little bit, does anybody here use the IB CTCI FIX gateway?
  5. C

    Futures/Forex brokers offering FIX.

    Thanks for that, a brief look seems to imply that both Fortex and Integral run some sort of (in one case ActiveX based) client, I was hoping to avoid having to run any client software on my server (just one more thing to go wrong). But at the rate things are going with my current broker I may...
  6. C

    Futures/Forex brokers offering FIX.

    No response from their gateway for order placement, one is unable to determine the state of the order. My own. A test environment was provided, the same problem arose, I was assured it didn't exist on live. But unfortunately it occurs with alarming frequency.
  7. C

    Futures/Forex brokers offering FIX.

    Connecting though FIX.
  8. C

    Futures/Forex brokers offering FIX.

    Has anybody had any experience with Oanda's FIX offering?
  9. C

    Futures/Forex brokers offering FIX.

    Does anybody have any positive experiences with Futures/Forex brokers (not IB or MB) offering FIX? I'm currently using one of the two mentioned brokers and the reliability of their FIX gateway is driving me to despair, so I'm casting around for other options.
  10. C

    End of session shutdown.

    That is what I was looking for, thank you.
  11. C

    End of session shutdown.

    True, but I'm assuming you wouldn't want to leave it that late to get out.
  12. C

    End of session shutdown.

    How much interval do you leave to close trades before the end of a session? (10min, 15min etc), and is there any strong reason you picked that particular number?
  13. C

    Grinding it out, day after day

    Looking forward to reading your journal, it's good to see some more respected members of ET posting again.
  14. C

    I cant find linux friendly API

    MBs FIX/Quote API is a TCP protocol, no other dependencies.
  15. C

    How to research and verify trading ideas

    I think it would be interesting, it's the process which is important.
  16. C

    Automated Trading and Limit Order Cancellation.

    When an ATS places a limit order, there is obviously a chance that this order may not be filled. How do people determine when it is time to cancel a limit order in an automated situation? Imposing a time limit on the order getting filled is the first thing that comes to mind, but I'm wondering...
  17. C

    Excel 2007 stock charts.

    Creating an OHLC chart in Excel is pretty easy, but I can't for the life of me figure out how to overlay other data series on top of the OHLC chart. I've done a bit of searching around on the web, but can't really find anything that directly addresses the issue. Can anybody explain this process...
  18. C

    Adding a database...

    Really? Bugger... I was also a bit worried by the whole Oracle buyout thing and some of the code forks that were happening, Postgres just seemed more stable. It's probably overkill as I use about 1% of its features, but it has worked well so far.
  19. C

    Adding a database...

    I use Postgres, I was going to use MySQL but at the time MySQL did not have a sub-second time-stamp, which I needed for execution timing.
  20. C

    Can linear regression analysis really predict the future?

    OK, giant leap into the unknown here, if I assume that my graphs are not in error, it seems that on larger timescales the relationship produced is linear with respect to time. A classical random walk has has a square root proportionality to time (or steps) as given by sqt(2 * n / pi). In my...
Back
Top