QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
171 stars 135 forks source link

Filter Contract Specifics #1825

Closed AlexCatarino closed 1 month ago

AlexCatarino commented 1 month ago

Expected Behavior

After Filter Contracts, there is two sections:

The 0DTE shows that we need to add this filter:

option.set_filter(min_strike,max_strike,0,0)

The Option Strategies will show the OptionFilterUniverse methods from the table in Filter Contracts with the methods related to option strategies.

Actual Behavior

The information is not easy to find.

Checklist

AlexCatarino commented 1 month ago

See Securities > Asset Classes > Equity Options > Requesting Data > Universes.