Hello,

Assume that I enter a position using a simple market order such as

self.Buy(option_symbol, 1)

I would like to combine it with a stop loss order that will exit (sell) in case that the position is in 50% loss - how should the stop loss order look like?

Thank youÂ