- ago
WealthData have Free yourself from survivorship bias and data spikes with built-in Wealth-Data provider!

If the data is not WealthData. How to process survivorship bias in WL7.
(Data source MySQL)

Indexhelper function in WL6 that can process this problem.

WL6 IndexHelper Link -> [https://www2.wealth-lab.com/WL5Wiki/EvolvingWatchList.ashx?]

Thx.
0
1,295
Solved
14 Replies

Reply

Bookmark

Sort
Glitch8
 ( 8.38% )
- ago
#1
You would need to create a DataSetProvider in Visual Studio or some other .NET dev environment.

https://www.wealth-lab.com/Support/ExtensionApi/DataSetProvider

The key points:

- Create a subclass of DataSet (for example, MySqlDataSet).
- Your DataSetProvider will create instance(s) of MySqlDataSet and use them when returning the DataSets property.
- MySqlDataSet should set its ReadOnlySymbols to true, PreferredDataProviderName to the name of your SQL Historical Provider, and ShouldReturnOwnData to true
- MySqlDataSet needs to override and implement the GetHistory method.
- In GetHistory, you'll need to get an instance of the Historical Data Provider (SQL) using the DataProviderFactory.FindDataProvider, once you have the instance, call its GetHistory to get the BarHistory data for the symbol, date range.
- Now that you have the BarHistory, call its AddExecutableRange method. This defines the range of dates that are valid for when this symbol is in the specific index that your dynamic DataSet is representing.

In the future we'll provide a way to create survivorship bias DataSets directly in WL7 by letting you specify the date ranges for each symbol in a user interface in New DataSet Wizard.
2
Best Answer
- ago
#2
Thanks for ur Suggestion.
0
mrsic8
 ( 8.64% )
- ago
#3
Hello,

did I understand correct, free survivorship bias in Wealth-Data only. The rest for example "Yahoo-Data" not?
0
- ago
#4
Yes, it's currently limited to W-D only.
0
Glitch8
 ( 8.38% )
- ago
#5
You can submit a #FeatureRequest to get this in the Wish List.
0
- ago
#6
If you mean a #FR for specifying the date ranges of symbols, where would users take this data and would they be willing to carefully enter and maintain it?
0
Glitch8
 ( 8.38% )
- ago
#7
Yes, it could be implemented as an optional step when creating a DataSet.
0
- ago
#8
I have a hard time imagining who would dare to do it on their own. It's a tremendous detective work to collect date ranges and corporate events from sources here and there and an ongoing effort to maintain it.
0
Glitch8
 ( 8.38% )
- ago
#9
You did it for those ETFs right? There are cases less burdensome then maintaining a huge index.
0
- ago
#10
Let me ask a related question. Are there data providers that give you a survivorship bias free data and that work with WL7?
0
- ago
#11
Please see Post #4 above as nothing has changed since it was posted. 🤷‍♂️
0
- ago
#12
Glitch, any ETA on the survivorship bias Datasets directly into WL7/8 by specifying date ranges?
1
- ago
#13
Could you start a feature request since it doesn't seem to exist already?
0
Glitch8
 ( 8.38% )
- ago
#14
I just checked and we don’t even have this request in the Wish List.
0

Reply

Bookmark

Sort