BEWARE:
If your data has only the trade data, but no Bid/Ask top-of-the-book quotes,
then your data cannot be used for making accurate trade decisions (be it for real trading or for backtesting).
Ie. the dataset should have also these data fields:
Bid, Ask, BidSize, AskSize, ...
I saw some (historic) options data sets by commercial vendors who do not have Bid/Ask quotes.
Such data is IMO useless and worthless...
...because of the Bid/Ask spreads... LastPrice (ie. the last trade) is not sufficient as it can be very old... One rather needs also the quotes.
If your data has only the trade data, but no Bid/Ask top-of-the-book quotes,
then your data cannot be used for making accurate trade decisions (be it for real trading or for backtesting).
Ie. the dataset should have also these data fields:
Bid, Ask, BidSize, AskSize, ...
I saw some (historic) options data sets by commercial vendors who do not have Bid/Ask quotes.
Such data is IMO useless and worthless...

...because of the Bid/Ask spreads... LastPrice (ie. the last trade) is not sufficient as it can be very old... One rather needs also the quotes.
Last edited: