Search results

  1. djames

    US equities daily (+ adjustments)

    Hi @laplacian, i'm also interested in fitting my own model to 'open source' risk factor data, could you provide a bit of direction on this? I'm trying to build up my risk modelling experience.
  2. djames

    Any nice, simple message queue/event dispatcher for Python?

    Reids Streams https://redis.io/topics/streams-intro look nice and light. Also this asyncio stream parser looks great https://github.com/robinhood/faust although it currently relies on Kafka as the message queue which seems a bit heavy. Let us know how you get on.
  3. djames

    Trade more sh*t!?

    Can you post the site URL please?
  4. djames

    Day trading derivatives futures.

    https://register.fca.org.uk/ShPo_individualdetailsPage?id=003b000000LUyU2AAL ;)
  5. djames

    Pattern Recognition for ES developed

    just found this thread, super interesting. One thing that strikes me is why would images of candles produce better results than say the actual time series of bars? Seems like the image processing stuff would introduce unnecessary noise, no?
  6. djames

    Day trading derivatives futures.

    wow, NQ is spicy!
  7. djames

    Day trading derivatives futures.

    I too stepped on a landmine in this session. Superglue successfully used on my limbs but still painful. (Poor analogy pushed too far) :)
  8. djames

    Adventures in Automation

    Appreciate the "warts and all"
  9. djames

    Day trading derivatives futures.

    Hi maxinger, Could you go into a bit of detail about your daily process? You sometimes mention that you missed a signal, how are you generating these signals? Thanks for the resource, just found this but enjoying / learning from it. Cheers
  10. djames

    how to prevent location-based server redirection?

    use a VPN with endpoint in desired country (e.g. US)
  11. djames

    Overfitting Jump Canidates in Vol Trading

    +1 for what paper is that?
  12. djames

    European shares: Cheaper option than IB

    it's on my TODO list
  13. djames

    European shares: Cheaper option than IB

    FYI there's an unofficial API here https://github.com/pladaria/degiro
  14. djames

    Developing "Spartan"

    Hey Nooby, I wonder how you are managing the most precious resource - your time. Have youn taken time out from contracting? How much runway do you have?
  15. djames

    Developing "Spartan"

    hi nooby, thanks for sharing your journey. I wonder what kind of strategy you are running? What are the signals that lead to a position? Cheers!
  16. djames

    Fully automated futures trading

    Ah nice, you don't need an API key https://api.refdata.cmegroup.com/v1/products/
  17. djames

    Fully automated futures trading

    has anyone requested access to the CME reference data API? https://www.cmegroup.com/trading/market-tech-and-data-services/cme-reference-data-api.html Trying to remove as much dependency on IB API as possible
  18. djames

    Free tick data back to 2007

    can anyone comment on the quality?
  19. djames

    Fully automated futures trading

    Well done Quandl, was only a matter of time.
  20. djames

    Fully automated futures trading

    Response from Quandl is that the KRX feed is now depricated. Sourcing from IB it is then.
Back
Top