Future Options
Requesting Data
Request Future Options data in your algorithm to receive a feed of contract prices in the OnData
on_data
method.
For more information about the specific dataset we use for backtests, see the US Future Options dataset listing.
To trade Future Options live, you can use one of the brokerage data providers.
We currently only support European-style Options for US Future Options.
To request Future Options data, call one of the following methods:
AddFutureOption
self.add_future_option
to add a basket of contracts for a single underlying FutureAddFutureOptionContract
self.add_future_option_contract
to add individual contracts for an underlying Future
Request and Filter Contracts for Option Strategies
AddFutureOption
self.add_future_option
Request and Filter All Contracts
AddFutureOption
self.add_future_option
Select Individual Contracts
AddFutureOptionContract
self.add_future_option_contract