Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
A Beginner Question - trading only $2500?

I have gone through a lot of posts in the community section of this website; however, it was fairly difficult to find a few of the answers to my questions. For some background, I have been trading stocks for about 4 years and am currently a college student with some knowledge on computer science and economics. Right now, I am transferring most of the money from my Scottrade to Robinhood account due to the relatively large commisions that are eating away at my gains.

-- Is algo trading viable considering I only have $2,500 to trade?

11 responses

Try calling Interactive Brokers and ask, and see what they say for solely algorithmic.
Or you can see how the addition of E*Trade is progressing, $500 minimum, higher commissions.
https://www.quantopian.com/posts/do-you-want-to-connect-your-e-star-trade-account-to-quantopian-join-our-pilot-program
more

Welcome Jason! You can trade using your capital amount, it will simply be a lower-frequency algorithm to minimize the transaction costs. For example, you might rebalance monthly. You can use the research environment to simulate the impact of commissions on your returns.

Here is a webinar walking through how to develop a trading strategy and deploying it: https://www.youtube.com/watch?v=mNkvHEbVt0s

Disclaimer

The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by Quantopian. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. No information contained herein should be regarded as a suggestion to engage in or refrain from any investment-related course of action as none of Quantopian nor any of its affiliates is undertaking to provide investment advice, act as an adviser to any plan or entity subject to the Employee Retirement Income Security Act of 1974, as amended, individual retirement account or individual retirement annuity, or give advice in a fiduciary capacity with respect to the materials presented herein. If you are an individual retirement or other investor, contact your financial advisor or other fiduciary unrelated to Quantopian about whether any given investment idea, strategy, product or service described herein may be appropriate for your circumstances. All investments involve risk, including loss of principal. Quantopian makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances.

Thanks. This is an awesome community. It's fun to just learn this stuff.

Hi Jason,

I just published a Python package that will allow you to make commission-free algorithmic trades using Robinhood's API: https://github.com/benkroop/robinhood

You don't need beta API access to use this. This package uses the same API endpoints the phone app uses and authenticates using your normal username and password.

Edit: Looks like this probably won't work with zipline, but there are other open source packages out there that can run real-time stock trading algorithms.

Although this doesn't work inside of Quantopian, you may be able to live trade your Quantopian algorithms on Robinhood using Quantopian's Zipline library, which you can use to to run your algorithms on your local machine: https://github.com/quantopian/zipline

If it works, I'm planning to write up a tutorial in the next day or two explaining how to run your algorithm with commission-free trades on Robinhood using Quantopian/Zipline

Let me know if you have any feedback or feature requests!

Edit: Testing compatibility now

no you need at least 30k to expect any good result. 25 is min day-trading so you need to add something on top of it. as soon as you fall below 25k your broker will lock your account and break your algo.

That all depends on the frequency of trading in your algo, no?

Disclaimer

The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by Quantopian. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. No information contained herein should be regarded as a suggestion to engage in or refrain from any investment-related course of action as none of Quantopian nor any of its affiliates is undertaking to provide investment advice, act as an adviser to any plan or entity subject to the Employee Retirement Income Security Act of 1974, as amended, individual retirement account or individual retirement annuity, or give advice in a fiduciary capacity with respect to the materials presented herein. If you are an individual retirement or other investor, contact your financial advisor or other fiduciary unrelated to Quantopian about whether any given investment idea, strategy, product or service described herein may be appropriate for your circumstances. All investments involve risk, including loss of principal. Quantopian makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances.

If you don't trade enough you will always pay the max commission and also need to pay for data feed since you don't generate enough to get the free data and you will pay like 30 to 50$ just to have the IB account in a couple of month you will be down hard.

What is the status of Quantopian integrating with E-Trade? Is it dead?

Ben Kroop you are awesome. I'm really happy that there is a push to make algo trading more accessible to the average trader.

Don't do it unless you can trade with zero transaction costs.

We're happy to announce a formal integration between Quantopian and Robinhood is live and ready to be used:

See this fresh forum thread: https://www.quantopian.com/posts/zero-commission-algorithmic-trading-robinhood-and-quantopian
Other information: https://www.quantopian.com/robinhood