Hi All,

I am slowing getting my head around the concepts in LEAN, and I have a question about OptionStrategies. The example shows them being called like so, with self.Sell. self.Sell(OptionStrategies.Straddle(self.option_symbol, atmStraddle.Strike, atmStraddle.Expiry), 2)
This (I think) places two market orders for each leg, which seems to work fine. I do however have two questions:

1. Is is possible to call these strategies with a limit order, so I can aim for an order around the midpoint of the spread?
2. Is it possible to call these strategies with a profit-taker type limit order (perhaps a limit/market order?) This would save me having to constantly monitor positions and then place a market order at that point.

Appreciate the help!
 

Author