Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
First Algorithm to Deploy Live

All,

I have completed the Tutorials under the Learn Tab. Can someone please direct me to a proven algorithm that would be ideal for a beginner to deploy live.

Ideally, this algorithm would obviously beat the SPY. I know one cannot fully predict the outcome, but evaluated from a back test approach, the algorithm should be proven to almost always beat the market across different time periods.

The obvious result would be for the user to gain confidence and motivate future algorithm development work.

Thank you in advance,

Jose

2 responses

Here is an algorithm which I live traded on Robinhood for awhile. It simply rebalances to keep a fixed weighting of ETFs which you specify. This trades in 3X leveraged ETFs but you can easily change to whatever you wish as well as change the weighting.

No promises but it does implement some details needed for live trading.

Much appreciated Dan!