Hi, Im new to QuantConnect and coding in general so this might be a simple minded question but... 

I'm trying to do a calculation bassed on the GlobeX open and 50% of previous day's daily ATR. I want to use globex open + (ATR * .5) as my profit target globex open as my stop. How can I add orders to these prices? 

Also if possible Python is preffered. Thank you so much for any help!!

Author