Greetings Ladys and Gents,

I´m pretty new to Quantconnect and this is my first algorithm I think is worth sharing. 

I have tried to implement a fairly simple strategy, which consists of 3 Exponential-Movingaverages and a trailing stop loss. The rules to this strategy are simple. If an up trend is identified and the price closes between the 20 and 50-EMA the algorithm takes a long position. Furthermore it closes the position if the price closes underneath the 50-EMA or the trailing stop loss criteria is meet. 

I have to admit that this backtest is cherry picked and the algorithm performes worse on a larger time scale.

If you have any suggestions on how I could ipmrove my algorithm please feel free to comment.