Documentation
Documentation copied to clipboard
Examples Issue: Securities / Equity Options / Requesting Data / Individual Contracts
Examples
- Example 1: Covered call. Sell first expiry a call on AAPL and own the underlying. Using basic market orders.
- Example 2: 0DTE example using SPY spread trade using strategy helper method.
- Example 3: Create a Schedule event for on Monday, use Get Option Chain Provider, create indicators, do indicator warm up. select contract base on greeks that expires Friday.
- Example 4: Wheel (https://www.quantconnect.com/research/17871/automating-the-wheel-strategy/p1)
- Example 4: Currently example 1
Remember
- Don't use variables that aren't defined.
- Comment every line or few lines.
- Include 40-100 word explanation.
- Declare everything you need each example.
- Copy from IDE to Docs so confirm it works. Copy-pastable examples.
- ALWAYS make Examples.html at the end.