Search results

  1. J

    Fully automated futures trading

    i've brought it up before, it seems that your results are consistently better than expected, which to me feels like you've embedded quite a bit of conservatism in your system, which portends that you could maybe be more aggressive/are missing out on trades, extra performance? and again, i'm...
  2. J

    UK trader arrested for May 2010 U.S. Stock market flash crash

    I mean I can't imagine why he'd be put in "pound me in the ass prison" (in the parlance of our times).
  3. J

    Considering a career change from aviation to finance

    not to rub it in (note: I'm going to rub it in): cruising around yesterday, South of chicagoland
  4. J

    Considering a career change from aviation to finance

    This is great advice for the OP. I got somewhat lucky: while I was trading for a prop firm, I did the CFA and an MS in Statistics. Fast forward, now work for small asset management firm. But compliance? Huuuuuge opportunity. Maybe even investment reporting (cipm, though I'm not well versed)...
  5. J

    SAP: Guidance needed

    Neat well, sorry I was of no help! Good luck!
  6. J

    SAP: Guidance needed

    Business Objects, I believe, is their data analysis tool for non-programmers. From what I recall, it's extremely expensive, and more an enterprise solution. I'm making a lot of assumptions here, but are you using it for big data analysis geared toward trading?
  7. J

    SAP: Guidance needed

    The German cloud based software giant? Never heard of 'em.
  8. J

    Fully automated futures trading

    So maybe in your code, if you have something like, "oil is 32.50 bid at 32.60, I would like to sell oil at 32.55, but since I expect to do no better than 32.50, I won't take the trade." When in fact, the odds are high that placing orders at 32.55 would result in you getting filled more often...
  9. J

    Fully automated futures trading

    I'll add to this: it also seems your performance overall is better than what you'd expected. So really, is your conservatism in testing causing you to miss trades? There's a central question here that I'm doing a poor job of articulating.
  10. J

    Fully automated futures trading

    Your actual slippage seems to be a lot better than your expected, is this true? If it is true, is there some inherent conservatism in your algo that may cause you to miss trades?
  11. J

    Fully automated futures trading

    Well, bravo sir, honestly.
  12. J

    Fully automated futures trading

    What're you going to spend all that loot on?
  13. J

    All Black Boxes Eventually Crash

    Ha, I read your post so quickly I didn't even realize! Oops!
  14. J

    All Black Boxes Eventually Crash

    can you share a link or other info for the aforementioned podcast? thanks.
  15. J

    [R/Python] Can I hear sound from my PC, as soon as MSFT hit $50?

    From stack overflow, import winsound Freq=2500# Set Frequency To 2500 Hertz Dur=1000# Set Duration To 1000 ms == 1 second winsound.Beep(Freq,Dur)
  16. J

    [2015] Futures P&L

    @masterm1ne good luck
  17. J

    Python Code Example

    I don't know what type of object that tws method is returning. I was using list as an example. Did 2rosy's github link have a readme?
  18. J

    Python Code Example

    If it returns a list, for item in list: do_something(item)
  19. J

    Python Code Example

    whoops!
Back
Top