I need assistance with implementing a monthly positional short selling strangle strategy in Streak. Here are the specifics of my strategy:
- Instrument: Equity options
- Strategy Details:
- Sell the next month’s call option (CE) that is 10% above the ATM.
- Sell the next month’s put option (PE) that is 10% below the ATM.
- Entry Time: One day after the current month’s expiry.
- Exit Time: One day before the monthly expiry of that instrument.
Example:
- If the instrument is TCS, and the current month expires on Thursday, 25th July, I want to:
- Enter the trade on Friday, 26th July.
- Sell TCS 29th August CE at 10% above the ATM.
- Sell TCS 29th August PE at 10% below the ATM.
- Exit the trade on Wednesday, 28th August.
How can I set up this strategy in Streak to automate the entry and exit points as described? Any guidance on configuring the conditions and parameters in Streak would be greatly appreciated.