All,
I've installed IBridgePy on my local machine to see if it is a suitable replacement for Quantopian. It says on the website that it should be able to run Quantopian algorithms with little or no changes. I have been able to use it to get my account balance and holdings using the basic "example_show_positions.py" through the IB Gateway. However, I don't really see how to run a quantopian algorithm, even though I uncommented the line "runMode='run_like_quantopian'". I copied an algo into a new file and included it in the RUN_ME.py, but I get tons of errors.
Would anyone be kind enough to put together a tutorial that includes the version of Python they are using and any other dependencies? I'm on Windows, and any help would be most appreciated. Thinking I'm not the only one who will have issues getting the local environment set up correctly.