Hello Community,
I have been working on this site for a little while but haven't posted! So here's to the first! I have been a benefactor of many of your ideas, solutions, and even some of your code. I wanted to offer this post as a platform to help someone else if they would like to create a similar idea.
In short, this algo is based off of one that used three moving averages (thanks to the developer of the original, I completely forget who you are)
I simplified that one and made this. It uses two moving averages, the eight and the twenty. Based on these, it examines if the 8 > 20, and goes long. Pretty simple. It sucked with regular ETFs so I used leveraged ones. I hope someone can use this to benefit themselves!
MY REQUEST: If anyone can help me bring down the draw down number, without sacrificing the returns too much, that would be awesome.
Enjoy,
Nico
P.S. My background is strictly financial, and this website has offered me a great platform to learn how to automate simple strategies. If anyone would like to partner up, please feel free to reach out to me!
P.S.S. Ignore the ema labels on the bottom of the backtest, those correspond with the 8 and 20 MAs, not the 5 and 10.