Search results

  1. djames

    Fully automated futures trading

    Bravo!
  2. djames

    Fully automated futures trading

    How is everyone getting on with the VIX explosion?
  3. djames

    Fully automated futures trading

    Thanks for that, tis interesting. I might try and highlight significant instrument rotations on the dynamic plot, now that I can! Thanks again for posting the full config for the blog post.
  4. djames

    Fully automated futures trading

    Another question for Monday morning, I guess we have been using the weekend for some offline processing. I wonder if your daily order generation process involved running a complete backtest? Or can you run a smaller time range of size equal to the longest look-back window? From the docs of...
  5. djames

    Fully automated futures trading

    I look forward to it, I've managed to poke around and get the optimization running. I look at how instruments are differing thought time. With the 'chapter15' provided system I find Sharpe .7, is your blog post system very different to this?
  6. djames

    Fully automated futures trading

    Exciting! What's the working title?
  7. djames

    Fully automated futures trading

    Would it be possible to view the configuration of your system used in the blog post? Is the Config yaml commited anywhere?
  8. djames

    Fully automated futures trading

    Hi, I'd be interested in the Python version, it's been on my todo list to play with cvxpy (suports CPLEX and others). Also, there is a nice multi-horizon optimiser from the same Stanford team as cvxpy: https://github.com/cvxgrp/cvxportfolio paper...
  9. djames

    Fully automated futures trading

    My kids would call this the OG approach :D
  10. djames

    Fully automated futures trading

    Hey Rob, I think what you are looking for is the chunksize param to "pool.map" grid_possibles = list(itertools.product(*grid_points)) if use_process_pool: with ProcessPoolExecutor() as pool: results = pool.map( neg_return_with_risk_penalty_and_costs...
  11. djames

    Refinitiv Datascope - anyone have provisional costing?

    yeah i guess context would be helpful eh? Datascope provide intraday and daily data for all asset classes. The REST API is pretty decent e.g. you can schedule 'extraction jobs' for large number of symbols.
  12. djames

    Refinitiv Datascope - anyone have provisional costing?

    Hi, I'm interested in augmenting my IB data with another provider. I like the look of the Datascope REST API (from github docs), does anyone have experience of this service and what kind of cost is it positioned at? I'm on a low budget so any other providers you can recommend are gratefully...
  13. djames

    Fully automated futures trading

    Hi GAT, I wonder if you have any thoughts about bargain hunting for potential buys for your long only equity portfolio? Do you have any favourite size / universe filters? Any mean variance style portfolio optimization? Now seems like a good time to stock up on equities. Cheers!
  14. djames

    Developing "Spartan"

    English humor, I was being facetious.
  15. djames

    Developing "Spartan"

    I knew you would say that
  16. djames

    Developing "Spartan"

    OK Nooby, you seem to be too successful and therefore I think it only fair to the reset of us that you build your strategies using this Visual Basic written IB platform https://github.com/rlktradewright/tradebuild-platform from now on :D
  17. djames

    Developing "Spartan"

    Typically quant data is suited to a columnar layout not SQL rows. Also, these days you can get extreme storage along the columns. Some good options for storing quant data are https://github.com/man-group/arctic or use pyarrow parquet files. I use pyarrow parquet files and roll my own flat file...
  18. djames

    Developing "Spartan"

    we're just jealous of the optimisation the JVM does (seriously) pypy is our closest attempt at that speed
  19. djames

    Fully automated futures trading

    Hi GAT, Would be really interesting to hear your thoughts on system design from a coding perspective. I'm familiar with your initial pysystemtrade but lost track after a large refactor, i'm assuming it hasn't changed too much. What I really like(d) about pysystemtrade was the simplicity of...
  20. djames

    Unusual book readings for a long weekend.

    probably too well known for this list: Red Notice: How I Became Putin's No. 1 Enemy, Bill Browder
Back
Top