Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
*Global ETF Decision Point Algo*

I wanted to share with the community a recent backtest completed for the last two years.

Also, the overview of the code is as follows:
1) Before trading set up the EMA 50 & 200 moving average and STOCH 12,26,9.
2) Re-balance ETFs every month end based at market open on the MACD signal > 0 we buy or <0 we sell.

Question: Why do some of my positions show decimal? How could I have a partial position if this is long only?

I wanted to get external thoughts on my strategy / coding (especially if i am computing minutely data incorrectly) from the community so feel free to clone and run your own back-tests. If you find something wrong or that could be done differently I would appreciate any feedback.