Is it possible to get reliable options data in WealthLab?
I was able to enter something like -AAPL180316C180 in the chart, however, it only works on the Daily scale - when I try to change it to 5 minute scale.
Size:
Color:
So, if you create a 5-minute DataSet with this symbol and update it manually would this work?
Size:
Color:
Nevermind, it was me not enabling "On Demand Data Updates"
Size:
Color:
Eugene, thank you for your reply - it works now.
Size:
Color:
One more question - is it possible to get historic data for options from Fidelity provider?
Size:
Color:
For an active option symbol, the provider returns entire available data when you update the DataSet.
Size:
Color:
But is it possible to get historical data for previous option chains (previous months) for the same ticker (and even better, merge them into a single dataset)? Otherwise, it might be difficult to test any strategy just on latest option.
Size:
Color:
Not enough information (I don't work with WLP and Fidelity data). Try and let the forum know if you please.
On a general note, merging the binary symbol data like .WL isn't supported but nothing stops one from realizing it in a script-based solution:
1. Create the DataSet with the real option data symbols and one dummy to hold the merged data (it will be empty)
2. Import two (or more) of the "real" .WL files into separate Bars objects
3. Use the undocumented Bars.Append method to merge into one
4. Follow the QuickRef example for SaveToFile to save to the dummy symbol's file
Size:
Color:
QUOTE:
But is it possible to get historical data for previous option chains (previous months)
Not from Fidelity (or anywhere that I'm aware of).
There are dozens of option series for every symbol. The only real option for backtesting is to use Synthetic Option contracts. See Help > WealthScript Programming Guide > Programming Trading Strategies > Options Strategies
Size:
Color:
Quotemedia may have something but don't quote me on that.
Size:
Color:
Thank you guys for the leads, I will check Quotemedia provider.
Size:
Color:
You're welcome. By the way, could you let the forum know what was your experience re: historical options data using the Quotemedia provider?
Size:
Color: