Where can I get everything needed to play with algorithms in Matlab?

Discussion in 'App Development' started by 2weels, Apr 16, 2017.

  1. 2weels

    2weels

    Dealmaker, thanks! I have a lot to learn, but I'm glad to learn that in particular!

    Jim
     
    #11     Apr 19, 2017
    dealmaker likes this.
  2. I think you'll save yourself time by learning Python (with pandas library). Syntax extremely similar to Matlab and you'll find countless existing trading libraries to guide you.
     
    #12     Apr 22, 2017
  3. dealmaker

    dealmaker

    PS you're lucky I hadn't given you https://www.factset.com/, they are $80k plus per year....
     
    #13     Apr 29, 2017
  4. 2weels

    2weels


    Well I debated between R, Python, and Matlab. I have a license for Matlab for my day job, and I really like it and am used to it.

    What environment do you use for Python (like, what programming environment)? Maybe I should take a closer look.
     
    #14     May 14, 2017
  5. Anaconda installation will come with everything you need, the main package for data analysis is pandas. People tend to script with iPython which is handy for small projects.

    There are various backtesting libraries such as https://github.com/robcarver17/pysystemtrade or http://www.zipline.io/.

    Quandl has a simple Python API for downloading data. Bloomberg also has a Python API if you have a terminal.
     
    #15     May 15, 2017
  6. InvBox

    InvBox

    #16     May 16, 2017
  7. 2weels

    2weels


    That is great news. I was hoping that there were some third party options. Thanks a lot!
     
    #17     May 26, 2017
  8. 2weels

    2weels

    Yes, Alex, after looking into it for a while I have decided to go with python. Though I have Matlab on campus, it doesn't have the libraries (surprising the standard University Package does not include any financial stuff) I would need so I'd have to invest in my own matlab. My sense is that python is past a tipping point to becoming the dominant trading environment. So might as well make the switch.

     
    #18     Jul 30, 2017
    alex314159 likes this.