Datasets
TradeStation
Introduction
TradeStation was founded by brothers William (Bill) and Rafael (Ralph) Cruz in 1982 as Omega Research, Inc. In 2001, the company converted itself from a trading software company to an online securities brokerage and renamed itself "TradeStation" with the mission to "create the ultimate trading experience". TradeStation provides access to trading Equities, Equity Options, and Futures for clients in over 150 markets, 34 countries, and 27 currencies. TradeStation also delivers custody, clearing, execution, and billing on behalf of registered advisors.
The TradeStation data provider serves Equity, Equity Option, and Futures prices directly from TradeStation's MarketData API. This page explains our integration with their API and its functionality.
Sourcing
The TradeStation data provider sources data directly from TradeStation's MarketData API. If you use this data provider, TradeStation only provides the security price data. QuantConnect Cloud provides the auxiliary datasets.
Hybrid Data Provider
When you deploy a live algorithm with the TradeStation brokerage, you can use the QuantConnect data provider, the TradeStation data provider, or both. If you use multiple data providers, the order you select them in defines their order of precedence in Lean, so Lean only uses a provider for the securities that the providers before it don't supply.
We suggest the following configurations, in order of preference:
- The QuantConnect data provider on its own. It's free and it's high quality, and it covers most asset classes.
- The QuantConnect data provider first and a provider that fills its gaps second. The QuantConnect data provider doesn't supply Index data (for example, SPX, VIX, and NDX) or Future Options data, so you need this configuration to trade Index Options, which need the underlying index, and to trade Future Options.
- The TradeStation data provider first and the QuantConnect data provider last. Use this configuration if you want to trade on TradeStation prices and let the QuantConnect data provider cover the rest.
Alternative Data
Third-party data providers support most alternative datasets, except data that streams real-time intraday data. If you're using streaming datasets, like the Tiingo News Feed and Benzinga News Feed, include the QuantConnect data provider as an additional data provider.
Historical Data
If you get historical data from TradeStation through a history request or a warm-up period, you can't request tick or second resolution data.
Pricing
To view the latest prices, see the Data page on the TradeStation website.