Hello community, 

Over the last few weeks I've been trying hard to get a grip on how QuantConnect and Python work, but it seems my brain doesn't make simple connections. I consider myself a knowledge person in general, not in the last place since I managed to start a successful business in my early 30s, but getting a grip on Python / QuantConnect seems harder than I want to admit. I already followed some boot camp courses, and I'll continue the boot camp later on, but still some basics are hard for me to grasp.

In specific, what I'm trying to do is build a realtively simple RSI strategy, which I'm planning on extending later with some Larry Connors additions ;-) However, what I'm struggling with is setting a stop loss for every market order if the initial price of the MarketOrder will get 10% below the price that I bought the stock for. 

I hope anyone can help me out with this.

Jimmy

Author