Search results

  1. 2

    A Well-Known Quant Firm Is Looking for Traders Who Want to Bet on Sports

    better is to create the betting exchange and collect tolls.
  2. 2

    Building a Live trading Chatroom

    Use slack or symphony. Nothing to build
  3. 2

    Matlab vs Python for real-time (market making) strategies

    right tool for the job. it's easier to use java,c#,c++ or similar for something like that. both python and matlab don't really handle threading well
  4. 2

    $50k on my side for Options Market Making system

    worst case 4 people at 50k/yr. That's less than 7/hr. you can get one person to write this in a fraction of the time but having it completed and making money are different
  5. 2

    Jupiter hosting?

    https://anaconda.org/about https://databricks.com/
  6. 2

    Feasibility of landing a quant job as a fresh master of physics grad

    Doesn't hurt to try. You don't need a phd or even a master's. You do need to know how to analyze data. R, python, ... send a resume
  7. 2

    Programming interviews

    why not just ask to see their github or bitbucket repos? If they don't have one that's an indicator
  8. 2

    Must I pass the "Series 3" exam to work as a "Futures" prop trader at a Chicago prop trading firm?

    futures prop trader. I have never heard of a license requirement
  9. 2

    Collaborative Computing with Python, Jupyter and Docker

    this is useful for tips https://www.kaggle.com/kernels
  10. 2

    What's your thoughts on MiFID II - MiFIR which is only a few months away ?

    Other than extra work, no impact. No benefit to anyone.
  11. 2

    Mathematical probability of Trade set up

    IB use to provide a probability tool. You can do this yourself by creating a distribution and solving for where price will be.
  12. 2

    GUI and charts in Python

    PyQT has a gui designer that will create a file. I did one a while ago http://bit.ly/TFFL7V
  13. 2

    GUI and charts in Python

    trading algo in python. gui in c# (much easier)
  14. 2

    How do we get access to analyst report?

    these "reports" are marketing material. They are written by fresh graduates, outsourced, or completely automated.
  15. 2

    In search of a good trading API other than TT

    use ttsim. Not sure why you think it doesn't work for testing with the API.
  16. 2

    Currency pairs prices from IB using Python API

    What's symbol?
  17. 2

    In search of a good trading API other than TT

    You can run ttsim for testing.
  18. 2

    Help understanding open interest change

    from your example there's increasing activity in atm options. It would help to know what expiration(s) you're referring to and how has implied vol changed.
Back
Top